.bg-cab
{
    color: #fff;
    background-color: #1670AA;
}

.modal-block
{
    background-color: rgba(51,168,255, 0.25) !important;
}

.fs-9{
    font-size: 9px;
}

.fs-10{
    font-size: 10px;
}

.fs-11{
    font-size: 11px;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

label{
    font-size: 11px;
    margin-left: 10px;
}

hr{
    border-color: rgb(79, 79, 80);
}

.title-hr{
    color: rgb(51,168,255);
    font-size: 14px;
}

.switchery {
    width: 110px;
    border: 2px solid black;
  }
.switchery:before {    
    color: rgb(118, 116, 116);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f057  Inactivo";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%) translateX(-10%);
}

.switchery:checked + .switchery:before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058  Activo";
    width:100px;
    left:2px;
}

.list-scroll {
    max-height: 300px;
    overflow-y: auto;
}

.btn-xs, .btn-group-sm > .btn{
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.4rem 0.4rem;
    border-radius: 0.15rem;
}

.ui-autocomplete {
    position: absolute;
    z-index: 2150000000 !important;
    cursor: default;
    border: 2px solid #ccc;
    padding: 5px 0;
    border-radius: 2px;
}

.titulo-modulo {
    color:#4496fb!important ;
    margin-top: -1.5rem;
    margin-left: 1rem;
}