﻿.fs-22{
    font-size: 22px !important;
}

.change_btn {
    padding: 12px 9px;
    border-radius: 0px 10px 10px 0px;
} 

.fixed-top .navbar-brand img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: auto;
}

.ui-autocomplete-loading {
    background: url('/imgs/spinner.gif') no-repeat right center;
}
.delete-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAAEzo7pQAAAAb1BMVEX///8BAQHAQQHbbibgYSHjVh7wcSHzbibxayz2bS32cC32biz0cC73cDD2cS/2cDD3cDD3cS/3cTD2cTD3cTD3cTD2cTD2cDD3cS/3cTD3cTD3cTD3cTD3cTD3cTD3cTD3cTD3cS/3cTD3cTD3cTBCwi3AAAAAJHRSTlMAAQQHCAkQFSQ0NTZFV2lufpedoK+7wcXH0NHU2drb4/Hz9fgPGHxlAAAA1klEQVQ4y9VS2Q7CIBCcXpbWKljbimjx6P7/Nwoe9IpXjCbOw7A7TJZlAWjBlaGZvKWUWWKGpEQX3AWkGJ5CXJbEFLsGYhBspKTndTDVetVmcXM8WNDOtZMQ1oK1payg+sIEoYdXDvsIK62n3TwT6B66o3PnxyZ2s74MxE3WzF2sQX1BvSvACzHpCtJiM8NfwNvubbv7rTfei/KiKGqqDBcV1YbzaGDhlLRJQnxUwxiCZQrOkS6DOwZGAkqZf8q+ZoibOcoS8ya+Y3h8C39Ra4d64f/wgU4UJRUPRAylTAAAAABJRU5ErkJggg==)center right no-repeat;
    background-size: auto;
    text-indent: -9999px;
    white-space: nowrap;
    outline: none;
    background-size: 26px;
    display: inline-block;
    width: 23px;
    height: 19px;
    cursor: pointer;
}

.onet-tooltip {
    display: none;
    color: #000;
    background: #fdf9ed;
    font-size: 14px;
    position: absolute;
    right: 100px;
    top: -3px;
    width: 400px;
    z-index: 9;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #f0c573
}

    .onet-tooltip:after {
        content: '';
        position: absolute;
        right: -6px;
        top: 7px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #181619
    }

.show-onet-tooltip:hover + .onet-tooltip {
    display: block
}


.direct-job-description h1 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.direct-job-description h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.direct-job-description h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.direct-job-description h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
}
