@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.opApi-block {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.opApi-block .container {
    max-width: 980px;
    width: 100%;
    margin-bottom: 20px;
}

.opApi-block a {
    outline: none !important;
}

.opApi-header {
    float: left;
    background: url(../img/opAPIbanner.jpg) no-repeat center top;
    background-size: cover;
    height: 217px;
    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;
}

.opApiSearch-block {
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
    position: relative;
    z-index: 1;
}

.opApi-sKeywords {
    width: 25%;
    height: 50px;
    background: #fff;
    float: left;
    border-right: solid 1px #f1f1f1;
    position: relative;
}

.opApi-country {
    float: left;
    width: 100%;
    max-width: 14%;
    height: 50px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApi-state {
    float: left;
    width: 100%;
    max-width: 13%;
    height: 50px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApi-city {
    float: left;
    width: 100%;
    max-width: 14%;
    height: 50px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApi-industry {
    float: left;
    width: 100%;
    max-width: 14%;
    height: 50px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApi-status {
    float: left;
    width: 100%;
    max-width: 10%;
    height: 50px;
    border-right: solid 1px #f1f1f1;
    background: #fff;
}

.opApiSearchBtn {
    float: left;
    width: 100%;
    max-width: 10%;
    height: 50px;
    background: #29aafe;
    color: #fff;
}

.opApiSearchBtn input[type=submit] {
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    line-height: 50px;
}

.opApiSearch-block input[type=text], .opApiSearch-block select {
    border: none;
    width: 94%;
    padding: 5px;
    margin-top: 10px;
}

.opApi-sKeywords input[type=text] {
    padding-left: 46px;
}

.opApi-sKeywords img {
    position: absolute;
    left: 15px;
    top: 15px;
}

select:focus, input[type=text]:focus {
    outline: none;
}

.opApi-content {
    /*float:left;*/
    width: 100%;
}

.opApiListH {
    padding: 20px 10px;
}

.apiResult {
    color: #666;
    font-size: 14px;
}

.opApiResult-listBlock {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px #ccc;
    border-radius: 4px;
    min-height: 300px;
}

.opApi-rlSection {
    float: left;
    width: 100%;
    padding: 20px 10px;
}

.opApiR-lirow {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #d9d9d9;
}

.opApi-rlSection a:nth-child(20) .opApiR-lirow {
    border-bottom: none !important;
}

.opApiL-t1 {
    color: #0084bf;
    font-size: 16px;
    font-weight: 600;
}

.opApiL-t2 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 0;
}

.opApiL-add {
    color: #999;
    font-size: 13px;
}

.opApiL-info {
    color: #666;
    font-size: 12px;
    max-width: 90%;
    padding: 5px 0
}

.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 {
    background: #fcfcfc;
    border-top: solid 1px #d9d9d9;
    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: 100%;
    float: left;
}

.opApi-pNum ul {
    margin: 0px;
    padding: 0px;
}

.opApi-pNum ul li {
    padding: 5px;
    display: inline-block;
    float: none;
    margin: 0;
    list-style-type: none;
}

.opApi-pNum ul li a {
    color: #3084c0;
    font-size: 14px;
    padding: 2px 4px;
    border-bottom: solid 2px transparent;
    text-decoration: none;
}

.opApi-crs-next {
    font-size: 15px;
    color: #666;
    cursor: pointer;
    line-height: 24px;
    position: absolute;
    right: 25px;
}

.opApi-pNum ul li.opApi-paginate_active a {
    color: #a5a5a5;
    border-bottom: solid 2px #a5a5a5;
}

.crsAp-btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
    box-shadow: inset 0px 0px 2px 0px #a4e271;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
    background-color: #89c403;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    min-height: 32px;
    padding: 2px 10px 4px;
    min-width: 80px;
    font-weight: 600;
    margin: 15px 0;
}

.crsAp-btn:hover, .crsAp-btn:active, .crsAp-btn:visited {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
    background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
    background-color: #77a809;
    color: #fff !important;
}

.apply-with-options img {
    width: 20px;
    margin: 0 5px;
}

#loader {
    position: fixed;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    cursor: wait;
}

#loading-image {
    cursor: wait;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 125px;
    margin: -75px 0 0 -75px;
    z-index: 11000;
}

#loading-message {
    display: none;
}

#job_description_block .opApi-rlSection {
    position: relative;
    display: block;
}

#job_description_block .opApi-rlSection .close_popup {
    position: absolute;
    right: 0;
    top: 0;
}

/*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: 10px
}

.ph-wrapper input, .ph-wrapper select, .ph-wrapper textarea {
    border: none;
    border-bottom: solid 1px #ccc;
    width: 100%;
    height: 32px;
    font-size: 14px;
    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%;
}

.ph-wrapper .custom_check_box label {
    width: 70%;
    float: left;
    margin-top: 10px;
}

.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: 11px;
}

.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;
}

.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;
}