@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

:root{
    --highlight: #0038CC;
    --theme-100: #0046FE;
    --theme-80: #336BFF;
    --theme-60: #6690FF;
    --theme-40: #99B5FF;
    --theme-20: #CCDAFF;
    --theme-10: #E5EDFF;

    --grey-1: #FEFEFE;
    --grey-2: #F7F8F9;
    --grey-3: #F4F7FE;
    --grey-4: #DFE4EB;
    --grey-5: #CBD3DB;
    --grey-6: #ADB7C5;
    --grey-7: #65798F;
    --grey-8: #002C52;

    --info-highlight: #0061E6;
    --info-100: #0064FF;
    --info-80: #3385FF;
    --info-60: #66A3FF;
    --info-40: #99C2FF;
    --info-20: #CCE0FF;
    --info-10: #E6F0FF;

    --error-highlight: #82061B;
    --error-100: #CF0A2C;
    --error-80: #D93B56;
    --error-60: #E26C80;
    --error-40: #EC9DAB;
    --error-20: #F5CED5;
    --error-10: #FAE6EA;

    --warning-highlight: #B06A22;
    --warning-100: #EF912F;
    --warning-80: #F2A759;
    --warning-60: #F5BD82;
    --warning-40: #F9D3AC;
    --warning-20: #FCE9D5;
    --warning-10: #FDF4EA;

    --success-hightlight: #22A876;
    --success-100: #2CD696;
    --success-80: #56DEAB;
    --success-60: #80E6C0;
    --success-40: #ABEFD5;
    --success-20: #D5F7EA;
    --success-10: #EAFBF4;

    --gp-yellow-100: #FFC629;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: var(--grey-8) !important;
    font-family: 'Roboto', sans-serif !important;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

article.home, article.niveles-escalado, article.contacto, article.servicios, article.servicios-usuario, article.perfiles, article.intervenciones {
    background-color: var(--grey-3);
}

.btn-group.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}

.dropdown-menu>li>a[aria-disabled=true] {
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

a {
    color: #404040;
    text-decoration: none;
}

._black {
    color: #000;
}

.fa.fa-exclamation-circle.no-ok {
    font-size: 70px;
    float: left;
    margin-right: 20px;
}

.text-resut-tpv {
    font-size: 17px;
    font-weight: 400;
    max-width: 650px;
}

.datos-operacion {
    color: black;
}

.productos-cambio-legal {
    margin-bottom: 2px;
}

._background-white {
    background-color: #fff;
}

._green {
    color: #AFC836;
}

._orange {
    color: #CF0A2C;
}

._red {
    color: red;
}

._blue {
    color: #00a7da;
}

._grey {
    color: #BFBFBF;
}

._small {
    font-size: 0.9em
}

._bold {
    font-weight: 700
}

._pointer {
    cursor: pointer;
}

._sub {
    vertical-align: sub;
    font-size: smaller;
}

.arrow-banners {
    margin-right: 7px;
    color: #304CD1;
    transition: 0.5s all;
}

.panel-title>a {
    color: black;
}

._no-padding-top {
    padding-top: 0px !important;
}

._no-padding-left {
    padding-left: 0px !important;
}

._no-padding-right {
    padding-right: 0px !important;
}

._no-padding {
    padding: 0px !important;
}

._hide {
    display: none !important;
}

._border-right-3-grid {
    border-right: 1px solid var(--grey-4);
}

._border-left-3-grid {
    border-left: 1px solid var(--grey-4);
}

._padding-top-5 {
    padding-top: 5px;
}

._padding-bottom-5 {
    padding-bottom: 5px;
}

._padding-left-5 {
    padding-top: 5px;
}

._padding-right-5 {
    padding-bottom: 5px;
}

._padding-top-15 {
    padding-top: 15px;
}

._padding-bottom-15 {
    padding-bottom: 15px;
}

._padding-left-15 {
    padding-top: 15px;
}

._padding-right-15 {
    padding-bottom: 15px;
}

._padding-top-20 {
    padding-top: 20px;
}

._padding-bottom-20 {
    padding-bottom: 20px;
}

._padding-left-20 {
    padding-top: 20px;
}

._padding-right-20 {
    padding-bottom: 20px;
}

._padding-1em{
    padding: 1em;
}
._padding-top-1em{
    padding-top: 1em;
}
._padding-bottom-1em{
    padding-bottom: 1em;
}
._padding-right-1em{
    padding-right: 1em;
}
._padding-left-1em{
    padding-left: 1em;
}

._margin-1em{
    margin: 1em;
}
._margin-top-1em{
    margin-top: 1em;
}
._margin-bottom-1em{
    margin-bottom: 1em;
}
._margin-right-1em{
    margin-right: 1em;
}
._margin-left-1em{
    margin-left: 1em;
}


._padding-5{
    padding: 5px;
}

._padding-10{
    padding: 10px;
}

._padding-15 {
    padding: 15px;
}

._padding-20{
    padding: 20px;
}

._padding-30 {
    padding: 30px;
}

._overflow-hidden {
    overflow: hidden;
}

._margin-top-5 {
    margin-top: 5px;
}

._margin-left-5 {
    margin-left: 5px;
}

._margin-bottom-5{
    margin-bottom: 5px;
}

._margin-right-5{
    margin-right: 5px;
}

._margin-top-10 {
    margin-top: 10px;
}

._margin-bottom-10 {
    margin-bottom: 10px;
}

._margin-top-15 {
    margin-top: 15px;
}
._margin-top-50 {
    margin-top: 50px;
}

._margin-bottom-50 {
    margin-bottom: 50px;
}

._margin-15 {
    margin: 15px;
}

._margin-right-15 {
    margin-right: 15px;
}

._margin-left-10 {
    margin-left: 10px;
}

._margin-left-15 {
    margin-left: 15px;
}

.z-index-1000 {
    z-index: 1000;
}

._no-margin-top {
    margin-top: 0px;
}

._no-margin-bottom {
    margin-bottom: 0px;
}

._no-margin-left {
    margin-left: 0px;
}

._no-margin-right {
    margin-right: 0px;
}
._margin-bottom-120{
    margin-bottom: 120px;
}

._text-align-center {
    text-align: center;
}

._text-align-left {
    text-align: left;
}

._text-align-right {
    text-align: right;
}

._widthmax {
    width: 100%;
}

._overflow-auto {
    overflow: auto;
}

._block{
    display: block;
}

._hide{
    display:none;
}

._clear{
    clear: both;
}
._left{
    text-align: left;
}
._right{
    text-align: right;
}


.btn-group.botones-dias {
    width: 100%;
    margin-bottom: 3px;
}

.btn-group.botones-dias label {
    width: 20.1%;
}

#activationId {
    max-width: 330px;
}

.textInputError {
    border-bottom: 1px solid red !important;
} 

.form-group label.textInputErrorColor {
    color: red;
}

.hide-js {
    display: none;
}      

.caracteres-numeros, .caracteres-mayusculas, .caracteres-minusculas, .caracteres-requeridos, .caracteres-numero, .caracteres-minimo {
    display: none;
}

.caracteres-numeros.show, .caracteres-mayusculas.show, .caracteres-minusculas.show, .caracteres-requeridos.show, .caracteres-numero.show, .caracteres-minimo.show {
    display: inline;
}

#formNewPassword .alert, #formPassword .alert.alert-danger, #formAdmin .alert {
    display: none;
}

#formNewPassword .show-errors.alert, #formPassword .show-errors.alert.alert-danger, #formAdmin .show-errors.alert, #formAdmin .show.alert {
    font-weight: 500;
    display: block;
    color: #82061B;
    background-color: #F5CED5;
    border-radius: 4px;
    margin-bottom: 12px !important;
}

.ojo, .ojo_2, .ojo_3 {
    position: absolute;
    right: 2%;
    top: 30%;
    cursor: pointer;
}

.ojo.mostrando, .ojo_2.mostrando, .ojo_3.mostrando {
    color: #404040;
}

i.fa.fa-plus {
    color: #00a7da;
    font-size: 9px;
    vertical-align: bottom;
    line-height: 20px;
}

.content-licencias {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}

.pointer-code {
    cursor: pointer;
}

.table-licencias {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}

.columna-ralla-gris {
    min-height: 547px;
}

/*SCROLLBAR STYLE*/

.btn-guardar-horario {
    margin-bottom: 15px !important;
    background-color: white !important;
    color: #393F4D !important;
    width:100%;
    border: 1px solid #DCE0ED !important;
    border-radius: 4px !important;
}

.scrollbar {
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.descargas .force-overflow {
    max-height: 400px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #A3AABC;
}

/*  HEADER   */

.space_children {
    padding-left: 20px !important;
}

.lista-botones-menu-descargas button {
    margin-top: 0px !important;
}

.btn-borrar-todo {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    background-color: white !important;
    color: black !important;
    border: 0px solid #BEC2C7 !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}

.container-home {
    min-height: 500px;
    /*min height para no hacer els alto por scroll cuando el hover del menu*/
}

#intervenciones_wrapper .row .col-sm-12 {
    min-height: 340px;
}

.btn-primary {
    color: #fff;
    background-color: #005CFF;
    border-color: #005CFF;
}

.btn-primary:hover {
  background-color: #5a7dff;   /* azul claro/blanquecino al pasar el ratón */
  border-color: #5a7dff;
  color: #fff;
}

.table-condensed {
    margin-right: 20px !important;
}

#goBackRoute .fa.fa-arrow-left {
    font-size: 16px;
    color: #666;
    margin-right: 7px;
}

label.btn.btn-primary {
    color: white;
}

label.btn.btn-primary:hover {
    background-color: #286090;
}

label.btn.btn-primary:active {
    background-color: #286090;
    border-color: transparent!important;
}

.btn.btn-primary.focus {
    border-color: transparent!important;
}

.input-group-addon {
    border-radius: 0px !important;
}

.navbar-brand {
    height: auto;
    width: 39%;
    padding: 10px 0px !important;
    max-width: 165px;
}

.navbar-brand>img {
    width: 100%;
}

.detalle-localizacion p {
    margin-bottom: 2px;
}

footer {
    background: linear-gradient(to bottom, #f2f2f2 0, #fff 100%);
    overflow: auto;
}

.footer-seccion {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-seccion .left a {
    color: #7A8193;
    margin-left: 15px;
    font-size: 14px;
}

.footer-seccion .left a:hover {}

.footer-seccion.right{
    text-align: right;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 12px 10px 12px;
    margin-top: 22px;
    margin-right: 10px;
    margin-left: 10px;
}

/*timepicker-minutes
timepicker-hours*/

.btn-localizaciones-editar {
    float: none;
    margin-top: 0px;
}

.logo {
    width: 45%;
    padding: 5% 0;
}

.logo img {
    max-width: 100%;
    vertical-align: middle;
}

.navbar {
    margin-bottom: 0;
}

.nombre-certificaciones {
    margin-top: 10px;
}

.nav.misdatos {
    float: right;
    margin: 0px;
}

.nav.misdatos #nombrempresa{
    padding: 19px 15px;
    color: #A3AABC;
}
.nav.misdatos li.idioma, .nav.misdatos li.notificaciones-seccion, .nav.misdatos li.profile{
    padding: 15px 15px;
}
.nav.misdatos li.profile .datos-user{
    display: inline-block;
    vertical-align: middle;
}
.nav.misdatos li.profile .datos-user span{
    display: block;
    line-height: 16px;
}

.nav.main {
    float: right;
    margin: 5px 0;
}

.input-group.date .input-group-addon {
    background: #DCE0ED;
    border-radius: 4px 0px 0px 4px !important;
}
.content-filtros .dropdown-toggle{
    border-radius: 4px !important ;
}
.no-min-height {
    min-height: 0px !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: px;
    border-radius: 1px;
    background-color: #F68D2E;
}
.pre-login .nav-pills.misdatos{
    padding-top: 0px;
}

.misdatos .nav-pills a {
    padding: 2rem;
}

.misdatos li>a {
    line-height: 42px;
    color: black;
}

.misdatos li>a>img {
    width: 39px;
}

.nav>li>a {
    position: relative;
    display: block;
    /*padding: 6px 5px;*/
}

.misdatos .nombre {
    color: #304CD1;
    display: none;
}

.tableDescargas {
    transition: 1s all;
}

select#select-idioma {
    height: 28px;
    padding: 15px 15px;
    border-radius: 4px;
    font-size: 0.9em;
    color: black;
    border-color: transparent;
}

.dropdown.idioma{
    padding-top: 36px ;
}

.dropdown.idioma .chose-image-small, .dropdown.idioma .chose-image-list {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
}

.dropdown.idioma .chosen-container-single .chosen-single {
    padding: 0 8px 0;
    border-radius: 4px;
}

.dropdown.idioma .chosen-container-single .chosen-single span {
    margin-right: 0;
}

.dropdown.idioma .chosen-container-single .chosen-single, .dropdown.idioma .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    -moz-border-radius-bottomright: unset;
    border-bottom-right-radius: unset;
    -moz-border-radius-bottomleft: unset;
    border-bottom-left-radius: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    box-shadow: unset;
}

.dropdown.idioma .chosen-container .chosen-drop {
    border-radius: 4px;
    border: solid 1px #DCE0ED ;
    background: #fff;
    box-shadow: unset;
}

.dropdown.idioma .chosen-container .chosen-results {
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 -1px;
    padding: 0 0 0 0px;
}

.dropdown.idioma .chosen-container .chosen-results li {
    padding: 8px 4px;
    height: 30px;
    text-align: center;
    color: #7A8193;
    line-height: 1rem;
}

.dropdown.idioma .chosen-container .chosen-results li:hover {
    padding: 8px 4px;
    height: 30px;
    text-align: center;
    color: #7A8193;
    line-height: 1rem;
    background-color: #DCE0ED !important;
}

div#bs-example-navbar-collapse-1 {
    position: relative;
}

.nav-principal {
    flex-direction: row-reverse !important;
}

.main .nav.navbar-nav {
    float: right;
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}

.main .hidden-menu li {
    display: inline-block;
    float: none;
    text-align: center;
}

/* SECCIONES MENU   */

.dropdown-menu {
    top: 95%;
    /* min-width: 184px !important; */
    /* max-width: 190px !important; */
}

.tableDescargas p {
    margin-bottom: 0px;
    font-size: 14px;
}

.tableDescargas2 tr td {
    font-size: 14px;
}

.nav.nav-pills.main {
    height: 70px;
    width: 100%;
}

.nav.nav-pills.main.expand {
    height: 70px;
    width: 100%;
}

.active-lenaguaje {
    /*background-color: #00a7da; color azul base de unit 4*/
}

.nombre-info-table {
    width: 433px;
    display: inline-block;
}

ul.hidden-menu {
    display: none;
    height: 0px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 5px !important;
    display: inline;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: inherit !important;
    margin-right: 10px;
}

.bootstrap-select.btn-group .dropdown-menu {
    right: 0;
    left: auto;
    /*width:40vw;*/
}

.inputVersionProducto {
    height: 19px;
    width: 50px;
}

ul.hidden-menu li a {
    padding: 14px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 14px;
    color: var(--grey-7) !important;
}

.visible-info-table {}

ul.hidden-menu.show {
    /*
    posicition:relative;
    positicon abcolute;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding-top: 25px;
    height: auto;
    transition: all 1s;
    -webkit-transition: all 1s;
*/
    position: absolute;
    width: 600%;
    margin-top: 44px;
    height: auto;
    transition: all 1s;
    -webkit-transition: all 1s;
    background: linear-gradient(to bottom, #fff 0, #fff 100%);
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
    border-top: 1px solid #00000033;
}

.navbar-collapse {
    float: right;
}

.indoor-menu {
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 46px;
    max-width: 100%;
    width: max-content;
}

.indoor-menu li {
    margin-bottom: 10px;
}

.content-configuracion {
    background-color: white;
}

ul.hidden-menu li {
    display: inline-block;
    float: right;
}

.btn-borrar-todo.banners {
    margin-top: 0px !important;
}

/*  HOME    */

.campus, .qualification {
    position: relative;
    background: white;
}

.title-link {
    color: #393F4D;
    font-size: 24px;
}

/*  BANNER  */

body>article>header {
    overflow: hidden;
    position: relative;
    height: 150px;
}

body>article>header:after {
    box-shadow: 0 0 40px rgba(0, 0, 0, .33) inset;
}

article>header>img {
    width: 100%;
    position: absolute;
    top: -50;
}

article.login {
    background-image: url(../../img/login-image.png);
    background-repeat: no-repeat;
    background-size: cover !important;
}

.home .title-h2 {
    width: 100%;
    padding-left: 50px;
    margin: 0;
    padding: 20px 10px 20px 50px;
    background-position-y: center;
    margin-top: 30px;
    color: #393F4D !important;
    font-size: 24px;
}

.customize-colum-localizaciones {
    border-right: 3px solid #F2F2F2;
    min-height: 480px;
}

.home .title-h2 span {
    color: #304CD1;
    font-size: 20px;
}

.home section .qualification .title-h2 {
    color: black;
    font-size: 0.9rem;
    background-image: none;
    padding: 10px 10px 10px 10px;
}

.home section .qualification .title-h2 a {
    color: #fff;
}

.home section .qualification div.impagos-si {
    display: flex;
    color: #F68D2E;
    margin-bottom: 0;
    padding: 8 0;
    width: 100%;
}

.home section .qualification .impagos-si .floatLeft {
    float: left;
    width: 100%;
    padding-top: 1%;
}

.home section .qualification .impagos-si i.fa {
    font-size: 2.5rem;
    margin-right: 10px;
    vertical-align: middle;
}

.home section .qualification .impagos-si .floatRight {
    float: right;
}

.home section .qualification .impagos-si .floatLeft>span {
    font-size: 1rem;
    display: flex;
    padding-right: 10px;
    /* line-height: 2.5rem; */
}

.home section .qualification div.impagos-no {
    display: flex;
    color: #AFC836;
    margin-bottom: 0;
    padding: 8 0;
    width: 100%;
    /* display: inline; */
}

.home section .qualification .impagos-no .floatLeft {
    float: left;
    width: 100%;
    padding-top: 1%;
}

.home section .qualification .impagos-no i.fa {
    font-size: 2.5rem;
    margin-right: 10px;
    vertical-align: middle;
}

.home section .qualification .impagos-no .floatRight {
    float: right;
}

.home section .qualification .impagos-no .floatLeft>span {
    color: #333;
    font-size: 1rem;
    display: flex;
    padding-right: 10px;
    /* line-height: 2.5rem; */
}

.home section .campus {
    display: flex;
    margin-bottom: 0;
    padding: 0 0;
    width: 100%;
    /* display: inline; */
}

.campus .title-h2{
    margin-top: 0px !important;
}

.home section .campus .floatLeft {
    float: left;
    cursor: pointer;
}

.home section .campus .floatRight {
    float: right;
}

.home section .campus .floatLeft>span {
    color: #4A5C69;
    font-size: 24px;
    display: flex;
    padding-right: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    /* line-height: 2.5rem; */
}

.home .title-h2 {
    width: 100%;
    padding-left: 50px;
    margin: 0;
    padding: 20px 10px 20px 0px;
    background-position-y: center;
    margin-top: 30px;
}

.intervenciones .intervencion>p:last-child {
    margin-bottom: 0;
}

.intervenciones .indicadores {
    padding-right: 15px;
    overflow: auto;
}

.intervenciones .indicadores>div.contenido {
    display: inline-block;
    padding: 5px 0;
}

.intervenciones .indicadores>div.contenidoSLA {
    display: inline-block;
    padding: 5px 0;
}

.intervenciones .indicadores>div.title {
    padding: 13px 15px 20px 0;
    background-image: url(../../img/icos/chevron-right.svg);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.intervenciones .indicadores>div.titleSLA {
    padding: 13px 15px 20px 0;
    background-image: url(../../img/icos/chevron-right.svg);
    background-size: 70px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.adjunto-temporal {
    padding: 0.5rem;
}

.adjunto-temporal-completo .nuevo-adjunto {
    display: block;
    overflow: auto;
}

.adjunto-temporal-completo input#adjunto {
    padding: 6px 12px;
    height: 38px;
}

.adjunto-temporal-completo .btn-añadir-adjunto {
    font-size: 14px;
    line-height: 25px;
    float: right;
}

.adjunto-temporal i.fa.fa-check {
    color: #304CD1;
}

.adjunto-temporal span {
    padding: 0 .5rem;
    color: #304CD1;
}

.adjunto-temporal span.delete-adjunto {
    cursor: pointer;
    color: #7A8193;
}

.adjunto-temporal-completo label {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 7px;
}

.horario_tecnico .horario .header {
    color: #FFFFFF;
}

.horario_tecnico .horario .weekDay {
    font-size: 1.2rem;
}

.horario_tecnico .horario {
    display: block;
}

.horario_tecnico .horario .header, .horario_tecnico .horario .horas {
    padding: 2px 0;
    display: block;
}

.horario_tecnico .dia {
    display: inline-block;
    flex: 1;
    vertical-align: top;
    text-align: center;
    border-right: 4px solid #FFF;
    background-color: #f1f1f1;
}

.horario_tecnico .hora.selected {
    background-color: var(--theme-100);
}

.horario_tecnico .hora {
    cursor: pointer;
    line-height: 15px;
    display: inline-block;
    background: var(--grey-5);
    color: #fff;
    padding: 3px;
    min-width: 90px;
    text-align: center;
    border-radius: 4px;
}

.horario_tecnico .hora:hover {
    background-color: var(--theme-80);
}

.horario_tecnico .hora label {
    cursor: pointer;
    margin-bottom: 0;
    padding: 5px;
}

.horario_tecnico .resumen-dia {
    display: flex;
    padding: 20px 0;
}

.horario_tecnico .resumen-dia>div:first-child {
    flex: 3;
    font-size: 1.2rem;
}

.horario_tecnico .resumen-dia>div:last-child {
    flex: 1;
    text-align: right;
    line-height: unset;
}

.horario_tecnico .horario>div {
    margin-bottom: 7px;
}

textarea#descripcion_detallada {
    min-height: 88px;
    max-width: 100%;
    resize: vertical;
}

textarea#comentarios_partner_vinc {
    min-height: 88px;
    max-width: 100%;
    resize: vertical;
}

.char-counter {
    position: relative;
}

div#charNum.blue {
    color: #304CD1;
}

div#charNum.orange {
    color: #CF0A2C;
}

.char-counter #charNum {
    position: absolute;
    right: 10;
    bottom: 10px;
}

div#charNumPart.blue {
    color: #304CD1;
}

div#charNumPart.orange {
    color: #CF0A2C;
}

.char-counter #charNumPart {
    position: absolute;
    right: 10;
    bottom: 10px;
}

textarea#comentarios_cliente {
    min-height: 64px;
    max-width: 100%;
    resize: vertical;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border: 0px solid transparent;
}

.intervenciones .indicadores .title span.indicadores {
    font-size: 16px;
}

.intervenciones .indicadores .titleSLA span.indicadoresSLA {
    font-size: 16px;
}

.alert-no-content .btn.btn-primary {
    background-color: #F68D2E;
    border-color: transparent !important;
}

.intervenciones .indicadores .title span {
    display: inline-block;
    font-size: 16px;
    color: var(--grey-7) !important;
}

.intervenciones .indicadores .titleSLA span {
    display: inline-block;
    font-size: 1.2em;
}

.container-recordar-pass {
    padding: 20px !important;
    /* color blanco de fondo */
    background-color: white;
}

.intervenciones .indicadores .title span:last-child {
    text-align: right;
}

.intervenciones .indicadores .titleSLA span:last-child {
    text-align: right;
}

@media(max-width: 992px) {
    .intervenciones .indicadores .title span:last-child {
        text-align: left;
        display: block;
    }

    .intervenciones .indicadores .titleSLA span:last-child {
        text-align: left;
        display: block;
    }
}

.tickets-disponibles {
    padding-bottom: 15px;
}

.tickets-disponibles span {
    float: left;
}

.listado-facturas td, .listado-facturas th {
    border-right: 5px solid #f2f2f2;
}

.listado-licencias td, .listado-licencias th {
    border-right: 5px solid #f2f2f2;
}

#tableIntervenciones .filters th.title {
    position: relative;
    vertical-align: top;
}

.tabla-cambios-legales tr th {
    padding: 7px;
}

#tableIntervenciones .filters i.fa.fa-search {
    position: absolute;
    right: 10px;
    top: 40px;
    color: #333;
}

#fecha_publicacion_1, #fecha_publicacion_2 {
    width: 100%;
}

#fecha_publicacion_1 .form-control, #fecha_publicacion_2 .form-control {
    height: 31px;
}

.content-filtro .btn {
    font-size: 14px;
}

.content-filtro .bootstrap-select.btn-group .dropdown-menu {
    width: 13vw;
}

.content-filtro .form-group label, .content-filtro .form-group label {
    font-size: 15px;
    margin-bottom: 1px;
}

.content-filtros .content-filtro {
    padding-bottom: 10px;
}

#tableIntervenciones.table .title {
    color: #f2f2f2;
}

.listado-intervenciones td {
    font-size: 12px;
}

.campos-busqueda .search-box {
    border-right: 5px solid var(--grey-3);
}

label.btn-estas-loco {
    color: #7A8193 !important;
    background-color: white;
    border: solid 1px #DCE0ED;
}
label.btn-estas-loco:first-child{
    border-radius: 4px 0px 0px 4px;
}

label.btn-estas-loco:last-child{
    border-radius: 0px 4px 4px 0px;
}

label.btn.btn-primary.btn-estas-loco:hover, label.btn.btn-primary.btn-estas-loco.active {
    background-color: var(--theme-20) !important;
    color: var(--theme-100) !important;
    border: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none !important;
}

.content-superior-admin-descargas tr th {
    padding: 10px;
}

.form-control::-webkit-input-placeholder {
    color: white;
}

/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: white;
}

/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: white;
}

/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: white;
}

/* Internet Explorer 10-11 */

.form-control::-ms-input-placeholder {
    color: white;
}

/* Microsoft Edge */

.table .title label {
    color: var(--grey-7);
    font-family: 'Roboto';
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.indicador {
    text-align: center;
    display: inline-block;
    padding: 0 40px;
}

.indicadorSLA {
    text-align: center;
    display: inline-block;
    padding: 0 14px;
}

@media (max-width: 1200px) {
    .indicador {
        text-align: center;
        display: inline-block;
        padding: 0 20px;
    }

    .indicadorSLA {
        text-align: center;
        display: inline-block;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .indicador {
        text-align: center;
        display: inline-block;
        padding: 0 40px;
    }

    .indicadorSLA {
        text-align: center;
        display: inline-block;
        padding: 0 12px;
    }
}

@media (max-width: 768px) {
    .indicador {
        text-align: center;
        display: inline-block;
        padding: 0 30px;
    }

    /* .intervenciones .indicadoresSLA>div {
        display: flex;
    }
 
    .intervenciones .indicadoresSLA>div.titleSLA {
        display: inline-block;
        background-size: 0px;
    } */
    .intervenciones .indicadores>div.contenidoSLA {
        display: flex;
    }
    .intervenciones .indicadores>div.titleSLA {
        display: inline-block;
        background-size: 0px;
    }
    .indicadorSLA.respuesta span.valor {
        background-size: 0px;
        padding: 0px;
        margin: 0px;
    }
    .indicadorSLA.resolucion span.valor {
        background-size: 0px;
        padding: 0px;
        margin: 0px;
    }
    .indicadorSLA.total-intervenciones span.valor {
        background-size: 0px;
        padding: 0px;
        margin: 0px;
    }
    .indicadorSLA.sla span.valor {
        background-size: 0px;
        padding: 0px;
        margin: 0px;
    }
}

@media (max-width: 710px) {
    .indicador {
        text-align: center;
        display: inline-block;
        padding: 0 20px;
    }
    .indicador.respuesta span.valor {
        background-size: 45px;
    }
    .indicador.resolucion span.valor {
        background-size: 45px;
    }
    .indicador.total-intervenciones span.valor {
        background-size: 45px;
    }
    .indicador.sla span.valor {
        background-size: 45px;
    }
}

@media (max-width: 655px) {
    .intervenciones .indicadore>div.contenido {
        display: flex;
    }
    .intervenciones .indicadores>div.title {
        display: inline-block;
        background-size: 0px;
    }
    .indicador {
        text-align: center;
        display: inline-block;
        padding: 0 10px;
    }
    .indicador.respuesta span.valor {
        background-size: 35px;
        background-position-x: 20px;
        background-position-y: 8px;
    }
    .indicador.resolucion span.valor {
        background-size: 35px;
        background-position-x: 20px;
        background-position-y: 8px;
    }
    .indicador.total-intervenciones span.valor {
        background-size: 35px;
        background-position-x: 20px;
        background-position-y: 8px;
    }
    .indicador.sla span.valor {
        background-size: 35px;
        background-position-x: 20px;
        background-position-y: 8px;
    }
}

@media (max-width: 560px) {
    .intervenciones .indicadores>div.contenido {
        display: flex;
    }
    .intervenciones .indicadores>div.title {
        display: inline-block;
        background-size: 0px;
    }
    .indicador {
        text-align: center;
        display: inline-block;
        padding: 0 3px;
    }
    .indicador.respuesta span.valor {
        background-size: 0px;
    }
    .indicador.resolucion span.valor {
        background-size: 0px;
    }
    .indicador.total-intervenciones span.valor {
        background-size: 0px;
    }
    .indicador.sla span.valor {
        background-size: 0px;
    }
}

@media (max-width: 500px) {
    .intervenciones .indicadores>div.contenidoSLA {
        display: block;
    }
    .indicadorSLA {
        display: block;
    }
}

.indicador span {
    display: block;
    text-align: right;
}

.indicador span.clave {
    font-size: 0.65rem;
}

.indicador .ico{
    font-size: 40px;
    color: #5EB3E4;
    display: inline-block;
}
.indicador .valor{
    display: inline-block;
    font-size: 16px;
    color: #393F4D;
}

.indicador.sla span.valor {
    background-image: url("../../img/copa.png");
}


.indicadorSLA span {
    display: block;
    text-align: right;
}

.indicadorSLA span.valor {
    padding-left: 50%;
    font-size: 1.2rem;
    padding: 18px 0 18px 50%;
}

.indicadorSLA span.clave {
    font-size: 0.7rem;
}

@media (max-width: 1200px) {
    .indicadorSLA span.clave {
        font-size: 0.6rem;
    }
}

.indicadorSLA.respuesta span.valor {
    background-image: url(../../img/cronometro-intervenciones-inicio.png);
}

.indicadorSLA.resolucion span.valor {
    background-image: url("../../img/cronometro-intervenciones-fin.png");
}

.indicadorSLA.total-intervenciones span.valor {
    background-image: url(../../img/intervenciones.png);
}

.indicadorSLA.sla span.valor {
    background-image: url("../../img/copa.png");
}

.indicadorSLA span.valor {
    padding-left: 50%;
    font-size: 1.2rem;
    padding: 18px 0 18px 50%;
    background-repeat: no-repeat;
}

.list-group {
    margin-bottom: 0;
    box-shadow: none !important;
}

.descargas .list-group-item p {
    text-align: right;
    vertical-align: middle;
    margin: 0;
}

.content-superior-admin-descargas.background-white {
    background-color: white !important;
}

.descargas .list-group-item {
    padding: 5px 15px;
    border: 0px solid transparent;
    margin-bottom: 2px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #7A8193;
}

.seguimiento-p {
    padding-left: 10px;
    /* padding-top: 8px; */
    margin-top: 10px;
}

.seguimiento-p>label {
    font-size: 13px;
    font-weight: 300;
}

.modal-content .btn-success {
    background: #F68D2E;
}
.modal-content .btn-default{
    box-shadow: none !important;
}

ul.profile-menu input {
    display: none;
}

.fecha-notificacion {
    color: #404040;
}

.titulo-notificacion-descarga {
    font-size: 16px;
    color: #00a7da;
    font-weight: bold;
    margin-bottom: 0px;
    padding-left: 1em;
}

.elementos-seguimiento-notificacion {
    padding: 10px;
    padding-left: 25px;
}

.seguimiento-p .checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    display: none;
}

.view-normal .seguimiento-p .checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before {
    width: 25px;
    height: 25px;
}

.view-normal .seguimiento-p .checkbox-custom:checked+.checkbox-custom-label:before {
    box-shadow: inset 0px 0px 0px 6px #fff;
}

.btn-search {
    margin-top: 0px;
    font-size: 15px !important;
}

.active-menu:before {
    border: 2px solid var(--theme-100);
    content: '';
    height: 0;
    position: absolute;
    top: 40px;
    width: 80%;
    z-index: 10;
}

.column-no-right {
    padding-right: 0px;
}

.recursive-check.checkbox-custom.btn.btn-primary.btn-radio.btn-clientes {
    opacity: 1;
    position: inherit;
    background-color: white;
    color: black;
    font-size: 14px;
}

.recursive-td {
    padding: 3px !important;
}

.submenu-class:hover {
    color: #304CD1;
}

#sortable {
    padding-right: 0px !important;
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.panel-group .panel {
    border-radius: 0px !important;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 0px;
    background-color: white;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.select-videos-idioma {
    width: auto !important;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    margin-top: 5px;
    border: 1px solid var(--grey-5) !important;
}

#sortable li {
    background-color: #f9f9f9;
}

#sortable li:nth-of-type(even) .panel-heading {
    background-color: white !important;
}

.tble-banners {
    font-size: 18px !important;
    padding: 10px !important;
    padding-left: 14px !important;
}

.panel-heading {
    padding: 11px 15px !important;
}

.fa.fa-trash-o.borrar {
    float: right;
    cursor: pointer;
    color: #ccc;
}

.content-acciones {
    float: right;
}

.icon-descargas {
    font-size: 20px;
    color: #304CD1;
}

.folders .full, .files .full {
    margin-top: 16px;
}

.seguimiento-p .checkbox-custom:checked+.checkbox-custom-label:before {
    box-shadow: inset 0px 0px 0px 9px #fff;
    transition: 0.5s all;
}

.checkbox-custom:checked+.check-medias:before {
    background: transparent !important;
    box-shadow: none !important;
}

.boton-check-entero {
    border: 1px solid #00a7da;
    color: #00a7da;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.boton-check {
    border: 1px solid #666;
    color: inherit;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.boton-check-medias {
    border: 1px solid #00a7da;
    color: #00a7da;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.boton-check-medias, .boton-check, .boton-check-entero {
    background-color: white;
}

.input-group.date.banners {
    width: 100% !important;
    margin-bottom: 10px;
    /* float: left; */
}

.panel-body-banners {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-header-video {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    font-size: 25px;
}

.modal-header .close {
    /* margin-top: 1px; */
}

.file-upload.banners {
    width: 100%;
    max-width: 400px;
    height: 50px;
}

.panel-title {
    color: black;
    font-size: 16px !important;
}

.bootbox-body {
    font-size: 23px;
}

.form-group.form-group-banners {
    margin-bottom: 5px;
}

.form-group-banners label {
    font-size: 17px !important;
}

.form-group-banners .form-control {
    height: 28px !important;
}

.breadcumb {
    font-size: 26px;
    padding-bottom: 30px;
}

.breadcumb a {
    color: #7C878E;
}

.breadcumb a:hover {
    color: #4A5C69;
}

.menu, .content, .breadcumb {
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 30px;
}

#profile {
    cursor: pointer;
}

.btn.btn-success{
    background-color: #304CD1;
    color: #FEFEFE;
}

.btn.btn-success:hover{
    background-color: #4D68EB !important;
}

.btn.btn-cerrar, .btn.btn-encuesta, .btn.btn-crear, .btn.btn-volver, .btn.btn-escalar, .btn.btn-guardar, .btn.btn-seguir, .btn.btn-no-seguir, .btn.btn-abrir-accion, .btn.btn-reclamar {
    border-radius: 4px;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
}

.btn-aux-function {
    background-color: #F68D2E;
    color: white;
}

.btn-aux-function:hover {
    background-color: #6E86FF;
    color: white;
}

.btn-guardar-seguimiento {
    width: 222px;
}


.btn.btn-success.btn-crear.col-md-offset-10 {
    float: none;
}

.menu {
    height: auto;
}

.empty {
    width: 100%;
    max-width: 100%;
}

.empty p {
    clear: both;
}



.menu>.lista-menu>a>.item-menu {
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: #ffffff;
    color: var(--grey-8);
    font-size: 16px;
    padding: 6px 15px;
    padding-right: 10px;
}

.sorting_2.notificacion {
    text-align: right;
}

.content-form-cambio-legales {
    padding: 10px;
}

.menu>.lista-menu>a>.item-menu:hover {
    color: #304CD1;
}

.enlaces-menu-admin, .enlaces-menu-admin:hover {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */
    text-decoration: none;
}

.table-striped>thead>tr {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

a.enlace-directo-directorio:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.lineas-directorios:nth-of-type(even) {
    background-color: #f9f9f9;
}

.lineas-notificaciones .especial-boton-ver {
    padding-top: 10px !important;
}

.content-notificación-descarga-indv {
    padding-bottom: 15px !important;
}

#descargas-idioma-select .bootstrap-select {
    float: right;
}

.select-idioma-descargas-admin {
    width: 100px !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    border: 0px;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}

.administrador .form-3-grids {
    margin-bottom: 0px;
}

.link-error-page {
    margin-top: 2rem;
    text-align: right;
}

@keyframes slidesright {
    from {
        margin-left: -92px;
    }
    50% {
        margin-left: 0px;
    }
    to {
        margin-left: -92px;
    }
}

#intervenciones.table tr td {
    font-size: 15px;
    padding: 3px 8px;
}

#intervenciones.table .numIntervencion {
    text-align: center;
}

.full-width .crear {
    padding-top: 30px;
}

/*LOGIN*/

form.formLogin, div.auth {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
    background: #FEFEFE 0% 0% no-repeat padding-box;
    border: 0px;
    box-shadow: 0px 2px 4px #00000033;
    border-radius: 20px;
}

form.formLogin .group {
    position: relative;
}

form.formLogin input {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    color: #393F4D;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #BEC2C7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)
}

form.formLogin input:focus {
    outline: none;
    border-bottom: 1px solid #304CD1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0)
}

form.formLogin input:active {
    color: #393F4D;
    border-bottom: 1px solid #304CD1;
}
form.formLogin .ojo {
    top:64%;
}

form.formLogin .fa-xmark{
    color:red;
    position: absolute;
    right: 2%;
    top:65%;
    font-size: 16px;
}

/* Label */

form.formLogin label {
    color: #393F4D;
    font-size: 16px;
    font-weight: 500;
}

/* Resetear contraseña */

form.formLogin #rest_pass{
    display: inline-block;
}
form.formLogin #rest_pass a:hover{
    color: 304DC1 ;
}

/* Button */

form.formLogin .button {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 4px;
}

form.formLogin .button:focus {
    outline: 0;
}

form.formLogin .form-group {
    margin-bottom: 0px;
}

.detalle-form .form-control {
    font-size: 17px;
    border-radius: 0px;
}

/* Button modifiers */

form.formLogin .buttonBlue {
    background: #304DC1;
    border-radius: 4px;
    width: 70px;
    text-align: center;
    float:right;
}


.listado-localizaciones li {
    font-size: 16px;
}

.listado-localizaciones {
    padding-left: 16px;
}

/* CREAR INTERVENCION - AÑADIR ADJUNTO */

.popover {
    border-radius: unset;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    background-color: #fff;
    border-color: #ccc;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left: 2px;
}

.input-group[class*="col-"] {
    float: left;
}

/* Ripples container */

form.formLogin .ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

/* Ripples circle */

form.formLogin .ripplesCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

form.formLogin .ripples.is-active .ripplesCircle {
    animation: ripples .4s ease-in;
}

/* Ripples animation */

@keyframes ripples {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

/*FORMUALRIOS*/

.form-group label {
    
    color: var(--grey-7);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 7px;
}

.listado-secciones .form-group {
    margin-bottom: 5px;
}

.listado-secciones .form-group label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2px;
}

.select-all.col-md-2 {
    text-align: right;
    padding: 3px 9px;
}

.container-day-horario{
    background-color: var(--grey-2);
    border-radius: 4px;
    padding: 4.2px 12px;
    margin: 0 auto 4px auto;
}

.form-group label.label-horarios {
    width: 100%;
    color: var(--grey-7);
}

.datepicker-form input {
    border-color: #ccc !important;
    border-left: 0px;
    border-right: 0px;
}
.datepicker-form .input-group.date:first-of-type input{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: var(--grey-1);
    color: var(--grey-6);
}
.datepicker-form .input-group.date:last-child input{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: var(--grey-1);
    color: var(--grey-6);
}

.search-form .form-group input, .search-form .form-group select, .search-form .form-group textarea, .search-form .form-group textarea {
    
    padding: 7px;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 34px;
}

.search-form .form-group textarea#observaciones {
    max-width: 100%;
    min-height: 183px;
}

.input-group.date {
    width: 50%;
    float: left;
}

#horatest1 .input-group-addon, #horatest3 .input-group-addon, #hora1 .input-group-addon, #hora3 .input-group-addon, #hora5 .input-group-addon, #hora7 .input-group-addon, #hora9 .input-group-addon, #hora11 .input-group-addon, #hora13 .input-group-addon, #hora15 .input-group-addon, #hora17 .input-group-addon, #hora19 .input-group-addon{
    border-radius: 4px 0px 0px 4px !important;
    background-color: var(--grey-1);
    border-right: 0px !important;
    color: var(--grey-7);
}

#horatest2 .input-group-addon, #horatest4 .input-group-addon, #hora2 .input-group-addon, #hora4 .input-group-addon, #hora6 .input-group-addon, #hora8 .input-group-addon, #hora10 .input-group-addon, #hora12 .input-group-addon, #hora14 .input-group-addon, #hora16 .input-group-addon, #hora18 .input-group-addon, #hora20 .input-group-addon{
    border-radius: 0px 4px 4px 0px !important;
    background-color: var(--grey-1);
    border-left: 0px !important;
}
#horarioLaboral .form-control{
    border-radius: 0px!important;
}

.input-group.date.date-cursos {
    width: 100%;
}

.isNotEmailComercial, .isNotEmailSoporte, .modificarLocalizacion, .isAdministrador, .visibleSoloTec, .visualizadorData {
    color: var(--grey-7) !important;
    font-size: 14px !important;
}

.checkbox-custom+.isNotEmailComercial:before, .radio-custom+.radio-custom-label:before {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.checkbox-custom+.modificarLocalizacion:before, .radio-custom+.radio-custom-label:before {
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

.checkbox-custom+.isNotEmailSoporte:before, .radio-custom+.radio-custom-label:before, .checkbox-custom+.isAdministrador:before {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.select-form {
    width: 100% !important;
    font-size: 16px !important;
}
#id_localidad{
    border: 1px solid var(--grey-5) !important;
    padding: 6px 12px !important;
    border-radius: 4px;
}

.right-arrow {
    float: right;
    margin-top: 5px;
    transition: 0.75s all;
    -ms-transition: 0.75s all;
    -webkit-transition: 0.75s all;
    color: var(--grey-5);
}

.active-arrow-expand {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"]+.btn-group>label span {
    width: 20px;
}

.form-group input[type="checkbox"]+.btn-group>label span:first-child {
    display: none;
}

.form-group input[type="checkbox"]+.btn-group>label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked+.btn-group>label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked+.btn-group>label span:last-child {
    display: none;
}

.listado-secciones ul, form.listado-secciones li {
    list-style-type: none;
}

.sup-content-descargas {
    margin-bottom: 1em;
}

#img-banner {
    margin-right: 15px;
    width: 100%;
    height: 100%;
}

.breadcumb-descargas {
    font-size: 21px;
    width: 881px;
    white-space: nowrap;
    display: inline-block;
    /* margin-left: 12px; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadumb-descargas-publica {
    width: 880px;
    white-space: nowrap;
    /* margin-left: 12px; */
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}

.breadcumb-descargas .fa-arrow-left {
    font-size: 14px;
}

form.listado-secciones {
    width: 100%;
}

.listado-secciones .btn {
    display: inline-block;
    padding: 3px 12px;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 12px;
}

.listado-secciones .form-group label.btn-warning {
    color: #fff;
}

.listado-secciones .fa {
    line-height: 1.42857143;
}

.listado-secciones .btn-default:active, .listado-secciones .btn-default.active {
    background-color: transparent;
    -webkit-box-shadow: inset 0 3px 5px transparent;
    box-shadow: inset 0 3px 5px transparent;
}

.ant-input {
    cursor: pointer;
}

.ant-input:hover {
    cursor: pointer;
    color: #00a7da;
    font-weight: 600;
}

.bread-input:hover {
    cursor: pointer;
    color: #00a7da;
    font-weight: 600;
}

.listado-secciones .parent td.form-group {
    padding-left: 40px;
}

.search-box {
    position: relative;
}

.search-box .fa.fa-search {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.right-addon .fa.fa-search {
    right: 0px;
    color: #ccc;
}

.right-addon input {
    padding-right: 30px;
}

.search-box input#search {
    border-radius: 4px;
    border-color: #CACFD9;
}

.td-especial-select {
    padding: 3px !important;
}

/* FILE IMAGE UPLOAD TO */

.file-upload {
    box-shadow: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 150px;
    height: 150px;
    background-color: transparent !important;
    border: 0px solid transparent;
    text-align: center;
    padding: 0px;
    border-radius: 0px;
}

.file-upload.btn.btn-primary:hover {
    /*border-color: #F2F2F2;*/
    background-color: transparent;
}

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    color: #ccc;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
}

.especial-line {
    border-right: 2px solid #F2F2F2;
}

.table2 {
    width: 100%;
}

.table2 tr th {
    padding: 10px;
}

.table2 tr td {
    padding: 10px;
    border-bottom: 2px solid #F2F2F2;
}

.table2 .cabecera-directorio {
    border-bottom: 2px solid #F2F2F2;
}

/* FILE IMAGE UPLOAD TO */

/* FILE PDF UPLOAD TO */

.file-upload.btn-borrar-todo {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid black;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0px;
    margin-right: 0px;
}

.file-upload.btn-borrar-todo.btn.btn-primary:hover {
    /*border-color: #F2F2F2;*/
    background-color: transparent;
}

.file-upload.btn-borrar-todo input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    color: black;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
}

/* FILE PDF UPLOAD TO */

div.color span:nth-child(1) {
   background-color: #78E5D1;
}

div.color span:nth-child(2), div.color span:nth-child(3){
    background-color: #5EB3E4;
}

div.color span:nth-child(4), div.color span:nth-child(5), div.color span:nth-child(6){
    background-color: #FFC629;
}

div.color span:nth-child(7), div.color span:nth-child(8), div.color span:nth-child(9), div.color span:nth-child(10){
    background-color: #F07014;
}

div.color span:nth-child(11), div.color span:nth-child(12), div.color span:nth-child(13), div.color span:nth-child(14), div.color span:nth-child(15){
    background-color: #F04747;
}

div.color span:nth-child(16), div.color span:nth-child(17), div.color span:nth-child(18), div.color span:nth-child(19), div.color span:nth-child(20), div.color span:nth-child(21){
    background-color: #304CD1;
}
.formulario-facturas {
    margin-bottom: 0px;
}

.btn-pagar-factura {
    background-color: #b0c641 !important;
}

.btn-pagar-factura:hover {
    background-color: #F68D2E !important;
}

.capa-unit {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    overflow: hidden;
}

.titulo-breadcumb-image {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    font-family: 'Poppins';
    font-weight: 700;
}

.capa-unit:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    display: block;
    content: '';
}

.modal-footer .btn.btn-primary {
    background-color: #0046fe;
}

.container-image-breacumb {
    padding: 43px;
    padding-left: 8px;
    width: 1170px;
    margin: 0 auto;
}

.listado-productos-home a {
    font-size: 14px;
    color: var(--grey-7) !important;
}
.listado-productos-home a:hover{
    color: #304CD1;
}

.campus-v{
    float: left;
    padding-left: 10px;
}

.boton-campus-virtual, .btn-imprimir {
    margin-right: 10px;
    padding: 6px 12px;
    background-color: #304CD1 !important;
    color: white !important;
    text-align: center;
    cursor: pointer;
    float: right;
    border-radius: 4px;
}

.btn-imprimir{
    margin-left: 5px;
    margin-top: 5px;
}
.btn-secondary{
    background-color: #EDF0FF;
    color: #304CD1;
}

.btn-secondary:hover {
    background-color: #6E86FF !important;
    color: white !important;
}

.btn-danger{
    background-color: #D4DBFF;
    color: #304CD1;
}
.btn-danger:hover{
    background-color: #A1B0FF;
    color: #304CD1;
}

.boton-campus-virtual:hover, .btn-imprimir:hover {
    background-color: #4D68EB !important;
    color: #fff !important;
}

.visible-no-accesible {
    border: 1px solid #f3817d !important;
}

.notificationDescarga {
    color: #304CD1 !important;
    /* background: no-repeat 2.5px 15px url(../../assets/img/ico-new.png); */
}

.notificationDescarga:after {
    content: '';
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 10;
    left: 30;
    background: no-repeat 0px 0px url(../../../assets/img/ico-new.png);
    z-index: 100;
}

.campues-virtual {
    background-color: white;
    padding: 10px;
}

.imagen-enlace-campus-virtual {
    /* Display imagen */
    display: block;
    margin: auto;
}

.titulo-descargas {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.row-descargas {
    padding-left: 13px;
    padding-right: 23px;
    margin-top: 40px;
}

article section.container {
    padding-bottom: 20px;
}

.container {
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}

body, .* {
    -webkit-transition: all .2s ease !important;
    -moz-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

div.color span {
    display: block;
    width: 4.7619%;
    float: left;
    height: 9px;
    background-color: #292A79;
}

a:hover, a:focus {
    color: #404040;
    text-decoration: none;
}

.datepicker-form label {
    color: black;
    font-size: 14px;
}

a.horarios-collapsed {
    padding-top: 2px;
    padding-bottom: 0px;
    display: block;
    color: var(--grey-7) !important;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;
}


.fa-bell-o:before {
    font-size: 20px;
}

.label-check-horarios, .label-check-admin {
    padding: 2px 4px !important;
    font-size: 13px !important;
}

.label-check-horarios .fa-check:before, .label-check-admin .fa-check:before {
    font-size: 18px !important;
    color: white !important;
}

/* fa fa-arrow-left */

#goBackRouteBuscar .fa-arrow-left {
    margin-right: 10px;
}

#goBackRouteBuscar:hover {
    text-decoration: none;
}

.campana-notificaciones-interiores {
    color: #304CD1;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

.btn-ver-mas-notificiones {
    margin-bottom: 10px;
    margin-top: 5px;
    background-color: #304CD1 !important;
    border: 1px solid white;
}

.btn-ver-mas-notificiones:hover {
    border-color: black !important;
}

.active-notificaciones {
    display: inherit !important;
    border-radius: 0px;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    right: -150px;
    left: unset !important;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 7px;
    /*max-width: 200px;*/
    padding-right: 20px;
}

.active-notificaciones li a {
    color: #393F4D;
    padding-left: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.active-notificaciones li a:hover {
    background-color: #DCE0ED !important;
    background-image: none !important;
    color: black;
}

.bootstrap-datetimepicker-widget {
    padding-left: 8px !important;
    padding-top: 15px !important;
}

.campana-notificaciones {
    cursor: pointer;
    font-size: 20px;
    color: #393F4D;

}


.notificaciones-seccion {
    /*QUIEREN PONER EL MENÚ EN LA PARTE DERECHA*/
    /*float: right !important; */
}

.punto-notificacion {
    color: var(--error-100);
    cursor: pointer;
    font-size: 8px;
    position: absolute;
}

.punto-notificacion.header {
    cursor: pointer;
}

.cabecera-directorio th {
    color: #7A8193;
    font-weight: normal;
}

.table thead tr th {
    padding: 5px 3px 5px 3px;
}

.table-responsive .col-md-9 {
    float: right;
}

#tableIntervenciones_filter {
    display: none;
}

.dataTables_filter label {
    position: relative;
}

.dataTables_filter .input-sm {
    padding: 6px 12px;
    line-height: 1.42857143;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
}

.dataTables_filter i.fa.fa-search {
    right: 0px;
    color: #ccc;
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

table.dataTable thead th.sorting .fa-sort:before, table.dataTable thead th.sorting_desc .fa-sort:before, table.dataTable thead th.sorting_asc .fa-sort:before, table.dataTable thead th.sorting_disabled .fa-sort:before{
    color: #DCE0ED;
}

table.dataTable thead th.sorting .fa-sort, table.dataTable thead th.sorting_desc .fa-sort, table.dataTable thead th.sorting_asc .fa-sort, table.dataTable thead th.sorting_disabled .fa-sort{
    display: inline;
    font-size: 0.7em !important;
    float: right;
    padding-top: 4px;
}

.pagination>li>a, .pagination>li>span, .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #7A8193;
}

.lineas-directorios td:first-child {
    padding-left: 20px;
}

.lienas-directorios-notificaciones td:first-child {
    padding-left: 0px !important;
}

#tableFacturas .lienas-directorios-notificaciones td:first-child {
    padding: 5px !important;
}

.nombre-archivos-alias {
    height: 23px;
    float: right;
    width: 115px;
}

.lineas-directorios {
    padding-left: 15px;
}

.content-descargas-admin .name {
    width: 120px !important;
}

.content-descargas-admin {
    padding-left: 0px;
    padding-bottom: 50px;
}

.fa.fa-file-code-o.pointer-code {
    margin-top: 10px;
    /*margin - top*/
}

.fa-file-code-o:before {
    font-size: 18px;
}

form.listado-descargas .btn {
    display: inline-block;
    padding: 3px 12px;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 12px;
}

form.listado-descargas label {
    padding-top: 10px;
}

form.listado-descargas ul, form.listado-descargas li {
    list-style-type: none;
}

.listado-descargas .form-group label {
    font-size: 14px;
    height: 25px;
}

.listado-descargas .form-group {
    margin-bottom: -2px;
}

.inputVersionProducto {
    float: right;
}

.mis-datos-form .form-group-especial label {
    color: #7A8193;
    font-size: 14px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled.selected a:focus {
    outline: 0;
    outline-offset: 0;
    padding: 0;
}

.dropdown-menu>li>a {
    /* white-space: unset; */
}

.content-facturas {
    padding-top: 15px;
}

.dataTables_filter {
    display: none;
}

.dataTables_filter input {
    margin-left: 5px;
}

.dataTables_paginate {
    margin-left: 0px;
}

.row-lista-usuarios {
    margin-bottom: 10px;
}

.videos_Formativos h3 {
    margin-top: 6px;
    font-size: 19px;
    margin-bottom: 4px;
}

.videos_Formativos p {
    font-size: 12px;
}

.fa-video-camera:before {
    font-size: 60px;
}

.fa-youtube{
    font-size: 32px;
}

.fa.fa-play-circle-o {
    margin-left: 10px;
}

.bloques-usuario-curso {
    margin-bottom: 5px;
}

.title-curso {
    font-size: 16px;
    font-weight: 600;
}

/*
.fa.fa-play-circle-o:hover{
    color: black;
}
*/

.content-left-help {
    width: 75%;
    float: left;
}

.videos_Formativos {
    cursor: pointer;
}

.videos_Formativos i.fa.fa-angle-right {
    position: absolute;
    right: 6px;
    top: 40%;
    font-size: 2.5rem;
}

.btn-usuario {
    background-color: transparent !important;
    border: 0px !important;
    color: black;
    box-shadow: none !important;
    font-weight: 600;
    text-shadow: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.btn-primary.btn-intervencion {
    color: var(--grey-8) !important;
    background-color: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    font-weight: 500;
    text-shadow: none !important;
    padding: 12px 0;
    font-size: 16px;
}

.idiomaes, .idiomaeng {
    background-color: white !important;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: var(--theme-100);
    color: #fff !important;
    border: none;
}
.pagination > li > a:hover{
    background-color: var(--theme-10) !important;
    color: var(--theme-100) !important;
}

form.listado-descargas .fa {
    line-height: 1.42857143;
    margin-top: 0px;
}

form.listado-descargas .fa-check:before {
    color: white;
}

.list-directorios {
    padding-left: 0px;
}

.btn-clientes {
    font-size: 15px;
}

.codigo-licencia-modal {
    width: 100%;
    border: 0px;
    height: 22px;
}

.boton-aceptar-modificar-seguimiento, .boton-cancelar-modificar-seguimiento {
    width: 90px;
}

.btn-guardar-descargas {
    font-size: 19px;
}

.btn-clientes {
    font-size: 15px;
}

.ld-hourglass:after {
    font-size: 22px;
    margin-top: 5px;
}

.ld.ld-spin-fast {
    margin-top: 7px;
}

.ld-ring:after {
    font-size: 9px;
    color: #F68D2E !important;
}

.btn-guardar-descargas {
    font-size: 16px;
    float: right;
    border: 0px !important;
}

.activo-boton-descargas {
    color: #7A8193 !important;
}

.content-formulario-datos {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-perfiles-descargas:hover {
    color: #CF0A2C !important;
}

.nombreCapeta {
    float: right;
}

.list-group-item.item-menu.seleccionado {
    background-color: var(--info-20) !important;
    color: var(--theme-100) !important;
    font-weight: 500;
}

.btn-perfiles-descargas {
    background-color: transparent !important;
    border: 0px !important;
    color: #666;
    box-shadow: none !important;
    font-weight: inherit;
    text-shadow: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.lista-botones-menu-descargas .btn-perfiles-descargas {
    margin-top: 10px !important;
}

.mis-datos-form .form-control {
    font-size: 16px;
}

.mis-datos-form .form-group {
    margin-bottom: 10px;
}

.btn-perfiles-descargas {
    border-right: 1px solid black !important;
}

.fa-solid .fa-chevron-right:before {
    font-size: 15px;
}

.btn-perfiles-descargas:focus, .btn-perfiles-descargas:active {
    background-position: 0 !important;
    box-shadow: none !important;
    outline-color: transparent !important;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #A3AABC !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A3AABC !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A3AABC !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A3AABC !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #00a7da !important;
}

.lineas-directorios:nth-child(even)>td {
    background-color: transparent;
}

.colum-borders {}

.table {
    margin-bottom: 0px;
}

.table>thead>tr>th {
    border-bottom: 0px solid #F2F2F2;
    color: #7A8193 !important;
}
 
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 0px;
    font-weight: normal;
}

.alert {
    padding: 15px;
    background-color: #F58B2E;
    font-size: 14px;
}
.alert.alert-success{
    background-image: none !important;
    background-color: #D5F7EA !important;
    color: #2CD696 !important;
    border: none;
}

.alert.alert-danger{
    background-image: none !important;
    background-color: #F5CED5 !important;
    color:#CF0A2C !important;
    border: none;
}

.alert-change-password {
    padding: 15px;
    background-color: #b0c641;
    margin-bottom: 1em;
    color: white;
}

/* The close button */

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */

.closebtn:hover {
    color: black;
}

.navbar-nav>li>a {
    color: black;
}


/*CONTACTO*/

.row-no-lateral .titulo-contacto {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.row.row-no-lateral {
    padding-left: 13px;
}

.tecnico {
    display: none;
}

.tecnico label.plain-text, .comercial label.plain-text {
    display: block;
    color: var(--grey-7);
    font-size: 14px;
}

/*SERVICIOS*/
.acuerdo-marco{
    background-color: #fefefe;
    border-radius: 4px;
    border-color: #DCE0ED;
    padding: 8px 16px;
}

.renovacion-mantenimiento, .acuerdo-marco, .servicio-contratado {
    color: #666;
}

.crear-servicio #descripcion-larga, .detalle-servicio #descripcion-larga {
    min-height: 200px;
    max-width: 100%;
}

.servicio.download-link {
    line-height: 30px;
    display: block;
}

.servicios .button-breadcumb i.fa {
    color: #AFC836;
}

.square-checkbox-leyend .checkbox-custom+.checkbox-custom-label:before {
    width: 16px;
    height: 16px;
}

.servicio-small h2 {
    font-size: 18px;
    padding: 0 1px;
    color: #393F4D;
}

.servicio-small h3 {
    font-size: 16px;
    line-height: 1.5rem;
    margin: 0 0 10px 0;
    font-weight: 700;
    color: #304CD1;
}

.servicio-small p {
    line-height: 1.2rem;
    color: #7A8193;
    font-size: 14px;
}

.servicio-small .descripcion {
    background: #fff;
    text-align: right;
    position: relative;
    z-index: 1;
    padding: 15px;
}

.servicio-small .texto {
    text-align: left;
}

.servicio-small .btn{
    float: left !important;
}
.col-md-4 span.square-checkbox {
    padding: 6px 0;
}

.filters th.title {
    position: relative;
    vertical-align: top;
    text-align-last: justify;
}


#tableFacturas td, #tableFacturas th {
    border-right: 0px solid transparent;
}

span.square-checkbox {
    float: right;
}

.button-breadcumb .servicio-contratado {
    height: 20px;
    float: none;
    vertical-align: sub;
}

.servicio-contratado {
    width: 20px;
    height: 37px;
    display: inline-block;
    background-image: url(../../img/servicio-no-seleccionado.png);
    background-size: 100%;
    background-position-y: center;
    background-repeat: no-repeat;
    float: right;
}

.servicio-contratado.selected {
    background-image: url("../../img/servicio-seleccionado.png");
}

.servicio-small .servicio-contratado {
    height: 20px;
}

.fullService .descripcion, .oro .descripcion, .plata .descripcion {
    position: relative;
    z-index: 1;
    padding: 25px;
}

/* .col-md-4 .descripcion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: -1;
    background-image: url(../../img/fondo-servicios.jpg);
} */

.fullService .descripcion h3, .oro .descripcion h3, .plata .descripcion h3 {
    min-height: 64px;
    color: #fff;
}

.oro .descripcion {
    background-color: #FFC629;
}

.plata .descripcion {
    background-color: #C0C0C0;
}

.fullService .descripcion {
    background-color: #F07014;
}

.descripcion button.btn.btn-default {
    position: relative;
    display: inline-block;
    margin: 15px 0 0;
    padding: 10px 17px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
    background-color: transparent;
}

.servicios-usuario .checkbox-custom:checked+.checkbox-custom-label:before {
    background: #304CD1;
    box-shadow: inset 0px 0px 0px 4px #fff;
    transition: 0.5s all;
    border-radius: 4px;
}

.servicios-usuario .checkbox-custom+.checkbox-custom-label:before {
    background: #304CD1;
    box-shadow: inset 0px 0px 0px 4px #fff;
    transition: 0.5s all;
    border-radius: 4px;
}

.servicio-small .btn.btn-success.btn-crear {
    float: none;
}

/*DESCARGAS*/

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center;
    transition: 0.5s all;
    border-radius: 4px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: var(--theme-100);
    box-shadow: inset 0px 0px 0px 3px #fff;
    transition: 0.5s all;
    border-radius: 4px;
    border: 1px solid var(--theme-100);
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom:focus+.checkbox-custom-label, .radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}

.colum-borders label {
    margin-bottom: 0px !important;
}

.progress-bar {
    background-color: #F68D2E !important;
}

.select-lozalizaciones>.bootstrap-select>.btn {
    /* padding: 10px; */
    border: 1px solid #F2F2F2;
}

.nav-principal>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
}

.nav-principal>li>a:hover{
    color: #304CD1;
    background-color: transparent !important;
}

.nav-principal>li>a:visited {
    background-color: #fff;
}

.icono-certficiaciones {
    font-size: 60px;
}

.modal-open {
    overflow: auto !important;
}

/* autocomplete */

.form-group .custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-group .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.form-group .custom-combobox-input {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 5px;
    background-color: #fff;
}

/* Extra Small Devices, .visible-xs-* */

@media (max-width: 767px) {
    article.home>header {
        margin-bottom: 0px;
    }
    .nav.main, .nav.misdatos {
        margin: 10px 0;
    }
    .customize-colum-localizaciones {
        min-height: 0px;
    }
    .columna-ralla-gris {
        min-height: auto;
    }
    article>header>img {
        top: 0;
        height: auto;
        position: relative;
    }
    .table._background-white {
        margin-top: 25px;
    }
    .content-descargas-admin {
        width: 100%;
        overflow-x: auto;
    }
    .navbar-brand {
        padding-top: 30px !important;
        padding-bottom: 10px;
    }
    .content-configuracion {
        overflow: auto;
        padding-bottom: 25px;
    }
    .filemanager .breadcrumbs .arrow {
        display: none;
    }
    .administrador .breadcumb {
        margin-top: 13px;
    }
    .lista-menu {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .content-formulario-datos {
        overflow: auto;
        padding-top: 15px;
    }
    .breadcumb {
        font-size: 22px;
        margin-left: 14px;
        padding-bottom: 10px;
    }
    .row-descargas .breadcumb {
        margin-left: 3px;
    }
    .nav-principal>li>a {
        border-right: 0px solid transparent!important;
    }
    .menu, .content, .breadcumb {
        padding: 0px;
        padding-top: 20px;
    }
    ._border-right-3-grid {
        border-right: 0px;
    }
    .row-descargas {
        margin-top: 25px;
    }
    .btn-guardar-seguimiento {
        width: 103%;
    }
    /* header qie marca el breadmcumb - reduccion de altura y lo ajustamos a la altura ideal */
    body>article>header {
        height: 80px;
    }
    .mis-datos-breadcumb {
        padding-top: 23px;
    }
    .titulo-breadcumb-image {
        font-size: 25px;
    }
    .container-image-breacumb {
        padding: 17px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        right: 0;
        left: auto;
    }
    .nav>li {
        position: relative;
        display: block;
        text-align: center;
    }
    .capa-unit {
        background-size: auto;
    }
    .navbar-header .navbar-collapse {
        width: 100%;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .nav-principal>li>a {
        margin: 10px;
    }
    #intervenciones.table tr th, #intervenciones.table tr td {
        font-size: 11px;
    }
    .filemanager>.data>.changeView>li {
        width: 100% !important;
    }
    .table-responsive .col-md-9 {
        margin-top: 15px;
        overflow: auto;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid transparent;
    }
    .navbar-nav>li {
        float: none !important;
    }
}

/* Small Devices, .visible-sm-* */

/* pantallas entre 768 pixeles y 991 pixeles */

@media (min-width: 768px) and (max-width: 991px) {
    .collapse.navbar-collapse {
        clear: both;
        min-height: 0px;
        padding: 0;
        margin-bottom: 15px;
    }
    .nav-principal>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.nav.navbar-nav.nav-principal {
        /*position: relative;*/
        width: 100%;
    }
    .navbar-brand {
        padding-top: 24px;
    }
    .columna-admin-min-height {
        min-height: 597px;
    }
    .navbar-nav>li {
        float: RIGHT;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    ul.hidden-menu li a {
        padding: 10px;
        padding-bottom: 7px;
        padding-top: 7px;
        color: #000;
        font-size: 14px;
        color: #333;
    }
}

/* pantallas mas pqeueñas de 2000 pixeles */

/* Medium Devices, .visible-md-* */

@media (min-width: 992px) and (max-width: 1024px) {
    .col-md-4 {
        width: 33.33333333%;
    }
    .columna-admin-min-height {
        min-height: 597px;
    }
    .logo {
        width: 100%;
    }
    .menu {}
    /*     .col-md-2.md-25 {
        width: 20%;
    } */
    .servicio-small h2 {
        font-size: 18px;
        padding: 0 1px;
        color: #393F4D;
    }
    .button-breadcumb {
        display: inline-block;
        margin: 0 0 0 20px;
        font-size: 16px;
        margin-right: 0em;
    }
    .servicios-usuario .row.row-no-lateral {
        margin-top: 0;
        margin-right: 174.6px !important;
        margin-left: 174.6px !important;
    }
    .servicios-usuario .row.row-no-lateral .col-md-6 {
        line-height: 70px;
    }
    /*HEADER*/
    .navbar-header {
        width: 100%;
    }
    .navbar-nav {
        float: right;
        margin: 0;
    }
    .navbar-brand {
        padding-top: 30px !important;
        width: 25%;
    }
    .navbar-brand img {
        width: 70px;
    }
    .collapse.navbar-collapse {
        /*width: 80%;*/
        float: right;
    }
    .nav-principal>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .misdatos .nombre {
        color: #304CD1;
        display: inline;
    }
    ul.nav.navbar-nav.nav-principal {
        /*position: relative;*/
        width: 100%;
    }
    /*li.parent {
        float: right;
    }*/
    .navbar-nav>li {
        float: right;
    }
}

/* Large Devices, .visible-lg-* */

/* pantallas mmas grandes de 1200 pixeles */

@media (min-width: 1200px) {
    .logo {
        width: 100%;
    }
    .menu {}
    .columna-ralla-gris {
        min-height: 726px;
    }
    .columna-admin-min-height {
        min-height: 597px;
    }
    .button-breadcumb {
        display: inline-block;
        font-size: 16px;
        margin-right: 0em;
        padding-top: 25px;
        padding-left: 0px;
    }
    .row-descargas .button-breadcumb {
        margin: 0 0 0 0px;
    }
    .servicios-usuario .row.row-no-lateral {
        margin-top: 0;
        margin-right: 174.6px !important;
        margin-left: 174.6px !important;
        line-height: 70px;
        text-align: right;
    }
    .color-negro {
        color: black;
    }
    .breadcrumb-btn {
        padding: 0;
        padding-top: 30px;
    }
    .fechas-productos-prevista {
        width: 100% !important;
    }
    .productos-blok {
        padding: 10px;
        margin-bottom: 10px;
        background: #f9f9f9;
    }
    .productos-blok label, input {
        font-size: 14px;
    }
    .productos-blok .col-md-6 {
        padding: 0px;
    }
    /*HEADER*/
    .navbar-header {
        width: 100%;
        float: unset !important;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-brand {
        width: 25%;
        margin-right: 8%;
    }
    .navbar-brand img {
        width: 90%;
    }
    .collapse.navbar-collapse {
        float: right;
        margin-top: 0px;
        margin-left: 5px;
    }
    .misdatos .nombre {
        color: #304CD1;
        display: inline;
    }
    ul.nav.navbar-nav.nav-principal {
        /*position: relative;*/
        /*width: 100%;*/
    }
    /*li.parent {
        float: right;
    }*/
    .navbar-nav>li {
        float: right;
    }
}

/* Large Devices, .visible-lg-* */

@media (min-width: 1700px) {
    .menu {}
    article.login {
        background-size: 100% auto;
    }
    .columna-admin-min-height {
        min-height: 597px;
    }
    /*     .col-md-2.md-25 {
        width: 20%;
    } */
    .servicios-usuario .row.row-no-lateral {
        margin-top: 0;
    }
    .servicios-usuario .row.row-no-lateral .col-md-6 {
        line-height: 70px;
    }
    /*HEADER*/
    .navbar-header {
        width: 100%;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-brand img {
        width: 100%;
    }
    .collapse.navbar-collapse {
        float: right;
        margin-top: 0px;
        margin-left: 5px;
    }
    .misdatos .nombre {
        color: #304CD1;
        display: inline;
    }
    ul.nav.navbar-nav.nav-principal {
        /*position: relative;*/
    }
    width: 100%;
    /*li.parent {
        float: right;
    }*/
    .navbar-nav>li {
        float: RIGHT;
    }
}

/*  minima de ancho   */

@media (min-width: 768px) {
    .container {
        /*width: 768px;*/
        width: 100%;
    }
    .modal-dialog {
        width: 600px;
        margin: 150px auto;
    }
    .modal-dialog2 {
        width: 673px !important;
        margin: 55px auto !important;
    }
    .navbar-collapse.collapse {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-nav>li {
        float: RIGHT;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    #horarioLaboral .form-control {
        font-size: 14px;
        border-right: none;
        border-left: none;
    }
    #horarioLaboral .btn {
        font-size: 13px;
    }
    a.horarios-collapsed {
        font-size: 12px;
    }
    .horarios-info {
        font-size: 11px;
    }
    article.home, article.intervenciones, article.contacto, article.servicios-usuario {
        min-height: 800px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .horarios-info {
        font-size: 12px;
    }
}

@media (max-width: 1088px) {
    .capa-unit {
        background-size: auto 100%;
    }
    .navbar-nav>li {
        float: RIGHT;
    }
}

/* end only demo styles */

.bs-slider {
    overflow: hidden;
    max-height: 250px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, .33) inset;
}

.bs-slider>.carousel-inner>.item>img, .bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.input-group-addon:hover {
    cursor: pointer;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.carousel-control.left i:before{
    transform: rotate(180deg);
}

.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -99999px;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.indicators-line>.carousel-indicators .active {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -99999px;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    background-color: #ffffff;
}

.menu-fixed .nav-principal {
    padding: 15px;
    width: auto !important;
    margin: 0 auto !important;
}

.menu-fixed {
    display: none;
    width: auto !important;
    display: fixed !important;
    position: fixed;
    z-index: 99999;
    background: white;
    background-color: white;
    width: 100% !important;
    display: none;
}

/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    top: 0%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 0px;
    max-width: 1200px;
}

.slide-text>h1 {
    font-family: 'Poppins';
    font-weight: 700;
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 65px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: var(--theme-100) !important;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 8px 16px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover, .slide-text>a:active {
    color: #ffffff !important;
    text-decoration: none !important;
    background: var(--theme-80);
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 18px;
    }
}

/*---------- MEDIA 480px ----------*/

@media (min-width: 768px) {
    .form-inline .form-control {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .menu-fixed {
        display: none!important;
    }
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
    .navbar-collapse {
        width: 120%;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 5px;
        margin-top: 0px;
    }
    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text>a.btn-default, .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
    /* Menu responsive */
    .navbar-header {
        display: none;
        visibility: hidden;
    }
    .navbar-header-mobile {
        display: block!important;
        visibility: visible!important;
    }
    .no-show-submenus {
        display: none!important;
        visibility: hidden!important;
    }
    a.brand {
        text-align: center;
        margin: auto;
        display: block;
        line-height: .5em;
    }
    #mobile-header .inner {
        text-align: center;
    }
    #mobile-header {
        position: relative;
        z-index: 11;
    }
    #mobile-menu-toggle {
        left: 20px;
        background: url(../../img/mobile-nav-sprite.png) no-repeat;
        display: inline-block;
        width: 21px;
        position: absolute;
        top: 1.3em;
        height: 19px;
        z-index: 99;
    }
    .mobile-navbar {
        position: relative;
        background: #fff;
        z-index: 2;
        padding: 1em 30%!important;
    }
    a.brand img {
        max-height: 2.5em;
        display: inline-block;
        margin: auto;
    }
    .container {
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    .js-ready #nav {
        left: -80%;
        height: 100%;
        width: 80%;
    }
    #nav:not(:target) {
        z-index: 1;
        height: 0;
    }
    #nav {
        position: absolute;
        top: 0;
        padding-top: 0;
        border-right: 1px solid #e2e2e2;
        overflow: visible;
    }
    .js-ready #nav .block {
        background: 0 0;
    }
    #nav .block {
        position: relative;
        padding: 0;
    }
    .block {
        margin: 0 auto;
        padding: 1.5em 1.25em;
        max-width: 60em;
    }
    #mobile-header .inner, #nav .inner, #search-pullout .inner {
        padding: 1em 2em;
    }
    #nav ul#mobile-nav {
        border-top: 1px solid #dbdbdb;
        margin-top: 0;
        display: block;
        font-size: 1.0769em;
        padding: 0;
    }
    #nav ul#mobile-nav li {
        position: relative;
        margin: 0;
    }
    #nav ul#mobile-nav li {
        display: block;
        background: #e6e8e9;
        border-bottom: 1px solid #dbdbdb;
        cursor: pointer;
    }
    #nav ul#mobile-nav li a {
        padding: .85714em 2em;
    }
    #nav ul#mobile-nav li a {
        display: block;
        line-height: 1.28571em;
        outline: 0;
        color: #4a5c69;
    }
    #nav ul#mobile-nav li.haschildren span.toggle {
        background: url(../../img/downarrow_sm.png) 188px 50% no-repeat;
        display: block;
        height: 3em;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 20px);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    #nav ul#mobile-nav li.haschildren ul {
        background: #fff;
        border: none;
        margin: 0;
        padding: .5em 0;
        border-top: 1px solid #dbdbdb;
    }
    #nav ul#mobile-nav li.haschildren ul li {
        background: #fff;
        border: none;
        padding: 0;
        line-height: 1em;
    }
    #nav ul#mobile-nav li {
        position: relative;
        margin: 0;
    }
    #nav ul#mobile-nav li {
        display: block;
        background: #e6e8e9;
        border-bottom: 1px solid #dbdbdb;
        cursor: pointer;
    }
}

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

/*------------------------------------------------------*/

/* SLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDERSLIDER
/*------------------------------------------------------*/

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.spinner {
    width: 70px;
    text-align: center;
    float: left;
    margin-top: 9px;
    margin-left: 0px;
}

.spinner>div {
    width: 11px;
    height: 11px;
    background-color: #304CD1 !important;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
    animation: sk-bouncedelay 1s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#successAnimationCircle {
    stroke-dasharray: $circle-length $circle-length;
    stroke: #FFF;
}

#successAnimationCheck {
    stroke-dasharray: $check-length $check-length;
    stroke: #FFF;
}

#successAnimationResult {
    fill: #FFF;
    opacity: 0;
}

#successAnimation.animated {
    animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimationCircle {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimationCheck {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimationResult {
    animation: 0.3s linear 0.9s both fadeIn;
}


.no-data-reporting {
    font-size: 18px;
}

.obligatorios {
    text-align: right;
    display: inline-block;
    margin: 10px 0px;
    width: 100%;
    color: var(--grey-6);
}

/* CARRUSEL DE TEXTO */

.carousel-content {
    color: black;
    display: flex;
    align-items: center;
}

#text-carousel {
    width: 41%;
    padding: 0px;
    line-height: 1.7rem;
    height: unset !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
}

.carousel-control.left>i, .carousel-control.right>i {
    color: #304CD1;
}

.carousel-control {
    width: 0%;
}

div#dias-semana {
    display: flex;
    margin-bottom: 15px;
}

div#dias-semana .col {
    flex: 1;
    text-align: center;
}

.col .content {
    border: 1px solid transparent;
}

.col .content:hover {
    border: 1px solid #00a7da;
    cursor: pointer;
}

.col .content, .col .name {
    padding: 10px 0;
}

.col.selected .content {
    border: 1px solid #00a7da;
}

.col.no-disponible {
    background-color: var(--grey-4);
    cursor: not-allowed;
}

.col.no-disponible .content {
    cursor: not-allowed;
}

.col.no-disponible .content:hover {
    border: 1px solid transparent;
}

/* CARRUSEL DE TEXTO */

.horarios-info {
    color: var(--grey-7);
    font-size: 12px;
}

.rm-style-link {
    color: ##393F4D;
    font-size: 24px;
}

.seccion-izq li {
    list-style: none;
}

/* MENU RESPONSIVE */

.navbar-header-mobile {
    display: none;
    visibility: hidden;
}

/**/

.widht-100 {
    width: 100% !important;
}

.btn-cancel {
    color: #393F4D;
    border: none
}

.btn-cancel:hover {
    color: #393F4D;
    background-color: #F5F6F8;
}

.fa.fa-arrows {
    cursor: pointer;
    margin-right: 5px;
    font-size: 15px;
    color: #304CD1;
}

.item {
    height: 250px;
}

.ojo_cambiar_contrasena {
    right: 3%;
    top: 60.5%;
}

.position_relative {
    position: relative;
}

table#tableReportes.dataTable thead th.sorting .fa-sort, table#tableReportes.dataTable thead th.sorting_desc .fa-sort-up, table#tableReportes.dataTable thead th.sorting_asc .fa-sort-down {
    position: inherit;
}

.descargar-factura {
    display: block;
}

.clearBoth {
    clear: both;
}

.no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
}

/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#text-carousel .carousel-inner .item {
    height: auto;
}

#formNewPassword .back-error {
    color: white;
}

.btn-guardar-seguimiento {
    display: none !important;
}

.fa-sitemap {
    color: #404040;
    /* margin: 3px 10px 0 0; */
    padding: 5px 10px 0 0;
    font-size: 20;
}

.fa-star path{
    fill: var(--gp-yellow-100);
}

.fa-sitemap-half {
    width: 20px;
    height: 22px;
    background: url(../../img/sitemap-solid-half.png);
    background-size: 20px 22px;
    /* background-position: 10px 10px; */
    background-repeat: no-repeat;
    margin: 3px 14px;
    display: block;
}

@media all and (-ms-high-contrast:none) {
    .fa-sitemap-half {
        width: 20px;
        height: 22px;
        background: url(../../img/sitemap-solid-half.png);
        background-size: 20px 22px;
        /* background-position: 10px 10px; */
        background-repeat: no-repeat;
        margin: 5px 11px;
        display: inline-block;
    }
    /* IE10 */
    *::-ms-backdrop, .fa-sitemap-half {
        width: 20px;
        height: 22px;
        background: url(../../img/sitemap-solid-half.png);
        background-size: 20px 22px;
        /* background-position: 10px 10px; */
        background-repeat: no-repeat;
        margin: 5px 11px;
        display: inline-block;
    }
    /* IE11 */
}

.fa-spinner {
    color: #404040;
    /* margin: 3px 10px 0 0; */
    margin: 5px 10px 0 0;
    font-size: 20;
}

.seguimiento-carpeta-check {
    display: none;
}

#intervencionesDenied {
    background-color: white;
    text-align: center;
}

#intervencionesDenied .nofiles i {
    text-align: center;
    color: #FFC629;
    font-size: 100px;
    padding-bottom: 20px;
}

#downloadFileMarco {
    display: none;
}

.sDescripcion {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* Sólo WebKit -NO DOCUMENTADO */
    -ms-hyphens: auto;
    /* Guiones para separar en sílabas */
    -moz-hyphens: auto;
    /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;
}

.separate-modal{
    padding-top: 25px;
    padding-bottom: 50px;
}

.url_videos{
    width: 100%;
}

.cc-color-override--1585696931.cc-window{
    background-color: var(--info-20) !important;
    color: var(--info-100) !important;
}

.cc-color-override--1585696931 .cc-btn{
    background-color: var(--theme-100) !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.cc-color-override--1585696931 .cc-btn:hover{
     background-color: var(--theme-80) !important;
}

.f-right{
    float: right;
}



.grey-7{
    color: var(--grey-7);
}
.theme-100{
    color: var(--theme-100);
}

.titulo-1, .titulo-2, .titulo-3, .titulo-4, .titulo-5, .titulo-6, .label-1, .overline-1, .button-1{
    font-family: 'Poppins', sans-serif !important;
}
.regular-14, .regular-16, .regular-24, .medium-24, .subtitulo-1, .subtitulo-2, .caption-1{
    font-family: 'Roboto', sans-serif !important;
}
.titulo-1{
    font-size: 56px !important;
    font-weight: 400 !important;
}
.titulo-2{
    font-size: 48px !important;
    font-weight: 400 !important;
}
.titulo-3{
    font-size: 38px !important;
    font-weight: 500 !important;
}
.titulo-4{
    font-size: 32px !important;
    font-weight: 500 !important;
}
.titulo-5{
    font-size: 24px !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
}
.titulo-6{
    font-size: 20px !important;
    font-weight: 700 !important;
}
.subtitulo-1{
    font-size: 16px !important;
    font-weight: 400 !important;
}
.subtitulo-2{
    font-size: 14px !important;
    font-weight: 500 !important;
}
.regular-12{
    font-size: 12px !important;
    font-weight: 400 !important;
}
.regular-14{
    font-size: 14px !important;
    font-weight: 400 !important;
}
.regular-16{
    font-size: 16px !important;
    font-weight: 400 !important;
}
.regular-24{
    font-size: 24px !important;
    font-weight: 400 !important;
}
.medium-16{
    font-size: 16px !important;
    font-weight: 500 !important;
}
.medium-24{
    font-size: 24px !important;
    font-weight: 500 !important;
}
.caption-1{
    font-size: 12px !important;
    font-weight: 400 !important;
}
.overline-1{
    font-size: 11px !important;
    font-weight: 700 !important;
}
.button-1{
    font-size: 14px !important;
    font-weight: 700 !important;
}
.btn.dropdown-toggle{
    border: 1px solid var(--grey-5);
    box-shadow: none !important;
}

.gap-10{
    gap:10px;
}
.gap-32-16{
    gap:16px;
}
.gap-30{
    gap:30px;
}

.mt-30{
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-90{
    margin-bottom: 90px;
}

.btn-success {
    font-size: 14px !important;
    color: white !important;
    background-color: var(--theme-100) !important;
    border: none !important;
}

.btn-danger {
    font-size: 14px !important;
    color: var(--theme-100) !important;
    background-color: var(--theme-20) !important;
    border: none !important;
}
a.btn-success:hover{
    color: white !important;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: var(--grey-8) !important;
    font-family: 'Roboto', sans-serif !important;
}

select#select-idioma{
    border:1px solid var(--grey-5) !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    font-size: 12px;
}

a{
    color: var(--grey-8) !important;
    text-decoration: none !important;
}
a:hover{
    color: var(--theme-100) !important;
}

footer .row {
    background: var(--grey-1);
}

.navbar-toggler{
    border: none !important;
    box-shadow: none;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
#profile.dropdown-toggle::after{
    display: none;
}
.carousel.slide{
    height: 260px;
}
.carousel-item{
    height: 100%;
}

.intervenciones .list-group{
    box-shadow: none !important;
}

table>thead>tr>th{
    padding: 10px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--grey-7) !important;
}
table>tbody>tr>td{
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--grey-8) !important;
}
table>thead>tr>th:first-child{
    border-top-left-radius: 4px;
}
table>thead>tr>th:last-child{
    border-top-right-radius: 4px;
}
.home-content .headline-5 span {
    color: var(--theme-100);
    font-size: 20px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: var(--grey-2) !important;
    --bs-table-bg-type: var(--grey-2) !important;
}
.form-group.datepicker-form > .input-group.date:first-of-type {
    border-right: 1px solid var(--grey-5);
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border: none!important;
}
.list-group-item{
    border:none !important;
}
.table .title .regular-14 {
    color: var(--grey-7);
    margin-bottom: 0;
    font-weight: 500 !important;
}
.table a{
    color: var(--grey-8);
}

.indicador .ico{
    font-size: 40px !important;
    color: var(--theme-60) !important;
    display: inline-block;
}
.indicador .valor{
    display: inline-block;
    color: var(--grey-8) !important;
}
.indicador .clave {
    font-size: 10px !important;
    color: var(--grey-6) !important;
}

.flecha-menu {
    float: right;
    margin-top: 4px;
    opacity: 1;
    color: var(--grey-7) !important;
}
.seleccionado .flecha-menu, .flecha-menu:hover{
    color: var(--theme-100) !important;
}
.fech-cre-tit{
    color: var(--grey-7);
    font-size: 12px;
    font-weight: 400 !important;
    margin: 0 !important;
}

.fech-cre-fech{
    color: var(--grey-8);
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 16px !important;
}
.form-control, .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    color: var(--grey-8) !important;
}
.modal-body{
    color: var(--grey-7);
}
.navbar-main .navbar-collapse{
    padding-top: 21px;
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-brand img{
    padding-top: 5px;
}
.ico-titulo path{
    fill: var(--theme-100) !important;
    height: auto;
}
.ico-indicador{
    width: 36px;
    height: auto;
}
.ico-indicador path{
    fill: var(--theme-60) !important;
}
#visibility path{
    fill: var(--grey-7);
    padding-top: 5px;
}
#search path, #Calendar path, #helpcenter path, #notifications path{
    fill: var(--grey-7);
}
#folder path, #document path, #notifications-list path{
    fill: var(--theme-100);
}
#expand_circle_left{
    transform: rotate(180deg);
}

.ayuda{
    padding: 19px 15px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: var(--grey-2) !important;
    color: var(--grey-6) !important;
}
.form-control{
    border-color: var(--grey-5) !important;
}
.form-control:active{
    border-color: var(--theme-100) !important;
}
.datepicker-form input.form-control{
    font-size: 14px !important;
    color: var(--grey-6) !important;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second{
    font-weight: 300 !important;
}
.input-group-addon{
    padding: 5px 12px;
}
.horaio label{
    font-weight: 400;
}
article.login, article.home, article.contacto, article.intervenciones, article.servicios, article.servicios-usuario, article.niveles-escalado {
    min-height: 87vh;
}
#crear_banner .input-group.date.banners .input-group-addon{
    border-radius: 0px 4px 4px 0px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    width: 22em !important;
}

 /* ===== Range de dos horas en una línea ===== */
    .input-group.time-range{
        display:flex !important;
        align-items:center;
        flex-wrap:nowrap;
    }

    .input-group.time-range .input-group-prepend,
    .input-group.time-range .input-group-append{ flex:0 0 auto; }

    .input-group.time-range .input-group-text{
        height:38px;
        border-top-right-radius:0;
        border-bottom-right-radius:0;
    }

    .input-group.time-range .input-group-append .input-group-text{
        border-top-left-radius:0;
        border-bottom-left-radius:0;
        border-left:0;
    }

    .input-group.time-range .form-control.datetimepicker-input{
        flex:1 1 0;
        min-width:0;
        height:38px;
        max-width:none;          /* <- evita width:100% heredado que rompe el flex */
        box-shadow:none;
    }

    .input-group.time-range .form-control.datetimepicker-input + .form-control.datetimepicker-input{
        border-left:0;
        border-top-left-radius:0;
        border-bottom-left-radius:0;
    }

    .input-group.time-range .form-control.datetimepicker-input:last-of-type{
        border-top-right-radius:0;
        border-bottom-right-radius:0;
    }

    .btn-guardar-horario {
        background-color: #fff !important;   /* fondo blanco */
        border: 1px solid #ddd !important;   /* borde gris claro */
        color: #000 !important;              /* texto negro */
        text-align: center;                  /* texto centrado */
        font-size: 14px;
        font-weight: 400;
        border-radius: 4px;                  /* esquinas redondeadas */
        padding: 8px 12px;
        cursor: default;                     /* no parece clicable */
        box-shadow: none !important;
    }

    /* eliminar cambios al hover/focus */
    .btn-guardar-horario:hover,
    .btn-guardar-horario:focus,
    .btn-guardar-horario:active {
        background-color: #fff !important;
        color: #000 !important;
        border: 1px solid #ddd !important;
        box-shadow: none !important;
    }

    /* Quitar bordes de las cards y card-body */
    .content-formulario-datos .card,
    .content-formulario-datos .card-body {
        border: none !important;
        box-shadow: none !important;
    }

    .card,
    .card-body {
        border: none !important;
        box-shadow: none !important;
    }

    .localizaciones-collapsed {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        border: 1px solid #ced4da;   /* borde gris Bootstrap */
        border-radius: .25rem;
        background-color: #fff;      /* fondo blanco */
        color: #495057;              /* texto gris oscuro */
        text-align: left;
        text-decoration: none;
    }

    .localizaciones-collapsed:hover,
    .localizaciones-collapsed:focus {
        background-color: #fff;      /* sigue blanco al pasar el ratón */
        border-color: #80bdff;       /* azul claro estilo focus */
        outline: none;
        text-decoration: none;
    }

    .localizaciones-collapsed .right-arrow {
        float: right;   
        margin-top: 4px;
        color: #6c757d; 
    }

/* ==== RESET: quita la línea azul heredada ==== */
.navbar .nav-link,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  text-decoration: none !important;
  outline: 0 !important;
  box-shadow: none !important;      /* por si era un inset */
  border-bottom: 0 !important;
}
.navbar .nav-item,
.navbar .nav-link { position: relative !important; }

/* mata cualquier pseudo-elemento viejo que dibuje la rayita */
.navbar .nav-item::before,
.navbar .nav-item::after,
.navbar .nav-link::before,
.navbar .nav-link::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* ==== ESTILO CORRECTO: subrayado corto bajo el texto ==== */
.navbar-nav .nav-link {
  display: inline-block;           /* que mida lo que el texto */
  padding-bottom: .25rem;
}

/* usa background como subrayado (no pseudo, no se “desmadra”) */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  background-image: linear-gradient(#0d6efd, #0d6efd);
  background-size: 100% 2px;       /* ancho del enlace, 2px de grosor */
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 2px);
  color: #0d6efd;                  
}

/* Dropdown BS4 visible */
.navbar { overflow: visible !important; }
.navbar .dropdown-menu { display: none; z-index: 1080; }
.navbar .dropdown.show .dropdown-menu,
.navbar .dropdown-menu.show { display: block; }

/* Quita subrayados raros heredados */
.navbar .nav-link,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
/* Intervenciones */
.intervenciones .campos-busqueda{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  width:100%;
  margin-bottom:12px;
}

.intervenciones .campos-busqueda .campo-busqueda{
  flex:1 1 0;
  min-width:0;
}

a[data-bs-target="#confirm-delete"] {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

a[data-bs-target="#confirm-delete"] i,
.icon-trash,
.fa-solid.fa-trash.borrar,
.borrar.text-danger {
    background: transparent !important;
    color: #003b70 !important;
}

.intervenciones .campos-busqueda .input-group-buscador{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:stretch;
  width:100%;
}

#tabla-sections td,
#tabla-sections td label,
#tabla-sections td .section-label {
    color: #000 !important;
}

/* Notificaciones: igualar alternancia y separaciones con PRO */
#notificaciones {
    margin-bottom: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 1px !important; /* línea inferior muy fina */
    background: transparent !important;
}

#notificaciones thead th {
    background: #f7f7f7 !important;
    border: 0 !important;
    color: #65798f !important;
}

#notificaciones tbody tr {
    border: 0 !important;
    box-shadow: none !important;
}
/* Evita bloques extra arriba y abajo */
#notificaciones_wrapper,
.table-responsive,
.content-descargas-admin,
.content-licencias,
.table-licencias {
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}

.intervenciones .campos-busqueda .input-group-buscador .form-control{
  flex:1 1 auto;
  min-width:0;
  width:auto !important;
  border-right:0 !important;
  border-radius:4px 0 0 4px !important;
}

.intervenciones .campos-busqueda .input-group-buscador .input-group-text{
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex:0 0 44px;
  min-width:44px;
  padding:0;
  background:#fff;
  border:1px solid var(--grey-5);
  border-left:0 !important;
  border-radius:0 4px 4px 0 !important;
  color:var(--grey-8);
}

.intervenciones .campos-busqueda .input-group-buscador .input-group-text i{
  font-size:16px;
  line-height:1;
}

/* checkboxes cuadrados azules como PRO */
.intervenciones .checks-intervenciones{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.intervenciones .checks-intervenciones .check-item{
  display:flex;
  align-items:center;
}

.intervenciones .checks-intervenciones .checkbox-custom + .checkbox-custom-label{
  color:var(--grey-8);
  font-size:14px;
  font-weight:400;
  margin-bottom:0;
}

.intervenciones .checks-intervenciones .checkbox-custom + .checkbox-custom-label:before{
  width:16px;
  height:16px;
  border-radius:3px;
  margin-right:8px;
  border:1px solid var(--grey-5);
  background:#fff;
}

.intervenciones .checks-intervenciones .checkbox-custom:checked + .checkbox-custom-label:before{
  background:var(--theme-100);
  border-color:var(--theme-100);
  box-shadow:inset 0 0 0 3px #fff;
}

.intervenciones .dataTables_wrapper .dataTables_length{
  float:left !important;
  margin-bottom:10px;
}

.intervenciones .dataTables_wrapper .dataTables_info{
  clear:both;
}

@media (max-width: 1199px){
  .intervenciones .campos-busqueda{
    flex-wrap:wrap;
  }

  .intervenciones .campos-busqueda .campo-busqueda{
    width:calc(50% - 8px) !important;
    flex:0 0 calc(50% - 8px);
  }
}

@media (max-width: 767px){
  .intervenciones .campos-busqueda .campo-busqueda{
    width:100% !important;
    flex:0 0 100%;
  }
}
/* ===== Intervenciones: paginación===== */

.intervenciones #tableIntervenciones_wrapper > .row:last-child {
  display: none !important;
}

#intervenciones-paginacion {
  display: flex;
  justify-content: flex-start;
  margin-top: 14px;
}

/* paginación alineada  */
#intervenciones-paginacion .dataTables_paginate {
  float: none !important;
  text-align: left !important;
  width: auto !important;
  margin: 0 !important;
}

#intervenciones-paginacion .pagination {
  display: flex;
  justify-content: flex-start !important;
  margin: 0 !important;
}

/* Niveles de escalado: papelera en gris */
.niveles-escalado .btn-delete-nivel,
.niveles-escalado .btn-delete-nivel i {
  color: #7A8193 !important;
}

.niveles-escalado .btn-delete-nivel:hover,
.niveles-escalado .btn-delete-nivel:hover i,
.niveles-escalado .btn-delete-nivel:focus,
.niveles-escalado .btn-delete-nivel:focus i {
  color: #7A8193 !important;
}

/* Perfiles: mover paginación a la izquierda */
#perfiles_wrapper .fg-toolbar:last-of-type {
  display: none !important;
}

#perfiles-paginacion {
  display: flex;
  justify-content: flex-start;
  margin-top: 14px;
}

#perfiles-paginacion .dataTables_paginate {
  float: none !important;
  text-align: left !important;
  width: auto !important;
  margin: 0 !important;
}

#perfiles-paginacion .pagination {
  display: flex;
  justify-content: flex-start !important;
  margin: 0 !important;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
    width: 100% !important;
    min-height: 38px;
}

#datos-personales-form .mb-3 {
    margin-bottom: 1rem;
}

.fa-trash-alt.borrar {
    cursor: pointer;
    color: #003b70;
}

#servicios-paginacion,
#cambios-legales-paginacion,
#clientes-visualizacion-paginacion,
#tiered-support-paginacion,
#cursos-paginacion {
  display: flex;
  justify-content: flex-start;
  margin-top: 14px;
}

#servicios-paginacion .dataTables_paginate,
#cambios-legales-paginacion .dataTables_paginate,
#clientes-visualizacion-paginacion .dataTables_paginate,
#tiered-support-paginacion .dataTables_paginate,
#cursos-paginacion .dataTables_paginate {
  float: none !important;
  text-align: left !important;
  width: auto !important;
  margin: 0 !important;
  display: block !important;
}

#servicios-paginacion .pagination,
#cambios-legales-paginacion .pagination,
#clientes-visualizacion-paginacion .pagination,
#tiered-support-paginacion .pagination,
#cursos-paginacion .pagination {
  display: flex;
  justify-content: flex-start !important;
  margin: 0 !important;
}

#usuarios_wrapper .dataTables_paginate {
    text-align: left !important;
    float: left !important;
}

#usuarios_wrapper .pagination {
    justify-content: flex-start !important;
}

#niveles_wrapper .dataTables_paginate {
    float: left !important;
    text-align: left !important;
}

#niveles_wrapper .pagination {
    justify-content: flex-start !important;
}

#clientes-visualizacion-paginacion {
    text-align: left !important;
}

#clientes-visualizacion-paginacion .dataTables_paginate {
    float: left !important;
    text-align: left !important;
}

#clientes-visualizacion-paginacion .pagination {
    justify-content: flex-start !important;
}
.select-all-master-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
  padding-right: 8.5px;
}

.select-all-master{
  width: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  line-height: 1;
}

#select_all.checkbox-custom{
  opacity: 0 !important;
  position: absolute !important;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: 0;
  transform: translateY(-50%);
}

#select_all.checkbox-custom + .checkbox-custom-label{
  margin: 0 !important;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#select_all.checkbox-custom + .checkbox-custom-label:before{
  content: '' !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  min-height: 20px;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 2px solid #2f54eb !important;
  border-radius: 4px;
  background: #fff !important;
  box-sizing: border-box;
}

#select_all.checkbox-custom:checked + .checkbox-custom-label:before{
  background: #2f54eb !important;
  border-color: #2f54eb !important;
  box-shadow: inset 0 0 0 3px #fff !important;
}

.dataTables_length {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.dataTables_paginate {
    text-align: right !important;
    margin-top: 10px !important;
    display: block !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block !important;
}

#tableIntervenciones tbody a,
#tableIntervenciones tbody a:hover,
#tableIntervenciones tbody a:focus,
#tableIntervenciones tbody a:active {
    color: var(--grey-8) !important;
    text-decoration: none !important;
}

#tableIntervenciones tbody tr:hover a,
#tableIntervenciones tbody tr:hover td {
    color: var(--grey-8) !important;
}

#sortable i.fa-eye,
#sortable i.fa-trash-alt {
    font-size: 0.9rem;
    color: #003b70;
}

#usuarios a:hover {
    color: inherit !important;
}

.dataTables_paginate {
  text-align: left !important;
}

.dataTables_wrapper .pagination {
  justify-content: flex-start !important;
}

/* Enlaces dentro de la tabla */
table#tableIntervenciones tbody a,
table#tableIntervenciones tbody a:hover,
table#tableIntervenciones tbody a:focus,
table#tableIntervenciones tbody a:active,
table#tableIntervenciones tbody a:visited {
    color: inherit !important;
    text-decoration: none !important;
}

/* Anchura general */
.intervenciones .container {
    max-width: 95% !important;
}

/* Tabla */
.intervenciones .listado-intervenciones table#tableIntervenciones {
    width: 100% !important;
    table-layout: fixed;
}

/* Celdas */
.intervenciones .listado-intervenciones #tableIntervenciones th,
.intervenciones .listado-intervenciones #tableIntervenciones td {
    padding: 10px 12px !important;
    vertical-align: middle;
    font-size: 13px;
}

/* Cabecera con espacio para flechas */
.intervenciones .listado-intervenciones #tableIntervenciones thead th {
    position: relative;
    padding: 8px 26px 8px 12px !important; /* más espacio derecha */
}

/* Flechas DataTables */
.intervenciones .listado-intervenciones #tableIntervenciones.dataTable thead th.sorting:before,
.intervenciones .listado-intervenciones #tableIntervenciones.dataTable thead th.sorting:after,
.intervenciones .listado-intervenciones #tableIntervenciones.dataTable thead th.sorting_asc:before,
.intervenciones .listado-intervenciones #tableIntervenciones.dataTable thead th.sorting_asc:after,
.intervenciones .listado-intervenciones #tableIntervenciones.dataTable thead th.sorting_desc:before,
.intervenciones .listado-intervenciones #tableIntervenciones.dataTable thead th.sorting_desc:after {
    right: 8px !important;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

/* ------------------- */
/* COLUMNAS (CLAVE) */
/* ------------------- */

/* Intervención */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(1),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(1) {
    width: 12%;
    white-space: nowrap;
}

/* Estado */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(2),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(2) {
    width: 9%;
    white-space: nowrap;
}

/* Área → wrap */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(3),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(3) {
    width: 12%;
    white-space: normal;
    word-break: break-word;
}

/* Descripción → flexible */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(4),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(4) {
    width: 22%;
    white-space: normal;
    word-break: break-word;
}

/* Cliente */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(5),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(5) {
    width: 14%;
    white-space: normal;
    word-break: break-word;
}

/* Usuario */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(6),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(6) {
    width: 14%;
    white-space: normal;
    word-break: break-word;
}

/* Fechas */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(7),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(7),
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(8),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(8){
    width: 12%;
    white-space: nowrap; 
}
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(9),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(9) {
    width: 7%;
    white-space: nowrap;
}

/* Vinculación */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(10),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(10) {
    width: 7%;
    text-align: center;
    white-space: nowrap;
}

/* Acciones */
.intervenciones .listado-intervenciones #tableIntervenciones th:nth-child(11),
.intervenciones .listado-intervenciones #tableIntervenciones td:nth-child(11) {
    width: 40px;
    text-align: center;
    white-space: nowrap;
}

/* Altura filas */
.intervenciones .listado-intervenciones #tableIntervenciones tbody tr {
    min-height: 44px;
}

.intervenciones .campos-busqueda {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.intervenciones .campo-busqueda {
    flex: 0 0 auto;
}

.intervenciones .campo-codigo {
    width: 155px;
}

.intervenciones .campo-area {
    width: 155px;
}

.intervenciones .campo-descripcion {
    width: 210px;
}

.intervenciones .campo-usuario {
    width: 160px;
}

.intervenciones .campo-fecha {
    width: 155px;
}

.intervenciones .input-group-buscador .form-control {
    font-size: 13px;
}

.intervenciones .input-group-buscador .input-group-text {
    background: #fff;
}

.tempus-dominus-widget,
.tempus-dominus-widget.dark {
    background-color: #ffffff !important;
    color: #212529 !important;
}

.tempus-dominus-widget .dow,
.tempus-dominus-widget .day,
.tempus-dominus-widget .month,
.tempus-dominus-widget .year,
.tempus-dominus-widget .decade,
.tempus-dominus-widget .time {
    color: #212529 !important;
}

.tempus-dominus-widget .active,
.tempus-dominus-widget .selected {
    background-color: #0d6efd !important;
    color: #ffffff !important;
}

.tempus-dominus-widget .disabled,
.tempus-dominus-widget .old,
.tempus-dominus-widget .new {
    color: #adb5bd !important;
}