body{
    font-size: 12px;
}
body.Index_maintenance{
    height: 100vh;
    width: 100vw;
    background: url(/templates/rs-admin/build/images/maintenance_bg-1.jpg) center center no-repeat;
    background-size: cover;
}
body.Index_countdown{
    height: 100vh;
    width: 100vw;
    background: url(/templates/rs-admin/build/images/waiting_bg-2.jpg) center center no-repeat;
    background-size: cover;
}
.gridWrapper{
    font-size: 12px;
}

.lot_autocomplete{
    position: absolute;
    width: 200px;
    height: 150px;
    overflow-y: scroll;
    background: #efefef;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.lot_autocomplete .list-group-item{
    padding: 3px 2px;
    cursor: pointer;
    margin: 0 0 2px 0;
}
.lot_autocomplete strong{
    font-weight: bold !important;
}

.morphologies_autocomplete{
    position: absolute;
    width: 150px;
    height: 170px;
    background: #efefef;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.morphologies_autocomplete ul{
    overflow-y: scroll;
    width: 150px;
    height: 150px;
}
.morphologies_autocomplete .list-group-item{
    padding: 3px 2px;
    cursor: pointer;
    margin: 0 0 2px 0;
}
.morphologies_autocomplete strong{
    font-weight: bold !important;
}

.just_active_cont .btn.toggle label.toggle-on,
.just_active_cont .btn.toggle label.toggle-off{
    color: #000;
}
