/* *{
	font-family:Arial, Helvetica, sans-serif
}
 */

.menu-lateral:visited{
    text-decoration:none  !important;
    color:blue  !important;
}

.menu-lateral:hover{
text-decoration:white  !important;
color:#74c7f7 !important;
font-weight: 900 !important;

}

.pagination > li.active > a, .pagination > li.active > span{background-color:#0076BC}


.border-table{

    border-left: thin solid #eff0f4 !important;
    border-bottom: thin solid #eff0f4 !important;
    border-color: #eff0f4 !important;
       
}

.azul-menu{
    background-color: #f4f6fa !important;
}

.azul-vobis{
    
    background-color: #0076BC !important;
}

.border-vobis {
    border-color: #0076BC !important;
}

.text-vobis {
    color: #0076BC !important;
}


.ml-n1{
    margin-left: -0.25rem !important;
}

.ml-n2{
    margin-left: -0.50rem !important;
}

.ml-n3{
    margin-left: -0.75rem !important;
}

.ml-n4{
    margin-left: -1.00rem !important;
}
.ml-n5{
    margin-left: -1.25rem !important;
}
.ml-n6{
    margin-left: -1.50rem !important;
}
.mt-n1 {
    margin-top: -0.25rem;
}

.mt-n2 {
    margin-top: -0.50rem;
}

.mt-n3 {
    margin-top: -0.75rem;
}

.mt-n4 {
    margin-top: -1.00rem;
}

.mt-n5 {
    margin-top: -1.25rem;
}

.w-1 {
    width: 0.25rem;
}
.w-2 {
    width: 0.50rem;
}
.w-3 {
    width: 0.75rem;
}
.w-4 {
    width: 1.00rem;
}
.w-5 {
    width: 1.25rem;
}
.w-10 {
    width: 2.50rem;
}
.w-100 {
    width: 100% !important;
}
.w-15 {
    width: 3.75rem;
}
.w-140px {
    width: 140px;
}
.w-150px {
    width: 150px;
}

.h-30px {
    height: 30px !important;
}

.h-31px {
    height: 31px !important;
}

.h-32px {
    height: 32px !important;
}

.h-33px {
    height: 33px !important;
}

.h-34px {
    height: 34px !important;
}

.h-35px {
    height: 35px !important;
}

.h-40px {
    height: 40px !important;
}

.mw-94 {
    max-width: 94% !important;
}

.mh-94 {
    max-height: 94% !important;
}

.ms-27 {
    margin-left: 6.75rem !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: 600 !important;
}

.fw-boldest {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: 600 !important;
}

.fw-boldest {
    font-weight: 700 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.bootstrap-select .btn {
    background-color: #fff !important; 
    border: 1px solid #ccc !important;
    color: #333; 
}

.fs-7 {
    font-size: 0.85rem !important;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.table {
    border-collapse: collapse;
}

.table th,
.table td {
    border: none !important;
}
