.topbar-brand img{
    max-height: 30px;
}

.header{
    padding: 70px 30px;
}

.card{
    border-radius: 4px ;
}

.job-opening-card:hover .card {
    background: var(--main-color);
    border-color: var(--main-color);
}


.job-opening-card:hover .card h5, .job-opening-card:hover .card .text-info {
    color: #fff !important;
}

.job-opening-card .card .text-info {
    color: var(--main-color) !important;
}

.job-filters .btn-outline.btn-info.active, .job-filters .btn-outline.btn-info:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.job-filters .btn-outline.btn-info{
    color: var(--main-color);
    border-color: var(--main-color);
}

.topbar-right .btn-primary{
    background: var(--main-color);
    border-color: var(--main-color);
}

.theme-color{
    color: var(--main-color) !important;
}

.theme-background{
    background: var(--main-color) !important;
}

.btn.theme-background, .btn.theme-background:hover{
    background: #98bf64 !important;
    border-color: #98bf64 !important;
}

.sidebar{
    padding: 0 20px;
}

.select-file{
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #c9d7df;
    cursor: pointer;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ee1127;
}

.company-title{
    margin-bottom: 0.5rem;
}

a.applyWithLinkedin {
    display: block;
    text-align: center;
}

.select2-container--default .selection .select2-selection.select2-selection--single {
    border: none;
}

.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    color: inherit;
}

.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
}

.template-btn-submit {
    font: normal 700 14px/1.4 Lato;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background: #00a1dc;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33;
    padding: 10px 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.template-btn-submit.hex-color:hover {
    background: #eb7f13;
    color: white;
    min-width: 100px;padding: 5px 15px;
}

.template-btn-submit.hex-color {
    background: #98bf64;border-color: #98bf64;color: white;min-width: 100px;padding: 5px 15px;
}

.posting-apply {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    text-align: right;
}

.posting-categories {
    height: 30px;
    vertical-align: top;
}

posting-category {
    display: inline-block;
    margin-right: 15px;
}
.small-category-label {
    font-size: 12px;
    line-height: 1.4;
}

.small-category-label {
    color: #808080;
    font: normal 700 24px/1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main-item{
   /* 
        border-top: 1px solid #e3e4e6;
		padding: 8px 0;
        color: #737578;
        font-size: 15px;
        font-weight: bold;
    */

    display: block;
	width: 100%;
	clear: both;
	color: #292b2c !important;
	text-align: inherit;
	background: 0 0;
	border: 0
}