@charset "UTF-8";
/*ICONS*/
.icon {
    display: block;
    text-indent: -9999px;
    width: 26px !important;
    height: 26px !important;
    background-size: 26px 26px !important;
}

    .icon.icon-m {
        width: 22px !important;
        height: 22px !important;
        background-size: 22px 22px !important;
        margin-left: 8px;
    }

    .icon.dashboard {
        background: url(../img/icons/dashboard.svg);
    }

    .icon.solicitudes {
        background: url(../img/icons/solicitudes.svg);
    }

    .icon.mapas {
        background: url(../img/icons/mapas.svg);
    }

    .icon.historial {
        background: url(../img/icons/historial.svg);
    }

    .icon.certificados {
        background: url(../img/icons/certificados.svg);
    }

    .icon.certificadosGray {
        background: url(../img/icons/certificados_gray.svg);
    }

    .icon.certificadosBlue {
        background: url(../img/icons/certificadosBlue.svg);
    }

    .icon.presupuestos {
        background: url(../img/icons/presupuestos.svg);
    }

    .icon.presupuestosGray {
        background: url(../img/icons/presupuestosGray.svg);
    }

    .icon.presupuestosBlue {
        background: url(../img/icons/presupuestosBlue.svg);
    }

    .icon.cotizaciones {
        background: url(../img/icons/cotizaciones.svg);
    }

    .icon.cotizacionesGray {
        background: url(../img/icons/cotizacionesGray.svg);
    }

    .icon.cotizacionesBlue {
        background: url(../img/icons/cotizacionesBlue.svg);
    }

    .icon.contrataciones {
        background: url(../img/icons/contrataciones.svg);
    }

    .icon.contratacionesGray {
        background: url(../img/icons/contratacionesGray.svg);
    }

    .icon.contratacionesBlue {
        background: url(../img/icons/contratacionesBlue.svg);
    }

    .icon.suplementos {
        background: url(../img/icons/suplementos.svg);
    }

    .icon.suplementosGray {
        background: url(../img/icons/suplementosGray.svg);
    }

    .icon.suplementosBlue {
        background: url(../img/icons/suplementosBlue.svg);
    }

    .icon.siniestros {
        background: url(../img/icons/siniestros.svg);
    }

    .icon.siniestrosGray {
        background: url(../img/icons/siniestrosGray.svg);
    }

    .icon.siniestrosBlue {
        background: url(../img/icons/siniestrosBlue.svg);
    }

    .icon.tramite {
        background: url(../img/icons/tramite.svg);
    }

    .icon.retorno {
        background: url(../img/icons/retorno.svg);
    }

    .icon.polizasRed {
        background: url(../img/icons/polizasRed.svg);
    }

.listado .active .icon.tramite {
    background: url(../img/icons/tramite_active.svg);
}

body {
    background-color: #fff;
    overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    font-family: "Open Sans", sans-serif;
}

.font-bold,
.font-weight-bold {
    font-weight: bold !important;
}

.wrapper {
    height: calc(100vh - 115px);
    margin-top: 55px;
}

    .wrapper.inicio, .wrapper.no-footer {
        height: calc(100vh - 60px);
    }

        .wrapper.inicio .dashboard .card .card-body, .wrapper.no-footer .dashboard .card .card-body {
            max-height: calc(100vh - 155px);
        }

.ocultar {
    display: none;
}

#minimizeSidebar {
    position: absolute;
    right: 14px;
    top: 16px;
    background-color: #33729e;
    color: #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 25px;
    font-size: 20px;
}

.ajustesMarginTop {
    margin-top: -18px;
}

/*DROPDOWN SELECTOR IDIOMAS*/
.idiomas_dropdown .dropdown-toggle {
    background-color: transparent;
    border-radius: 15px;
    color: #004f86;
    font-size: 14px;
    padding: 1px 11px;
    border: 2px solid #999;
    line-height: 17px;
    margin-top: 3px;
    cursor: pointer;
    width: 60px;
    height: 24px;
}

.idiomas_dropdown .dropdown-menu {
    border: 1px solid #004f86;
    margin-top: 0;
    right: 0 !important;
    left: inherit !important;
    width: 50px;
    margin-top: 0;
    max-width: 50px;
    min-width: 50px;
}

    .idiomas_dropdown .dropdown-menu .dropdown-item {
        margin: 0px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        min-width: inherit !important;
    }

        .idiomas_dropdown .dropdown-menu .dropdown-item:hover, .idiomas_dropdown .dropdown-menu .dropdown-item:focus {
            background-color: #004f86;
        }

.navbar .idiomas_dropdown .dropdown-menu {
    margin-top: 12px !important;
}

/*LOGIN*/
.login-page {
    display: flex;
    align-items: center;
    min-height: 100vh;
    max-height: 1000px;
}

.login .wrapper {
    height: 100vh;
    margin-top: 0px;
}

.login h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}

    .login h1 span {
        color: #7fa9ca;
    }

.login .form-group .error {
    margin-left: 56px;
    font-size: 12px;
}

.login .form-group .verContrasena {
    position: absolute;
    right: 0px;
    top: 24px;
    padding: 4px;
    z-index: 999 !important;
}

.login .modal .form-group .error {
    margin-left: 43px;
}

.login .fondo {
    background-color: #004f86;
    height: 100vh;
    width: 50%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: absolute;
}

.login .card {
    background-color: transparent;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .login .card .acceso {
        background-color: #fff;
        padding-left: 52px;
    }

    .login .card .card-header .btn.btn-primary {
        background-color: #fff;
        color: #7fa9ca;
        box-shadow: none;
        border: 1px solid #7fa9ca;
        padding: 0px;
        width: 40px;
        font-weight: 600;
    }

    .login .card .card-header .card-title {
        margin-bottom: 40px;
    }

    .login .card .card-body {
        padding: 0px;
    }

        .login .card .card-body .btn.btn-lg,
        .login .card .card-body .btn-group-lg > .btn,
        .login .card .card-body .btn-group-lg .btn {
            border-radius: 0px;
            margin-left: 20px;
            width: calc(100% - 20px);
            font-size: 24px;
        }

        .login .card .card-body .input-group-text {
            color: #7fa9ca;
        }

            .login .card .card-body .input-group-text .material-icons {
                font-size: 25px;
            }

        .login .card .card-body .is-filledis-focus.input-group .bmd-label-floating,
        .login .card .card-body .is-filled .input-group .bmd-label-floating {
            font-size: 11px;
            margin-top: 0px;
        }

        .login .card .card-body .input-group .btn {
            z-index: 1;
        }

            .login .card .card-body .input-group .btn .material-icons {
                font-size: 25px;
            }

        .login .card .card-body .input-group .bmd-label-floating {
            font-size: 15px;
            color: #666 !important;
            left: 0;
        }

        .login .card .card-body .input-group-focus .bmd-label-floating {
            font-size: 11px;
        }

        .login .card .card-body .form-check {
            margin-top: 50px;
        }

            .login .card .card-body .form-check .check {
                border: 1px solid #7fa9ca;
            }

            .login .card .card-body .form-check .form-check-label {
                color: #004f86;
                font-size: 15px;
                line-height: 16px;
                font-weight: 600;
            }

            .login .card .card-body .form-check .form-check-input:checked + .form-check-sign .check {
                background-color: #fff;
                border: none !important;
            }

                .login .card .card-body .form-check .form-check-input:checked + .form-check-sign .check:before {
                    color: #004f86;
                }

            .login .card .card-body .form-check .form-check-sign .check:before {
                margin-top: -2px;
                margin-left: 8px;
            }

        .login .card .card-body img {
            position: relative;
        }

        .login .card .card-body .description {
            font-size: 15px;
            color: #004f86;
            font-weight: 600;
            margin-top: 30px;
        }

            .login .card .card-body .description a {
                text-decoration: underline;
            }

                .login .card .card-body .description a:hover {
                    color: #7fa9ca;
                }

                .login .card .card-body .description a:active {
                    color: #004f86;
                }

.login .recordarContrasena {
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

/*/LOGIN*/
/*Modal login*/
.inforecordar {
    line-height: 1.2;
    font-size: 12px;
    margin: 5px;
    border-left: 2px solid #004f86;
    padding: 0 10px;
}

.pageadvice {
    background-color: #004f86;
}

    .pageadvice .wrapper-full-page .page-header {
        padding: 0 !important;
    }

    .pageadvice h1 {
        font-weight: 400;
        font-size: 32px;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    }

    .pageadvice .card {
        margin-top: 30px !important;
        border-radius: 0px !important;
    }

        .pageadvice .card .card-header {
            background: transparent;
            border-radius: 0px !important;
            box-shadow: none !important;
        }

            .pageadvice .card .card-header .fa-exclamation-triangle,
            .pageadvice .card .card-header .fa-exclamation-circle {
                font-size: 50px;
                margin: 21px;
                color: #f44336;
            }

        .pageadvice .card .card-body p {
            color: #545454;
            font-size: 1.125em;
            font-weight: 300;
            line-height: normal;
            word-wrap: break-word;
        }

        .pageadvice .card .card-body .btn.btn-primary {
            border-radius: 0px !important;
            font-size: 16px;
        }

    .pageadvice .idiomas_dropdown {
        position: absolute;
        right: 0px;
        top: 20px;
        z-index: 9;
    }

        .pageadvice .idiomas_dropdown .dropdown-toggle {
            color: #fff;
            border-color: #fff;
            padding: 0px;
        }

.input-group-prepend {
    margin-right: -1px;
    position: absolute;
    top: 28px;
    left: -50px;
}

#cambiarContrasena .modal-dialog .modal-content {
    border-radius: 0;
}

    #cambiarContrasena .modal-dialog .modal-content .modal-header {
        border-radius: 0;
        margin: -20px 50px 20px 50px;
        background-color: #ee750b;
        padding: 15px;
        color: #fff;
    }

        #cambiarContrasena .modal-dialog .modal-content .modal-header .close {
            position: absolute;
            top: 4px;
            right: 12px;
        }

    #cambiarContrasena .modal-dialog .modal-content .modal-body .input-group-text {
        color: #7fa9ca;
    }

    #cambiarContrasena .modal-dialog .modal-content .modal-body .bmd-label-floating {
        left: 0;
    }

/*/Modal login*/
/*Sweetalert*/
.swal2-container .swal2-popup {
    border-radius: 0px;
}

    .swal2-container .swal2-popup .swal2-actions button {
        background-color: #004f86;
        border-radius: 0px !important;
        text-transform: uppercase;
        font-size: 16px;
    }

    .swal2-container .swal2-popup .swal2-styled:focus {
        box-shadow: none;
    }

/*BADGE*/
.badge {
    background-color: #fe736c;
    border-radius: 50%;
    min-width: 20px;
    min-height: 16px;
    padding: 5px;
}

    .badge:empty {
        display: none !important;
    }

/*/BADGE*/
/*SIDEBAR*/
.sidebar {
    width: 254px;
    box-shadow: none;
    z-index: 10;
    /*.nav {
		li{
			a,
			.dropdown-menu a{
				text-transform: none;
			}
		}
  }*/
}

    .sidebar .logo {
        height: 52px;
        padding: 0px;
        background-color: #ee750b;
    }

        .sidebar .logo a.logo-normal {
            margin-left: 48px;
            padding-top: 10px;
        }

            .sidebar .logo a.logo-normal span {
                visibility: hidden;
            }

        .sidebar .logo .trianguloBlanco {
            width: 0;
            height: 0;
            border-right: 36px solid transparent;
            border-top: 36px solid transparent;
            border-left: 36px solid transparent;
            border-bottom: 36px solid #fff;
            position: absolute;
            top: -36px;
            transform: rotate(90deg);
        }

        .sidebar .logo .trianguloAzul {
            width: 0;
            height: 0;
            border-right: 36px solid transparent;
            border-top: 36px solid transparent;
            border-left: 36px solid transparent;
            border-bottom: 36px solid #004f86;
            position: absolute;
            top: 33px;
            left: -34px;
            transform: rotate(-154deg);
            z-index: 1;
        }

    .sidebar .sidebar-wrapper {
        width: 254px;
        background-color: #004f86;
        height: calc(100vh - 40px);
        padding-top: 43px;
    }

        .sidebar .sidebar-wrapper .nav {
            margin-top: 30px;
        }

            .sidebar .sidebar-wrapper .nav i {
                color: #fff;
            }

                .sidebar .sidebar-wrapper .nav i.fas {
                    font-size: 18px;
                }

            .sidebar .sidebar-wrapper .nav .badge {
                margin-top: 5px;
                position: absolute;
                right: 25px;
            }

            .sidebar .sidebar-wrapper .nav li.active > [data-toggle="collapse"],
            .sidebar .sidebar-wrapper .nav li .dropdown-menu a:focus,
            .sidebar .sidebar-wrapper .nav li .dropdown-menu a:hover,
            .sidebar .sidebar-wrapper .nav li:hover > a {
                background-color: #003e8b;
                color: #fff;
            }

                .sidebar .sidebar-wrapper .nav li.active > [data-toggle="collapse"]:hover {
                    background-color: #003e8b;
                }

                .sidebar .sidebar-wrapper .nav li.active > [data-toggle="collapse"] i {
                    color: white;
                }

            .sidebar .sidebar-wrapper .nav li.active > a {
                background-color: #00a8b4;
            }

                .sidebar .sidebar-wrapper .nav li.active > a:hover {
                    background-color: #00a8b4;
                }

            .sidebar .sidebar-wrapper .nav li a,
            .sidebar .sidebar-wrapper .nav li .dropdown-menu a {
                color: #fff;
            }

            .sidebar .sidebar-wrapper .nav li a {
                margin: 0px;
            }

                .sidebar .sidebar-wrapper .nav li a:hover {
                    background-color: #003e8b;
                    border-radius: 0px;
                }

                .sidebar .sidebar-wrapper .nav li a .sidebar-normal {
                    white-space: normal !important;
                }

                .sidebar .sidebar-wrapper .nav li a i {
                    height: 26px;
                }

                .sidebar .sidebar-wrapper .nav li a .sidebar-normal {
                    line-height: 18px;
                }

            .sidebar .sidebar-wrapper .nav li .nav-item {
                min-height: 40px;
            }

                .sidebar .sidebar-wrapper .nav li .nav-item .nav-link .sidebar-normal {
                    width: 148px;
                    display: inline-block;
                }

                .sidebar .sidebar-wrapper .nav li .nav-item .nav-link .badge {
                    right: 16px;
                }

                .sidebar .sidebar-wrapper .nav li .nav-item .nav-link.active {
                    background-color: #003e8b;
                }

            .sidebar .sidebar-wrapper .nav li ul li i.fas, .sidebar .sidebar-wrapper .nav li ul li i.material-icons, .sidebar .sidebar-wrapper .nav li ul li span.fas, .sidebar .sidebar-wrapper .nav li ul li span.material-icons {
                margin-left: 7px;
                margin-right: 15px;
                width: 26px;
                line-height: 26px !important;
                text-align: center;
            }

            .sidebar .sidebar-wrapper .nav li ul li i.fas, .sidebar .sidebar-wrapper .nav li ul li span.fas {
                font-size: 14px !important;
            }

            .sidebar .sidebar-wrapper .nav li ul li i.material-icons, .sidebar .sidebar-wrapper .nav li ul li span.material-icons {
                font-size: 18px;
            }

            .sidebar .sidebar-wrapper .nav .nav {
                margin-top: 0px;
            }

@media (min-width: 991px) {
    .sidebar-mini .sidebar {
        width: 56px;
    }

        .sidebar-mini .sidebar .sidebar-wrapper {
            width: 56px;
        }

            .sidebar-mini .sidebar .sidebar-wrapper .nav li a {
                height: 46px;
                /*p .badge{
						left:0px;
					}*/
            }

        .sidebar-mini .sidebar .nav-link .sidebar-normal {
            display: none !important;
        }

        .sidebar-mini .sidebar .nav-link .badge {
            right: 6px !important;
            margin-top: 12px;
            display: none !important;
        }

        .sidebar-mini .sidebar:hover .nav-link .sidebar-normal {
            display: inline-block !important;
        }

        .sidebar-mini .sidebar:hover .nav-link .badge {
            right: 16px !important;
            margin-top: 5px;
        }

            .sidebar-mini .sidebar:hover .nav-link .badge.parent {
                right: 25px !important;
            }

    .navbar-wrapper {
        max-width: calc(100% - 570px);
    }
}

.main-panel .content {
    /*z-index: -1;
		position:absolute;
		width:100%;*/
}

.main-panel .navbar {
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 0px;
}

    .main-panel .navbar.navbar-fixed {
        height: 54px !important;
        background-color: #fff;
        width: calc(100% - 254px);
        left: 254px;
        box-shadow: none;
        padding-top: 2px;
    }

@media (max-width: 991px) {
    .main-panel .navbar.navbar-fixed {
        width: 100%;
        left: 0;
    }
}

.main-panel .navbar .container-fluid {
    padding-left: 0px;
}

.main-panel .navbar .navbar-brand {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-left: 15px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .main-panel .navbar .navbar-brand span {
        text-transform: none;
    }

.main-panel .navbar h1.navbar-brand {
    margin-bottom: initial;
}

.main-panel .navbar .notification {
    right: 3px;
    border: none;
}

    .main-panel .navbar .notification:empty {
        display: none;
    }

.main-panel .navbar .btn.btn-just-icon {
    margin-top: -5px;
    box-shadow: none;
}

    .main-panel .navbar .btn.btn-just-icon.btn-white {
        color: #8f8f8f;
    }

.main-panel .navbar .navbar-form {
    margin-right: 10px;
}

.main-panel .navbar .navbar-nav i {
    color: #8f8f8f;
    /*font-size:22px;*/
}

.main-panel .navbar .navbar-nav .nav-item:first-child {
    border-right: 2px solid #E7E7E7;
    padding-right: 6px;
}

.main-panel .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 0px 10px;
    cursor: pointer;
}

.main-panel .breadcrumb {
    background-color: transparent;
    padding-bottom: 6px;
    margin-bottom: 8px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.modal.buscador {
    left: 254px;
    top: 62px;
    width: calc(100% - 254px);
}

    .modal.buscador .modal-dialog .modal-content {
        border-radius: 0px;
        top: -100px;
        left: -199px;
        width: calc(100% + 398px);
    }

        .modal.buscador .modal-dialog .modal-content .modal-header .close i {
            font-size: 24px;
            color: #004f86;
        }

        .modal.buscador .modal-dialog .modal-content .modal-body {
            padding-top: 0px;
            margin-top: 16px;
        }

    .modal.buscador .modal-dialog .btn-fab {
        background-color: #ee750b;
    }

        .modal.buscador .modal-dialog .btn-fab i {
            color: #fff;
            font-size: 26px;
        }

    .modal.buscador .modal-dialog .btn {
        color: #666;
        padding: 4px;
    }

        .modal.buscador .modal-dialog .btn i {
            font-size: 24px;
        }

@media (min-width: 576px) {
    .modal.buscador .modal-dialog {
        max-width: calc(100% - 400px);
    }
}

.sidebar-mini .modal.buscador {
    left: 56px;
    width: calc(100% - 56px);
}

.buscadorRelativoContent {
    display: none;
}

    .buscadorRelativoContent .accordion .card-header {
        background-color: rgba(191, 212, 229, 0.2);
        border: none;
        padding: 10px;
    }

        .buscadorRelativoContent .accordion .card-header .material-icons {
            float: none;
            position: inherit;
        }

    .buscadorRelativoContent .accordion .card-collapse .card-header a {
        color: #000;
    }

.buscadorRelativoContent-block form {
    width: 100%;
}

.buscadorRelativoContent-block .acciones_buscador {
    justify-content: flex-end;
}

.buscadorRelativoContent,
.buscadorRelativoContent-block {
    padding-bottom: 25px;
    padding-left: 20px;
    margin: 0 !important;
}

    .buscadorRelativoContent .btn-fab,
    .buscadorRelativoContent-block .btn-fab {
        background-color: #ee750b;
        bottom: 12px;
    }

        .buscadorRelativoContent .btn-fab i,
        .buscadorRelativoContent .btn-fab span,
        .buscadorRelativoContent-block .btn-fab i,
        .buscadorRelativoContent-block .btn-fab span {
            color: #fff;
            font-size: 26px;
        }

    .buscadorRelativoContent .btn,
    .buscadorRelativoContent-block .btn {
        color: #666;
        box-shadow: none;
        padding: 4px;
    }

        .buscadorRelativoContent .btn.limpiar,
        .buscadorRelativoContent-block .btn.limpiar {
            color: #fff !important;
            font-size: 12px;
            margin-top: 120px;
            border: 1px solid #666;
            background-color: #666;
            border-radius: 0px;
            padding: 6px 10px;
        }

        .buscadorRelativoContent .btn.buscar,
        .buscadorRelativoContent-block .btn.buscar {
            color: #fff !important;
            font-size: 12px;
            margin-top: 4px;
            border: 1px solid #ee750b;
            background-color: #ee750b;
            border-radius: 0px;
            padding: 6px 10px;
        }

        .buscadorRelativoContent .btn i.cerrarBuscador,
        .buscadorRelativoContent-block .btn i.cerrarBuscador {
            display: none;
            font-size: 24px;
            color: #000;
        }

    .buscadorRelativoContent .bs-actionsbox .actions-btn,
    .buscadorRelativoContent-block .bs-actionsbox .actions-btn {
        background-color: #fff;
        color: #004f86;
        font-weight: bold;
        width: auto;
        text-align: left;
        font-size: 12px;
        margin-right: 20px;
    }

        .buscadorRelativoContent .bs-actionsbox .actions-btn:hover,
        .buscadorRelativoContent-block .bs-actionsbox .actions-btn:hover {
            color: #000;
        }

    .buscadorRelativoContent .content.tabs .card-nav-tabs .card-header,
    .buscadorRelativoContent-block .content.tabs .card-nav-tabs .card-header {
        width: 100%;
    }

    .buscadorRelativoContent .bootstrap-select.form-control.form-control,
    .buscadorRelativoContent-block .bootstrap-select.form-control.form-control {
        background-image: none;
    }

    .buscadorRelativoContent .bmd-form-group.form-group,
    .buscadorRelativoContent-block .bmd-form-group.form-group {
        margin: 10px 0;
    }

    .buscadorRelativoContent .bootstrap-select .dropdown-toggle .filter-option,
    .buscadorRelativoContent-block .bootstrap-select .dropdown-toggle .filter-option {
        font-size: 14px;
    }

.main-panel {
    width: calc(100% - 254px);
}

@media (max-width: 991px) {
    .main-panel {
        width: 100%;
        left: 0;
    }
}

.sidebar-mini .main-panel {
    width: calc(100% - 56px);
}

@media (min-width: 991px) {
    .sidebar-mini
    .content.tabs
    .card-nav-tabs
    .card-body
    .table-responsive
    .ps-scrollbar-x-rail {
        left: 76px !important;
    }
}

.content.tabs {
    margin-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

    .content.tabs .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
        overflow-x: hidden;
    }

    .content.tabs .card-nav-tabs {
        box-shadow: none !important;
    }

        .content.tabs .card-nav-tabs > .card-header {
            background-color: #fafcfe;
            padding-bottom: 0px;
            /* position: fixed;
          width: calc(100% - 54px);
          left: 254px;*/
            margin-top: -38px !important;
            width: 100%;
            margin-right: 0;
            left: 0 !important;
            z-index: 0 !important;
        }

            .content.tabs .card-nav-tabs > .card-header .nav-item {
                width: auto;
            }

                .content.tabs .card-nav-tabs > .card-header .nav-item .nav-link {
                    color: #666 !important;
                    border-radius: 0px;
                    font-size: 13px;
                    padding: 4px;
                    margin-top: 10px;
                    display: inline-block;
                    margin-right: 20px !important;
                }

                    .content.tabs .card-nav-tabs > .card-header .nav-item .nav-link:last-child {
                        margin-right: 0;
                    }

                    .content.tabs .card-nav-tabs > .card-header .nav-item .nav-link.active {
                        color: #00a8b4 !important;
                        border-bottom: 3px solid #00a8b4 !important;
                    }

                    .content.tabs .card-nav-tabs > .card-header .nav-item .nav-link i {
                        font-size: 20px;
                        margin-top: -4px;
                        margin-right: 10px;
                    }

                        .content.tabs .card-nav-tabs > .card-header .nav-item .nav-link i.tramite {
                            background-size: 26px 26px !important;
                            width: 26px !important;
                            height: 26px !important;
                            display: inline-block;
                        }

                    .content.tabs .card-nav-tabs > .card-header .nav-item .nav-link span {
                        font-weight: 400;
                    }

        .content.tabs .card-nav-tabs .card-body {
            background-color: #fff;
            min-height: calc(100vh - 223px);
            padding-top: 20px;
        }

            .content.tabs .card-nav-tabs .card-body .table-responsive {
                position: relative;
            }

                .content.tabs .card-nav-tabs .card-body .table-responsive .ps-scrollbar-x-rail {
                    position: fixed;
                    bottom: 60px !important;
                    left: 276px !important;
                    z-index: 2;
                }

            .content.tabs .card-nav-tabs .card-body .table {
                table-layout: fixed;
            }

                .content.tabs .card-nav-tabs .card-body .table.table-hover tbody tr:hover {
                    background-color: rgba(252, 184, 156, 0.6) !important;
                }

                .content.tabs .card-nav-tabs .card-body .table table {
                    width: 100%;
                }

                .content.tabs .card-nav-tabs .card-body .table.table-bordered th, .content.tabs .card-nav-tabs .card-body .table.table-bordered td {
                    border: 1px solid #E7E7E7;
                    border-left: 0px;
                    overflow-wrap: break-word;
                }

                    .content.tabs .card-nav-tabs .card-body .table.table-bordered th.con_dropdown {
                        padding-right: 0;
                        padding-left: 31px;
                    }

                .content.tabs .card-nav-tabs .card-body .table.table-bordered td {
                    border-top: none;
                }

                    .content.tabs .card-nav-tabs .card-body .table.table-bordered td:first-child {
                        border-left: none;
                    }

                    .content.tabs .card-nav-tabs .card-body .table.table-bordered td:last-child {
                        border-right: none;
                    }

                    .content.tabs .card-nav-tabs .card-body .table.table-bordered td.admin {
                        display: none;
                    }

                .content.tabs .card-nav-tabs .card-body .table tbody {
                    /*tr{
									&:nth-of-type(odd){
										background-color: $white;
									}
									&:nth-of-type(even){
										background-color: #f4f3f9;
									}
								}*/
                }

                    .content.tabs .card-nav-tabs .card-body .table tbody tr.par {
                        background-color: rgba(232, 227, 227, 0.21);
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody tr.collapse.show,
                    .content.tabs .card-nav-tabs .card-body .table tbody tr.collapsing {
                        background-color: #e7e7e7 !important;
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody tr.trlorange td {
                        background-color: #ffece4 !important;
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody .check {
                        position: relative;
                        z-index: 1;
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody .form-check {
                        position: relative;
                        z-index: 1;
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody input {
                        cursor: pointer;
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody input {
                        /* don't use display: none */
                        position: absolute;
                        visibility: hidden;
                        z-index: -1;
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody .checkBoxCustomize:before {
                        content: "";
                        display: inline-block;
                        vertical-align: top;
                        width: 20px;
                        height: 20px;
                        border: 1px solid #8f8f8f;
                        border-radius: 3px;
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody .checkBoxCustomize {
                        font-family: "Material Icons Outlined";
                        width: 20px;
                        height: 20px;
                        display: inline-block;
                        cursor: pointer;
                        margin-left: -2px;
                    }

                    .content.tabs .card-nav-tabs .card-body .table tbody :checked + .checkBoxCustomize:before {
                        background-color: #ee750b;
                        content: "\e5ca";
                        color: #fff;
                        font-size: 17px;
                        line-height: 20px;
                    }

                .content.tabs .card-nav-tabs .card-body .table thead {
                    background-color: #fff;
                }

                    .content.tabs .card-nav-tabs .card-body .table thead th {
                        letter-spacing: -0.5px;
                        font-size: 12px;
                        text-align: left;
                        box-shadow: 1px 1px 0 #e7e7e7;
                        position: relative;
                    }

                        .content.tabs .card-nav-tabs .card-body .table thead th.admin {
                            display: none;
                        }

                        .content.tabs .card-nav-tabs .card-body .table thead th .form-check {
                            margin-left: 1px;
                            position: relative;
                            z-index: 2;
                        }

                        .content.tabs .card-nav-tabs .card-body .table thead th .check {
                            position: relative;
                            z-index: 2;
                        }

                        .content.tabs .card-nav-tabs .card-body .table thead th .form-check-sign {
                            z-index: 9999;
                        }

                        .content.tabs .card-nav-tabs .card-body .table thead th .dropdown {
                            display: inline-block;
                            z-index: 9;
                        }

                            .content.tabs .card-nav-tabs .card-body .table thead th .dropdown a.dropdown-toggle {
                                padding: 0px 4px 0px 4px;
                                background-color: transparent;
                            }

                                .content.tabs .card-nav-tabs .card-body .table thead th .dropdown a.dropdown-toggle::after {
                                    margin-left: 0px;
                                    border-top: 0.4em solid;
                                    border-right: 0.4em solid transparent;
                                    border-bottom: 0;
                                    border-left: 0.4em solid transparent;
                                }

                        .content.tabs .card-nav-tabs .card-body .table thead th .dropdown-menu a:hover {
                            color: #fff !important;
                        }

                        .content.tabs .card-nav-tabs .card-body .table thead th .dropdown-menu .dropdown-item {
                            position: relative;
                            z-index: 2;
                        }

                            .content.tabs .card-nav-tabs .card-body .table thead th .dropdown-menu .dropdown-item:hover {
                                color: #fff !important;
                            }

                        .content.tabs .card-nav-tabs .card-body .table thead th .dropdown-item-checked::before {
                            position: absolute;
                            left: 0.4rem;
                            content: "✓";
                            font-weight: 600;
                        }

                    .content.tabs .card-nav-tabs .card-body .table thead tr {
                        background-color: #fff;
                    }

                .content.tabs .card-nav-tabs .card-body .table tbody tr {
                    cursor: pointer;
                }

                    .content.tabs .card-nav-tabs .card-body .table tbody tr td {
                        vertical-align: middle;
                        color: #000;
                        font-size: 13px;
                        letter-spacing: -0.5px;
                        text-align: left;
                        line-height: 16px;
                        padding: 8px;
                    }

                        .content.tabs .card-nav-tabs .card-body .table tbody tr td.regular {
                            letter-spacing: 0.5px;
                        }

                        .content.tabs .card-nav-tabs .card-body .table tbody tr td.mayuscula {
                            text-transform: uppercase;
                        }

                        .content.tabs .card-nav-tabs .card-body .table tbody tr td.destacado,
                        .content.tabs .card-nav-tabs .card-body .table tbody tr td .destacado {
                            font-weight: bold;
                        }

                        .content.tabs .card-nav-tabs .card-body .table tbody tr td.tiempo,
                        .content.tabs .card-nav-tabs .card-body .table tbody tr td .tiempo {
                            font-size: 16px;
                            color: #ee750b;
                        }

                        .content.tabs .card-nav-tabs .card-body .table tbody tr td .doc {
                            background-color: #33729e;
                            width: 28px;
                            height: 28px;
                            border-radius: 50%;
                            display: block;
                        }

                            .content.tabs .card-nav-tabs .card-body .table tbody tr td .doc i {
                                color: #fff;
                                width: 100%;
                                vertical-align: middle;
                            }

                        .content.tabs .card-nav-tabs .card-body .table tbody tr td i.fa-flag {
                            color: #ee750b;
                        }

                        .content.tabs .card-nav-tabs .card-body .table tbody tr td .icon {
                            display: inline-block;
                            width: 17px !important;
                            height: 17px !important;
                            background-size: 17px 17px !important;
                        }

                            .content.tabs .card-nav-tabs .card-body .table tbody tr td .icon.retorno {
                                /*position:relative;
										right:-30px;*/
                                margin-left: 6px;
                            }

                        .content.tabs .card-nav-tabs .card-body .table tbody tr td .badge {
                            width: 16px;
                            height: 16px;
                            min-width: 16px;
                            vertical-align: top;
                            margin-left: 4px;
                        }

                            .content.tabs .card-nav-tabs .card-body .table tbody tr td .badge.success {
                                background-color: #4caf50;
                            }

                            .content.tabs .card-nav-tabs .card-body .table tbody tr td .badge.warning {
                                background-color: #ff9800;
                            }

                            .content.tabs .card-nav-tabs .card-body .table tbody tr td .badge.danger {
                                background-color: #f44336;
                            }

                .content.tabs .card-nav-tabs .card-body .table .table-even {
                    background-color: #f4f3f9;
                }

                .content.tabs .card-nav-tabs .card-body .table .table-odd {
                    background-color: #fff;
                }

                .content.tabs .card-nav-tabs .card-body .table .form-check {
                    display: inline-block;
                    width: 21px;
                }

                .content.tabs .card-nav-tabs .card-body .table a {
                    cursor: pointer;
                    color: #333;
                }

                    .content.tabs .card-nav-tabs .card-body .table a.clickable {
                        height: 100%;
                        display: inline-block;
                        padding: 15px 3px;
                        font-size: 13px;
                        margin-left: 3px;
                    }

                        .content.tabs .card-nav-tabs .card-body .table a.clickable:hover {
                            /*text-shadow: 0px 2px 9px #000;*/
                            color: #ee750b;
                        }

                    .content.tabs .card-nav-tabs .card-body .table a[aria-expanded="true"] .fa-chevron-down {
                        display: none;
                    }

                    .content.tabs .card-nav-tabs .card-body .table a[aria-expanded="false"] .fa-chevron-up {
                        display: none;
                    }

                .content.tabs .card-nav-tabs .card-body .table .form-check .form-check-input:checked + .form-check-sign .check {
                    background: #fff;
                }

                    .content.tabs .card-nav-tabs .card-body .table .form-check .form-check-input:checked + .form-check-sign .check:before {
                        color: #ee750b;
                    }

                .content.tabs .card-nav-tabs .card-body .table .form-check .form-check-sign {
                    top: -14px !important;
                    left: 1px !important;
                }

                    .content.tabs .card-nav-tabs .card-body .table .form-check .form-check-sign .check {
                        border: 1px solid #8f8f8f;
                        width: 21px;
                    }

                .content.tabs .card-nav-tabs .card-body .table table.secundaria {
                    width: calc(100% - 200px);
                    width: auto;
                    margin-left: 20px;
                    min-width: 900px;
                }

                    .content.tabs .card-nav-tabs .card-body .table table.secundaria tbody tr {
                        /* background-color: $slight-gray;*/
                    }

                        .content.tabs .card-nav-tabs .card-body .table table.secundaria tbody tr:nth-of-type(2n + 1) {
                            background-color: transparent;
                        }

                        .content.tabs .card-nav-tabs .card-body .table table.secundaria tbody tr .no-border {
                            border: 1px solid transparent;
                        }

                        .content.tabs .card-nav-tabs .card-body .table table.secundaria tbody tr .small {
                            font-size: 11px;
                        }

                        .content.tabs .card-nav-tabs .card-body .table table.secundaria tbody tr:last-child:hover {
                            background-color: transparent !important;
                        }

                    .content.tabs .card-nav-tabs .card-body .table table.secundaria.table-bordered th, .content.tabs .card-nav-tabs .card-body .table table.secundaria.table-bordered td {
                        border: 1px solid #fff;
                    }

                .content.tabs .card-nav-tabs .card-body .table *[class^="order_"] {
                    vertical-align: middle;
                    cursor: pointer;
                    background-size: 21px 14px !important;
                    background-position: right 5px center !important;
                    background-repeat: no-repeat !important;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                }

                .content.tabs .card-nav-tabs .card-body .table .order_desc {
                    background-image: url(../img/icons/sortdown.svg);
                    width: 22px;
                    height: 14px;
                    background-color: transparent;
                    border: none;
                    display: inline-block;
                }

                .content.tabs .card-nav-tabs .card-body .table .order_asc {
                    background-image: url(../img/icons/sortup.svg);
                    width: 22px;
                    height: 14px;
                    background-color: transparent;
                    border: none;
                    display: inline-block;
                }

                .content.tabs .card-nav-tabs .card-body .table .order_default {
                    background-image: url(../img/icons/sortdefault.svg);
                    width: 22px;
                    height: 14px;
                    background-color: transparent;
                    border: none;
                    display: inline-block;
                }

                .content.tabs .card-nav-tabs .card-body .table .table-row:nth-child(4n + 1) {
                    background-color: rgba(232, 227, 227, 0.21);
                }

                .content.tabs .card-nav-tabs .card-body .table .table-row:nth-child(4n + 3) {
                    background-color: #fff !important;
                }

            .content.tabs .card-nav-tabs .card-body .footer-table {
                background-color: #fff;
                position: fixed;
                bottom: 0px;
                width: calc(100% - 254px);
                left: 254px;
                transition: width 0.33s;
                z-index: 9;
                height: 58px;
                border-top: 1px solid #E7E7E7;
            }

@media (max-width: 991px) {
    .content.tabs .card-nav-tabs .card-body .footer-table {
        width: 100%;
        left: 0;
    }
}

.content.tabs .card-nav-tabs .card-body .footer-table .container {
    max-width: 100%;
}

    .content.tabs .card-nav-tabs .card-body .footer-table .container .btn {
        background-color: #fff;
        color: #666 !important;
        box-shadow: none;
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

        .content.tabs .card-nav-tabs .card-body .footer-table .container .btn i {
            font-size: 22px;
            vertical-align: middle;
            margin-top: -4px;
            margin-right: 6px;
        }

    .content.tabs .card-nav-tabs .card-body .footer-table .container .dropdown.bootstrap-select.show-tick,
    .content.tabs .card-nav-tabs .card-body .footer-table .container .dropdown.bootstrap-select.show-tick .dropdown {
        width: 36px;
    }

    .content.tabs .card-nav-tabs .card-body .footer-table .container .bootstrap-select .dropdown-toggle .filter-option {
        padding-right: 0px;
        padding-left: 0px;
    }

        .content.tabs .card-nav-tabs .card-body .footer-table .container .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
            font-size: 12px;
            color: #666;
        }

    .content.tabs .card-nav-tabs .card-body .footer-table .container .dropdown-toggle::after {
        margin-left: 30px;
    }

    .content.tabs .card-nav-tabs .card-body .footer-table .container .col-form-label {
        font-size: 12px;
        color: #666;
    }

    .content.tabs .card-nav-tabs .card-body .footer-table .container .paginacion {
        font-size: 12px;
        margin-top: 14px;
    }

#tablaPpal {
    max-width: inherit;
    /* width: 2600px;*/
}

@media (min-width: 991px) {
    .sidebar-mini .footer-table {
        width: calc(100% - 60px) !important;
        left: 60px !important;
    }

    .sidebar-mini .navbar.navbar-fixed,
    .sidebar-mini .content.tabs .card-nav-tabs .card-header {
        left: 56px;
        width: calc(100% - 56px);
    }

    .sidebar-mini .card.card-nav-tabs.general .card-header.pestanas {
        margin-left: 37px !important;
    }
}
/*content*/
.content .card .card-header-primary .card-icon {
    background: #004f86;
}

.content .card .card-header-secondary .card-icon {
    background: #7fa9ca;
}

.content .card .card-header .card-category {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.content .card .card-header .card-title {
    color: #7fa9ca;
}

.content .card .card-header .icon {
    display: block;
    text-indent: -9999px;
    width: 56px;
    height: 56px;
    background-size: 56px 56px !important;
}

    .content .card .card-header .icon.certificados {
        background: url(../img/icons/certificados.svg);
    }

    .content .card .card-header .icon.presupuestos {
        background: url(../img/icons/presupuestos.svg);
    }

    .content .card .card-header .icon.cotizaciones {
        background: url(../img/icons/cotizaciones.svg);
    }

    .content .card .card-header .icon.contrataciones {
        background: url(../img/icons/contrataciones.svg);
    }

    .content .card .card-header .icon.suplementos {
        background: url(../img/icons/suplementos.svg);
    }

    .content .card .card-header .icon.siniestros {
        background: url(../img/icons/siniestros.svg);
    }

.construccion {
    color: #ee750b;
    margin-left: 40px;
    margin-top: 10px;
}

    .construccion i {
        font-size: 30px;
    }

    .construccion span {
        font-size: 24px;
        position: relative;
        top: -6px;
    }

/* FORMULARIO DETALLE */
.card-header.bg-light {
    background-color: #fafcfe;
}

.card-body.bg-white {
    background-color: #fff;
}

.bootstrap-select .btn.dropdown-toggle {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #d2d2d2;
}

    .bootstrap-select .btn.dropdown-toggle:hover {
        background-color: transparent;
    }

    .bootstrap-select .btn.dropdown-toggle .filter-option-inner-inner {
        text-transform: initial;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .bootstrap-select .btn.dropdown-toggle .filter-option-inner-inner::first-letter {
            text-transform: uppercase;
        }

.bootstrap-select .dropdown-menu ul li.disabled {
    display: none;
}

/*.dropdown-menu li a span.text {
  text-transform: lowercase;
  &::first-letter {
    text-transform: uppercase;
  }
}*/
.dropup .dropdown-toggle::after {
    color: inherit;
    margin-left: 0.5rem;
}

.formularioDetalle {
    background-color: #fff;
    padding: 20px;
    padding-top: 0px;
    /* select */
    /* check */
    /* radio */
    /* textarea */
    /* botones */
    /* observaciones */
}

    .formularioDetalle.container {
        margin-left: 0;
    }

    .formularioDetalle .jumbotron {
        background-color: rgba(191, 212, 229, 0.2);
        padding: 20px;
        margin-left: -20px;
        border-radius: 0;
    }

    .formularioDetalle h3 {
        font-size: 12px;
        color: #ee750b;
    }

        .formularioDetalle h3.titulo {
            color: #33729e;
            font-weight: bold;
            font-size: 14px;
        }

    .formularioDetalle .ico-info span {
        color: #ee750b;
        font-size: 16px;
    }

    .formularioDetalle legend, .formularioDetalle .bmd-form-group .is-filled .bmd-label-floating,
    .formularioDetalle .bmd-form-group label, .formularioDetalle .bmd-form-group:not(.has-success):not(.has-danger) [class^="bmd-label"].bmd-label-floating, .formularioDetalle .container-observaciones .tipo-label {
        font-size: 13px;
        color: #A24945;
        text-align: left;
        /*line-height: 1.1;*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
        white-space: nowrap;
    }

    .formularioDetalle .form-group.file {
        display: none;
    }

    .formularioDetalle .form-group .error {
        font-size: 12px;
        color: red;
        font-family: "Open Sans";
        font-weight: bold;
    }

    .formularioDetalle .bmd-form-group .is-filled .bmd-label-floating.infoTooltip,
    .formularioDetalle .bmd-form-group label.infoTooltip {
        pointer-events: visiblefill;
        z-index: 1;
    }

        .formularioDetalle .bmd-form-group .is-filled .bmd-label-floating.infoTooltip a,
        .formularioDetalle .bmd-form-group label.infoTooltip a {
            margin-left: 14px;
            position: relative;
            top: 2px;
        }

    .formularioDetalle .bmd-form-group.disabled .form-control {
        color: #8f8f8f;
        /* background-image: none;*/
    }

    .formularioDetalle .bmd-form-group.form-group {
        margin: 10px 0;
    }

    .formularioDetalle .bmd-form-group.disabled.dark .form-control {
        color: #000;
    }

    .formularioDetalle .form-control,
    .formularioDetalle .bootstrap-select .dropdown-toggle .filter-option {
        font-size: 14px;
        color: #000;
    }

    .formularioDetalle .form-check .bmd-label-floating {
        color: #000;
        line-height: 14px;
    }

    .formularioDetalle .form-check-label {
        color: #000;
        line-height: 13px;
        padding-left: 30px;
    }

    .formularioDetalle fieldset {
        text-align: left;
        margin-top: 10px;
    }

    .formularioDetalle .bootstrap-select.form-control.form-control {
        background-image: none;
    }

    .formularioDetalle .bootstrap-select .dropdown-toggle {
        padding-right: 4px;
    }

        .formularioDetalle .bootstrap-select .dropdown-toggle.btn {
            text-transform: none;
        }

        .formularioDetalle .bootstrap-select .dropdown-toggle.select-with-transition {
            background-image: linear-gradient(to top, #004f86 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
        }

        .formularioDetalle .bootstrap-select .dropdown-toggle .filter-option {
            padding-left: 0;
        }

    .formularioDetalle .bootstrap-select .btn {
        padding-top: 4px;
        margin: 0.3125rem 1px;
    }

    .formularioDetalle .bootstrap-select .no-results {
        display: none;
    }

    .formularioDetalle .bootstrap-select .bs-searchbox {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }

    .formularioDetalle .form-check .form-check-input:checked + .form-check-sign .check {
        background-color: #fff;
        border-color: #ee750b;
    }

        .formularioDetalle .form-check .form-check-input:checked + .form-check-sign .check::before {
            color: #ee750b;
        }

    .formularioDetalle .form-check.form-check-radio .form-check-label {
        padding-left: 32px;
        line-height: 24px;
    }

        .formularioDetalle .form-check.form-check-radio .form-check-label .circle {
            height: 21px;
            width: 21px;
        }

            .formularioDetalle .form-check.form-check-radio .form-check-label .circle .check {
                background-color: #ee750b;
                height: 21px;
                width: 21px;
            }

            .formularioDetalle .form-check.form-check-radio .form-check-label .circle:before {
                height: 21px;
                width: 21px;
            }

    .formularioDetalle .form-check.form-check-radio .form-check-input:checked ~ .circle {
        border-color: #ee750b;
    }

        .formularioDetalle .form-check.form-check-radio .form-check-input:checked ~ .circle .check {
            transform: scale3d(0.5, 0.5, 1);
        }

    .formularioDetalle textarea.form-control {
        width: 100%;
        margin-top: 0.5rem !important;
        min-height: 100px;
    }

    .formularioDetalle .btn.btn-primary {
        background-color: #ee750b;
        border-color: #ee750b;
    }

    .formularioDetalle .btn.btn-default {
        background-color: #5f6179;
        border-color: #5f6179;
    }

    .formularioDetalle .btn.btn-outline {
        text-transform: none;
        font-size: 14px;
    }

    .formularioDetalle .btn.btn-outline,
    .formularioDetalle .btn.anadir,
    .formularioDetalle .btn.acciones {
        padding: 8px 12px;
        background-color: transparent;
        font-weight: bold;
        box-shadow: none;
    }

    .formularioDetalle .btn.out-secondary {
        color: #5f6179;
        border: 1px solid #5f6179;
    }

        .formularioDetalle .btn.out-secondary:hover {
            box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
        }

    .formularioDetalle .btn.out-primary,
    .formularioDetalle .btn.anadir,
    .formularioDetalle .btn.acciones {
        color: #ee750b;
        border: 1px solid #ee750b;
        /*margin-top: -10px;*/
        /*border-radius: 0;*/
    }

        .formularioDetalle .btn.out-primary:hover,
        .formularioDetalle .btn.anadir:hover,
        .formularioDetalle .btn.acciones:hover {
            box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
        }

        .formularioDetalle .btn.out-primary .fas,
        .formularioDetalle .btn.anadir .fas,
        .formularioDetalle .btn.acciones .fas {
            margin-left: 0;
            color: #ee750b;
        }

    .formularioDetalle .btn.btn-outline.out-primary:active:hover,
    .formularioDetalle .btn.btn-outline.out-primary:active:focus {
        color: #ee750b;
        border-color: #ee750b;
    }

    .formularioDetalle .btn.eliminar {
        padding: 8px 12px;
        background-color: transparent;
        color: #666;
        border: 1px solid #666;
        font-weight: bold;
        display: none;
        /*border-radius: 0;*/
        box-shadow: none;
    }

        .formularioDetalle .btn.eliminar:hover {
            box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
        }

        .formularioDetalle .btn.eliminar .fas {
            margin-left: 0;
            color: #666;
        }

    .formularioDetalle #masCentros .btn.eliminar {
        display: inline-block;
    }

    .formularioDetalle .btn.btBorrarFecha {
        color: #666;
        box-shadow: none;
        padding: 4px;
        background-color: transparent;
    }

        .formularioDetalle .btn.btBorrarFecha i {
            font-size: 18px;
        }

    .formularioDetalle .the-count {
        width: 100%;
        font-size: 12px;
        color: #8f8f8f;
    }

    .formularioDetalle .accordion .card-collapse .card-header {
        width: 100%;
        position: inherit;
        left: 0px;
        margin-top: 0px !important;
        background-color: #ffece4;
        border: none;
        padding: 10px;
        z-index: 0 !important;
    }

        .formularioDetalle .accordion .card-collapse .card-header a {
            color: #000;
            font-weight: bold;
        }

            .formularioDetalle .accordion .card-collapse .card-header a i {
                float: none;
                position: inherit;
            }

    .formularioDetalle .accordion .card-collapse .card-body {
        padding-top: 20px;
        padding-left: 36px;
        padding-right: 36px;
        min-height: auto;
    }

    .formularioDetalle .container-observaciones .form-check {
        margin-right: 35px;
    }

        .formularioDetalle .container-observaciones .form-check:last-of-type {
            margin-right: 0;
        }

        .formularioDetalle .container-observaciones .form-check.label-all {
            content: " ";
            background-color: #f7dedf;
            width: 9px;
            height: 18px;
            position: absolute;
            top: -3px;
            right: 0;
        }

        .formularioDetalle .container-observaciones .form-check .form-check-label {
            font-size: 13px;
            line-height: 13px;
            padding-left: 25px;
            padding-right: 30px;
            margin-bottom: 1rem;
        }

            .formularioDetalle .container-observaciones .form-check .form-check-label .circle {
                height: 19px;
                width: 19px;
                top: -4px;
            }

                .formularioDetalle .container-observaciones .form-check .form-check-label .circle .check {
                    height: 19px;
                    width: 19px;
                }

            .formularioDetalle .container-observaciones .form-check .form-check-label::after {
                content: " ";
                width: 18px;
                height: 18px;
                position: absolute;
                top: -3px;
                right: 0;
            }

            .formularioDetalle .container-observaciones .form-check .form-check-label.lbl-interna::after {
                background-color: #ddefe7;
            }

            .formularioDetalle .container-observaciones .form-check .form-check-label.lbl-externa::after {
                background-color: #f7dedf;
            }

            .formularioDetalle .container-observaciones .form-check .form-check-label.lbl-all::after {
                background: linear-gradient(to right, #ddefe7 0%, #ddefe7 50%, #f7dedf 51%, #f7dedf 100%);
            }

    .formularioDetalle .listado-observaciones > li {
        border-bottom: 1px solid #fff;
    }

        .formularioDetalle .listado-observaciones > li .observacion {
            padding: 40px 35px 35px 15px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .formularioDetalle .listado-observaciones > li .observacion.interna {
                background-color: #ddefe7;
            }

            .formularioDetalle .listado-observaciones > li .observacion.externa {
                background-color: #f7dedf;
            }

            .formularioDetalle .listado-observaciones > li .observacion .departamento {
                color: #004f86;
                font-size: 12px;
                margin-bottom: 0px;
            }

            .formularioDetalle .listado-observaciones > li .observacion .autor {
                font-size: 12px;
            }

            .formularioDetalle .listado-observaciones > li .observacion .fecha {
                color: #5f6179;
                font-size: 12px;
                font-weight: 500;
            }

            .formularioDetalle .listado-observaciones > li .observacion .titulo-documentos {
                color: #666;
                font-size: 12px;
            }

            .formularioDetalle .listado-observaciones > li .observacion .filenames li {
                width: 47%;
            }

    .formularioDetalle .js-upload-finished .alert {
        display: none;
    }

        .formularioDetalle .js-upload-finished .alert h5 {
            color: #fff;
            margin-bottom: 0px;
            text-align: center;
        }

        .formularioDetalle .js-upload-finished .alert#error-alert {
            background-color: #fe736c;
        }

        .formularioDetalle .js-upload-finished .alert#success-alert {
            background-color: #00a8b4;
        }

    .formularioDetalle #dummyFileList {
        list-style-type: none;
        padding-left: 0px;
        width: 100%;
    }

        .formularioDetalle #dummyFileList li {
            display: inline-block;
            margin-right: 18px;
        }

        .formularioDetalle #dummyFileList .isDisabled {
            color: currentColor;
            cursor: not-allowed;
            opacity: 0.5;
            text-decoration: none;
        }

        .formularioDetalle #dummyFileList .deleteFile {
            float: left;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: #ee750b;
            margin-right: 5px;
            opacity: 1;
            margin-top: 2px;
        }

.footer-formularioDetalle {
    background-color: #cad4df;
    position: fixed;
    bottom: 0px;
    width: calc(100% - 254px);
    left: 254px;
    transition: width 0.33s;
    z-index: 9;
    height: auto;
    min-height: 84px;
    line-height: 84px;
    /*height: $footerHeight;*/
    border-top: 1px solid #E7E7E7;
}

    .footer-formularioDetalle .list-inline {
        margin-bottom: 0;
    }

    .footer-formularioDetalle .list-inline-item {
        margin: 0;
    }

        .footer-formularioDetalle .list-inline-item .btn {
            padding: 12px;
        }

@media (max-width: 991px) {
    .footer-formularioDetalle {
        width: 100%;
        left: 0;
    }
}

.footer-formularioDetalle .btn.btn-primary {
    background-color: #ee750b;
    border-color: #ee750b;
}

    .footer-formularioDetalle .btn.btn-primary.dropdown-toggle.dropdown-toggle-split {
        background-color: #cc6600;
        padding: 12px 17px;
    }

        .footer-formularioDetalle .btn.btn-primary.dropdown-toggle.dropdown-toggle-split::after {
            color: #fff;
        }

    .footer-formularioDetalle .btn.btn-primary:active:hover,
    .footer-formularioDetalle .btn.btn-primary:active:focus,
    .footer-formularioDetalle .btn.btn-primary:active.focus,
    .footer-formularioDetalle .btn.btn-primary.active:hover,
    .footer-formularioDetalle .btn.btn-primary.active:focus,
    .footer-formularioDetalle .btn.btn-primary.active.focus,
    .footer-formularioDetalle .open > .btn.btn-primary.dropdown-toggle:hover,
    .footer-formularioDetalle .open > .btn.btn-primary.dropdown-toggle:focus,
    .footer-formularioDetalle .open > .btn.btn-primary.dropdown-toggle.focus,
    .footer-formularioDetalle .show > .btn.btn-primary.dropdown-toggle:hover,
    .footer-formularioDetalle .show > .btn.btn-primary.dropdown-toggle:focus,
    .footer-formularioDetalle .show > .btn.btn-primary.dropdown-toggle.focus,
    .footer-formularioDetalle .btn-primary:not(:disabled):not(.disabled):active,
    .footer-formularioDetalle .btn-primary:not(:disabled):not(.disabled).active,
    .footer-formularioDetalle .show > .btn-primary.dropdown-toggle {
        background-color: #ee750b;
        border-color: #ee750b;
    }

.footer-formularioDetalle .dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #ee750b;
}

    .footer-formularioDetalle .dropdown-menu .dropdown-item {
        margin-right: 0;
        margin-left: 0;
        border-radius: 0;
    }

        .footer-formularioDetalle .dropdown-menu .dropdown-item:hover, .footer-formularioDetalle .dropdown-menu .dropdown-item:focus,
        .footer-formularioDetalle .dropdown-menu .dropdown-item a:hover,
        .footer-formularioDetalle .dropdown-menu .dropdown-item a:focus,
        .footer-formularioDetalle .dropdown-menu .dropdown-item a:active {
            background-color: #ee750b;
            box-shadow: none;
        }

.footer-formularioDetalle .btn.btn-default {
    background-color: #5f6179;
    border-color: #5f6179;
}

@media (min-width: 991px) {
    .sidebar-mini .footer-formularioDetalle {
        width: calc(100% - 56px) !important;
        left: 56px !important;
    }
}
/*FILE UPLOAD*/
.card.documentacion {
    box-shadow: none;
    border: 2px dashed #cad4df;
    border-radius: 0px;
    /* skin.css Style*/
}

    .card.documentacion .upload-drop-zone {
        height: 100px;
    }

    .card.documentacion .upload-drop-zone {
        color: #8f8f8f;
        text-align: center;
        font-size: 12px;
    }

        .card.documentacion .upload-drop-zone.drop {
            color: #666;
        }

    .card.documentacion .card-body {
        background-color: #f8fcff !important;
        min-height: inherit !important;
        padding-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

        .card.documentacion .card-body i {
            font-size: 46px;
            display: block;
            margin-top: 20px;
            margin-bottom: 10px;
            cursor: pointer;
        }

.filenames {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}

    .filenames li {
        list-style-type: none;
        width: 47%;
        margin-right: 2%;
        display: inline-block;
        margin-bottom: 4px;
    }

        .filenames li .badge {
            color: #fff;
            background-color: #004f86;
            border-radius: 5px;
            vertical-align: middle;
            margin-right: 6px;
            font-size: 12px;
            width: 43px;
        }

        .filenames li a.filename {
            font-weight: bold;
            font-size: 13px;
            width: calc(100% - 200px);
            display: inline-block;
            vertical-align: middle;
            color: #000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .filenames li a.filename:hover {
                color: #004f86;
            }

        .filenames li .filesize {
            margin-left: 4px;
            color: #8f8f8f;
            text-align: right;
            width: 63px;
            display: inline-block;
            vertical-align: middle;
        }

        .filenames li .btn {
            color: #ee750b;
            background-color: transparent;
            box-shadow: none;
            padding: 0px;
            font-size: 18px;
            margin-left: 10px;
        }

            .filenames li .btn.ver {
                margin-left: 0pc;
                margin-right: 10px;
                width: 27px;
            }

button.nuevo.btn.btn-fab {
    background-color: #ee750b;
    font-size: 15px;
    position: fixed;
    bottom: 75px;
    right: 30px;
    z-index: 3;
}

/*DASHBOARD*/
.dashboard {
    margin-top: 0px !important;
    padding: 0px !important;
}

    .dashboard .container-fluid {
        background-color: #fff;
        height: calc(100vh - 62px);
        padding-top: 16px;
        /*overflow: auto;*/
        margin-top: 0px;
    }

    .dashboard .btn.ver {
        background-color: transparent;
        box-shadow: none;
        padding: 0px 4px;
        font-size: 13px;
    }

    .dashboard .card {
        margin-bottom: 10px;
        border-radius: 0px;
    }

        .dashboard .card .card-header .icon {
            width: 30px !important;
            height: 30px !important;
            background-size: 30px !important;
            display: inline-block;
            vertical-align: middle;
            margin-top: -6px;
        }

        .dashboard .card .card-header .card-title {
            margin-bottom: 0px;
        }

            .dashboard .card .card-header .card-title span {
                width: calc(100% - 62px);
                display: inline-block;
                line-height: 15px;
                font-size: 13px;
            }

        .dashboard .card .texto-largo {
            padding-top: 11px;
            padding-bottom: 11px;
            margin-top: -15px;
        }

            .dashboard .card .texto-largo .icon {
                margin-top: -18px;
            }

        .dashboard .card .card-header-primary .card-text {
            background: #004f86;
            border-radius: 0px;
            height: 50px;
            box-shadow: none;
        }

            .dashboard .card .card-header-primary .card-text .card-title {
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }

        .dashboard .card .card-header-secondary .card-text {
            background: #7fa9ca;
            border-radius: 0px;
            height: 50px;
        }

            .dashboard .card .card-header-secondary .card-text .card-title {
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }

        .dashboard .card .card-header-pendientes .card-text {
            background-color: #fe736c;
            border-radius: 0px;
            padding: 4px 15px;
            margin-top: -20px;
            height: 50px;
        }

            .dashboard .card .card-header-pendientes .card-text .card-title {
                color: #fff;
                margin-top: 6px;
                font-size: 15px;
            }

            .dashboard .card .card-header-pendientes .card-text i {
                font-size: 17px;
            }

        .dashboard .card .card-body {
            padding-top: 0px;
            max-height: calc(100vh - 200px);
            overflow: auto;
            padding-bottom: 8px;
            min-height: 180px;
        }

            .dashboard .card .card-body ul {
                list-style-type: none;
                padding-left: 0px;
            }

                .dashboard .card .card-body ul li {
                    padding-bottom: 20px;
                    padding-top: 20px;
                    border-bottom: 1px solid #E7E7E7;
                }

                    .dashboard .card .card-body ul li a {
                        display: block;
                    }

                        .dashboard .card .card-body ul li a:hover {
                            background-color: rgba(191, 212, 229, 0.2);
                            transition: background-color 300ms linear;
                        }

                    .dashboard .card .card-body ul li .icon {
                        display: inline-block;
                        vertical-align: top;
                        margin-top: 0px;
                    }

                    .dashboard .card .card-body ul li .datos {
                        display: inline-block;
                        font-size: 12px;
                        width: calc(100% - 50px);
                        color: #000;
                    }

                        .dashboard .card .card-body ul li .datos .fecha {
                            display: inline-block;
                            color: #8f8f8f;
                            /*width: calc(100% - 58px);*/
                            width: 25%;
                        }

                            .dashboard .card .card-body ul li .datos .fecha span {
                                text-transform: uppercase;
                                font-weight: bold;
                            }

                        .dashboard .card .card-body ul li .datos .hora {
                            display: inline-block;
                            font-weight: bold;
                        }

                        .dashboard .card .card-body ul li .datos .vencimiento {
                            display: inline-block;
                            width: 73%;
                            font-weight: bold;
                        }

                            .dashboard .card .card-body ul li .datos .vencimiento .tiempo {
                                font-size: 13px;
                                color: #ee750b;
                            }

                        .dashboard .card .card-body ul li .datos .texto {
                            line-height: 16px;
                            margin-top: 10px;
                        }

                            .dashboard .card .card-body ul li .datos .texto span {
                                font-weight: bold;
                            }

                        .dashboard .card .card-body ul li .datos .usuario {
                            display: inline-block;
                            font-weight: bold;
                            font-size: 13px;
                            color: #004f86;
                        }

                        .dashboard .card .card-body ul li .datos .badge {
                            min-width: 14px;
                            width: 14px;
                            min-height: 14px;
                            height: 14px;
                            position: relative;
                            top: 3px;
                            left: 10px;
                        }

                            .dashboard .card .card-body ul li .datos .badge.success {
                                background-color: #4caf50;
                            }

                            .dashboard .card .card-body ul li .datos .badge.warning {
                                background-color: #ff9800;
                            }

                            .dashboard .card .card-body ul li .datos .badge.danger {
                                background-color: #f44336;
                            }

                .dashboard .card .card-body ul.lista1 {
                    border-bottom: 1px solid #E7E7E7;
                    margin-top: 10px;
                    padding-bottom: 10px;
                    margin-bottom: 10px;
                }

                    .dashboard .card .card-body ul.lista1 .borradores {
                        color: #f3c114;
                    }

                    .dashboard .card .card-body ul.lista1 .pendientes {
                        color: #fe736c;
                    }

                    .dashboard .card .card-body ul.lista1 .transito {
                        color: #004f86;
                    }

                .dashboard .card .card-body ul.lista2 {
                    margin-top: 0px;
                }

                    .dashboard .card .card-body ul.lista1 li,
                    .dashboard .card .card-body ul.lista2 li {
                        border-bottom: none;
                        color: #8f8f8f;
                        font-size: 13px;
                        padding-top: 0px;
                        padding-bottom: 0px;
                        line-height: 22px;
                    }

                    .dashboard .card .card-body ul.lista1 .texto,
                    .dashboard .card .card-body ul.lista2 .texto {
                        width: calc(100% - 60px);
                        display: inline-block;
                        color: #8f8f8f;
                    }

                    .dashboard .card .card-body ul.lista1 .numero,
                    .dashboard .card .card-body ul.lista2 .numero {
                        font-weight: bold;
                        font-size: 14px;
                        float: right;
                    }

            .dashboard .card .card-body .btn.ver {
                color: #666;
                font-size: 12px;
            }

                .dashboard .card .card-body .btn.ver i {
                    margin-right: 2px;
                }

            .dashboard .card .card-body.vacio {
                text-transform: uppercase;
                display: flex;
                align-items: center;
                margin: 0 auto;
                text-align: center;
                color: #8f8f8f;
                font-size: 13px;
                width: calc(100% - 58px);
            }

                .dashboard .card .card-body.vacio p {
                    margin: 0 auto;
                }

    .dashboard button.nuevo.btn.btn-fab {
        bottom: 15px;
    }

/* Mis planes */
.wrapper.Segurinicio {
    height: 100%;
}

.content.planes {
    margin-top: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* administración */
    /* fin de administración */
}

    .content.planes .container-fluid {
        padding-top: 0;
        padding-left: 5px;
        /*overflow: auto;*/
    }

        .content.planes .container-fluid .dataTables_filter {
            display: none;
        }

    .content.planes .table {
        width: calc(100% - 10px);
        /*table-layout:fixed;*/
    }

        .content.planes .table thead {
            background-color: #fff;
        }

            .content.planes .table thead th {
                letter-spacing: -0.5px;
                font-size: 12px;
                text-align: left;
                cursor: pointer;
                padding-left: 10px !important;
                box-shadow: 1px 1px 0 #e7e7e7;
            }

        .content.planes .table tbody tr {
            height: 40px;
            cursor: pointer;
        }

            .content.planes .table tbody tr td {
                vertical-align: middle;
                color: #000;
                font-size: 13px;
                letter-spacing: -0.5px;
                text-align: left;
                line-height: 16px;
                padding-left: 10px !important;
                padding-right: 10px !important;
                overflow-wrap: break-word;
                position: relative;
            }

                .content.planes .table tbody tr td .nav-link span.fas {
                    color: #8f8f8f;
                }

        .content.planes .table.table-hover tbody tr:hover {
            background-color: rgba(252, 184, 156, 0.6) !important;
        }

        .content.planes .table.table-bordered th {
            border: 1px solid #E7E7E7;
        }

        .content.planes .table.table-bordered td {
            border-color: #E7E7E7;
        }

        .content.planes .table.table-striped tbody tr:nth-of-type(odd) {
            background-color: rgba(232, 227, 227, 0.21);
        }

        .content.planes .table .icon.sort {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            width: 14px !important;
            height: 14px !important;
            background-size: 14px 14px !important;
        }

        .content.planes .table .nosort .icon.sort {
            background: url(../img/icons/sortdefault.svg);
        }

        .content.planes .table .down.sorted .icon.sort {
            background: url(../img/icons/sortdown.svg);
        }

        .content.planes .table .up.sorted .icon.sort {
            background: url(../img/icons/sortup.svg);
        }

        .content.planes .table *[class^="order_"] {
            vertical-align: middle;
            cursor: pointer;
            background-size: 21px 14px !important;
            background-position: right 5px center !important;
            background-repeat: no-repeat !important;
        }

        .content.planes .table .order_default {
            background-image: url(../img/icons/sortdefault.svg);
            width: 22px;
            height: 14px;
            background-color: transparent;
            border: none;
            display: inline-block;
            margin-left: 6px;
        }

        .content.planes .table .order_desc {
            background-image: url(../img/icons/sortdown.svg);
            width: 22px;
            height: 14px;
            background-color: transparent;
            border: none;
            display: inline-block;
            margin-left: 6px;
        }

        .content.planes .table .order_asc {
            background-image: url(../img/icons/sortup.svg);
            width: 22px;
            height: 14px;
            background-color: transparent;
            border: none;
            display: inline-block;
            margin-left: 6px;
        }

    .content.planes .footer-table {
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        width: calc(100% - 254px);
        left: 254px;
        transition: width 0.33s;
        z-index: 9;
        height: 58px;
        border-top: 1px solid #E7E7E7;
    }

@media (max-width: 991px) {
    .content.planes .footer-table {
        width: 100%;
        left: 0;
    }
}

.content.planes .footer-table .container {
    max-width: 100%;
}

    .content.planes .footer-table .container .btn {
        background-color: #fff;
        color: #666 !important;
        box-shadow: none;
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

        .content.planes .footer-table .container .btn i {
            font-size: 22px;
            vertical-align: middle;
            margin-top: -4px;
            margin-right: 6px;
        }

    .content.planes .footer-table .container .dropdown.bootstrap-select.show-tick,
    .content.planes .footer-table .container .dropdown.bootstrap-select.show-tick .dropdown {
        width: 36px;
    }

    .content.planes .footer-table .container .bootstrap-select .dropdown-toggle .filter-option {
        padding-right: 0px;
        padding-left: 0px;
    }

        .content.planes .footer-table .container .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
            font-size: 12px;
            color: #666;
        }

    .content.planes .footer-table .container .dropdown-toggle::after {
        margin-left: 30px;
    }

    .content.planes .footer-table .container .col-form-label {
        font-size: 12px;
        color: #666;
        padding: 17px 5px 0 0;
        text-align: right;
    }

    .content.planes .footer-table .container .paginacion {
        font-size: 12px;
        margin-top: 14px;
    }

.content.planes .table.no-cursor thead th {
    cursor: default;
}

.content.planes .table.no-cursor tbody tr {
    cursor: default;
}

.content.planes .dropdown-menu .dropdown-item:hover,
.content.planes .dropdown-menu .dropdown-item:focus,
.content.planes .dropdown-menu a:hover {
    color: #fff !important;
}

.content.planes .badge {
    width: 16px;
    height: 16px;
    min-width: 16px;
    vertical-align: top;
    margin-left: 4px;
}

    .content.planes .badge.success {
        background-color: #4caf50;
    }

    .content.planes .badge.warning {
        background-color: #ff9800;
    }

    .content.planes .badge.danger {
        background-color: #f44336;
    }

.content.planes .vh-total {
    height: calc(100vh - 172px);
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute;
        top: 6px;
        right: 8px;
        display: block;
        font-family: "Font Awesome 5 Free";
        /* here is the correct font-family */
        font-style: normal;
        font-weight: 900;
        text-decoration: inherit;
        font-size: 14px;
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc";
        color: #8f8f8f;
        font-size: 0.8em;
        padding-top: 0.12em;
        font-size: 14px;
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0de";
        color: #000;
        opacity: 1;
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd";
        color: #000;
        opacity: 1;
    }

/*TOOLTIP*/
.tooltip .tooltip-inner {
    background-color: #cfd5da;
    color: #000;
}

.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #cfd5da;
}

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #cfd5da;
}

/*TABS SUPERIORES GENERAL*/
.general .content {
    z-index: -1;
    position: absolute;
    width: 100%;
}

.card.card-nav-tabs.general {
    /* position: fixed;
      z-index: 9;*/
    box-shadow: none;
}

    .card.card-nav-tabs.general .card-header {
        margin-left: 234px;
        padding-top: 0px;
    }

        .card.card-nav-tabs.general .card-header .nav-tabs .nav-item .btn {
            background-color: transparent;
            padding: 0px;
            box-shadow: none;
            margin-left: 20px;
            height: 12px;
            margin-top: -2px;
        }

            .card.card-nav-tabs.general .card-header .nav-tabs .nav-item .btn i {
                color: #000;
                vertical-align: top;
            }

            .card.card-nav-tabs.general .card-header .nav-tabs .nav-item .btn#dropdownMenuButton {
                background-color: #8f8f8f;
                width: 44px;
                height: 44px;
                margin-left: 2px;
                margin-top: 0px;
                border-radius: 0px;
            }

                .card.card-nav-tabs.general .card-header .nav-tabs .nav-item .btn#dropdownMenuButton i {
                    color: #fff;
                    font-size: 14px;
                    padding-top: 0px;
                }

        .card.card-nav-tabs.general .card-header .nav-tabs .nav-item .dropdown-toggle::after {
            display: none !important;
        }

        .card.card-nav-tabs.general .card-header .nav-tabs .nav-item.hide {
            display: none;
        }

        .card.card-nav-tabs.general .card-header .nav-tabs .nav-item.show {
            display: inline-block;
        }

        .card.card-nav-tabs.general .card-header .nav-tabs .nav-item .dropdown.overflow {
            display: none;
        }

            .card.card-nav-tabs.general .card-header .nav-tabs .nav-item .dropdown.overflow .btn#dropdownMenuButton {
                background-color: #ee750b;
            }

                .card.card-nav-tabs.general .card-header .nav-tabs .nav-item .dropdown.overflow .btn#dropdownMenuButton i {
                    font-size: 20px;
                    margin-top: -3px;
                }

        .card.card-nav-tabs.general .card-header .nav-tabs .nav-link {
            color: #000 !important;
            background-color: #E7E7E7;
            border-radius: 0px;
        }

            .card.card-nav-tabs.general .card-header .nav-tabs .nav-link.active {
                background-color: #fff;
            }

        .card.card-nav-tabs.general .card-header #pestanas .dropdown-header {
            color: #333 !important;
            padding-left: 30px;
            font-size: 13px;
        }

        .card.card-nav-tabs.general .card-header #pestanas .submenu {
            padding-left: 40px;
            font-size: 12px;
        }

    .card.card-nav-tabs.general .tags ul {
        list-style-type: none;
        padding-left: 0px;
    }

        .card.card-nav-tabs.general .tags ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .card.card-nav-tabs.general .tags ul li span {
                color: #004f86;
                font-weight: 600;
            }

    .card.card-nav-tabs.general .tags .btn {
        box-shadow: none;
        height: 20px;
        width: 20px;
    }

        .card.card-nav-tabs.general .tags .btn i {
            font-size: 18px;
            color: #ee750b !important;
            top: -12px;
        }

    .card.card-nav-tabs.general .listado .card-header {
        margin-left: 0px;
        margin-left: 0px;
        position: absolute;
        left: 0px;
    }

        .card.card-nav-tabs.general .listado .card-header .nav-tabs .nav-link {
            background-color: transparent;
        }

    .card.card-nav-tabs.general .listado .accordion .card-header {
        position: inherit;
        padding-top: 10px;
    }

    .card.card-nav-tabs.general .listado .content.tabs {
        padding-top: 0px;
    }

        .card.card-nav-tabs.general .listado .content.tabs.detalle {
            margin-top: 30px !important;
            height: calc(100vh - 280px);
        }

    .card.card-nav-tabs.general .content.tabs {
        overflow: auto;
        height: calc(100vh - 100px);
    }

    .card.card-nav-tabs.general .main-panel .navbar.navbar-fixed {
        margin-top: 50px;
        z-index: 0;
    }

    .card.card-nav-tabs.general .main-panel .card {
        z-index: 0;
    }

.listado .card-header {
    margin-left: 0px;
    position: relative;
    left: 0px;
    z-index: 0 !important;
}

    .listado .card-header .nav-tabs .nav-link {
        background-color: transparent;
    }

.listado .accordion .card-header {
    position: inherit;
    padding-top: 10px;
}

.listado .content.tabs {
    padding-top: 0px;
}

    .listado .content.tabs.detalle {
        margin-top: 30px !important;
        height: calc(100vh - 280px);
    }

.listado .tags ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 16px;
}

    .listado .tags ul li {
        display: inline-block;
        font-size: 14px;
    }

        .listado .tags ul li span {
            color: #004f86;
        }

.listado .tags .btn {
    box-shadow: none;
    height: 20px;
    width: 20px;
    min-width: 20px;
}

    .listado .tags .btn i {
        font-size: 18px;
        color: #ee750b !important;
        top: -12px;
    }

.btn.btn-dark {
    color: #5f6179;
}

    .btn.btn-dark:not(:disabled):not(.disabled):active, .btn.btn-dark:not(:disabled):not(.disabled).active, .show > .btn.btn-dark.dropdown-toggle {
        background-color: #5f6179;
    }

.btn .fas {
    margin: 0 0.3rem;
    font-size: 1rem;
}

.elec-content-title {
    background-color: #fff;
}

    .elec-content-title h1,
    .elec-content-title h3 {
        font-weight: 600;
        font-size: 1rem;
        margin: 0;
    }

.elec-btn-scrollup.btn {
    background-color: #ee750b;
    font-size: 15px;
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 8;
    color: #fff !important;
}

.elec-btn-plus.btn {
    background-color: #ee750b;
    font-size: 15px;
    position: fixed;
    right: 30px;
    bottom: 75px;
}

/*AVISOS*/
.dropdown-menu.avisos {
    border: 1px solid #1e2e4f;
    border-radius: 0px;
    width: 300px;
    padding-top: 0px;
    margin-top: 6px !important;
}

    .dropdown-menu.avisos .dropdown-header {
        background-color: #1e2e4f;
        color: #fff;
        font-size: 18px;
        text-align: center;
        height: 55px;
        line-height: 34px;
    }

    .dropdown-menu.avisos ul {
        list-style-type: none;
        padding-left: 0px;
    }

        .dropdown-menu.avisos ul li a {
            margin: 0px;
            padding-left: 10px;
            padding-right: 10px;
            cursor: pointer;
        }

            .dropdown-menu.avisos ul li a .icon {
                position: relative;
                top: -14px;
            }

            .dropdown-menu.avisos ul li a .textos {
                color: #000;
                margin-left: 10px;
                width: calc(100% - 60px);
            }

                .dropdown-menu.avisos ul li a .textos p {
                    margin-bottom: 0px;
                }

                .dropdown-menu.avisos ul li a .textos .titulo {
                    font-size: 14px;
                }

                .dropdown-menu.avisos ul li a .textos .asunto {
                    font-size: 12px;
                }

                .dropdown-menu.avisos ul li a .textos .autor {
                    font-size: 12px;
                }

                    .dropdown-menu.avisos ul li a .textos .autor span {
                        color: #666666;
                    }

            .dropdown-menu.avisos ul li a .icono.estado {
                position: relative;
                top: -14px;
            }

            .dropdown-menu.avisos ul li a:hover .textos {
                color: #fff;
            }

            .dropdown-menu.avisos ul li a:hover .autor span {
                color: #fff;
            }

            .dropdown-menu.avisos ul li a:hover .icono.estado i {
                color: #fff !important;
            }

            .dropdown-menu.avisos ul li a:hover .presupuestosBlue {
                background: url(../img/icons/presupuestos.svg);
            }

            .dropdown-menu.avisos ul li a:hover .certificadosBlue {
                background: url(../img/icons/certificados.svg);
            }

            .dropdown-menu.avisos ul li a:hover .contratacionesBlue {
                background: url(../img/icons/contrataciones.svg);
            }

            .dropdown-menu.avisos ul li a:hover .cotizacionesBlue {
                background: url(../img/icons/cotizaciones.svg);
            }

            .dropdown-menu.avisos ul li a:hover .suplementosBlue {
                background: url(../img/icons/suplementos.svg);
            }

            .dropdown-menu.avisos ul li a:hover .siniestrosBlue {
                background: url(../img/icons/siniestros.svg);
            }

            .dropdown-menu.avisos ul li a:hover .polizasRed {
                background: url(../img/icons/polizas.svg);
            }

    .dropdown-menu.avisos a.ver {
        text-transform: uppercase;
        font-size: 12px;
        color: #666;
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
    }

        .dropdown-menu.avisos a.ver:hover {
            background-color: #fff;
            box-shadow: none;
            color: #004f86 !important;
        }

            .dropdown-menu.avisos a.ver:hover i {
                color: #004f86;
            }

/*Dropdown con campo extra*/
.is-focused .btn-group.form .dropdown-menu.form .form-control {
    background-image: none !important;
}

.btn-group.form {
    width: 100%;
    top: 0px !important;
}

    .btn-group.form .dropdown-toggle {
        color: #000;
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        margin-top: -4px;
        font-size: 14px;
    }

        .btn-group.form .dropdown-toggle:focus-within {
            border-bottom: 2px solid #004f86;
        }

        .btn-group.form .dropdown-toggle:after {
            position: absolute;
            right: 4px;
            border-top: 3px solid;
            border-right: 3px solid transparent;
            border-bottom: 0;
            border-left: 3px solid transparent;
            top: 2px;
        }

        .btn-group.form .dropdown-toggle.disabled {
            opacity: 0.6;
            cursor: not-allowed;
            pointer-events: unset;
        }

    .btn-group.form .dropdown-menu {
        width: 100%;
        min-height: auto !important;
    }

        .btn-group.form .dropdown-menu input.buscador {
            margin-left: 28px;
            margin-right: 28px;
            width: calc(100% - 56px);
        }

            .btn-group.form .dropdown-menu input.buscador:focus {
                border-bottom: 2px solid #004f86;
            }

        .btn-group.form .dropdown-menu .inner {
            min-height: auto !important;
            margin-bottom: inherit !important;
        }

        .btn-group.form .dropdown-menu ul {
            padding-left: 0px;
            cursor: pointer;
            overflow: auto;
            margin-bottom: 0px;
            max-height: calc(100vh - 266px);
        }

        .btn-group.form .dropdown-menu input.nuevoCampo {
            margin-left: 28px;
            display: inline-block;
            width: calc(100% - 70px);
        }

            .btn-group.form .dropdown-menu input.nuevoCampo:focus {
                border-bottom: 2px solid #004f86;
            }

        .btn-group.form .dropdown-menu .dropDownForm {
            width: 20px;
            padding: 0px;
            background-color: #fff;
            box-shadow: none;
            display: inline-block;
        }

            .btn-group.form .dropdown-menu .dropDownForm i {
                color: #000;
                font-size: 18px;
            }

                .btn-group.form .dropdown-menu .dropDownForm i:hover {
                    color: #ee750b;
                }

.icono.estado i {
    color: #004f86 !important;
    font-size: 18px;
}

/*Avisos*/
.avisos {
    margin-top: 32px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .avisos .dataTables_filter {
        display: none;
    }

    .avisos .table {
        margin-left: 30px;
        width: calc(100% - 60px);
        border-collapse: separate;
        border-spacing: 0px;
    }

        .avisos .table.table-bordered th {
            border-color: #E7E7E7;
            border-bottom-color: #fff;
        }

        .avisos .table.table-bordered td {
            border-color: #E7E7E7;
            border-top: none;
        }

        .avisos .table thead th {
            letter-spacing: -0.5px;
            font-size: 12px;
            text-align: left;
            cursor: pointer;
            padding-left: 10px !important;
            border-top-width: 1px;
        }

        .avisos .table thead tr {
            background-color: #fff;
        }

        .avisos .table tbody tr {
            height: 40px;
            cursor: pointer;
        }

            .avisos .table tbody tr:nth-of-type(odd) {
                background-color: #f4f3f9;
            }

            .avisos .table tbody tr:nth-of-type(even) {
                background-color: #fff;
            }

            .avisos .table tbody tr td {
                vertical-align: middle;
                color: #000;
                font-size: 13px;
                letter-spacing: -0.5px;
                text-align: left;
                line-height: 16px;
                padding-left: 10px !important;
            }

                .avisos .table tbody tr td .icon,
                .avisos .table tbody tr td span {
                    display: inline-block;
                    vertical-align: middle;
                }

            .avisos .table tbody tr.noLeido {
                background-color: #e5eef5;
            }

        .avisos .table .icon.sort {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            width: 14px !important;
            height: 14px !important;
            background-size: 14px 14px !important;
        }

        .avisos .table .nosort .icon.sort {
            background: url(../img/icons/sortdefault.svg);
        }

        .avisos .table .down.sorted .icon.sort {
            background: url(../img/icons/sortdown.svg);
        }

        .avisos .table .up.sorted .icon.sort {
            background: url(../img/icons/sortup.svg);
        }

    .avisos .footer-table {
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        width: calc(100% - 254px);
        left: 254px;
        transition: width 0.33s;
        z-index: 9;
        height: 58px;
        border-top: 1px solid #E7E7E7;
    }

@media (max-width: 991px) {
    .avisos .footer-table {
        width: 100%;
        left: 0;
    }
}

.avisos .footer-table .container {
    max-width: 100%;
}

    .avisos .footer-table .container .btn {
        background-color: #fff;
        color: #666 !important;
        box-shadow: none;
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

        .avisos .footer-table .container .btn i {
            font-size: 22px;
            vertical-align: middle;
            margin-top: -4px;
            margin-right: 6px;
        }

    .avisos .footer-table .container .dropdown.bootstrap-select.show-tick,
    .avisos .footer-table .container .dropdown.bootstrap-select.show-tick .dropdown {
        width: 36px;
    }

    .avisos .footer-table .container .bootstrap-select .dropdown-toggle .filter-option {
        padding-right: 0px;
        padding-left: 0px;
    }

        .avisos .footer-table .container .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
            font-size: 12px;
            color: #666;
        }

    .avisos .footer-table .container .dropdown-toggle::after {
        margin-left: 30px;
    }

    .avisos .footer-table .container .col-form-label {
        font-size: 12px;
        color: #666;
        padding: 17px 5px 0 0;
        text-align: right;
    }

    .avisos .footer-table .container .paginacion {
        font-size: 12px;
        margin-top: 14px;
    }

.cambiarContrasena {
    background-color: #004f86;
}

    .cambiarContrasena .wrapper-full-page .page-header {
        padding: 0 !important;
    }

    .cambiarContrasena h1 {
        font-weight: 400;
        font-size: 24px;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    }

    .cambiarContrasena .card {
        margin-top: 60px !important;
        border-radius: 0px !important;
    }

        .cambiarContrasena .card .card-header {
            background: #ee750b !important;
            border-radius: 0px !important;
            box-shadow: none !important;
        }

        .cambiarContrasena .card .card-body i,
        .cambiarContrasena .card .card-body span {
            color: #7fa9ca;
            font-size: 25px;
        }

        .cambiarContrasena .card .card-body .error {
            margin-left: 32px;
            font-size: 12px;
        }

        .cambiarContrasena .card .card-body .verContrasena {
            position: absolute;
            top: 24px;
            right: 0px;
            padding: 4px;
            z-index: 9999 !important;
        }

        .cambiarContrasena .card .card-body .input-group-prepend .input-group-text {
            padding-left: 2px;
            padding-right: 2px;
        }

        .cambiarContrasena .card .card-body .btn.btn-primary {
            border-radius: 0px !important;
            font-size: 16px;
        }

    .cambiarContrasena .idiomas_dropdown {
        position: absolute;
        right: 0px;
        top: 20px;
        z-index: 9;
    }

        .cambiarContrasena .idiomas_dropdown .dropdown-toggle {
            color: #fff;
            border-color: #fff;
            padding: 0px;
        }

/* Editor texto summernote */
.note-editor.note-frame {
    border: none !important;
    margin: 10px 0 20px;
    box-shadow: none;
}

    .note-editor.note-frame .note-toolbar.card-header {
        padding: 0px 5px !important;
        background-color: #E7E7E7;
        position: inherit;
        width: auto;
        left: auto;
        margin-top: 0 !important;
        z-index: auto !important;
    }

        .note-editor.note-frame .note-toolbar.card-header .btn-group {
            margin-bottom: 5px;
        }

            .note-editor.note-frame .note-toolbar.card-header .btn-group .btn-group {
                margin-bottom: 0;
            }

        .note-editor.note-frame .note-toolbar.card-header .note-btn {
            border: 1px solid #E7E7E7;
            background-color: #fff;
            color: #333;
            border: none;
            box-shadow: none;
        }

        .note-editor.note-frame .note-toolbar.card-header .btn.btn-sm {
            padding: 6px 13px;
        }

    .note-editor.note-frame .note-statusbar {
        background-color: transparent !important;
        border: none !important;
        border-bottom: 1px solid #E7E7E7 !important;
        border-radius: 0 !important;
    }

    .note-editor.note-frame .note-editable b {
        font-weight: bold;
    }

    .note-editor.note-frame.fullscreen {
        margin: 0;
        min-height: 100%;
    }

        .note-editor.note-frame.fullscreen .note-toolbar.card-header {
            width: 100%;
            z-index: 1 !important;
            position: relative;
        }

/* / Editor texto summernote */
.form-noline.form-noline .form-control {
    background-image: none;
}

/*MODO ADMINISTRADOR*/
.administrador {
    background-color: #ade3e7 !important;
    border-bottom: 2px solid #ade3e7 !important;
}

    .administrador span.icon_suplantar {
        background-color: #004f86 !important;
    }

    .administrador .nombre_suplanta:after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #004f86 !important;
        display: block;
        top: 3px;
        right: 7px;
        position: absolute;
        border-radius: 50%;
    }

.togglebutton.admin {
    border-right: 2px solid #E7E7E7;
}

    .togglebutton.admin label .toggle {
        margin-top: -20px;
    }

    .togglebutton.admin label .nombre_suplanta {
        color: #666;
        font-size: 13px;
        display: inline-block;
        line-height: 17px;
        padding-right: 50px;
        position: relative;
        margin-top: 5px;
    }

        .togglebutton.admin label .nombre_suplanta > span {
            display: block;
            font-size: 15px;
            font-weight: 600;
            text-overflow: ellipsis;
            width: 165px;
            white-space: nowrap;
            overflow: hidden;
        }

            .togglebutton.admin label .nombre_suplanta > span.icon_suplantar {
                mask: url(../img/icons/icon_suplantar.svg);
                mask-repeat: no-repeat;
                display: block;
                width: 27px;
                height: 27px;
                background-color: #666;
                position: absolute;
                right: 10px;
                top: 10px;
            }

/*MODAL LISTADO USUARIOS*/
.modal-backdrop {
    z-index: 0 !important;
    background-color: transparent;
}

.modal.usuarios .modal-dialog .modal-header {
    border-radius: 0;
    margin: -20px 50px 20px 50px;
    background-color: #ee750b;
    padding: 15px;
    color: #fff;
}

    .modal.usuarios .modal-dialog .modal-header .close {
        position: absolute;
        top: 4px;
        right: 12px;
        opacity: 1;
    }

.modal.usuarios .modal-dialog .modal-content {
    border-radius: 0px !important;
}

    .modal.usuarios .modal-dialog .modal-content ul {
        list-style-type: none;
        text-align: left;
        display: inline-block;
        padding-left: 0px;
    }

        .modal.usuarios .modal-dialog .modal-content ul li {
            margin-bottom: 4px;
        }

.usuarioPerfil {
    border-radius: 0px;
    border: 1px solid #004f86;
    min-width: 250px;
    width: auto;
    margin-top: 6px;
}

    .usuarioPerfil .perfil {
        padding: 10px;
        font-size: 13px;
        display: inline-block;
    }

        .usuarioPerfil .perfil .nombre {
            font-weight: bold;
            font-size: 15px;
        }

    .usuarioPerfil .logOut {
        display: inline-block;
        width: 54px;
        position: absolute;
        right: 0px;
        top: -4px;
    }

        .usuarioPerfil .logOut .btn {
            background-color: #fff;
            padding: 10px;
            box-shadow: none;
            margin-top: 6px !important;
        }

            .usuarioPerfil .logOut .btn i {
                font-size: 22px;
                color: #ee750b;
            }

                .usuarioPerfil .logOut .btn i:hover {
                    color: #004f86;
                }

/*MODALES ÉXITO Y ERROR*/
.modal .modal-header .modal-title.exito, .modal .modal-header .modal-title.error {
    font-size: 20px;
    font-weight: bold;
}

    .modal .modal-header .modal-title.exito .material-icons, .modal .modal-header .modal-title.error .material-icons {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: block;
        font-size: 42px;
        line-height: 52px;
        margin: 0px auto 15px auto;
        background-color: #fff;
    }

    .modal .modal-header .modal-title.exito .material-icons {
        color: #4caf50;
        border: 4px solid #4caf50;
    }

    .modal .modal-header .modal-title.error .material-icons {
        color: #f44336;
        border: 4px solid #f44336;
    }

.modal .modal-header .modal-title .close {
    color: #000;
}

.modal .modal-footer {
    justify-content: center;
}

/*Context menu*/
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #004f86;
    white-space: nowrap;
    background: #fff;
    color: #000;
    padding: 0;
    font-size: 13px;
}

    .custom-menu li {
        padding: 8px 12px;
        cursor: pointer;
        list-style-type: none;
        transition: all 0.3s ease;
        user-select: none;
    }

        .custom-menu li:hover {
            background-color: #f8fcff;
        }

/* Perfect scrollbar */
.container-scrollbar {
    position: relative;
    overflow: auto;
}

/*  modal para planos */
.modal-planos .modal-dialog {
    margin-top: 40px;
}

    .modal-planos .modal-dialog .modal-header {
        padding-top: 30px;
    }

        .modal-planos .modal-dialog .modal-header .close {
            top: 5px;
            right: 15px;
            font-size: 26px;
            line-height: 26px;
        }

    .modal-planos .modal-dialog .modal-body {
        padding-top: 0;
    }

        .modal-planos .modal-dialog .modal-body img.d-block {
            max-width: 100%;
            max-height: 600px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
        }

        .modal-planos .modal-dialog .modal-body .carousel-inner {
            padding-top: 50px;
        }

        .modal-planos .modal-dialog .modal-body .carousel-caption {
            color: #000;
            top: -75px;
            right: 40px;
            bottom: auto;
            left: 20px;
            text-align: left;
            border-bottom: 1px solid #E7E7E7;
            padding-bottom: 0;
        }

            .modal-planos .modal-dialog .modal-body .carousel-caption h5 {
                margin-bottom: 8px;
            }

        .modal-planos .modal-dialog .modal-body .carousel-indicators li {
            background-color: rgba(0, 0, 0, 0.5);
        }

        .modal-planos .modal-dialog .modal-body .carousel-indicators .active {
            background-color: #000;
        }

        .modal-planos .modal-dialog .modal-body .carousel-control-prev,
        .modal-planos .modal-dialog .modal-body .carousel-control-next {
            width: 24px;
            top: 40px;
            bottom: 40px;
        }

        .modal-planos .modal-dialog .modal-body .carousel-control-prev {
            left: -24px;
        }

        .modal-planos .modal-dialog .modal-body .carousel-control-next {
            right: -24px;
        }

        .modal-planos .modal-dialog .modal-body .carousel-control-prev-icon,
        .modal-planos .modal-dialog .modal-body .carousel-control-next-icon {
            background-color: #000;
            width: 24px;
            height: 24px;
            background-size: 15px auto;
        }

    .modal-planos .modal-dialog .modal-footer {
        justify-content: end;
    }

.alert.alert-success {
    background-color: #00a8b4;
}

    .alert.alert-success .alert-icon i {
        color: #fff;
    }

.modal.notificacion .modal-dialog .modal-header {
    border-radius: 0;
    margin: -20px 50px 20px 50px;
    background-color: #ee750b;
    padding: 15px;
    color: #fff;
}

    .modal.notificacion .modal-dialog .modal-header .close {
        position: absolute;
        top: 4px;
        right: 12px;
        opacity: 1;
    }

.modal.notificacion .modal-dialog .modal-content {
    border-radius: 0px !important;
}

    .modal.notificacion .modal-dialog .modal-content ul {
        list-style-type: none;
        text-align: left;
        display: inline-block;
        padding-left: 0px;
    }

        .modal.notificacion .modal-dialog .modal-content ul li {
            margin-bottom: 4px;
        }

        .modal.notificacion .modal-dialog .modal-content ul.listado_documentos {
            padding-left: 3rem;
            display: block;
        }

    .modal.notificacion .modal-dialog .modal-content p {
        overflow-wrap: break-word;
    }

    .modal.notificacion .modal-dialog .modal-content .btnModal.certificados,
    .modal.notificacion .modal-dialog .modal-content .btnModal.contratacion,
    .modal.notificacion .modal-dialog .modal-content .btnModal.files {
        color: #fff;
        background-color: #004f86;
        height: 54px;
        font-size: 0.875rem;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 54px;
        display: inline-block;
    }

    .modal.notificacion .modal-dialog .modal-content .btnModal.certificados,
    .modal.notificacion .modal-dialog .modal-content .btnModal.files {
        margin-left: 26px;
        margin-right: 26px;
        width: calc(50% - 55px);
    }

    .modal.notificacion .modal-dialog .modal-content .btnModal.contratacion {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(50% - 43px);
    }

#presupuestoDetalle .dropdown-menu.customDropdown {
    min-height: calc(100vh - 240px) !important;
    max-height: calc(100vh - 240px) !important;
}

#presupuestoDetalle .dropdown-menu .inner {
    margin-bottom: inherit !important;
}

#presupuestoDetalle .dropdown-menu .dropdown-item.active,
#presupuestoDetalle .dropdown-menu .dropdown-item:active {
    color: #fff !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-height: 265px;
    height: 265px !important;
}

.hide-scrollbar ::-webkit-scrollbar-thumb {
    visibility: hidden;
}

/* Páginas sin tabs  */
.main-panel > .content.no-tabs,
.main-panel .content.no-tabs {
    margin-top: 0;
    padding: 28px 15px;
    min-height: calc(100vh - 123px);
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    pointer-events: unset;
    cursor: not-allowed;
}

.form-check .form-check-input[disabled] ~ .circle,
.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

.dropdown-menu a:hover {
    color: #fff !important;
}

.alert.alert-danger {
    background-color: #f44336;
    margin-top: 36px;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px;
    font-size: 16px;
}

    .alert.alert-danger i {
        color: #fff;
        font-size: 30px;
        width: 40px;
        vertical-align: middle;
        margin-top: -4px;
    }

.dropdown-toggle:after {
    color: #000;
}

/*RESPONSIVE TABLET*/
@media (max-width: 1200px) {
    .main-panel .navbar .navbar-brand {
        font-size: 14px;
    }

    .dashboard .card .card-body {
        max-height: inherit;
    }

    .footer-formularioDetalle {
        height: auto;
        padding-top: 10px;
    }

        .footer-formularioDetalle div {
            margin-left: 0px !important;
        }

        .footer-formularioDetalle button {
            padding: 10px;
        }

        .footer-formularioDetalle .list-inline {
            margin-top: 16px;
        }
}
/*MODAL LISTADO COTIZACIONES*/
@media (min-width: 576px) {
    .modal-dialog.listadoModal {
        width: 80%;
        max-width: 85%;
        margin-left: 15%;
        margin-top: 30px;
    }

        .modal-dialog.listadoModal .modal-content {
            height: calc(100vh - 60px);
        }

            .modal-dialog.listadoModal .modal-content .modal-body {
                padding-top: 4px;
            }

            .modal-dialog.listadoModal .modal-content h3 {
                font-size: 12px;
                color: #ee750b;
                margin-top: 0px;
            }

            .modal-dialog.listadoModal .modal-content .limpiar {
                color: #fff !important;
                font-size: 12px;
                border: 1px solid #666;
                background-color: #666;
                border-radius: 0px;
                padding: 6px 10px;
            }

            .modal-dialog.listadoModal .modal-content .buscar {
                color: #fff !important;
                font-size: 12px;
                border: 1px solid #ee750b;
                background-color: #ee750b;
                border-radius: 0px;
                padding: 6px 10px;
            }

            .modal-dialog.listadoModal .modal-content .paginacion {
                font-size: 12px;
                margin-top: 14px;
            }

            .modal-dialog.listadoModal .modal-content .botones-paginacion .btn {
                background-color: #fff;
                color: #666 !important;
                box-shadow: none;
                font-size: 14px;
                letter-spacing: 0.5px;
                font-weight: 600;
            }

            .modal-dialog.listadoModal .modal-content .bootstrap-select .btn.dropdown-toggle.select-with-transition {
                background-image: none;
                padding-right: 0px;
            }

            .modal-dialog.listadoModal .modal-content .bootstrap-select .dropdown-toggle .filter-option {
                padding-top: 0px;
                font-size: 13px;
            }

            .modal-dialog.listadoModal .modal-content .bs-actionsbox .actions-btn {
                background-color: #fff;
                color: #004f86;
                font-weight: bold;
                width: auto;
                text-align: left;
                font-size: 12px;
                margin-right: 20px;
                box-shadow: none;
            }

        .modal-dialog.listadoModal .table-listadoModal {
            height: calc(100vh - 348px);
            overflow: auto;
        }

        .modal-dialog.listadoModal .table {
            display: table;
            width: 100%;
        }

            .modal-dialog.listadoModal .table thead tr th {
                font-size: 12px;
            }

                .modal-dialog.listadoModal .table thead tr th:first-child {
                    width: 150px;
                }

            .modal-dialog.listadoModal .table tbody tr td {
                font-size: 13px;
                cursor: pointer;
            }

            .modal-dialog.listadoModal .table *[class^="order_"] {
                vertical-align: middle;
                cursor: pointer;
                background-size: 21px 14px !important;
                background-position: right 5px center !important;
                background-repeat: no-repeat !important;
            }

            .modal-dialog.listadoModal .table .order_desc {
                background-image: url(../img/icons/sortdown.svg);
                width: 22px;
                height: 14px;
                background-color: transparent;
                border: none;
            }

            .modal-dialog.listadoModal .table .order_asc {
                background-image: url(../img/icons/sortup.svg);
                width: 22px;
                height: 14px;
                background-color: transparent;
                border: none;
            }
}
/* ALERTS */
.formularioDetalle .alert {
    margin-left: -20px;
}

.alert.alert-warning {
    background-color: rgba(252, 184, 156, 0.6) !important;
    color: #000;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

    .alert.alert-warning .material-icons {
        color: #ee750b;
    }

.alert.alert-info {
    background-color: rgba(51, 114, 158, 0.4);
    color: #000;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

    .alert.alert-info .material-icons {
        color: #004f86;
    }

.alert.alert-with-icon {
    margin-top: 20px;
}

    .alert.alert-with-icon span[data-notify="icon"] {
        display: block;
        left: 15px;
        position: absolute;
        margin-top: -10px;
        font-size: 38px;
    }

.alert .close {
    line-height: 20px;
}

.alert-dismissible .close {
    padding: 1.25rem;
}

/*AJUSTES USABILIDAD*/
.bmd-form-group [class^="bmd-label"].bmd-label-floating,
.bmd-form-group [class*=" bmd-label"].bmd-label-floating {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    line-height: 1.4 !important;
    margin-bottom: 8px;
    top: 0;
}

.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group.is-filled .bmd-label-floating {
    top: 0 !important;
    font-size: 14px;
}

/*.form-group {
    border: 1px solid;
}*/
form .form-group {
    /*margin: 0 0 !important;
padding-top: 0 !important;*/
}

.formularioDetalle .bmd-form-group.form-group {
    /*margin: 0;*/
}

.bootstrap-select.form-control {
    top: -5px;
}

.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
    font-size: 13px !important;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    white-space: nowrap;
}

.bmd-form-group .form-control,
.bmd-form-group label,
.bmd-form-group input::placeholder {
    line-height: 1.4;
}

.bmd-form-group .input-group .form-control {
    height: 34px;
}

.btn-group.form .dropdown-toggle {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: -9px;
}

.formularioDetalle .input-group.sin_label .btn.dropdown-toggle {
    margin-top: 32px;
}

.acciones_buscador {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.modal-open .modal::before {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
}

#addactividad.modal .modal-dialog, #addarticulo.modal .modal-dialog {
    margin-top: 55px;
}

    #addactividad.modal .modal-dialog .container-scrollbar, #addarticulo.modal .modal-dialog .container-scrollbar {
        max-height: calc(100vh - 430px);
        min-height: 100px;
    }

    #addactividad.modal .modal-dialog .table_modal, #addarticulo.modal .modal-dialog .table_modal {
        width: 100%;
    }

        #addactividad.modal .modal-dialog .table_modal td, #addarticulo.modal .modal-dialog .table_modal td {
            padding: 5px;
            vertical-align: top;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            border-bottom-color: rgba(0, 0, 0, 0.2);
            font-size: 14px;
            vertical-align: middle;
            position: relative;
        }

            #addactividad.modal .modal-dialog .table_modal td:last-of-type, #addarticulo.modal .modal-dialog .table_modal td:last-of-type {
                width: 20px;
            }

            #addactividad.modal .modal-dialog .table_modal td input, #addarticulo.modal .modal-dialog .table_modal td input {
                width: calc(100% - 40px);
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                border: none;
            }

                #addactividad.modal .modal-dialog .table_modal td input.disabled, #addarticulo.modal .modal-dialog .table_modal td input.disabled {
                    color: #999;
                }

            #addactividad.modal .modal-dialog .table_modal td .icono-alerta, #addarticulo.modal .modal-dialog .table_modal td .icono-alerta {
                position: absolute;
                top: 8px;
                right: 0;
                z-index: 2;
                width: 34px;
                height: 34px;
                line-height: 34px;
                text-align: center;
            }

                #addactividad.modal .modal-dialog .table_modal td .icono-alerta .material-icons, #addarticulo.modal .modal-dialog .table_modal td .icono-alerta .material-icons {
                    color: #ee750b;
                    line-height: 32px;
                }

            #addactividad.modal .modal-dialog .table_modal td .dropdown-menu, #addarticulo.modal .modal-dialog .table_modal td .dropdown-menu {
                padding: 0;
                border-radius: 0;
                border: 1px solid #ee750b;
            }

            #addactividad.modal .modal-dialog .table_modal td .dropdown-item, #addarticulo.modal .modal-dialog .table_modal td .dropdown-item {
                margin-right: 0;
                margin-left: 0;
                border-radius: 0;
                width: 100%;
            }

            #addactividad.modal .modal-dialog .table_modal td .btn-link, #addarticulo.modal .modal-dialog .table_modal td .btn-link {
                line-height: 0;
                font-size: inherit;
            }

    #addactividad.modal .modal-dialog .marcoform, #addarticulo.modal .modal-dialog .marcoform {
        margin-bottom: 20px;
    }

        #addactividad.modal .modal-dialog .marcoform input, #addarticulo.modal .modal-dialog .marcoform input {
            border: 1px solid #666 !important;
            height: 48px;
            margin: 0 8px -2px 0;
            padding: 12px;
            float: left;
            border-radius: 4px;
            background-image: none;
        }

        #addactividad.modal .modal-dialog .marcoform .btn, #addarticulo.modal .modal-dialog .marcoform .btn {
            margin: 0;
        }

    #addactividad.modal .modal-dialog .modal-content .modal-header, #addarticulo.modal .modal-dialog .modal-content .modal-header {
        padding: 15px;
    }

        #addactividad.modal .modal-dialog .modal-content .modal-header .close, #addarticulo.modal .modal-dialog .modal-content .modal-header .close {
            position: absolute;
            top: 4px;
            right: 12px;
        }

        #addactividad.modal .modal-dialog .modal-content .modal-header .modal-title, #addarticulo.modal .modal-dialog .modal-content .modal-header .modal-title {
            text-align: left;
            font-size: 17px;
            border-bottom: 2px solid #e7e7e7;
            padding-bottom: 8px;
            margin: 10px 20px;
            text-transform: uppercase;
        }

    #addactividad.modal .modal-dialog .modal-content .modal-body .input-group-text, #addarticulo.modal .modal-dialog .modal-content .modal-body .input-group-text {
        color: #7fa9ca;
    }

    #addactividad.modal .modal-dialog .modal-content .modal-body .input-group-prepend .input-group-text, #addarticulo.modal .modal-dialog .modal-content .modal-body .input-group-prepend .input-group-text {
        padding-left: 2px;
        padding-right: 15px;
    }

    #addactividad.modal .modal-dialog .modal-content .modal-body .bmd-label-floating, #addarticulo.modal .modal-dialog .modal-content .modal-body .bmd-label-floating {
        left: 0;
    }

    #addactividad.modal .modal-dialog .modal-content .modal-footer, #addarticulo.modal .modal-dialog .modal-content .modal-footer {
        justify-content: end;
    }

        #addactividad.modal .modal-dialog .modal-content .modal-footer .list-inline, #addarticulo.modal .modal-dialog .modal-content .modal-footer .list-inline {
            margin-bottom: 0;
            margin-left: auto;
        }

        #addactividad.modal .modal-dialog .modal-content .modal-footer .btn.btn-primary, #addarticulo.modal .modal-dialog .modal-content .modal-footer .btn.btn-primary {
            background-color: #ee750b;
            border-color: #ee750b;
        }

        #addactividad.modal .modal-dialog .modal-content .modal-footer .btn.btn-default, #addarticulo.modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
            background-color: #5f6179;
            border-color: #5f6179;
        }

.infopresupuesto ul {
    list-style: inherit;
    list-style: inherit;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

    .infopresupuesto ul li {
        border-left: 2px solid #E7E7E7;
        padding: 1px 50px 1px 10px;
        color: #A24945;
        font-size: 13px;
        display: flex;
        flex-flow: column;
    }

        .infopresupuesto ul li span {
            font-weight: bold;
            color: #000;
        }

.precarga {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background: RGB(0, 0, 0, 0.5);
    z-index: 99;
    align-items: center;
}

    .precarga img {
        width: 150px;
    }

    .precarga p {
        font-size: 999;
        text-align: center;
        color: #fff;
        margin: 20px;
    }

.fixed-aviso {
    position: fixed;
    top: 115px;
    right: 0;
    width: 250px;
    background: rgba(238, 117, 11, 0.3);
    z-index: 1031;
    text-align: left;
    border-left: 5px solid #ee750b;
    padding: 10px;
}

    .fixed-aviso h3 {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

        .fixed-aviso h3 span {
            float: left;
            margin-right: 10px;
        }

    .fixed-aviso p {
        font-size: 14px;
        margin: 0;
    }

    .fixed-aviso #hide {
        position: absolute;
        top: 8px;
        right: 15px;
    }

/* Botón eliminar en tablas */
.btn.btn-just-icon.btn-trash {
    line-height: 0;
}

/* / Botón eliminar en tablas*/
.modal-body .correcto i, .modal-body .correcto span {
    color: #00a8b4;
    font-size: 40px;
}

.input-spinner label {
    margin-bottom: 0.5rem;
}

.input-spinner .btn.btn-outline-secondary {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 8px;
    border-color: #cfd5da;
    box-shadow: none;
}

.input-spinner .form-control {
    background-image: none;
    padding: 0;
    border-top: 1px solid #cfd5da;
    border-bottom: 1px solid #cfd5da;
}

.accordion .bootstrap-select .dropdown-menu {
    top: 32px !important;
    /*max-height: calc(100vh - 600px) !important;*/
}

.tableFixHead thead {
    position: relative;
    z-index: 2;
}

.tableFixHead tbody {
    position: relative;
    z-index: 1;
}

/* Componente Select2*/
.selector-multiple-tags label {
    display: block;
    width: 100%;
}

.selector-multiple-tags .select2.select2-container.select2-container--default.select2-container {
    width: 100% !important;
}

.selector-multiple-tags .select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}

    .selector-multiple-tags .select2.select2-container.select2-container--default.select2-container--focus .select2-search__field.valid {
        height: 40px !important;
        line-height: 40px !important;
    }

.selector-multiple-tags .select2-container--default .select2-selection--multiple {
    display: flex;
    align-items: center;
}

    .selector-multiple-tags .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        margin-bottom: 0;
    }

    .selector-multiple-tags .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #004F86;
        color: #fff;
    }

    .selector-multiple-tags .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
    }

        .selector-multiple-tags .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .selector-multiple-tags .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: #004F86;
            color: #ee750b;
        }

/* Fin Componente Select2*/
/*--ANCHO DE LOS DROPDOWN--*/
.open > .dropdown-menu, .dropdown-menu.show {
    max-width: 500px !important;
}

    .open > .dropdown-menu li a span.text, .dropdown-menu.show li a span.text {
        display: block;
    }

.dropdown-item {
    display: block;
    white-space: normal !important;
}

.dropdown-menu li > a {
    padding: 5px 10px !important;
}

/*-- --*/
span.ellipsis {
    width: calc(100% - 26px);
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: -10px;
}

/* Scss Document */
a.btn-enlace {
    display: inline-block;
    box-shadow: none;
    position: relative;
    padding: 12px 30px;
    margin: 0.3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.42857;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    color: #fff;
    -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    will-change: box-shadow, transform;
}

    a.btn-enlace:link {
        color: #fff;
    }

    a.btn-enlace:hover, a.btn-enlace:focus, a.btn-enlace:active {
        box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
    }

/*-- ESTILOS TELEFONIA --*/
h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #A24945;
}

/*-- Navbar --*/
.breadcrumb .breadcrumb-item h1 {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
}

/*-- Sidebar menu --*/
/*-- Accordion en tabs --*/
.content.tabs .card-nav-tabs .card-collapse .collapse .card-body {
    min-height: auto;
}

/*-- Botones / Enlaces tipo botón --*/
.btn.btn-outline span {
    margin-left: 0;
}

.btn.btn-outline.btn.out-primary {
    color: #ee750b;
    border-color: #ee750b;
}

.main-panel .btn.btn-outline {
    padding: 8px 12px;
    font-weight: bold;
    text-transform: none;
    box-shadow: none;
    font-size: 14px;
}

    .main-panel .btn.btn-outline:focus, .main-panel .btn.btn-outline:hover {
        background-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    }

/* ====== DataTables ====== */
/*-- Filtro búsqueda --*/
div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
}

/*-- Botones slide --*/
.table-buttons-slide {
    float: right;
    position: relative;
    z-index: 1;
}

    .table-buttons-slide a.btn-scroll {
        display: inline-block;
        width: 36px;
        height: 36px;
        background-color: #fff;
        color: #5f6179;
        border: 1px solid #E7E7E7;
        border-radius: 4px;
        position: relative;
        text-align: center;
    }

        .table-buttons-slide a.btn-scroll:hover, .table-buttons-slide a.btn-scroll:focus {
            box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
        }

        .table-buttons-slide a.btn-scroll span {
            position: absolute;
            width: 100%;
            transform: none;
            left: 0;
            top: 0;
            height: 100%;
            line-height: 36px;
            font-size: 24px;
        }

        .table-buttons-slide a.btn-scroll.btn-scroll-left {
            margin-right: 15px;
        }

        .table-buttons-slide a.btn-scroll.disabled {
            opacity: .25;
        }

/*-- Encabezado y pie tabla --*/
.tel-table.dataTable > thead > tr > th,
.tel-table.dataTable > tbody > tr > th,
.tel-table.dataTable > tfoot > tr > th,
.tel-table.dataTable > thead > tr > td,
.tel-table.dataTable > tbody > tr > td,
.tel-table.dataTable > tfoot > tr > td {
    padding: 4px 15px !important;
}

.dataTables_scrollBody .tel-table.dataTable > thead > tr > th {
    padding: 0 15px !important;
}

    .dataTables_scrollBody .tel-table.dataTable > thead > tr > th.sorting::after {
        content: none;
    }

.dataTables_scrollBody .tel-table.dataTable > tfoot > tr > th {
    padding: 0 15px !important;
}

.dataTables_scrollFoot .tel-table.dataTable tfoot th {
    border: none !important;
    font-size: 12px;
    letter-spacing: -0.5px;
    font-weight: normal;
    vertical-align: top;
    line-height: normal;
}

    .dataTables_scrollFoot .tel-table.dataTable tfoot th .form-check {
        margin: 0;
    }

/*-- Fijando las dos primeras columnas + la última --*/
.tel-table.dataTable th {
    line-height: normal;
}

.tel-table.dataTable th, .tel-table.dataTable td {
    min-width: 100px;
}

/*.tel-table.dataTable tr th:first-child,
.tel-table.dataTable tr td:first-child,
.tel-table.dataTable tr th:nth-child(2),
.tel-table.dataTable tr td:nth-child(2),*/
.tel-table.dataTable tr th:last-child,
.tel-table.dataTable tr td:last-child {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 2;
}

.tel-table.dataTable tr th:last-child,
.tel-table.dataTable tr td:last-child {
    right: 0;
    width: 55px;
    min-width: 55px;
    max-width: 55px;
}

.tel-table.dataTable tr th:first-child,
.tel-table.dataTable tr th:nth-child(2),
.tel-table.dataTable tr th:last-child {
    background-color: #fff;
    z-index: 1;
}

.tel-table.dataTable.table-striped tr.odd td:first-child,
.tel-table.dataTable.table-striped tr.odd td:nth-child(2),
.tel-table.dataTable.table-striped tr.odd td:last-child {
    background-color: #f9f9f9;
}

.tel-table.dataTable.table-striped tr.even td:first-child,
.tel-table.dataTable.table-striped tr.even td:nth-child(2),
.tel-table.dataTable.table-striped tr.even td:last-child {
    background-color: #fff;
}

.tel-table.dataTable.table-striped.table-hover tr:hover td:first-child, .tel-table.dataTable.table-striped.table-hover tr:hover td:nth-child(2), .tel-table.dataTable.table-striped.table-hover tr:hover td:last-child {
    background-color: #FDD4C4;
}

.tel-table.dataTable .select_datatable {
    border: none;
    padding: 5px 2px;
    width: 100%;
    display: inline-block;
    top: 0;
    -moz-appearance: none;
    -webkit-appearance: auto;
    margin: -4px 0;
    background-color: transparent;
    cursor: pointer;
}

    .tel-table.dataTable .select_datatable:focus {
        border: 1px solid #E7E7E7 !important;
        background-color: #fff !important;
    }

.tel-table.dataTable .tableinput {
    border: none;
    position: relative !important;
    visibility: initial !important;
    background: transparent !important;
    width: 100%;
    z-index: 1 !important;
    padding: 5px 2px;
}

    .tel-table.dataTable .tableinput:focus {
        border: 1px solid #E7E7E7 !important;
        background-color: #fff !important;
    }

/*-- Mostrar/ocultar columnas --*/
button.dt-button.buttons-collection.buttons-colvis, div.dt-button-collection button.buttons-collection.buttons-colvis.dt-button.active:not(.disabled) {
    font-size: 14px;
    background-color: #fff;
    background: none;
    border: 0;
    background-image: linear-gradient(to top, #004f86 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
    background-size: 0 100%, 100% 100%;
}

    button.dt-button.buttons-collection.buttons-colvis:active:not(.disabled) {
        box-shadow: initial;
    }

        button.dt-button.buttons-collection.buttons-colvis:active:not(.disabled):hover:not(.disabled) {
            box-shadow: none;
            background-image: linear-gradient(to top, #004f86 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
            background-size: 100% 100%, 100% 100%;
            transition: background 0s ease-out;
            transition-duration: 0.3s;
            background-color: #E7E7E7;
        }

div.dt-button-background {
    position: initial;
}

div.dt-button-collection {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    max-height: 300px;
    overflow-y: auto;
}

    div.dt-button-collection button.dt-button, div.dt-button-collection button.dt-button.active:not(.disabled) {
        box-shadow: none;
        background: none;
        border: none;
        text-align: left;
        font-size: 13px;
        color: #666;
    }

        div.dt-button-collection button.dt-button span, div.dt-button-collection button.dt-button.active:not(.disabled) span {
            position: relative;
            padding-left: 30px;
        }

            div.dt-button-collection button.dt-button span::before, div.dt-button-collection button.dt-button.active:not(.disabled) span::before {
                font-family: "Font Awesome 5 Free";
                content: "\f070";
                font-size: 18px;
                line-height: 18px;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
            }

        div.dt-button-collection button.dt-button:hover:not(.disabled) {
            box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 79, 134, 0.4);
            background-color: #004f86;
            color: #fff;
            border-radius: 0.125rem;
            border: none;
        }

            div.dt-button-collection button.dt-button:hover:not(.disabled) span::before {
                color: #fff;
            }

    div.dt-button-collection button.active.dt-button:not(.disabled) {
        color: #333;
    }

        div.dt-button-collection button.active.dt-button:not(.disabled) span::before {
            content: "\f06e";
            color: #004f86;
        }

        div.dt-button-collection button.active.dt-button:not(.disabled):hover:not(.disabled) {
            box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 79, 134, 0.4);
            background-color: #004f86;
            color: #fff;
            border-radius: 0.125rem;
        }

            div.dt-button-collection button.active.dt-button:not(.disabled):hover:not(.disabled) span::before {
                color: #fff;
            }

    div.dt-button-collection button.dt-button:focus:not(.disabled) {
        text-shadow: none;
    }

    div.dt-button-collection button.dt-button.buttons-colvisRestore, div.dt-button-collection button.buttons-colvisRestore.dt-button.active:not(.disabled) {
        color: #004f86;
        text-transform: uppercase;
        font-weight: bold;
    }

        div.dt-button-collection button.dt-button.buttons-colvisRestore span::before, div.dt-button-collection button.buttons-colvisRestore.dt-button.active:not(.disabled) span::before {
            font-family: "Material Icons";
            content: "\e8ba";
            font-weight: normal;
            font-size: 24px;
        }

        div.dt-button-collection button.dt-button.buttons-colvisRestore:active:not(.disabled) {
            box-shadow: none;
            background: none;
        }

        div.dt-button-collection button.dt-button.buttons-colvisRestore:focus:not(.disabled) {
            border: 0;
            background: none;
            background-color: #004f86;
        }

/*-- Columnas no ordenables --*/
table.dataTable thead th.sorting_disabled.sorting_asc::after {
    content: none;
}

/* ====== Fin DataTables ====== */
/*--- Modales ---*/
.modal-dialog.modal-standar .modal-content .modal-header .modal-title {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 8px;
    margin: 10px 20px;
}

.modal-dialog.modal-standar .modal-content .container-scrollbar {
    max-height: calc(100vh - 350px);
}

.modal-dialog.modal-standar .modal-content fieldset legend, .modal-dialog.modal-standar .modal-content fieldset .formularioDetalle .bmd-form-group .is-filled .bmd-label-floating, .formularioDetalle .bmd-form-group .is-filled .modal-dialog.modal-standar .modal-content fieldset .bmd-label-floating,
.modal-dialog.modal-standar .modal-content fieldset .formularioDetalle .bmd-form-group label,
.formularioDetalle .bmd-form-group .modal-dialog.modal-standar .modal-content fieldset label, .modal-dialog.modal-standar .modal-content fieldset .formularioDetalle .bmd-form-group:not(.has-success):not(.has-danger) [class^="bmd-label"].bmd-label-floating, .formularioDetalle .bmd-form-group:not(.has-success):not(.has-danger) .modal-dialog.modal-standar .modal-content fieldset [class^="bmd-label"].bmd-label-floating, .modal-dialog.modal-standar .modal-content fieldset .formularioDetalle .container-observaciones .tipo-label, .formularioDetalle .container-observaciones .modal-dialog.modal-standar .modal-content fieldset .tipo-label {
    background-color: #E7E7E7;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 10px;
}

.modal-dialog.modal-standar .modal-content .table_modal {
    width: 100%;
}

    .modal-dialog.modal-standar .modal-content .table_modal th {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        font-size: 12px;
    }

    .modal-dialog.modal-standar .modal-content .table_modal td {
        padding: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        font-size: 14px;
        vertical-align: middle;
        position: relative;
    }

    .modal-dialog.modal-standar .modal-content .table_modal.table-check th:first-child,
    .modal-dialog.modal-standar .modal-content .table_modal.table-check td:first-child {
        width: 50px;
    }

    .modal-dialog.modal-standar .modal-content .table_modal.table-check .form-check {
        position: relative;
        display: inline-block;
        width: 21px;
    }

        .modal-dialog.modal-standar .modal-content .table_modal.table-check .form-check .form-check-sign {
            top: -13px;
        }

            .modal-dialog.modal-standar .modal-content .table_modal.table-check .form-check .form-check-sign .check {
                background: #fff;
            }

                .modal-dialog.modal-standar .modal-content .table_modal.table-check .form-check .form-check-sign .check::before {
                    color: #ee750b;
                }

.modal-dialog.modal-standar .modal-content .modal-footer .list-inline {
    margin-left: auto;
    margin-bottom: 0;
}

.modal-dialog.modal-standar .modal-content .modal-footer .btn.btn-default {
    background-color: #5f6179;
    border-color: #5f6179;
}

.modal-dialog.modal-standar .modal-content .modal-footer .btn.btn-primary {
    background-color: #ee750b;
    border-color: #ee750b;
}

/*--- Modal con tabs ---*/
.modal-body {
    padding-top: 8px !important;
}

    .modal-body .nav.nav-tabs {
        border-bottom: 1px solid #ee750b;
    }

    .modal-body .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

        .modal-body .nav-tabs .nav-item .nav-link {
            background-color: #ee750b;
            color: #fff;
            border: 1px solid #ee750b !important;
            margin: 0 5px;
        }

            .modal-body .nav-tabs .nav-item .nav-link.active {
                color: #ee750b !important;
                border: 1px solid #ee750b !important;
                background-color: #fff !important;
                border-bottom: 1px solid #fff !important;
            }

    .modal-body .tab-content {
        padding: 20px;
        overflow-y: auto;
        max-height: 500px;
    }

        .modal-body .tab-content .table {
            margin-bottom: 20px !important;
            table-layout: inherit !important;
        }

            .modal-body .tab-content .table th {
                background-color: #cad4df;
                width: 120px;
                padding: 5px 8px;
            }

            .modal-body .tab-content .table td {
                padding: 5px 8px;
            }

            .modal-body .tab-content .table strong {
                font-weight: 600 !important;
            }

/*--- Formularios ---*/
.formularioDetalle .bmd-form-group.disabled .form-control {
    cursor: not-allowed;
    pointer-events: all !important;
}

/*--- File upload ---*/
.js-upload-finished .filenames.filenames-100 li {
    width: 98%;
}

/* Clases añadidas añadidos desde desarrollo */
.error {
    font-size: 12px;
    color: red;
    font-family: "Open Sans";
    font-weight: bold;
}

.dataTables_scrollBody {
    min-height: 300px;
}

.buscadorCentros {
    left: 10px !important;
}

.buscadorUsers {
    left: 0px !important;
}

#modalAddRow .modal-body {
    height: 80vh;
    overflow-y: auto;
}

#buscadorDropdown {
    padding: 15px !important;
}

#optionLocalizer.disabled {
    background-color: grey !important;
}

.modal-dialog {
    margin-top: 50px !important;
}

.content.tabs .card-nav-tabs .card-body .table tbody .checkBoxLineRegister:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: 1px solid #8f8f8f;
    border-radius: 3px;
}

.content.tabs .card-nav-tabs .card-body .table tbody .checkBoxLineRegister {
    font-family: "Material Icons Outlined";
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-left: -2px;
}

.content.tabs .card-nav-tabs .card-body .table tbody :checked + .checkBoxLineRegister:before {
    background-color: #1dd909;
    content: "\e5ca";
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}

.tags ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 16px;
}

    .tags ul li {
        display: inline-block;
        font-size: 14px;
    }

        .tags ul li span {
            color: #004f86;
        }

.tags .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 20px;
    min-width: 20px;
}

    .tags .btn i {
        font-size: 18px;
        color: #ee750b !important;
        top: -12px;
    }

.content.tabs .card-nav-tabs {
    margin-top: 0px;
}

    .content.tabs .card-nav-tabs > .card-header {
        margin-top: 0px !important;
    }

.bmd-form-group .input-group .form-control {
    min-height: 34px;
    height: auto;
}

/* Clases añadidas para el responsive */
@media (max-width: 991px) {
    .close-layer.visible {
        display: none;
    }

    .sidebar .logo .trianguloAzul {
        top: 40px;
        left: -35px;
        transform: rotate(-163deg);
        border-right: 13px solid transparent;
        border-top: 203px solid transparent;
    }

    .sidebar #minimizeSidebar .fa-angle-left, .sidebar #minimizeSidebar .fa-angle-right {
        transform: rotate(180deg);
    }

    .sidebar #minimizeSidebar .fa-angle-left {
        display: block !important;
    }

    .sidebar #minimizeSidebar .fa-angle-right {
        display: none !important;
    }

    .wrapper {
        margin-top: 0px;
    }

        .wrapper.inicio, .wrapper.no-footer {
            height: 100vh;
        }

    .content.dashboard {
        margin-top: 38px !important;
    }

    .sidebar-mini .sidebar {
        width: 56px;
    }

        .sidebar-mini .sidebar .sidebar-wrapper > .nav li > a p {
            transform: translate3d(-25px, 0, 0);
            opacity: 0;
        }

        .sidebar-mini .sidebar .sidebar-wrapper > .nav li > a i {
            margin-left: 6px;
        }

    .sidebar-mini .main-panel {
        transform: translate3d(-56px, 0, 0);
    }

    .sidebar-mini #minimizeSidebar {
        right: inherit;
        left: 12px;
    }

        .sidebar-mini #minimizeSidebar .fa-angle-left {
            display: none !important;
        }

        .sidebar-mini #minimizeSidebar .fa-angle-right {
            display: block !important;
        }

    .main-panel .navbar .notification {
        right: -6px;
    }

    .navbar .navbar-collapse.collapse, .navbar .navbar-collapse.collapse.in, .navbar .navbar-collapse.collapsing {
        display: inline-block !important;
        transform: none;
        width: auto;
        right: 48px;
        height: 50px !important;
    }

    .navbar .nav-item .toogleFullScreen {
        display: none;
    }

    .navbar .navbar-collapse .navbar-nav {
        display: inline-block;
        width: 100%;
        text-align: right;
    }

        .navbar .navbar-collapse .navbar-nav .idiomas_dropdown {
            position: relative;
            top: -7px;
            width: 46px;
            display: inline-block;
        }

            .navbar .navbar-collapse .navbar-nav .idiomas_dropdown .dropdown-toggle {
                width: 46px;
                text-align: left;
            }

                .navbar .navbar-collapse .navbar-nav .idiomas_dropdown .dropdown-toggle:after {
                    right: 6px;
                }

        .navbar .navbar-collapse .navbar-nav li {
            display: inline-block;
            border-right: none !important;
        }

            .navbar .navbar-collapse .navbar-nav li.idiomas_dropdown {
                position: relative;
                top: -7px;
            }

                .navbar .navbar-collapse .navbar-nav li.idiomas_dropdown .dropdown-toggle {
                    width: 46px;
                    text-align: left;
                }

                    .navbar .navbar-collapse .navbar-nav li.idiomas_dropdown .dropdown-toggle:after {
                        right: 6px;
                    }

                .navbar .navbar-collapse .navbar-nav li.idiomas_dropdown .dropdown-menu {
                    border: 1px solid #004f86;
                    margin-top: 0;
                    right: 0 !important;
                    left: inherit !important;
                    width: 50px;
                    margin-top: 0;
                    max-width: 50px;
                    min-width: 50px;
                }

                    .navbar .navbar-collapse .navbar-nav li.idiomas_dropdown .dropdown-menu .dropdown-item {
                        margin: 0px;
                        padding-left: 10px !important;
                        padding-right: 10px !important;
                        cursor: pointer;
                        min-width: inherit !important;
                    }

                        .navbar .navbar-collapse .navbar-nav li.idiomas_dropdown .dropdown-menu .dropdown-item:hover, .navbar .navbar-collapse .navbar-nav li.idiomas_dropdown .dropdown-menu .dropdown-item:focus {
                            background-color: #004f86;
                        }

            .navbar .navbar-collapse .navbar-nav li a {
                height: 50px;
                margin-right: 0px !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

                .navbar .navbar-collapse .navbar-nav li a.fullPage {
                    display: none;
                }

                .navbar .navbar-collapse .navbar-nav li a p {
                    display: none !important;
                }

    .navbar .dropdown.show .dropdown-menu {
        background-color: #fff;
        height: auto;
    }

        .navbar .dropdown.show .dropdown-menu.usuarioPerfil {
            border-radius: 0px;
            border: 1px solid #004f86;
            min-width: 250px;
            width: auto;
            margin-top: -7px;
            position: absolute;
            left: calc(100% - 230px);
        }

        .navbar .dropdown.show .dropdown-menu.avisos {
            width: 250px;
            position: absolute;
            left: calc(100% - 230px);
            margin-top: -8px !important;
            max-height: calc(100vh - 100px);
            overflow: auto;
            border: 1px solid #004f86;
        }

            .navbar .dropdown.show .dropdown-menu.avisos #notificacionList li {
                display: block;
            }

                .navbar .dropdown.show .dropdown-menu.avisos #notificacionList li a {
                    height: auto;
                    padding: 8px !important;
                }

                    .navbar .dropdown.show .dropdown-menu.avisos #notificacionList li a .textos p {
                        display: inline-block !important;
                    }

            .navbar .dropdown.show .dropdown-menu.avisos .ripple-container {
                display: none;
            }

        .navbar .dropdown.show .dropdown-menu#cultureSelector {
            position: absolute;
            overflow: hidden;
            padding-bottom: 0px;
            border: 1px solid #004f86;
        }

    .content.tabs .card-nav-tabs {
        margin-top: 50px;
    }

        .content.tabs .card-nav-tabs .card-body .table-responsive .ps-scrollbar-x-rail {
            left: 20px !important;
        }

    .card .card-body .col-form-label {
        padding: 17px 5px 0 0;
    }

    .buscadorRelativoContent, .buscadorRelativoContent-block {
        margin-top: 30px !important;
    }

    .tableFixHead thead {
        position: relative;
        z-index: 2;
        transform: inherit !important;
    }

    .main-panel .navbar .navbar-brand {
        font-size: 11px;
        margin-left: 10px !important;
    }

    .main-panel .navbar .container-fluid {
        padding-right: 0px;
    }

    .formularioDetalle {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .content.tabs .card-nav-tabs .card-body .footer-table .container .btn#ExportExcelButton {
        font-size: 0px;
    }

    .content.tabs .card-nav-tabs .card-body .footer-table .container #Pagination button {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 480px) {
    .content.tabs .card-nav-tabs .card-body .footer-table .container .col-form-label {
        display: none;
    }
}
/*---responsive idiomas--*/
.idiomas_dropdown .dropdown-toggle {
    z-index: 1111111;
    position: relative;
    text-align: left;
}

.off-canvas-sidebar nav .navbar-collapse {
    background-color: transparent;
}

    .off-canvas-sidebar nav .navbar-collapse::after, .off-canvas-sidebar nav .navbar-collapse::before {
        background-color: transparent;
    }

/*--evitar transparencia en la primera  columna fixed de la tabla---*/
.content.tabs .card-nav-tabs .card-body .table.table-bordered th {
    background-color: #fff !important;
}

/*-----grid------*/
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}
/*-----modal------*/
@media only screen and (max-width: 480px) {
    .modal-dialog .modal-body {
        padding-top: 20px 12px 16px;
    }
}
/*--responsive login----*/
.logologin {
    text-align: center;
}

.idiomas_dropdown .dropdown-toggle {
    background-color: #fff;
}

@media only screen and (max-width: 577px) {
    .login-page {
        align-items: flex-start;
    }

        .login-page .container {
            padding-top: 0 !important;
        }

    .login .fondo {
        display: none;
    }

    .logologin {
        background-color: #005085;
        text-align: left;
    }

        .logologin .img-fluid {
            max-width: 35%;
            margin-bottom: 0;
        }

    .login .card .card-header .card-title {
        margin-top: 40px;
    }

    .login .card .card-body {
        padding: 20px 50px;
    }

    .idiomas_dropdown .dropdown-toggle {
        margin-top: 30px;
    }
}
/*--responsive login----*/
@media only screen and (max-width: 768px) {
    .table {
        width: 100%;
        table-layout: auto !important;
    }

    .content.tabs .card-nav-tabs .card-body .table.table-bordered th,
    .content.tabs .card-nav-tabs .card-body .table.table-bordered td {
        transform: none !important;
    }
}
/* Clases añadidas añadidos desde desarrollo */
.notification-set-not-read:hover {
    opacity:0.5;
    filter:brightness(0.5)
}
#notificacion-table tbody tr:hover {
    background-color: rgba(252, 184, 156, 0.6) !important;
}
/*# sourceMappingURL=telefonia-estilos.css.map */
@media (max-height: 630px) {
    .navbar .dropdown.show .dropdown-menu.avisos {
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
}
#inputSignFile_SignFiles i.fa-eye {
    color: rgb(238,117,11,1);
}
#inputSignFile_SignFiles i.fa-download, #inputSignFile_SignFiles i.fa-trash, #inputSignFile_SignFiles i.fa-cloud-upload-alt, #inputSignFile_SignFiles i.fa-file-signature {
    color: rgb(0,79,134,1);
}
#tablaMultiSim_wrapper .dataTables_scrollBody {
    min-height: 0px;
}
#tablaMultiSim_wrapper{
    width: 100%;
}
@media (min-width: 768px) {
    #AzureLoginValidationButton, #loginTitle {
        margin-left: 100px;
    }
}
@media (min-width: 576px) {
    #AzureLoginValidationButton, #loginTitle {
        margin-left: 30px;
    }
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #ee750b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }