.search_card:after {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    color: #3c5ba4;
    content: url('../img/search_icon.png');
    /* font-size: 12px;
    font-weight: bold; */
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}

.required:after {
    color: #ff2605;
    content: "  *";
}

.required_asterik:after {
    color: #ff2605;
    content: "  *";
}

/*Background color of brand logo*/
.bg_brand{
    background: #0087FF;
}

.card-header-height{
    padding: 10px !important;
}

.card-header-custom{
    padding: 10px !important;
    background: #908b87 !important;
    border-color: #66615d !important;
}

.custom_label{
    color: #66615d;
    font-weight: bold;
}

.custom_label_bold{
    font-weight: bold;
}

.cancel_button{
    background: #ffefe4  !important;
    color: black  !important;
    border-color: #9f9f9f !important;
}

.cancel_button:hover{
    background: #e3e3e3 !important;
    color: black  !important;
}

.submit_button{
    background: #007ff0  !important;
    color: black  !important;
}

.submit_button:hover{
    background: #0087FF !important;
    color: black  !important;
}


/*NAV-Tabs*/
.nav-tabs-bg {
    background: #ddd !important;
}


.nav-item-custom:hover {
    background: #fefefe !important;
}

.nav-link-custom:hover {
    background: #f0f0f0 !important;
}

.nav-link-custom{
    color: #111 !important;
    border: 0px solid #d6d6d6 !important;
    /*margin-left: .1rem !important;*/
    background: #ddd !important;
}

.nav-link-custom.active {
    color: #ffffff !important;
    background: #908b87 !important;
}

.nav-link-custom.active:hover {
    background: #908b87 !important;
}

.hr-custom{
    height: 1px !important;
    border: 0 !important;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5) !important;
}


/*back color*/
.light_grey_bg{
    background: #eceeef !important;;
}

.sidebar-custom{
    color: #65646a !important;
    background: #ddd !important;
}

.dark_grey{
    color: #4f4f4f !important;
}

.link-no-decoration{
    text-decoration: none;
    color: #000000;
}

.link-no-decoration:hover{
    color: #000000;
}

.wrapper-profile {
    display: relative;
}

.wrapper-profile .premium {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    color: #1e90ff;
}

.wrapper-profile .premium-sm {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    color: #1e90ff;
}

.profile-img-small {
    width:40px;
    height:40px
}

.profile-img {
    width:300px;
    height:300px
}

.error {
    color: #ff2605;
    font-weight: normal;
}

.authentication-bg {
    background-image: url("../img/authentication-bg.jpg");
    background-size: cover;
    background-position: center;
}

.intervention-bg-color {
    background-color: #efeff5;
}
