/* BMS deactive buttons */

.deactive_bms-btn {
    background: #cbe1ff;
    color: #4a6cf7;
}
.deactive_bms-btn:hover {
    color: #4a6cf7;
}
.deactive_bms-btn-outline {
    background: transparent;
    color: #4a6cf7;
    border-color: #cbe1ff;
}
.deactive_bms-btn-outline:hover {
    color: #4a6cf7;
    background: #cbe1ff;
}
/* quitan los estilos de los botones para estandarizar igual que la plantilla de LibreDTE */
.input-group-text {
    background: white;
}
.input-group-text:hover {
color: black;
}
.swal2-container {
    z-index: 9999;
}
input[readonly] {
    background-color:#F4F4F4;
}
.line-separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.line-separator::before,
.line-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d7d8de;
}
.line-separator:not(:empty)::before {
    margin-right: .5em;
}
.line-separator:not(:empty)::after {
    margin-left: .5em;
}
.front-nav{
    z-index: 99;
}
.front-modal{
    z-index: 9999;
}
.swal2-container {
    z-index: 9999;
}

input[readonly] {
    background-color:#F4F4F4;
}
