.reportes .reportediv{
    display: flex;
    justify-content:flex-end;
    flex-direction: row-reverse;
    align-items:baseline;
}
.reportes .reportd{
    width: auto;
    display: flex;
    justify-content:flex-end;
    flex-direction: row-reverse;
    align-items:baseline;
    padding-left: 5px; 
}
.reportes .reportd h6{
    transform: translateY(-10px);
    margin-left: 10px;
    cursor: pointer;
}
.reportes .reportediv h6{
    transform: translateY(-4px);
    margin-left: 10px;
    cursor: pointer;
}
.reportes #divReport .chosen-container-multi .chosen-choices {
    height: auto;
    max-height: 200px;
    overflow-y:scroll;
}  
.reportes h2#report{
     width: 100%; 
     font-size: 18px;
     padding: 5px;
     margin-top: 10px;
}
.reportes input.borderSolid{
    border: solid 3px #005ba1;
}
.reportes #printer{
    display: flex;
    align-items:center;
    justify-content:space-around;
}
.reportes div.close{
    position: absolute;
    right:  10px;
    top: 10px;
}

.reportes .content-reports{
    justify-content: space-between;
    height: 100%;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.reportes .fs-25{
    font-size: 25px;
}

.reportes .bg-pdf{
    color: red;
}

.reportes .bg-excel{
    color: green;
}

.btn-print-report{
    color:#005ba1;
    cursor:pointer;
    font-size: 3rem;
    margin-right: 15px;
}

.reportes .reportediv {
   margin-bottom: 5px;
}

.reportes .reportediv {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.reportes .reportediv {
    border-radius: 10px;
}

.reportes .reportediv:hover{
    cursor: pointer;
    background-color: #F5F5F5;
}

.reportes .margin-none {
    margin: 0;
}

@media (max-width: 1562px) AND (min-width: 992px) {
    .reportes .content-reports{
        max-height: calc(100vh - 290px);
    }

}

@media (max-width: 768px) {
    .reportes .content-reports{
        max-height: calc(100vh - 345px);
    }
}

@media (max-height: 500px) {
    .reportes #report{
        max-height: calc(100vh - 145px);
        overflow-y: auto;
    }
    .reportes .content-reports{
        max-height: 100%;
    }
}

@media (min-width: 768px) {
    .reportes .width-mod {
        flex: 0 0 48%;
        max-width: 48% !important;
    }
    .reportes .left {
        margin-left: 5px;
    }
    
    .reportes .right {
        margin-right: 5px;
    }
}