/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
html {
    font-family: Calibri;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #00394C;
}
.nombreElectrodunas {
    font-family: 'Apex New Bold Italic';
    color: white
}
@font-face {
    font-family: 'Apex New Bold Italic';
    src: url('../../fonts/Apex New Bold Italic.otf') format('opentype');
}
.dataTables_filter {
    width: 24rem !important;
}
.dataTables_filter label{
    width: 100% !important;
}
.dataTables_filter label input[type="search"]{
    width: 80% !important;
}

body {
    /*font-family: "Fira Sans";*/
    padding-bottom: 0px;
    padding-top: 0px;
}
input, button, select, optgroup, textarea {
    /* padding-top: 60px; */
    /*padding-bottom: 20px;*/
    font-family: Calibri;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
@media only screen and (max-width:1340px) {
    .nombreLabel {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }


}

.circulo {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*background: #5cb85c;*/
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
#divIndicador {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.table-head-ELD {
    font-size: 14px !important;
}

.table-body-ELD {
    font-size: 16px;
}

.header-segundo {
    width: 180px;
}


.text-align-responsive {
    text-align: right !important;
}

@media only screen and (max-width: 600px) {

    .text-align-responsive {
        text-align: left !important;
    }
}
paddingTop-0 {
    padding-top:5px !important;
}

.paddingTop-5 {
    padding-top: 5px !important;
}

.paddingRight-10 {
    padding-right: 10px !important;
}

.paddingLeft-10{
    padding-left:10px !important;
}
.paddingLeft-20 {
    padding-left: 20px !important;
}
.paddingLeft-30 {
    padding-left: 30px !important;
}
.paddingLeft-50 {
    padding-left: 50px !important;
}

.paddingBottom-10 {
    padding-bottom: 10px !important;
}

.textoBold {
    font-weight:bold !important;
}
.paddingTop-30 {
	padding-top: 30px;
}

.paddingLeft-50 {
	padding-left: 50px;
}

.marginBottom-20 {
	margin-bottom: -20px;
}

.marginTop-0{
    margin-top: 0px !important;
}
.marginTop-10{
    margin-top: 10px !important;
}

.paddingRight-100 {
    padding-right: 100px;
}
.marginRight-5 {
    margin-right: 5px;
}
.profile-img-card {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

.loading {
    position: fixed;
    top: 45%;
    left: 44%;  
    width: 500px;   
    height: 250px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* needed styles for the overlay */
    z-index: 99999; /* keep on top of other elements on the page */
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
    /* Absolute Center Spinner */
}

.form-control-disabled {
	/*background-color: #dddddd !important;*/
	background-color: #e9ecef !important;
}

.big-checkbox {
    width: 20px;
    height: 20px;
    transform: scale(1);
    -moz-transform: scale(1.2);
    margin-top: 3px;
}
#btnSeleccionarArchivo::after {
    background-color: #e9ecef !important;
    content: 'Seleccione';
    color: white;
}

#nombreArchivo::after {
    background-color: #e9ecef !important;
    content: 'Seleccione';
    color: white;
}

.panel-content-border {
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}

.big-radioButton {
	width: 20px;
	height: 2.5rem ;
	transform: scale(1);
	-moz-transform: scale(1.2);
	margin-top: 0px;
}

.big-checkbox {
    width: 20px;
    height: 20px;
}

[aria-expanded="true"] .fa-chevron-circle-up,
[aria-expanded="false"] .fa-chevron-circle-down {
    display: none;
}

/* Tooltip Estado */
.tooltip-estado {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-estado .tooltiptext {
        width: 200px;
        /*top: 100%;*/
        bottom: 100%;
        left: 50%;
        margin-left: -100px;
        /*height: 2.5rem;*/
        visibility: hidden;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        font-size: 12px;
        position: absolute;
        z-index: 999;
        /*z-index: 1;*/
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltip-estado:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/* Tooltip Estado Alternativo */
.tooltip-estado-alt {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-estado-alt .tooltiptext-alt {
        width: 200px;
        /*top: 100%;*/
        bottom: 100%;
        left: 50%;
        margin-left: -100px;
        /*height: 2.5rem;*/
        visibility: hidden;
        /*width: 200px;
		top: 100%;*/
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        font-size: 12px;
        position: absolute;
        z-index: 1;
        /*z-index: 1;*/
        /*bottom: 100%;*/
        /*left: 50%;
		margin-left: -180px;*/
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltip-estado-alt:hover .tooltiptext-alt {
        visibility: visible;
        opacity: 1;
    }

.btn-index {
    width: 37px;
}

.btn-index-eliminar {
    width: 37px;
    margin-top: 3px;
}


.text-danger-custom {
    color: #dc3545 !important;
}

.centrarVerticalmente {
    vertical-align: middle !important;
}

.centrar {
    text-align: center !important;
}
.ultima-fila-reporte-color {
    background-color: #c3e6cb !important;
}
.negrita{

    font-weight:700;
}
.select2-selection__choice {
    float: none !important;
    display: inline-block !important;
  
}
.multiselect-selected-text {
    display: -webkit-inline-box !important;
    /*display: inline-block;*/
    height: 45px !important;
    overflow: -moz-hidden-unscrollable !important;
    overflow-x: hidden !important;
    scrollbar-arrow-color: aqua;
    -ms-scrollbar-base-color: black;
    scrollbar-base-color: black;
}

.select2-selection__rendered {
    display: -webkit-inline-box !important;
    /*display: inline-block;*/
    height: 45px !important;
    overflow: -moz-hidden-unscrollable !important;
    overflow-x: hidden !important;
    scrollbar-arrow-color: aqua;
    -ms-scrollbar-base-color: black;
    scrollbar-base-color: black;
}

.select2-selection__clear {
    float: left !important;
 
}

.DireccionLineas {
    height: 35px;
    font-size: 1.063em;
    cursor: pointer;
}
.tamanio-imagen-file {
    height: 22px !important
}
.btn-index-Carpetas {
    width: 22px;
    padding: 1px;
}

.btn-index-eliminar-Carpetas {
    width: 22px;
    padding: 1px;
}

.bg-eld {
    background-color: rgb(0,57,76) !important;
    /*  background: linear-gradient(-90deg, #80302e, #80302e9e);  */
}

h6[class="mb-0  ConsultaTipoProyecto"] > a[ aria-expanded="true" ] {
    color: black;
    background-color: transparent;
    border-color: transparent;
}

#opcionMenu:hover {
    cursor: pointer !important;
}
.btnEliminarList:hover {
    cursor: pointer !important;
}
.btnGuardarFormulario:hover {
    cursor: pointer !important;
}
.bg-swl-eld > .swal-footer > div:first-child > button {
    background-color: #a3a4a4 !important;
}
.bg-swl-warning-eld > .swal-footer > div:nth-child(2n+2)> button {
    background-color: #a3a4a4 !important;
}

#cabeceraPrincipal {
padding:9px !important;

}
.seccionSolicitudConsulta {
    padding: 5px !important;
}
.detalleSeccionSolicitudConsulta {
    padding: 0px !important;
}
.requisitoSolicitudConsulta {
    padding: 2px 0px 0px 2rem !important;
}



/* Tooltip Estado */
.tooltip-estado {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-estado .tooltiptext {
        width: 200px;
        /*top: 100%;*/
        bottom: 100%;
        left: 50%;
        margin-left: -100px;
        /*height: 2.5rem;*/
        visibility: hidden;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        font-size: 12px;
        position: absolute;
        z-index: 999;
        /*z-index: 1;*/
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltip-estado:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }






.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    max-width: 500px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.stat-card h3 {
    font-size: 16px;
    margin-top: 5px;
    line-height: 20px;
    padding-right: 45px;
    color: #333;
    text-align: left;
}

@media only screen and (max-width:1370px) {
    .stat-card {
        width: 100%;
    }
}

@media only screen and (max-width:980px) {
    .stat-card {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .stat-card {
        width: 100%;
    }
}

.stat-card {
    position: relative;
    display: inline-block;
    background-color: #fff;
    width: 100%;
    min-height: 130px;
    /*min-height: 170px;*/
    text-align: left;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    overflow: hidden;
}

.stat-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

    .stat-icon.right {
        right: 0px;
    }

    .stat-icon span {
        position: absolute;
        z-index: 8;
        top: -40px;
        left: 5px;
        width: 100px;
        height: 100px;
        line-height: 120px;
        border-radius: 50%;
    }

    .stat-icon i {
        padding-left: 15px;
        color: #244673;
        z-index: 9;
        font-size: 24px;
    }

.stat-card h4.stat-num {
    font-size: 45px;
    text-align: left;
}

.stat-card .subtext {
    font-size: 15px;
}

.stat-card .source {
    font-size: 12px;
    margin-top: 15px;
}

.stat-card .open-btn {
    margin-top: 15px;
}


.stat-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

    .stat-icon.right {
        right: 0px;
    }

    .stat-icon span {
        position: absolute;
        z-index: 8;
        top: -40px;
        left: 5px;
        width: 100px;
        height: 100px;
        line-height: 120px;
        border-radius: 50%;
    }

    .stat-icon i {
        padding-left: 15px;
        color: #244673;
        z-index: 9;
        font-size: 24px;
    }

.tarjetas {
display:flex;
}

.footer {
    background: #00394C;
    color: #FFF;
    text-align: center;
    padding: 20px 0px;
    font-family: "Fira Sans";
}

.navbar-inverse {
    background-color: #00394C;
    border-color: #080808;
}

.enlaces-foot {
    margin: 0 auto;
    border-bottom: solid 1px;
    width: 66%;
    padding-bottom: 5px;
    font-family: "Fira Sans";
}

.derechos-foot {
    padding-top: 5px;
    font-family: "Fira Sans";
    color: rgba(255,255,255,0.3);
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

@@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar {
    position: relative !important;
    min-height: 50px !important;
    margin-bottom: 0px !important;
    border-radius: 0 !important;
    background: rgba(0, 57, 76, 1);
}

.container-mppal {
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 18px;
}

@@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px !important;
    margin-left: 33px !important;
}

.navbar-brand {
    position: relative;
    z-index: 2;
}

.brand-movil {
    display: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    font-family: 'HelveticaNeue_Light';
    font-size: 19px;
    padding: 0 !important;
    margin: 0 15px !important;
    top: 10px !important;
}

.dropdown a, .nodrop a {
    color: #FFF !important;
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
    text-decoration: none;
    background-color: transparent !important;
    border-bottom: 2px solid #f37021;
}

.nav li {
    font-size: 14px;
    color: #004055;
    margin-left: 15px;
    display: table-cell;
}

.chat-en-linea {
    float: right;
    margin-top: -62px;
    color: #fff;
    margin-left: 71.7%;
    width: 128px;
    line-height: 1;
    background-color: #F37021;
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'HelveticaNeue_Roman';
    font-weight: bold;
    position: absolute;
    z-index: 9999;
}

.telf span {
    display: inline-block;
    margin-left: 8px;
    font-size: 18px;
}

.telf {
    float: right;
    margin-top: -54px;
    margin-left: 62.7%;
    color: #FFF;
    font-family: 'HelveticaNeue_Bold';
    position: absolute;
    z-index: 99999;
}

@@font-face {
    font-family: 'HelveticaNeue_Light';
    src: url('../../Content/HelveticaNeueLTStd-Lt.otf') format('opentype');
}

@@font-face {
    font-family: 'HelveticaNeue_Bold';
    src: url('../../Content/HelveticaNeueLTStd-Bd.otf') format('opentype');
}

@@font-face {
    font-family: 'HelveticaNeue_Roman';
    src: url('../../Content/HelveticaNeueLTStd-Roman.otf') format('opentype');
}

img {
    vertical-align: middle;
}

.logogeb {
    float: right;
    margin-top: -64px;
    margin-left: 81.2%;
    color: #FFF;
    font-family: 'HelveticaNeue_Bold';
    position: absolute;
    z-index: 99999;
}

.chat-en-linea span:nth-child(2) {
    float: right;
    width: 74%;
}

.navbar-nav {
    margin: 9px 0px !important;
    margin-left: 1% !important;
}

.chat-en-linea .fa {
    font-size: 28px;
    float: left;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.boxitem {
    width: 350px;
    height: 120px;
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    margin: 5px;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    transition: 0.3s all;
    cursor: pointer;
}

    .boxitem:hover {
        transform: scale(1.1);
    }

.tablebox {
    width: 100%;
    height: 120px;
}


.boxday {
    width: 300px;
    height: 70px;
    background-color: white;
    border: 1px solid #e0e0e0;
    display: inline-block;
}

.boxhora {
    background-color: white;
    padding: 5px;
    height: 70px;
    display: inline-block;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-right: 20px;
}

.boxhora {
    min-width: 210px;
}

.disponible {
    border-left: 3px solid #5ed960;
}

#RegistrarCita {
    display: none;
}

#SelectDia {
    display: none;
}

#SelectHora {
    display: none;
}

#confirmacion {
    display: none;
}

hr {
    border-color: #727272;
    margin-top: 2px;
}

.tdright {
    width: 70%;
    font-size: 20.2pt;
    text-indent: 5px;
    color: #3a3a3a;
    background-color: #eeeeee;
    font-weight: bold;
}

#Opciones {
    padding-top: 50px;
    text-align: center;
}

hr {
    border-color: #727272;
    margin-top: 2px;
}

.divpanel {
    width: 49%;
    display: inline-block;
    min-width: 300px;
    vertical-align: top;
}

.classopac {
    filter: grayscale(1);
    opacity: 0.4;
}

.selhora {
    filter: grayscale(1);
    opacity: 0.4;
}

.sinocliente {
    width: 30%;
    min-width: 300px;
    height: 100px;
    margin: 0 auto;
    border: none;
    color: white;
    display: inline-block;
    text-align: center;
    transition: 0.3s all;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
}

    .sinocliente:hover {
        transform: scale(1.05);
    }

#RegistrarCita {
    display: none;
}

#cliSI {
    border-bottom: 5px solid #49b64b;
}

    #cliSI:hover {
        border-bottom: 15px solid #49b64b;
    }

#cliNO {
    border-bottom: 5px solid #d94141;
}

    #cliNO:hover {
        border-bottom: 15px solid #d94141;
    }


.btnNaranja {
    background-color: #F37021;
    border-color: #F37021;
    color: white;
}

    .btnNaranja:hover {
        background-color: #F37021;
        border-color: #F37021;
        color: white;
    }

.btnPrincipal {
    background-color: #00394C;
    border-color: #00394C;
    color: white;
}

    .btnPrincipal:hover {
        background-color: #00394C;
        border-color: #00394C;
        color: white;
    }

.marginbottom-0 {
    margin-bottom: 0px !important;
}

.termino_condicion {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 8.0pt;
    margin-left: 0cm;
    line-height: 115%;
    font-size: 15px;
    font-family: Calibri,sans-serif;
    text-align: justify;
}