* {
  font-family: "MarkPro", sans-serif;
  font-size: 1em;
  color: #565353;
  margin: 0;
  padding: 0;
  background: none;
}

body {
  font-size: 16px;
  background-color: #fff;
  color: #565353;
}

::-moz-selection {
  background-color: #085d9c !important;
  color: #fff;
}

::selection {
  background-color: #085d9c !important;
  color: #fff;
}
::-moz-selection *, ::-moz-selection .c-primary {
  color: #fff !important;
}
::selection *, ::selection .c-primary {
  color: #fff !important;
}
::-moz-selection .top-bar-section a {
  background-color: #085d9c !important;
  color: #fff !important;
}
::selection .top-bar-section a {
  background-color: #085d9c !important;
  color: #fff !important;
}
::-moz-selection a {
  color: #fff;
}
::selection a {
  color: #fff;
}
::-moz-selection a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
::selection a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
::-moz-selection a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
::selection a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
::-moz-selection .active a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
::selection .active a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}

.primary {
  background-color: #085d9c !important;
  color: #fff;
}
.primary *, .primary .c-primary {
  color: #fff !important;
}
.primary .top-bar-section a {
  background-color: #085d9c !important;
  color: #fff !important;
}
.primary a {
  color: #fff;
}
.primary a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.primary a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.primary .active a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}

.secondary {
  background-color: #e4ebf1;
  color: #95a8ba;
}
.secondary *, .secondary .c-secondary {
  color: #95a8ba !important;
}
.secondary .top-bar-section a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
.secondary a {
  color: #95a8ba;
}
.secondary a:hover {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.secondary a:hover * {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.secondary .active a {
  background-color: #085d9c !important;
  color: #fff !important;
}

.ocultar-texto {
  overflow: hidden;
  text-overflow: ellipsis;
}

.li-inline li {
  display: inline;
}

.ls-none {
  list-style: none;
}

.lst-none {
  list-style-type: decimal;
}

.lst-upper-latin {
  list-style-type: upper-latin;
}

.lsp-inside, ul {
  list-style-position: inside;
}

.lsp-outside {
  list-style-position: outside;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ww-break-word {
  word-wrap: break-word;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.outline-0 {
  outline: 0;
}

.telefono, .movil, .fax {
  width: 9em !important;
}

.dni {
  width: 8em !important;
}

.cp {
  width: 5em !important;
}

.menu-basico {
  background-color: #085d9c;
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 1em;
  float: left;
}
.menu-basico a {
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  float: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-basico a:hover, .menu-basico a:active, .menu-basico a:focus {
  background-color: #06406b;
}
.menu-basico a.mb-seleccionado {
  background-color: #043253;
}
.menu-basico li {
  position: relative;
  display: inline-block;
  float: left;
}
.menu-basico li ul, .menu-basico li nav {
  display: none;
  position: absolute;
  margin: 2em 0 0 0;
  left: 0;
  z-index: 1;
  background: #085d9c;
}
.menu-basico li ul li, .menu-basico li nav li {
  background: #085d9c;
  display: block;
}
.menu-basico li:hover > ul, .menu-basico li:hover > nav {
  display: block;
}

.label-linea {
  padding-top: 4px;
}
.label-linea label {
  vertical-align: top;
  display: inline-block !important;
  padding-top: 2px;
}
.label-linea * {
  display: inline !important;
  width: auto !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.label-linea select {
  padding-right: 1em;
}
.label-linea select option {
  display: block !important;
}
.label-linea input, .label-linea select, .label-linea textarea {
  margin-bottom: 0.5em !important;
}

.datepicker.label-linea label, .timepicker.label-linea label {
  display: inline !important;
}

form .required:not(.radio):not(.checkbox) label:after, form .require:not(.radio):not(.checkbox) label:after {
  color: #f33738;
  content: " *";
  display: inline;
}

.obligatorio label:after, label.obligatorio:after {
  color: #f33738;
  content: " *";
  display: inline;
}

div.icono-fecha i {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

div.icono-fecha {
  padding: 1.4rem 0 1.4rem 3rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 100;
}

.fw-normal-hijos td {
  font-weight: normal;
}

.cnt-image-carousel .orbit-slide-number, .cnt-image-carousel .orbit-slide-number span {
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.titulo-grande {
  font-size: 2.2em;
  font-weight: bold !important;
  line-height: normal;
}

.titulo-grande span.icon {
  display: inline-block;
  height: auto;
  margin: 0.2em 0.2em 0 0;
  width: auto;
  background: none;
}

.titulo_pagina {
  color: #6d7c8c;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: bold !important;
  margin-bottom: 15px;
}
.titulo_pagina .boton-enlace {
  margin-left: 10px;
}

.btn-avanzar {
  background-color: #5DB85C !important;
  margin-left: 100px;
}

a {
  color: #085d9c;
  outline: 0;
}
a:hover, a:focus, a:active {
  outline: 0;
  color: #a1b9ce;
}
a:hover *, a:focus *, a:active * {
  color: #085d9c;
}
a[href="#"] {
  cursor: default;
}
a span {
  color: #e4ebf1;
}

input,
input[type=checkbox],
input[type=radio], label {
  margin: 0;
}

input[type=text],
input[type=password],
textarea,
select {
  margin: 0 0 0.5em 0;
}

input[type=password] {
  font-family: Arial !important;
}

/*input[type="radio"],
input[type="checkbox"]
{
  margin-right: .5em;
}*/
input[type=button], input[type=submit], button, .boton, .btn-informacion, .btn-cancelar, .btn-fallo, .btn-volver, .btn-enviar, .btn-guardar, .btn-exito, .button {
  font-family: MarkMedium;
  color: #fff;
  border: 1px solid #085d9c;
  background-color: #085d9c;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  margin: 0 1em 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  min-height: 3.125rem;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type=button] span, input[type=submit] span, button span, .boton span, .btn-informacion span, .btn-cancelar span, .btn-fallo span, .btn-volver span, .btn-enviar span, .btn-guardar span, .btn-exito span, .button span {
  float: right;
  line-height: 1;
  color: inherit !important;
  margin-left: 0.25rem;
}
input[type=button]:hover, input[type=button]:active, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, button:hover, button:active, button:focus, .boton:hover, .btn-informacion:hover, .btn-cancelar:hover, .btn-fallo:hover, .btn-volver:hover, .btn-enviar:hover, .btn-guardar:hover, .btn-exito:hover, .boton:active, .btn-informacion:active, .btn-cancelar:active, .btn-fallo:active, .btn-volver:active, .btn-enviar:active, .btn-guardar:active, .btn-exito:active, .boton:focus, .btn-informacion:focus, .btn-cancelar:focus, .btn-fallo:focus, .btn-volver:focus, .btn-enviar:focus, .btn-guardar:focus, .btn-exito:focus, .button:hover, .button:active, .button:focus {
  color: #fff;
  border-color: #085d9c;
  background-color: #085d9c;
  -webkit-box-shadow: 0 0 5px #555;
          box-shadow: 0 0 5px #555;
}

.ta-right input[type=button], .ta-right input[type=submit], .ta-right button, .ta-right .boton, .ta-right .btn-informacion, .ta-right .btn-cancelar, .ta-right .btn-fallo, .ta-right .btn-volver, .ta-right .btn-enviar, .ta-right .btn-guardar, .ta-right .btn-exito, .ta-right .button {
  margin: 0 0 0 1em;
}

@media only screen and (max-width: 768px) {
  .ta-right input[type=button], .ta-right input[type=submit], .ta-right button, .ta-right .boton, .ta-right .btn-informacion, .ta-right .btn-cancelar, .ta-right .btn-fallo, .ta-right .btn-volver, .ta-right .btn-enviar, .ta-right .btn-guardar, .ta-right .btn-exito, .ta-right .button {
    margin-bottom: 0.5em;
  }
  input[type=button], input[type=submit], button, .boton, .btn-informacion, .btn-cancelar, .btn-fallo, .btn-volver, .btn-enviar, .btn-guardar, .btn-exito, .button {
    margin-bottom: 0.5em;
  }
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  border: 1px solid #bfd4e4;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  background-color: #fff;
  font-size: 0.9em;
  outline: #fff dotted 0 !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type=text] *,
input[type=password] *,
input[type=date] *,
input[type=datetime] *,
input[type=datetime-local] *,
input[type=month] *,
input[type=week] *,
input[type=email] *,
input[type=number] *,
input[type=search] *,
input[type=tel] *,
input[type=time] *,
input[type=url] *,
textarea *,
select * {
  outline: #fff dotted 0 !important;
}
input[type=text]:hover, input[type=text]:focus, input[type=text]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=password]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=date]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=month]:hover,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=week]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=time]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=url]:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-shadow: 0 0 5px #bbb;
          box-shadow: 0 0 5px #bbb;
  outline: #fff dotted 0 !important;
}
input[type=text]:hover *, input[type=text]:focus *, input[type=text]:active *,
input[type=password]:hover *,
input[type=password]:focus *,
input[type=password]:active *,
input[type=date]:hover *,
input[type=date]:focus *,
input[type=date]:active *,
input[type=datetime]:hover *,
input[type=datetime]:focus *,
input[type=datetime]:active *,
input[type=datetime-local]:hover *,
input[type=datetime-local]:focus *,
input[type=datetime-local]:active *,
input[type=month]:hover *,
input[type=month]:focus *,
input[type=month]:active *,
input[type=week]:hover *,
input[type=week]:focus *,
input[type=week]:active *,
input[type=email]:hover *,
input[type=email]:focus *,
input[type=email]:active *,
input[type=number]:hover *,
input[type=number]:focus *,
input[type=number]:active *,
input[type=search]:hover *,
input[type=search]:focus *,
input[type=search]:active *,
input[type=tel]:hover *,
input[type=tel]:focus *,
input[type=tel]:active *,
input[type=time]:hover *,
input[type=time]:focus *,
input[type=time]:active *,
input[type=url]:hover *,
input[type=url]:focus *,
input[type=url]:active *,
textarea:hover *,
textarea:focus *,
textarea:active *,
select:hover *,
select:focus *,
select:active * {
  outline: #fff dotted 0 !important;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
textarea:disabled,
select:disabled {
  background-color: #eee;
  border-color: #eee;
  color: #aaa;
}
input[type=text]:disabled:hover, input[type=text]:disabled:focus, input[type=text]:disabled:active,
input[type=password]:disabled:hover,
input[type=password]:disabled:focus,
input[type=password]:disabled:active,
input[type=date]:disabled:hover,
input[type=date]:disabled:focus,
input[type=date]:disabled:active,
input[type=datetime]:disabled:hover,
input[type=datetime]:disabled:focus,
input[type=datetime]:disabled:active,
input[type=datetime-local]:disabled:hover,
input[type=datetime-local]:disabled:focus,
input[type=datetime-local]:disabled:active,
input[type=month]:disabled:hover,
input[type=month]:disabled:focus,
input[type=month]:disabled:active,
input[type=week]:disabled:hover,
input[type=week]:disabled:focus,
input[type=week]:disabled:active,
input[type=email]:disabled:hover,
input[type=email]:disabled:focus,
input[type=email]:disabled:active,
input[type=number]:disabled:hover,
input[type=number]:disabled:focus,
input[type=number]:disabled:active,
input[type=search]:disabled:hover,
input[type=search]:disabled:focus,
input[type=search]:disabled:active,
input[type=tel]:disabled:hover,
input[type=tel]:disabled:focus,
input[type=tel]:disabled:active,
input[type=time]:disabled:hover,
input[type=time]:disabled:focus,
input[type=time]:disabled:active,
input[type=url]:disabled:hover,
input[type=url]:disabled:focus,
input[type=url]:disabled:active,
textarea:disabled:hover,
textarea:disabled:focus,
textarea:disabled:active,
select:disabled:hover,
select:disabled:focus,
select:disabled:active {
  background-color: #eee;
  border-color: #eee;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

label {
  color: #085d9c;
  display: inline !important;
  margin-right: 1em;
  font-size: 1em !important;
  margin-bottom: 0;
}

fieldset {
  /*
  border: none;
  padding: 0;
  */
  min-width: 0;
  padding: 0.5em 0;
  border-color: #bfd4e4;
}
fieldset legend {
  font-weight: normal;
  font-size: 1em;
  margin-left: 0.9375rem;
}

hr {
  border-color: #bfd4e4;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.tabla-cebra tbody tr.odd, .tabla-basica tbody tr.odd {
  background: #fff;
}
.tabla-cebra tbody tr.even, .tabla-basica tbody tr.even {
  background: #eee;
}

.tabla-basica {
  border: none;
}
.tabla-basica * {
  text-align: left;
}
.tabla-basica caption {
  padding: 0.5em 0;
}
.tabla-basica thead tr {
  background-color: #ddd;
}
.tabla-basica tfoot tr {
  background-color: #ddd;
}

table.tabla2 tbody tr td:first-child > img:first-child {
  max-width: 65px;
  max-height: 55px;
}

table .controles span.icon {
  font-size: 1.25rem !important;
}

table .acciones, table .controles {
  text-align: center;
  white-space: nowrap;
}
table .acciones span, table .controles span {
  margin: 0 0.5em;
  display: inline-block;
}
table .acciones span.icon, table .controles span.icon {
  font-size: 18px !important;
}
table .acciones a, table .controles a {
  display: inline-block;
  margin: 0 0.5em;
}
table .acciones a span, table .controles a span {
  margin: 0;
}
.tl-fixed {
  table-layout: fixed;
}

.ec-hide {
  empty-cells: hide;
}

h1, h2, h3, h4, h5, h6, .titulo-1, .titulo-2, .titulo-3, .titulo-4, .titulo-5, .titulo-6 {
  color: #085d9c;
  margin: 0.5em 0;
  font-weight: bold;
  line-height: 1em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .titulo-1 span, .titulo-2 span, .titulo-3 span, .titulo-4 span, .titulo-5 span, .titulo-6 span {
  color: #e4ebf1;
  font-size: inherit;
}

h1, .titulo-1, h2, .titulo-2, h3, .titulo-3, h4, .titulo-4, h5, .titulo-5, h6, .titulo-6 {
  font-family: "MarkPro", sans-serif !important;
}

h1, .titulo-1 {
  font-size: 1.4em;
}

h2, .titulo-2 {
  font-size: 1.3em;
}

h3, .titulo-3 {
  font-size: 1.2em;
}

h4, .titulo-4 {
  font-size: 1.1em;
}

h5, .titulo-5 {
  font-size: 1em;
}

h6, .titulo-6 {
  font-size: 0.9em;
}

textarea {
  height: auto;
  line-height: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  resize: none;
  font-family: "MarkPro", sans-serif !important;
}

select {
  padding-top: 0;
  padding-bottom: 0;
  outline: #fff dotted 0 !important;
}
select * {
  outline: #fff dotted 0 !important;
}

ul {
  margin: 0;
}

ul.breadcrumbs {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
ul.breadcrumbs li {
  color: #565353;
}
ul.breadcrumbs li.current {
  color: #565353 !important;
}

.icon {
  font-size: 1.5em;
  color: #e4ebf1;
}

.icon.icon-twitter {
  color: #55ACEE;
}

.icon.icon-facebook {
  color: #3B5998;
}

.icon.icon-google-plus {
  color: #DA4835;
}

.icon.icon-android {
  color: #A4C63B;
}

.icon.icon-apple {
  color: #D9DCE1;
}

.icon.icon-fpdf {
  color: #f00;
}

button span.icon {
  font-size: 0.9em;
  display: block;
  float: left;
  margin-bottom: -0.14em;
  margin-top: 0.14em;
  margin-right: 0.5em;
}
button span.icono-derecha {
  float: right;
  margin-left: 0.5em;
  margin-right: 0;
}

.c-primary {
  color: #085d9c;
}

.c-secondary {
  color: #e4ebf1;
}

.c-blanco {
  color: #fff;
}

.c-negro {
  color: #000;
}

.c-defecto {
  color: #565353;
}

.f-style-normal {
  font-style: normal;
}

.f-style-italic {
  font-style: italic;
}

.f-style-oblique {
  font-style: oblique;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fw-bolder {
  font-weight: bolder;
}

.fw-lighter {
  font-weight: lighter;
}

.fs-1 {
  font-size: 1em;
}

.fs-inherit {
  font-size: inherit;
}

.fs-initial {
  font-size: initial;
}

.fs-xx-small {
  font-size: xx-small;
}

.fs-x-small {
  font-size: x-small;
}

.fs-small {
  font-size: small;
}

.fs-medium {
  font-size: medium;
}

.fs-large {
  font-size: large;
}

.fs-x-large {
  font-size: x-large;
}

.fs-xx-large {
  font-size: xx-large;
}

.fs-smaller {
  font-size: smaller;
}

.fs-larger {
  font-size: larger;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-justify {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .ta-left-m {
    text-align: left;
  }
  .ta-center-m {
    text-align: center;
  }
  .ta-right-m {
    text-align: right;
  }
  .ta-justify-m {
    text-align: justify;
  }
}
.tt-uppercase {
  text-transform: uppercase;
}

.tt-lowercase {
  text-transform: lowercase;
}

.tt-capitalize {
  text-transform: capitalize;
}

.fv-small-caps {
  font-variant: small-caps;
}

.td-underline {
  text-decoration: underline;
}

.td-overline {
  text-decoration: overline;
}

.td-line-through {
  text-decoration: line-through;
}

.td-none {
  text-decoration: none;
}

.ti-1 {
  text-indent: 1em;
}

.to-ellipsis {
  text-overflow: ellipsis;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.p-left-0 {
  padding-left: 0;
}

.p-right-0 {
  padding-right: 0;
}

.p-top-0 {
  padding-top: 0;
}

.p-bottom-0 {
  padding-bottom: 0;
}

.p-horizontal-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-vertical-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-0 {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .p-left-m-0 {
    padding-left: 0;
  }
  .p-right-m-0 {
    padding-right: 0;
  }
  .p-top-m-0 {
    padding-top: 0;
  }
  .p-bottom-m-0 {
    padding-bottom: 0;
  }
  .p-horizontal-m-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-vertical-m-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-m-0 {
    padding: 0;
  }
}
.p-elementos-left-0 * {
  padding-left: 0;
}

.p-elementos-right-0 * {
  padding-right: 0;
}

.p-elementos-top-0 * {
  padding-top: 0;
}

.p-elementos-bottom-0 * {
  padding-bottom: 0;
}

.p-elementos-horizontal-0 * {
  padding-left: 0;
  padding-right: 0;
}

.p-elementos-vertical-0 * {
  padding-top: 0;
  padding-bottom: 0;
}

.p-elementos-0 * {
  padding: 0;
}

.p-left-1 {
  padding-left: 1em;
}

.p-right-1 {
  padding-right: 1em;
}

.p-top-1 {
  padding-top: 1em;
}

.p-bottom-1 {
  padding-bottom: 1em;
}

.p-horizontal-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.p-vertical-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.p-1 {
  padding: 1em;
}

.p-boton, .p-form {
  padding-top: 1.45em;
}
.p-boton .input.checkbox, .p-boton .input.radio, .p-form .input.checkbox, .p-form .input.radio {
  padding-top: 0.3em;
}

@media only screen and (max-width: 768px) {
  .p-boton, .p-form {
    padding-top: 0 !important;
  }
  .p-boton .input.checkbox, .p-boton .input.radio, .p-form .input.checkbox, .p-form .input.radio {
    padding-top: 0 !important;
  }
}
.m-auto {
  margin: auto;
}

.m-0-auto {
  margin: 0 auto;
}

.m-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-left-0 {
  margin-left: 0;
}

.m-left-0-i {
  margin-left: 0;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-right-0-i {
  margin-right: 0 !important;
}

.m-top-0 {
  margin-top: 0;
}

.m-bottom-0 {
  margin-bottom: 0;
}

.m-horizontal-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-vertical-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-0 {
  margin: 0;
}

.m-0-i {
  margin: 0 !important;
}

@media only screen and (max-width: 768px) {
  .m-left-m-0 {
    margin-left: 0;
  }
  .m-left-m-0-i {
    margin-left: 0;
  }
  .m-right-m-0 {
    margin-right: 0 !important;
  }
  .m-right-m-0-i {
    margin-right: 0 !important;
  }
  .m-top-m-0 {
    margin-top: 0;
  }
  .m-bottom-m-0 {
    margin-bottom: 0;
  }
  .m-horizontal-m-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .m-vertical-m-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-m-0 {
    margin: 0;
  }
  .m-m-0-i {
    margin: 0 !important;
  }
}
.m-elementos-left-0 * {
  margin-left: 0;
}

.m-elementos-right-0 * {
  margin-right: 0;
}

.m-elementos-top-0 * {
  margin-top: 0;
}

.m-elementos-bottom-0 * {
  margin-bottom: 0;
}

.m-elementos-horizontal-0 * {
  margin-left: 0;
  margin-right: 0;
}

.m-elementos-vertical-0 * {
  margin-top: 0;
  margin-bottom: 0;
}

.m-elementos-0 * {
  margin: 0;
}

.m-left-1 {
  margin-left: 1em;
}

.m-right-1 {
  margin-right: 1em;
}

.m-top-1 {
  margin-top: 1em;
}

.m-bottom-1 {
  margin-bottom: 1em;
}

.m-horizontal-1 {
  margin-left: 1em;
  margin-right: 1em;
}

.m-vertical-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-1 {
  margin: 1em;
}

.m-left-menos-1 {
  margin-left: -1em;
}

.m-right-menos-1 {
  margin-right: -1em;
}

.m-top-menos-1 {
  margin-top: -1em;
}

.m-bottom-menos-1 {
  margin-bottom: -1em;
}

.m-horizontal-menos-1 {
  margin-left: -1em;
  margin-right: -1em;
}

.m-vertical-menos-1 {
  margin-top: -1em;
  margin-bottom: -1em;
}

.m-menos-1 {
  margin: -1em;
}

.m-boton {
  margin-top: 1.4em;
}

.bs-solid {
  border-style: solid;
}

.bs-none {
  border-style: none;
}

.bs-hidden {
  border-style: hidden;
}

.bs-inset {
  border-style: inset;
}

.bs-outset {
  border-style: outset;
}

.b-0 {
  border: 0;
}

.b-left-0 {
  border-left: 0;
}

.b-right-0 {
  border-right: 0;
}

.b-top-0 {
  border-top: 0;
}

.b-bottom-0 {
  border-bottom: 0;
}

.b-1 {
  border: 1px solid;
}

.b-left-1 {
  border-left: 1px solid;
}

.b-right-1 {
  border-right: 1px solid;
}

.b-top-1 {
  border-top: 1px solid;
}

.b-bottom-1 {
  border-bottom: 1px solid;
}

.bc-primary {
  border-color: #085d9c;
}

.bc-secondary {
  border-color: #e4ebf1;
}

.bc-blanco {
  border-color: #fff;
}

.bc-negro {
  border-color: #000;
}

.bc-transparent {
  border-color: transparent;
}

.circle {
  border-radius: 50%;
}

.redondeado {
  border-radius: 1em;
}

.w-auto {
  width: auto !important;
}

.w-100p {
  width: 100% !important;
}

.w-75p {
  width: 75% !important;
}

.w-50p {
  width: 50% !important;
}

.w-25p {
  width: 25% !important;
}

.w-1 {
  width: 1em !important;
}

.w-2 {
  width: 2em !important;
}

.w-3 {
  width: 3em !important;
}

.w-4 {
  width: 4em !important;
}

.w-5 {
  width: 5em !important;
}

.w-6 {
  width: 6em !important;
}

.w-7 {
  width: 7em !important;
}

.w-8 {
  width: 8em !important;
}

.w-9 {
  width: 9em !important;
}

.w-10 {
  width: 10em !important;
}

.w-11 {
  width: 11em !important;
}

.w-12 {
  width: 12em !important;
}

.w-13 {
  width: 13em !important;
}

.w-14 {
  width: 14em !important;
}

.w-15 {
  width: 15em !important;
}

.w-16 {
  width: 16em !important;
}

.w-17 {
  width: 17em !important;
}

.w-18 {
  width: 18em !important;
}

.w-19 {
  width: 19em !important;
}

.w-20 {
  width: 20em !important;
}

.w-21 {
  width: 21em !important;
}

.w-22 {
  width: 22em !important;
}

.w-23 {
  width: 23em !important;
}

.w-24 {
  width: 24em !important;
}

.w-25 {
  width: 25em !important;
}

.w-26 {
  width: 26em !important;
}

.w-27 {
  width: 27em !important;
}

.w-28 {
  width: 28em !important;
}

.w-29 {
  width: 29em !important;
}

.w-30 {
  width: 30em !important;
}

.w-31 {
  width: 31em !important;
}

.w-32 {
  width: 32em !important;
}

.w-33 {
  width: 33em !important;
}

.w-34 {
  width: 34em !important;
}

.w-35 {
  width: 35em !important;
}

.w-36 {
  width: 36em !important;
}

.w-37 {
  width: 37em !important;
}

.w-38 {
  width: 38em !important;
}

.w-39 {
  width: 39em !important;
}

.w-40 {
  width: 40em !important;
}

.w-41 {
  width: 41em !important;
}

.w-42 {
  width: 42em !important;
}

.w-43 {
  width: 43em !important;
}

.w-44 {
  width: 44em !important;
}

.w-45 {
  width: 45em !important;
}

.w-46 {
  width: 46em !important;
}

.w-47 {
  width: 47em !important;
}

.w-48 {
  width: 48em !important;
}

.w-49 {
  width: 49em !important;
}

.w-50 {
  width: 50em !important;
}

.h-1 {
  height: 1em !important;
}

.h-2 {
  height: 2em !important;
}

.h-3 {
  height: 3em !important;
}

.h-4 {
  height: 4em !important;
}

.h-5 {
  height: 5em !important;
}

.h-6 {
  height: 6em !important;
}

.h-7 {
  height: 7em !important;
}

.h-8 {
  height: 8em !important;
}

.h-9 {
  height: 9em !important;
}

.h-10 {
  height: 10em !important;
}

.transicion {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.o-auto {
  overflow: auto;
}

.o-hidden {
  overflow: hidden;
}

.o-scroll {
  overflow: scroll;
}

.o-inherit {
  overflow: inherit;
}

.o-visible {
  overflow: visible;
}

.o-x-auto {
  overflow-x: auto;
}

.o-x-hidden {
  overflow-x: hidden;
}

.o-x-scroll {
  overflow-x: scroll;
}

.o-x-inherit {
  overflow-x: inherit;
}

.o-x-visible {
  overflow-x: visible;
}

.o-y-auto {
  overflow-y: auto;
}

.o-y-hidden {
  overflow-y: hidden;
}

.o-y-scroll {
  overflow-y: scroll;
}

.o-y-inherit {
  overflow-y: inherit;
}

.o-y-visible {
  overflow-y: visible;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.background-color-primary {
  background-color: #085d9c;
}

.bg-primary-i {
  background-color: #085d9c !important;
}

.bg-secondary-i {
  background-color: #e4ebf1 !important;
}

.background-color-secondary {
  background-color: #e4ebf1;
}

.background-color-blanco {
  background-color: #fff;
}

.background-color-negro {
  background-color: #000;
}

.background-color-transparent {
  background-color: transparent;
}

.background-size-100 {
  background-size: 100% 100%;
}

.background-size-cover {
  background-size: cover;
}

.background-size-100 {
  background-size: contain;
}

.background-none {
  background: none;
}

.lh-1 {
  line-height: 1;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.zi-1 {
  z-index: 1;
}

.zi-10 {
  z-index: 10;
}

.zi-100 {
  z-index: 100;
}

.zi-1000 {
  z-index: 1000;
}

.zi-10000 {
  z-index: 10000;
}

.cc-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}

.cc-3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}

.cc-4 {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
}

.max-h-none {
  max-height: none;
}

.min-h-0 {
  min-height: 0;
}

.max-w-none {
  max-width: none;
}

.min-w-0 {
  min-width: 0;
}

.titulo {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.titulo-primary {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #085d9c;
}

.titulo-secondary {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #e4ebf1;
}

div.exito, div.robertastico, div.fallo, div.txematidico, div.informacion {
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
}
div.exito *, div.exito label, div.robertastico *, div.robertastico label, div.fallo *, div.fallo label, div.txematidico *, div.txematidico label, div.informacion *, div.informacion label {
  color: #fff;
}
div.exito div, div.robertastico div, div.fallo div, div.txematidico div, div.informacion div {
  font-weight: bold;
}

div.exito, div.robertastico {
  background-color: #47ce65;
  border-color: #30b24d;
}

.c-exito, .c-robertastico {
  color: #47ce65;
}

div.fallo, div.txematidico {
  background-color: #f33738;
  border-color: #e90e0f;
}

.c-fallo, .c-txematidico {
  color: #f33738;
}

div.informacion {
  background-color: #e76d2a;
  border-color: #c85516;
}

.c-informacion {
  color: #e76d2a;
}

.c-datos {
  color: #096cb6;
}

td a span.icon.c-defecto, td a:hover span.icon.c-defecto, td a:focus span.icon.c-defecto, td a:active span.icon.c-defecto {
  color: #565353 !important;
}
td a span.icon.c-exito, td a:hover span.icon.c-exito, td a:focus span.icon.c-exito, td a:active span.icon.c-exito {
  color: #47ce65 !important;
}
td a span.icon.c-fallo, td a:hover span.icon.c-fallo, td a:focus span.icon.c-fallo, td a:active span.icon.c-fallo {
  color: #f33738 !important;
}
td a span.icon.c-informacion, td a:hover span.icon.c-informacion, td a:focus span.icon.c-informacion, td a:active span.icon.c-informacion {
  color: #e76d2a !important;
}
td a span.icon.c-datos, td a:hover span.icon.c-datos, td a:focus span.icon.c-datos, td a:active span.icon.c-datos {
  color: #096cb6 !important;
}

.paginacion {
  text-align: center;
}
.paginacion * {
  display: inline-block;
  list-style: none;
}
.paginacion .f-left {
  font-size: 11px;
  text-transform: uppercase;
}
.paginacion .f-left strong {
  font-weight: normal;
}
.paginacion .current, .paginacion .prev, .paginacion .next {
  background-color: #e4ebf1;
  color: #95a8ba;
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
}
.paginacion .current *, .paginacion .current .c-secondary, .paginacion .prev *, .paginacion .prev .c-secondary, .paginacion .next *, .paginacion .next .c-secondary {
  color: #95a8ba !important;
}
.paginacion .current .top-bar-section a, .paginacion .prev .top-bar-section a, .paginacion .next .top-bar-section a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
.paginacion .current a, .paginacion .prev a, .paginacion .next a {
  color: #95a8ba;
}
.paginacion .current a:hover, .paginacion .prev a:hover, .paginacion .next a:hover {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.paginacion .current a:hover *, .paginacion .prev a:hover *, .paginacion .next a:hover * {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.paginacion .current .active a, .paginacion .prev .active a, .paginacion .next .active a {
  background-color: #085d9c !important;
  color: #fff !important;
}
.paginacion li {
  margin: 0 0.5em;
}
.paginacion li a {
  background-color: #085d9c !important;
  color: #fff;
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.paginacion li a *, .paginacion li a .c-primary {
  color: #fff !important;
}
.paginacion li a .top-bar-section a {
  background-color: #085d9c !important;
  color: #fff !important;
}
.paginacion li a a {
  color: #fff;
}
.paginacion li a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.paginacion li a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.paginacion li a .active a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
.paginacion li a:hover, .paginacion li a:active, .paginacion li a:focus {
  background-color: #e4ebf1;
  color: #95a8ba;
}

.enlaces-primary a {
  background-color: #085d9c !important;
  color: #fff;
}
.enlaces-primary a *, .enlaces-primary a .c-primary {
  color: #fff !important;
}
.enlaces-primary a .top-bar-section a {
  background-color: #085d9c !important;
  color: #fff !important;
}
.enlaces-primary a a {
  color: #fff;
}
.enlaces-primary a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-primary a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-primary a .active a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
.enlaces-primary .active {
  background-color: #e4ebf1;
  color: #95a8ba;
}
.enlaces-primary .active *, .enlaces-primary .active .c-secondary {
  color: #95a8ba !important;
}
.enlaces-primary .active .top-bar-section a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
.enlaces-primary .active a {
  color: #95a8ba;
}
.enlaces-primary .active a:hover {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a:hover * {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.enlaces-primary .active .active a {
  background-color: #085d9c !important;
  color: #fff !important;
}
.enlaces-primary .active a {
  background-color: #e4ebf1;
  color: #95a8ba;
}
.enlaces-primary .active a *, .enlaces-primary .active a .c-secondary {
  color: #95a8ba !important;
}
.enlaces-primary .active a .top-bar-section a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
.enlaces-primary .active a a {
  color: #95a8ba;
}
.enlaces-primary .active a a:hover {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a a:hover * {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.enlaces-primary .active a .active a {
  background-color: #085d9c !important;
  color: #fff !important;
}

.enlaces-secondary a {
  background-color: #e4ebf1;
  color: #95a8ba;
}
.enlaces-secondary a *, .enlaces-secondary a .c-secondary {
  color: #95a8ba !important;
}
.enlaces-secondary a .top-bar-section a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
.enlaces-secondary a a {
  color: #95a8ba;
}
.enlaces-secondary a a:hover {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary a a:hover * {
  color: #768fa6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary a .active a {
  background-color: #085d9c !important;
  color: #fff !important;
}
.enlaces-secondary .active {
  background-color: #085d9c !important;
  color: #fff;
}
.enlaces-secondary .active *, .enlaces-secondary .active .c-primary {
  color: #fff !important;
}
.enlaces-secondary .active .top-bar-section a {
  background-color: #085d9c !important;
  color: #fff !important;
}
.enlaces-secondary .active a {
  color: #fff;
}
.enlaces-secondary .active a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary .active a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary .active .active a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}
.enlaces-secondary .active a {
  background-color: #085d9c !important;
  color: #fff;
}
.enlaces-secondary .active a *, .enlaces-secondary .active a .c-primary {
  color: #fff !important;
}
.enlaces-secondary .active a .top-bar-section a {
  background-color: #085d9c !important;
  color: #fff !important;
}
.enlaces-secondary .active a a {
  color: #fff;
}
.enlaces-secondary .active a a:hover {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary .active a a:hover * {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.enlaces-secondary .active a .active a {
  background-color: #e4ebf1 !important;
  color: #95a8ba !important;
}

tr.link-js:hover {
  background-color: #085d9c !important;
  cursor: pointer;
}
tr.link-js:hover *, tr.link-js:hover td > b {
  color: #fff !important;
  background-color: #085d9c !important;
}
tr.link-js:hover .icon:hover, tr.link-js:hover i:hover, tr.link-js:hover a:hover, tr.link-js:hover a:hover * {
  color: #e4ebf1;
  cursor: pointer;
}
tr.link-js:hover img {
  background: none !important;
}
tr.link-js:hover td.no-link-js {
  cursor: default;
}
tr.link-js:hover .cnt-buttn-td .button-in-td {
  border: 1px solid #cfd4e8;
  color: #085d9c !important;
  background-color: #cfd4e8 !important;
}
tr.link-js:hover .cnt-buttn-td .button-in-td .add-potential-garage-gms-js span {
  color: inherit !important;
}

.flecha {
  width: 0px;
  height: 0px;
  display: inline-block;
}
.flecha.arriba {
  border-left: 1em solid transparent !important;
  border-right: 1em solid transparent !important;
  border-bottom: 1em solid #085d9c;
}
.flecha.derecha {
  border-top: 1em solid transparent !important;
  border-bottom: 1em solid transparent !important;
  border-left: 1em solid #085d9c;
}
.flecha.abajo {
  border-left: 1em solid transparent !important;
  border-right: 1em solid transparent !important;
  border-top: 1em solid #085d9c;
}
.flecha.izquierda {
  border-top: 1em solid transparent !important;
  border-bottom: 1em solid transparent !important;
  border-right: 1em solid #085d9c;
}

.contenedor-ampliaciones .abrir-todos, .contenedor-ampliaciones .cerrar-todos {
  color: #565353;
}

.ampliar {
  margin-bottom: 1px;
}
.ampliar .mostrar-ampliado > .columns > div {
  background-color: #bfd4e4;
  padding: 0.5em 0.9375rem;
  cursor: pointer;
}
.ampliar .mostrar-ampliado > .columns > div .flecha {
  float: right;
  margin-top: 0.3em;
  border-color: #565353;
}
.ampliar .ampliacion > .row {
  padding: 0.5em 0.9375rem;
}

#boton-subir-cabecera {
  display: none;
  background-color: #e4ebf1;
  border-radius: 50%;
  bottom: 1.5em;
  width: 3em;
  height: 3em;
  line-height: 1em;
  text-align: center;
  position: fixed;
  right: 1.5em;
  z-index: 999;
  cursor: pointer;
  padding-top: 11px !important;
}
#boton-subir-cabecera .flecha {
  border-color: #085d9c;
}

@font-face {
  font-family: "MarkPro";
  src: url("fonts/MarkPro.eot");
  /* IE9 Compat Modes */
  src: url("fonts/MarkPro.eot?#iefix") format("embedded-opentype"), url("fonts/MarkPro.woff2") format("woff2"), url("fonts/MarkPro.woff") format("woff"), url("fonts/MarkPro.ttf") format("truetype"), url("fonts/MarkPro.svg#MarkPro") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "MarkMedium";
  src: url("fonts/Mark-Medium.eot");
  src: url("fonts/Mark-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Mark-Medium.woff2") format("woff2"), url("fonts/Mark-Medium.woff") format("woff"), url("fonts/Mark-Medium.ttf") format("truetype"), url("fonts/Mark-Medium.svg#Mark-Medium") format("svg");
}
b.cont-groups .columns:nth-child(3n+3) {
  clear: both;
}
b.cont-groups .columns label {
  font-size: 0.8rem !important;
  margin-right: 0;
}

.cont-services div.medium-3.columns.end {
  min-height: 50px;
}
.cont-services .columns label {
  font-size: 0.8rem !important;
  margin-right: 0;
}

#contenido > .contenido-interior {
  max-width: 117rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.mailing-attached-files {
  margin-top: 1em !important;
}

.cont-fileWrapper > .fileWrapper {
  height: 75px !important;
}
.cont-fileWrapper > .fileWrapper input[type=file] {
  height: 100% !important;
}

/*.ion-compose
{
  background: green none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff !important;
  padding: .25rem .5rem;
  display: inline-block;
  margin-bottom: 0.25rem;
}*/
div.row[data-equalizer] {
  border-bottom: 1px solid #bfd4e4;
}

.ajustar-margenes-tit {
  margin-top: 15px;
  margin-bottom: -15px;
}

.height-match {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.height-match .field_file {
  position: absolute;
  bottom: 35px;
}

.height-match.has-upload {
  padding-bottom: 126px;
}

.ionicicon-size {
  font-size: 50px;
}

.audit_color {
  background: #d4e0e8;
}

.default-profile-black {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.custom-profile {
  height: 43px;
  width: 43px;
  border-radius: 50%;
}

.iconos-dashboard {
  display: inline-block;
  width: 100%;
}
.iconos-dashboard span.btn-dash {
  max-width: 190px;
  margin: 0 auto;
}
.iconos-dashboard > div.left {
  float: left;
  padding: 0 0.5rem;
  text-align: center;
}
.iconos-dashboard > div.left a {
  display: inline-block;
  text-align: left;
  float: none;
  padding-bottom: 1rem;
  margin-right: 1.5rem;
  text-align: center;
}
.iconos-dashboard > div.left form {
  margin-right: 1.5rem;
}
.iconos-dashboard > div.left div.redondeado, .iconos-dashboard > div.left .btn-dash {
  border-radius: 25px;
  border: 1px solid #085d9c;
  font-weight: normal !important;
  padding: 0.25rem 0.5rem;
  color: #085d9c;
  display: block;
  text-align: center;
}
.iconos-dashboard > div.left input[type=submit].btn-dash {
  max-width: 175px;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5em;
}
.iconos-dashboard > div.left input[type=submit].btn-dash:active, .iconos-dashboard > div.left input[type=submit].btn-dash:hover {
  -webkit-box-shadow: 0 !important;
          box-shadow: 0 !important;
}
.iconos-dashboard > img {
  padding: 0.25rem 0.5rem;
}

@media only screen and (max-width: 640px) {
  .iconos-dashboard > div.columns:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .iconos-dashboard > div.columns:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .iconos-dashboard > div.columns:nth-child(4n+1) {
    clear: both;
  }
}
.icon-dash img {
  -webkit-filter: hue-rotate(-214deg) saturate(300%) brightness(0.75);
          filter: hue-rotate(-214deg) saturate(300%) brightness(0.75);
}

.icon-dashp img {
  -webkit-filter: hue-rotate(244deg) saturate(200%) brightness(0.85);
          filter: hue-rotate(244deg) saturate(200%) brightness(0.85);
}

.icon-dashc img {
  -webkit-filter: hue-rotate(244deg) saturate(2) brightness(0.75);
          filter: hue-rotate(244deg) saturate(2) brightness(0.75);
}

.btn-dash-mostrar {
  position: relative;
}
.btn-dash-mostrar .iconos-dash-ocultos {
  position: absolute;
  z-index: 1;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background: linear-gradient(top, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-uno", endColorstr="$color-dos", GradientType=0);
  border-radius: 5px;
  border: 1px solid #bbb;
}

a[href="#"] {
  cursor: pointer !important;
}

div.dashboard-icons-link a span {
  background: #021523;
  background: linear-gradient(45deg, #021523 0%, #2fa0f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-uno", endColorstr="$color-dos", GradientType=1);
}

.enlace-dashboard-iconos {
  text-align: center;
}
.enlace-dashboard-iconos a {
  display: inline-block;
  margin: 1.5rem 0.5rem 0.5rem;
  border-radius: 50%;
  outline: none !important;
}
.enlace-dashboard-iconos span {
  display: inline-block;
  text-align: center;
  color: #90a8be;
  font-size: 22px;
  height: 36px;
  line-height: 23px;
  width: 36px;
  border-radius: 50%;
  cursor: pointer;
  padding-top: 6px;
}
.enlace-dashboard-iconos span.active {
  color: #156395;
  background-image: none;
  cursor: default;
}

.remove-cursor-click {
  cursor: text !important;
}

.height-match.has-upload .cont-fileWrapper, .height-match.has-upload .fileInputText {
  width: 100% !important;
}

.height-match.has-upload .dragdrop-delete-file-js {
  position: absolute;
  margin-top: 3px;
}

.cont-fileWrapper {
  position: relative;
  max-width: 100%;
}
.cont-fileWrapper > div:first-child.text-drop {
  position: absolute;
  width: 100%;
  padding: 1.5rem 0 0 0 !important;
  text-align: center;
  margin-top: 0.85rem;
  font-size: 1rem !important;
  color: #aabac6;
  background-image: url("img/draganddrop.png");
  background-repeat: no-repeat;
  background-position: top center;
  left: 0;
}

.tabla2 tbody tr.unread {
  background-color: #a8d8fb;
}

.tabla2 tbody tr td span span {
  color: #565353;
}

div.franja-titulo > div.columns > span.btn-dash {
  color: #fff !important;
}

div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton > table {
  background: none !important;
}
div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton > table thead, div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton > table td:not(.fc-today) {
  background: none !important;
}
div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton > table td.fc-today {
  background: none !important;
}
div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton > table td.fc-today > span.fc-day-number {
  font-weight: bold !important;
  color: #0073ba !important;
  background: none;
}
div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton > table td {
  max-height: 30px !important;
  height: 30px !important;
  font-size: 12px;
}
div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton > table tbody {
  display: none !important;
}
div.f-widget.body-widget div.calendar.fc .fc-toolbar {
  margin: 0;
}

div.fc-scroller.fc-day-grid-container {
  min-height: 270px;
  overflow: auto !important;
}

div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton table td {
  max-height: 45px !important;
  height: 45px !important;
  top: 0 !important;
  vertical-align: top !important;
}
div.f-widget.body-widget div.calendar.fc div.fc-content-skeleton table td span {
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

div.f-widget.body-widget div.calendar.fc div.fc-day-grid * {
  max-height: 45px !important;
}

div.f-widget.body-widget div.calendar.fc .fc-basic-view .fc-body .fc-row {
  min-height: 0 !important;
}

div.f-widget.body-widget div.calendar.fc hr {
  margin-bottom: 0 !important;
}

.widget-calendar .fc-toolbar.fc-header-toolbar {
  margin: 1rem 0 !important;
}

.widget-calendar td.fc-today {
  background: none !important;
}

.widget-calendar td.has-events {
  background-image: url("img/f-event.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
}

div.f-widget.body-widget div.event {
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
}
div.f-widget.body-widget .more-events {
  font-size: 12px;
}

div.f-widget.body-widget div.calendar.fc .fc-prev-button,
div.f-widget.body-widget div.calendar.fc .fc-next-button {
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin-top: -7px;
}

div.f-widget.body-widget div.calendar.fc h2 {
  color: #6b8d92;
}

.cnt-agreements-checks {
  padding: 0 0.8375rem;
}
.cnt-agreements-checks .item-agreement {
  padding: 0 0.1rem;
  margin-bottom: 1rem;
}
.cnt-agreements-checks .item-agreement label {
  display: inline-block !important;
  width: 100%;
  text-align: center;
  font-size: 11px !important;
  vertical-align: top;
  margin: 0;
}
.cnt-agreements-checks .item-agreement label input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cnt-agreements-checks .item-agreement label input[type=checkbox] + span {
  color: #888;
  display: inline-block !important;
  margin: 0 auto !important;
  width: 100% !important;
  word-wrap: break-word;
  text-align: center;
  height: 78px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  border: 2px solid #fff;
}
.cnt-agreements-checks .item-agreement label input[type=checkbox] + span img {
  background-color: #fff;
  opacity: 0.25;
  position: relative;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 3px;
  max-height: 74px;
}
.cnt-agreements-checks .item-agreement label input[type=checkbox] + span div {
  color: inherit;
  padding-top: 1rem;
  border-radius: 3px;
  font-weight: bold;
}
.cnt-agreements-checks .item-agreement label input[type=checkbox]:checked + span {
  color: #085d9c;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  border: 2px solid #085d9c;
}
.cnt-agreements-checks .item-agreement label input[type=checkbox]:checked + span img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.cnt-agreements-checks .item-agreement label input[type=checkbox]:checked + span div {
  color: inherit;
}
.cnt-agreements-checks .item-agreement:nth-child(12n+1) {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .cnt-agreements-checks .item-agreement:nth-child(12n+1) {
    clear: none;
  }
  .cnt-agreements-checks .item-agreement:nth-child(3n+1) {
    clear: none;
  }
  .cnt-agreements-checks .item-agreement:nth-child(6n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  .cnt-agreements-checks .item-agreement:nth-child(12n+1) {
    clear: none;
  }
  .cnt-agreements-checks .item-agreement:nth-child(6n+1) {
    clear: none;
  }
  .cnt-agreements-checks .item-agreement:nth-child(3n+1) {
    clear: both;
  }
}
.border-services {
  border-right: 1px solid #bfd4e4;
}

@media only screen and (max-width: 640px) {
  .border-services {
    border-right: none !important;
    border-bottom: 1px solid #bfd4e4;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
#map-container {
  margin-bottom: 10px;
}

#map-container .map-title {
  font-size: 22px;
  font-weight: 400;
  padding: 10px;
  background-color: #085d9c;
  color: white;
  margin: 0;
}

#map-container .map-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}

a.num_notif {
  position: absolute;
  font-size: 15px;
  color: red !important;
  font-weight: bold;
  top: -1rem;
  right: -1rem;
  text-align: center;
  width: 41px;
  height: 41px;
  line-height: 41px !important;
  z-index: 2;
  background: url("img/fondo_notificacion.png") no-repeat;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border-radius: 0;
}

.audit-score-table {
  height: 20px;
  width: 100%;
  background-color: #6b8d92;
}

.audit-score-table {
  border-radius: 50px;
  background-color: #d2d4e1;
  overflow: hidden;
}
.audit-score-table > div {
  border-radius: 50px;
  background-color: #2fa0f4;
  background: #60b6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#60b6f7), to(#0c88e5));
  background: linear-gradient(top, #60b6f7 0%, #0c88e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-uno", endColorstr="$color-dos", GradientType=0);
  height: 100%;
  max-width: 100%;
}
.audit-score-table > div > span {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 15px 0;
  text-align: right;
  text-shadow: 0 0 1px #777;
}

td.ta-center.acciones > a > span.span-un-read > span {
  font-size: 14px !important;
  color: inherit;
}

.p-top-medio {
  padding-top: 0.5rem;
}

div.row.mostrar-ampliado div {
  color: #fff;
}

.subir-icono {
  float: left;
  margin: -4px 0 0;
}

hr.hr-form {
  margin: 0 0.9375rem 3px;
  border-color: #d1d2d2;
}

.cebreado-mapa > .columns {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.3;
}

.over_map {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1;
  width: 250px;
  text-align: center;
  margin-left: -125px;
}
.over_map button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  margin-bottom: 0.35rem;
}

.wrapper-map {
  position: relative;
}

.cnt-img-alto-fijo {
  padding: 0 0.5rem 0 0;
  margin-bottom: 0.5rem;
}
.cnt-img-alto-fijo label {
  margin: 0;
}
.cnt-img-alto-fijo span {
  display: inline-block;
  border: 1px solid #bfd4e4;
  text-align: center;
  padding: 4px;
}

.communication-logo {
  border: 1px solid #bfd4e4;
  margin: 0 0.5rem 0.5rem 0;
}

div.ddm-margin-bottom div.fileWrapper {
  margin-bottom: 40px !important;
}

.search-sort {
  margin-top: -94px;
}
.search-sort .cont-services input[type=checkbox] + span img {
  padding: 0.25rem 0.25rem 0.25rem 0;
}
.search-sort .titulo {
  margin-top: 0.4rem;
  margin-bottom: 0.1rem;
  font-size: 22px;
}

.cnt-rank {
  position: relative;
  padding-top: 1.75rem;
}
.cnt-rank .ui-slider-handle {
  z-index: 1;
}
.cnt-rank .label-rank {
  margin-bottom: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: 0;
  margin-left: -10px;
  background: #085d9c;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.input-rank {
  font-size: 14px !important;
}

span.icon.ion-eye.c-exito {
  color: #7cba52 !important;
}

div.cnt-avatar-usuario > div.medium-12.columns.ta-center > img {
  border-radius: 50%;
}

iframe {
  min-height: 500px;
}

body.cm {
  padding-top: 94px !important;
}

body.cm #container {
  max-width: 100%;
}

body.cm #contenido > .contenido-interior {
  max-width: 100%;
}

#citaPrevia span {
  float: left;
  line-height: 21px;
  margin-right: 10px;
}

#iframe_citaprevia iframe {
  min-width: 970px;
}

#myModal, #myModal2 {
  border: 10px #085d9c solid;
  width: 75%;
}

.img_centered {
  display: block;
  margin: auto;
}

.close-reveal-modal:hover {
  color: red;
}

@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 0;
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.btn-appointment {
  background-color: #31B9A1;
  border-color: white !important;
  color: white;
  font-weight: bold;
}

.image-tooltip-frame {
  max-width: 10.5rem;
  min-width: 10rem;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cnt-avatar-usuario {
  position: relative;
}
.cnt-avatar-usuario .avatar-remove {
  position: absolute;
  top: 0;
  right: 45px;
}

div#calendar.fc-ltr img {
  max-height: 20px;
  max-width: 20px;
}
div#calendar.fc-ltr .fc-time {
  width: 100%;
}
div#calendar.fc-ltr .fc-time a {
  width: 20px;
  float: right;
  margin: 1px;
}
div#calendar.fc-ltr .fc-time::after, div#calendar.fc-ltr .fc-time::before {
  content: none;
}
div#calendar.fc-ltr .fc-event {
  border-width: 3px;
}
div#calendar.fc-ltr h2 {
  color: #9ea4b2;
  font-size: 22px;
  margin-top: 12px;
  font-weight: normal;
}
div#calendar.fc-ltr hr.fc-divider.fc-widget-header {
  padding: 0 !important;
  border-width: 1px 0 0 0 !important;
}
div#calendar.fc-ltr div.fc-view td, div#calendar.fc-ltr div.fc-view td > span, div#calendar.fc-ltr div.fc-view th, div#calendar.fc-ltr div.fc-view th > span, div#calendar.fc-ltr div.fc-view td, div#calendar.fc-ltr div.fc-view td > span, div#calendar.fc-ltr div.fc-view th, div#calendar.fc-ltr div.fc-view th > span {
  background-color: #fff;
  border-color: #e7e7e7;
  font-size: 13px;
  color: #9ea4b2;
}
div#calendar.fc-ltr div.fc-view th, div#calendar.fc-ltr div.fc-view th > span, div#calendar.fc-ltr div.fc-view th, div#calendar.fc-ltr div.fc-view th > span {
  font-weight: bold;
}
div#calendar.fc-ltr tbody.fc-body > tr > td.fc-widget-content {
  border-color: transparent !important;
}
div#calendar.fc-ltr div.fc-view > table, div#calendar.fc-ltr div.fc-view > table thead.fc-head * {
  border-top-color: transparent !important;
}
div#calendar.fc-ltr div.fc-view > table thead.fc-head tr, div#calendar.fc-ltr div.fc-view > table thead.fc-head * {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
div#calendar.fc-ltr div.fc-view > table thead.fc-head tr th {
  border-right-color: #e7e7e7 !important;
}
div#calendar.fc-ltr .fc-event-container a:hover .fc-content {
  color: #9ea4b2 !important;
}
div#calendar.fc-ltr .fc-content {
  font-size: small !important;
  color: #9ea4b2;
}
div#calendar.fc-ltr .fc-content a span {
  float: right;
}
div#calendar.fc-ltr .fc-content a span:hover {
  color: #0078a0;
}
div#calendar.fc-ltr .fc-content .fc-time {
  display: inline-block;
  margin-bottom: -5px;
}
div#calendar.fc-ltr .fc-content .fc-time span {
  color: #9ea4b2;
}
div#calendar.fc-ltr .fc-content .fc-time .fc-trash {
  width: 12px !important;
}
div#calendar.fc-ltr .fc-content .fc-time .fc-trash span {
  display: inline-block;
  font-size: 15px;
  color: #59c4c6 !important;
}
div#calendar.fc-ltr .fc-content .fc-time .fc-trash span:hover {
  color: #f33738 !important;
}
div#calendar.fc-ltr .fc-content .fc-garage {
  display: block;
}
div#calendar.fc-ltr .fc-content .fc-garage a {
  width: 20px;
  text-align: center;
  display: inline-block;
  float: right;
}
div#calendar.fc-ltr .fc-content span {
  color: #9ea4b2 !important;
}
div#calendar.fc-ltr a.fc-time-grid-event {
  cursor: move;
}
div#calendar.fc-ltr a.fc-time-grid-event > div.fc-content {
  font-size: 11px;
}
div#calendar.fc-ltr a.fc-time-grid-event > div.fc-content > a {
  width: 20px;
  text-align: center;
  display: inline-block;
  float: right;
}
div#calendar.fc-ltr a.fc-time-grid-event > div.fc-content > a span {
  font-size: 15px;
  float: none;
}
div#calendar.fc-ltr a.fc-time-grid-event > div.fc-content > div.fc-time {
  display: inline-block;
  width: 100%;
}
div#calendar.fc-ltr a.fc-time-grid-event > div.fc-content > div.fc-time > span {
  display: inline-block;
  float: left;
  font-size: 11px;
  font-weight: bold;
}
div#calendar.fc-ltr a.fc-time-grid-event > div.fc-content > div.fc-time > a {
  display: inline-block;
  float: right;
  width: 20px;
  text-align: center;
}
div#calendar.fc-ltr a.fc-time-grid-event > div.fc-content > div.fc-time > a span {
  font-size: 15px;
  float: none;
}
div#calendar.fc-ltr .removeEvent {
  float: right;
  top: -22px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: 1.25em;
  padding: 0.5em;
}

.max-height-gallery {
  max-height: 450px;
  min-height: 450px;
}

.cnt_locations_map_services {
  display: inline-block;
  width: 100%;
}
.cnt_locations_map_services > div {
  display: inline-block;
  width: 100%;
}
.cnt_locations_map_services > div img {
  max-height: 20px;
  margin-top: 5px;
}

.contenedor-mapa button {
  border: none !important;
  color: white !important;
}
.contenedor-mapa button:hover, .contenedor-mapa button:active, .contenedor-mapa button:focus {
  color: white !important;
  border: none !important;
  border-color: white !important;
}
.contenedor-mapa button:active, .contenedor-mapa button:focus {
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
}

.field_boolean .fileWrapper {
  margin-bottom: 5px;
}
.field_boolean .fileInputText {
  width: 100% !important;
}
.field_boolean .dragdrop-delete-file-js {
  position: absolute;
  margin-top: 3px;
}

.not_label_link label {
  cursor: default;
}

.checks_calendar .check-color-blanco {
  display: inline-block;
  float: right;
  margin-top: 12px;
}
.checks_calendar .check-color-blanco .columns label {
  color: #fff !important;
  display: block !important;
  padding-left: 20px;
  margin: 0;
  font-weight: bold;
}
.checks_calendar .check-color-blanco .columns input {
  position: absolute;
  margin-top: 3px;
  margin-left: 0px;
}
.checks_calendar .check-color-blanco .columns {
  padding: 0 !important;
  position: relative;
  width: auto !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding: 2px 10px !important;
  margin-left: 2px;
}

.gconnect_alertas, .gconnect_alertas_datos {
  width: 70% !important;
  clear: both;
}

.gconnect_alertas .gconnect_vehiculo_alertas, .gconnect_alertas_datos .gconnect_vehiculo_alertas {
  width: 25%;
  float: left;
}

.gconnect_alertas .gconnect_fecha_alertas, .gconnect_alertas_datos .gconnect_fecha_alertas {
  width: 15%;
  float: left;
}

.gconnect_alertas .gconnect_conductor_alertas, .gconnect_alertas_datos .gconnect_conductor_alertas {
  width: 20%;
  float: left;
}

.gconnect_alertas .gconnect_mensaje, .gconnect_alertas_datos .gconnect_mensaje {
  width: 40%;
  float: left;
  text-align: right;
}

.rm_alertas, .rm_alertas_datos {
  width: 100% !important;
  clear: both;
}

.rm_alertas .rm_fecha, .rm_alertas_datos .rm_fecha {
  width: 10%;
  float: left;
}

.rm_alertas .rm_codigo, .rm_alertas_datos .rm_codigo {
  width: 19%;
  float: left;
}

.rm_alertas .rm_vehiculo, .rm_alertas_datos .rm_vehiculo {
  width: 22%;
  float: left;
}

.rm_alertas .rm_matricula, .rm_alertas_datos .rm_matricula {
  width: 9%;
  float: left;
}

.rm_alertas .rm_precio, .rm_alertas_datos .rm_precio {
  width: 8%;
  float: left;
}

.rm_alertas .rm_desde, .rm_alertas_datos .rm_desde {
  width: 12%;
  float: left;
}

.rm_alertas .rm_estado, .rm_alertas_datos .rm_estado {
  width: 20%;
  float: left;
}

.gconnect_alertas .gconnect_vehiculo_alertas, .gconnect_alertas .gconnect_mensaje {
  font-size: 13px;
  color: #aeaeae;
  font-weight: bold;
}

.gconnect_alertas_datos {
  border-top: 1px solid #aeaeae;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 12px;
}

.gconnect_alertas_datos .gconnect_vehiculo_matricula, .gconnect_alertas_datos .gconnect_mensaje {
  color: #f93838;
  font-weight: bold;
}

.gconnect_alertas_datos .gconnect_rojo {
  color: #f22f31;
  font-weight: bold;
}

.gconnect_alertas_datos .gconnect_naranja {
  color: #f08322;
  font-weight: bold;
}

.gconnect_alertas_datos .gconnect_vehiculo_marca, .gconnect_alertas_datos .gconnect_fecha_alertas {
  color: #696b6d !important;
}

.gconnect_alertas_datos .mensaje_alertas {
  color: #515151;
}

.gconnect_alertas_datos .gconnect_conductor_alertas {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

.gconnect_alertas .gconnect_fecha_alertas, .gconnect_alertas_datos .gconnect_fecha_alertas,
.gconnect_alertas .gconnect_conductor_alertas, .gconnect_alertas_datos .gconnect_conductor_alertas,
.gconnect_alertas .gconnect_mensaje, .gconnect_alertas_datos .gconnect_mensaje,
.gconnect_alertas .gconnect_vehiculo_marca, .gconnect_alertas_datos .gconnect_vehiculo_marca {
  text-align: left !important;
}

.rm_alertas .rm_fecha, .rm_alertas .rm_codigo, .rm_alertas .rm_vehiculo, .rm_alertas .rm_matricula, .rm_alertas .rm_precio, .rm_alertas .rm_desde, .rm_alertas .rm_estado {
  font-size: 13px;
  color: #aeaeae;
  font-weight: bold;
}

.rm_alertas_datos {
  border-top: 1px solid #aeaeae;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 12px;
}

.rm_alertas_datos .rm_fecha, .rm_alertas_datos .rm_matricula, .rm_alertas_datos .rm_desde {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

.rm_alertas_datos .rm_vehiculo {
  color: #515151;
}

.rm_alertas_datos .rm_codigo {
  color: #0274ba;
}

.rm_alertas_datos .rm_precio {
  color: #3ca6ff;
  font-weight: bold;
}

.rm_alertas_datos .rm_estado {
  color: #4ccf68;
  font-weight: bold;
  text-transform: uppercase;
}

body.widgets div#contenido {
  padding-left: 6px;
  padding-right: 6px;
}
body.widgets div#contenido .cnt-widgets-panel, body.widgets div#contenido .container-widgets, body.widgets div#contenido .contenido-interior.background-color-blanco {
  background-color: #eef0f7 !important;
}
body.widgets div#contenido .p-widget {
  padding-left: 10px;
  padding-right: 10px;
}
body.widgets div#contenido .title-widget {
  text-align: left;
  background: none;
  line-height: 1;
}
body.widgets div#contenido .title-widget .text-tit {
  color: #0053a0;
  font-size: 30px;
  text-transform: uppercase;
  padding-left: 0;
  background: none;
  font-weight: lighter;
  line-height: 1;
}

@media (max-width: 640px) {
  .contenedor-ancho {
    padding-left: 0 !important;
  }
  .barra-superior {
    display: inline-block;
    width: 100%;
    background: #fff !important;
    padding: 0 !important;
  }
  .barra-superior .top-bar-section.cnt-header-right {
    width: 100%;
  }
  .barra-superior .top-bar-section.cnt-header-right .right.cnt-opciones-usuario {
    width: 35%;
    position: relative;
    z-index: 1;
  }
  .barra-superior .top-bar-section.cnt-header-right .right.cnt-opciones-usuario > li.con-hijos a {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    text-align: right !important;
  }
  .barra-superior .top-bar-section.cnt-header-right .right.cnt-opciones-usuario > li.con-hijos a img {
    display: inline-block !important;
  }
  .barra-superior .top-bar-section.cnt-header-right .right.cnt-opciones-usuario .ul-hijo a {
    padding-right: 1rem !important;
  }
  .barra-superior .top-bar-section.cnt-header-right .right.cnt-bell {
    float: left !important;
  }
  .barra-superior .top-bar-section.cnt-header-right .right.cnt-bell a {
    padding: 20px 5px 21px 5px !important;
  }
  .barra-superior .top-bar-section.cnt-header-right .right.cnt-idioma {
    float: right !important;
    width: 35%;
    position: relative;
    z-index: 1;
  }
}
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left,
button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
  border: 1px solid #d2dce6 !important;
  border-radius: 50% !important;
  padding: 0 4px !important;
  margin-left: 13px !important;
}
button.fc-prev-button.fc-button.fc-state-default.fc-corner-left span,
button.fc-next-button.fc-button.fc-state-default.fc-corner-right span {
  color: #90a8be !important;
}

div.icono-dash {
  font-family: Iconos;
}

.row.enlace-dashboard-iconos {
  background: #eef0f7;
}

.cnt-liks-dash {
  background: #eef0f7;
  margin-bottom: -1rem;
}
.cnt-liks-dash .iconos-dashboard > .columns > div {
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 175px;
  display: inline-block;
  height: 175px;
  margin: 1rem auto;
}
.cnt-liks-dash .iconos-dashboard > .columns > div form {
  margin: 0;
}
.cnt-liks-dash .iconos-dashboard > .columns > div form input.btn-dash[type=submit] {
  border: none !important;
  text-transform: uppercase;
  color: #90a8be !important;
  white-space: normal;
  height: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  line-height: 1;
}
.cnt-liks-dash .iconos-dashboard > .columns > div > a.num_notif {
  left: -1rem;
}
.cnt-liks-dash .iconos-dashboard > .columns > div > a.f-left {
  height: 175px;
  display: block !important;
  margin: 0;
  padding: 0 0.5rem;
  color: #90a8be;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: right top;
}
.cnt-liks-dash .iconos-dashboard > .columns > div > a.f-left > span {
  color: inherit;
  text-transform: uppercase;
  line-height: 1;
  border: none;
}
.cnt-liks-dash .iconos-dashboard > .columns > div > a.f-left > span > div.icono-dash {
  line-height: 1;
  font-size: 50px;
  line-height: 1;
  color: inherit;
  text-transform: lowercase;
  margin: 2rem 0;
}

div.f-left.cnt-links-gconnect {
  max-width: 70% !important;
}
div.f-left.cnt-links-gconnect div.gconnect_alertas, div.f-left.cnt-links-gconnect div.gconnect_alertas_datos, div.f-left.cnt-links-gconnect .gconnect_alertas, div.f-left.cnt-links-gconnect .gconnect_alertas_datos {
  max-width: 100% !important;
  width: 100% !important;
}
div.f-left.cnt-links-gconnect .tit {
  color: #0073ba;
  text-transform: uppercase;
  border-bottom: 1px solid #eef0f7;
  text-align: center;
  margin-bottom: 7px;
}
div.f-left.cnt-links-gconnect .tit-cab {
  padding-top: 5px;
  display: inline-block;
  width: 100%;
}
div.f-left.cnt-links-gconnect .tit-cab, div.f-left.cnt-links-gconnect .tit-cab * {
  color: #797b7d;
  font-size: 13px;
  font-weight: normal;
}
div.f-left.cnt-links-gconnect a {
  padding: 13px 0;
  display: inline-block;
  float: left;
  width: 100%;
  border-top: 1px solid #eef0f7 !important;
}
div.f-left.cnt-links-gconnect a > div {
  width: 100%;
  display: inline-block;
  float: left;
}
div.f-left.cnt-links-gconnect .gconnect_alertas_datos {
  padding: 0;
  margin: 0;
  border: none;
}

.cnt-info-gconnect {
  float: right;
  width: 30%;
}
.cnt-info-gconnect > div {
  width: 350px;
  max-width: 100% !important;
  float: right;
  padding: 0 0 14px 14px;
  background-color: #fff;
}
.cnt-info-gconnect > div > .tit {
  color: #0073ba;
  text-transform: uppercase;
  border-bottom: 1px solid #eef0f7;
  text-align: center;
}
.cnt-info-gconnect > div .bloque {
  background-color: #eef0f7;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 4px;
  padding: 15px 10px 10px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 70px auto;
}
.cnt-info-gconnect > div .bloque .izq, .cnt-info-gconnect > div .bloque .der {
  font-size: 50px;
  font-weight: 100;
  font-family: Roboto;
  float: left;
  max-width: 40%;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
}
.cnt-info-gconnect > div .bloque .izq span, .cnt-info-gconnect > div .bloque .der span {
  display: block;
  text-align: center;
  color: #98aec2;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.cnt-info-gconnect > div .bloque .der {
  float: right;
}
.cnt-info-gconnect > div .bloque.bloque1 {
  background-image: url("img/llama.png");
}
.cnt-info-gconnect > div .bloque.bloque2 {
  background-image: url("img/llave.png");
}
.cnt-info-gconnect > div .bloque.bloque3 {
  background-image: url("img/bateria.png");
}
.cnt-info-gconnect > div .bloque .tit {
  color: #98aec2;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-ver-mas {
  color: #98aec2;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
}
.btn-ver-mas span {
  color: inherit;
  float: right;
  line-height: 1;
  font-size: 25px;
  margin: -5px 0 -5px 7px;
}

.contenedor-logotipos > .tit {
  color: #0073ba;
  text-transform: uppercase;
  border-bottom: 1px solid #eef0f7;
  text-align: center;
}
.contenedor-logotipos .cl-item {
  display: inline-block;
  width: 100%;
  max-width: 120px !important;
  margin-right: 25px;
}
.contenedor-logotipos .cl-item .cnt-image {
  height: 120px;
  vertical-align: middle;
  display: table-cell;
}
.contenedor-logotipos .cl-item .cnt-image a {
  display: inline-block;
}
.contenedor-logotipos .cl-item .cnt-numero {
  background-image: url("img/f-numero.png");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: right;
  padding: 10px 15px 20px 45px;
  font-family: Roboto;
  font-weight: 100;
  color: #90a8be;
  font-size: 22px;
  margin-bottom: 10px;
}

.btn-aceptado, .btn-no-aceptado {
  background-color: #eef0f7;
  border: 1px solid #eef0f7;
  border-radius: 10px;
  color: #22b95b;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  padding: 16px 10px 14px;
  width: 100%;
  margin: 25px 0 15px;
}

.btn-no-aceptado {
  background-color: #fff;
  color: #eef0f7;
  border-color: #dfe0e4;
  color: #90a8be;
}

.mask-up-js {
  top: 100% !important;
}

.tabla-listado-widget td {
  border-top: 1px solid #eef0f7 !important;
}
.tabla-listado-widget th {
  color: #797b7d;
  font-size: 13px;
  font-weight: normal;
}

.cnt-list-rm > a {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 13px 0;
  border-top: 1px solid #eef0f7 !important;
}
.cnt-list-rm > a > div {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  width: 100%;
}

.c-view_web_true {
  color: #ccc;
}

.reduce-font {
  font-size: 14px;
}

.orbit-next, .orbit-prev, .orbit-bullets {
  display: inline-block !important;
}

.audit-image {
  max-height: 277px;
}

html body.widgets div#container div.off-canvas-wrap div.inner-wrap div.off-canvas-wrap section.main-section section.main-section2 div.contenedor-ancho div#contenido.p-1 div.contenido-interior.background-color-blanco section.general-container div.container-widgets.gridster.ready div.gridster.ready ul,
.container-widgets .gridster.ready ul {
  width: 100% !important;
}

.container-widgets .gridster.ready ul [data-sizex="1"] {
  width: 48.75% !important;
}

.container-widgets .gridster.ready ul [data-sizex="2"] {
  width: 100% !important;
  width: calc(100% - 20px) !important;
}

.container-widgets .gridster.ready ul [data-col="2"] {
  left: auto;
  right: 10px;
}

.cnt-buttn-td {
  padding: 5px 0;
}
.cnt-buttn-td .button-in-td {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 150px;
  min-height: 2.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 0.5rem 2px;
  line-height: 1;
  border: 1px solid #cfd4e8;
  border-radius: 1rem;
  text-transform: uppercase;
  font-family: MarkMedium;
  color: #085d9c !important;
}
.cnt-buttn-td .button-in-td:hover {
  color: #085d9c !important;
  background-color: #cfd4e8 !important;
}
.cnt-buttn-td .button-in-td.add-potential-garage-gms-js {
  color: #47ce65 !important;
}
.cnt-buttn-td .button-in-td.add-potential-garage-gms-js:hover {
  color: #47ce65 !important;
}
.cnt-buttn-td .button-in-td span {
  margin-left: 0.35rem;
  background-color: transparent !important;
  color: inherit !important;
  background: none !important;
}

td.va-middle,
th.va-middle,
table.tabla1 tbody tr td.va-middle {
  vertical-align: middle !important;
}

.m-icon {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.modal-info-presentations {
  max-width: 400px;
}
.modal-info-presentations h2 {
  font-family: MarkMedium;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
}
.modal-info-presentations h3 {
  margin: 2rem 0 0.5rem;
  font-weight: 100;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
}
.modal-info-presentations table {
  border: none;
  border-collapse: collapse;
}
.modal-info-presentations table tr td {
  padding: 3px 0.9375rem;
  font-size: 13px;
  background-color: #fff;
}
.modal-info-presentations table tr td:first-child {
  font-family: MarkMedium;
  width: 100px;
}
.modal-info-presentations table tr:nth-child(odd) td {
  background-color: #f5f6fa;
}

header#header ul li input[type=submit].btn-dash {
  min-height: 32px;
  font-family: MarkPro;
  font-size: 13px !important;
}

div.iconos-dashboard input[type=submit].btn-dash {
  padding: 0;
  min-height: 0;
  font-family: MarkPro;
  background: none;
}

.cnt-logos-summary, .cnt-image-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.5rem;
}
.cnt-logos-summary.centrado, .cnt-image-links.centrado {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnt-logos-summary > div, .cnt-logos-summary .cnt-img-alto-fijo, .cnt-image-links > div, .cnt-image-links .cnt-img-alto-fijo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem;
  border: 1px solid #bfd4e4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cnt-logos-summary > div img, .cnt-logos-summary .cnt-img-alto-fijo img, .cnt-image-links > div img, .cnt-image-links .cnt-img-alto-fijo img {
  max-height: 70px;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 2px 0;
}

.clipboard {
  display: none !important;
}

td.ta-center > a > span.span-un-read > span {
  font-size: 10px !important;
  color: inherit;
}

.disabled-link {
  cursor: not-allowed;
  pointer-events: none;
}

#ModalCodesRecovery {
  font-size: 14px;
}
#ModalCodesRecovery ul {
  font-size: 15px;
}

input[type=submit].btn-2fa, .btn-2fa {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 10px;
  min-height: 28px;
  border-radius: 7px;
  background-color: #085d9c;
  color: #fff;
  padding: 3px 15px;
  line-height: 1;
  font-size: 13px;
  border: 2px solid #085d9c;
}
input[type=submit].btn-2fa:hover, input[type=submit].btn-2fa:active, input[type=submit].btn-2fa:focus, .btn-2fa:hover, .btn-2fa:active, .btn-2fa:focus {
  color: #fff;
}
input[type=submit].btn-2fa.disable, .btn-2fa.disable {
  background: none;
  color: #FC7E7E;
  border-color: #FC7E7E;
}
input[type=submit].btn-2fa.disable:hover, input[type=submit].btn-2fa.disable:active, input[type=submit].btn-2fa.disable:focus, .btn-2fa.disable:hover, .btn-2fa.disable:active, .btn-2fa.disable:focus {
  color: #FC7E7E;
}
input[type=submit].btn-2fa.enable, .btn-2fa.enable {
  background: none;
  color: #59C465;
  border-color: #59C465;
}
input[type=submit].btn-2fa.enable:hover, input[type=submit].btn-2fa.enable:active, input[type=submit].btn-2fa.enable:focus, .btn-2fa.enable:hover, .btn-2fa.enable:active, .btn-2fa.enable:focus {
  color: #59C465;
}

.cnt-enable-2fa {
  background-color: #fafafa;
  padding: 15px;
  margin: 10px 0;
}

.cnt-input-2fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cnt-input-2fa input[type=text] {
  height: 28px;
  width: 100%;
  max-width: 250px;
  margin: 0;
}

/*
//Retoques en el menu por defecto.
  @media only screen and (min-width: 641px)
  {
    body
    {
      padding-top: 94px;
      &.body-fixed-menu
      {
        padding-top: 133px;
      }
    }
  }
header#header
{
  position: fixed;
  top: 0;
  z-index: 100;
  nav.top-bar
  {
    height: 61px;
    ul
    {
      li
      {
        height: auto;
      }
    }
    img.logotipo
    {
      float: left;
      margin-right: 1em;
      &.logo-network
      {
        margin-top: 11px;
      }
    }
  }
  nav.tab-bar.primary
  {
    section.left-small
    {
      border-color: $primary-color-de-letra;
    }
    .menu-icon span::after
    {
      box-shadow: 0 0px 0 1px $primary-color-de-letra,0 7px 0 1px $primary-color-de-letra,0 14px 0 1px $primary-color-de-letra;
    }
    .tab-bar-section
    {
      &.middle
      {
        padding-right: 0;
        right: 0;
      }
      a
      {
        display: block;
        padding-right: 3.05556rem;
        line-height: 61px;
        div
        {
          display: inline-block;
          width: auto;
          img
          {
            max-height: 61px;
            float: left;
            margin-right: 1em;
          }
        }
      }
    }
  }
}

.degradado-cabecera
{
  @include degradado-vertical(darken($primary-color, 10%), lighten($primary-color, 10%));
  > nav.top-bar
  {
    background: none !important;
  }
}

.barra-idiomas
{
  border-bottom: 1px solid $primary-color;
  background-color: darken($primary-color, 10%) !important;
  height: 33px;
  .columns
  {
    position: relative;
    .cnt-idiomas
    {
      overflow: hidden;
      height: 33px;
      width: 150px;
      padding-top: 33px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      //@include transicion;
      &:hover
      {
        height: auto;
        border-bottom: 1px solid $primary-color;
        border-left: 1px solid $primary-color;
        border-right: 1px solid $primary-color;
      }
      div
      {
        height: 33px;
        line-height: 33px;
        background-color: darken($primary-color, 10%);
        &.active
        {
          background-color: transparent;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          a
          {
            color: #fff;
            background-image: url("img/abrir-idiomas.png");
            background-position: right center;
            background-repeat: no-repeat;
            padding-right: 30px;
            span
            {
              color: #fff;
            }
          }
        }
        a
        {
          display: block;
          font-size: 10px;
          font-weight: bold;
          text-transform: uppercase;
          line-height: 32px;
          color: lighten($primary-color, 15%);
          padding-left: 10px;
          span
          {
            width: 25px;
            height: 25px;
            line-height: 24px;
            text-align: center;
            border: 1px solid $primary-color;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: bold;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
            color: lighten($primary-color, 15%);
          }
        }
      }
    }
  }
}

.menu-de-usuario
{
  .cnt-img-user img
  {
    position: absolute;
    margin-top: 9px;
    background: $primary-color;
    border-radius: 50%;
    margin-top: 9px;
    max-height: 43px;
    max-width: 43px;
  }
  .enlace-nombre
  {
    line-height: 22px !important;
    div
    {
      color: desaturate(lighten($primary-color, 25%), 25%) !important;
      font-size: 11px !important;
      font-weight: bold;
    }
  }
}
*/
body {
  background-color: #eef0f7;
}

.top-bar-section.cnt-header-right > .cnt-bell {
  background-color: #fff !important;
  border-right: 1px solid #f3f3f3;
  color: #246cbe;
}
.top-bar-section.cnt-header-right > .cnt-bell a {
  padding: 32px 0.875rem 32px 1.375rem;
  display: block;
  line-height: 1;
}
.top-bar-section.cnt-header-right > .cnt-bell a i {
  font-size: 27px;
  float: left;
  margin: 1px 2px 0 0;
  color: #246cbe !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-bar-section.cnt-header-right > .cnt-bell a span {
  background-color: #246cbe;
  color: #fff;
  border-radius: 50%;
  height: 27px;
  line-height: 27px;
  min-width: 27px;
  width: auto;
  padding: 0 5px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-bar-section.cnt-header-right > .cnt-bell a:hover span {
  text-decoration: none !important;
  background-color: #18477e !important;
}
.top-bar-section.cnt-header-right > .cnt-bell a:hover i {
  text-shadow: 0 0 5px #bbb;
  color: #18477e !important;
}
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a > span {
  font-weight: bold;
  color: #246cbe !important;
}
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li:hover > a, .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li:active > a, .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li:focus > a {
  color: #246cbe !important;
}
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li:hover > a strong, .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li:active > a strong, .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li:focus > a strong {
  color: #246cbe !important;
}
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a {
  line-height: 1.25;
  padding: 29px 55px 29px 70px !important;
  background-image: url("img/desplegar.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 25px center !important;
  color: #246cbe !important;
  position: relative;
}
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a > img {
  position: absolute;
  left: 20px;
}
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a > strong {
  display: block;
  color: #246cbe;
}
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a::after {
  top: 30px;
  color: #246cbe;
  border-color: #246cbe transparent transparent transparent;
  margin-right: 25px;
}
.top-bar-section.cnt-header-right > ul.cnt-idioma {
  background-color: #fff !important;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  color: #246cbe;
}
.top-bar-section.cnt-header-right > ul.cnt-idioma .ion-ios-flag-outline {
  display: none;
}
.top-bar-section.cnt-header-right > ul.cnt-idioma * {
  color: #246cbe !important;
  background-color: #fff !important;
}
.top-bar-section.cnt-header-right > ul.cnt-idioma a {
  text-align: left !important;
}
.top-bar-section.cnt-header-right > ul.cnt-idioma > li > a {
  padding: 23px 40px 23px 20px !important;
  background-image: url("img/desplegar.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.top-bar-section.cnt-header-right > ul.cnt-idioma > li > a::after {
  top: 30px;
  color: #246cbe;
  border-color: #246cbe transparent transparent transparent;
  margin-right: 75px;
}

@media (max-width: 900px) {
  ul.cnt-redes > li.con-hijos {
    min-width: 0 !important;
  }
  #div-titulo-vehiculo-js span, #div-titulo-propietario-js span {
    display: none;
  }
  .top-bar-section.cnt-header-right {
    max-height: 91px;
  }
  .top-bar-section.cnt-header-right > .cnt-bell a {
    padding: 33px 0.5rem 32px 0.75rem;
  }
  .top-bar-section.cnt-header-right > ul.cnt-idioma > li > a span.ion-ios-flag-outline {
    display: block;
    font-size: 40px;
    line-height: 1;
    margin-bottom: -1px;
  }
  .top-bar-section.cnt-header-right > ul.cnt-idioma > li > a::after {
    margin-right: 15px;
  }
  .top-bar-section.cnt-header-right > ul.cnt-idioma > li ul {
    min-width: 150px;
  }
  ul.cnt-redes > li.con-hijos {
    width: auto;
    min-width: 0;
  }
  ul.cnt-redes > li.con-hijos > span {
    background: #fff !important;
  }
  ul.cnt-redes > li.con-hijos > span > a {
    color: #156395 !important;
  }
  ul.cnt-redes > li.con-hijos ul {
    width: auto;
    min-width: 150px;
  }
  .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a {
    padding-left: 20px !important;
    font-size: 0;
  }
  .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a > img {
    display: block !important;
    position: static;
    margin-bottom: -2px !important;
  }
  .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li ul {
    right: 0;
    min-width: 150px;
  }
  .top-bar-section.cnt-header-right > ul.cnt-idioma {
    border: none !important;
  }
  .top-bar-section.cnt-header-right > ul.cnt-idioma ul {
    right: 0;
  }
  .top-bar-section.cnt-header-right > div.right.cnt-bell {
    border: none;
  }
  .top-bar-section.cnt-header-right > div.right.cnt-bell a {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .top-bar-section.cnt-header-right > .cnt-bell a span {
    margin-bottom: -1px;
  }
  .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a {
    padding: 25px 55px 25px 70px !important;
  }
}
div.row.logotipo-principal {
  min-height: 91px;
}
div.row.logotipo-principal a > img.logotipo {
  margin: 27px 30px;
  max-height: 37px;
}

header#header-movil .middle.tab-bar-section a > img.logotipo {
  margin: -3px 0 0 0 !important;
}

ul.right.cnt-opciones-usuario li a {
  text-align: left !important;
}

ul.right.enlaces-primary.cnt-opciones-usuario > li.has-dropdown.not-click > a:hover, ul.right.enlaces-primary.cnt-opciones-usuario > li.has-dropdown.not-click > a:focus, ul.right.enlaces-primary.cnt-opciones-usuario > li.has-dropdown.not-click > a:active {
  text-decoration: none !important;
  color: #fff;
}
ul.right.enlaces-primary.cnt-opciones-usuario > li.has-dropdown.not-click > a:hover span, ul.right.enlaces-primary.cnt-opciones-usuario > li.has-dropdown.not-click > a:focus span, ul.right.enlaces-primary.cnt-opciones-usuario > li.has-dropdown.not-click > a:active span {
  text-decoration: none !important;
  color: inherit !important;
}

.barra-superior li.con-hijos {
  position: relative;
}
.barra-superior li.con-hijos ul.ul-hijo {
  display: none;
  position: absolute;
  width: 100%;
}
.barra-superior li.con-hijos ul.ul-hijo li {
  display: block;
  float: none;
}

.barra-superior li.con-hijos:hover ul.ul-hijo, .barra-superior li.con-hijos:focus ul.ul-hijo, .barra-superior li.con-hijos:active ul.ul-hijo {
  display: block;
}

.barra-superior li.has-dropdown:hover ul.dropdown, .barra-superior li.has-dropdown:focus ul.dropdown, .barra-superior li.has-dropdown:active ul.dropdown {
  display: block !important;
}

ul.right.cnt-opciones-usuario li.con-hijos > a, ul.right.cnt-opciones-usuario li.con-hijos *, ul.right.cnt-opciones-usuario li.con-hijos a:hover {
  background-color: #fff;
  color: #156395;
}

header#header {
  background-color: #fff;
  padding-top: 92px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header#header.comprimida {
  padding-top: 3.5rem;
}
header#header > nav.top-bar {
  background-color: #fff;
}
header#header > nav.top-bar ul li {
  height: auto;
}
header#header > nav.top-bar img.logotipo {
  float: left;
  margin-right: 1em;
}
header#header nav.tab-bar.primary section.left-small {
  border-color: #fff;
}
header#header nav.tab-bar.primary .menu-icon span::after {
  -webkit-box-shadow: 0 0 0 1px #63abf3, 0 7px 0 1px #63abf3, 0 14px 0 1px #63abf3 !important;
          box-shadow: 0 0 0 1px #63abf3, 0 7px 0 1px #63abf3, 0 14px 0 1px #63abf3 !important;
}
header#header nav.tab-bar.primary .tab-bar-section.middle {
  padding-right: 0;
  right: 0;
}
header#header nav.tab-bar.primary .tab-bar-section a {
  display: block;
  padding-right: 3.05556rem;
  line-height: 45px;
}
header#header nav.tab-bar.primary .tab-bar-section a div {
  display: inline-block;
  width: auto;
}
header#header nav.tab-bar.primary .tab-bar-section a div img {
  max-height: 45px;
  float: left;
  margin-right: 1em;
}

.tab-bar .menu-icon span::after {
  -webkit-box-shadow: 0 0 0 1px #085d9c, 0 7px 0 1px #085d9c, 0 14px 0 1px #085d9c;
          box-shadow: 0 0 0 1px #085d9c, 0 7px 0 1px #085d9c, 0 14px 0 1px #085d9c;
}

@font-face {
  font-family: "Iconos";
  src: url("fonts/icomoon.eot"); /* IE9 Compat Modes */
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2") format("woff2"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg"); /* Legacy iOS */
}
header#header div.o-menu {
  height: 100%;
  height: calc(100% - 0.75rem);
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
header#header div.o-menu nav section ul.left li.enlace-form-rm {
  position: relative;
  height: 37px;
  line-break: 37px;
}
header#header div.o-menu nav section ul.left li.enlace-form-rm span {
  font-family: Iconos;
  text-transform: lowercase;
  left: 0;
  display: inline-block;
  width: 49px;
  text-align: center;
  top: 3px;
  font-size: 1rem;
  color: #90a8be;
  position: absolute;
}
header#header div.o-menu nav section ul.left li.enlace-form-rm input[type=image] {
  display: none;
}
header#header div.o-menu nav section ul.left li.enlace-form-rm input.btn-dash {
  color: #90a8be !important;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border: none !important;
  height: 37px;
  line-break: 37px;
  padding: 0 0 0 55px;
  top: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}
header#header div.o-menu nav section ul.left li a {
  color: #90a8be;
  font-size: 14px;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}
header#header div.o-menu nav section ul.left li a span {
  font-family: Iconos;
  text-transform: lowercase;
  left: 0;
  display: inline-block;
  width: 49px;
  text-align: center;
  top: 0;
  font-size: 1.5rem;
  color: inherit;
}
header#header nav.top-bar {
  width: 17.5rem !important;
}
header#header nav.top-bar ul li {
  height: auto;
}
header#header nav.top-bar img.logotipo {
  float: left;
  margin-right: 1em;
}

.barra-superior {
  text-align: center;
  background-color: #fff;
  background-clip: content-box;
  border-bottom: 1px solid #f3f3f3;
}
.barra-superior ul, .barra-superior ul li {
  list-style: none;
}
.barra-superior > .row {
  padding-left: 1.875rem;
}
.barra-superior > .row > .columns {
  border-bottom: 1px solid #bfd4e4;
}
.barra-superior.comprimida > .row > .columns {
  border-bottom: 1px solid #bfd4e4;
}
.barra-superior.comprimida > .row > .columns ul.menu-usuario > li > a {
  padding: 1rem 5rem 1rem 1rem;
}

.logotipo-principal {
  display: none;
  text-align: center;
}
.logotipo-principal > .columns {
  padding-left: 56px;
}
.logotipo-principal a {
  margin-top: 0.4rem;
  overflow: hidden;
}
.logotipo-principal a img.logotipo {
  margin: 28px 0 10px 0;
  max-width: none;
}
.logotipo-principal a .cnt-logotipo-horizontal {
  display: none;
}
.logotipo-principal a .cnt-logotipo-horizontal img {
  height: 30px;
  max-width: none;
}

div.logotipo-principal.comprimida a.d-inline-block img.logotipo {
  margin: 0;
  height: 50px;
  clear: both;
}
div.logotipo-principal.comprimida a.menu-icon.abrir-menu-principal {
  margin-top: -9px;
}

a.menu-icon.abrir-menu-principal {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 641px) {
  section.main-section {
    padding-top: 92px;
    padding-bottom: 3.625rem;
    min-height: 555px;
  }
  section.main-section2 {
    padding-top: 0px;
    padding-bottom: 3.625rem;
    min-height: 555px;
  }
  header#header {
    width: auto;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 6;
    background-color: #fff;
  }
  header#header .top-bar.row {
    height: auto;
    background: none !important;
  }
  header#header .top-bar.row > .columns {
    padding: 0 !important;
  }
  header#header section.top-bar-section {
    display: inline-block;
    width: 100%;
  }
  header#header a.enlace-con-flecha {
    background-image: url("img/f-menu.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  header#header li.active a.enlace-con-flecha {
    background-image: url("img/f-menu-abierto.png");
  }
  header#header .enlace-padre > a {
    background-image: url("img/f-menu.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  header#header .enlace-padre > a.abierto {
    background-image: url("img/f-menu-abierto.png");
  }
  header#header .enlaces-hijos {
    display: none;
    padding-left: 1rem !important;
  }
  header#header ul {
    float: none;
    width: 100%;
    display: block;
    background: none;
  }
  header#header ul * {
    background: none;
  }
  header#header li {
    width: 100%;
    font-size: 1rem !important;
    clear: both;
    display: inline-block;
    min-height: 37px;
  }
  header#header li ul li a {
    padding-left: 4rem !important;
  }
  header#header li a {
    width: 100% !important;
    display: block;
    text-transform: uppercase;
    font-size: 13px !important;
    color: #156395;
    padding: 0.5rem 0.9375rem 0.5rem 3.25rem !important;
    line-height: 1.25;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    font-weight: bold;
    background-color: #fff !important;
    border-left: 4px solid transparent;
    margin: 2px 0 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  header#header li a span {
    position: absolute;
    left: 3.5rem;
    z-index: 200;
    top: 0;
    line-height: 1;
  }
  header#header li a i {
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0.8rem;
    line-height: 1;
    color: #156395;
  }
  header#header li a:hover {
    color: #e4ebf1;
  }
  header#header li a:hover i {
    color: inherit;
  }
  header#header li.enlace-inicio {
    display: none;
    float: left;
  }
  header#header li.enlace-inicio img {
    width: 50px;
    margin: 10px 0 10px 3px;
  }
  header#header li.active > a {
    color: #e4ebf1;
    border-color: #085d9c;
  }
  header#header li.active > a i {
    color: #085d9c;
  }
  .logotipo-principal {
    display: block;
    width: auto !important;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 120;
    border-right: 1px solid #f3f3f3;
  }
  .logotipo-principal .columns {
    text-align: center;
    padding-right: 0;
  }
  .logotipo-principal .columns .tab-bar {
    position: absolute;
    background-color: transparent;
    top: 0.6em;
    left: 0;
    cursor: pointer;
  }
  .logotipo-principal .columns .tab-bar .menu-icon {
    margin-top: 10px;
  }
  .logotipo-principal .columns .tab-bar * {
    cursor: pointer;
  }
  .barra-superior {
    position: fixed;
    padding-left: 17.5rem;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 112;
    text-align: right;
  }
  .barra-superior .row {
    max-width: none;
  }
}
.cont-campana, .cont-sobre, .cont-usuario {
  display: inline-block;
  vertical-align: top;
}

.cont-campana > div {
  display: inline-block;
  position: relative;
  margin: 1.25em 0;
}
.cont-campana > div span {
  position: absolute;
  background-color: #085ea4;
  color: #fff;
  right: -1em;
  top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 0.5em;
  text-align: center;
  border-radius: 50%;
}

.cont-sobre > div {
  display: inline-block;
  margin: 1.25em 2em;
}

.cont-usuario {
  background-color: #fff !important;
  margin-right: 5.75rem;
}
.cont-usuario * {
  background-color: #fff !important;
}
.cont-usuario .menu-basico > li {
  padding-top: 0.5em;
  padding-right: 2.5em;
  background-image: url("img/f-flecha-mu.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.cont-usuario .menu-basico > li > div {
  color: #9c9c9c;
  font-size: 0.8rem;
  text-align: left;
}
.cont-usuario .menu-basico > li > div img.avatar {
  margin-right: 1em;
  margin-left: 0.5em;
  float: left;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  max-width: 48px;
}
.cont-usuario .menu-basico > li > div .f-left {
  line-height: 1.2em;
  padding-top: 0.7em;
}
.cont-usuario .menu-basico > li > div span {
  font-size: 0.7rem;
  color: #095aa0;
}
.cont-usuario .menu-basico ul {
  margin-top: 3.5em;
  color: #9c9c9c;
  width: 100%;
}
.cont-usuario .menu-basico ul * {
  color: #9c9c9c !important;
}
.cont-usuario .menu-basico ul li {
  display: block;
  width: 100%;
  clear: both;
}
.cont-usuario .menu-basico ul li a {
  display: block;
  width: 100%;
  clear: both;
  text-align: left;
  font-size: 0.8rem;
}
.cont-usuario .menu-basico ul li a:hover {
  color: #095aa0 !important;
}

.left-off-canvas-menu.primary li a {
  text-transform: uppercase;
  font-size: 13px;
  border-color: #043253;
}
.left-off-canvas-menu.primary li a span {
  display: inline-block;
  margin-right: 0.5em;
}
.left-off-canvas-menu.primary li.active > a {
  font-weight: bold;
  background-color: #043253 !important;
}

@media only screen and (max-width: 768px) {
  .cont-usuario {
    float: left;
    margin: 0;
  }
  .cont-campana {
    float: right;
    margin-right: 1.5em;
    margin-top: 0.4em;
  }
  .cont-sobre {
    float: right;
    margin-top: 0.4em;
  }
  .cont-sobre > div {
    margin-right: 1em;
  }
}
header#header.ml-cerrado ul > li > ul {
  display: none;
}

header#header nav.top-bar ul li {
  height: auto;
}
header#header nav.top-bar img.logotipo {
  float: left;
  margin-right: 1em;
}
header#header ul, header#header ul li, header#header ul li ul, header#header ul li ul li {
  float: none;
  margin: 0;
}
header#header ul li ul, header#header ul li ul a, header#header ul li ul * {
  color: #2c5362;
  font-weight: normal;
  font-size: 12px !important;
  text-transform: uppercase;
}
header#header nav.tab-bar.primary section.left-small {
  border-color: #0a71be !important;
}
header#header nav.tab-bar.primary .menu-icon span::after {
  -webkit-box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
          box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}
header#header nav.tab-bar.primary .tab-bar-section.middle {
  padding-right: 0;
  right: 0;
}
header#header nav.tab-bar.primary .tab-bar-section a {
  display: block;
  padding-right: 3.05556rem;
  line-height: 45px;
}
header#header nav.tab-bar.primary .tab-bar-section a div {
  display: inline-block;
  width: auto;
}
header#header nav.tab-bar.primary .tab-bar-section a div img {
  max-height: 45px;
  float: left;
  margin-right: 1em;
}

ul.menu-usuario {
  list-style: none;
  display: inline-block;
  width: auto;
}
ul.menu-usuario > li {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
ul.menu-usuario > li ul.dropdown {
  clear: both;
  position: absolute;
  left: auto !important;
  right: 0 !important;
  width: 100%;
  border: 1px solid #bfd4e4;
}
ul.menu-usuario > li ul.dropdown div {
  text-align: left;
  font-size: 13px;
  color: #565353;
  padding-left: 20px;
  line-height: 1;
  padding-bottom: 0.5rem;
}
ul.menu-usuario > li ul.dropdown div:first-child {
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}
ul.menu-usuario > li ul.dropdown a {
  padding-left: 20px !important;
  color: #3d3d3d !important;
  text-transform: uppercase;
}
ul.menu-usuario > li > a {
  display: block;
  text-align: left;
  padding: 3.9rem 5rem 3.9rem 1rem;
  font-size: 13px;
  background-image: url("/css/img/f-usuario.png");
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1;
  float: none !important;
  color: #7d7d7d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.menu-usuario > li > a * {
  line-height: 1;
  font-size: 13px;
}
ul.menu-usuario > li > a strong {
  color: #3d3d3d;
}
ul.menu-usuario > li > a strong span {
  color: #085d9c;
  display: inline;
}
ul.menu-usuario > li > a span {
  color: #3d3d3d;
}
ul.menu-usuario > li > ul {
  display: none;
  margin: 0;
}
ul.menu-usuario > li:hover > ul {
  display: block;
  list-style: none;
  background: #fff;
}
ul.menu-usuario > li:hover > ul a {
  display: block;
  text-align: left;
  padding-left: 3rem;
  background-color: #fff;
  font-size: 13px;
  color: #085d9c;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.menu-usuario > li:hover > ul a:hover {
  background-color: #085d9c !important;
  color: #fff !important;
}

.enlace-caja {
  font-size: 10px;
  color: #085d9c;
  font-weight: bold;
  padding: 1.6rem 0.75rem 1.5rem;
  display: inline-block;
}

.cnt-buscador {
  padding-top: 1.9rem;
  border-bottom: 1px solid #085d9c;
  display: inline-block;
  width: 100%;
  position: relative;
}
.cnt-buscador div.input.select {
  width: 45%;
  float: left;
}
.cnt-buscador div.input.select select {
  padding-right: 1.25rem;
  border: none;
  background-color: #085d9c;
  color: #fff;
  margin: 0;
}
.cnt-buscador div.input.select select option {
  color: inherit;
}
.cnt-buscador input[type=text] {
  width: 45%;
  float: left;
  border: none;
  margin: 0;
}
.cnt-buscador .cnt-lupa {
  float: left;
  width: 10%;
}
.cnt-buscador .cnt-lupa a {
  font-size: 1.25rem;
  height: 1rem !important;
  line-height: 1rem !important;
  margin: 5px 0 0;
  padding: 0;
  position: absolute;
  right: 0.5rem;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cnt-buscador .cnt-lupa a span {
  color: #085d9c;
}

div.cnt-buscador.cnt-buscador-in-modal {
  padding-top: 0;
  padding-right: 2rem;
}
div.cnt-buscador.cnt-buscador-in-modal input[type=text] {
  width: 100%;
}
div.cnt-buscador.cnt-buscador-in-modal a {
  width: 2rem;
  text-align: center;
  position: absolute;
  top: -5px;
  padding: 6px 0 24px !important;
  right: 0;
  vertical-align: middle;
}

.car-link {
  border-left: 1px solid #f0f2f4;
  border-right: 1px solid #f0f2f4;
  display: inline-block;
  width: 100%;
  padding-right: 2rem;
  background: none;
  max-width: 350px;
  float: right;
}
.car-link div#div-titulo-matricula-js {
  font-size: 14px;
  font-weight: bold;
  color: #7b92a3;
  line-height: 1.2;
  margin-top: 0.5rem;
  text-align: left;
}
.car-link div#div-titulo-vehiculo-js {
  font-size: 12px;
  color: #99aab7;
  line-height: 1.2;
  margin-top: 0.25rem;
  text-align: left;
}
.car-link div#div-titulo-propietario-js {
  font-size: 12px;
  color: #8fb9e2;
  line-height: 1.2;
  margin-top: 0.25rem;
  text-align: left;
}
.car-link img {
  margin: 0 0.5rem;
}
.car-link #boton-lista-historico-sesiones-js {
  margin-right: -15px;
  margin-top: -25px;
}

#ver-busquedas-recientes {
  position: absolute;
  left: 100px;
  top: 25px;
  text-align: left;
  line-height: 1.2;
}
#ver-busquedas-recientes b {
  color: #7d94a4;
}
#ver-busquedas-recientes span {
  display: block;
  color: #a2c2e8;
}
#ver-busquedas-recientes img {
  margin-top: -25px;
  margin-right: 10px;
}

#limpiar-vehiculo-js {
  float: left;
  margin-top: 1.5rem;
  z-index: 1;
  position: relative;
}

.enlaces-junto-a-coche {
  float: left;
  padding-left: 10px;
  text-align: left;
}
.enlaces-junto-a-coche a {
  display: block;
  float: none;
  color: #5f9cd8;
}
.enlaces-junto-a-coche a span {
  width: 1rem;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  float: left;
  height: 14px;
  margin: -7px 15px 0 0;
}
.enlaces-junto-a-coche a * {
  color: #5f9cd8;
}
.enlaces-junto-a-coche a:first-child {
  color: #7b92a3;
}
.enlaces-junto-a-coche a:first-child * {
  color: #7b92a3;
}

div.titulo-historial-ancla {
  cursor: pointer;
  display: inline-block;
  float: right;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 0.5rem;
}
div.titulo-historial-ancla img {
  display: block;
  margin: 0 auto;
}
div.titulo-historial-ancla div {
  font-size: 12px;
  color: #cfd0d5;
  display: block;
  clear: both;
  line-height: 1;
  max-width: 75px;
  padding-top: 5px;
}

.clean-car {
  position: absolute;
  right: 0.5rem;
  top: 20px;
  width: 2rem;
}

.cnt-car-link {
  position: relative;
  min-height: 10px;
}
.cnt-car-link .car-link-empty {
  background-image: url("img/f-car-clean.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 2rem;
}
.cnt-car-link .car-link-empty #div-titulo-matricula-js {
  margin-top: 1.25rem;
  max-width: 15rem;
}

#div-titulo-matricula-js {
  font-weight: bold;
  font-size: 13px;
  color: #7b92a3;
  margin-top: 0.75rem;
  margin-right: 20px;
}

#div-titulo-vehiculo-js {
  font-size: 12px;
  color: #99aab7;
  text-align: left;
  margin-top: 25px;
  position: relative;
  display: inline-block;
  max-width: 415px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#div-titulo-propietario-js {
  font-size: 12px;
  color: #8fb9e2;
  text-align: left;
  display: inline-block;
  max-width: 415px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1700px) {
  #div-titulo-vehiculo-js, #div-titulo-propietario-js {
    max-width: 300px;
  }
}
@media (max-width: 1400px) {
  #div-titulo-vehiculo-js, #div-titulo-propietario-js {
    max-width: 200px;
  }
}
@media (max-width: 1050px) {
  #div-titulo-vehiculo-js, #div-titulo-propietario-js {
    max-width: 100px;
  }
  #ver-busquedas-recientes {
    display: none;
  }
}
@media (max-width: 800px) {
  #div-titulo-vehiculo-js, #div-titulo-propietario-js {
    max-width: 75px;
  }
}
@media (max-width: 850px) {
  #boton-lista-historico-sesiones-js {
    display: none;
  }
}
@media (max-width: 1300px) {
  #img-fondo-js {
    display: none;
  }
}
@media (max-width: 640px) {
  #div-titulo-vehiculo-js, #div-titulo-propietario-js {
    max-width: 300px;
  }
  .datos-ancla-cabecera-js * {
    margin-top: 0 !important;
  }
}
@media (max-width: 450px) {
  #div-titulo-vehiculo-js, #div-titulo-propietario-js {
    max-width: 200px;
  }
}
@media (max-width: 300px) {
  #div-titulo-vehiculo-js, #div-titulo-propietario-js {
    max-width: 100px;
  }
}
.historic-list {
  cursor: pointer;
  color: #085d9c;
  font-size: 1.5em;
  position: absolute;
  right: 1rem;
  top: 35px;
  outline: none !important;
  border-bottom: 0 !important;
}

nav.tab-bar a.menu-icon span::after {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
          box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

header#header-movil > nav {
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
}
header#header-movil .logotipo {
  height: 38px;
  margin-top: -3px;
  border-radius: 3px;
  padding: 3px 5px;
}
header#header-movil .left-small {
  border-color: #fff;
}

.limpiarAncla {
  background-color: #e8e8ea;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 0.5rem;
  font-size: 9px;
  color: #5f9cd8;
  padding-top: 6px;
}
.limpiarAncla img {
  display: block;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.cnt-musuario-ope {
  float: right;
  max-width: 228px;
  width: 100%;
}

.cnt-musuario-ope .menu-usuario > li {
  text-align: left;
}

@media (max-width: 640px) {
  div.row.logotipo-principal {
    display: none;
  }
  .barra-superior .medium-4, .barra-superior .medium-8 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .barra-superior .medium-4 .row, .barra-superior .medium-8 .row {
    margin: 0 !important;
  }
  .barra-superior .medium-4 a.btn-cambio-operario, .barra-superior .medium-4 button, .barra-superior .medium-8 a.btn-cambio-operario, .barra-superior .medium-8 button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.main-section {
    padding-top: 1px;
  }
  section.main-section2 {
    padding-top: 0px;
  }
  .title-ancho.ta-right {
    text-align: left !important;
  }
}
.ml-abierto a#mantenimiento.abrir-menu-principal {
  cursor: default !important;
}
.ml-abierto a#mantenimiento.abrir-menu-principal:hover {
  color: #156395;
}

div.nav-inferior {
  background-color: #156395;
}
div.nav-inferior > nav.top-bar.primary.row {
  height: auto;
}
div.nav-inferior > nav.top-bar.primary.row > div.top-bar-section {
  background-color: #156395;
}
div.nav-inferior > nav.top-bar.primary.row > div.top-bar-section a {
  background-color: #156395 !important;
  text-transform: uppercase;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
}
div.nav-inferior > nav.top-bar.primary.row > div.top-bar-section li.active a {
  background-color: #156395 !important;
  font-weight: bold !important;
  background-position: bottom center;
  background-repeat: no-repeat;
}
div.nav-inferior > nav.top-bar.primary.row > div.top-bar-section li.has-dropdown a::after {
  margin-top: 10px !important;
}

div.fixed.off-canvas-fixed aside.left-off-canvas-menu ul.off-canvas-list > li:first-child > a {
  padding-bottom: 8px !important;
}

@media (max-width: 640px) {
  div.nav-inferior > nav.top-bar.primary.row > div.top-bar-section li a {
    background-image: none !important;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 5px 5px;
  }
  div.nav-inferior > nav.top-bar.primary.row > div.top-bar-section li.has-dropdown a::after {
    margin-top: -5px !important;
  }
  .top-bar.primary.row {
    height: auto !important;
    background: #eef0f7 !important;
  }
}
ul.cnt-redes {
  display: inline-block;
  list-style: none;
  background-image: url("img/desplegar.png");
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  z-index: 1;
}
ul.cnt-redes > li.con-hijos {
  position: relative;
  min-width: 150px;
  text-align: left;
}
ul.cnt-redes > li.con-hijos > span {
  display: inline-block;
  padding: 32px 15px 34px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #156395;
  width: 100%;
}
ul.cnt-redes > li.con-hijos > span > a {
  color: inherit;
}
ul.cnt-redes > li.con-hijos ul {
  display: none;
  position: absolute;
  z-index: 1;
  margin: 0;
  list-style: none;
  width: 100%;
}
ul.cnt-redes > li.con-hijos:hover ul.ul-hijo {
  display: block;
  background-color: #fff;
  padding-bottom: 5px;
}
ul.cnt-redes > li.con-hijos:hover ul.ul-hijo a {
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #156395;
}

.cnt-logo-uno {
  display: inline-block;
  min-width: 225px;
  vertical-align: middle;
}
.cnt-logo-uno a {
  display: block;
}
.cnt-logo-uno img {
  display: block;
}

.cnt-logo-dos {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem;
  max-width: 171px;
}
.cnt-logo-dos a {
  display: block;
}
.cnt-logo-dos img {
  display: block;
}

@media (max-width: 1250px) {
  .cnt-logo-uno {
    min-width: 0;
  }
  div.row.logotipo-principal a > img.logotipo {
    margin-left: 0;
    margin-right: 15px;
    max-width: 100px;
  }
  .top-bar-section.cnt-header-right > .cnt-bell a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .ion-ios-bell {
    display: none;
  }
  .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a {
    padding-left: 20px !important;
  }
  .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a > img {
    display: none;
  }
}
@media (max-width: 950px) {
  .top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: #fff !important;
  }
}
div.fixed.off-canvas-fixed ul.off-canvas-list li.enlace-form-rm {
  border-bottom: 1px solid #043253 !important;
}
div.fixed.off-canvas-fixed ul.off-canvas-list li.enlace-form-rm input {
  margin: 0;
}
div.fixed.off-canvas-fixed ul.off-canvas-list li.enlace-form-rm input[type=image] {
  display: none;
}
div.fixed.off-canvas-fixed ul.off-canvas-list li.enlace-form-rm input[type=submit] {
  text-transform: uppercase;
  background: none !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 43px !important;
  display: block !important;
  line-height: 43px;
  padding: 0 10px !important;
  width: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  text-align: left !important;
}
div.fixed.off-canvas-fixed ul.off-canvas-list li.enlace-form-rm input[type=submit]:hover {
  background: #242424 !important;
  text-decoration: underline;
}

footer#pie {
  background-position: top center;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  padding-top: 35px;
  padding-bottom: 15px;
  margin-top: 70px;
  background: none !important;
  color: #90a8be !important;
}
footer#pie * {
  color: #90a8be !important;
}
footer#pie .logo-pie {
  position: absolute;
  left: 50%;
  margin: -43px 0 0 -43px;
}
footer#pie .ta-center {
  font-weight: normal;
}

html.html-login {
  overflow: hidden;
}
html.html-login .fallo {
  width: 100%;
  position: absolute;
}
html.html-login .alert-box {
  left: 0;
  position: fixed;
  width: 100%;
}

.body-login {
  background-image: url("img/f-login.png");
  background-color: #181818;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: auto;
  padding-top: 0 !important;
}
.body-login .contenedor-ancho {
  padding-left: 0 !important;
}
.body-login .alert-box {
  z-index: 10 !important;
}
.body-login #contenido {
  padding: 0;
}
.body-login #contenido > .contenido-interior {
  max-width: none;
  background: none !important;
}
.body-login #contenido .transp-login {
  background: rgba(255, 255, 255, 0.75);
}
.body-login #contenido .transp-login-superior {
  height: 9rem;
  background: rgba(255, 255, 255, 0.75);
}
.body-login #contenido .transp-login-inferior {
  position: relative;
}
.body-login #contenido .transp-login-inferior > div {
  background: rgba(255, 255, 255, 0.75);
  height: 40rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.body-login #contenido .transp-left {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  left: 100%;
  width: 100%;
}
.body-login #contenido .transp-right {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  right: 100%;
  width: 100%;
}
.body-login #contenido .contenedor-login {
  position: relative;
  border: none !important;
}
.body-login #contenido .contenedor-login .login-central {
  background: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
}
.body-login #contenido .contenedor-login .login-central div#logotipo-login img {
  margin-bottom: 1em;
}
.body-login #contenido .contenedor-login .login-central form label {
  margin: 0;
  font-size: 0.9em !important;
}
.body-login #contenido .contenedor-login .login-central form input[type=text] {
  margin: 0 0 0.5em 0;
  border: none;
  border-bottom: 1px solid #085d9c;
}
.body-login #contenido .contenedor-login .login-central form input[type=password] {
  margin: 0;
  border: none;
  border-bottom: 1px solid #085d9c;
}
.body-login #contenido .contenedor-login .login-central form div.submit {
  text-align: center;
}
.body-login #contenido .contenedor-login .login-central form input[type=submit] {
  margin: 1rem auto 0;
  width: auto;
  border-radius: 1rem;
  min-height: 2rem;
  border: 1px solid #085d9c !important;
  background-color: #fff;
  color: #085d9c;
  font-weight: bold;
}

.color-login {
  background: rgba(22, 81, 124, 0.7) none repeat scroll 0 0 !important;
  display: table-row;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  position: relative;
}
.color-login span {
  font-size: 90px;
  font-weight: 100;
  position: absolute;
  text-align: center;
  bottom: 1rem;
  left: 0;
  width: 100%;
  color: #548cb6;
}

@media only screen and (max-width: 768px) {
  .body-login #contenido {
    background-size: auto 100%;
  }
  .body-login #contenido .contenedor-login .login-central {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (max-width: 640px) {
  html.html-login {
    overflow: visible;
  }
  .body-login {
    background: #fff;
  }
  .body-login #contenido .transp-login {
    display: none;
  }
  .body-login #contenido .transp-login-superior {
    display: none;
  }
  .body-login #contenido .transp-login-inferior {
    display: none;
  }
  .body-login #contenido .transp-left {
    display: none;
  }
  .body-login #contenido .transp-right {
    display: none;
  }
  .contenedor-login {
    position: relative;
    border: none !important;
  }
  .contenedor-login .login-central {
    padding-top: 6em !important;
    height: auto !important;
  }
}
@media screen and (max-height: 600px) {
  .transp-login-superior {
    height: 50px !important;
  }
}
@media screen and (max-height: 500px) {
  .transp-login-superior {
    height: 0 !important;
  }
}
@media screen and (max-height: 453px) {
  .transp-login-inferior {
    display: none;
  }
  html.html-login {
    overflow-y: visible;
  }
  .contenido-interior.background-color-blanco {
    padding-bottom: 0 !important;
  }
}
.footer-in-login {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px auto 10px 1fr;
  grid-template-columns: 1fr auto 1fr;
      grid-template-areas: ". boton enlace";
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-in-login > div:first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: boton;
}
.footer-in-login > div:first-child input[type=submit] {
  margin: 0 !important;
}
.footer-in-login > div:last-child {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: enlace;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.degradado-menu {
  background: #043253;
  background: -webkit-gradient(linear, left top, left bottom, from(#043253), to(#085d9c));
  background: linear-gradient(top, #043253 0%, #085d9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-uno", endColorstr="$color-dos", GradientType=0);
  position: fixed;
  top: 94px;
  width: 100%;
  z-index: 11;
}
.degradado-menu .menu-principal {
  background: none;
}
.degradado-menu .menu-principal li {
  display: inline-block;
  border-bottom: 1px solid transparent;
  float: left;
}
.degradado-menu .menu-principal li a {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 8px 1rem;
}
.degradado-menu .menu-principal li.active {
  background: #096bb4;
  background: -webkit-gradient(linear, left top, left bottom, from(#096bb4), to(#085d9c));
  background: linear-gradient(top, #096bb4 0%, #085d9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-uno", endColorstr="$color-dos", GradientType=0);
}
.degradado-menu .menu-principal li.active a {
  font-weight: bold;
}

@media (max-width: 800px) {
  .degradado-menu {
    background: #043253;
    background: -webkit-gradient(linear, left top, left bottom, from(#043253), to(#085d9c));
    background: linear-gradient(top, #043253 0%, #085d9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-uno", endColorstr="$color-dos", GradientType=0);
  }
  .degradado-menu .menu-principal li a {
    font-size: 0.75rem;
    padding: 10px 0.5rem 9px;
  }
}
.degradado-menu.menu-content-management ul.menu-3 li a span {
  color: #fff !important;
}

@media (max-width: 640px) {
  .degradado-menu {
    top: 45px;
    position: relative;
  }
  .degradado-menu ul.menu-3 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    float: left;
    margin-bottom: -2px;
    overflow: hidden;
    width: 100%;
  }
  .degradado-menu .menu-principal li {
    width: 50%;
    display: inline-block;
    border-bottom: 1px solid #fff;
  }
  .degradado-menu .menu-principal li:nth-child(odd) a {
    border-right: 1px solid #fff;
  }
  .degradado-menu .menu-principal li a {
    font-size: 0.75rem;
    padding: 5px 0;
  }
}
ul.pestanas1 {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #e3ecf3;
  float: left;
}
ul.pestanas1 li {
  display: inline-block;
  float: left;
  margin-bottom: -1px;
}
ul.pestanas1 li a {
  display: block;
  padding: 0.25rem 8px;
  margin-bottom: -2px;
  border-bottom: 2px solid #e3ecf3;
  font-size: 14px;
  color: #999;
}
ul.pestanas1 li a.audit_color {
  color: #78c2f8;
  background: none;
  font-weight: bold;
}
ul.pestanas1 li.active a, ul.pestanas1 li strong {
  font-weight: bold;
  color: #75c77d;
  display: block;
  background-color: #fff;
  padding: 0.25rem 8px;
  margin-bottom: -1px;
  border-bottom: 2px solid #75c77d;
  font-size: 14px;
}

.menu-de-usuario {
  background: none !important;
}

.menu-de-usuario > a {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
  background-image: url("img/silueta.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  padding-left: 3.75rem !important;
  background-color: transparent !important;
}

.menu-de-usuario > a::after {
  top: 30px !important;
}

li.menu-de-usuario ul li a {
  background: #085d9c !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
li.menu-de-usuario ul li a:hover, li.menu-de-usuario ul li a:focus, li.menu-de-usuario ul li a:active {
  background: #06406b !important;
}

.menu-redes ul {
  list-style: none;
  padding-right: 0 !important;
  padding-right: 1rem;
}
.menu-redes ul li.has-dropdown.not-click {
  background: none;
}
.menu-redes ul li {
  background: none;
}
.menu-redes ul li ul {
  display: block;
}
.menu-redes ul li ul li a {
  background: #085d9c !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-redes ul li ul li a:hover, .menu-redes ul li ul li a:focus, .menu-redes ul li ul li a:active {
  background: #06406b !important;
}
.menu-redes ul a.enlace-nombre {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none !important;
  line-height: 32px !important;
}
.menu-redes ul a.enlace-nombre::after {
  top: 16px;
}

.cnt-search {
  background-color: #e4ebf1;
  padding-bottom: 0.75rem;
}
.cnt-search .columns {
  min-height: 60px;
}
.cnt-search .titulo-search {
  font-size: 2rem;
  font-weight: 100;
  color: #81a3bc;
}
.cnt-search .cnt-input-search-big input {
  width: 100%;
  height: 5.5rem;
  padding: 35px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  border-radius: 3px;
  background-color: #2b75ac !important;
  border-color: #2b75ac !important;
  background-image: url("img/f-search-button.png");
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff !important;
}
.cnt-search .cnt-input-search-big input:hover, .cnt-search .cnt-input-search-big input:focus, .cnt-search .cnt-input-search-big input:active {
  border-color: #2b75ac !important;
  color: #fff !important;
}
.cnt-search .cnt-input-search-3.cnt-input-search-big input {
  height: 9.35rem;
  background-position: center top 30px;
}
.cnt-search .cnt-input-search-medium input {
  background-color: #2b75ac !important;
  border-color: #2b75ac !important;
  background-image: url("img/f-search-button.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 13px auto;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  height: 3rem;
  margin-top: 12px;
  padding: 19px 0 0;
  text-align: center;
  width: 100%;
  color: #fff !important;
}
.cnt-search .cnt-input-search-medium input:hover, .cnt-search .cnt-input-search-medium input:focus, .cnt-search .cnt-input-search-medium input:active {
  border-color: #2b75ac !important;
  color: #fff !important;
}
.cnt-search .btn-clean-filters-js {
  background-color: #fff !important;
  background-image: url("img/f-clean-filters.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-color: #fff !important;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  height: 3rem;
  margin-top: 12px;
  padding: 19px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  color: #295CA9 !important;
}
.cnt-search .btn-clean-filters-js:hover, .cnt-search .btn-clean-filters-js:focus, .cnt-search .btn-clean-filters-js:active {
  border-color: white !important;
  color: #295CA9 !important;
}
.cnt-search label {
  color: #085d9c;
}
.cnt-search span.select2-selection {
  border-radius: 0 !important;
  border-color: #bfd4e4 !important;
}
.cnt-search .p-boton, .cnt-search .p-form {
  padding-top: 1.45em !important;
}

.form-editable input[type=radio], .form-editable input[type=checkbox] {
  margin-left: 0.5rem;
}

/*
.cont-services
{
  .input.checkbox
  {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 38px;
    text-align: center;

    //background-image: url("img/si-editable.png");
    background-color: $color-exito;
    background-position: -100px -100px;
    background-repeat: no-repeat;
    overflow: hidden;
    input[type=checkbox]
    {
      float: none;
      margin: 0 auto;
    }
    input[type=checkbox] + label:after
    {
      //content: url("img/no-editable.png");
      //background-image: url("img/f-no.png");
      background-color: $color-fallo;
      position: absolute;
      margin: 0;
      left: 0;
      z-index:100;
      top: 0;
      width: 100%;
      //background-color: #FC3C3C;
      border-radius: 5px;
      background-position: left top;
      background-repeat: no-repeat;
    }
    input[type=checkbox]:checked + label:after
    {
      //content: url("img/si-editable.png");
      //background-image: url("img/f-si.png");
      background-color: $color-exito;
      background-position: right top;
      //background-color: #91C64D;
    }
    input[type=checkbox]:disabled + label:after
    {
      //content: url("img/no.png");
      background-color: $color-fallo;
      background-image: none;
    }
    input[type=checkbox]:disabled:checked + label:after
    {
      //content: url("img/si.png");
      background-color: $color-exito;
      background-image: none;
    }
    label
    {
      color: #fff !important;
      font-size: 1px !important;
      position: absolute;
      width: 100%;
      height: 38px;
      margin: 0;
      left: 0;
      top: 0;
      border-radius: 5px;
      border: 1px solid #d5d5d5;
      overflow: hidden;

      //background-image: url("img/si-editable.png");
      background-color: $color-exito;
      background-position: -100px -100px;
      background-repeat: no-repeat;
    }
    input[type=checkbox]:disabled + label
    {
      cursor: default;
    }
  }
}
*/
.cont-services label {
  display: block !important;
  width: 100%;
}
.cont-services input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cont-services input[type=checkbox] + span {
  color: #ccc;
}
.cont-services input[type=checkbox] + span img {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 0;
  opacity: 0.25;
}
.cont-services input[type=checkbox]:checked + span {
  color: #085d9c;
}
.cont-services input[type=checkbox]:checked + span img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

div.label-block > div.datepicker > label {
  display: block !important;
}

.select-auditoria select,
input[type=number] {
  max-width: 150px;
  display: block;
}

.input-pc input {
  max-width: 75px;
}

.input-phone input {
  max-width: 150px;
}

input[readonly=readonly]:focus,
input[readonly=readonly]:active,
input[readonly=readonly]:hover {
  background-color: #ddd !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #777;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  border: 1px solid #bfd4e4 !important;
}

form div.p-child-normal div.columns {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.date-dos-lineas label {
  display: block !important;
  width: 100%;
  float: none !important;
}

.submit-m-5 input {
  margin-top: 4px !important;
}

.select-map {
  padding: 0px;
  margin-bottom: 50px;
}

.cont-radio-image {
  margin-left: -7px;
}
.cont-radio-image > div input[type=radio] ~ div {
  color: #cbd3dc;
}
.cont-radio-image > div:nth-child(1) input[type=radio]:checked ~ div {
  color: #00991F;
}
.cont-radio-image > div:nth-child(2) input[type=radio]:checked ~ div {
  color: #EDA23E;
}
.cont-radio-image > div:nth-child(3) input[type=radio]:checked ~ div {
  color: #FF4848;
}
.cont-radio-image > div:nth-child(4) {
  margin-right: 0 !important;
}
.cont-radio-image > div:nth-child(4) input[type=radio]:checked ~ div {
  color: #000;
}
.cont-radio-image > div:nth-child(2) input[type=radio]:checked + span img {
  opacity: 1;
}
.cont-radio-image label {
  display: block !important;
  width: 100%;
  color: #cbd3dc !important;
  font-size: 11px !important;
  font-weight: bold !important;
}
.cont-radio-image input[type=radio] {
  position: absolute;
  opacity: 0;
}
.cont-radio-image input[type=radio] + span img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
  z-index: 1;
  padding: 0.5rem 0.5rem 0.5rem 0;
  opacity: 0.35;
}
.cont-radio-image input[type=radio]:checked + span img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.multiselect-error-message {
  color: #c60f13;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  font-style: italic;
}

@media (max-width: 500px) {
  .cont-radio-image > div {
    margin-right: 0.5rem !important;
  }
}
.contain-to-grid {
  background: none;
}

/*.top-bar{
  background: $primary-color;
  ul{
    &.title-area{
      background: $primary-color;
    }
    li{
      a,
      a:not(.button){
        background: $primary-color;
        &:hover, &:active, &:focus{
          background-color: darken($primary-color, 10%);
        }
      }
      &.active{
        a,
        a:not(.button){
          background-color: darken($primary-color, 15%);
        }
      }
      &.divider{
        border-color: darken($primary-color, 10%);
      }
    }
  }
  .toggle-topbar a{
    color: $primary-color-de-letra !important;
    background: $primary-color !important;
    &:hover, &:active, &:focus{
      background: $primary-color !important;
      color: $primary-color-de-letra !important;
    }
    span{
      color: $primary-color-de-letra !important;
      box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff !important;
      &:hover, &:active, &:focus{
        color: $primary-color-de-letra !important;
      }
    }
  }
  .title-area,
  .dropdown{
    background: $primary-color !important;
  }
}
*/
.error input[type=text],
.error input[type=password],
.error input[type=date],
.error input[type=datetime],
.error input[type=datetime-local],
.error input[type=month],
.error input[type=week],
.error input[type=email],
.error input[type=number],
.error input[type=search],
.error input[type=tel],
.error input[type=time],
.error input[type=url],
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0.2em;
}
.error .error-message {
  color: #c60f13;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  font-style: italic;
}

.gm-style img, .gm-style object, .gm-style embed {
  max-width: none !important;
}

.row, .contain-to-grid .top-bar {
  max-width: 117rem;
}

.off-canvas-fixed {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  margin-bottom: 45px;
}

.move-right > .off-canvas-fixed {
  height: 100%;
  -webkit-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.left-off-canvas-menu {
  -webkit-transform: none;
  transform: none;
  margin-left: -15.625rem;
}

a.exit-off-canvas {
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 0 !important;
}

aside.left-off-canvas-menu, .tab-bar {
  z-index: 1;
}

#menu-movil {
  height: 45px;
  width: 100%;
}

aside.left-off-canvas-menu {
  height: 100% !important;
}
aside.left-off-canvas-menu ul.off-canvas-list {
  display: inline-block;
  width: 100%;
}

.switchContainer .switch {
  float: left;
  margin-right: 1em;
}
.switchContainer .switchLabel {
  display: block !important;
  float: left;
  margin-top: 0.35em;
}
.switchContainer .switchLabel.small {
  margin-top: 0.2em;
}
.switchContainer .switchLabel.large {
  margin-top: 0.65em;
}

.switch {
  display: inline-block;
}
.switch label {
  display: inline-block !important;
  float: left;
  background-color: #bfd4e4;
}
.switch input:checked + label {
  background-color: #085d9c;
}

form.custom .custom.dropdown.combo .current {
  display: block !important;
  width: 95% !important;
  height: 100% !important;
  margin: 0 0 0 0.5em !important;
}

.datepicker label {
  display: inline-block !important;
  width: 100%;
  float: left;
}

.datepicker input[type=text] {
  display: inline;
  margin-right: 0.5em;
  width: 75%;
  max-width: 8em !important;
}

.checkbox label {
  display: inline-block;
}

.top-bar-section ul li > a {
  font-family: "MarkPro", sans-serif;
}

.btn-enviar, .btn-guardar, .btn-exito {
  color: #47ce65 !important;
  border-color: #47ce65 !important;
  background-color: #fff;
}
.btn-enviar:hover, .btn-enviar:active, .btn-enviar:focus, .btn-guardar:hover, .btn-guardar:active, .btn-guardar:focus, .btn-exito:hover, .btn-exito:active, .btn-exito:focus {
  color: #47ce65 !important;
  border-color: #47ce65 !important;
  background-color: #fff;
}

.btn-guardar::before {
  content: "\f122";
  font-family: Ionicons;
  margin-right: 0.5rem;
  font-size: 18px;
}

.btn-volver {
  color: #888 !important;
  border-color: #888 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}
.btn-volver:hover, .btn-volver:active, .btn-volver:focus {
  color: #888 !important;
  border-color: #888 !important;
  background-color: #fff;
}

.btn-cancelar, .btn-fallo {
  color: #f33738 !important;
  border-color: #f33738 !important;
  background-color: #fff;
}
.btn-cancelar:hover, .btn-cancelar:active, .btn-cancelar:focus, .btn-fallo:hover, .btn-fallo:active, .btn-fallo:focus {
  color: #f33738 !important;
  border-color: #f33738 !important;
  background-color: #fff;
}

.btn-cancelar {
  color: #9fa6c3 !important;
  border-color: #9fa6c3 !important;
}
.btn-cancelar::before {
  content: "\f12a";
  font-family: Ionicons;
  margin-right: 0.5rem;
  font-size: 18px;
}
.btn-cancelar * {
  color: inherit !important;
}
.btn-cancelar:hover, .btn-cancelar:active, .btn-cancelar:focus {
  color: #9fa6c3 !important;
  border-color: #9fa6c3 !important;
}
.btn-cancelar:hover *, .btn-cancelar:active *, .btn-cancelar:focus * {
  color: inherit !important;
}

.btn-plus::after {
  content: "\f359";
  font-family: Ionicons;
  margin-left: 0.5rem;
  color: inherit !important;
  line-height: 1;
  font-size: 20px;
}

.btn-informacion {
  color: #e76d2a !important;
  border-color: #e76d2a !important;
  background-color: #fff;
}
.btn-informacion:hover, .btn-informacion:active, .btn-informacion:focus {
  color: #e76d2a !important;
  border-color: #e76d2a !important;
  background-color: #fff;
}

.ta-center .btn-cancelar, .ta-center .btn-fallo, .ta-center .btn-enviar, .ta-center .btn-guardar, .ta-center .btn-exito {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.franja-titulo {
  background-color: #fff;
}
.franja-titulo .columns {
  background-color: #085d9c;
  background: #0a7acd;
  background: -webkit-gradient(linear, left top, right top, from(#0a7acd), to(#06406b));
  background: linear-gradient(left, #0a7acd 0%, #06406b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-uno", endColorstr="$color-dos", GradientType=1);
  color: #fff;
  line-height: 1.25;
  font-weight: 300;
  font-size: 0.98rem;
  padding-top: 7px;
  padding-bottom: 7px;
}
.franja-titulo .columns strong {
  display: block;
  color: #fff;
}

.edit-garage {
  display: inline-block;
  border: 1px solid #e76d2a;
  color: #e76d2a !important;
  padding: 0.25rem 1.5rem;
  border-radius: 1.5rem;
  margin-left: 1rem;
}
.edit-garage span {
  float: right;
  line-height: 1;
  color: #e76d2a !important;
  margin-left: 0.5rem;
}

.unsubscribe-garage {
  display: inline-block;
  border: 1px solid #f33738;
  color: #f33738 !important;
  padding: 0.25rem 1.5rem;
  border-radius: 1.5rem;
  margin-left: 1rem;
}
.unsubscribe-garage span {
  float: right;
  line-height: 1;
  color: #f33738 !important;
  margin-left: 0.5rem;
}

a.delete {
  display: inline-block;
  border: 1px solid #f33738;
  color: #f33738 !important;
  padding: 0.25rem 1.5rem;
  border-radius: 1.5rem;
  margin-left: 1rem;
}
a.delete span {
  float: right;
  line-height: 1;
  color: #f33738 !important;
  margin-left: 0.5rem;
  margin-bottom: -4px;
}

.button-back {
  display: inline-block;
  border: 1px solid #888;
  color: #888 !important;
  padding: 0.25rem 1.5rem;
  border-radius: 1.5rem;
  margin-left: 1rem;
}
.button-back span {
  float: right;
  line-height: 1;
  color: #888 !important;
  margin-left: 0.5rem;
  margin-bottom: -4px;
}

.button-active {
  display: inline-block;
  border: 1px solid #888;
  color: #888 !important;
  padding: 13px 30px;
  border-radius: 1.5rem;
  margin-right: 1rem;
  font-family: MarkMedium;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.button-active span {
  float: right;
  line-height: 1;
  color: #888 !important;
  margin-left: 0.5rem;
  margin-bottom: -4px;
}

.export-files {
  display: inline-block;
  border: 1px solid #085d9c;
  color: #085d9c !important;
  padding: 0.25rem 1.5rem;
  border-radius: 1.5rem;
  margin-left: 1rem;
}
.export-files span {
  float: right;
  line-height: 1;
  color: #085d9c !important;
  margin-left: 0.5rem;
}

.recover-garage {
  display: inline-block;
  border: 1px solid #47ce65;
  color: #47ce65 !important;
  padding: 0.25rem 1.5rem;
  border-radius: 1.5rem;
  margin-left: 1rem;
}
.recover-garage span {
  float: right;
  line-height: 1;
  color: #47ce65 !important;
  margin-left: 0.5rem;
}

.sin-titulo-fila .franja-titulo {
  background-color: #fff;
}
.sin-titulo-fila .franja-titulo .columns {
  background: #fff !important;
  color: #085d9c;
  font-size: 24px;
  font-weight: 100;
  padding-bottom: 0;
}
.sin-titulo-fila .franja-titulo .columns strong {
  display: inline;
  color: #085d9c;
  font-size: 24px;
  font-weight: 100;
}

.titulo-general {
  font-weight: 300;
  font-size: 1.75rem;
  color: #607c91;
}

.btn-rechazar {
  color: #fff !important;
  font-weight: bold;
  background-color: #000 !important;
  white-space: nowrap;
}
.btn-rechazar span {
  color: #fff !important;
  float: left;
  font-size: 18px;
  margin-right: 0.5rem;
}

.titulo {
  font-size: 24px;
  font-weight: 100;
  color: #085d9c;
}

.titulo-score {
  color: #cad6e2;
  font-weight: 100 !important;
  font-size: 50px;
  margin-bottom: 0;
}

.score {
  color: #cad6e2;
  font-size: 50px;
}
.score span {
  color: #70b5f2;
  color: #60b6f7;
}

.audit-score {
  font-size: 16px;
  color: #6d7277 !important;
}
.audit-score h5 {
  color: #607c91;
  font-size: 18px;
}

button.btn-excel.btn-excel-blanco {
  background-image: url("img/excel.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent !important;
  padding-right: 44px;
  border: 1px solid #f5f6fa !important;
  background-color: #f5f6fa !important;
  border-radius: 1.5rem;
  color: #54b687 !important;
  display: inline-block;
  padding-right: 3rem;
  padding-left: 1.5rem;
  font-size: 0.9em;
}
button.btn-excel.btn-excel-blanco.m-top-1 {
  margin-top: 1rem !important;
}

.titulo-fino {
  font-weight: 100;
  font-size: 20px;
}

.btn-new-element span {
  float: left;
  margin: 0 0 -1.8rem 5px;
  color: #56be62;
}

.title-garage-manager {
  font-size: 25px;
  font-weight: 100;
  color: #085d9c !important;
}

.subtitle-garage-manager {
  font-size: 22px;
  font-weight: bold;
  color: #085d9c !important;
}

.boton-mapa-interior-mostrar-1, .boton-mapa-interior-mostrar-1:focus, .boton-mapa-interior-mostrar-1:hover, .boton-mapa-interior-mostrar-1:active {
  background-color: #0064ae;
  border-color: white !important;
  color: white !important;
}

.boton-mapa-interior-ocultar-1, .boton-mapa-interior-ocultar-1:focus, .boton-mapa-interior-ocultar-1:hover, .boton-mapa-interior-ocultar-1:active {
  background-color: white;
  border-color: #0064ae !important;
  color: #0064ae !important;
}

.boton-mapa-interior-mostrar-2, .boton-mapa-interior-mostrar-2:focus, .boton-mapa-interior-mostrar-2:hover, .boton-mapa-interior-mostrar-2:active {
  background-color: #f23543;
  border-color: white !important;
  color: white !important;
}

.boton-mapa-interior-ocultar-2, .boton-mapa-interior-ocultar-2:focus, .boton-mapa-interior-ocultar-2:hover, .boton-mapa-interior-ocultar-2:active {
  background-color: white;
  border-color: #f23543 !important;
  color: #f23543 !important;
}

.boton-mapa-interior-mostrar-3, .boton-mapa-interior-mostrar-3:focus, .boton-mapa-interior-mostrar-3:hover, .boton-mapa-interior-mostrar-3:active {
  background-color: #34a6e6;
  border-color: white !important;
  color: white !important;
}

.boton-mapa-interior-ocultar-3, .boton-mapa-interior-ocultar-3:focus, .boton-mapa-interior-ocultar-3:hover, .boton-mapa-interior-ocultar-3:active {
  background-color: white;
  border-color: #34a6e6 !important;
  color: #34a6e6 !important;
}

.boton-mapa-interior-mostrar-4, .boton-mapa-interior-mostrar-4:focus, .boton-mapa-interior-mostrar-4:hover, .boton-mapa-interior-mostrar-4:active {
  background-color: #9e2a24;
  border-color: white !important;
  color: white !important;
}

.boton-mapa-interior-ocultar-4, .boton-mapa-interior-ocultar-4:focus, .boton-mapa-interior-ocultar-4:hover, .boton-mapa-interior-ocultar-4:active {
  background-color: white;
  border-color: #9e2a24 !important;
  color: #9e2a24 !important;
}

.boton-mapa-interior-mostrar-5, .boton-mapa-interior-mostrar-5:focus, .boton-mapa-interior-mostrar-5:hover, .boton-mapa-interior-mostrar-5:active {
  background-color: #f19819;
  border-color: white !important;
  color: white !important;
}

.boton-mapa-interior-ocultar-5, .boton-mapa-interior-ocultar-5:focus, .boton-mapa-interior-ocultar-5:hover, .boton-mapa-interior-ocultar-5:active {
  background-color: white;
  border-color: #f19819 !important;
  color: #f19819 !important;
}

.boton-mapa-interior-mostrar-6, .boton-mapa-interior-mostrar-6:focus, .boton-mapa-interior-mostrar-6:hover, .boton-mapa-interior-mostrar-6:active {
  background-color: #4fc17f;
  border-color: white !important;
  color: white !important;
}

.boton-mapa-interior-ocultar-6, .boton-mapa-interior-ocultar-6:focus, .boton-mapa-interior-ocultar-6:hover, .boton-mapa-interior-ocultar-6:active {
  background-color: white;
  border-color: #4fc17f !important;
  color: #4fc17f !important;
}

.boton-mapa-interior-mostrar-7, .boton-mapa-interior-mostrar-7:focus, .boton-mapa-interior-mostrar-7:hover, .boton-mapa-interior-mostrar-7:active {
  background-color: #056D1F;
  border-color: white !important;
  color: white !important;
}

.boton-mapa-interior-ocultar-7, .boton-mapa-interior-ocultar-7:focus, .boton-mapa-interior-ocultar-7:hover, .boton-mapa-interior-ocultar-7:active {
  background-color: white;
  border-color: #056D1F !important;
  color: #056D1F !important;
}

.over_map_large {
  position: absolute;
  top: -35px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.cnt-map-legend {
  text-align: center;
}
.cnt-map-legend > div {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 5px;
}

.cnt-map-legend > div > img {
  margin-bottom: 5px;
}

.cnt-map-legend > div > .img_network, .img-network-widget {
  height: 40px;
}

.boton-mapa-active, .boton-mapa-active:focus, .boton-mapa-active:hover, .boton-mapa-active:active {
  color: #e4ebf1 !important;
  background: #085d9c !important;
}

.boton-mapa-inactive, .boton-mapa-inactive:focus, .boton-mapa-inactive:hover, .boton-mapa-inactive:active {
  color: #085d9c !important;
  background: #e4ebf1 !important;
}

a.boton.btn-plus > span, a.btn-plus.btn-enviar > span, a.btn-plus.btn-guardar > span, a.btn-plus.btn-exito > span, a.btn-plus.btn-volver > span, a.btn-plus.btn-cancelar > span, a.btn-plus.btn-fallo > span, a.btn-plus.btn-informacion > span {
  float: right;
  color: inherit !important;
  margin: -2px 0 -2px 10px;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-x: hidden;
}

.fileWrapper {
  background: #ececec;
  border: 1px solid #778789;
  border-radius: 15px;
  width: 100% !important;
  height: 180px !important;
  overflow: visible;
  margin-bottom: 0.5em !important;
}
.fileWrapper.fileWrapperMultiple {
  margin-bottom: 0.5em !important;
}
.fileWrapper .dragdrop-js {
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  position: inherit !important;
  margin-bottom: 0.5em;
}
.fileWrapper .fileInputText {
  border-radius: 10px;
  color: #778789;
  float: none !important;
  display: inline;
}
.fileWrapper .fileInputButton {
  display: none;
}
.fileWrapper .dragdrop-delete-file-js {
  cursor: pointer;
  margin-left: -1.5em;
  margin-right: 1em;
  color: #f33738;
}

.fileWrapper.fileWrapperList {
  background: none;
  border: none;
  width: 100% !important;
  height: 20px !important;
  overflow: visible;
  margin-bottom: 1em !important;
  display: inline;
}
.fileWrapper.fileWrapperList .dragdrop-js {
  display: none;
}
.fileWrapper.fileWrapperList .fileInputText {
  width: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#ui-datepicker-div {
  padding: 0 2px 2px 2px !important;
  background: #F7F8F9 !important;
  border-radius: 0;
}
#ui-datepicker-div ul, #ui-datepicker-div ol, #ui-datepicker-div dl, #ui-datepicker-div .ui-timepicker-div dl dd {
  margin-bottom: 0;
}
#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -2px !important;
  margin-right: -2px !important;
}
#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all div.ui-datepicker-title {
  margin: 0 !important;
  background: #ECECEC !important;
  color: #b2bec8;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 3px;
}
#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all {
  border-radius: 0;
  border: none;
  top: 0;
}
#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all:hover, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all:active, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all:focus, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all:hover, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all:active, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all:focus {
  background: #fff;
  top: 0;
}
#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev {
  left: 0 !important;
  border-right: 1px solid transparent !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev:hover, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev:active, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev:focus {
  left: 0 !important;
  border-color: #aaa !important;
}
#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next {
  right: 0 !important;
  border-left: 1px solid transparent !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next:hover, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next:active, #ui-datepicker-div div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next:focus {
  right: 0 !important;
  border-color: #aaa !important;
}
#ui-datepicker-div .ui-datepicker-calendar {
  border: none;
  margin: 0;
}
#ui-datepicker-div table.ui-datepicker-calendar td {
  background: #F7F8F9 !important;
}
#ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-default {
  background: #ECECEC !important;
  border-color: transparent;
}
#ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-default.ui-state-highlight {
  border-color: #aaa !important;
}
#ui-datepicker-div .ui-datepicker-year {
  max-width: 75px;
}
#ui-datepicker-div .ui-datepicker-month {
  max-width: 100px;
}

#ui-datepicker-div {
  padding: 0 !important;
  border-radius: 0;
}
#ui-datepicker-div ul, #ui-datepicker-div ol, #ui-datepicker-div dl, #ui-datepicker-div .ui-timepicker-div dl dd {
  margin-bottom: 0;
}
#ui-datepicker-div div.ui-timepicker-div div.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
#ui-datepicker-div div.ui-timepicker-div div.ui-widget-header.ui-helper-clearfix.ui-corner-all div.ui-datepicker-title {
  margin: 0 !important;
  background: #ECECEC !important;
  color: #b2bec8;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: normal;
}
#ui-datepicker-div .ui-datepicker-buttonpane.ui-widget-content {
  border: none;
}
#ui-datepicker-div button {
  font-family: MarkMedium;
  color: #fff;
  border: 1px solid #085d9c;
  background-color: #085d9c;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  margin: 0 1em 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  min-height: 3.125rem;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  float: right;
  margin: 0.3em 0.5em 0.3em 0;
  background: #ECECEC;
  color: #b2bec8;
  padding: 0.2em 0.5em;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: normal;
}
#ui-datepicker-div button span {
  float: right;
  line-height: 1;
  color: inherit !important;
  margin-left: 0.25rem;
}
#ui-datepicker-div button:hover, #ui-datepicker-div button:active, #ui-datepicker-div button:focus {
  color: #fff;
  border-color: #085d9c;
  background-color: #085d9c;
  -webkit-box-shadow: 0 0 5px #555;
          box-shadow: 0 0 5px #555;
}
#ui-datepicker-div .ui_tpicker_hour_label, #ui-datepicker-div .ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_minute_label, #ui-datepicker-div .ui_tpicker_minute {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
#ui-datepicker-div .ui_tpicker_hour_label.ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_hour_label.ui_tpicker_minute, #ui-datepicker-div .ui_tpicker_hour.ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_hour.ui_tpicker_minute, #ui-datepicker-div .ui_tpicker_minute_label.ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_minute_label.ui_tpicker_minute, #ui-datepicker-div .ui_tpicker_minute.ui_tpicker_hour, #ui-datepicker-div .ui_tpicker_minute.ui_tpicker_minute {
  padding-top: 10px;
}
#ui-datepicker-div .ui-datepicker-buttonpane.ui-widget-content {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.calendar-js {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.calendar-js.cc-event-view .fc-button-group button.fc-agendaWeek-button {
  border-radius: 0.3em 0 0 0.3em;
  margin-right: -1px;
}
.calendar-js.cc-event-view .fc-button-group button.fc-agendaDay-button {
  border-radius: 0 0.3em 0.3em 0;
}
.calendar-js h2 {
  margin: 0.7em 0 -0.2em 0 !important;
  color: #afbdc8;
}
.calendar-js .fc-toolbar {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
.calendar-js .fc-button-group {
  padding: 0.5em 1em 0 1em;
}
.calendar-js .fc-button-group button {
  background: #fff !important;
  border: 1px solid #aaa !important;
  color: #93a3b0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar-js .fc-button-group button.ui-state-active {
  color: #085ea4;
}
.calendar-js .fc-button-group button.fc-month-button {
  border-radius: 0.3em 0 0 0.3em;
  margin-right: -1px;
}
.calendar-js .fc-button-group button.fc-agendaWeek-button {
  border-radius: 0 0.3em 0.3em 0;
}
.calendar-js .fc-button-group button.fc-prev-button {
  border: none !important;
  background: none !important;
}
.calendar-js .fc-button-group button.fc-prev-button span {
  background: url("img/atras.png") no-repeat center center !important;
}
.calendar-js .fc-button-group button.fc-next-button {
  border: none !important;
  background: none !important;
}
.calendar-js .fc-button-group button.fc-next-button span {
  background: url("img/adelante.png") no-repeat center center !important;
}
.calendar-js table .ui-widget-header {
  background: #e7ebee;
}
.calendar-js table thead.fc-head tr th {
  background: #e7ebee;
  padding: 0.5em 0;
}
.calendar-js table .fc-content-skeleton * {
  background: none !important;
}
.calendar-js table .ui-state-highlight, .calendar-js table .ui-widget-content .ui-state-highlight, .calendar-js table .ui-widget-header .ui-state-highlight {
  background: #fcf8e3 !important;
}
.calendar-js table a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  padding: 0.2em 0.5em;
  color: #fff !important;
}
.calendar-js table a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end * {
  color: #fff !important;
}
.calendar-js table a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end:hover {
  text-decoration: underline;
}
.calendar-js *,
.calendar-js div.fc-button-group button,
.calendar-js td.fc-day-number.fc-future,
.calendar-js td.fc-day-number.fc-other-month.fc-past,
.calendar-js td.fc-day-number.fc-tue.fc-today.ui-state-highlight,
.calendar-js td.fc-day.ui-widget-content.fc-mon.fc-past td.fc-day.ui-widget-content.fc-tue.fc-today.ui-state-highlight,
.calendar-js table .ui-widget-content .ui-state-highlight,
.calendar-js .fc-content-skeleton *,
.calendar-js .ui-widget-content .ui-state-highlight {
  border-color: #d1d1d1 !important;
}
.calendar-js .fc-bgevent {
  opacity: 0.8;
}
.calendar-js div.fc-event-container a.fc-v-event {
  border: none;
  padding: 0.15em 0.3em 0;
}
.calendar-js div.fc-event-container a.fc-v-event div.fc-content, .calendar-js div.fc-event-container div.fc-content * {
  color: #fff !important;
  font-size: 0.75rem !important;
  font-weight: bold !important;
}
.calendar-js div.fc-event-container div.fc-content:hover * {
  text-decoration: underline;
}
.calendar-js th.fc-axis.ui-widget-header {
  width: 2rem !important;
}
.calendar-js td.fc-axis.ui-widget-content {
  padding: 0;
  width: 2rem !important;
}
.calendar-js td.fc-axis.ui-widget-content span {
  font-size: 0.65rem;
  text-align: center;
  float: none;
  width: 2rem !important;
  display: block;
  font-weight: bold;
}
.calendar-js th {
  color: #696969 !important;
  font-weight: normal;
}
.calendar-js.fc td {
  padding-bottom: 1px !important;
}

.check-color-blanco .columns {
  padding: 0 !important;
  position: relative;
}
.check-color-blanco .columns input {
  position: absolute;
  margin-top: 6px;
  margin-left: 10px;
}
.check-color-blanco .columns label {
  color: #fff !important;
  display: block !important;
  padding-left: 2rem;
  margin: 0;
}

.select2-container, span.select2-container {
  width: 100% !important;
}

.mascaraMovil {
  display: none;
  background-color: rgba(213, 214, 215, 0.6);
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 98;
  text-align: center;
  text-align: center;
  cursor: pointer;
}
.mascaraMovil .icon {
  color: #000;
  font-size: 20px;
  display: inline-block;
  margin-top: 250px;
  cursor: pointer;
}

@media only screen and (max-width:1280px) {
  .mascaraMovil {
    display: block;
  }
}
body > span.select2-container {
  width: auto !important;
  z-index: 1;
}
body > span.select2-container span.select2-dropdown.select2-dropdown--below {
  border-color: #bfd4e4 !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple {
  border-color: #bfd4e4 !important;
  border-radius: 0 !important;
}

body > span.select2-container.select2-container--default.select2-container--open,
body > span.select2-container {
  width: auto !important;
  z-index: 1005;
}

.title-garage-manager {
  color: #085d9c !important;
}

.subtitle-garage-manager {
  color: #085d9c !important;
}

.title-ficha-gm {
  color: #085d9c !important;
  border-bottom: 2px solid #94bddc !important;
}

.title-ficha-gm-small {
  color: #085d9c !important;
}

.label-gm {
  color: #78a4c5 !important;
}

.profile-image {
  width: 50%;
  border-radius: 100%;
}

.tabla-head-fijo {
  border: none;
}
.tabla-head-fijo * {
  border: none !important;
}
.tabla-head-fijo > section {
  position: relative;
  font-size: 0.9rem;
  padding-top: 2em;
  background: #e4ebf1;
}
.tabla-head-fijo > section > div {
  overflow-y: auto;
  max-height: 13em;
}
.tabla-head-fijo > section > div table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-top: -0.3em;
}
.tabla-head-fijo > section > div table thead tr th {
  height: 0.3em;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.tabla-head-fijo > section > div table thead tr th div {
  position: absolute;
  background: #e4ebf1;
  color: #95a8ba;
  padding: 0.5em 1em;
  top: 0;
  margin-left: -1em;
  line-height: normal;
  border: none;
  font-weight: normal;
  height: 2em;
  line-height: 1em;
}
.tabla-head-fijo > section > div table thead tr th:first-child div {
  border: none;
}
.tabla-head-fijo > section > div table td + td {
  border: none;
}
.tabla-head-fijo > section > div table td, .tabla-head-fijo > section > div table th {
  padding: 0.5em 1em;
}

@media only screen and (max-width: 768px) {
  .tabla-head-fijo > section {
    padding-top: 0;
    background: none;
  }
  .tabla-head-fijo > section > div {
    overflow-x: visible;
    max-height: 15em;
  }
  .tabla-head-fijo > section > div table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 0;
  }
  .tabla-head-fijo > section > div table thead tr th {
    padding: 0;
  }
  .tabla-head-fijo > section > div table thead tr th div {
    position: static;
    top: auto;
    margin-left: 0;
  }
}
.tabla1 {
  border: none;
}
.tabla1 tr th {
  color: #81a3bc;
  font-weight: bold;
  background-color: #fff;
}
.tabla1 thead tr th:first-child {
  padding-left: 1.5rem !important;
}
.tabla1 tbody tr td:first-child {
  padding-left: 1.5rem;
}
.tabla1 tbody tr td:first-child .icon.ion-android-alert {
  position: absolute;
  margin-top: 25px;
  margin-left: -24px;
}
.tabla1 tbody tr td {
  border-top: 1px solid #ebf0f5 !important;
  background: #fff;
  vertical-align: top;
  color: #61707c;
  font-size: 12px;
}
.tabla1 tbody tr td div.td-with-name {
  color: #61707c;
}
.tabla1 tbody tr td.td-name {
  font-size: 12px;
  color: #6c6c6c;
}
.tabla1 tbody tr td.td-name a {
  display: block;
  font-weight: bold;
  margin: -0.25rem 0 0.25rem;
}
.tabla1 tbody tr td .ion-checkmark-circled {
  text-align: center;
  display: block;
}
.tabla1 tbody tr td .td-with-name {
  display: block;
  text-align: center;
}
.tabla1 .c-check {
  /*color: lighten($primary-color, 20%);
  margin: 2px 0 0 5px;
  position: absolute;*/
  color: #1795f3;
  display: inline-block;
  margin: 0 0 5px;
}
.tabla1 .c-cross {
  color: #f33738;
  margin: 1px 0 0 5px;
  position: absolute;
}

.leyenda {
  color: #81a3bc;
  font-size: 10px;
  font-weight: bold;
}
.leyenda span {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin: 0 0.25rem -3px 0.5rem;
}
.leyenda span:first-child {
  margin-left: 0;
}
.leyenda span.gris {
  background-color: #565353;
}
.leyenda span.azul {
  background-color: #3f95e4;
}
.leyenda span.verde {
  background-color: #62ce5d;
}
.leyenda span.rojo {
  background-color: #f33738;
}
.leyenda span.naranja {
  background-color: #ffab1a;
}

div.paso-n {
  text-align: center;
}
div.paso-n a {
  display: inline-block;
}
div.paso-n span {
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #a3bbcd;
  font-size: 14px;
  color: #a3bbcd;
  font-weight: bold;
  background-color: #fff;
}
div.paso-n.red span {
  border-color: #f33738;
  background-color: #f33738;
  color: #fff !important;
}
div.paso-n.red span a {
  color: #fff !important;
}
div.paso-n.green span {
  border-color: #62ce5d;
  background-color: #62ce5d;
  color: #fff !important;
}
div.paso-n.green span a {
  color: #fff !important;
}
div.paso-n.blue span {
  border-color: #3f95e4;
  background-color: #3f95e4;
  color: #fff !important;
}
div.paso-n.blue span a {
  color: #fff !important;
}
div.paso-n.orange span {
  border-color: #ffab1a;
  background-color: #ffab1a;
  color: #fff !important;
}
div.paso-n.orange span a {
  color: #fff !important;
}
div.paso-n.neutral span {
  color: #fff !important;
  border-color: #a3bbcd;
  background-color: #a3bbcd;
}
div.paso-n.neutral span a {
  color: #fff !important;
}

.tabla-cebra tbody tr.limit, .tabla-basica tbody tr.limit, .tabla1 tbody tr.limit {
  border-top: 1px solid rgb(170, 0, 0);
  border-bottom: 1px solid rgb(170, 0, 0);
}
.tabla-cebra tbody tr.limit td, .tabla-basica tbody tr.limit td, .tabla1 tbody tr.limit td {
  background: rgba(170, 0, 0, 0.1) !important;
}

.tabla1 {
  border: none;
}

.tabla1 td.l-completa, .tabla1 td.l-derecha, .tabla1 td.l-izquierda {
  padding-right: 0;
  padding-left: 0;
}

td.l-completa .paso-n {
  background: url("img/l-completa.png") repeat-x center center;
}

td.l-derecha .paso-n {
  background: url("img/l-derecha.png") repeat-x center center;
}

td.l-izquierda .paso-n {
  background: url("img/l-izquierda.png") repeat-x center center;
}

td.td-vertical-center {
  white-space: nowrap;
  vertical-align: middle !important;
}

.cnt-vertical-center {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.cnt-vertical-center * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabla2 {
  border: none;
  margin-bottom: 1rem;
}
.tabla2 tr th {
  color: #81a3bc;
  font-weight: bold;
  background-color: #fff;
}
.tabla2 tbody tr {
  background: #fff;
}
.tabla2 tbody tr td {
  border-top: 1px solid #ebf0f5 !important;
  vertical-align: top;
  color: #61707c;
  font-size: 12px;
}
.tabla2 tbody tr td.acciones span, .tabla2 tbody tr td.acciones i {
  font-size: 0.95rem;
}

.action-garage-staff {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: 65px;
}

table thead tr th a {
  padding-left: 1rem;
  background-image: url("img/flecha-doble-th.png");
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
}
table thead tr th a.asc {
  background-image: url("img/flecha-th-arriba.png");
}
table thead tr th a.desc {
  background-image: url("img/flecha-th-abajo.png");
}

.tooltip_templates {
  display: none;
}

.error_audit {
  border: 3px solid #f33738 !important;
}

.error_audit2 {
  border: 1px solid #f33738 !important;
}

@media only screen and (max-width: 768px) {
  .cc-1-movil {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1 !important;
  }
}
@font-face {
  font-family: "softeca";
  src: url("fonts/softeca.eot");
  src: url("fonts/softeca.eot?#iefix") format("embedded-opentype"), url("fonts/softeca.woff") format("woff"), url("fonts/softeca.ttf") format("truetype"), url("fonts/softeca.svg#softeca") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "softeca" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "softeca" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ver:before {
  content: "a";
}

.icon-fpdf:before {
  content: "b";
}

.icon-abajo:before {
  content: "c";
}

.icon-izquierda:before {
  content: "d";
}

.icon-derecha:before {
  content: "e";
}

.icon-arriba:before {
  content: "f";
}

.icon-calendario-1:before {
  content: "g";
}

.icon-checklist:before {
  content: "h";
}

.icon-check:before {
  content: "i";
}

.icon-ajustes:before {
  content: "j";
}

.icon-home:before {
  content: "k";
}

.icon-hourglass:before {
  content: "l";
}

.icon-mail-reply:before {
  content: "m";
}

.icon-descarga:before {
  content: "n";
}

.icon-mail-read:before {
  content: "o";
}

.icon-mail:before {
  content: "p";
}

.icon-entrar:before {
  content: "q";
}

.icon-salir:before {
  content: "r";
}

.icon-borrar:before {
  content: "s";
}

.icon-stop:before {
  content: "t";
}

.icon-package:before {
  content: "u";
}

.icon-editar:before {
  content: "v";
}

.icon-mas:before {
  content: "w";
}

.icon-estrella:before {
  content: "x";
}

.icon-sync:before {
  content: "y";
}

.icon-archivar:before {
  content: "z";
}

.icon-reloj:before {
  content: "A";
}

.icon-clipboard-pencil:before {
  content: "B";
}

.icon-eye-1:before {
  content: "C";
}

.icon-bandera:before {
  content: "D";
}

.icon-buscar:before {
  content: "E";
}

.icon-lightbulb:before {
  content: "F";
}

.icon-minus-circle:before {
  content: "G";
}

.icon-imprimir:before {
  content: "H";
}

.icon-guardar:before {
  content: "I";
}

.icon-apple:before {
  content: "J";
}

.icon-android:before {
  content: "K";
}

.icon-rss:before {
  content: "L";
}

.icon-facebook:before {
  content: "M";
}

.icon-google-plus:before {
  content: "N";
}

.icon-linkedin:before {
  content: "O";
}

.icon-twitter:before {
  content: "P";
}

.icon-youtube:before {
  content: "Q";
}

.icon-telefono:before {
  content: "R";
}

.icon-torsos:before {
  content: "S";
}

.icon-torsos-all:before {
  content: "T";
}

.icon-torsos-all-female:before {
  content: "U";
}

.icon-torsos-female-male:before {
  content: "V";
}

.icon-torsos-male-female:before {
  content: "W";
}

.icon-torso-female:before {
  content: "X";
}

.icon-torso:before {
  content: "Y";
}

.icon-torso-business:before {
  content: "Z";
}

.icon-accesibilidad:before {
  content: "0";
}

.icon-asterisco:before {
  content: "1";
}

.icon-carrito:before {
  content: "2";
}

.icon-camion:before {
  content: "3";
}

.icon-calendario:before {
  content: "4";
}

.icon-softeca:before {
  content: "5";
}

.icon-user-add:before {
  content: "6";
}

.icon-user:before {
  content: "7";
}

.icon-users:before {
  content: "8";
}

.icon-trash:before {
  content: "9";
}

.icon-reload:before {
  content: "!";
}

.icon-refresh:before {
  content: '"';
}

.icon-paypal:before {
  content: "#";
}

.row.background-color-blanco {
  margin: 10px 0px;
}

.new_custom_resource_btn {
  background: none;
  color: #47ce65;
  border: 2px solid #47ce65;
}

.new_custom_resource_btn:hover {
  background: none;
  color: #47ce65;
  border: 2px solid #47ce65;
}

.new_resource_btn_primary {
  background: #28509e !important;
  color: white;
  border: 2px solid #28509e;
}

.new_resource_btn_primary_no_background {
  background: none;
  color: #81a3bc;
}

.new_resource_btn_primary_no_background:hover {
  background: none;
  color: #81a3bc;
}

.pagination-centered {
  margin-top: 5px;
}

.resourcesFilter {
  padding-right: 0px;
  border-right: 5px solid #e4ebf1;
  background: white;
  text-align: left;
  height: 100%;
  padding-bottom: 10px;
}
.resourcesFilter ul {
  list-style: none; /* Remove default bullets */
  border: none;
  border-left: 1.2px dotted #dddee0;
  overflow: auto;
  height: 550px;
}
.resourcesFilter ul::before {
  width: 0px;
}
.resourcesFilter ul li::before {
  content: none; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #dddee0; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  height: 100%;
  vertical-align: middle;
  width: 0.5em; /* Also needed for space (tweak if needed) */
  margin-left: 5px; /* Also needed for space (tweak if needed) */
}
.resourcesFilter .accordion {
  background: transparent !important;
}
.resourcesFilter .accordion .accordion-navigation {
  margin: 10px 0px;
}
.resourcesFilter .accordion .accordion-navigation .content {
  margin: 0px 5px 0px 12.5px;
  padding: 0px;
}
.resourcesFilter .accordion .accordion-navigation .content li {
  display: inline-block;
  text-align: left;
  margin-left: 0px; /* Also needed for space (tweak if needed) */
}
.resourcesFilter .accordion .accordion-navigation .content li * {
  display: inline-block;
  vertical-align: middle;
}
.resourcesFilter .accordion .accordion-navigation .content li .texto {
  background: #f4f5fb;
  padding: 2px 5px;
  color: #77787e;
  border: 1.2px dotted #dddee0;
  font-size: 12px;
}
.resourcesFilter .accordion .accordion-navigation .content .family-selected-js.active li .texto, .resourcesFilter .accordion .accordion-navigation .content .supplier-selected-js.active li .texto {
  background: #005e9e;
  color: white;
}
.resourcesFilter .accordion .accordion-navigation a {
  background: transparent !important;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  padding: 0px;
  font-size: 16px;
}
.resourcesFilter .accordion .accordion-navigation a div {
  display: inline;
  background-image: url("../img/iconos/folder_closed.png");
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.resourcesFilter .accordion .accordion-navigation.active a div {
  background-image: url("../img/iconos/folder_opened.png") !important;
}
.resourcesFilter .accordion .image_accordion {
  width: 25px;
  float: left;
}

.family_tittle {
  font-weight: 300;
  text-transform: uppercase;
}

.resourcesList {
  left: -5px;
  background: white;
  border-left: 5px solid #e4ebf1;
  padding-left: 0px;
}

.horizontal_dotted_line {
  margin-bottom: 5px;
}

.dot {
  border-bottom: 1.2px dotted #dddee0;
  width: 22px;
}

.image_resource {
  width: 15px;
  height: auto;
}

.tabla-resources {
  overflow: auto;
  height: 525px;
  border: none;
  white-space: nowrap;
  display: block;
  width: 100%;
  table-layout: fixed;
  padding: 10px;
}
.tabla-resources thead {
  background: transparent;
}
.tabla-resources thead tr th {
  color: #085d9c !important;
}
.tabla-resources th {
  max-width: 10vw;
}
.tabla-resources tr {
  max-width: 100%;
}
.tabla-resources tbody tr:hover {
  background-color: #085d9c !important;
  cursor: pointer;
  color: white !important;
}
.tabla-resources tbody tr:hover * {
  color: white !important;
}
.tabla-resources tbody tr:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.tabla-resources td {
  white-space: normal;
}

.fileWrapper.fileWrapperList .fileInputText {
  min-width: 400px !important;
}

label > i {
  color: #085d9c !important;
}

#resources-js {
  padding-bottom: 10px;
}
#resources-js h1 {
  padding: 10px;
}

.span_delete_file {
  padding-left: 10px;
  color: red !important;
}

.span_delete_file:hover {
  cursor: pointer;
}

#excel-errors {
  display: none;
  margin-top: 75px;
}

#excel-error-list {
  height: 400px;
  overflow: auto;
}

.barra-superior {
  background-color: #085d9c;
}

.top-bar-section.cnt-header-right > .cnt-bell {
  background-color: #085d9c !important;
  border-right: 1px solid #06406b;
  color: #fff;
}
.top-bar-section.cnt-header-right > .cnt-bell i.ion-ios-bell {
  color: #fff !important;
}
.top-bar-section.cnt-header-right > .cnt-bell > a > span {
  color: #085d9c !important;
  background-color: #fff !important;
}
.top-bar-section.cnt-header-right > .cnt-bell > a > span div#count-alerts {
  color: #085d9c !important;
}
.top-bar-section.cnt-header-right > .cnt-bell > a:hover > span {
  color: #085d9c !important;
  background-color: #fff !important;
}
.top-bar-section.cnt-header-right > .cnt-bell > a:hover > span div#count-alerts {
  color: #085d9c !important;
}
.top-bar-section.cnt-header-right > .cnt-bell > a:hover i.ion-ios-bell {
  color: #fff !important;
}

.top-bar-section.cnt-header-right > ul.cnt-idioma, .top-bar-section.cnt-header-right > ul.cnt-idioma *,
.top-bar-section.cnt-header-right > ul.cnt-idioma, .top-bar-section.cnt-header-right > ul.cnt-opciones-usuario *,
ul.cnt-redes, ul.cnt-redes ul,
div.row.logotipo-principal {
  color: #fff !important;
  background-color: #085d9c !important;
  border-color: #06406b !important;
}

@media (max-width: 900px) {
  ul.cnt-redes > li.con-hijos > span, ul.cnt-redes > li.con-hijos a.enlace-nombre {
    color: #fff !important;
    background-color: #085d9c !important;
    border-color: #06406b !important;
  }
}
@media (max-width: 950px) {
  .top-bar-section.cnt-header-right > ul.cnt-opciones-usuario li.con-hijos > a {
    color: #fff !important;
    background-color: #085d9c !important;
    border-color: #06406b !important;
  }
}
@media (max-width: 640px) {
  .cnt-header-right {
    color: #fff !important;
    background-color: #085d9c !important;
    border-color: #06406b !important;
  }
  section.middle.tab-bar-section > a > div > img.logotipo {
    padding: 0 !important;
  }
}
.tab-bar .menu-icon span::after {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
          box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

div.row.logotipo-principal .cnt-logo-uno a {
  margin-top: 0 !important;
}

div.row.logotipo-principal a > img.logotipo {
  margin: 20px 20px;
  max-height: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 7px 10px;
}

ul.cnt-redes * {
  color: #fff !important;
  border-color: #06406b !important;
}

div.barra-superior > div.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a,
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a:hover,
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a:focus,
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a:active,
.top-bar-section.cnt-header-right > .cnt-opciones-usuario > li > a > span {
  color: #fff !important;
}

.top-bar-section.cnt-header-right > ul.cnt-opciones-usuario img {
  border-radius: 50%;
}