@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.header-band {
    width: 100%;
    background: red
}

.logo-band {
    float: left;
    padding: 15px 30px;
}

.opApi-block {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.opApi-block .container {
    max-width: 900px;
    width: 100%;
    margin-bottom: 0px;
}

.opApi-block a {
    outline: none !important;
}

.opApi-header {
    float: left;
    background: url(../img/opAPIbanner.jpg) no-repeat center top;
    background-size: cover;
    height: 76px;
    width: 100%;
    position: relative;
}

.opApi-header:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    content: '';
    display: block;
}

.opApi-hTitle {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 25px;
    display: none;
}

.opApiSearch-block {
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.opApi-sKeywords {
    width: 25%;
    height: 40px;
    background: #fff;
    float: left;
    border-right: solid 1px #f1f1f1;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.opApi-country {
    float: left;
    width: 100%;
    max-width: 14%;
    height: 40px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApi-state {
    float: left;
    width: 100%;
    max-width: 13%;
    height: 40px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApi-city {
    float: left;
    width: 100%;
    max-width: 14%;
    height: 40px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApi-industry {
    float: left;
    width: 100%;
    max-width: 14%;
    height: 40px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApi-status {
    float: left;
    width: 100%;
    max-width: 10%;
    height: 40px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApiSearchBtn {
    float: left;
    width: 100%;
    max-width: 10%;
    height: 40px;
    background: #1ba1ff
        /*Dynamic color-1*/
    ;
    color: #fff
        /*Dynamic color-2*/
    ;
    border-radius: 0 5px 5px 0;
}

.opApiSearchBtn input[type=submit] {
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    line-height: 39px;
}

.opApiSearch-block input[type=text],
.opApiSearch-block select {
    border: none;
    width: 94%;
    padding: 7px 5px;
    margin-top: 4px;
}

.opApi-sKeywords input[type=text] {
    padding-left: 46px;
    margin-top: 6px;
}

.opApi-sKeywords img {
    position: absolute;
    left: 15px;
    top: 10px;
}

select:focus,
input[type=text]:focus {
    outline: none;
}

.opApi-content {
    float: left;
    width: 100%;
    background: #f5f9fc;
}

.opApiListH {
    padding: 15px 16px 6px;
    float: left;
    width: 100%;
}

.apiResult {
    color: #333;
    font-size: 14px;
    float: left;
    margin-top: 6px;
}

.opApiResult-listBlock {
    float: left;
    width: 100%;
}

.opApi-rlSection {
    float: left;
    width: 100%;
}

.opApiR-lirow {
    float: left;
    width: 100%;
}

.opApi-rlSection a:nth-child(20) .opApiR-lirow {
    border-bottom: none !important;
}

.opApiL-t1 {
    color: #1ba1ff
        /*Dynamic color-1*/
    ;
    font-size: 16px;
    font-weight: 600;
}

.opApiL-t2 {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 3px 0;
}

.opApiL-add {
    color: #999;
    font-size: 13px;
}

.opApiL-add i {
    color: #333;
}

.opApiL-info {
    color: #444;
    font-size: 13px;
    max-width: 100%;
    padding: 4px 0 0;
    line-height: 18px;
}

.opApiR-lirow label {
    color: #333;
    font-size: 13px;
    padding-right: 5px;
    clear: both;
    display: block;
}

.opApiR-lirow .label-data {
    color: #666;
    font-size: 13px;
    clear: both;
    font-weight: normal;
}

.opApiB-none {
    border: none
}

.opApi-pagination {
    padding: 20px 25px;
    float: left;
    width: 100%;
    position: relative;
}

.opApi-crs-previous {
    font-size: 13px;
    color: #666;
    cursor: pointer;
    line-height: 24px;
    position: absolute;
    left: 25px;
    z-index: 1;
}

.opApi-pagination a {
    text-decoration: none;
    font-weight: 600
}

.opApi-pagination a.disabled {
    color: #888;
    cursor: not-allowed;
}

.opApi-pNum {
    text-align: center;
    position: relative;
    width: auto;
    max-width: 350px;
    float: right;
}

.opApi-pNum ul {
    margin: 0px;
    padding: 0px;
}

.opApi-pNum ul li {
    padding: 5px 4px;
    display: inline-block;
    float: none;
    margin: 0;
    list-style-type: none;
}

.opApi-pNum ul li a {
    color: #999;
    font-size: 14px;
    padding: 2px;
    border-bottom: solid 2px transparent;
    text-decoration: none;
}

.opApi-crs-next {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    line-height: 24px;
    position: absolute;
    right: 25px;
}

.opApi-pNum ul li.active a {
    font-weight: 700;
    color: #333;
    border-bottom: solid 2px #333;
}

.crsAp-btn {
    background: #1ba1ff
        /*Dynamic color-1*/
    ;
    color: #fff
        /*Dynamic color-2*/
    ;
    font-size: 14px;
    border-radius: 100px;
    border: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    min-height: 32px;
    padding: 6px 18px 6px;
    min-width: 80px;
    font-weight: 600;
    margin: 15px 0;
    margin-right: 5px;
}

.apply_without_reg_btn {
    background: #009cde;
}

.crsAp-btn i {
    float: right;
    font-size: 22px;
    margin-left: 15px;
}

.crsAp-btn:hover,
.crsAp-btn:focus,
.apply_without_reg_btn:hover,
.apply_without_reg_btn:focus {
    background-color: #999;
    text-decoration: none;
    color: #fff !important;
}

#loader {
    position: fixed;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    cursor: wait;
}

#loading-image {
    cursor: wait;
    position: fixed;
    left: 50%;
    top: 55%;
    z-index: 1;
    width: 75px;
    margin: -75px 0 0 -75px;
    z-index: 11000;
}

#loading-message {}

#job_description_block .opApi-rlSection {
    position: relative;
    display: block;
}

#job_description_block .opApi-rlSection .close_popup {
    position: absolute;
    right: 0;
    top: 0;
}

.jobAction {
    float: right;
    margin-top: -5px;
}

.jobAction ul {
    margin: 0;
    padding: 0;
}

.jobAction ul li {
    float: left;
    margin-left: 10px;
    list-style-type: none;
}

.jobAction ul li a {
    display: block;
    text-transform: uppercase;
    color: #9496a8;
    font-size: 12px;
    font-weight: 600;
}

.jobAction ul li a i {
    font-size: 14px;
}

.jobAction ul li a img {
    border-radius: 4px;
}

/*Popup css*/
.picker-dialog {
    z-index: 1051 !important;
}

ul.crsPop-ul {
    margin: 0px;
    padding: 0;
}

.crsPop-ul li {
    float: left;
    width: 46%;
    min-height: 64px;
    margin-left: 0%;
    margin-right: 4%;
    position: relative;
    list-style-type: none;
}

.crsInv-selfD {
    margin: 2% 0% 1%;
    float: left;
    width: 100%;
    border-radius: 3px;
}

.form-control,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus {
    box-shadow: none;
}

.aWR .panel {
    background: #f5f5f5;
    border: none;
    box-shadow: none;
    font-size: 12px;
    color: #666;
}

.aWR .panel-group {
    margin-bottom: 0px;
}

.aWR .panel ul {
    margin: 5px 0 5px 20px;
}

.aWR .panel ul li {
    list-style-type: disc;
}

.aWR .panel ul ul li {
    list-style-type: circle;
}

.aWR .panel-default>.panel-heading {
    padding: 0;
    border: none;
    background: none;
}

.aWR .panel-title {
    font-size: 14px;
}

.aWR .panel-title>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.aWR .more-less {
    float: right;
    color: #2096ee;
    font-size: 12px;
    font-weight: bold;
}

.aWR .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 5px 15px;
}

.aWR .list33 {
    margin: 10px 0;
    margin-left: 20px;
}

.aWR .list33 li {
    width: 33% !important;
    float: left !important;
    list-style-type: disc;
    color: #666;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog {
    margin-top: 50px;
}

.aWR .modal-body {
    padding: 25px;
}

.aWR .modal-header {
    padding: 15px 25px;
    background: #f8f8f8;
    border-bottom: solid 1px #eee;
}

.aWR .modal-header .close {
    margin-top: 0px;
}

.aWR .modal-title {
    float: left;
    max-width: 90%;
}

.aWR .close-icon {
    background: url(../img/mega-menu-icons/svgicons.svg) no-repeat -80px -32px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    display: inline-block;
    margin-top: 0px;
}

.aWR .panel-group .panel+.panel {
    margin-top: 4px;
}

.aWR .glyphicon {
    top: 0;
}

.svg-i {
    background: url(../img/mega-menu-icons/svgicons.svg) no-repeat;
}

.crsQuestion {
    background-position: -256px 0;
    width: 32px;
    height: 32px;
    display: block;
}

.crsShare {
    background-position: -80px -52px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 8px;
}

.crsPrint {
    background-position: -140px -52px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 8px;
}

.crsSout {
    background-position: -368px -108px;
    width: 16px;
    height: 16px;
    float: left;
    display: block;
    margin-left: -6px;
    margin-right: 8px;
    margin-top: 3px;
}

.crsAp-without-btn {
    border: none;
    padding: 5px 5px 7px;
    width: 190px;
    color: #0274b2;
    background: none;
    height: 34px;
    margin-top: 10px;
}

/*Placeholder css*/
.ph-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.crsPholder {
    position: relative;
    left: 0;
    font-size: 14px;
    color: #051152;
    margin: 0;
    width: auto;
    z-index: 1;
    font-weight: normal;
}

.crsPholder {
    color: #aaa;
    font-size: 11px;
    top: 8px
}

.ph-wrapper input,
.ph-wrapper select,
.ph-wrapper textarea {
    border: none;
    border-bottom: solid 1px #ccc;
    width: 100%;
    height: 32px;
    font-size: 12px;
    position: relative;
    background: none;
    border-radius: 0px;
    padding: 0;
    resize: none;
}

.ph-wrapper select {
    border: solid 0px #d6dce8 !important;
    outline: #d6dce8 solid 0px !important;
    border-bottom: solid 1px #ccc !important;
    background: none;
    border-radius: 0px;
    padding: 0;
}

.ph-wrapper input:focus,
.ph-wrapper select:focus,
.ph-wrapper textarea:focus {
    outline: none;
    box-shadow: none;
}

.ph-wrapper select.brdH {
    border-bottom: solid 1px #00bcd4 !important;
    outline: #d6dce8 solid 0px !important;
}

.ph-wrapper input.brdH,
.ph-wrapper select.brdH,
.ph-wrapper textarea.brdH {
    border: none;
    border-bottom: solid 1px #00bcd4;
}

.ph-wrapper select option:first-child {
    display: none;
}

.noneField {
    border: none;
    border-bottom: solid 1px #ccc;
    width: 100%;
    height: 32px;
    font-size: 14px;
    position: relative;
    background: none;
    border-radius: 0px;
}

.noneField .crsPholder {
    position: static;
}

.noneField .radio-horz-p label {
    width: auto !important;
    margin-top: 0px;
    margin-right: 10px;
}

.ph-wrapper input[type="checkbox"],
.ph-wrapper input[type="radio"] {
    width: initial;
    height: initial;
    width: 16px;
    height: 16px;
    float: left;
}

.ph-wrapper .ms-choice {
    border-bottom: solid 1px #ccc !important;
    background: none;
    font-size: 14px;
    outline: none;
    width: 100% !important;
}

.ph-wrapper .new-select {
    width: 100%;
    margin-top: 0;
}

.ph-wrapper .ms-drop {
    width: 100% !important;
}

.ph-wrapper .ms-drop ul>li label input {
    width: 16px;
    height: 16px;
}

.ph-wrapper .ms-drop ul>li {
    min-height: initial;
    float: left;
    width: 100%;
}

.ph-wrapper .ms-drop input[type="checkbox"] {
    margin-top: 4px;
}

.ph-wrapper .custom_check_box {
    float: left;
    width: 33%;
    margin-right: 5px;
}

.ph-wrapper .custom_check_box label {
    width: 70%;
    float: left;
    margin-top: 10px;
    padding: 0px 5px;
}

.ph-wrapper .custom_check_box>input {
    margin-top: 14px;
}

.ph-wrapper .input.checkbox {
    float: left;
    margin-top: 4px;
}

.ph-wrapper .radio-horz-p label {
    margin-top: 14px;
    margin-left: 5px;
}

.ph-wrapper .label-mrgn input[type="radio"] {
    margin-top: 15px;
}

.ph-wrapper .label-mrgn {
    float: left;
    margin-left: 10px;
}

.ph-wrapper .ms-drop ul>li label {
    margin-bottom: 0px;
}

/*.has-danger label{color:red;}*/
.has-danger input {
    border-color: red;
}

.has-danger input:focus {
    border-color: red;
}

.error_msg {
    color: red;
    font-size: 10px;
}

.success_msg {
    color: green;
}

.terms_conditions {
    font-size: 11px;
    color: #000;
    font-weight: normal;
    line-height: 22px;
}

#modal-body-block #loading-image {
    display: block;
}

#modal-loader {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    cursor: wait;
}

#modal-loading-image {
    cursor: wait;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 125px;
    margin: -75px 0 0 -75px;
    z-index: 11000;
}

#modal-loading-message {
    display: none;
}

.has-feedback {
    position: relative;
}

.has-feedback input[type="file"] {
    padding: 0;
    height: 25px;
    margin-top: 10px;
}

.with-errors {
    position: absolute;
    left: 0;
    top: 50px;
    font-size: 10px;
}

label.required:after {
    content: " *";
    color: red;
}

#back2Top {
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 10px;
    color: #555;
    text-align: center;
    font-size: 50px;
    text-decoration: none;
    color: #0084bfbd;
}

#back2Top:hover {
    color: #0084bf;
}

.currentOpenList {
    float: left;
    width: 100%;
    padding: 10px 20px 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    word-break: break-word;
    cursor: pointer;
}

.opApiR-lirow .currentOpenList {
    /* padding: 10px 0px 15px; */
    border: none;
}

.opApiL-info table td:first-child {
    color: #000;
    padding-right: 10px;
    vertical-align: top;
}

.opApiL-info table td:last-child {
    color: #666;
}

a:hover {
    text-decoration: none;
}

.notReady {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 34px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.notRTitle {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.notRInfo {
    color: #666;
    font-size: 13px;
}

a.notRBtn {
    padding: 8px 26px;
    text-align: center;
    background: #4285f4
        /*Dynamic color-1*/
    ;
    color: #fff
        /*Dynamic color-2*/
    ;
    border: none;
    margin: 10px auto 0;
    border-radius: 100px;
    font-size: 15px;
    display: inline-block;
}

a.notRBtn:hover,
a.notRBtn:focus {
    color: #fff
        /*Dynamic color-2*/
    ;
    outline: none;
    text-decoration: none;
}

#captcha1,
#captcha2 {
    position: absolute;
    right: 0;
    top: 0;
}

#job_description,
.job_description {
    overflow: auto;
}

.JobDescription {
    overflow: auto;
}

.form-fields-heading {
    float: left;
    width: 100%;
    background: #f0f0f0;
    padding: 10px;
    color: #4285F4;
    font-size: 18px;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .opApi-header {
        height: auto;
        padding-bottom: 30px;
    }

    .opApi-sKeywords {
        max-width: 100%;
        border-radius: 0px;
        width: 100%;
    }

    .opApi-country {
        max-width: 50%;
        margin-top: 5px;
    }

    .opApi-state {
        max-width: 50%;
        margin-top: 5px;
    }

    .opApi-city {
        max-width: 50%;
        margin-top: 5px;
    }

    .opApi-industry {
        max-width: 50%;
        margin-top: 5px;
    }

    .opApi-status {
        max-width: 50%;
        margin-top: 5px;
    }

    .opApiSearchBtn {
        max-width: 50%;
        border-radius: 0px;
        margin-top: 5px;
        position: relative;
    }

    .opApiSearchBtn a {
        right: 4px !important;
    }
}

/* skeleton loader start */
.dashboard-dyn-loading:empty {
    margin: auto;
    margin-top: 20px;
    width: 100%;
    height: 108px;
    /* change height to see repeat-y behavior */
    background-image:
        linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 6px, transparent 0), linear-gradient(lightgray 6px, transparent 0), linear-gradient(lightgray 6px, transparent 0), linear-gradient(lightgray 6px, transparent 0), linear-gradient(lightgray 6px, transparent 0), linear-gradient(lightgray 6px, transparent 0);
    background-repeat: repeat-y;
    background-size:
        100px 100%,
        /* highlight */
        25% 1000px, 30% 200px, 100% 200px, 100% 200px, 100% 200px, 40% 200px;
    background-position:
        0 0,
        /* highlight */
        0px 0, 0% 20px, 0% 40px, 0% 60px, 0% 80px, 0% 100px;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    to {
        background-position:
            100% 0,
            /* move highlight to right */
            0px 0, 0% 20px, 0% 40px, 0% 60px, 0% 80px, 0% 100px;
    }
}

canvas {
    /*prevent interaction with the canvas*/
    pointer-events: none;
}

/* END skeleton loader */

/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    color: #666;
    padding: 5px 12px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    border: solid 1px #ccc;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
    background-color: #fff;
    border: solid 1px #ccc;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    border-radius: 6px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #666;
    padding: 8px 7px;
    text-decoration: none;
    display: block;
    border-bottom: solid 1px #eee;
}

.dropdown-content i {
    color: #aaa;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f8f8f8;
    color: #1ba1ff;
}

.dropdown-content a:hover i {
    color: #1ba1ff;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

/*Job Details*/
.jobDetailsBlock {
    display: none;
    float: left;
    width: 100%;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(245, 249, 252, 1) 50%, rgba(245, 249, 252, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(245, 249, 252, 1) 50%, rgba(245, 249, 252, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(245, 249, 252, 1) 50%, rgba(245, 249, 252, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f9fc', GradientType=1);
    /* IE6-9 */
}

.jobDetailsBlock .container {
    max-width: 970px;
    width: 100%;
}

.disFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.JobDescription {
    float: left;
    max-width: 70%;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 30px 100px 0;
}

.jobDetRow {
    float: left;
    width: 100%;
}

.jobQuickinfo {
    float: left;
    max-width: 30%;
    width: 100%;
    background: #f5f9fc;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 0 100px 30px;
}

.jobQuickinfoList {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.jqIcon {
    width: 26px;
    height: 40px;
    float: left;
    color: #333333;
    font-size: 16px;
}

.jqDetaRow {
    float: left;
    max-width: 70%;
}

.jqLabel {
    font-weight: 700;
    color: #333333;
    padding-bottom: 3px;
    font-size: 14px;
}

.jqinfo2 {
    color: #9496a8;
    font-weight: 700;
    font-size: 12px;
}

.twoColumBlock {
    float: left;
    width: 100%;
    min-height: 400px;
    padding: 50px 0;
    position: relative;
    min-width: 970px;
    background: rgb(0, 60, 170);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 60, 170, 1) 1%, rgba(0, 60, 170, 1) 47%, rgba(117, 117, 117, 1) 47%, rgba(117, 117, 117, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 60, 170, 1) 1%, rgba(0, 60, 170, 1) 47%, rgba(117, 117, 117, 1) 47%, rgba(117, 117, 117, 1) 100%);
    /*Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 60, 170, 1) 1%, rgba(0, 60, 170, 1) 47%, rgba(117, 117, 117, 1) 47%, rgba(117, 117, 117, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003caa', endColorstr='#757575', GradientType=1);
    /* IE6-9 */
}

.twoColumBlock .container {
    width: 970px;
}

.twoColumBlock .container .col-sm-6 {
    position: relative;
    z-index: 9;
}

.twoColumBlock:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    background: -moz-linear-gradient(left, rgba(0, 44, 113, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 44, 113, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 44, 113, 1) 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c71', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

.twoColumBlock:after {
    content: "";
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 55%;
    background-image: url(../img/veterans-programBg.jpg), url(../img/vpbgRepeat.jpg);
    background-position: top right, top right;
    background-repeat: no-repeat, repeat;
}

.backJobBoard {
    float: left;
    width: 100%;
}

.backJobBoard a {
    color: #1ba1ff;
    /*Dynamic color missing*/
    font-weight: 600;
    font-size: 16px;
}

.lineHight {
    line-height: 28px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

div.tagsinput {
    background: #FFFFFF;
    border-bottom: 1px solid #dbe1e8;
    float: left;
    margin-top: 10px;
    overflow-y: auto;
    width: 100% !important;
    min-height: 23px !important
}

#technology_tag,
#profile_skills_tag {
    height: auto !important;
    border: none;
}

div.tagsinput span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 3px 5px;
    text-decoration: none;
    background: #78ad30;
    color: #fff;
    margin-right: 1px;
    margin-bottom: 1px;
    font-family: 'proxima_nova', Arial, Helvetica, sans-serif;
    font-size: 11px
}

div.tagsinput span.tag a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 11px
}

.multiple_select_block .ms-drop ul {
    padding: 0 0 0 10px;
    overflow-y: auto;
    max-height: 150px;
    overflow-x: inherit;
}

.datetimepicker-days .disabled {
    color: #808080 !important;
}

#modal-loading-confirm-message {
    display: none;
}

#dynamic-submit-resume-fields {
    list-style: none;
}

#dynamic-form-fields {
    list-style: none;
}