/* including font icons */

@charset "UTF-8";

@font-face {
    font-family: "job-impulse-icons";
    src: url("../fonts/job-impulse-icons.eot");
    src: url("../fonts/job-impulse-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/job-impulse-icons.woff") format("woff"),
    url("../fonts/job-impulse-icons.ttf") format("truetype"),
    url("../fonts/job-impulse-icons.svg#job-impulse-icons") format("svg");
    font-weight: normal;
    font-style: normal;

}



/* bootstrap customization styles */
.navbar-nav > li > a.navbar-btn, .navbar-nav > li > a.navbar-btn:hover, .navbar-nav > li > a.navbar-btn:focus, .navbar-nav > li > a.navbar-btn:active {
    padding: 6px;
    background: #00a4e8;
    color: #fff;
    border: 2px solid #00a4e8;
}

.alert {
    border-radius: 0;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: normal;
}

.panel {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.panel a, .panel a:hover, .panel a:focus {
    color: #00a4e8;
}

.panel a#content .btn, .panel a#content .btn:hover, .panel a#content .btn:focus {
    color: #fff;
}

.panel-header {
    position: relative;
    background: rgba(153, 153, 153, 0.4);
}

.panel-footer {
    background: rgba(153, 153, 153, 0.4);
    color: #666;
    font-size: 20px;
    font-weight: bold;
}

#content .btn.active.focus, #content .btn.active:focus, #content .btn.focus, #content .btn:active.focus, #content .btn:active:focus, #content .btn:focus {
    outline: 0;
    box-shadow: none;
}

#content .btn, #content .btn:active, #content .btn:focus {
    /*  background: #00a4e8;*/
    color: #fff;
}

#content .btn:hover {
    background: #00a4e8;
}

#content .btn, #content .btn:hover, #content .btn:active, #content .btn:focus {

    color: #fff;
    border-radius: 15px;
    font-size: 16px;
    min-width: 110px;
}

#content .btn-default, #content .btn-default:hover, #content .btn-default:focus {
    background-color: #ccc;
    border: 1px solid #00a4e8;
    color: #00a4e8;
}

#content .btn-default#content .btn:hover, #content .btn-default#content .btn:active, #content .btn-default#content .btn:focus {
    background-color: #00a4e8;
}

#content .btn.disabled {
    background: rgba(153, 153, 153, 0.8);
}

li .disabled {
    pointer-events: none;
}

.panel {
    margin-top: 20px;
}

.panel-footer #content .btn {
    font-size: 18px;
}

sup {
    top: -.25px;
}

/*.radio, .checkbox,.form-horizontal .radio,.form-horizontal .checkbox{
    margin-top: 0;
    padding-top: 3px;
}
.radio label,.checkbox label{
    margin-right: 15px;
}*/
a, a:hover, a:focus {
    color: #999;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

label, aside i {
    color: #666;
}

.form-group {
    margin-bottom: 8px;
}

.form-control {
    padding: 6px 4px;
}

textarea.form-control {
    resize: vertical;
}

/* common styles */

html {
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}

body {
    background-color: #f5f5f5;
    color: #666;
    min-height: 100%;
    overflow: auto;
    padding-bottom: 50px;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.sm-well {
    max-width: 350px;
    margin: 0 auto 10px;
    padding: 10px;
}

.sm-well h3 {
    margin-top: 0;
}

.content-well {
    background: transparent;
    border: none;
    box-shadow: none;
}

.auto-width {
    width: auto;
}

.success {
    color: #93C47D;
    font-weight: bold;
}

.error {
    color: red;
}

.link-color, .gray {
    color: #999;
}

.section-devider {
    border: 1px solid #ddd;
    clear: both;
    margin: 30px 0;
    position: relative;
}

* {
    -webkit-transition: background 0.62s ease;
    -moz-transition: background 0.62s ease;
    -o-transition: background 0.62s ease;
    transition: background 0.62s ease;
}

.search-block .input-group {
    width: 100%;
}

.search-block .input-group-addon, .location-block .input-group-addon, aside .input-group-addon {
    background: #00a4e8;
    color: #fff;
    border: #00a4e8;
    border-radius: 0;
    font-size: 20px;
    line-height: 16px;

}

aside input + .input-group-addon {
    cursor: pointer;
}

.search-block input[type="text"], .location-block input[type="text"], aside .input-group input[type="text"] {
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    padding-left: 5px;
    border-radius: 0;
}

.big-text {
    font-size: 1.25em;
    color: #333;
    font-weight: bold;
}

.small-text {
    font-size: 0.85em;
}

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

.v-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.h-margin {
    margin-left: 10px;
    margin-right: 10px;
}

.sm-v-margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.no-padding {
    padding: 0;
}

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

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

.v-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

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

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

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

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

.sp-margin {
    margin: 10px -15px 0 0;
}

.box-style {
    border: 1px solid #ddd;
    padding: 15px 15px 10px;
    margin-bottom: 15px;
}

.section-seperator {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.auto-width {
    width: auto;
}

.word-break {
    word-break: break-all;
}

.glyphicon-menu-left {
    margin-right: 5px;
    font-size: 13px;
}

.glyphicon-menu-right {
    margin-left: 5px;
    font-size: 13px;
}

.text-red {
    color: red;
}

.input-lg {
    padding-left: 0px;
}

.input-lg button, .input-lg button:hover, .input-lg button:focus, .input-lg button:active {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
}

.input-lg #content .btn-group > button, .input-lg #content .btn-group > button:hover, .input-lg #content .btn-group > button:focus, .input-lg #content .btn-group > button:active {
    color: #999;
    font-size: 14px;
}

a, a:active, a:focus {
    outline: 0;
    cursor: pointer;
}

.no-margin {
    margin: 0;
}

.clear-right {
    clear: right;
}

/*login and register page styles */
.logo-center {
    display: inline-block;
    margin: 10px auto;
}

.or-block {
    background: #fff;
    display: inline-block;
    font-size: 16px;
    left: 50%;
    line-height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 50px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.signIn #content .btn, .signIn #content .btn:hover, .signIn #content .btn:active {
    height: auto;
    position: relative;
    padding: 10px 12px 10px 40px;
    border-radius: 8px;
    text-align: left;
}

.glyphicon-eye-open {
    cursor: pointer;
}

.xing-color#content .btn, .xing-color#content .btn:active, .xing-color#content .btn:focus {
    background: #38761D;
}

.xing-color#content .btn:hover {
    background: #316619;
}

.signIn #content .btn .icon {
    position: absolute;
    left: 5px;
    top: 5px;
}

.signIn #content .btn .icon:before {
    font-size: 32px;
}

.panel a.go-home {
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
    font-size: 22px;
}

main.container.main-container {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(221, 221, 221, 0.52);
    -moz-box-shadow: 0px 1px 5px 0px rgba(221, 221, 221, 0.52);
    box-shadow: 0px 1px 5px 0px rgba(221, 221, 221, 0.52);
}

aside.in ~ main.container.main-container {
    max-height: 100vh;
    overflow: hidden;
}

#content .btn-container {
    padding: 15px 0;
    text-align: right;
}

#content .btn-container #content .btn {
    margin-left: 15px;
}

#content .btn {
    margin-bottom: 5px;
}

.modal-footer #content .btn {
    margin-bottom: 0px;
}

/* styles for inner pages */
header ul.dropdown-menu:before {
    border-bottom: 10px solid #FFF;
    content: "";
    top: -10px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    right: 5px;
    z-index: 11;
}

header ul.dropdown-menu:after {
    border-bottom: 11px solid rgba(0, 0, 0, .15);
    content: "";
    top: -12px;
    position: absolute;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    right: 9px;
    z-index: 10;
}

.navbar-default {
    background-color: #fff;
    margin-bottom: 0;
    opacity: 0.7;
}

.navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.navbar-right .icon {
    margin-right: 8px;
    font-size: 24px;
}

#content .btn#content .btn-inverse {
    color: #00a4e8;
    border: 2px solid #00a4e8;
    background: #fff;
    box-shadow: none;
}

#content .btn#content .btn-inverse:hover, #content .btn#content .btn-inverse:active, #content .btn#content .btn-inverse:focus {
    color: #fff;
    background: #00a4e8;
}

.navbar-btn, .navbar-btn:hover, .navbar-btn:focus, .navbar-btn:active {
    border-radius: 0;
}

aside .nav > li > a {
    padding: 10px 15px 10px 25px;
}

aside .nav > li > a i {
    color: #999;
    margin-right: 10px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px;
}

.main-container a, .main-container a:hover, .main-container a:focus {
    color: #333;
}

aside .nav > li.active > a {
    /*  font-weight: bold;*/
    background: #eee;
}

.active a, .active a i {
    color: #000;
    /*  font-weight: bold;*/
}

.completion {
    position: relative;
    background: rgba(153, 153, 153, 0.4);
    min-height: 110px;
    margin: 0 -15px 90px;
}

.status {
    color: #fff;
    padding: 10px 15px 15px;
}

.profile-pic {
    height: 164px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: absolute;
    bottom: -82px;
    left: 50%;
    margin-left: -82px;
    width: 170px;
    overflow: hidden;
    cursor: pointer;
}

.profile-pic img {
    margin: auto;
    height: auto;
    display: block;
    max-width: 100%;
}

header.container-fluid > * {
    display: inline-block;
    /* float: none;*/
}

/*styles for joblisting page */
.filter .nav > li > a {
    padding: 10px 5px;
}

.filter .tab-content {
    padding: 10px;
}

.slider.slider-horizontal {
    width: 100%;
}

.slider-handle {
    /* background-color: #00a4e8;
     background-image: -webkit-linear-gradient(top,#00a4e8 0,#00a4e8 100%);
     background-image: -o-linear-gradient(top,#00a4e8 0,#00a4e8 100%);
     background-image: linear-gradient(to bottom,#00a4e8 0,#00a4e8 100%);*/
}

.slider-selection, .slider-track-low, .slider-track-high {
    background: #00a4e8;
}

.slider-label, .slider-label i {
    color: #00a4e8;
    font-size: 14px;
    text-align: center;
}

/* -- customized checkbox - style 1 --*/
.radio.customStyle1 label {
    background: #fff;
    border: 1px solid #00a4e8;
    display: block;
    padding-left: 25px;
    position: relative;
    margin: 5px 0 10px;
}

.radio.customStyle1 input {
    display: block;
    padding-left: 30px;
    position: absolute;
    left: 30px;
    z-index: 10;
    display: none;
}

.radio.customStyle1 input[type="radio"]:checked + label {
    color: #fff;
    background: #00a4e8;
}

.radio.customStyle1 input[type="radio"] + label:before {
    border: 2px solid #00a4e8;
    background: #fff;
    position: absolute;
    left: 4px;
    z-index: 10;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    border-radius: 50%;
    margin-top: -7px;
}

.radio.customStyle1 input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    z-index: 11;
    background: #00a4e8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: -3px;
}

/* -- customized checkbox - style 2 --*/
.radio.customStyle2 label {
    background: #fff;
    border: 1px solid #00a4e8;
    display: inline-block;
    padding: 5px 2px;
    position: relative;
    margin: 5px 2% 10px;
    /* width: 27.33333333333333%;*/
    width: 44%;
    text-align: center;
}

.radio.customStyle2 input {
    display: none;
}

.radio.customStyle2 input[type="radio"]:checked + label {
    color: #fff;
    background: #00a4e8;
}

/* footer styles */
.footer {
    bottom: 0;
    background-color: #dfdfdf;
    height: 50px;
    padding: 2px 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.nav-footer {
    display: inline-block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.nav-footer li {
    float: left;
    padding: 15px 10px;
}

.nav-footer li a, .nav-footer li a:hover {
    color: #000;
    text-decoration: none;
}

/*styles for building resume pages*/
.container.long-resume {
    width: 100%;
    padding: 0;
}

.resume-steps li {
    padding: 0 8px 10px 20px;
    vertical-align: middle;
}

.resume-steps li a {
    border: 2px solid #999;
    background: #fff;
    border-radius: 8px;
    color: #999;
    cursor: pointer;
    padding: 5px 5px 5px 30px;
    position: relative;
    text-align: left;
    width: 120px;
}

.resume-steps li.disabled, .resume-steps li a.disabled, .resume-steps li a.disabled:hover {
    cursor: pointer;
}

.step-no {
    position: absolute;
    border: 2px solid #999;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
    left: -24px;
    height: 52px;
    top: 50%;
    width: 52px;
    background: #fff;
    text-align: center;
    line-height: 48px;
    margin-top: -26px;
}

.done .step-no, .active .step-no {
    border: 2px solid #00a4e8;
}

.nav-pills.resume-steps > li.done > a, .nav-pills.resume-steps > li.done > a:focus, .nav-pills.resume-steps > li.done > a:hover {
    border: 2px solid #00a4e8;
    color: #00a4e8;
    font-weight: bold;
}

.nav-pills.resume-steps > li.active > a, .nav-pills.resume-steps > li.active > a:focus, .nav-pills.resume-steps > li.active > a:hover {
    background-color: #00a4e8;
    border: 2px solid #00a4e8;
}

.v-separator {
    position: absolute;
    line-height: 35px;
    font-size: 20px;
    right: 0;
    top: 0;
}

.custom-file {
    position: relative;
}

.custom-file .labelAria, .custom-file .labelAria:hover, .custom-file .labelAria:active, .custom-file .labelAria:focus {
    color: #fff;
    cursor: pointer;
    position: relative;
}

.custom-file input[type="file"] {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

.custom-file + .label-info, .custom-file + .label-info:hover, .custom-file + .label-info:active {
    background-color: transparent;
    color: #666;
}

#personal img {
    border: 2px solid #ddd;
}

aside .navbar-collapse {
    padding: 0;
}

.filter .nav-tabs > li {
    display: table-cell;
    width: 1%;
    float: none;
}

.filter .nav-tabs.nav-justified > li > a {
    border-radius: 0;
    background: #eee;
}

.filter .nav-tabs.nav-justified > .active > a, .filter .nav-tabs.nav-justified > .active > a:focus, .filter .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
    background: #fff;
}

.no-round-border, .no-round-border:hover, .no-round-border:active, .no-round-border:focus {
    border-radius: 0;
    margin: 3px 0 0;
}

.content-header {
    margin-bottom: 10px;
}

.content-header .pull-left {
    padding: 10px 10px 0 0;
}

.content-header .pull-right {
    padding: 10px 0 0;
}

.content-header .pull-left button {
    margin: 0;
    padding: 6px 12px;
    border: 2px solid #00a4e8;
}

.content-header #content .btn-group button {
    min-width: 0;
    border-radius: 4px;
    border: 1px solid #00a4e8;
    color: #00a4e8;
}

.content-header #content .btn-group button.active, .content-header #content .btn-group button.active:hover, .content-header #content .btn-group button:active, .content-header #content .btn-group button:focus {
    background: #00a4e8;
    color: #fff;
    box-shadow: none;
}

.content-header #content .btn-group button:hover {
    color: #fff;
}

.content-header .pull-left p {
    padding: 8px 10px 10px 0;
    white-space: nowrap;
    margin: 0;
}

.jobDetails {
    padding: 20px 10px;
    border-bottom: 2px solid rgba(221, 221, 221, 0.4);
    /* border-top: 1px solid rgba(221, 221, 221,0.4);
     -webkit-box-shadow: 0 0 3px 0px rgba(221, 221, 221,0.4);
     -moz-box-shadow: 0 0 3px 0px rgba(221, 221, 221,0.4);
     box-shadow: 0 0 3px 0px rgba(221, 221, 221,0.4);*/
    /*margin: 0 -30px;*/
}

.jobDetails p {
    margin: 0 0 5px;
    clear: both;
}

.jobDetails h4, .jobDetails h5 {
    margin: 5px 0;
    display: block;
}

.jobDetails h4 {
    color: #00a4e8;
}

.jobDetails h5, .jobDetails address, .jobDetails address ~ * * /*,.jobDetails address~* a:hover*/
{
    float: left;
    line-height: 20px;
    color: #939393;
    margin: 0 5px 5px 0;
    padding: 0;
    font-size: 14px;
}

.jobDetails a.link-style {
    color: #00a4e8;
    font-size: 1.02em;
    display: inline-block;
}

.contactDetails {
    display: inline-block;
}

.contactDetails span {
    display: inline-block;
    padding: 0 10px;
    border-right: 2px solid #ddd;
}

.contactDetails span:last-child {
    border-right: 0;
}

.pagination > li > a, .pagination > li > span {
    cursor: pointer;
}

.pagination > li.active-page > a {
    background: #ddd;
    color: #000;
}

.progress {
    box-shadow: none;
}

.STRONG {
    color: #060;
    border-color: #0F0;
}

.MEDIUM {
    color: #C60;
    border-color: #FC0;
}

.WEAK {
    color: #900;
    border-color: #F00;
}

.STRENGTH {
    padding: 1px 10px;
    border: 2px solid;
    color: #FFF;
}

.errMsg {
    color: red;
}

.successMsg {
    color: green;
}

/** START :  Image cropping **/

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    height: 350px;
}

form .progress {
    line-height: 15px;
}

.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

.advertise {
    background: #38761D;
    color: #fff;
    cursor: pointer;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.advertise i {
    padding-right: 12px;
}

.reset-btn, .reset-btn:hover, .reset-btn:focus, .reset-btn:active {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    margin-bottom: 0;
}

.reset-btn i {
    padding-right: 7px;
    color: #000;
}

.changeProfile i {
    top: 43%;
}

.profile-pic:hover span.changeProfile {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*left: 50%;
    top: 50%;*/
    position: absolute;
    color: #00a4e8;
    line-height: 30px;
    /*width: 30px;*/
    text-align: center;
    /*margin-left: -15px;
    margin-top: -15px;*/
    font-size: 30px;
    z-index: 11;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(255, 255, 255, 1);

    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.profile-pic:hover:after {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 10;
}

.profile-pic.disabled:hover:after {
    display: none;
}

.modal-backdrop:before {
    z-index: -2;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.modal-body {
    overflow: auto;
}

/** END :  Image cropping **/
.terms-conditions a {
    cursor: pointer;
    margin: 5px;
}

/*page loader styles starts*/
.page-overlay {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9999;
}

.loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #00a4e8;
    font-size: 1.3em;
}

.loader-spin {
    -webkit-animation: icon-spin 1s infinite steps(8);
    animation: icon-spin 1s infinite steps(8);
    font-size: 60px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*page loader styles ends*/
.white-Bg {
    min-width: 100%;
    min-height: calc(100vh - 50px);
    background: #fff;
}

.datetimepicker .disabled, .datetimepicker .disabled:hover {
    color: #ddd;
}

.datetimepicker .current, .datetimepicker .current:hover, .datetimepicker .current.disabled, .datetimepicker .current.disabled:hover {
    color: #999;
}

#gmaps {
    width: 100%;
    height: 850px;
}

#gmapsNew {
    width: 100%;
    height: 650px;
}

.top-layer {
    z-index: 99;
}

.auto-width-btn, .auto-width-btn:hover, .auto-width-btn:active, .auto-width-btn:focus {
    width: auto;
    min-width: 0;
}

.ui-grid-viewport .ui-grid-cell-contents {
    word-wrap: break-word;
    white-space: normal !important;
}

.ui-grid-row, .ui-grid-cell {
    height: auto !important;
}

.ui-grid-row div[role=row] {
    display: flex;
    align-content: stretch;
}

.ui-grid-row {
    clear: both;
}

.ui-grid-header-cell-wrapper {
    display: block;
}

.ui-grid-header-cell-row {
    display: block;
}

.ui-grid-header-cell {
    display: block;
    float: left;
}

.calc-height {
    height: 75vh;
    height: calc(100vh - 150px);
}

.calc-height .grid {
    min-height: 100%;
}

.uiGridNoDataMsgCls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.25;
    font-size: 20px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.grid {
    height: 75vh !important;
}

.ui-grid-column-menu-button-last-col {
    margin-right: -4px !important;
}

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 0px solid #d4d4d4 !important;
}

.pagination-ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0 5px;
    text-align: center;
    overflow: auto;
}

.pagination-ul > li {
    display: inline-block;
}

.pagination {
    margin: 20px 0 0;
}

.green {
    color: green;
}

.red {
    color: red;
}

.imgCenter {
    display: block;
    margin: 0 auto;
}

.delete-btn i {
    color: #00a4e8;
    font-size: 1.5em;
    margin: -6px -6px 10px 0;
    cursor: pointer;
}

.close-btn {
    position: relative;
}

.close-btn button.close {
    color: #fff;
    z-index: 9999;
    position: absolute;
    right: 4px;
    font-size: 13px;
    top: 5px;
}

.ui-grid-canvas .glyphicon {
    margin: 6px;
}

.reset-btn:before {
    padding-right: 12px;
    content: "\e030";
    font-family: 'Glyphicons Halflings';
    vertical-align: middle;
}

.main-container #content .btn-center a {
    color: #fff;
}

.single-tab > li > a {
    border: none !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.pac-container {
    z-index: 1500;
}

.pr-media .pull-left {
    width: 160px;
}

.clearfix {
    clear: both;
}

.rzslider {
    margin: 35px 0 30px 0;
}

aside .slider-label {
    margin-top: 10px
}

aside .rzslider {
    margin: 10px 0 30px 0;
}

.rzslider .rz-pointer {
    top: -3px;
    width: 18px;
    height: 16px;
    background-color: #00a4e8;
    border-radius: 0
}

.rzslider .rz-pointer:after {
    top: -7px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #00a4e8;
    background: transparent;
    border-radius: 0;
}

.rzslider .rz-pointer.rz-active:after {
    background: transparent;
}

.rzslider .rz-pointer.rz-active {
    box-shadow: none;
    outline: none;
}

.rzslider .rz-pointer:hover:after {
    background: transparent;
    box-shadow: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

aside .rzslider .rz-tick, aside .rz-bubble {
    display: none;
}

/*.rzslider .rz-bar{
    background: #00a4e8;
}*/
.filled-slider .rzslider .rz-selection {
    background-color: #00a4e8;
}

.filter label.section-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.legends-active {
    margin-bottom: 20px;
}

.filled-slider .rzslider .rz-tick-legend {
    max-width: 150px;
    min-width: 70px;
    top: 16px;
}

.relative-div {
    position: relative;
    min-height: 35px;
}

.relative-div:after {
    content: "";
    clear: both;
}

.relative-div .close {
    opacity: 0;
    -webkit-transition: opacity .5s .3s linear;
    -moz-transition: opacity .5s .3s linear;
    -o-transition: opacity .5s .3s linear;
    transition: opacity .5s .3s linear;
}

.relative-div .close:hover, .relative-div .close:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

/*custom radio buttons */

.filter .radio {
    display: flex;
    flex-wrap: wrap;
}

.filter .radio > div {
    width: 50%;
}

#mainFilter .radio > div {
    width: 100%;
}

.filter input[type=radio]:checked ~ .close {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 12px;
    opacity: 0.95;
    opacity: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.filter input[type=radio]:checked ~ .close:before, .filter input[type=radio]:checked ~ .close:after {
    content: "";
    height: 3px;
    width: 13px;
    background: #00a4e8;
    display: inline-block;
}

.filter input[type=radio]:checked ~ .close:before {
    transform: rotate(45deg);
}

.filter input[type=radio]:checked ~ .close:after {
    transform: rotate(-45deg);
    margin-left: -13px;
}

.radio .label-name {
    float: left;
    padding: 5px 5px 5px 32px;
}

.filter input[type=radio], .styled-check {
    display: none;
}

.filter input[type=radio] + label, .styled-check + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* box-shadow:         inset 0px 5px 40px -13px rgba(0, 0, 0, 0.75);
     -webkit-box-shadow: inset 0px 5px 40px -13px rgba(0, 0, 0, 0.75);
     -moz-box-shadow:    inset 0px 5px 40px -13px rgba(0, 0, 0, 0.75);
     -o-box-shadow:      inset 0px 5px 40px -13px rgba(0, 0, 0, 0.75);*/
    border: 2px solid #ddd;
    border-radius: 50%;
    background-color: #fff;
    padding: 1px;
    margin: 0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    /* transform:         scale(0.75);
     -webkit-transform: scale(0.75);
     -moz-transform:    scale(0.75);
     -o-transform:      scale(0.75*/
);

}

.filter input[type=radio]:checked + label, .styled-check:checked + label {
    /*   box-shadow:         inset 0px 0px 0px 20px #00a4e8, inset 0px 5px 40px -13px rgba(132, 132, 132, 1);
       -webkit-box-shadow: inset 0px 0px 0px 20px #00a4e8, inset 0px 5px 40px -13px rgba(132, 132, 132, 1);
       -moz-box-shadow:    inset 0px 0px 0px 20px #00a4e8, inset 0px 5px 40px -13px rgba(132, 132, 132, 1);
       -o-box-shadow:      inset 0px 0px 0px 20px #00a4e8, inset 0px 5px 40px -13px rgba(132, 132, 132, 1);*/
    color: #fff;
    border-color: #00a4e8;
    background: #00a4e8;
}

.filter input[type=radio] + label:after, .styled-check + label:after {
    /* left: 0;
     content: " ";
     position: absolute;
     width: 28px;
     height: 28px;
     cursor: pointer;
     border-radius:         15px;
     -webkit-border-radius: 15px;
     -moz-border-radius:    15px;
     -o-border-radius:      15px;
     box-shadow:         0px 2px 2px 1px rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow:    0px 2px 2px 1px rgba(0, 0, 0, 0.2);
     -o-box-shadow:      0px 2px 2px 1px rgba(0, 0, 0, 0.2);
     background-color: #fff;
      background-image: url(../images/toggle.png);
     background-repeat: no-repeat;
     background-size: contain;
     transition:         all 0.2s ease-in 0.2s;
     -webkit-transition: all 0.2s ease-in 0.2s;
     -moz-transition:    all 0.2s ease-in 0.2s;
     -o-transition:      all 0.2s ease-in 0.2s;*/
    font-family: 'job-impulse' !important;
    content: "\e917";
    color: #fff;
}

.styled-check ~ label {
    vertical-align: middle;
    cursor: pointer;
}

.styled-check ~ label span {
    margin-left: -5px;
}

.filter input[type=radio]:checked + label:after, .styled-check:checked + label:after {
    left: 23px;
}

.abs-check {
    position: relative;
}

.abs-check .styled-check + label {
    position: absolute;
    top: 50%;
    margin-top: -13px;
}

.xl-padding {
    padding-left: 32px;
    margin: 0;
}

.filter input[type=radio]:focus,
.filter input[type=radio]:active {
    outline: 0;
}

.label-name ~ input[type=radio] + label {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.star {
    position: relative;
    cursor: pointer;
}

.star input {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.star span:before, .star span:after {
    content: "\2606";
    color: grey;
    font-size: 27px;
    left: 0;
    line-height: 22px;
    position: absolute;
}

.star input:checked + span:before {
    content: "\2605";
    font-size: 26px;
    line-height: 21px;
    color: #ffba00;
}

.star input:checked + span:after {
    color: #ff9900;
}

.star span {
    padding-left: 28px;
    position: relative;
    line-height: 24px;
    color: #fff;
}

.details-section {
    overflow: hidden;
}

.details-section .row {
    margin-bottom: 15px;
}

.details-section h4, .details-section p {
    margin: 0;
}

.details-section h4 {
    max-width: 260px;
    padding-right: 0;
}

#members_dropdown {
    overflow-y: auto;
    max-height: 150px;
}

.angucomplete-title {
    font-family: Arial, sans-serif;
}

/* media queries */
@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }

    .sm-container {
        max-width: 500px;
    }

    .panel-footer #content .btn {
        margin-left: 30px;
    }

    .navbar-right {
        margin-right: 0;
    }

    .status {
        color: #fff;
        padding: 85px 15px 0;
    }

    .search-block {
        display: table;
    }

    .search-block .row {
        display: table-row;
    }

    .search-block .row > div {
        display: table-cell;
        vertical-align: bottom;
        float: none;
    }

    .search-block .row > div .errMsg {
        position: absolute;
        top: 102%;
    }

    .container.main-container {
        min-height: calc(100vh - 108px);
        position: relative;
    }

    .no-search .container.main-container {
        min-height: calc(100vh - 208px);
        position: relative;
    }

    .white-Bg {
        padding-top: 60px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }

    header + .container.main-container .row {
        position: relative;
    }

    header + .container.main-container {
        padding-top: 0;
        min-height: 0;
    }

    .navbar {
        margin-bottom: 10px;
    }

    main.wrapper {
        padding-top: 70px;
    }

    .left-label {
        width: 25%;
    }

    .container.main-container aside {
        top: 0;
        bottom: 0;
        width: 25%;
        position: static;
        overflow: auto;
        min-height: calc(100vh - 275px);
    }

    .container.main-container aside:before {
        position: absolute;
        content: "";
        left: 25%;
        top: -25px;
        border-right: 2px solid #ddd;
        bottom: 0;
    }

    header + .container.main-container aside + .main {
        float: none;
        overflow: auto;
    }

    .right-label {

    }

    .container.main-container aside + div {
        /* margin-left: 25%;*/
        float: right;
        width: 75%;
        padding: 20px 0;
    }

    .no-search .container.main-container aside + div {
        padding: 0 015px 20px;
    }

    .sm-well p.descr {
        min-height: 120px;
    }

    .jobDetails:nth-child(odd) {
        /*background: rgba(245, 245, 245,0.5);*/
    }

    .jobDetails h4, .jobDetails h5 {
        margin: 0px 0 5px;
    }

    .jobDetail-contents {
        min-height: calc(100vh - 108px);
    }

    .results-page .nav.navbar-right {
        padding-right: 15px;
    }

    .custom-header.results-page .nav > li {
        padding: 30px 5px 10px;
    }

    .results-page .navbar-btn.h-margin {
        margin-top: -10px;
    }

    header .dropdown-menu {
        right: -7px;
    }
}

@media (min-width: 992px) {
    .resume-steps li {
        padding: 0 10px 10px 25px;
    }

    .resume-steps li a {
        padding: 5px 10px 5px 35px;
        width: 130px;
    }

    .content-header > .row > div {
        display: table-cell;
        float: none;
        width: auto;
        vertical-align: middle;
    }
}

@media (min-width: 1024px) {
    .panel {
        margin-top: 30px;
    }

    .nav-footer {
        float: right;
    }

    #content .btn, #content .btn:hover, #content .btn:active, #content .btn:focus {
        min-width: 130px;
    }

    #content .btn#content .btn-refresh,
    #content .btn#content .btn-refresh:active,
    #content .btn#content .btn-refresh:focus,
    #content .btn#content .btn-refresh:hover {
        width: auto;
        min-width: 0;
        border-radius: 4px;
    }

    #content .btn-group #content .btn, #content .btn-group #content .btn:hover, #content .btn-group #content .btn:active, #content .btn-group #content .btn:focus {
        min-width: 0;
    }

    .auto-width-btn, .auto-width-btn:hover, .auto-width-btn:active, .auto-width-btn:focus {
        min-width: 0;
    }

    .md-container {
        max-width: 767px;
    }

    .sm-well p.descr {
        min-height: 80px;
    }

    .container.main-container aside, .left-label {
        width: 23%;
    }

    .container.main-container aside + div, .right-label {
        /* margin-left: 16.66%;*/
        float: right;
        width: 77%;
    }

    .container.main-container aside:before {
        left: 23%;
    }

    .resume-steps li a {
        width: 170px;
        height: 54px;
        vertical-align: middle;
        display: table-cell;
    }
}

@media (max-width: 1023px) {
    .step-no {
        left: -23px;
        height: 40px;
        width: 40px;
        line-height: 36px;
        margin-top: -20px;
    }

    .resume-steps li a {
        padding: 5px 5px 5px 20px;
        min-width: 105px;
        width: auto;
    }

    #content .btn-group #content .btn, #content .btn-group #content .btn:hover, #content .btn-group #content .btn:active, #content .btn-group #content .btn:focus {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }

    .h2, h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    .v-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-brand {
        padding: 5px 0px 5px 2px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-right {
        float: right;
    }

    .navbar-right.nav > li {
        text-align: right;
        display: inline-block;
    }

    .navbar-right.nav > li > a {
        display: inline-block;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        right: -1px;
        left: auto;
    }

    aside {
        position: relative;
    }

    aside ul.navbar-collapse {
        position: absolute;
        background: #fff;
        z-index: 5;
        left: 0;
        right: 0;
        top: 0;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(221, 221, 221, 0.52);
        -moz-box-shadow: 0px 1px 5px 0px rgba(221, 221, 221, 0.52);
        box-shadow: 0px 1px 5px 0px rgba(221, 221, 221, 0.52);
    }

    #content .btn-container #content .btn {
        margin-left: 0;
    }

    .navbar-toggle#content .btn-default {
        margin-top: -20px;
        cursor: pointer;
    }

    .search-block .navbar-toggle#content .btn-default {
        margin: 0;
    }

    header.container-fluid > * {
        margin: 0;
        padding: 0 2px;
    }

    header #content .btn, header #content .btn:hover, header #content .btn:active, header #content .btn:focus {
        min-width: 100px;
        padding: 5px;
    }

    .big-text {
        font-size: 1.12em;
    }

    .nav-pills.resume-steps > li {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0 5px 0 20px;
    }

    .resume-steps li a {
        padding: 5px 5px 5px 30px;
        width: 100%;
    }

    .step-no {
        left: -14px;
        height: 34px;
        width: 34px;
        line-height: 30px;
        margin-top: -17px;
    }

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

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

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-header .pull-left {
        padding: 10px 5px 0 0;
    }

    .jobDetails .img-responsive {
        margin-bottom: 10px;
    }

    .pr-media .pull-left {
        width: auto;
        float: none !important;
    }

    body {
        font-size: 12px;
    }

    /*
       .star input:checked+span:before {
          font-size:23px;
          line-height: 19px;
        }
    */
}

@media (max-width: 480px) {
    .container-fluid {
        padding-right: 2px;
        padding-left: 2px;
    }

    .nav-pills.resume-steps > li {
        width: 100%;
    }

    .xs-full-width {
        width: 100%;
    }

    .contactDetails .xs-full-width {
        border-right: 0;
        padding: 0 0 5px;
    }

    .form-control {
        padding: 6px 5px;
    }

    header .nav > li > a {
        padding: 10px 6px;
    }
}
