body{
    background-color: #f5f6f5;
    font-family: 'Tahoma';
}
.index{
    height:86vh;
}
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    background: rgba(34, 66, 89, 0.3);
}
.login{
    border-radius: 20px;
    padding: 10px 20px 20px 20px;
    width: 90%;
    background: #ffffff;
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    margin: 0 auto;
    min-width: 245px;
    max-width: 355px;
}
.loginRegister{
    border-radius: 20px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    margin: 0 auto;
}
.title {
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    text-align: center;
}
.divCentrado{
    margin: 0 auto;
}
.row-menu{
    padding-top: 15px;
}
.contentLogo{
    text-align: center;
}
.contentLogo > img{
    width: 60%;
    margin: 0!important;
    margin-bottom: 5px!important;
}
.masthead h1{
    font-size: 4rem;
    margin: 0;
    padding: 0; 
    color: gray;
}

.masthead h4, h3{ 
    color: black;
}
.bi{
    font-size: 20px;
    margin: 0 5px;
}
.icon-menu{
    font-size: 70px;
    color: #157347;
    
}
.contIconModule{
    text-align: center;
}
.icon-module{
    font-size: 50px;
    color: #157347;
    display: contents;
}
.icon-accordion{
    float: right;
    color: white;
}
.icon-table{
    color: #157347;
}
.breadcrumb {
    box-shadow: 1px 1px #d5d4d4;
    background: #5c9170;
    color: white;
    border: 1px solid #eeeded;
    border-radius: 15px;
    padding: 0 5px 0 10px !important;
    font-size: 16px;
    line-height:2em;
}
.panelMenu:hover .description {
    opacity: 1; 
    transition: .6s .3s;
    background-color: #157347;
}
.linkPanelMenu{
    text-decoration: none;
}
.accordion-button{
    display: inline-block;
}
.table > thead > tr{
    text-align: center;
    vertical-align: middle;
}
.table > thead > tr > th{
    text-align: center!important;
    vertical-align: middle!important;
}
.table > tbody > tr{
    text-align: center;
    vertical-align: middle;
}
.card{
    border-radius: 20px;
}
.card-title{
    color: #157347;
}
.cardDash{
    border-radius: 10px;
    padding: 15px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 32.3%;
    border: 0.5px solid rgba(0,0,0,0.25);
    
    background-color: white;
    box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
}
.form-label, .col-form-label{
    font-weight: bold;
}
#divAbono{
    background-color:darkgray;
    margin: 15px 0;
    padding-bottom: 20px;
    border-radius: 15px;   
}
.errorMsg{
    background-color:hsl(0deg 43% 91%);
    margin: 15px 0;
    padding: 10px;
    border-radius: 15px;
    color: hsl(1deg 36% 53%);
}
.errorMsg > p{
    margin-bottom: 5px;
}
.trAbono > td{
    background-color: lightslategray!important;
    color: white!important;
}
.iconSubCat{
    color: rgb(76, 76, 76);
}
.btnAdd{
    margin-bottom: 10px;
}
.txtAyudaForm{
    font-size: 13px;
    font-style: italic;
}
.iconComplete{
    color: mediumseagreen;
}
.iconInComplete{
    color: #ff9234;
}
.iconNull{
    color: #f44336;
}
.container{
    max-width: 1700px!important;
}
.modal-title{
    font-weight: bold;
}
.tdTotal{
    font-weight: bold;
}
.tdIntercalade{
    background-color: #C9FFDE!important;
}

#imgRenta{
    max-width: 100%;
    margin-bottom: 20px;
}
.msgHelper{
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    color: #157347;
}
#iconEliminarImagen{
    display: block;
}
.togglePassword{
    margin-left: -30px!important;
    cursor: pointer;
    color: black;
}
.personalPass{
    display: inline-block;
}
.tableWhite{
    background-color: white;
}
.principalLine{
    margin-top: 0;
}
.firstColumn{
    min-width: 65px;
}
.secondColumn{
    min-width: 270px;
}

/* Para efecto paneles  */
.box-wrap{
    align-items:center;
    justify-content:center;
}
.box{
    transition:.2s all;
    box-shadow:0 2px 3px 0px rgba(0,0,0,0.25);
}
 .box-wrap:hover .box{
    filter:blur(0.5px);
    opacity:.5;
    transform: scale(.98);
    box-shadow:none;
}
.box-wrap:hover .box:hover{
    transform:scale(1);
    filter:blur(0px);
    opacity:1;
    background-color: rgb(210, 240, 231);
    box-shadow:0 8px 20px 0px rgba(0,0,0,0.125);
}
#chartTipoPago, #chartMeses {
    width: 49.5%;
    height: 400px;
    display: inline-block;
}
#chartCursos, #chartCategorias {
    width: 100%;
    height: 400px;
}
.mensajeVacio{
    margin-top: 30px;
}
.alertLogin{
    margin: 0;   
}
#divDescuento{
    display: flex;
}
#divDescuento > input{
    display: inline;
}
#divDescuento > label{
    padding-top: 7px;
    padding-left: 5px;
}
#divDescuentoEdit{
    display: flex;
}
#divDescuentoEdit > input{
    display: inline;
}
#divDescuentoEdit > label{
    padding-top: 7px;
    padding-left: 5px;
}
#divTotalAbonar{
    margin-top: 0;
}

/* ---------Video Main-----------  */
#video1 {
    width: auto;
    min-width: 100%;
    height: auto;
    background-size: cover;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px); 
}

.videoDiv {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -100;
    margin-bottom: 50px;
}

#divFormLogin{
	justify-content: center;
	align-items: center; 
	width: 100%;
    height: 100%;
    
}
.panelTotales{
    background-color:#ffffff; border-radius: 30px;padding:30px;
}


.page-item.active .page-link {
    background-color: #43ad59 !important;
    border: 1px solid white;
}

.breadcrumb-item > a{
    color: #000;
}

.breadcrumb-item{
    color: #eee!important;
}

.cardCourse{
    margin-bottom: 10px;
}

.card-inscriptions{
    margin-bottom: 10px;
    border-radius: 5px;
    height: 150px;
}
.card-tittle-inscrip{
    text-align: center;
    align-items: center;
    margin: 0;
}
.card-count{
    height: 90px;
    text-align: center;
    margin: 0;
    padding: 0;
    align-items: center;
    display: grid;
}

.list-group-numbered{
    text-align: initial;
}
.nameLink{
    text-decoration: none;
    color: inherit;
    position: relative;
}
.nameLink::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #3F4C45, #458062, #41B179);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}
.nameLink:hover::before {
    transform: scaleX(1);
}

/*--------li hover effect------*/
.liEffect{
    transition: all .2s ease-in-out; 
}

.liEffect:hover  {
    transform: scale(1.02); 
    background-color: #f1fff8;
}

/*----------Categorias------------*/
.collectPanel {
    background: #5c9170;
    border-radius: 20px;
    padding: 15px;
}

.collectPanelTit {
    background: white;
    box-shadow: none;
    border-radius: 20px;
    padding: 0px;
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 15px;
}

.collectTit {
    color: black;
    font-weight: 600;
    font-size: 19px;
    margin: 0 10px;
}

.contTemas {
    background: white;
    box-shadow: none;
    border-radius: 20px;
    padding: 10px;
    max-height: 340px;
    overflow: auto;
    min-height: 170px;
}

.titTema {
    padding-left: 5px;
    color: dimgrey;
    font-weight: bold;
}

.divTema {
    background-color: #d3d3d3;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 20px;
    align-items: center;
}

.descTema {
    color: black;     
    margin: 0;
}

.dropdown-toggle{
    background-color: #9d9d9d!important;
}

.trUserReport>td{
    background-color: #cbcbcb!important;
    text-align: left;
}
.trUserReport>th{
    background-color: #cbcbcb!important;
}
.tableReport{
    display: none;
}
.tableReport > tbody{
    font-size: 14px;
}
.tableReport > thead > tr > th {
    font-size: 14px;
}
#btnExport{
    pointer-events: none;
}
.trReportHead > td{
    font-size: 14px;
    font-weight: bold;
    border: 0;
    padding-bottom: 0;
}
.trReportHead > td > span{
    float: right;
    font-style: italic;
    font-size: 10px;
    position: relative;
}
.trReportHeadSub > td{
    padding-top: 0;
    font-style: italic;
    font-size: 14px;
}

.reportLineDivider > td{
    background-color: #878787;
}

.trReportTotal > td {
    font-weight: bold;
}

.reportLineDividerSection > td{
    background-color: #f5f6f5;
}
.divSelectYearMonth, .divSelectPagos, .divSelectCategorias{
    display: none;
}
#columnDetailReceipt{
    max-width: 300px!important;
}
#columnFecha{
    min-width: 100px!important;
}

.img-avatar{
    width: 57.5px;
    height: 50px;
}
.img-avatar-big{
    width: 230px;
    height: 200px;
}
.weightNormal{
    font-weight: normal;
}
.iconAbono {
    color: white;
}
.iconCorreoRecordatorio{
    float: right;
    font-size: 18px;
}
.trReportHeadSub > td > span {
    margin-right: 20px;
}
.trReportHead{
    border: 0;
}

/*---Pagina 404---*/
.tit404{
    text-align: center;
    font-weight:bold;
}
.divImg404{
    width: 100%;
    text-align: center;
}
.divImg404 > img{
    width: 50%;
    margin:0 auto;
}
.desc404{
    text-align: center;
    color:#5c9170;
}

/* .accordion-item{
    background-color: #5c9170;
    border-radius: 20px;
} */

.accordion-header{
    display: flex;
}
.accordion-header > button{
    background-color: #5c9170!important;font-weight:bold;color: white!important;
}
.linkPago{
    color: #157347;
}
.xReceipts{
    float: right;
    line-height: 1;
}
.page-link{
    color: green;
}

/*------Medias Querys-------*/
@media (max-height: 620px){

}

@media (max-width: 767px){
    .contentLogo > img{
        width: 45%;
    }
    .masthead h1{
        font-size: 3rem;
    }
    .icon-menu {
        font-size: 50px;
    }    
    .row-menu{
        padding-top: 0;
    }
    .panelMenu{
        padding: 15px calc(var(--bs-gutter-x) * .5) 0 calc(var(--bs-gutter-x) * .5);
    }
    .hSaludo{
        font-size: 22px;
    }
    .hModulos{
        font-size: 22px;
    }
    .hModulosSub{
        font-size: 20px;
    }
    .icon-module{
        font-size: 30px;
    }
    .btnAdd{
        float: right;
    }
    .dataTables_length, .dataTables_filter, .dataTables_info{
        text-align: left!important;
        font-size: 13px;
    }
    .form-control-sm, .form-select-sm{
        min-height: 0;
        height: 25px;
    }
    .form-select-sm, .form-select{
        font-size: 10px;
    }
    .dataTables_filter > label > input {
        width: 100%!important;
    }
    .table{
        font-size: 10px;
    }
    .icon-table{
        font-size: 10px;
    }
    .paginate_button > a, .accordion-button, .col-form-label, .form-select{
        font-size: 13px;
    }
    .nav-link{
        font-size: 14px;
        color: #198754!important;
    }
    #classes-tab{
        color: #198754!important;
    }
    .col-form-label{
        font-size: 15px;
    }
    .cont-table{
        overflow: auto;
    }
    #chartMonthly, #chartMeses {
        width: 100%;
        height: 450px;
        margin-bottom: 20px;
    }
    .firstColumn{
        min-width: 50px;
    }
    .secondColumn{
        min-width: 200px;
    }
    .title{
        padding-bottom: 10px;
    }

}

