.sitio-oficial:hover{
    color: #3399cc !important;
}
.spmr{margin:0.5rem 0 !important;}
.text-in-success{color:#3399CC;font-weight: 400;font-size: 14px;line-height: 26px;letter-spacing: 0;}
.text-in-info{color:#727E85;font-weight: 400;font-size: 14px;line-height: 26px;letter-spacing: 0;}
.text-in-warning{color:#B8424E;font-weight: 400;font-size: 14px;line-height: 26px;letter-spacing: 0;}
.f-16{font-size: 16px;}
.ayuda-tab{padding: 0.5rem !important;font-size: 11px !important;}
.ayuda-li{padding-right: 0.5rem !important;}
.secondary-title{font-weight: 400;font-size: 20px;line-height: 30px;margin: 0px;}
.secondary-title span{font-weight: 300}
.sitio-oficial{color: #777777}
.mouseover:hover{cursor: help;} /* wait */
.bnone{ border: none; background: #F7F7F7; }
.nav-tabs .nav-link.active{
    color: #fff;
}
.bg-azul, a.active, .nav-tabs .nav-link.active{
    background-color: #3399cc !important;
}
.nav-tabs .nav-link {
	color: #3399cc;
}

.nav-style li span, .nav-style-ayuda li span {
    color: #fff;
    background-color: #c6c6c6;
    border-radius: .25rem;
    padding: 0.2rem;
    font-size: 12px;
}

.nav-style li span.pad05{
    color: #fff;
    background-color: #c6c6c6;
    border-radius: .25rem;
    padding: 0.5rem;
}

li span.active {
    color: #3399cc;
    background-color: #dee2e6;
    border-radius: .25rem;
    padding: 0.2rem;
    font-size: 12px;
}

.l-none{
    list-style:none
}

.filter{
    cursor: pointer;
}
.foreground {
    filter: blur(4px);
} 
.fake-hover{
    color: #212529;
    background-color: rgba(0,0,0,.075);
    line-height: 5px;
}
.pagination {
    display: flex;
    width: 100%;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
    list-style: none;
    border-radius: .25rem;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.pagination .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #3399cc;
}
.page-item.active .page-link{
    background-color: #3399cc !important;
}
li.paginate_button.active{
    border-bottom: none;
}
.page-link.active{
    color: #fff;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #3399cc;
}
.page-link.active{
    color: #fff;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}   
tr.click{
    cursor: pointer;
}
.bg-amarillo{
    background-color: rgba(255, 193, 7, 0.1) !important;
}

.badge-info {
    color: #fff;
    background-color: #3399cc;
}
.f-06rem{
    font-size: 0.6rem;
    white-space: nowrap;
}
.w-85{
    width: 85%;
}