﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}


.nav-link[data-toggle].collapsed:after {
    content: " ▾";
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
}

.marginNavbar {
    margin-top: 96px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #004ae3 !important;
    border-color: #004ae3 !important;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #6a0fd5 !important;
    border-color: #6a0fd5 !important;
}

.bg-light {
    background-color: #F7F7F7 !important;
}

.loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Imagenes/loader.gif') 50% 50% no-repeat rgb(255, 255, 255);
    opacity: .5;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loaderHide {
    display: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.loaderShow {
    display: block;
}

/**SIDEBAR*/

.sidebar {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
}
.logout-container {
    position: absolute;
    top: 85%;
}

.logout {
    margin-left: 18px;
}
.logout:hover {
   color: var(--bs-link-hover-color);
}


#main {
    transition: margin-left .5s;
    padding: 16px;
    margin-left: 50px;
}


/* Set width on the form input elements since they're 100% wide by default */
.logo-login-portada {
    width: 200px;
}

.text-lm {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    color: #003056;
    font-size: 20px;
}
.text-lm-M {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    color: #003056;
    font-size: 32px;
}
.login-container {
    height: 475px;
    padding: 20px;
    margin-top: 55px;
    text-align: center;
    position: relative;
}
    .login-container h1 {
        font-size: 32px;
        margin-top: 20px;
    }
    .login-container h2 {
        font-size: 16px;
    }


.form-login {
    position: relative;
    margin-top: 30px;
    
}


.btn-inicio, .btn-inicio:hover{
    background-color: #003056;
    color:white;
}


.forgot-password {
    margin-top: 10px;
    text-align: center;
}

.text-contra a {
    text-decoration: none;
}

.btn-inicio-L {
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

    .btn-inicio-L:hover {
        font-family: Helvetica, sans-serif;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }

#forgot-password-container {
    display: none;
}


.div100 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height:100vh;
}

.imgFondo {
    background-image: url(/Imagenes/imgFondo.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.noPadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.login-portada {
    position:relative;
    left: 180px;
    height: 768px;
}
.login-portada img{
    width: 500px;
}
.nav-item{
    list-style: none;
}
/*menu superior*/

.nv-principal {
    border-bottom: #dee2e6 1px solid;
}
.nv-menu-p {
    background-color: #F7F7F7;
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}
.text-lem {
    color: #001D70 !important;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
}



.close-btn {
 
  font-size: 25px;
  cursor: pointer;
  color: black;
}

.content {
  flex: 1;
  padding: 16px;
}

.open-btn {
  width: 80px;
  font-size: 20px;
  cursor: pointer;
}


/*Hoja de estilos del dashboard*/
.logo-Dash {
    width: 100px;
    margin-left: 40px;
}

.fecha-home {
    color: #001D70;
    font-family: Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
}
.list-nav li {
    display: inline-flex;
}
.list-nav li a{
    color: black;
}
.close-login {
    width: 300px;
    text-align: end;
}

/*Hoja de estilos de configuraciones*/

.btn-add-usuario{
    margin-top:15px;
    margin-bottom: 40px;
    margin-right: 100px;
}
.colum-list {
    border-bottom: #002CBE 1px solid;
    text-align: center;
    margin-bottom: 20px;
}
    .colum-list span {
        font-family: Helvetica, sans-serif;
        font-weight: normal;
    }
    .img-eraser-usuario {
        margin-left: 14.5%;
        width: 50px;
        padding: 15px;
    }
.list-usuario{
    margin-top: 10px;
    text-align: center;
}
.img-eraser-usuario-G {
    margin-left: 7%;
    width: 50px;
    padding: 15px;
}
.usuario-edit{
    margin-left: 4.5%;
}
.icon-edit{
    margin-left: -10px;
}

.link-name {
margin-left:5px;
}

.nav-link {
    color: #A0A0A0;
}

/*.ItemSubmenus li {
    margin-left:20px;
}*/


.nav-tabs .nav-link:active {
    color: #001D70;
}

.menuLogin {
    float: right !important;
    margin-right: 5px;
    padding-top: 15px;
}
.Comentario {
    height: 120px;
}
/*Avisos flotantes*/
.text-avisoUs {
    margin-bottom: 35px;
}
.img-list{
   margin: 10px 175px;
   width: 99px;
}
.text-aviso h1 {
    font-family: Segoe UI;
    text-align: center;
    font-size: 32px;
    color: #002CBE;
}
.text-aviso .txt-Avi {
    font-family: Segoe UI;
    text-align: center;
    font-size: 16px;
    color: #343A40;
}
.swal2-confirm {
    background-color: #003056 !important;
}
.swal2-confirm:focus {
    box-shadow: none !important;
}
.ico-table {
    color: #003056;
}
.dataTables_length label{
    display: inline-flex !important;
}
.dataTables_length label .select{
    margin: 0px 10px;
}
/*Hoja de estilos en parte tipo de usuarios*/
.newCrear {
   background: #004ae3;
}
.newCrear a {
   text-decoration: none;
   color: #FFFF;
}
.iconos-Us a {
    text-decoration: none;
    color: #003056;
}
.Newuser {
    background: #004ae3;
    color: #FFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 99%;
}
 .Newuser:hover, .Newuser a{
        text-decoration: none;
        background: blue;
        color: white;
 }
.Btn-backcre{
    align-items:center;
}
.btn-back {
    
    color: #ffff;
    
}
.btn-back a {
    text-decoration: none;
    background: #6a0fd5;
    color: #ffff;
}

.saveBtn {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #004ae3;
    color: white;
    border-radius: 8px;
    text-align: center;
}
.saveBtn:hover {
    background: blue;
    color: white;
}

.pCont{
    margin-bottom: 20px;
}

.file-drop-area {
   
    display: flex;
    align-items: center;
    width: 100%;
  
    border: 1px dashed #ffc107;
    border-radius: 10px;
    transition: 5.2s;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
   position:absolute;
    cursor: pointer;
    opacity: 0;
    z-index:1;
}

.Solicitud {
    background-color: lightskyblue;
}


.FacturaCreada {
    background-color:darkblue;
}

.FacturaPagada {
    background-color: green;
}


.NoDefinida {
    background-color: red;
}

.textoCorreo {
color:green;

}

.botonTabla {
    margin-left: 15px;
    margin-right: 15px;
}

.card-box {
    padding: 20px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
}

.pointer {
    cursor: pointer;
}



.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.custom-checkbox input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 25px;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color 0.3s;
}

.custom-checkbox input:checked + .checkmark {
    background-color: green; 
}

    .custom-checkbox input:checked + .checkmark::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 3px;
        width: 5px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(35deg);
    }
/* Estilo para el botón de exportación a Excel */
.btn-success {
    background-color: green !important;
    color: white !important;
}
/* Estilo filtro de factura */


#filterFechaCreacion, #IdTipoServicio, #filterPeriodoFin {
    font-size: 12px;
}
/*estilos param dashboard*/

/* Colores personalizados para todas las series de los gráficos */
.ct-series-a .ct-slice-pie {
    fill: #4a90e2; /* Azul claro */
}

.ct-series-b .ct-slice-pie {
    fill: #0055a5; /* Azul oscuro */
}

.ct-series-c .ct-slice-pie {
    fill: #007bff; /* Azul brillante */
}

.ct-series-d .ct-slice-pie {
    fill: #3399ff; /* Otro tono de azul */
}

.ct-series-e .ct-slice-pie {
    fill: #66ccff; /* Azul claro adicional */
}

/* Ajustar el estilo de las etiquetas */
.ct-label {
    fill: #333; /* Color de las etiquetas */
    font-size: 12px;
}
/* Cambiar el ancho de las barras */
.ct-series .ct-bar {
    stroke-width: 50px; /* Cambiar el valor a lo que necesites */
    fill: #3399ff; /* Otro tono de azul */
}

.custom-row {
    margin: 0;
}

.custom-col {
    padding: 10px;
}

.nopadding {
    padding: 0 !important;
}

.custom-card-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ct-chart {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 767px) and (max-width: 1780px) {
    .WcT {
        width: 13% !important;
    }

    .TdS {
        width: 14% !important;
    }

    .TgC {
        width: 168px !important;
    }
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

     .sidebar a {
        font-size: 18px;
      }
   
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    #main {
        margin-left: 0px;
    }

    .marginNavbar {
        margin-top: 55px;
    }

    .logo-Dash {
        margin: 0 auto;
    }

    .text-center > h3 {
        font-size: 15px;
    }

    .text-center > .text-uppercase {
        font-size: 15px;
    }

    .logout-container {
        width: 100%;
        padding-top: 13px;
        border-top: solid;
        position: absolute;
        top: 93%;
    }

    .Mobil {
        color: black;
    }

    .title-siderM {
        display: block !important;
        border-bottom: solid #bdbdbd;
        margin-left: 20px;
    }

    .d-flex {
        flex-wrap: wrap;
    }
    .year-btn {
        margin-right: 15px;
    }
}
