/* Font made from <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a> is licensed by CC BY 3.0 */
/*@font-face {
    font-family: 'mynewterm';
    font-display: auto;
    src: url('../fonts/helvetica.eot'); !* IE9 Compatible Modes *!
    src: url('../fonts/helvetica.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *! url('../fonts/helvetica.woff2') format('woff2'), !* Super Modern Browsers *! url('../fonts/helvetica.woff') format('woff'), !* Pretty Modern Browsers *! url('../fonts/helvetica.ttf') format('truetype'), !* Safari, Android, iOS *! url('../fonts/helvetica.svg#Helvetica') format('svg'); !* Legacy iOS *!
}*/
@font-face {
    font-family: 'mynewterm';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
    url('../fonts/lato-regular-webfont.woff') format('woff'),
    url('../fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family:'mynewterm signature';
    src:url("../fonts/journal.eot");
    src:url("../fonts/journal.eot?#iefix") format("embedded-opentype"),
    url("../fonts/journal.woff") format("woff"),
    url("../fonts/journal.ttf") format("truetype"),
    url("../fonts/journal.svg#JournalRegular") format("svg");
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    /*padding-bottom: 20px;*/
    color: #414042;
    font-family: 'mynewterm', Arial, sans-serif !important;
    height: 100%;
}

img, embed, object, video {
    max-width: 100%;
}

body {
    counter-reset: section;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

html .acct-lock-blurry {
    -webkit-filter: blur(3px) grayscale(30%) !important;
    -moz-filter: blur(3px) grayscale(30%) !important;
    -o-filter: blur(3px) grayscale(30%) !important;
    -ms-filter: blur(3px) !important;
    filter: blur(3px) grayscale(30%) !important;
    opacity: 0.88;
    cursor: not-allowed !important;
}

#wrapper-all {
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
}

/* CUSTOMIZE THE Slider
-------------------------------------------------- */

/* Slider base class */
.fp-slider {
    height: auto;
}

.fp-slider-inner {
    padding-top: 130px;
}

#fp-slider-wrapper {
    background: url("../images/fp_mynewterm_slider1.jpg");
    background-size: cover;
}

.fp-smaller-text {
    font-size: 20px; /*1.58vw;*/
}

.fp-small-text {
    font-size: 2.5vw;
}

.fp-medium-text {
    font-size: 3vw;
}

.fp-slider h1 {
    /*font-size: 70px;*/ /*5vw*/;
}

.sch-slider {
    height: 300px;
}

.sub-page-title {
    padding-top: 30px;
}

/*.sch-slider-inner {
    background: url("../images/def_sch_profile.jpg");
    background-size: cover;
}*/

.bg-danger-strict {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

html .bg-danger-strict.bg-warning-strict.caution.row-caution {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

.bg-warning-strict {
    background-color: #ffbf00 !important;
}
html td.bg-warning-strict.row-caution {
     background-color: #fff2af !important;
}

html td.bg-warning-strict.caution {
    background-color: #fff2af !important;
    position: relative !important;
}
.bg-warning-strict.caution,
.bg-warning-strict a.caution,
.bg-warning-strict i.caution {
     color: #414042 !important;
}
.bg-warning-strict span.caution-wrapper {
    position: absolute;
    padding: 2px !important;
    left: 0;
    top: 0;
}
.bg-warning-strict span.caution-wrapper-righter {
    position: absolute;
    padding: 2px !important;
    right: 2px;
    top: 0;
}

.round-bg {
    border-radius: 50%;
}

.round-bg-px {
    border-radius: 8px;
}

.round-dashed-bg {
    border-radius: 50%;
    border: 2px dashed #F06D2D;
    height: 3vw;
}

.fp-slider-wrapper {
    background: url("../images/fp_mynewterm_slider1.jpg");
    background-size: cover;
}

.embed-dt-picker {
    display: inline-block !important;
    width: 50% !important;
}
.embed-dt-picker input{
    display: inline-block !important;
    width: 85% !important;
}
.embed-dt-picker .input-group-addon{
    display: inline-block !important;
    width: 10% !important;
    height: 34px !important;
    text-align: center !important;
    padding: 6px !important;
}
.embed-dt-picker .input-group-addon span {
    font-size: 16px !important;
}

.label-inline {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 5px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the Slider */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.jumbotron p.clear-text {
    font-size: 14px !important;
}

/* Featurettes
------------------------- */

.hr-divider-10 {
    margin: 10px 0; /* Space out the Bootstrap <hr> more */
}

.hr-divider {
    margin: 20px 0; /* Space out the Bootstrap <hr> more */
}

.hr-divider-dark-thick {
    margin: 10px 0 !important; /* Space out the Bootstrap <hr> more */
    border-top: 3px solid #333333 !important;
}

.hr-divider-dark-thin {
    margin: 10px 0 !important; /* Space out the Bootstrap <hr> more */
    border-top: 1px solid #333333 !important;
}

.hr-header-divider-dark-thin {
    padding: 10px 0 !important;
    border-bottom: 1px solid #dddddd !important;
}
.hr-td-divider-dark-thin {
    border-bottom: 1px solid #dddddd !important;
    padding: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.hr-header-divider-dark-thin-top {
    padding: 20px 0 !important;
    border-top: 1px solid #dddddd !important;
}

.hr-select2-result-divider {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.alt-bg-color .alt-bg-row:nth-child(even) {
    background: #eeeeee !important;
}
.alt-bg-color .alt-bg-row:nth-child(odd) {
    background: #ffffff !important;
}

.dtpicker-brd-w-radius-default {
    border: 1px solid #337ab7 !important;
    border-radius: 4px !important;
}

.brd-dark-thin {
    border: 1px solid #333333 !important;
}

.brd-light-thin {
     border: 1px solid #e9e9e9 !important;
 }

.no-brd {
    border: 0 !important;
}

.bg-success-grn {
    background-color: #5CB85C !important;
    color: #FFFFFF !important;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/*html div#email-template-new-interview-optional-editor + .note-editor.note-frame .panel-heading.note-toolbar {
    display: none !important;
}*/

html .note-status-output .summernote-cleanerAlert {
    display: none !important;
}

html .note-status-output small {
    display: none !important;
}

html .address_search_bloodhound {
    position: relative !important;
}
html span.twitter-typeahead {
    width: 100% !important;
}
html span.twitter-typeahead .tt-menu {
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background-color: #ffffff !important;
    padding: 0 !important;
    width: 100% !important;
}
html span.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
    cursor: pointer !important;
    padding: 5px 8px !important;
}
html span.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
    background-color: rgba(88, 151, 251, 1) !important; /*rgba(0, 0, 0, 0.1);*/
    color: #ffffff !important;
}
html .twitter-typeahead-empty-message {
    padding: 5px 8px !important;
    color: #a94442 !important;
    font-weight: bold !important;
}
html .twitter-typeahead-clear-button {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 30px;
    height: 100%;
    display: none;
    align-items: center;
}
html span.twitter-typeahead .address_search_typeahead {
    padding-right: 31px !important;
}

html .iti__country.iti__highlight {
    background-color: rgba(88, 151, 251, 1) !important; /*rgba(0, 0, 0, 0.05);*/
    color: #ffffff !important;
}
html .select2.select2-container.select2-container--default .select2-selection__clear {
    font-size: 33px !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-weight: normal !important;
}
html .select2-reposition-dropdown {
    top: 58px !important;
}
html .select2-reposition-dropdown .select2-dropdown {
    padding: 0 !important;
    height: auto !important;
}

html .swal-custom-btn {
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}

html .swal2-content .select2-container,
html .swal2-content  .select2-container .select2-dropdown,
html .swal2-content .select2-selection.swal-custom-select2-container {
    z-index: 9999999 !important;
    font-size: 14px !important;
    text-align: left !important;
}

html .swal2-content .select2-selection.swal-custom-select2-container .swal2-content .select2-dropdown {
    z-index: 9999999 !important;
    font-size: 14px !important;
    text-align: left !important;
}
html .swal2-content .select2-container .select2-selection--multiple .select2-selection__choice {
    padding: 2px 5px !important;
}
html .swal2-content .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    font-size: 18px !important;
}


html .comm-history-wrap p.comm-history {
    color: #414042 !important;
}

html .popover.fade {
    z-index: 999999 !important;
}

.client {
    text-align: center;
    padding: 20px;
    opacity: .6;
    transition: all .3s ease-in-out;
}

.client:hover {
    opacity: 1;
}
html .client a {
    transition: all .3s ease-in-out;
}

html .a2a_menu.a2a_mini,
html .a2a_menu.a2a_full {
    z-index: 9999999 !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 378px) {
    nav.navbar a.navbar-brand {
        padding: 10px 10px !important;
    }

    .def-logo {
        width: 80px !important;
        height: 30px !important;
    }

    .container .sub-page-title, .container-fluid .sub-page-title {
        padding-top: 2px !important;
        font-size: 25px !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    #top-most-left-bar {
        padding-right: 0 !important;
        padding-left: 0 !important;
        font-size: 10px !important;
    }

    div.container nav.navbar {
        min-height: 50px !important;
    }

    div.map-holder {
        /*padding-right: 15px !important;*/
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 378px) {
    .fp-smaller-text {
        font-size: 20px; /* 2.5vw !important;*/
    }
}

@media (min-width: 379px) {
    nav.navbar a.navbar-brand {
        padding: 15px 10px !important;
    }

    .def-logo {
        width: 160px !important;
        height: 52px !important;
    }

    .container .sub-page-title {
        padding-top: 30px !important;
        font-size: 30px !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    #top-most-left-bar {
        padding-right: 15px !important;
        padding-left: 15px !important;
        font-size: 12px !important;
    }

    div.container nav.navbar {
        min-height: 100px !important;
    }
}

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .nav-a-height li {
        height: 82px;
        /*line-height: 82px;*/
        background-color: #FFFFFF;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        /*border-radius: 4px;*/
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .fp-slider h1 {
        /*font-size: 90%;*/
    }

    .fp-smaller-text {
        font-size: 20px; /*1.58vw !important;*/
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: -26px;
        background-color: #FFFFFF;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
    }

    .col-md-offset-4_5 {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }

    .fp-slider h1 {
        /*font-size: 99%;*/
    }

    .fp-smaller-text {
        font-size: 20px; /*1.58vw !important;*/
    }
}

/* ADDITIONAL */
html .watermarked-staging::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1) url('../../assets/images/watermark-staging.png') no-repeat center;
    background-size: contain; /* Adjust to cover or contain as needed */
    opacity: 0.6; /* Adjust opacity to make the watermark semi-transparent */
    pointer-events: none; /* Ensure the watermark doesn't block any interactions */
}

html .note-editing-area .note-editable {
    padding-top: 20px !important;
}
html .note-editing-area .note-placeholder {
    padding-top: 20px !important;
    font-family: 'mynewterm', Arial, sans-serif !important;
    font-size: 13px !important;
}
html .note-editing-area .note-editable,
html .note-editing-area .note-editable div,
html .note-editing-area .note-editable p,
html .note-editing-area .note-editable span,
html .note-editing-area .note-editable ol,
html .note-editing-area .note-editable ul,
html .note-editing-area .note-editable li,
html .note-editing-area .note-editable strong,
html .note-editing-area .note-editable b,
html .note-editing-area .note-editable i,
html .note-editing-area .note-editable u,
html .note-editing-area .note-editable a {
    font-family: 'mynewterm', Arial, sans-serif !important;
    font-size: 13px !important;
}

html .note-editing-area .note-editable div,
html .note-editing-area .note-editable p,
html .note-editing-area .note-editable span,
html .note-editing-area .note-editable strong,
html .note-editing-area .note-editable b,
html .note-editing-area .note-editable i {
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}

.nav.nav-tabs[role="tablist"] li.active a {
    background-color: #F06D2D !important;
    color: #ffffff !important;
}

.nav.nav-tabs[role="tablist"] li.alternate a {
    color: #777777 !important;
}
.nav.nav-tabs[role="tablist"] li.active.alternate a {
    background-color: #777777 !important;
    color: #ffffff !important;
}

ul.nav.nav-tabs.equal-email-templates li:not(.active) {
    border-left: 1px #dddddd solid !important;
}
ul.nav.nav-tabs.equal-email-templates {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

ul.nav.nav-tabs.equal-email-templates li {
    display: flex;
}

ul.nav.nav-tabs.equal-email-templates li a {
    flex: 1;
}

ul.nav.nav-tabs.equal-email-templates li a h5 {
    display: flex;
    flex-direction: row;
}

/*ul.nav.nav-tabs.equal-email-templates li.maxi-nav {
    flex: 0 0 16% !important;
}
ul.nav.nav-tabs.equal-email-templates li.norm-nav {
    flex: 0 0 14.5% !important;
}
ul.nav.nav-tabs.equal-email-templates li.mini-nav {
    flex: 0 0 10% !important;
}*/
ul.nav.nav-tabs.equal-email-templates li.maximum-nav {
    flex: 0 0 25% !important;
}
ul.nav.nav-tabs.equal-email-templates li.maxi-nav {
    flex: 0 0 16.66% !important;
}

ul.nav.nav-tabs.equal-email-templates li.norm-nav {
    flex: 0 0 16.66% !important;
}
ul.nav.nav-tabs.equal-email-templates li.mini-nav {
    flex: 0 0 16.66% !important;
}

ul.nav.nav-tabs.equal-appl-status li:not(.active) {
    border-left: 1px #dddddd solid !important;
}

ul.nav.nav-tabs.equal-appl-status {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

ul.nav.nav-tabs.equal-appl-status li {
    flex: 0 0 14.2857142% !important;
}

html .paginationjs .paginationjs-pages {
    float: right;
}

html .paginationjs .paginationjs-pages li>a {
    height: 34px !important;
    line-height: 34px !important;
    display: block;
    background: #fff;
    font-size: 14px !important;
    color: #F06D2D;
}

html .paginationjs .paginationjs-pages li.active > a {
    height: 34px !important;
    line-height: 34px !important;
    display: block;
    background: #F06D2D !important;
    font-size: 14px !important;
    color: #fff;
}

/*Geo auto-complete*/
.jds-autocomplete-container-geo {
    /*the container must be positioned relative:*/
    position: relative;
}

.jds-autocomplete-container-geo input {
    width: 100%;
    outline: none;

    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-right: 31px;
    font-size: 16px;
}
.jds-autocomplete-items {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: #fff;

    z-index: 99;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
}

html #parent-map-container-controls .jds-autocomplete-items{
    z-index: 9999 !important;
}

.jds-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.jds-autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: rgba(0, 0, 0, 0.1);
}



.jds-clear-button {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;

    position: absolute;
    right: 5px;
    top: 0;

    height: 100%;
    display: none;
    align-items: center;
}

.jds-clear-button.visible {
    display: flex;
}

.jds-clear-button:hover {
    color: rgba(0, 0, 0, 0.6);
}

.jds-autocomplete-items .jds-autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: rgba(0, 0, 0, 0.1);
}

/*Geo auto-complete for commute checker*/
.check-commute-wrapper-container {
    /*the container must be positioned relative:*/
    position: relative;
}

.check-commute-wrapper input {
    width: 100%;
    outline: none;

    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-right: 31px;
    font-size: 16px;
}
.chcom-autocomplete-items {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: #fff;

    z-index: 99;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
}

.chcom-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.chcom-autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: rgba(0, 0, 0, 0.1);
}

.chcom-clear-button {
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;

    position: absolute;
    right: 5px;
    top: 0;

    height: 100%;
    display: none;
    align-items: center;
}

.chcom-clear-button.visible {
    display: flex;
}

.chcom-clear-button:hover {
    color: rgba(0, 0, 0, 0.6);
}

.chcom-autocomplete-items .chcom-autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: rgba(0, 0, 0, 0.1);
}

.chchom-users-autocomplete-items {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: #fff;

    z-index: 99;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
}

.chcom-logged-in-user-autocomplete-items {
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 12px;
    gap: 6px 6px;
}

.chcom-logged-in-user-autocomplete-items span {
    display: inline-block;
    border-radius: 5px;
    background-color: grey;
    padding: 4px;
    cursor: pointer;
    margin-right: 6px;
    font-size: 14px;
}

.chcom-logged-in-user-autocomplete-items span:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.visible {
    visibility: visible !important;
}

input.btn.orange-bg {
    background: #F06D2D !important;
}

.owl-carousel .owl-item img:not(.thumbs-job-post-no-h) {
    width: 100%;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 1.25rem;
    transition: all .2s ease-in-out;
}

.owl-carousel .owl-prev {
    left: -40px;
}

.owl-carousel .owl-prev:hover {
    left: -45px;
}

.owl-carousel .owl-next {
    right: -40px;
}

.owl-carousel .owl-next:hover {
    right: -45px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin: 0 0 20px;
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;
    border: 1px solid transparent;
    border-radius: 100%;
    display: inline-block;
    padding: 4px;
    margin: 0 4px;
    transition: all .3s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot > span {
    border-radius: 100%;
    background: #505CFD;
    display: block;
    height: 4px;
    width: 4px;
}

.owl-carousel .owl-dots .owl-dot.active {
    border-color: #505CFD;
}

.owl-carousel .owl-dots .owl-dot:hover {
    border-color: #505CFD;
    opacity: .5;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

html span.twitter-typeahead {
    width: 100% !important;
}

html .select2-container--default .select2-selection--multiple {
    border: 1px solid #cccccc !important;
}

html .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: large !important;
}

html select.single-simple-sel-tbl+.select2-container .select2-selection--single {
    height: 100% !important;
}
html select.single-simple-sel-tbl+.select2-container .select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    line-height: 15px !important;
    text-align: left !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

html select.single-country-flag-sel+.select2-container .select2-selection__rendered {
    line-height: 32px !important;
    padding-left: 0 !important;
}
html select.single-country-flag-sel+.select2-container .select2-selection__rendered .fi-country-flag {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
html select.single-country-flag-sel+.select2-container .select2-selection__rendered .select2-selection__placeholder {
    padding-left: 8px !important;
}
html select.single-country-flag-sel+.select2-container .select2-selection__rendered .fi-country-flag .fi-wrapper-flag {
    padding: 0 6px 0 8px !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
}
html select.single-country-flag-sel+.select2-container .select2-selection__rendered .fi-country-flag .fi-wrapper-country {
    padding-left: 6px !important;
}
html select.select2-with-btn-height+.select2-container .select2-selection__rendered {
    line-height: 32px !important;
}

html .selected-table-row {
    background-color: #e2e2e2 !important;
}

.btn-default {
    color: #414042;
    background-color: #e9e9e9;
    border-color: #999;
}
.bg-default-light {
    background-color: #eee !important;
}

.zoomify-icon,
.zoomify-icon>i {
    transition: transform .2s;
}
.zoomify-icon:hover,
.zoomify-icon:hover>i {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

html .btn-sm.btn-sm-xs {
    height: 42px !important;
}

html .row.custom-display-flex {
    display: flex !important;
    flex-wrap: wrap !important;
}
html .row.custom-display-flex > [class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
}

html .row.custom-display-flex > [class*='col-'] .div-content {
    height: 100% !important;
}

html .dropdown-menu.more-action-dropdown-menu li a {
    font-size: 12px !important;
    padding: 3px 4px !important;
}

html .dropdown-menu.more-action-dropdown-menu li a:hover {
    color: #FFFFFF !important;
    background-color: #0062CC !important;
}

.strong {
    font-weight: bold !important;
}

.stronger {
    font-weight: bolder !important;
}

.italicized {
    font-style: italic !important;
}

.white-text {
    color: #FFFFFF;
}

.light-gray-text {
    color: #4D4D4F;
}

.dark-gray-text {
    color: #414042;
}

.orange-text {
    color: #F06D2D;
}

.white-text-strict {
    color: #FFFFFF !important;
}

.dark-gray-bg-strict.white-text-strict {
    color: #FFFFFF !important;
}

.light-gray-text-strict {
    color: #4D4D4F !important;
}

.dark-gray-text-strict {
    color: #414042 !important;
}

.orange-text-strict {
    color: #F06D2D !important;
}

.light-gray-bg {
    background-color: #4D4D4F;
}

.dark-gray-bg {
    background-color: #414042;
}

.orange-bg {
    background-color: #F06D2D;
}

.info-bg {
    background-color: #5BC0DE;
}

.orange-bg-strict {
    background-color: #F06D2D !important;
}

.dark-gray-bg-strict {
    background-color: #414042 !important;
}

.white-bg {
    background-color: #FFFFFF;
}

.half-white-bg {
    background-color: rgba(255, 255, 255, 0.5);
}

.white-bg.half-white-bg-strict {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.orange-bg-trans {
    background-color: rgba(240, 109, 45, 0.81);
}

.light-gray-bg-trans {
    background-color: rgba(77, 77, 79, 0.81);
}

.dark-gray-bg-trans {
    background-color: rgba(65, 64, 66, 0.91);
}

.orange-btn-hover:hover {
    background-color: rgba(240, 109, 45, 0.81) !important;
    border-color: #F06D2D !important;
}

.info-btn-hover:hover {
    background-color: rgba(91, 192, 222, 0.81) !important;
    border-color: #5BC0DE !important;
}

.dark-gray-btn-hover:hover {
    background-color: rgba(65, 64, 66, 0.81) !important;
    border-color: #414042 !important;
}

.red-btn-hover:hover {
    background-color: #620000 !important;
}

.white-btn-hover:hover {
    background-color: rgba(240, 109, 45, 0.81) !important;
    border-color: #F06D2D !important;
    color: #FFFFFF !important;
}

.btn-warning-strict {
    color: #fff;
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}

.btn-warning-strict:hover {
    color: #fff;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}

.label-warning-strict {
    color: #fff;
    background-color: #ec971f !important;
}

.label-default-strict {
    color: #414042 !important;
    background-color: #e9e9e9 !important;
}

.label-success-strict {
    color: #ffffff !important;
    background-color: #5CB85C !important;
}

.div-label-danger {
    display: block;
    text-align: left;
    padding: 0.2em 0.6em 0.3em;
    background-color: #d9534f;
    border-radius: 0.25em;
    line-height: 1;
    color: #fff;
}

.div-label-success {
    display: block;
    text-align: left;
    padding: 0.2em 0.6em 0.3em;
    background-color: #5CB85C;
    border-radius: 0.25em;
    line-height: 1;
    color: #fff;
}

.div-label-warning {
    display: block;
    text-align: left;
    padding: 0.2em 0.6em 0.3em;
    background-color: #ec971f;
    border-radius: 0.25em;
    line-height: 1;
    color: #fff;
}

.div-label-info {
    display: block;
    text-align: left;
    padding: 0.2em 0.6em 0.3em;
    background-color: #5bc0de;
    border-radius: 0.25em;
    line-height: 1;
    color: #fff;
}

.div-label-primary {
    display: block;
    text-align: left;
    padding: 0.2em 0.6em 0.3em;
    background-color: #337ab7;
    border-radius: 0.25em;
    line-height: 1;
    color: #fff;
}

.div-label-default {
    display: block;
    text-align: left;
    padding: 0.2em 0.6em 0.3em;
    background-color: #e9e9e9;
    border-radius: 0.25em;
    line-height: 1;
    color: #414042;
}

.orange-border {
    border-color: #F06D2D;
}

.dark-gray-border {
    border-color: #414042;
}

.off-white-bg {
    background-color: #FAF9F9;
}

.shade-of-gray-bg {
    background-color: #F0F0F0 !important;
}

.orange-border-1 {
    border-bottom: 1px solid #F06D2D;
}

.white-border {
    border-bottom: 1px solid #FFFFFF;
}

html .side_bar_page_wrapper {
    z-index: 100 !important;
}

.normal-text-strict {
    font-weight: normal !important;
}

html .normal-white-space {
    white-space: normal !important;
}

html .intl-tel-input {
       display: table-cell;
   }
html .iti.iti--allow-dropdown .iti__selected-flag {
    z-index: 4;
}
html .iti.iti--allow-dropdown .iti__country-list {
    z-index: 5;
}
html .input-group .iti.iti--allow-dropdown .form-control.mobile-number-verify {
    border-radius: 4px 0 0 4px;
}
html .input-group .input-group-btn .btn.mobile-number-verify-btn {
    margin-top: -5px !important;
}

.iti__flag {
    background-image: url("flags/flags.png");
}
.iti.iti--allow-dropdown {
    width: 100% !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("flags/flags@2x.png");}
}

/*.orange-border:hover{
    border-color: #f06d2d;
    background-color: #ffffff !important;
}

.dark-gray-border:hover{
    border-color: #414042;
    background-color: #414042;
}*/

/* has error */
.has-error.form-group-rdo-chk, .has-error .note-editor.note-frame.panel {
    border: 2px solid #a94442 !important;
}

.has-error .select2 .select2-selection {
    border-color: #a94442;
}
.has-error .btn-container .btn-group label {
    border-color: #a94442;
}
.has-error input[type='radio'],
.has-error input[type='checkbox'] {
    border-color: #a94442;
}
.has-error input[type='radio'],
.has-error input[type='checkbox'] {
    border-width: 2px;
}
.form-horizontal .form-group.has-error .form-control,
.form-inline .form-group.has-error .form-control,
.navbar-form .form-group.has-error .form-control,
.has-error .select2 .select2-selection,
.has-error .btn-container .btn-group label,
.has-error input[type='radio'],
.has-error input[type='checkbox'] {
    border-width: 2px;
}
.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: #a94442;
}
.has-error .form-control {
    border: 2px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border: 2px solid #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
html input.show-asterisk-pswd[type="password"] + i.asterisk-pswd-toggle,
html input.show-asterisk-pswd-current[type="password"] + i.asterisk-pswd-toggle,
html input.show-asterisk-pswd[type="text"] + i.asterisk-pswd-toggle,
html input.show-asterisk-pswd-current[type="text"] + i.asterisk-pswd-toggle {
    display: block;
    margin-right: 20px;
    margin-top: -34px;
    padding-left: 10px;
    width: auto;
    cursor: pointer;
    float: right;
    clear: both;
}
html input.show-asterisk-pswd[type="password"] + i.asterisk-pswd-toggle i,
html input.show-asterisk-pswd-current[type="password"] + i.asterisk-pswd-toggle i,
html input.show-asterisk-pswd[type="text"] + i.asterisk-pswd-toggle i,
html input.show-asterisk-pswd-current[type="text"] + i.asterisk-pswd-toggle i {
    font-size: 24px;
}
html input.show-asterisk-pswd[type="password"] + i.asterisk-pswd-toggle i::after,
html input.show-asterisk-pswd-current[type="password"] + i.asterisk-pswd-toggle i::after {
    content: "\f06e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #7a7a7a;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html input.show-asterisk-pswd[type="text"] + i.asterisk-pswd-toggle i::after,
html input.show-asterisk-pswd-current[type="text"] + i.asterisk-pswd-toggle i::after {
    content: "\f070";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #A3A6A8;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html input.form-control-color-tag[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    width: 90px !important;
    padding: 2px !important;
    height: 34px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor: pointer !important;
}

*:focus{
    border-radius: 0;
    outline: none;
}

html input.form-control-color-tag[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

html input.form-control-color-tag[type="color"]::-webkit-color-swatch{
    border: 0;
    border-radius: 3px;
}

html input.form-control-color-tag[type="color"]::-moz-color-swatch,
html input.form-control-color-tag[type="color"]::-moz-focus-inner{
    border: 0;
}

html input.form-control-color-tag[type="color"]::-moz-focus-inner{
    padding: 0;
}

html .min-ht-zero {
    min-height: 0 !important;
}

.no-mt {
    margin-top: 0;
}

.no-mb {
    margin-bottom: 0;
}

.no-mt-strict {
    margin-top: 0 !important;
}

.no-mb-strict {
    margin-bottom: 0 !important;
}

.no-ml {
    margin-left: 0;
}

.no-m-all {
    margin: 0 !important;
}

.lock-scroll {
    overflow: hidden;
}

.no-ml-strict {
    margin-left: 0 !important
}

.no-mr {
    margin-right: 0;
}

.mt-2 {
    margin-top: 2px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-98 {
    margin-top: 98px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-10-strict {
    margin-bottom: 10px !important;
}

.mb-15-strict {
    margin-bottom: 15px !important;
}

.mb-20-strict {
    margin-bottom: 20px !important;
}

.m-all-4px {
    margin: 4px;
}

.mt-mb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-mb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-10-strict {
    margin-top: 10px !important;
}

.mt-12 {
    margin-top: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-98 {
    margin-top: 98px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-10-strict {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.pb-10-strict {
    padding-bottom: 10px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}

.mr-ml-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.mr-ml-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.no-pl {
    padding-left: 0;
}

.no-pl-strict {
    padding-left: 0 !important;
}

.no-pr {
    padding-right: 0;
}

.no-pr-strict {
    padding-right: 0 !important;
}

.no-pt {
    padding-top: 0;
}

.no-pt-strict {
    padding-top: 0 !important;
}

.no-pb {
    padding-bottom: 0;
}

.no-p-all {
    padding: 0 !important;
}

.p-rl-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.p-rl-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.p-all-6 {
    padding: 6px;
}

.p-all-10 {
    padding: 10px;
}

.p-all-15 {
    padding: 15px;
}

.p-all-20 {
    padding: 20px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-5-5 {
    padding-bottom: 5.5px !important;
}

.pb-6-5 {
    padding-bottom: 6.5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-pd-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.pt-pb-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.pt-pb-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.pt-pb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-pb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-pb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt-pb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-pb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-pb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-pb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-pb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.pr-pl-4 {
    padding-right: 4px;
    padding-left: 4px;
}

.pr-pl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.pr-pl-6 {
    padding-right: 6px;
    padding-left: 6px;
}

.pr-pl-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.pr-pl-12 {
    padding-right: 12px;
    padding-left: 12px;
}

.pr-pl-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.pr-pl-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.pr-pl-24 {
    padding-right: 24px;
    padding-left: 24px;
}

.pr-pl-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.pr-2 {
    padding-right: 2px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-11 {
    padding-right: 11px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-2 {
    padding-left: 2px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-11 {
    padding-left: 11px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-20-strict {
    padding-left: 20px !important;
}

.pr-20-strict {
    padding-right: 20px !important;
}

.lh-0-strict {
    line-height: 0 !important;
}

.lh-29-strict {
    line-height: 29px !important;
}

.prg-profile {
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0 !important;
}

.prg-profile .progress-bar-title {
    position: absolute;
    text-align: center;
    line-height: 20px; /* line-height should be equal to bar height */
    overflow: hidden;
    color: #414042;
    font-weight: bold;
    right: 0;
    left: 0;
    top: 0;
}

html table tr.disabled-tr-row td {
    color: #777777 !important;
}

.bootstrap-tagsinput {
    width: 100% !important;
    padding: 1px 6px !important;
}

.select2-selection:not(.select2-selection--multiple):not(.select2-selection--single[aria-labelledby="select2-sr_new_job_shortlisting_templates-container"]) {
    height: 33.99px !important;
}

html .select2-container .selection .select2-selection--single .select2-selection__rendered .select2-shortlisting-template-sel{
    line-height:16px !important;
}

.select2-container .selection .select2-selection--single[aria-labelledby="select2-sr_new_job_shortlisting_templates-container"],
.select2-container .selection .select2-selection--single[aria-labelledby="select2-sr_edit_shortlisting_templates-container"] {
    height: auto !important;
}
html .select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{
    width: 261px !important;
}

html .show-criteria-details-jobPost{
    float: right;
    margin-top: 5px;
    margin-right: 34px;
    margin-bottom: 5px;
}

.select-required .select2-selection {
    /*background: rgb(250, 255, 189) none !important;*/
    color: rgb(0, 0, 0) !important;
}

html span[aria-labelledby*="select2-sr_filter_job"] {
    height: 30px !important;
}

html div.dataTables_wrapper[id*="sr_submitted_appl"] .dataTables_filter input {
    font-size: 14px !important;
}

html div.dataTables_wrapper[id*="sr_submitted_appl"] .dataTables_length select {
    font-size: 14px !important;
}

.easy-autocomplete-container {
    margin-top: 40px;
    color: #333333 !important;
}

html .leaflet-popup-content p {
    margin: 0;
}

html .leaflet-popup-content ol {
    -webkit-padding-start: 10px;
}

html .leaflet-tooltip {
    padding: 1px;
    line-height: 6px;
    background-color: #f7ffb2;
    border: 1px solid #f7ffb2;
    font-style: italic;
}
html .leaflet-tooltip-top:before {
    border-top-color: #f7ffb2;
}

.step-numbering-text {
    background: #F0F0F0 !important;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #414042 !important;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    padding: 2px 10px !important;
    text-align: center;
}

.custom-numbered-section {
    margin-top: 10px;
}

.custom-numbered-section::before {
    counter-increment: section;
    content: counter(section) ". ";
}

.ft-size-x-small-strict {
    font-size: x-small !important;
}

.ft-size-xs {
    font-size: 66%;
}

.ft-size-10 {
    font-size: 10px;
}

.ft-size-10-strict {
    font-size: 10px !important;
}

.ft-size-11 {
    font-size: 11px;
}

.ft-size-11-strict {
    font-size: 11px !important;
}

.ft-size-12 {
    font-size: 12px;
}

.ft-size-12-strict {
    font-size: 12px !important;
}

.ft-size-13 {
    font-size: 13px;
}

html .ft-size-14 {
    font-size: 14px !important;
}

.ft-size-16 {
    font-size: 16px;
}

.ft-size-16-strict {
    font-size: 16px !important;
}

.ft-size-18 {
    font-size: 18px;
}

.ft-size-20 {
    font-size: 20px !important;
}

.ft-size-22 {
    font-size: 22px;
}

.ft-size-23 {
    font-size: 23px;
}

.ft-size-24 {
    font-size: 24px !important;
}

.ft-size-26 {
    font-size: 26px !important;
}

.ft-size-30 {
    font-size: 30px !important;
}

.ft-size-44 {
    font-size: 44px !important;
}

.ft-size-52 {
    font-size: 52px !important;
}

.ft-size-70 {
    font-size: 70px !important;
}

.min-hgt-30 {
    min-height: 30px !important;
}

.min-hgt-100 {
    min-height: 100px !important;
}

.min-hgt-346 {
    min-height: 346px !important;
}

html .editable-submit {
    border-color: #F06D2D !important;
    background-color: #F06D2D !important;
    color: #FFFFFF !important;
}

html .editable-cancel {
    background-color: rgba(65, 64, 66, 0.81) !important;
    border-color: #414042 !important;
    color: #FFFFFF !important;
}

.block-alignment-all-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.block-alignment-all-center > * {
    flex: 1 0 100%;
    text-align: center;
}

.rounded-corners {
    border-radius: 8px;
}

.nav-a-height li {
    height: 82px;
    line-height: 82px;
}

.nav-a-height li a {
    display: inline;
    height: 100%;
    font-weight: bold;
    color: #F06D2D !important;
}

.nav-a-height li a:hover {
    color: #4D4D4F !important;
}

.nav-a-height li ul.dropdown-menu li {
    height: auto;
    line-height: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.nav-a-height li ul.dropdown-menu li.divider {
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav-a-height li ul.dropdown-menu li a {
    background-color: transparent;
}

.def-logo {
    width: 160px;
    height: 52px;
}

.def-logo-alt-text {
    color: transparent !important;
}

.nav-border-bottom {
    border-bottom: 1px solid #4D4D4F;
}

.fp-reg-icons {
    width: 50px;
    height: 50px;
}

.fp-cat-search {
    border-color: #FFFFFF;
}

.fp-cat-search:hover {
    background-color: #4D4D4F;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.fp-search {
    border-color: #FFFFFF;
}

.fp-search:hover {
    border-color: #FFFFFF;
}

.item-icons {
    width: 15px !important;
    padding-right: 10px !important;
}

.mild-def-border-color {
    border-color: rgba(77, 77, 79, 0.27);
}

.no-deco {
    text-decoration: none !important;
}

.br-4 {
    border-radius: 4px !important;
}

.br-8 {
    border-radius: 8px;
}

input:required, textarea:required, select:required {
    /*background: rgb(250, 255, 189) none !important;*/
    color: rgb(0, 0, 0) !important;
}

input:read-only {
    /*background: rgb(250, 255, 189) none !important;*/
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #cccccc !important;
}

html input:disabled{
    background-color: #eee !important;
    background-image: none;
    border: 1px solid #cccccc !important;
}

.def-hover-link-bg:hover {
    background-color: #414042;
}

.def-hover-link:hover {
    color: #414042;
}

.trans-bg {
    background: transparent !important;
}

.thumbs-job-marker-search {
    width: 60px;
    height: 100%;
}

.thumbs-job-post-no-h {
    width: 64px;
}

.thumbs-job-post {
    width: 64px;
    height: 100%;
}

.thumbs-job-post2 {
    width: 88px;
    height: 100%;
}

.thumbs-job-post-search {
    width: 120px;
    height: auto;
}

.thumbs-job-post-awards {
    width: 260px;
    height: 200px;
}

#school-dashboard-list a {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    -ms-word-break: break-all !important;
    word-break: break-all !important;
    /* word-break: break-word; */
    -ms-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
}

.profile-logo-pic {
    position: absolute;
    left: 20px;
    bottom: 30px;
    z-index: 2;
}

.profile-logo-pic-xs {
    /*position: absolute;*/
    width: 100%;
    /*bottom: 40px;*/
    z-index: 2;
    text-align: center;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.profile-logo-pic-xs-mini {
     position: absolute;
     bottom: 10px;
     left: 10px;
     z-index: 2;
 }

.container-slider.sch-slider img.hidden-cover,
.container-fluid.sch-slider img.hidden-cover {
    visibility: hidden;
}

.footer_logo {
    width: 64px;
    height: 64px;
}

.page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.small-icon-width {
    width: 13px;
}

.p-job-post {
    max-height: 64px;
    height: 64px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-line-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hr-mild {
    border-top: 1px solid rgba(77, 77, 79, 0.12) !important;
}

.hr-white {
    border-top: 1px solid #FFFFFF !important;
}

#more-teaser {
    background: url("../images/fp_mynewterm_bg1.jpg");
    background-size: cover;
}

/*#fp-about-us {
    background: url("../images/fp_mynewterm_bg2.jpg");
    background-size: cover;
}*/

.table-fixed-pos {
    table-layout: fixed !important;
    width: 100% !important; /* must have this set */
}

.javiewer {
    z-index: 99999 !important;
    overflow-x: hidden !important;
}

.javiewer .modal-content.preloader-container:not(.no-overflow-restriction) {
    overflow-x: hidden !important;
}

html .tooltip {
    z-index: 100000000 !important;
}

html .top-pic-fade {
    -webkit-mask-image: linear-gradient(0deg, #000 30%, transparent);
}

html .bottom-pic-fade {
    -webkit-mask-image: linear-gradient(180deg, #000 30%, transparent);
}

.img-featured-emp {
    width: 234px;
    height: 100%;
}

.text-underline {
    text-decoration: underline;
}

.text-muted {
    color: #A3A6A8 !important;
}

.content-border {
    border: 1px solid rgba(77, 77, 79, 0.12);
    border-radius: 8px;
}

.content-border-no-left {
    border: 1px solid rgba(77, 77, 79, 0.12);
    border-radius: 0 8px 8px 0px;
}

.content-border-no-right {
    border: 1px solid rgba(77, 77, 79, 0.12);
    border-radius: 8px 0 0 8px;
}

.no-brd-radius {
    border-radius: 0 !important;
}

.no-brd-radius-top {
    border-radius: 0 0 4px 4px !important;
}

.no-brd-radius-bottom {
    border-radius: 4px 4px 0 0 !important;
}

.no-brd-radius-rt-rb {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.no-brd-radius-lt-lb {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.brd-radius-rt-rb {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.brd-radius-lt-lb {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.sq-wh-50 {
    width: 50px !important;
    height: 80% !important;
}

.sq-wh-70 {
    width: 70px !important;
    height: 80% !important;
}

.sq-wh-100 {
    width: 100px !important;
    height: 80% !important;
}

.sq-wh-120 {
    width: 120px !important;
    height: 100% !important;
}

.jplist-drop-down-xs {
    height: 20px !important;
    font-size: 12px !important;
}

.jplist-drop-down-xs.mnt-hidden {
    display: none !important;
}

.jplist-drop-down-xs .jplist-dd-panel {
    height: 20px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

.jplist-pagination button {
    line-height: 12px !important;
    height: 18px !important;
    font-size: 12px !important;
    margin-top: 5px !important;
}

.rm-btn {
    position: absolute !important;
    bottom: 4px !important;
    right: 4px !important;
}

.rm-btn2 {
    position: absolute !important;
    bottom: 5px !important;
    right: 20px !important;
}

.rm-btn3 {
    position: absolute !important;
    bottom: 4px !important;
    right: 23px !important;
}

.con-row-flex {
    display: flex;
    flex-wrap: wrap;
}

.con-item-flex {
    flex: 0 1 20%;
    margin-bottom: 10px;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #F8F9FA;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #E9ECEF;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item.show-border-bottom:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-bottom: 0;
}

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6C757D;
    pointer-events: none;
    background-color: #FFFFFF;
}

.list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #007BFF;
    border-color: #007BFF;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-black {
    color: #121212;
    background-color: #C1C1C1;
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
    color: #121212;
    background-color: #B4B4B4;
}

.list-group-item-black.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #121212;
    border-color: #121212;
}

.list-group-item-brand {
    color: #2A3084;
    background-color: #CED1FE;
}

.list-group-item-brand.list-group-item-action:hover,
.list-group-item-brand.list-group-item-action:focus {
    color: #2A3084;
    background-color: #B5BAFD;
}

.list-group-item-brand.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #2A3084;
    border-color: #2A3084;
}

.list-group-item-new-gray {
    color: #707070;
    background-color: #F4F4F4;
}

.list-group-item-new-gray.list-group-item-action:hover,
.list-group-item-new-gray.list-group-item-action:focus {
    color: #707070;
    background-color: #E7E7E7;
}

.list-group-item-new-gray.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #707070;
    border-color: #707070;
}

.list-group-item-new-white {
    color: #858585;
    background-color: white;
}

.list-group-item-new-white.list-group-item-action:hover,
.list-group-item-new-white.list-group-item-action:focus {
    color: #858585;
    background-color: #F2F2F2;
}

.list-group-item-new-white.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #858585;
    border-color: #858585;
}

.list-group-item-primary {
    color: #004085;
    background-color: #B8DAFF;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9FCDFF;
}

.list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383D41;
    background-color: #D6D8DB;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383D41;
    background-color: #C8CBCF;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #383D41;
    border-color: #383D41;
}

.list-group-item-success {
    color: #155724;
    background-color: #C3E6CB;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #B1DFBB;
}

.list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0C5460;
    background-color: #BEE5EB;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0C5460;
    background-color: #ABDDE5;
}

.list-group-item-info.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #0C5460;
    border-color: #0C5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #FFEEBA;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #FFE8A1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721C24;
    background-color: #F5C6CB;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721C24;
    background-color: #F1B0B7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #721C24;
    border-color: #721C24;
}

.list-group-item-light {
    color: #818182;
    background-color: #FDFDFE;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ECECF6;
}

.list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1B1E21;
    background-color: #C6C8CA;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1B1E21;
    background-color: #B9BBBE;
}

.list-group-item-dark.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #1B1E21;
    border-color: #1B1E21;
}

.list-group-item.list-group-item-pdf {
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    border-width: 0;
}
.list-group-item.list-group-item-pdf:last-child {
    border-bottom:none !important;
}

html ol.numbering {
    padding: 0 0 0 20px !important;
    list-style-type: decimal !important;
}

html ol.list-group.numbering .list-group-item {
    display: list-item !important;
}

.custom-card-block {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-top {
    box-shadow: 0 -15px 10px -15px rgba(0, 0, 0, .15) !important;
}

.shadow-bottom {
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .15) !important;
}

.shadow-left {
    box-shadow: -15px 0 10px -15px rgba(0, 0, 0, .15) !important;
}

.shadow-right {
    box-shadow: 15px 0 10px -15px rgba(0, 0, 0, .15) !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

html #school-dashboard-list .carousel-control,
html .list-group-item-pdf .carousel-control {
    left: 15px;
    font-size: 18px;
}
html #school-dashboard-list .carousel-control.right,
html .list-group-item-pdf .carousel-control.right {
     right: 15px;
    left: auto;
}

html #carousel-school-photo .carousel-inner .item.active img{
    height: auto !important;
}

.img-con {
    position: relative;
    display: inline-block;
    text-align: center;
}

.inline-blk {
    display: inline-block !important;
}

.map-attr {
    height: 200px;
    width: 100%;
    display: block;
}

.map-attr-trust {
    height: 300px;
    width: 100%;
    display: block;
}

div.map-info-window {
    min-height: 100px !important;
    overflow-y: auto;
}

.thumbnail {
    padding: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
    border: 0px !important;
}

.thumbnail .caption {
    padding: 0px !important;
}

html .note-placeholder, html input::placeholder, html textarea::placeholder {
    color: #ADADAD !important;
}

.text-caution {
    color: #E4E80E !important;
}

.breaka {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
}

.valign {
    vertical-align: middle !important;
}

.valign-abs-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.valign-top {
    vertical-align: top !important;
}

.empty-fa {
    width: 15px !important;
    height: 15px !important;
    margin-right: 15px !important;
}

.swal2-container.swal2-in {
    z-index: 9999999;
}

.modal {
    z-index: 999999 !important;
}

html .swal2-image.swal2-img-width-fit {
    width: fit-content !important;
}

html .swal2-image.swal2-img-circle {
    height: auto !important;
}

.swal2-container.swal2-in input[type='file'], .swal2-container.swal2-in .bootstrap-filestyle.input-group {
    display: none;
}

td .job-status-end {
    font-weight: bold !important;
    color: #FF0000 !important;
}

.stay-hidden {
    display: none;
}

.col-lg-offset-4_5 {
    margin-left: 37.66666667%;
}

.col-md-offset-4_5 {
    margin-left: 37.66666667%;
}

.col-sm-offset-4_5 {
    margin-left: 37.66666667%;
}

.col-lg-offset-2_5 {
    margin-left: 20.833335%;
}

.col-md-offset-2_5 {
    margin-left: 20.833335%;
}

.col-sm-offset-2_5 {
    margin-left: 20.833335%;
}


/***************************
* OVERRIDES
***************************/
div.container nav.navbar {
    min-height: 100px;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: rgba(77, 77, 79, 0.12);
}

nav.navbar a.navbar-brand {
    height: auto;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'mynewterm', Arial, sans-serif !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #F06D2D;
    background-color: transparent;
}

.dd-menu {
    min-width: 100%;
    width: 100%;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #FFFFFF;
    cursor: default;
    background-color: #F06D2D;
    border-color: #F06D2D;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #414042;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    color: #F06D2D;
    text-decoration: none;
    background-color: #FFFFFF;
}

.swal2-modal .swal2-title {
    line-height: 38px !important;
    margin-bottom: 20px !important;
}

.swal2-modal button.swal2-cancel {
    background-color: #414042 !important;
}

.swal2-modal button.swal2-confirm {
    background-color: #F06D2D !important;
}

html .swal2-confirm.swal2-styled {
    background-color: #F06D2D !important;
    border-left-color: #F06D2D !important;
    border-right-color: #F06D2D !important;
}

.swal2-modal p {
    color: #FF0000 !important;
    font-weight: bolder !important;
}

html .swal2-modal .maintenance-info p {
    color: #414042 !important;
    text-align: left !important;
}
html .swal2-modal .alert-warning, html .swal2-modal .alert-warning p {
    color: #8a6d3b !important;
}

html .swal2-modal .dark-gray-text-strict {
    color: #414042 !important;
    font-weight: bolder !important;
}

html .swal2-modal .dark-gray-text-strict.normal-text-strict, html .swal2-modal .dark-gray-text-strict.normal-text-strict p {
    color: #414042 !important;
    font-weight: normal !important;
}

html .swal2-modal .orange-text-strict {
    color: #F06D2D !important;
    font-weight: bolder !important;
}

html .swal2-modal .orange-text-strict.normal-text-strict, html .swal2-modal .orange-text-strict.normal-text-strict {
    color: #F06D2D !important;
    font-weight: normal !important;
}

html .swal2-modal .comm-history-wrap p {
    color: #414042 !important;
    font-size: 12px !important;
}

div.dataTables_wrapper div#candidate_transfer_table_filter {
    text-align: right;
}

.content-divider-light {
    border-top-color: #f7e1b5 !important;
}

.content-divider-dark {
    border-top-color: #c4c2be !important;
}

.content-divider-darker {
    border-top-color: #a9a9a9 !important;
}

.signature-font {
    font-family: 'mynewterm signature', serif !important;
}

html .div-housing-p .signature-font {
    font-family: 'mynewterm signature', serif !important;
}

.tpool-bg {
    background-color: #EEEEEE !important;
    border-radius: 4px;
}

.input-icon-checked:before {
    font-family: "FontAwesome";
    content: "\f058";
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 30px;
    margin-right: .5em;
    overflow: visible;
    display: inline-block;
    color: #32CD32 !important;
    font-size: 20px !important;
}

.input-icon-checked {
    position: relative;
}

.input-icon-checked > input[type='password'] {
    padding-right: 38px;
}

.input-icon-checked5:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f058";
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 30px;
    margin-right: .5em;
    overflow: visible;
    display: inline-block;
    color: #32CD32 !important;
    font-size: 20px !important;
}

.input-icon-checked5 {
    position: relative;
}

.input-icon-checked5 > input[type='password'] {
    padding-right: 38px;
}

.school-profile-banner {
    width: 100% !important;
}

a.files-info-viewer-ext {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
a.files-info-viewer-ext:hover {
    color: #F06D2D !important;
}

a.files-info-viewer-ext:focus {
    color: #F06D2D !important;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.text-success-strict {
    color: #3c763d !important;
}

.text-danger-strict {
    color: #a94442 !important;
}

div.dt-buttons {
    float: right !important;
    margin-left: 10px !important;
}

html .dt-buttons .dt-button {
    height: 34px !important;
}

div.dataTables_filter {
    float: right !important;
}

table.dataTable thead th, table.plainTable thead th {
    font-size: 12px !important;
}

table.dataTable tbody td, table.plainTable tbody td {
    font-size: 12px !important;
    word-wrap: break-word !important;
}

html .busy-load-container {
    align-items: flex-start !important;
    padding-top: 56px !important;
}

html .busy-load-container .busy-load-container-mnt-text {
    text-align: center !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
    padding: 16px 24px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
}

.help-block {
    display: block;
    font-size: 12px !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

.draggable {
    cursor: move;
}

.col-sm-10c {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-2c {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
}

.float-search-filters {
    position: absolute;
    left: 0;
    top: 77px; /*137px;*/
    z-index: 999999;
    padding-left: 0;
    padding-right: 0;
}

.controls-bar-wrap {
    z-index: 998 !important;
}

.clickable {
    cursor: pointer !important;
}

.unclickable {
    cursor: not-allowed !important;
}

.clickable-arrow{
    cursor: default !important;
}

input[type="checkbox"].med-size {
    transform: scale(1.3);
}

input[type="radio"].med-size {
    transform: scale(1.3);
}

.arrow-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.arrow-list > li {
    margin: 0 0 7px;
}

.arrow-list > li::before {
    text-transform: none;
    font-family: "FontAwesome";
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    font-size: .95rem;
    line-height: 1;
    display: inline-block;
    content: "\f178";
    margin-right: 18px;
    position: relative;
    top: 0;
}

.arrow-list.colored-arrow > li::before {
    color: #F06D2D !important;
    font-weight: bolder !important;
}

@media (max-width: 766px) {
    .fp-slider-cps {
        padding-top: 54px;
    }
}

@media (min-width: 768px) {
    .fp-slider-cps {
        padding-top: 54px;
    }

    .dl-horizontal.admin-js-details dt {
         width: 255px !important;
         text-align: left !important;
     }

    .dl-horizontal.admin-logs-details dt {
        width: 155px !important;
        text-align: left !important;
    }

    .dl-horizontal dt {
        width: 150px !important;
        text-align: left !important;
    }

    .dl-horizontal dd {
        margin-left: 160px !important;
    }

    .dl-horizontal2 dt {
        display: inline-block;
        width: 170px !important;
        text-align: left !important;
    }

    .dl-horizontal2 dd {
        display: inline-block;
        margin-left: 180px !important;
    }

    .col-md-4c {
        width: 32.43333333%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm-10c {
        width: 80.11111111%;
    }

    .col-sm-2c {
        width: 19.4%;
    }

    .col-sm-10c, .col-sm-2c, .col-md-4c {
        float: left;
    }
}

@media only screen and (max-width: 600px) {
    .jplist-panel {
        display: block !important;
    }
}

a.dt-button {
    color: #FFFFFF !important;

    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: #414042 none !important;
    border: 1px solid #414042 !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    /*display:inline-block !important;
    font-size:14px !important;
    line-height:20px !important;
    margin-bottom:0 !important;
    padding:4px 12px !important;
    text-align:center !important;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75) !important;
    vertical-align:middle !important;*/
    filter: none !important;
}

a.dt-button:hover {
    background-color: rgba(65, 64, 66, 0.81) !important;
    /*border-color: #414042 !important;*/
}

div.container-wrapper label {
    color: #FFFFFF;
}

.div-housing-p p {
    padding-top: 0 !important;
    padding-bottom: 2px !important;
    margin: 0 !important;
    font-size: 11px !important;
}

.javiewer {
    background-color: rgba(65, 64, 66, 0.91) !important; /*rgba(240, 109, 45, 0.81)*/
}

.javiewer .text-center {
    padding: 10px 10px;
}

.javiewer .modal-content:not(.no-overflow-restriction) {
    border: 0px !important;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px;
    overflow: auto;
}

.javiewer .modal-content.no-overflow-restriction {
    border: 0px !important;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px;
}

.closebt {
    cursor: pointer;
}

.cancelbt {
    cursor: not-allowed;
}

label.btn-default {
    color: #333333 !important;
}

.popover {
    color: #333333 !important;
}

.map-mini-size {
    height: 200px;
    width: 100%;
}

html .no-opacity {
    opacity: 0 !important;
}

html .nav-tabs>li.multi-line-tab-title {
    height: auto !important;
}
html .nav-tabs>li.multi-line-tab-title>a {
    height:100% !important;
    display:table !important;
}
html .nav-tabs>li.multi-line-tab-title>a span {
    display:table-cell !important;
    vertical-align:middle !important;
    line-height: 3px !important;
}

html .multiselect-container.dropdown-menu>.active>a {
    color: #414042;
    text-decoration: none;
}

html .multiselect-container.dropdown-menu>.active>a:hover {
    color: #fff !important;
}
html .multiselect-container.dropdown-menu .input-group {
    margin: 5px;
}
html .multiselect-container.dropdown-menu .multiselect-clear-filter {
    background-color: #ffffff;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(255 255 255);
}
html .multiselect-container.dropdown-menu .multiselect-clear-filter i {
    color: #7f7f7f;
}
html .multiselect-container.dropdown-menu .multiselect-item.filter {
    background-color: #fff;
}
/*html .multiselect-container.dropdown-menu {
    background-color: #c7c7c7;
}*/
html .multiselect-container.dropdown-menu .input-group-addon {
display: none;
}

.pdf-carousel-control-prev .pdf-carousel-control-prev-icon,
.pdf-carousel-control-next .pdf-carousel-control-next-icon {
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
}

.pdf-carousel-control-prev .fa-chevron-left,
.pdf-carousel-control-next .fa-chevron-right {
    color: black;
}

.pdf-carousel-caption {
    color: black;
}

.pdf-carousel-control-prev, .pdf-carousel-control-next {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block {
    display: block !important;
}

#job-details-modal .jumbotron {
    padding: 15px !important;
}

.small-logo-size {
    width: 64px !important;
    height: 100% !important;
}

.titlebar-fixed-top {
    position: fixed;
    top: 110px;
    right: 0;
    left: 0;
    z-index: 1029;
}

.titlebar-fixed-top2 {
    position: fixed;
    top: 104px;
    right: 0;
    left: 0;
    z-index: 1036;
}

a {
    color: #F06D2D;
    text-decoration: none;
}

.a:focus, a:hover {
    color: #414042;
    text-decoration: underline;
}

/* --------------------------------

Main Components for search filtering

-------------------------------- */
.cd-header {
    position: relative;
    height: 150px;
    background-color: #331D35;
}

.cd-header h1 {
    color: #FFFFFF;
    line-height: 150px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
}

@media only screen and (min-width: 1170px) {
    .cd-header {
        height: 180px;
    }

    .cd-header h1 {
        line-height: 180px;
    }
}

.cd-main-content {
    position: relative;
    min-height: 100vh;
}

.cd-main-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    position: fixed;
    top: 202px;
    left: 0;
    width: 100%;
}

.cd-main-content.is-fixed .cd-gallery {
    padding-top: 76px;
}

.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden;
}

.cd-main-content.is-fixed .cd-filter form {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed;
    top: 202px;
    left: 0;
    color: #414042;
    z-index: 1032;
}

@media only screen and (min-width: 768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px;
    }
}

/* --------------------------------

xtab-filter

-------------------------------- */
.cd-tab-filter-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tab-filter {
    /* tabbed navigation style on mobile - dropdown */
    position: relative;
    height: 50px;
    width: 190px;
    margin: 0 auto;
    z-index: 1;
}

.cd-tab-filter::after {
    /* small arrow icon */
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

/*.unclickable{
    pointer-events: none;
}*/

.cd-tab-filter ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    box-shadow: inset 0 -2px 0 #F06D2D;
}

.cd-tab-filter li {
    display: none;
}

.cd-tab-filter li:first-child {
    /* this way the placehodler is alway visible */
    display: block;
}

.cd-tab-filter a {
    display: block;
    /* set same size of the .cd-tab-filter */
    height: 50px;
    width: 190px;
    line-height: 50px;
    padding-left: 14px;
}

.cd-tab-filter a.selected {
    background: #41307C;
    color: #F06D2D;
}

.cd-tab-filter.is-open::after {
    /* small arrow rotation */
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #41307C, 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cd-tab-filter.is-open ul li {
    display: block;
}

.cd-tab-filter.is-open .placeholder a {
    /* reduces the opacity of the placeholder on mobile when the menu is open */
    opacity: .4;
}

@media only screen and (min-width: 768px) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: auto;
        cursor: auto;
    }

    .cd-tab-filter::after {
        /* hide the arrow */
        display: none;
    }

    .cd-tab-filter ul {
        background: transparent;
        position: static;
        box-shadow: none;
        text-align: center;
    }

    .cd-tab-filter li {
        display: inline-block;
    }

    .cd-tab-filter li.placeholder {
        display: none !important;
    }

    .cd-tab-filter a {
        display: inline-block;
        padding: 0 1em;
        width: auto;
        color: #F06D2D;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.3rem;
    }

    .no-touch .cd-tab-filter a:hover {
        color: #414042;
    }

    .cd-tab-filter a.selected {
        background: transparent;
        color: #F06D2D;
        /* create border bottom using box-shadow property */
        box-shadow: inset 0 -2px 0 #F06D2D;
    }

    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

    .cd-tab-filter.filter-is-visible {
        /* reduce width when filter is visible */
        /*width: 80%;*/
    }
}

/* --------------------------------

xgallery

-------------------------------- */
.cd-gallery {
    padding: 26px 0;
    width: 100%;
}

.cd-gallery li {
    margin-bottom: 1.6em;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
    display: none;
}

.cd-gallery li.gap {
    /* used in combination with text-align: justify to align gallery elements */
    opacity: 0;
    height: 0;
    display: inline-block;
}

.cd-gallery img {
    display: block;
    width: 100%;
}

.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
    font-size: 30px;
}

@media only screen and (min-width: 768px) {
    .cd-gallery {
        padding: 40px 0;
    }

    .cd-gallery ul {
        text-align: justify;
    }

    .cd-gallery ul:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-gallery li {
        width: 100%;
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-gallery {
        padding: 50px 0;
        /*float: right;*/
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

    .cd-gallery li {
        width: 100%;
    }

    .cd-gallery.filter-is-visible {
        /* reduce width when filter is visible */
        width: 100%;
        margin-top: 104px;

    }
}

/* --------------------------------

xfilter

-------------------------------- */
.cd-filter {
    position: absolute;
    top: 202px;
    left: 0;
    width: 280px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter::before {
    /* top colored bar */
    content: '-- Filter Search Results --';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 15px 10px;
    background-color: #F06D2D;
    z-index: 2;
}

.cd-filter form {
    padding: 70px 20px;
}

.cd-filter .cd-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: #FFFFFF;
    font-size: 1.3rem;
    text-align: center;
    background: #37296A;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
}

.no-touch .cd-filter .cd-close:hover {
    background: #32255F;
}

.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cd-filter.filter-is-visible .cd-close {
    opacity: 1;
}

@media only screen and (min-width: 1170px) {
    .cd-filter {
        width: 17%;
    }

    .cd-filter form {
        padding: 70px 10%;
    }
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: transparent url("../images/cd-icon-filter.svg") no-repeat center center;
    z-index: 3;
}

.cd-filter-trigger.filter-is-visible {
    pointer-events: none;
}

@media only screen and (min-width: 1170px) {
    .cd-filter-trigger {
        width: auto;
        left: 2%;
        text-indent: 0;
        color: #9A9A9A;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .no-touch .cd-filter-trigger:hover {
        color: #41307C;
    }

    .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
        color: #FFFFFF;
    }
}

/* --------------------------------

xcustom form elements

-------------------------------- */
/*html textarea.js_edit_emp_history_duty_sn + .note-editor .note-editable[contenteditable="true"]:first-letter,
html textarea.js_edit_emp_history_duty_sn1 + .note-editor .note-editable[contenteditable="true"]:first-letter,
html textarea.js_edit_gaps + .note-editor .note-editable[contenteditable="true"]:first-letter {
    text-transform: capitalize;
}*/

/* Hack to target Safari on mobiles as it doesn't support text-transform */
/*@media screen and (max-width: 767px) {
    _::-webkit-full-page-media, _:future,
    :root textarea.js_edit_emp_history_duty_sn + .note-editor .note-editable[contenteditable="true"]:first-letter,
    :root textarea.js_edit_emp_history_duty_sn1 + .note-editor .note-editable[contenteditable="true"]:first-letter,
    :root textarea.js_edit_gaps + .note-editor .note-editable[contenteditable="true"]:first-letter {
        text-transform: none !important;
    }
}*/

html .capitalize-first-letter,
html .capitalize-first-letter > * {
    text-transform: capitalize !important;
}

.cd-filter-block {
    margin-bottom: 1.6em;
}

.cd-filter-block h4 {
    /* filter block title */
    position: relative;
    margin-bottom: .2em;
    padding: 10px 0 10px 20px;
    color: #F06D2D;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.no-touch .cd-filter-block h4:hover {
    color: #414042;
}

.cd-filter-block h4::before {
    /* arrow */
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url("../../assets/images/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
    background-color: #FFFFFF;
    border: 2px solid #868686;
}

.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
    width: 100%;
    padding: .8em;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
}

.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
    outline: none;
    background-color: #FFFFFF;
    /*border-color: #41307c;*/
}

.cd-filter-block input[type='search'] {
    /* custom style for the search element */
    /*border-color: transparent;
    background-color: #e6e6e6;*/
    /* prevent jump - ios devices */
    font-size: 1.6rem !important;
}

.cd-filter-block input[type='search']::-webkit-search-cancel-button {
    display: none;
}

.cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative;
}

.cd-filter-block .cd-select::after {
    /* switcher arrow for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("../../assets/images/cd-icon-arrow.svg") no-repeat center center;
    pointer-events: none;
}

.cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem;
}

.cd-filter-block select::-ms-expand {
    display: none;
}

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
}

.cd-filter-block .list li:last-of-type {
    margin-bottom: 0;
}

ul.list {
    padding-left: 20px;
}

.list label {
    margin-bottom: 0;
}

.cd-tab-filter ul.cd-filters {
    text-align: center;
    margin: 0 auto 10px;
    width: auto;
}

.cd-tab-filter a.selected {
    background: #FFFFFF;
    font-weight: bolder;
}

.cd-tab-filter a {
    /*padding-left: 0;*/
}

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
    /* custom radio and check boxes */
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
    width: 16px;
    height: 16px;
    left: 0;
}

.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
    /* check mark - hidden */
    display: none;
}

.cd-filter-block .checkbox-label::after {
    /* check mark style for check boxes */
    width: 16px;
    height: 16px;
    background: url("../../assets/images/cd-icon-check.svg") no-repeat center center;
}

.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
    border-radius: 50%;
}

.cd-filter-block .radio-label::after {
    /* check mark style for radio buttons */
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    left: 5px;
}

.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
    border-color: #41307C;
    background-color: #41307C;
}

.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
    display: block;
}

@-moz-document url-prefix() {
    /* hide custom arrow on Firefox - select element */
    .cd-filter-block .cd-select::after {
        display: none;
    }
}

/*Mix it up*/
/*.controls {
    background: #333333;
    color: #EEEEEE;
}*/

/*.controls label, .container22 label {
    !*font-weight: 300;*!
    margin: 0 .4em 0 0;
}

.controls button {
    display: inline-block;
    cursor: pointer;
}

.controls select {
    display: inline-block !important;
    width: 14% !important;
}

.controls button.active {
    background-color: #414042 !important;
}

.controls button:focus {
    outline: 0 none;
}

.controls button + label {
    margin-left: 1em;
}*/

.container22 {
    padding: 2% 2% 0;
    /*text-align: justify;
    font-size: 0.1px;*/
    background: #414042;
    -webkit-backface-visibility: hidden;
}

.container22:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.container22 .mix,
.container22 .gap {
    display: inline-block;
    width: 49%;
}

.container22 .mix {
    text-align: left;
    background: #FFFFFF;
    margin-bottom: 2%;
    display: none;
}

.container22 .mix.category-1 {
    border-top: 2px solid limegreen;
}

.container22 .mix.category-2 {
    border-top: 2px solid yellow;
}

.container22 .mix.category-3 {
    border-top: 2px solid white;
}

.pdf-canvas {
    border: 1px solid black;
    direction: ltr;
}

.pdf-canvas-viewer {
    direction: ltr;
}

/*.container22 .mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 4% 6%;
    font-weight: 700;
}

.container22 .mix:before {
    content: '';
    display: inline-block;
    padding-top: 60%;
}*/

@media all and (min-width: 420px) {
    .container22 .mix,
    .container22 .gap {
        width: 32%;
    }
}

@media all and (min-width: 640px) {
    .container22 .mix,
    .container22 .gap {
        width: 23.5%;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #parent-search-container {
        width: 74.33333333% !important;
    }
    #side_bar_page_wrapper {
        width: 100% !important;
    }
}

/**
 * List Styles
 */

.container22.list .mix {
    width: 100%;
}

.container22.list .mix:before {
    padding-top: 40px;
}

/**
 * Fail message styles
 */

.container .fail-message {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
}

.container .fail-message:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.container .fail-message span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
}

.container.fail .fail-message {
    opacity: 1;
    pointer-events: auto;
}

html .mnt-controlled-font ul {
    list-style-type: inherit !important;
}

html .mnt-controlled-font ol {
    list-style-type: inherit !important;
}

html .mnt-controlled-font p {
    display: block !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}

html .mnt-controlled-font * {
    font-family: 'mynewterm', Arial, sans-serif !important;
    font-size: 16px !important;
    /*color: #333333 !important;*/
    line-height: 22px !important;
    background-color: transparent !important;
}

html .mnt-controlled-font * * {
    font-family: 'mynewterm', Arial, sans-serif !important;
    font-size: 16px !important;
    /*color: #333333 !important;*/
    line-height: 22px !important;
    background-color: transparent !important;
}

html .mnt-controlled-font * * * {
    font-family: 'mynewterm', Arial, sans-serif !important;
    font-size: 16px !important;
    /*color: #333333 !important;*/
    line-height: 22px !important;
    background-color: transparent !important;
}

html .text-justify.viewer-bullets.mnt-controlled-font ul {
    list-style-type: inherit !important;
}

html .text-justify.viewer-bullets.mnt-controlled-font ol {
    list-style-type: inherit !important;
}

html .text-justify.viewer-bullets.mnt-controlled-font p {
    display: block !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}

html .text-justify.viewer-bullets.mnt-controlled-font * {
    font-family: 'mynewterm', Arial, sans-serif !important;
    font-size: 16px !important;
    /*color: #333333 !important;*/
    line-height: 22px !important;
    background-color: transparent !important;
}

html .text-justify.viewer-bullets.mnt-controlled-font * * {
    font-family: 'mynewterm', Arial, sans-serif !important;
    font-size: 16px !important;
    /*color: #333333 !important;*/
    line-height: 22px !important;
    background-color: transparent !important;
}

html .text-justify.viewer-bullets.mnt-controlled-font * * * {
    font-family: 'mynewterm', Arial, sans-serif !important;
    font-size: 16px !important;
    /*color: #333333 !important;*/
    line-height: 22px !important;
    background-color: transparent !important;
}

html .sr_html_job_desc .note-editable * {
    font-family: 'mynewterm', Arial, sans-serif !important;
}

html .sr_html_job_desc .note-editable * * {
    font-family: 'mynewterm', Arial, sans-serif !important;
}

html .sr_html_job_desc .note-editable * * * {
    font-family: 'mynewterm', Arial, sans-serif !important;
}

.ht-150 {
    height: 150px !important;
}

.ht-250 {
    height: 250px !important;
}

.ht-300 {
    height: 300px !important;
}

.ht-360 {
    height: 360px !important;
}

.ht-400 {
    height: 400px !important;
}

.ht-700 {
    height: 700px !important;
}

.ht-800 {
    height: 800px !important;
}

.ht-32 {
    height: 32px !important;
}

.ht-34 {
    height: 34px !important;
}

.ht-80pc {
    height: 80%;
}

.ht-100pc {
    height: 100%;
}

.wt-120-strict {
    width: 120px !important;
}

.wt-100pc {
    width: 100%;
}

.wt-23pc-strict {
    width: 23% !important;
}

.wt-30pc-strict {
    width: 30% !important;
}

.wt-40pc-strict {
    width: 40% !important;
}

.wt-50pc-strict {
    width: 50% !important;
}

.wt-60pc-strict {
    width: 60% !important;
}

.wt-67pc-strict {
    width: 67% !important;
}

.wt-68pc-strict {
    width: 68% !important;
}

.wt-69pc-strict {
    width: 69% !important;
}

.wt-70pc-strict {
    width: 70% !important;
}

.wt-80pc-strict {
    width: 80% !important;
}

.wt-100pc-strict {
    width: 100% !important;
}

#map3 {
    height: 100%;
}

.fix-table {
    table-layout: fixed !important;
}

.controls-map {
    margin: 10px 0px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


.input-group-side .form-control, .input-group-side .btn {
    min-height: 30px !important;
    height: 30px !important;
}

.input-group-btn select {
    border-color: #CCCCCC;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.select-group input.form-control{
    width: 55% !important;
}
.select-group select.input-group-addon {
    width: 45% !important;
}

html .input-group-addon.temp-last-child {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

#pac-input {
    background-color: #FFFFFF;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    display: inline-block;
}

#pac-input:focus {
    border-color: #4D90FE;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #FFFFFF;
    background-color: #4D90FE;
    padding: 5px 11px 0px 11px;
    display: inline-block;
}

#type-selector label {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    padding-right: 20px;
}

.gm-style-iw {
    width: 460px !important;
}

.gm-style-iw div {
    overflow-x: hidden !important;
}

.full-display {
    display: block !important;
}

.jplist-panel .jplist-group {
    border: 0 !important;
    padding: 0 0 0 15px !important;
    margin: 0 10px 0 0 !important;
}

.jplist-panel .checkbox label {
    float: none !important;
    line-height: 23px !important;
}

.jplist-panel .text-filter-box {
    float: none !important;
}

.jplist-panel .text-filter-box input[type=text] {
    width: inherit;
}

.ui-autocomplete {
    z-index: 800000 !important;
}

#job-top-menu {
    z-index: 900000 !important;
}

td {
    /* css-3 */
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;

}

.lh-4-strict {
    line-height: 4px !important;
}

.lh-8-strict {
    line-height: 8px !important;
}

.lh-10-strict {
    line-height: 10px !important;
}

html .lh-16-strict {
    line-height: 16px !important;
}

.lh-20-strict {
    line-height: 20px !important;
}

.lh-26-strict {
    line-height: 26px !important;
}

.lh-27-strict {
    line-height: 27px !important;
}

.lh-12 {
    line-height: 12px;
}

.lh-14 {
    line-height: 14px;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-24 {
    line-height: 24px;
}

.lh-26 {
    line-height: 26px;
}

.fp-shorten-sch {
    max-height: 20px;
    height: 20px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.no-break-out-links {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    /*word-break: break-word;*/

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

.lower-text {
    text-transform: lowercase !important;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.autocomplete-clear-button {
    position: absolute;
    top: 50%;
    right: 120px;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    line-height: 15px;
    border-radius: 7.5px;
    background: #DFDFE1;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 1009;
}

.data-slides-home {
    background-image: url(../images/fp_mynewterm_bg1.jpg);
    background-size: cover;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.opaque-fy {
    /* Modern Browsers */
    opacity: 0.8;

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/ / IE8

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
filter: alpha(opacity = 80);
/ / IE 5 - 7
}

.black-bg {
    background-color: #000000;
}

.new-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(64, 62, 65);
    background-color: rgba(64, 62, 65, 0.91);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999999;
}

.new-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.new-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.new-overlay a:hover, .new-overlay a:focus {
    color: #F1F1F1;
}

.new-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.tile-mini-overlay {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.tile-mini-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.tile-mini-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #414042;
    display: inline-block;
    transition: 0.3s;
}

.tile-mini-overlay a:hover, .tile-mini-overlay a:focus {
    color: #818181;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe /*, .video-wrapper object, .video-wrapper embed*/
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

html.video-wrapper iframe .player .vp-player-layout {
    top: 10px !important;
    bottom: 10px !important;
}

/* Limit image width to avoid overflow the container */
img.cover-picture {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}

html .pdf-preview-canvas-container {
    width: auto !important;
    overflow: auto !important;
    background-color: #e9e9e9 !important;
    text-align: center !important;
    border: 1px solid #999999 !important;
    padding: 20px !important;
}

html .pdf-preview-canvas {
    margin: 0 auto !important;
    display: block !important;
}

.pending-action {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 105%;
    height: 110%;
    background-color: rgb(251, 251, 251);
    background-color: rgba(251, 251, 251, 0.91);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 999999;
    display: none;
    border: 10px solid rgba(251, 251, 251, 0.91);
}
.pending-action .pending-action-content {
     position: relative;
     top: 25%;
     width: 100%;
     text-align: center;
     margin-top: 30px;
 }

.pending-action .pending-action-loader {
     border: 4px solid #f3f3f3;
     border-radius: 50%;
     border-top: 4px solid #3498db;
     width: 20px;
     height: 20px;
     -webkit-animation: pending-action-spin 2s linear infinite;
     animation: pending-action-spin 2s linear infinite;
     margin: auto;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
 }

.pending-action .pending-action-text {
     color: #000000;
     padding-top: 40px;
 }

@-webkit-keyframes pending-action-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes pending-action-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-height: 450px) {
    .new-overlay a {
        font-size: 20px
    }

    .new-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.new-loader {
    border: 8px solid #F3F3F3;
    border-radius: 50%;
    border-top: 8px solid #3498DB;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 150px auto 10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-text:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis-loading steps(4, end) 900ms infinite;
    animation: ellipsis-loading steps(4, end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0;
}

@keyframes ellipsis-loading {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis-loading {
    to {
        width: 1.25em;
    }
}

/*#dashboard-tabs li.disabled { color: grey; }
.nav-tabs li.disabled a:hover { border-color: transparent; }*/

.gly-spinning {
    -webkit-animation: glyspinning 2s infinite linear;
    -moz-animation: glyspinning 2s infinite linear;
    -o-animation: glyspinning 2s infinite linear;
    animation: glyspinning 2s infinite linear;
}
@-moz-keyframes glyspinning {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes glyspinning {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes glyspinning {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes glyspinning {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.inactive-admin-tab {
    cursor: not-allowed;
}

.pager #save-and-continue>a, .pager #save-and-continue>span {
    float: right;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.email-template-content-layout {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

html .select2-container--default .select2-results__option--highlighted[aria-selected] .orange-text-strict {
    color: #FFFFFF !important;
}

html .select2-container--default .select2-results > #select2-email-template-candidate-new-status-results.select2-results__options {
    min-height: 230px;
    overflow-y: auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 6px !important;
}

.select2-search__field[disabled]{
    opacity: 0 !important;
}

html .select2.select2-container.select2-container--default.select2-container--disabled .select2-selection {
    cursor: not-allowed !important;
}

.logged-user-text {
    display: inline-block;
}

.logged-user-icon {
    display: none;
}

@media (min-width: 992px) and (max-width: 1094px) {
    .logged-user-text {
        display: none;
    }

    .logged-user-icon {
        display: inline-block;
    }
    html .navbar-brand img.def-logo {
        width: 100px !important;
        height: 40px !important;
    }
}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {


}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    html .note-editing-area .note-editable {
        padding-top: 30px !important;
    }
    html .note-editing-area .note-placeholder {
        padding-top: 30px !important;
    }

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    html .note-editing-area .note-editable {
        padding-top: 30px !important;
    }
    html .note-editing-area .note-placeholder {
        padding-top: 30px !important;
    }
    .page-first-rower {
        margin-top: 10px !important;
    }
    .page-first-rower.sub-page-title {
        padding-top: 10px !important;
    }
    /*html .navbar-collapse.navbar-header-main-menu {
        display: none !important;
    }
    html .navbar-header.navbar-header-hamburger {
        width: 100% !important;
    }
    html .navbar-header.navbar-header-hamburger button.navbar-toggle {
        display: block !important;
        position: relative !important;
        float: right !important;
        padding: 9px 10px !important;
        margin-top: 8px !important;
        margin-right: 15px !important;
        margin-bottom: 8px !important;
        background-color: transparent !important;
        background-image: none !important;
        border-radius: 4px !important;
        color: #F06D2D !important;
    }*/

    html .navbar-header {
        float: none;
    }
    html .navbar-toggle {
        display: block;
    }
    html .navbar-collapse.collapse {
        display: none!important;
    }
    html .navbar-nav {
        float: none!important;
    }
    html .navbar-nav>li {
        float: none;
    }
    html .navbar-collapse.collapse.in{
        display:block !important;
    }
    html .def-logo {
        width: 80px !important;
        height: 30px !important;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    html .note-editing-area .note-editable {
        padding-top: 30px !important;
    }
    html .note-editing-area .note-placeholder {
        padding-top: 30px !important;
    }
    .page-first-rower {
        margin-top: 10px !important;
    }
    .page-first-rower.sub-page-title {
        padding-top: 10px !important;
    }
    /*html .navbar-collapse.navbar-header-main-menu {
        display: none !important;
    }
    html .navbar-header.navbar-header-hamburger {
        width: 100% !important;
    }
    html .navbar-header.navbar-header-hamburger button.navbar-toggle {
        display: block !important;
        position: relative !important;
        float: right !important;
        padding: 9px 10px !important;
        margin-top: 8px !important;
        margin-right: 15px !important;
        margin-bottom: 8px !important;
        background-color: transparent !important;
        background-image: none !important;
        border-radius: 4px !important;
        color: #F06D2D !important;
    }*/
    html .navbar-header {
        float: none;
    }
    html .navbar-toggle {
        display: block;
    }
    html .navbar-collapse.collapse {
        display: none!important;
    }
    html .navbar-nav {
        float: none!important;
    }
    html .navbar-nav>li {
        float: none;
    }
    html .navbar-collapse.collapse.in{
        display:block !important;
    }
    html .def-logo {
        width: 80px !important;
        height: 30px !important;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    html .note-editing-area .note-editable {
        padding-top: 30px !important;
    }
    html .note-editing-area .note-placeholder {
        padding-top: 30px !important;
    }

    .page-first-rower {
        margin-top: 10px !important;
    }

    .page-first-rower.sub-page-title {
        padding-top: 10px !important;
    }
    html .def-logo {
        width: 80px !important;
        height: 30px !important;
    }
    .d-flex .flex-basis-33,
    .d-flex .flex-basis-25,
    .d-flex .flex-basis-24-2,
    .d-flex .flex-basis-20,
    .d-flex .flex-basis-16,
    .d-flex .flex-basis-8,
    .d-flex .flex-basis-13-2,
    .d-flex .flex-basis-19-2 {
        flex-basis: 100% !important;
    }
}
@media (min-width: 767px) and (max-width: 768px) {
    .d-flex .flex-basis-33,
    .d-flex .flex-basis-25,
    .d-flex .flex-basis-24-2,
    .d-flex .flex-basis-20,
    .d-flex .flex-basis-16,
    .d-flex .flex-basis-8,
    .d-flex .flex-basis-13-2,
    .d-flex .flex-basis-19-2 {
        flex-basis: 100% !important;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .page-first-rower {
        margin-top: 10px !important;
    }
    .page-first-rower.sub-page-title {
        padding-top: 10px !important;
    }
    .stepwizard .stepwizard-row .stepwizard-step p {font-size: 12px !important;}

    html .def-logo {
        width: 80px !important;
        height: 30px !important;
    }

    .thumbs-job-post2-auto {
        width: 44px !important;
        height: auto !important;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    .d-flex .flex-basis-33,
    .d-flex .flex-basis-25,
    .d-flex .flex-basis-24-2,
    .d-flex .flex-basis-20,
    .d-flex .flex-basis-16,
    .d-flex .flex-basis-8,
    .d-flex .flex-basis-13-2,
    .d-flex .flex-basis-19-2 {
        flex-basis: 100% !important;
    }

    .mobile-justify-content-center {
        justify-content: center !important;
    }
    #message_toc{
        width:100% !important;
    }
    .pr-10 {
        padding-right: 0 !important;
    }
    #message{
        display: none;
        width:100% !important;
        padding-left: 1% !important;
    }
    .pt-pb-15{
        margin-top: 87px !important;
    }
    .js-profile-container{
        top: -170px;
        margin-bottom: -77px;
    }

    .job-profile-msg-container{
        top: -168px;
    }

    .stepwizard-mobile{
        top: -224px;
    }
}

.row-bs4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters-bs4 {
    margin-right: 0;
    margin-left: 0;
}
.col-auto-bs4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
}

.flex-row {
    display: flex;
    flex-direction: row;
    line-height: 70px;
    justify-content: space-between
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

html .no-opacity-input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #F06D2D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #F06D2D;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active {
    background-color: #c7c7c7; !important
}

.thumbs-job-post2-auto-big {
    width: 125px;
    height: auto;
}

.thumbs-job-post2-auto {
    width: 88px;
    height: auto;
}

/* Flexbox utilities for bootstrap 3 */
.row-bs3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters.row-bs3 {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters.row-bs3 > .col, .no-gutters.row-bs3 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 576px){
    .row-bs3 .d-sm-block {
        display: block !important;
    }
    .row-bs3 .d-sm-none {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .thumbs-job-post2-auto {
        width: 44px !important;
        height: auto !important;
    }
}

.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}

.row-bs3 .fa, .row-bs3 .far, .row-bs3 .fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row-bs3 .fa-map-marker-alt:before {
    content: "\f041";
}

.row-bs3 .fa-clock:before {
    content: "\f017";
}
.row-bs3 .fa-pound-sign:before {
    content: "\f154";
}
.row-bs3 .fa-check:before {
    content: "\f00c";
}
.row-bs3 .fa-save:before {
    content: "\f0c7";
}
.row-bs3 .fa-share:before {
    content: "\f064";
}

@media (max-width: 767px) {
    .m-t-xs-0 {
        margin-top: 0px !important;
    }
    .m-b-xs-0 {
        margin-bottom: 0px !important;
    }
    .m-b-xs-5 {
        margin-bottom: 5px !important;
    }
}
@media (max-width: 767.98px) {
    .btn.btn-block-mobile {
        display: block;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .row-bs3 .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .row-bs3 .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .row-bs3 .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .row-bs3 .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-bs3 .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-bs3 .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.row-bs3 .col-auto.text-center {
    padding: 10px 10px !important;
}

.col, .col-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12, .row-bs3 .col-md-2, .row-bs3 .col-md-10,
.row-bs3 .col-md-8, .row-bs3 .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.p-2 {
    padding: .5rem !important;
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.row-bs3 .pb-4, .row-bs3 .py-4 {
    padding-bottom: 1.5rem !important;
}
.m-b-5 {
    margin-bottom: 5px!important;
}
.m-b-10 {
    margin-bottom: 10px!important;
}
.m-t-10 {
    margin-top: 10px!important;
}
.m-t-15 {
    margin-top: 15px!important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

@media (min-width: 992px) {
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .d-lg-flex {
         display: -ms-flexbox !important;
         display: flex !important;
     }

}

.d-flex {
    display: flex;
}

/* alignment */
.d-flex.flex-row {
    flex-direction: row;
}
.d-flex.flex-row-reverse {
    flex-direction: row-reverse;
}
.d-flex.flex-column {
    flex-direction: column;
}
.d-flex.flex-column-reverse {
    flex-direction: column-reverse;
}

/* justify content */
.d-flex.justify-content-start {
    justify-content: flex-start;
}
.d-flex.justify-content-end {
    justify-content: flex-end;
}
.d-flex.justify-content-center {
    justify-content: center;
}
.d-flex.justify-content-between {
    justify-content: space-between;
}
.d-flex.justify-content-around {
    justify-content: space-around;
}
.d-flex.justify-content-margin-inline-end .d-flex-basis-child {
    margin-inline-end: 10px;
}

/* align items */
.d-flex.align-items-start, .row-bs3.align-items-start {
    align-items: flex-start;
}
.d-flex.align-items-end {
    align-items: flex-end;
}
.d-flex.align-items-center {
    align-items: center;
}
.d-flex.align-items-baseline {
    align-items: baseline;
}
.d-flex.align-items-stretch {
    align-items: stretch;
}

/* align content */
.d-flex.align-content-start {
    align-content: flex-start;
}
.d-flex.align-content-end {
    align-content: flex-end;
}
.d-flex.align-content-center {
    align-content: center;
}
.d-flex.align-content-around {
    align-content: space-around;
}
.d-flex.align-content-between {
    align-content: space-between;
}
.d-flex.align-content-stretch {
    align-content: stretch;
}

/* wrapping */
.d-flex.flex-wrap {
    flex-wrap: wrap;
}
.d-flex.flex-nowrap {
    flex-wrap: nowrap;
}

/* self align */
.d-flex .align-self-start {
    align-self: flex-start;
}
.d-flex .align-self-end {
    align-self: flex-end;
}
.d-flex .align-self-center {
    align-self: center;
}
.d-flex .align-self-baseline {
    align-self: baseline;
}
.d-flex .align-self-stretch {
    align-self: stretch;
}

/* fill equal spaces */
.d-flex .flex-fill {
    flex: 1 1 auto !important;
}

/* flex-basis */
.d-flex .flex-basis-0 {
    flex-basis: 0 !important;
}
.d-flex .flex-basis-5 {
    flex-basis: 5%;
}
.d-flex .flex-basis-8 {
    flex-basis: 8%;
}
.d-flex .flex-basis-9 {
    flex-basis: 9%;
}
.d-flex .flex-basis-10 {
    flex-basis: 10%;
}
.d-flex .flex-basis-13-2 {
    flex-basis: 13.2%;
}
.d-flex .flex-basis-15 {
    flex-basis: 15%;
}
.d-flex .flex-basis-16 {
    flex-basis: 16%;
}
.d-flex .flex-basis-18 {
    flex-basis: 18%;
}
.d-flex .flex-basis-19 {
    flex-basis: 19%;
}
.d-flex .flex-basis-19-2 {
    flex-basis: 19.2%;
}
.d-flex .flex-basis-20 {
    flex-basis: 20%;
}
.d-flex .flex-basis-24-2 {
    flex-basis: 24.2%;
}
.d-flex .flex-basis-25 {
    flex-basis: 25%;
}
.d-flex .flex-basis-28 {
    flex-basis: 28%;
}
.d-flex .flex-basis-29 {
    flex-basis: 29%;
}
.d-flex .flex-basis-30 {
    flex-basis: 30%;
}
.d-flex .flex-basis-33 {
    flex-basis: 33%;
}
.d-flex .flex-basis-38 {
    flex-basis: 38%;
}
.d-flex .flex-basis-39 {
    flex-basis: 39%;
}
.d-flex .flex-basis-40 {
    flex-basis: 40%;
}
.d-flex .flex-basis-45 {
    flex-basis: 45%;
}
.d-flex .flex-basis-48 {
    flex-basis: 48%;
}
.d-flex .flex-basis-49 {
    flex-basis: 49%;
}
.d-flex .flex-basis-50 {
    flex-basis: 50%;
}
.d-flex .flex-basis-60 {
    flex-basis: 60%;
}
.d-flex .flex-basis-70 {
    flex-basis: 70%;
}
.d-flex .flex-basis-80 {
    flex-basis: 80%;
}
.d-flex .flex-basis-85 {
    flex-basis: 85%;
}
.d-flex .flex-basis-90 {
    flex-basis: 90%;
}
.d-flex .flex-basis-95 {
    flex-basis: 95%;
}
.d-flex .flex-basis-100 {
    flex-basis: 100%;
}

/* order */
.d-flex .order-0 {
    order: 0;
}
.d-flex .order-1 {
    order: 1;
}
.d-flex .order-2 {
    order: 2;
}
.d-flex .order-3 {
    order: 3;
}
.d-flex .order-4 {
    order: 4;
}
.d-flex .order-5 {
    order: 5;
}
.d-flex .order-6 {
    order: 6;
}
.d-flex .order-7 {
    order: 7;
}
.d-flex .order-8 {
    order: 8;
}
.d-flex .order-9 {
    order: 9;
}
.d-flex .order-10 {
    order: 10;
}
.d-flex .order-11 {
    order: 11;
}
.d-flex .order-12 {
    order: 12;
}
.d-inline-flex {
    display: inline-flex;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-black {
    color: #FFFFFF;
    background-color: #222222;
}

a.badge-black:hover,
a.badge-black:focus {
    color: #FFFFFF;
    background-color: #090909;
}

.badge-brand {
    color: #FFFFFF;
    background-color: #505CFD;
}

a.badge-brand:hover,
a.badge-brand:focus {
    color: #FFFFFF;
    background-color: #1E2DFC;
}

.badge-new-gray {
    color: #212529;
    background-color: #D8D8D8;
}

a.badge-new-gray:hover,
a.badge-new-gray:focus {
    color: #212529;
    background-color: #BFBFBF;
}

.badge-new-white {
    color: #212529;
    background-color: #FFFFFF;
}

a.badge-new-white:hover,
a.badge-new-white:focus {
    color: #212529;
    background-color: #E6E6E6;
}

.badge-primary {
    color: #FFFFFF;
    background-color: #007BFF;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #0062CC;
}

.badge-secondary {
    color: #FFFFFF;
    background-color: #6C757D;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #FFFFFF;
    background-color: #545B62;
}

.badge-success {
    color: #FFFFFF;
    background-color: #28A745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #FFFFFF;
    background-color: #1E7E34;
}

.badge-info {
    color: #FFFFFF;
    background-color: #17A2B8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #FFFFFF;
    background-color: #117A8B;
}

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

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #D39E00;
}

.badge-danger {
    color: #FFFFFF;
    background-color: #DC3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #FFFFFF;
    background-color: #BD2130;
}

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

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #DAE0E5;
}

.badge-dark {
    color: #FFFFFF;
    background-color: #343A40;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #FFFFFF;
    background-color: #1D2124;
}

.progress-bar-small {
    width: 0;
    line-height: 18px;
}

/* Congratulations svg text */
.svg-text {
    width: 100%;
    height: 100%;
    z-index: 100;
    padding-left: 20px;
    padding-right: 20px;
}

.svg-text-g {
    stroke:#000;
    stroke-width: 0.25mm;
    fill:#000;
}

.congratulations-text-name {
    font-size: 50px;
    font-family: 'KaushanScript-Regular', serif;
    margin-bottom: 20px;
}

@font-face {
    font-family: 'KaushanScript-Regular';
    src: url('../fonts/KaushanScript-Regular.woff2') format('woff2'), url('../fonts/KaushanScript-Regular.woff') format('woff'),url('../fonts/KaushanScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Congratulations animation*/
.congratulation-base-animation-props  {
    stroke-linecap: round;
    stroke-width: 18px;
    stroke: white;
    fill: none;
    animation-name: followpath;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-fill-mode: backwards;
    z-index: 1000;
    stroke-dashoffset: 500;
    stroke-dasharray: 500;
    animation-duration: 0.8s;
}

#C-1 { animation-delay: 0s;  }
#O-1 { animation-delay: 0.15s;}
#N-1 { animation-delay: 0.30s;  }
#G-1 { animation-delay: 0.45s; }
#R-1 { animation-delay: 0.60s; }
#A-1 { animation-delay: 0.75s; }
#T-1 { animation-delay: 0.90s; }
#T-2 { animation-delay: 1.00s; }
#U-1 { animation-delay: 1.15s; }
#L-1 { animation-delay: 1.30s; }
#A2-1 { animation-delay: 1.45s; }
#T2-1 { animation-delay: 1.60s; }
#T2-2 { animation-delay: 1.70s; }
#I-1 { animation-delay: 1.85s; }
#I-2 { animation-delay: 1.93s; }
#O2-1 { animation-delay: 2.03s; }
#N2-1 { animation-delay: 2.17s; }
#S-1 { animation-delay: 2.32s; }
#ex-point-1 { animation-delay: 2.46s; }
#ex-point-2 { animation-delay: 2.48s; }

@keyframes followpath {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 500;
    }
}

/******* Override *******/
.font-format{
    margin-left:2% !important;
    display: inline !important;
}
.panel-header-clearfix{
    background: #f0f0f0;
    border: #ccc 1px solid;
    padding: 4px 10px 3px 10px !important;
}
.panel-border{
    border: #ccc 1px solid;
    padding: 9px 15px;
    margin-bottom: 20px;
}

/************************************
 MNT Custom Tags
************************************/
dfn{
    display: inline !important;
    color: #000 !important;
    /*background-color: rgb(255, 255, 0) !important;*/
    background-color: #fff !important;
    font-style: normal !important;
}
.address_search_bloodhound a:focus, a:hover, a:active, a:visited{
    text-decoration:none !important;
}


.a2a_sx{
    line-height: 19px !important;
    padding: 2px 4px !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /*float: left !important;*/
    clear: both;
}

.a2a_box{
    margin: 10px !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    flex-basis: 0 !important;
}

.mnt_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999889899;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}
.isOpen {
    opacity: 1;
    visibility: visible;
}





div.note-editable > span, font, dfn {
    background-color: #fff !important;
}

/****** Job Moderation's button disable *****/
.disabled-btn {
    pointer-events: none !important; /* prevents clicks */
    opacity: 0.65 !important;        /* look disabled */
}




