@media (max-width:1200px) {
    #remove-scroll {
        height: 500px !important
    }
}

table {
    font-size: 12px !important;
}

.corta-texto {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul>li:hover>a {
    color: #fff !important;
}

.page-title-box {
    padding: 14px 20px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(36 36 41 / 7%);
    box-shadow: 0px 0px 13px 0px rgb(36 36 41 / 7%);
    position: relative;
    top: 30px;
}

h6 {
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.header-bg {
    height: 72px;
}

.bienvenida {
    margin-top: 68px;
}

@media (min-width: 992px) {
    .header-bg {
        height: 145px;
    }

    .bienvenida {
        margin-top: 130px;
    }
}

@media (max-width: 768px) {
    .wrapper {
        padding-top: 145px;
    }
}

.personal_cargo {
    color: #fff !important;
}

.pictureProfile:hover {
    cursor: pointer;
    opacity: 0.5;
}

.boton_foto:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
    background: #f0f4f7;
    filter: brightness(0.7);
}

.fPerfil {
    max-height: 2.5rem;
    max-width: 2.5rem;
}

.fPerfil_reporte img {
    max-height: 4rem !important;
    max-width: 4rem !important;
}

.select2-with-ico {
    width: calc(100% - 42px) !important
}

.select2-full {
    width: 100% !important
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 25%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 65%;
    width: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /* background-color: #00c09e; */
    background-color: #0092cc !important;
    color: white;
}

.ui-dialog-content .row:first-child {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#centro_pagina .card:first-child {
    border-radius: 20px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.input-group-prepend {
    width: 42px !important;
}

.input-group-prepend span {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.ui-divider {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 1rem;
}

.btn-block {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.card-border {
    border-radius: 20px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.invalid-feedback {
    margin-bottom: 0.25rem !important;

}

.bg-pattern {
    border-radius: 20px !important;
}

.rad-label {
    display: flex;
    align-items: center;

    border-radius: 100px;
    padding: 15px 16px;
    margin: 1px 0;

    cursor: pointer;
    transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;

    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
}

.rad-design::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;

    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: .3s;
}

.rad-input:checked+.rad-design::before {
    transform: scale(0);
}


.custom-radio {
    width: 22px;
    height: 22px;
    border-radius: 100px;

    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
}

.custom-radio::before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;

    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: .3s;
}

.custom-radio-input:checked+.custom-radio::before {
    transform: scale(0);
}


.rad-text {
    color: #5c5454;
    margin-left: 14px;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}

.rad-input:checked~.rad-text {
    color: black;
}

.custom-radio-input:checked~.rad-text {
    color: black;
}

/* ABS */
/* ====================================================== */
.abs-site-link {
    position: fixed;
    bottom: 40px;
    left: 20px;
    color: hsla(0, 0%, 0%, .5);
    font-size: 16px;
}

.aclarado:hover {
    transform: scale(1.2, 1.2);
    filter: brightness(0.7);
    cursor: pointer;
}

.aclarado {
    opacity: 1;

}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}



#dialog_user_manual img {
    max-width: 100% !important;
}

@media (max-width:1200px) {
    #remove-scroll {
        height: 500px !important
    }
}

.div_rate {
    font-size: 28px;
    font-family: sans-serif;
    margin-right: auto;
    margin-left: auto
}

.rate-base-layer {
    color: #aaa
}

.rate-hover-layer {
    color: orange
}

.rate2 {
    font-size: 35px
}

.rate2 .rate-hover-layer {
    color: pink
}

.rate2 .rate-select-layer {
    color: red
}

#rate5 .rate-base-layer span,
#rate7 .rate-base-layer span {
    opacity: .5
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th.dtr-control:before {
    height: 15px;
    width: 15px;
    margin-top: -10px;
    line-height: initial
}

#info_user_manual table tr td img {
    max-width: 100% !important
}

@media screen and (max-device-width:680px),
screen and (max-width:680px) {
    #info_user_manual table tr td {
        display: inline-block !important;
        width: 100% !important
    }

    #info_user_manual table tr td img {
        max-width: 100%
    }
}

.custom-control-input:checked~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.ui-dialog-buttonset .ui-button {
    border-radius: 10px !important;
    padding: 9px 14px !important
}

.ui-dialog-titlebar {
    font-size: 14px !important
}

.dropleft .dropdown-menu .dropdown-item:hover {
    transform: scale(1.02, 1.02) !important
}

.menu-arrow {
    display: block !important
}

.btn-white-coffe {
    color: #282524;
    background-color: #fff;
    border-color: #887c78;
}

.titular_descripcion {
    color: #6b6b6b;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

.subtitular_descripcion {
    color: #6b6b6b;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}

#topnav .navigation-menu>li:hover a i {
    color: #6b7184;
}

.bg-white>a {
    background-color: #fff !important;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #fff !important;
    background-color: #ada8a8 !important;
}

#topnav .has-submenu.active .submenu li.active>a>i {
    color: #fff !important;
    background-color: #ada8a8 !important;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus,
#topnav .navigation-menu>li>a:active {
    color: #ffffff;
    background-color: #ada8a8;
}

#dialog_soporte td {
    padding-top: 10px !important
}

/*** Estilos menu lateral ***/
.enlarged #sidebar-menu .submenu li>a {

    background-color: #383c40;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*** Estilos del input de fecha ***/

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    border: 1px solid #FFF !important
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    border: 1px solid #FFF !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    /* background: #35ff33; */
    /* box-shadow: #19e517 0 1px 3px 0 inset; */
    color: #fff;
    font-weight: 700;
    background-color: #c8ddfc !important;
    color: #1A5797  !important;
}

.xdsoft_calendar td,
.xdsoft_calendar th {
    box-shadow: none !important;
}

.xdsoft_calendar td:hover {
    color: #fff;
    font-weight: 700;
    background-color: #c8ddfc !important;
    color: #1A5797  !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #1A5797  !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff;
    font-weight: 700;
    background-color: #c8ddfc !important;
    color: #1A5797  !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    box-shadow: none !important;
}

.xdsoft_option:hover {
    color: #fff;
    font-weight: 700;
    background-color: #c8ddfc !important;
    color: #1A5797  !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    color: #fff;
    font-weight: 700;
    background-color: #c8ddfc !important;
    color: #1A5797  !important;
}

.datetimepicker {
    background-color: #FFF !important;
}

/*** Estilo de scroll ***/
.contenedor {
    margin: 2rem auto;
    border: 1px solid #aaa;
    height: 300px;
    width: 90%;
    max-width: 400px;
    background: #f1f2f3;
    overflow: auto;
    box-sizing: border-box;
    padding: 0 1rem;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.scroll-custom::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll-custom::-webkit-scrollbar:vertical {
    width: 10px;
}

/* .scroll-custom::-webkit-scrollbar-button:increment,
.scroll-custom::-webkit-scrollbar-button {
    display: none;
} */

.scroll-custom::-webkit-scrollbar:horizontal {
    height: 10px;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.scroll-custom::-webkit-scrollbar-track {
    border-radius: 10px;
}


/*** Scroll Select ***/
.select2-results__options::-webkit-scrollbar {
    -webkit-appearance: none;
}

.select2-results__options::-webkit-scrollbar:vertical {
    width: 10px;
}

.select2-results__options::-webkit-scrollbar-button:increment,
.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.select2-results__options::-webkit-scrollbar:horizontal {
    height: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;
}

/*** Estilos generales ***/
.btn-img {
    border-radius: 7px;
    height: 35px;
}

.border-blue {
    border: 1px solid #55a5fc;
}

/*** Estilos check ***/
.custom-control-label::after,
.custom-control-input:checked~.custom-control-label:before {
    width: 17px !important;
    height: 17px !important;
    cursor: pointer !important;
    top: 0px !important;
}

.custom-control-input:checked~.custom-control-label:before {
    border-color: #47bd9a;
    background-color: #47bd9a;
    height: 17px;
    width: 17px;
}

.custom-control-label::before {
    width: 17px;
    height: 17px;
    top: 0px;
}

.no-focus:focus {
    border: 0px !important;
    outline: none;
}

.custom-control-label {
    cursor: pointer;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(116 221 110);
}

/*** Estilos animación de carga ***/
.loader1,
.loader2 {
    border: 16px solid #FFF;
    border-top: 16px solid #104e8b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/**
* Estilos para mantener las posiciones
*/
.xdsoft_datetimepicker {
    z-index: 10001 !important;
}

.select2-container--open {
    z-index: 9999999
}

.alert {
    z-index: 10000 !important;
}

.custom-z-index {
    z-index: 10050 !important;
    border-radius: 10px !important;
}

.ui-widget.ui-widget-content {
    z-index: 9000 !important;
}

#topnav .navigation-menu>li:hover a i {
    color: #6b7184;
}

.bg-white>a {
    background-color: #fff !important;
}

#topnav .has-submenu.active .submenu li.active>a {
    color: #fff !important;
    background-color: #ada8a8 !important;
}

#topnav .has-submenu.active .submenu li.active>a>i {
    color: #fff !important;
    background-color: #ada8a8 !important;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus,
#topnav .navigation-menu>li>a:active {
    color: #ffffff;
    background-color: #ada8a8;
}

.ico_psico:before {
    content: "Ψ";
}

/*** Estilos animación de carga ***/
.loader1,
.loader2 {
    border: 16px solid #FFF;
    border-top: 16px solid #104e8b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-bottom: 10px;
}

.loader_dialog {
    border: 16px solid #F3F3F3;
    border-top: 16px solid #104e8b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-bottom: 10px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/** Estilos de los checkbox */
.custom-control-input:checked~.custom-control-label::before {
    border-color: #2373b9 !important;
    background-color: #2373b9 !important;
}

/** Estilos de las opciones despegables */
.dropdown-item {
    cursor: pointer;
}

/** Estilos para el cronómetro para serrar sesión **/
.circle-timer {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.circle-timer svg {
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
}

.circle-timer .time {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.circle-timer .message {
    margin-top: 20px;
    font-size: 16px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-draggable .ui-dialog-titlebar {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important; 
}

/* Para pantallas móviles (ancho menor o igual a 767px) */
@media screen and (max-width: 767px) {
    .contenedor_v2 {
        width: 650px;
    }
}

/* Para pantallas móviles (ancho menor o igual a 767px) */
@media screen and (max-width: 767px) {
    .contenedor_v1 {
        width: 750px;
    }
}

.ui-draggable .ui-dialog-titlebar{
    background-color: #FFFFFF !important;
    color: #000 !important;
}



.grafica_medidor_categorias {
    width: 102px;
    /* ancho visual deseado */
    height: 60px;
    /* alto visual deseado */
    display: block;
}

.grafica_medidor_1 {
    width: 102px;
    /* ancho visual deseado */
    height: 60px;
    /* alto visual deseado */
    display: block;
}

.grafica_medidor_2 {
    width: 68px;
    /* ancho visual deseado */
    height: 40px;
    /* alto visual deseado */
    display: block;
}

.custom-z-index-10055 {
    z-index: 10055 !important;
}


/** Estilos de reportes **/
.dato_entidad_empresa {
    max-width: 500px !important;
}