.id-cards .card{
    min-height: 260px;
}
.id-cards .id-cards-col{
    max-width: 48.3%;
}
.card .card-header .h6{
    margin-bottom: 0;
}
h5.card-title{
    margin-bottom: 0;
}

.main-data .card{
    width: 32.3%;
}

input{
    width: 100%;
    
}

.btn-toolbar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.opacity-A60{
   opacity:0.6;
}
.opacity-A100 {
   opacity:1;
}
.sidebar .nav-link.active {
    background-color: #ececec;
}
.sidebar .nav-link.active2 {
    opacity:1;
}

#battery-meter{
/*Ok*/color:#5edc7a; 
/*Warning*/ /*color:#f1d64f;*/
/*Danger*/ /*color:#fd7575;*/
}

@media (min-width: 576px){
 .modal-fecha-de-corte.modal-dialog {
    max-width: 500px;
    margin: 3.75rem auto;
}
}