/*Links*/
a:hover{
	text-decoration: none;
}

/*Utils*/
.hidden{
	display: none !important;
}


.badge-warning-light{
	background-color: #f6db5f;
	color: #212529;
}

.badge-default{
	background-color:#e4e4e4;
	color:#212529;
}

.title-underline,
.section-underline{
    border-bottom: 1px solid #dee2e6!important;
    padding-bottom: .5rem!important;
    margin-bottom: 15px;
}
.section-header{
    display: block;
    position: relative;
    margin-top: 15px;
}
.section-header-right{
    position: absolute;
    top:0;
    right: 0;
}

.section-header-right-1{
    right: 40px;
}
/*Popovers*/
.popover-info{
    float: right;
    color: #00BCD4;
    font-size: 12px;
    cursor: pointer;
    border:none;
    background:none;
    padding: 0;
}

/*Menu vertical compatibility with Bootstrap 4.5*/
#sidebarMenu .dropdown-toggle {
    white-space: initial;
}

@media (max-width: 576px) { 
    .section-header-xs-full{
        position: inherit;
        margin-left: 0;
    }
    .section-header-right-1{
        right: 0;
    }
}
@media (min-width: 992px) { 
    .section-header{
        display: flex;
    }
    .section-header-right-1{
        right: 40px;
    }
}