﻿body,
html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}
#body header,
#body main,
#body footer {
  padding-left: 240px;
}
#body span.badge {
  right: 0;
}
#body .sub.rounded {
  font-size: 20px;
  border-radius: 50%;
  padding: 0.5px;
  top: 12px;
  left: 21px;
}
#body #incompatible .bottom.right {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 6px;
}
#body .side-nav.fixed {
  height: 100%;
  overflow-y: auto;
}
#body .navbar-fixed {
  z-index: 999;
  position: fixed;
  width: 100%;
}
#body main {
  padding-top: 64px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body main.appReale {
  padding-top: 15px !important;
  margin-bottom: 200px;
}
#body .appReale.btn-floating {
  bottom: 175px;
}
#body nav ul.right {
  position: relative;
  right: 240px;
}
#body .capitalice {
  text-transform: capitalize;
}
#body .block {
  display: block;
}
#body *:focus {
  outline: 0;
}
#body a {
  text-decoration: none;
}
#body a:hover {
  cursor: pointer;
}
#body .dropdown-content {
  max-height: 300px;
}
#body .card-action .row {
  padding-left: 0;
}
#body .bold {
  font-weight: bold;
}
#body .center-container {
  text-align: center;
  position: relative;
}
#body .center-container .center-element {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#body .side-nav li.no-selectable:hover {
  background-color: transparent;
}
#body .side-nav .app-icon {
  width: 75px;
  height: 75px !important;
  border-width: 4px !important;
  border-radius: 50%;
  margin: 0 auto;
  float: none;
  line-height: 64px !important;
  font-size: 2rem !important;
}
#body .side-nav img {
  width: 200px;
}
#body .side-nav i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
  height: 64px;
  line-height: 64px;
}
#body .text-small {
  font-size: 12px;
}
#body .italic {
  font-style: italic;
}
#body .card-link {
  position: relative;
  padding-left: 35px;
}
#body .card-link i {
  position: absolute;
  left: 0;
  top: -6px;
}
#body .overflow-hidden {
  overflow: hidden;
}
#body .w100 {
  width: 100%;
}
#body .h250 {
  height: 250px;
}
#body .h150 {
  height: 150px;
}
#body .Mh250 {
  max-height: 250px;
}
#body .Mh150 {
  max-height: 150px;
}
#body .h40 {
  height: 40px;
}
#body .w100,
#body .h250,
#body .h150,
#body .Mh150,
#body .Mh250,
#body .h40 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body .relative {
  position: relative;
}
#body .logos img {
  width: 150px;
}
#body .logos img.left {
  float: left;
}
#body .logos img.right {
  float: right;
}
#body #initial-loader {
  height: 100%;
}
#body .loader-container {
  height: 30px;
}
#body .loader-container .preloader-wrapper {
  float: left;
}
#body .loader-container p {
  float: left;
  margin-top: 7px;
  margin-left: 15px;
}
#body .fixed-content {
  position: relative;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#body .send-bottom {
  position: relative;
  line-height: 1.9rem;
}
#body .send-bottom i {
  position: relative;
  top: 4px;
  left: 4px;
}
#body #error {
  height: 100%;
  font-size: 24px;
}
#body #error > div {
  height: 200px;
}
#body #error i {
  font-size: 50px;
  top: 15px;
  position: relative;
}
#body #error span {
  padding-left: 20px;
}
#body .image-container {
  height: 150px;
  text-align: center;
  padding: 10px !important;
  margin-bottom: 30px;
  position: relative;
}
#body .image-container .material-placeholder {
  overflow: hidden;
  height: 100%;
}
#body .image-container a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  max-width: 30px;
  max-height: 30px;
  padding: 5px;
  border-radius: 50%;
}
#body .image-container a i {
  font-size: 20px;
}
#body .image-container a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#body .btn-file-field {
  float: none;
  position: relative;
  top: -70px;
}
#body .modal {
  max-height: 90%;
}
#body div#toast-container {
  z-index: 1003;
}
#body .collapsible-header .expand-more {
  display: block;
}
#body .collapsible-header .expand-less {
  display: none;
}
#body .collapsible-header.active .expand-more {
  display: none;
}
#body .collapsible-header.active .expand-less {
  display: block;
}
#body .grid-item:nth-child(even) {
  float: right !important;
  clear: right;
}
#body .grid-item:nth-child(odd) {
  float: left !important;
  clear: left;
}
#body .modal-footer .row {
  margin-bottom: 0;
}
#body .languages {
  bottom: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#body .languages a {
  padding: 0 !important;
  display: inline-block !important;
}
#body .languages .banderas {
  display: inline-block !important;
}
#body .campo-resumen {
  padding-top: 15px;
}
#body .btn-upImage {
  z-index: 870 !important;
}
#body .lean-overlay {
  z-index: 1002 !important;
}
#body #loading-modal {
  z-index: 1003 !important;
}
#body #modal1Image,
#body #modal1ImageUploading,
#body #modalConfirmDeleteImage {
  z-index: 1003 !important;
}
#body #change-cita {
  z-index: 1003 !important;
}
#body #view-citas {
  z-index: 1003 !important;
}
#body #view-citas .row {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
#body .btn-plus-foto {
  position: absolute;
  font-size: 17px;
  margin-top: 13px;
  margin-left: 22px;
}
#body span.badge.es.new:after {
  content: " nuevo";
}
#body span.badge.ca.new:after {
  content: " nou";
}
#body .disabled {
  background-color: transparent;
}
#body .disabled a {
  color: lightgray;
  cursor: default;
  text-decoration: none;
}
.menuAppMovilidad {
  background-color: ghostwhite;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 20px;
  border-color: #004b9b;
  border-top: outset;
}
.menuAppMovilidad .sectionButtonMovilidad {
  background-color: ghostwhite;
  height: auto;
  width: auto;
  padding-bottom: 20px;
  padding-top: 10px;
  vertical-align: central;
}
.menuAppMovilidad .sectionButtonMovilidad a {
  color: #004b9b;
}
.menuAppMovilidad .sectionButtonMovilidad .material-icons {
  color: #f0b400;
}
.menuAppMovilidad .sectionButtonMovilidad .badge {
  left: 10%;
}
.menuAppMovilidad .row.topRow {
  margin-bottom: 30px;
}
.menuAppMovilidad .row.bottomRow {
  margin-bottom: 10px;
}
.menuAppMovilidadSeparador {
  position: fixed;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}
.menuAppMovilidadSeparador .col.separator {
  border-left: solid;
  border-right: solid;
  border-color: white;
  border-width: 2.5px;
  height: 201px;
}
.menuAppMovilidadSeparador .row.separator {
  border-bottom: solid;
  border-color: white;
  border-width: 5px;
  height: 104px;
  width: 150%;
  margin-left: -10px;
}
/*# sourceMappingURL=main.css.map */