﻿a {
    color:#000000;
}

#a2apage_dropdown
{
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}

.app-back-button {
    float:left;
    border-radius:4px;
    background-color:#969696;
    cursor:pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#divQuickApplyOptions .app-back-button {
    background-color: rgb(225, 30, 30);
    color: rgba(255, 255, 255, 1) !important;
    padding: 10px 25px !important;
    border: 1px solid rgb(221, 221, 221) !important;
    float: left !important;
    border-radius: 5px !important;
}

#divQuickApplyOptions .app-back-button:hover
{
    background-color:#dc5346;
}


.app-back-button:hover {
    background-color:#666565;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
}

.app-continue-button {
    float: right !important;
    border-radius: 4px;
    background-color: #3c8708;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

    .app-continue-button:hover {
        background-color: #275705;
    }

.app-continue-button.red, .app-back-button.red {
    background-color:#cb4437;
}

.app-continue-button.red:hover, .app-back-button.red:hover {
    background-color:#dc5346;
}


.app-continue-button.red .continue-button-icon, .app-back-button.red .back-button-icon {
    background: #cb4437; /* Old browsers */
    background: -moz-linear-gradient(top,  #cb4437 0%, #ba3434 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb4437), color-stop(100%,#ba3434)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cb4437 0%,#ba3434 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cb4437 0%,#ba3434 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cb4437 0%,#ba3434 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cb4437 0%,#ba3434 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb4437', endColorstr='#ba3434',GradientType=0 ); /* IE6-9 */
}

.app-continue-button.black, .app-back-button.black {
    background-color:#333333;
}

.app-continue-button.black:hover, .app-back-button.black:hover {
    background-color:#666666;
}


.app-continue-button.black .continue-button-icon, .app-back-button.black .back-button-icon {
    background: #cb4437; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#333333 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}


.app-continue-button-submit {
    float:right;
    border-radius:4px;
    background-color:#b2b2b2;
    cursor:pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.app-continue-button-submit.ok {
    background-color:#00a651;
}

.app-header {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.app-header.header-scrolled {
    background-image:url("../img/misc/header-alpha.png");
    z-index:1000;
}

.app-header.header-scrolled .client-logo {
    background:none !important;
    text-indent:0;
    min-height:0;
    height:auto !important;
    width:auto;
    color:#ffffff;
}

.app-header.header-scrolled .job-title {
    background:none;
    text-indent:0;
    height:auto;
    width:99.9%;
    color:#ffffff;
}

.app-header.header-scrolled .login-bar {
    color:#ffffff;
}


.app-header.header-scrolled .login-bar .alert.interview-alert.zero {
    background-image: url("../img/login-bar/interview-alert-0-ffffff.png");
}

.app-header.header-scrolled .candidate-icon {
    background-image: url("../img/login-bar/candidate-icon-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.zero {
    background-image: url("../img/login-bar/job-alert-0-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.one {
    background-image: url("../img/login-bar/job-alert-1-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.two {
    background-image: url("../img/login-bar/job-alert-2-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.three {
    background-image: url("../img/login-bar/job-alert-3-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.four {
    background-image: url("../img/login-bar/job-alert-4-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.five {
    background-image: url("../img/login-bar/job-alert-5-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.six {
    background-image: url("../img/login-bar/job-alert-6-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.seven {
    background-image: url("../img/login-bar/job-alert-7-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.eight {
    background-image: url("../img/login-bar/job-alert-8-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.job-alert.nine {
    background-image: url("../img/login-bar/job-alert-9-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.zero {
    background-image: url("../img/login-bar/message-alert-0-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.one {
    background-image: url("../img/login-bar/message-alert-1-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.two {
    background-image: url("../img/login-bar/message-alert-2-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.three {
    background-image: url("../img/login-bar/message-alert-3-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.four {
    background-image: url("../img/login-bar/message-alert-4-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.five {
    background-image: url("../img/login-bar/message-alert-5-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.six {
    background-image: url("../img/login-bar/message-alert-6-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.seven {
    background-image: url("../img/login-bar/message-alert-7-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.eight {
    background-image: url("../img/login-bar/message-alert-8-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.message-alert.nine {
    background-image: url("../img/login-bar/message-alert-9-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.zero {
    background-image: url("../img/login-bar/interview-alert-0-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.one {
    background-image: url("../img/login-bar/interview-alert-1-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.two {
    background-image: url("../img/login-bar/interview-alert-2-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.three {
    background-image: url("../img/login-bar/interview-alert-3-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.four {
    background-image: url("../img/login-bar/interview-alert-4-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.five {
    background-image: url("../img/login-bar/interview-alert-5-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.six {
    background-image: url("../img/login-bar/interview-alert-6-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.seven {
    background-image: url("../img/login-bar/interview-alert-7-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.eight {
    background-image: url("../img/login-bar/interview-alert-8-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.interview-alert.nine {
    background-image: url("../img/login-bar/interview-alert-9-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.zero {
    background-image: url("../img/login-bar/doc-alert-0-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.one {
    background-image: url("../img/login-bar/doc-alert-1-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.two {
    background-image: url("../img/login-bar/doc-alert-2-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.three {
    background-image: url("../img/login-bar/doc-alert-3-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.four {
    background-image: url("../img/login-bar/doc-alert-4-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.five {
    background-image: url("../img/login-bar/doc-alert-5-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.six {
    background-image: url("../img/login-bar/doc-alert-6-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.seven {
    background-image: url("../img/login-bar/doc-alert-7-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.eight {
    background-image: url("../img/login-bar/doc-alert-8-ffffff.png");
}

.app-header.header-scrolled .login-bar .alert.doc-alert.nine {
    background-image: url("../img/login-bar/doc-alert-9-ffffff.png");
}

.app-form-container {
    width:100%;
    float:left;
    border-radius:12px;
    border:1px solid #555555;
    box-shadow: 0 0 4px rgba(0,0,0,128);
    background:#ffffff;
}

.app-form-nav {
    float:left;
    border-radius:0px;
    width:300px;
    background-color:rgb(236, 236, 236);
    color:#ffffff;
}

.app-form-nav ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

.app-form-nav ul li {
    font-weight:500;
    padding:20px 20px 20px 20px;
    clear:both;
    border-bottom:1px solid #444444;
    cursor:pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background:transparent none no-repeat 320px center;
}

.app-form-nav ul a:first-of-type, .app-form-nav ul a:first-of-type li.selected, .app-form-nav ul a:first-of-type li:hover {
    border-radius:0;
}

.app-form-nav ul a:last-of-type li {
    border-bottom:0 none;
    border-radius:0;
}

.app-form-nav ul li:hover {
    background-color:#666565;
    background-image:url("../img/icons-32/li-selection.png");
    background-position:right center;
    border-radius:0;
}

.app-form-nav ul li.selected {
    background-color:#666565;
    background-image:url("../img/icons-32/li-selection.png");
    background-position:right center;
    border-radius:0;
}

.app-form-questions {
    padding:20px;
    float:left;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.back-button-divider {
    display:none;
   /* width:2px;
    height:32px;
    float:left;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.39))); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); 
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63000000',GradientType=0 ); 
    margin-right:8px;*/
}

.back-button-icon {
    display:none;
    /*border-radius:4px 0 0 4px;
    float:left;
    background: rgb(150,150,150); 
    background: -moz-linear-gradient(top,  rgba(150,150,150,1) 0%, rgba(129,129,129,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,1)), color-stop(100%,rgba(129,129,129,1))); 
    background: -webkit-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(129,129,129,1) 100%); 
    background: -o-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(129,129,129,1) 100%); 
    background: -ms-linear-gradient(top,  rgba(150,150,150,1) 0%,rgba(129,129,129,1) 100%); 
    background: linear-gradient(to bottom,  rgba(150,150,150,1) 0%,rgba(129,129,129,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#818181',GradientType=0 ); 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;*/         
}

    #divQuickApplyOptions .app-back-button .back-button-text
    {
        font-weight: normal !important;
        line-height: normal!important;
    }

#divQuickApplyOptions .back-button-text:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/icons/ffffff/arrow-left.svg)!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 2.5px;
    position: relative;
    margin-right: 5px !important;
}

.back-button-text {
    float:left;
    line-height:32px;
    color:#ffffff;
    margin-right:12px;
    font-weight:bold;
    text-rendering:optimizeLegibility;
}


.candidate-icon .icon {
    width:32px !important;
    height:32px !important;
    background: transparent url("../img/login-bar/candidate-icon.png") no-repeat left top;
    cursor:pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.candidate-icon:hover .icon {
    background-position:left bottom;
}

.cand-menu-icon {
    width:46px !important;
    height:46px !important;
    background: transparent url("../img/login-bar/menu-icon.png") no-repeat left top;
    cursor:pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.cand-menu-icon:hover {
    background-position:left bottom;
}

.login-bar .cand-menu-icon.alert {
    margin-left:16px;
    margin-right:0;
}

.clear {
    clear:both;
}

.clean-table, .clean-table tr,.clean-table tr td {
    border:0 none;
    padding:0;
    margin:0;
    vertical-align:central;
}

.client-logo {
    background: transparent url("../img/client-logo/networx-logo.png") no-repeat left center;
    width:470px;
    text-indent:-999em;
    display:inline-block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    background-size:contain;
}

.continue-button-icon {
    border-radius:0 4px 4px 0;
    float:left;
    background: rgb(0,166,81); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,166,81,1) 0%, rgba(0,143,70,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,166,81,1)), color-stop(100%,rgba(0,143,70,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,166,81,1) 0%,rgba(0,143,70,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,166,81,1) 0%,rgba(0,143,70,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,166,81,1) 0%,rgba(0,143,70,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,166,81,1) 0%,rgba(0,143,70,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a651', endColorstr='#008f46',GradientType=0 ); /* IE6-9 */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.continue-button-icon-submit {
    border-radius:0 4px 4px 0;
    float:left;
          /* Opera/IE 8+ */
}

.continue-button-divider {
    width:2px;
    height:26px;
    float:left;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.39) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.39))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.39) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63000000',GradientType=0 ); /* IE6-9 */
    margin-left:8px;
}

.continue-button-text {
    float:left;
    line-height:26px;
    color:#ffffff;
    margin-left:12px;
    font-weight:bold;
    text-rendering:optimizeLegibility;
}

#divPopup {
    overflow:hidden !important;
}

.drop-down {
    border: 1px solid #cecece;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 8px 34px 8px 14px;
    width: 100%;
    cursor: pointer;
    /*float: left;*/
    min-height: 36px;
    background: url(../img/icons-32/select-dd-arrow.png) no-repeat 98% center !important;
}
    .drop-down.required {
        background:#ffebe8 url("../img/icons-32/mandatory-dd.png") no-repeat 94% center ;
    }

    .drop-down.valid {
        background:#ebffe2;
    }

.drop-down-container {
    position:relative;
}

.drop-down-container:after
{
    content:'';
    display:table;
    clear:both;
}

.drop-down.selected {
    background-color:#fcfcfc;
    box-shadow:0 0 4px rgba(0,0,0,0.5) inset;
}

.drop-down-options {
    position:absolute;
    top:35px;
    left: 0px;
    border:1px solid #d4d4d4;
    width:auto;
    display:inline-block;
    width:100%;
    background:#ffffff;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
    z-index:999;
}

#dd-candidate-title .drop-down-options
{
    overflow: hidden;
}

    #RecMethod #drop-down-options-comRecMethod.drop-down-options ul.drop-down-itemsbox, #RecMethod #dd-candidate-title .drop-down-options
    {
        overflow: auto;
        overflow-x:hidden;
    }

.drop-down-options-arrow {
    position:absolute;
    top:-7px;
    right:18px;
    width:15px;
    height:7px;
}

.drop-down-options ul{
    padding:0;
    margin:0;
    list-style-type:none;
    overflow:auto;
    max-height:14em;
}

.drop-down-options li {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding:8px 14px;
    cursor:pointer;
    border-bottom:1px solid rgb(221, 221, 221);
}

.drop-down-options ul li:hover {
    background-color:rgb(248, 248, 248);
}

.drop-down-options li:last-of-type
{
    border-bottom:none;
}

h2.section-title {
    margin:0;
    font-weight:500;
    margin-bottom:32px;
}

h3.subtitle {
    font-weight:500;
    margin:16px 0;
}

.section-title {
    margin: 0px 0px 16px 0px;
}

fieldset {
    border:1px solid #cccccc;
    padding:32px;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.IE8-uploader-hack {
    display:none;
    visibility:hidden;
}

input[type=text].clockpicker, input[type=text].datepicker, input[type=text].postcode {
    width:200px;
}

input[type=text].clockpicker, input[type=text].datepicker {
    cursor:pointer;
}

input:required:invalid, textarea:required:invalid, input:required:valid, textarea:required:valid {
    /*box-shadow:0 0 4px rgba(220,59,16,0.8) inset;*/
    background-color: #ffebe8;
    padding-right: 60px !important;
}

.question input:not([type='checkbox']):not([type='radio']),
.rich-question input:not([type='checkbox']):not([type='radio']),
.rich-question textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 14px;
    border: 1px solid rgb(206, 206, 206);
    text-rendering: optimizeLegibility;
    margin-bottom: 8px;
    min-height: 36px;
}


input:required:valid, textarea:required:valid {
    background-color: #ebffe2;
    background-image: none;
}

input::placeholder, input::-webkit-input-placeholder {
    color: #555555 !important;
}


textarea.multi-line {
    width:99.9% !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding:8px 14px;
    border:1px solid #cecece;
    height:10em;

}

.job-title {
    font-weight:400;
    float:left;
    width:99.9%;
}

.jqEasyCounterMsg{
    width:auto!important;
}

#lblMessageBoxError {
    display:block;
    margin-bottom:10px;
}

.li-nav-icon {
    width:32px;
    min-height:32px;
    margin-right:10px;
    border-radius:16px;
}

li.complete .li-nav-icon {
    background-image:url(../img/icons/misc/answered.svg) !important;
    background-size:contain !important;
    background-position: 50%;
    width: 32px;
    min-height: 32px;
    margin-right: 10px;
}

li.incomplete .li-nav-icon {
    background-image:url(../img/icons/misc/incomplete.svg) !important;
    background-size:contain !important;
    background-position: 50%;
    width: 32px;
    min-height: 32px;
    margin-right: 10px;
}

li.unanswered .li-nav-icon {
    background-image:url(../img/icons/misc/unanswered.svg) !important;
    background-size:contain !important;
    background-position: 50%;
    width: 32px;
    min-height: 32px;
    margin-right: 10px;
}

.li-nav-icon.li-nav-app-info {
    background-image:url("../img/icons/misc/application-info.svg");
    background-size:contain;
    background-position: 50%;
    width: 32px;
    min-height: 32px;
    margin-right: 10px;
}

.li-text {
    width:208px;
    height:100%;
}

.login-bar .alert {
    width:44px;
    height:39px;
    float:left;
    cursor:pointer;
    background-repeat:no-repeat;
    margin-right:16px;
}

.login-bar .alert.zero {
    cursor:auto;
}

.login-bar .doc-alert.zero {
    background-image:url("../img/login-bar/doc-alert-0.png");
}

.login-bar .doc-alert.one {
    background-image:url("../img/login-bar/doc-alert-1.png");
}

.login-bar .doc-alert.two {
    background-image:url("../img/login-bar/doc-alert-2.png");
}

.login-bar .doc-alert.three {
    background-image:url("../img/login-bar/doc-alert-3.png");
}

.login-bar .doc-alert.four {
    background-image:url("../img/login-bar/doc-alert-4.png");
}

.login-bar .doc-alert.five {
    background-image:url("../img/login-bar/doc-alert-5.png");
}

.login-bar .doc-alert.six {
    background-image:url("../img/login-bar/doc-alert-6.png");
}

.login-bar .doc-alert.seven {
    background-image:url("../img/login-bar/doc-alert-7.png");
}

.login-bar .doc-alert.eight {
    background-image:url("../img/login-bar/doc-alert-8.png");
}

.login-bar .doc-alert.nine {
    background-image:url("../img/login-bar/doc-alert-9.png");
}

.login-bar .interview-alert.zero {
    background-image:url("../img/login-bar/interview-alert-0.png");
}

.login-bar .interview-alert.one {
    background-image:url("../img/login-bar/interview-alert-1.png");
}

.login-bar .interview-alert.two {
    background-image:url("../img/login-bar/interview-alert-2.png");
}

.login-bar .interview-alert.three {
    background-image:url("../img/login-bar/interview-alert-3.png");
}

.login-bar .interview-alert.four {
    background-image:url("../img/login-bar/interview-alert-4.png");
}

.login-bar .interview-alert.five {
    background-image:url("../img/login-bar/interview-alert-5.png");
}

.login-bar .interview-alert.six {
    background-image:url("../img/login-bar/interview-alert-6.png");
}

.login-bar .interview-alert.seven {
    background-image:url("../img/login-bar/interview-alert-7.png");
}

.login-bar .interview-alert.eight {
    background-image:url("../img/login-bar/interview-alert-8.png");
}

.login-bar .interview-alert.nine {
    background-image:url("../img/login-bar/interview-alert-9.png");
}

.login-bar .job-alert.zero {
    background-image:url("../img/login-bar/job-alert-0.png");
}

.login-bar .job-alert.one {
    background-image:url("../img/login-bar/job-alert-1.png");
}

.login-bar .job-alert.two {
    background-image:url("../img/login-bar/job-alert-2.png");
}

.login-bar .job-alert.three {
    background-image:url("../img/login-bar/job-alert-3.png");
}

.login-bar .job-alert.four {
    background-image:url("../img/login-bar/job-alert-4.png");
}

.login-bar .job-alert.five {
    background-image:url("../img/login-bar/job-alert-5.png");
}

.login-bar .job-alert.six {
    background-image:url("../img/login-bar/job-alert-6.png");
}

.login-bar .job-alert.seven {
    background-image:url("../img/login-bar/job-alert-7.png");
}

.login-bar .job-alert.eight {
    background-image:url("../img/login-bar/job-alert-8.png");
}

.login-bar .job-alert.nine {
    background-image:url("../img/login-bar/job-alert-9.png");
}

.login-bar .message-alert.zero {
    background-image:url("../img/login-bar/message-alert-0.png");
}

.login-bar .message-alert.one {
    background-image:url("../img/login-bar/message-alert-1.png");
}

.login-bar .message-alert.two {
    background-image:url("../img/login-bar/message-alert-2.png");
}

.login-bar .message-alert.three {
    background-image:url("../img/login-bar/message-alert-3.png");
}

.login-bar .message-alert.four {
    background-image:url("../img/login-bar/message-alert-4.png");
}

.login-bar .message-alert.five {
    background-image:url("../img/login-bar/message-alert-5.png");
}

.login-bar .message-alert.six {
    background-image:url("../img/login-bar/message-alert-6.png");
}

.login-bar .message-alert.seven {
    background-image:url("../img/login-bar/message-alert-7.png");
}

.login-bar .message-alert.eight {
    background-image:url("../img/login-bar/message-alert-8.png");
}

.login-bar .message-alert.nine {
    background-image:url("../img/login-bar/message-alert-9.png");
}

.login-bar .login-bar-popup {
    display: none;
    position: absolute;
    background: rgb(255, 255, 255);
    top: 60px;
    right: 0;
    width: 300px;
    border-radius: 0px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow:none;
    max-height:225px;
    overflow-y: auto;
}

.login-bar .login-bar-popup ul {
    margin:0;
    padding:22px 32px;
    list-style-type:none;
}

.login-bar .login-bar-popup ul li {
    padding:10px 0;
    cursor:pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.login-bar .login-bar-popup ul li a {
    text-decoration:none;
    color:#000000;
}

.login-bar .login-bar-popup ul li:hover {
    color:#000000;
}

.login-bar .login-bar-popup ul li.logout {
    background:transparent url("../img/login-bar/logout.png") no-repeat top right;
}

.login-bar .login-bar-popup-point {
    width:22px;
    height:16px;
    background:transparent url("../img/login-bar/cand-account-point.png") no-repeat top right;
    position:absolute;
    top:-10px;
    right:16px;
}

.login-bar .login-bar-popup-point-side {
    height:22px;
    width:16px;
    background:transparent url("../img/login-bar/cand-account-point-side.png") no-repeat top right;
    position:absolute;
    top:10px;
    left:-16px;
}

.login-bar .login-bar-popup ul li.doc-icon .icon {
    background: transparent url("../img/login-bar/doc-download/doc-download-icon.png") no-repeat center top;
}

.login-bar .login-bar-popup ul li.excel-icon .icon {
    background: transparent url("../img/login-bar/doc-download/excel-download-icon.png") no-repeat center top;
}

.login-bar .login-bar-popup ul li.image-icon .icon {
    background: transparent url("../img/login-bar/doc-download/image-download-icon.png") no-repeat center top;
}

.login-bar .login-bar-popup ul li.pdf-icon .icon {
    background: transparent url("../img/login-bar/doc-download/pdf-download-icon.png") no-repeat center top;
}

.login-bar .login-bar-popup ul li.logout-icon .icon {
    background: transparent url("../img/login-bar/doc-download/logout-icon.png") no-repeat center top;
}
.login-bar .login-bar-popup ul li.profile-icon .icon {
    background: transparent url("../img/login-bar/doc-download/profile-icon.png") no-repeat center top;
}


.login-bar .login-bar-popup ul li .icon{
    margin-right:20px;
    width:32px;
    height:32px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.login-bar .login-bar-popup ul li:hover .icon{
    background-position:center bottom;
}

.login-bar .login-bar-popup.display {
    display:block;
}

.multi-repsone-button {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color:#ffffff;
}

.multi-repsone-button * {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/*.multi-repsone-button:hover {
    width:200px;
    }*/

.multi-repsone-button .multi-response-add-button-icon, .multi-repsone-button .multi-response-minus-button-icon {
    width:30px;
    height:30px;
    margin:0 auto;
    background-color:transparent;
    position:relative;
    display:block;
}

/*.multi-repsone-button:hover .multi-response-add-button-icon, .multi-repsone-button:hover .multi-response-minus-button-icon {
    padding-left:52px;
}*/

.multi-repsone-button .multi-response-add-button-icon {
    background-image: url(../img/icons/5e5e5e/add-icon.svg);
    background-repeat:no-repeat;
    background-size:15px;
    background-position:7.5px 7.5px;
}

.multi-repsone-button .multi-response-add-button-icon:after, .multi-repsone-button .multi-response-minus-button-icon:after
{
    content:'';
    width:30px;
    height:30px;
    border:1px solid #5e5e5e;
    border-radius:100%;
    position:absolute;
    top:0;
    left:0;
}

.multi-repsone-button:hover .multi-response-add-button-icon {
}

/*.multi-repsone-button:hover .multi-response-add-button-icon:before {
    content:" Add aditional section";
    color:#666666;
}*/

.multi-repsone-button .multi-response-minus-button-icon {
    background-image: url(../img/icons/5e5e5e/line.svg);
    background-repeat:no-repeat;
    background-size:15px;
    background-position:7.5px 15px;
}

.multi-repsone-button:hover .multi-response-minus-button-icon {
}

/*.multi-repsone-button:hover .multi-response-minus-button-icon:before {
    content:" Remove current section";
    color:#666666;
}*/

#NTXClientLogo {
    float:left;    
}

#NTXClientLogo.references-logo
{
    background-repeat:no-repeat;
    background-position:50%;
    background-size:contain;
    height:75px;
}

#NTXLoginBar {
    float:right;
}

#NTXJobTitle .job-title {
    width:auto;
}

.no-transition
{
       -webkit-transition: 0s ease-in-out !important;
        -moz-transition: 0s ease-in-out !important;
        -o-transition: 0s ease-in-out !important;
        transition: 0s ease-in-out !important;
}

input[type=text].othertitle
{
    padding: 10px 14px;
}

.page-wrapper {
    margin:0 auto;
}

.question {
    margin-bottom:24px;
    /*float:left;*/
    width: 100%;
}

.question .multi-response-container {
    margin-bottom:32px;
    border-bottom:1px solid #cccccc;
}

.question .multi-response-container:last-of-type {
    border-bottom: 0 none;
    margin-bottom:0;
}

.question .multi-response-container:last-of-type .question:last-of-type {
    margin-bottom:0;
}

.question-text {
    clear:both;
    margin-bottom:8px;
    display:block;
}

.question-text.has-checkbox {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.question-text.has-checkbox p
{
    float:left;
    margin-bottom:10px;
    margin-right: 10px;
    margin-top: 5px;
}

.question-text.has-checkbox .checkbox-container
{
    width:100%!important;
    margin:0;
}

.question-text.has-checkbox .checkbox-container input
{
    display:none;
}

.question-text.has-checkbox .checkbox-container label.checkbox
{
    width:100%;
    float:left;
    padding:10px 15px 10px 15px;
    background-position:right 60px center;
}

.question-text.has-checkbox .checkbox-container label.checkbox:before
{
    margin-right:0;
    float:right;
}

.question-text.has-checkbox .checkbox-container label.checkbox:after
{
    content:'No';
    position:relative;
}

.question-text.has-checkbox .checkbox-container input[type=checkbox]:checked + label.checkbox:after
{
    content:'Yes';
}

.question-text.has-checkbox .checkbox-container input[type=checkbox]:checked + label.checkbox:before
{
    background-image: url(../img/icons/ffffff/tick.svg);
    background-color:#4cab0c;
}

.question-text.has-checkbox .checkbox-container input[type=checkbox]:checked + label.checkbox
{
    background:#ebffe2 !important;
}

.question-text.radio-button, .question-text.checkbox {
    margin-bottom:0px;
}

.question-response {
}

.question-prompt {
    clear:both;
    margin-bottom:8px;
    margin-top:58px;
}

.question.section-complete {
    padding-top:24px;
    border-top:1px solid #cccccc;
}
.question-quick-app{
    margin-bottom:14px;
}

.radio-container, .checkbox-container, .checkbox-container-complete {
    display: inline-block;
    background: #ffffff;
    vertical-align: top;
    border: 1px solid #dddddd;
    margin-bottom: 7.5px;
    margin-top: 7.5px;
    width: 100% !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.pre-app-questions .radio-container, .pre-app-questions .checkbox-container, .pre-app-questions .checkbox-container-complete {
    margin-right:1rem;
}

.pre-app-questions .question-response .radio-container:last-of-type {
    margin-right: 0rem;
}


.checkbox-container-complete.flex.flex-align-items-center {
    padding: 20px;
}

.checkbox-container-complete.flex.flex-align-items-center label {
    padding:0 0 0 10px;
}

.checkbox-container:nth-last-of-type(2) 
{
        
}

.checkbox-container .checkbox.valid
{
    border-radius:10px;
}

.radio-container:hover, .radio-container.selected, .checkbox-container:hover, .checkbox-container.selected, .checkbox-container-complete:hover, .checkbox-container-complete.selected {
    background:rgb(245, 248, 250);
}

.radio-container label, .checkbox-container label, .checkbox-container-complete label {
    padding:10px 45px 10px 15px;
    display: block;
    cursor:pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.radio-row-three .radio-container{
    width:31%;
    vertical-align:top;
}

.radio-row-two .radio-container{
    width:48%;
    vertical-align:top;
}

.relative {
    position:relative;
}

.required {
    background-color: #ffebe8 !important;
    /*background-image:url("../img/icons-32/mandatory-icon.png");*/
    background-repeat:no-repeat;
    background-position:right 16px center;
    border-radius:0px;
}

.required-not-selected {
    background-color: rgb(235, 255, 226) !important;
}

/* IE7, IE8 */
.required { background-position: right center\9; }

#SideNav {
    width:64px;
    position:fixed;
    left:0;
    z-index:1;
}

#SideNav * {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


#SideNav .side-nav-bt {
    background-color:#555555;
    color:white;
    width:64px;
    height:64px;
    padding:16px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    cursor:pointer;
}

#SideNav .side-nav-bt.one {
    background-color:#555555;
}

#SideNav .side-nav-bt.two {
    background-color:#666565;
}

#SideNav .side-nav-bt.three {
    background-color:#7e7e7e;
}

#SideNav .side-nav-bt.four {
    background-color:#909090;
}

#SideNav .side-nav-bt.five {
    background-color:#a3a3a3;
}

#SideNav .side-nav-bt.six {
    background-color:#b6b6b6;
}

#SideNav .side-nav-bt .icon {
    height:32px;
    width:32px;
    background-repeat:no-repeat;
}

#SideNav .side-nav-bt .info-32 {
    background-image: url("../img/icons-32/info-0.png");
}

#SideNav .side-nav-bt .info-32.one {
    background-image: url("../img/icons-32/info-1.png");
}

#SideNav .side-nav-bt .info-32.two {
    background-image: url("../img/icons-32/info-2.png");
}

#SideNav .side-nav-bt .info-32.three {
    background-image: url("../img/icons-32/info-3.png");
}

#SideNav .side-nav-bt .info-32.four {
    background-image: url("../img/icons-32/info-4.png");
}

#SideNav .side-nav-bt .info-32.five {
    background-image: url("../img/icons-32/info-5.png");
}

#SideNav .side-nav-bt .info-32.six {
    background-image: url("../img/icons-32/info-6.png");
}

#SideNav .side-nav-bt .info-32.seven {
    background-image: url("../img/icons-32/info-7.png");
}

#SideNav .side-nav-bt .info-32.eight {
    background-image: url("../img/icons-32/info-8.png");
}

#SideNav .side-nav-bt .info-32.nine {
    background-image: url("../img/icons-32/info-9.png");
}

#SideNav .side-nav-bt .info-32.nine-plus {
    background-image: url("../img/icons-32/info-9-plus.png");
}

#SideNav .side-nav-bt .save-32 {
    background-image: url("../img/icons/5e5e5e/save-icon.svg");
}

#SideNav .side-nav-bt .delete-32 {
    background-image: url("../img/icons/5e5e5e/delete-icon.svg");
}

#SideNav .side-nav-bt .notice-32 {
    background-image: url("../img/icons/5e5e5e/job-a-icon.svg");
}

#SideNav .side-nav-bt .calendar-32 {
    background-image: url("../img/icons/5e5e5e/calendar-icon.svg");
}

#SideNav .side-nav-bt .calendar-32 .time-holder{
    
}

#SideNav .side-nav-bt .calendar-32 .time-holder.char-count-1 {
    
}

#SideNav .side-nav-bt .calendar-32 .time-holder.char-count-2 {
    
}

#SideNav .side-nav-bt .calendar-32 .time-holder.char-count-3 {
    
}
#SideNav .side-nav-bt .info-32.one, #SideNav .side-nav-bt .info-32.two, #SideNav .side-nav-bt .info-32.three, #SideNav .side-nav-bt .info-32.four, #SideNav .side-nav-bt .info-32.five, #SideNav .side-nav-bt .info-32.six, #SideNav .side-nav-bt .info-32.seven, #SideNav .side-nav-bt .info-32.eight, #SideNav .side-nav-bt .info-32.nine, #SideNav .side-nav-bt .info-32.nine-plus {
            background-image: url(../img/icons/5e5e5e/Job-A-Icon.svg);
            background-size: 20px !important;
            background-repeat: no-repeat !important;
            padding-left: 35px !important;
        }

            #SideNav .side-nav-bt .info-32.one:after {
                content: " 1 Document" !important;
            }

        #SideNav .side-nav-bt:hover .info-32.one:after {
            content: " 1 Document" !important;
        }

        #SideNav .side-nav-bt .info-32.two:after {
            content: " 2 Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.two:after {
            content: " 2 Documents" !important;
        }

        #SideNav .side-nav-bt .info-32.three:after {
            content: " 3 Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.three:after {
            content: " 3 Documents" !important;
        }

        #SideNav .side-nav-bt .info-32.four:after {
            content: " 4 Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.four:after {
            content: " 4 Documents" !important;
        }

        #SideNav .side-nav-bt .info-32.five:after {
            content: " 5 Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.five:after {
            content: " 5 Document" !important;
        }

        #SideNav .side-nav-bt .info-32.six:after {
            content: " 6 Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.six:after {
            content: " 6 Documents" !important;
        }

        #SideNav .side-nav-bt .info-32.seven:after {
            content: " 7 Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.seven:after {
            content: " 7 Documents" !important;
        }

        #SideNav .side-nav-bt .info-32.eight:after {
            content: " 8 Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.eight:after {
            content: " 8 Documents" !important;
        }

        #SideNav .side-nav-bt .info-32.nine:after {
            content: " 9 Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.nine:after {
            content: " 9 Documents" !important;
        }

        #SideNav .side-nav-bt .info-32.nine-plus:after {
            content: " 9 + Documents" !important;
        }

        #SideNav .side-nav-bt:hover .info-32.nine-plus:after {
            content: " 9 + Documents" !important;
        }

#SideNav .side-nav-bt .clock-32 {
    background-image: url("../img/icons-32/ffffff/clock.png");
}

#SideNav .side-nav-bt .atwoa-share-32 {
    background-image: url("../img/icons-32/share.png");
}

#SideNav .side-nav-bt .cand-account-32 {
    background-image: url("../img/icons-32/cand-account.png");
}

#SideNav .side-nav-bt:hover {
    text-decoration: underline !important;
    background-color: rgb(245, 248, 250);
}

#SideNav .side-nav-bt:hover .icon {
    padding-left:52px;
}

#SideNav .side-nav-bt:hover .info-32:after {
    content:" Additional Information";
}

#SideNav .side-nav-bt:hover .save-32:after {
    content:" Save Application";
}

#SideNav .side-nav-bt:hover .delete-32:after {
    content:" Delete Application";
}

#SideNav .side-nav-bt:hover .notice-32:after {
    content:" View Advert";
}

    #SideNav .side-nav-bt:hover .calendar-32:after {
        content: " Days Left To Apply For This Job";
        width: 110px;
        display: inline-block;
    }

#SideNav .side-nav-bt:hover .cand-account-32:after {
    content:" Candidate Account";
}

#SideNav .side-nav-bt:hover .atwoa-share-32:after {
    content: " Share";
}

#SideNav .side-nav-bt .clock-32:after {
    /*content:"Closes today at 15:46";*/
}

.submit-error {
    padding: 20px;
    background-color: #ffebe8;
    border: 1px solid #ffebe8;
    border-radius: 5px;
}
ffebe8
.submit-error a {
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}

#NTXAppFormQuestions .submit-error ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;

}
.submit-error ul li {
    margin-bottom:10px;
    list-style-type: none;
    float: left;
    width: 100%;
}

.underline {
    border-bottom:1px solid #cccccc;
}

.valid {
    background-color: rgb(235, 255, 226) !important;
    background-image:none;
    background-repeat:no-repeat;
    background-position:right 16px center;
}

/* IE7, IE8 */
.valid { background-position: right center\9; }

ul li a.incomplete-li
{
    background: none !important;
    padding: 0;
}
ul li a.complete-li
{
    background: none !important;
    padding: 0;
}
ul li a.not-answered-li {
    background: none !important;
    padding: 0;
}
.app-form-nav a {
    color:#ffffff;
   
}
.wrapper
{
    /*width: 759px !important;*/
    width: 500px !important;
    background: none !important;
}

.ui-dialog-content {
    
}

.fileupload {
    border-radius: 4px;
    border: 1px solid #cecece;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 60px 8px 14px;
    min-width: 260px;
    background: #ffffff url("../img/icons-32/cloud-upload.png") no-repeat 94% center;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.drop-down.fileupload::after {
    display:none;
}

.fileupload-label {
    display: inline-block;
    width: 100% !important;
    padding: 8px 14px;
    cursor: pointer;
}

.fileupload-li {
    padding: 0;
}

.fileupload-progress {
    width: 100%;
    display: none;
}

.fileupload.required {
    background: #ffebe8 url("../img/icons-32/mandatory-upload.png") no-repeat 94% center;
}

.fileupload.valid {
    background: #ebffe2 url("../img/icons-32/cloud-upload.png") no-repeat 94% center;
}

.countable-400, .countable-4000, .countable-200, .generic-counter {
    color: #000000;
}

.cv-item {
    width: 128px;
    margin-right: 32px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

.cv-button {
    height: 128px;
    width: 128px;
    background-position: center center;
    background-color: #6b6b6b;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-bottom: 10px;
}

.cv-item:hover .cv-button {
    background-position: center center;
    background-color: #000000;
}

.cv-doc {
    background-image: url("../img/icons-128/cv-doc.png");
}

.cv-docx {
    background-image: url("../img/icons-128/cv-docx.png");
}

.cv-pdf {
    background-image: url("../img/icons-128/cv-pdf.png");
}

.cv-rtf {
    background-image: url("../img/icons-128/cv-rtf.png");
}

.cv-odt {
    background-image: url("../img/icons-128/cv-odt.png");
}
.cv-builder {
    background-image: url("../img/icons-128/cv-builder.png");
}

.cv-png {
    background-image: url("../img/icons-128/cv-png.png");
}

.cv-jpg {
    background-image: url("../img/icons-128/cv-jpg.png");
}

.cv-text {
    color: #000000;
}

.drop-down-container .drop-down span {
    float: left;
    display: block;
}

/* Start of Rich Questions Styles */

.delete-qualification, .delete-education {
    background: transparent url("../img/icons-32-24/96-00/mdl-delete.png") top left no-repeat;
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

    .delete-qualification:hover, .delete-education:hover {
        background: transparent url("../img/icons-32-24/96-00/mdl-delete.png") bottom left no-repeat;
    }

.ui.button {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px;
}

.new-qualification {
    background: #ffffff url("../img/icons-32-24/96-00/qualification.png") top right no-repeat;
    border-radius: 5px;
    line-height: 32px;
    padding: 0px 40px 0px 12px;
    border: 1px solid #cecece;
    width: auto;
    margin-top: 7px;
    color: #000000;
    cursor: pointer;
}

    .new-qualification:hover {
        background: #ffffff url("../img/icons-32-24/96-00/qualification.png") bottom right no-repeat;
        border: 1px solid #969696;
    }

.ui.input input[type=text], .ui.input textarea {
    margin-bottom: 8px;
}

.qualification-title, .employment-title {
    margin-bottom: 12px;
}

.education-container .drop-down, .education-container .drop-down-options, .employment-container .drop-down {
    width: 100%;
    min-width: 100px;
}

.employment-container .checkbox-container, .employment-container .checkbox-container-complete {
    margin-top: 0;
}

.employment-container .checkbox-container label, .employment-container .checkbox-container-complete label{
    padding: 7px 14px;
}

.checkbox-container-complete.full-width {
    width: 100% !important;
}

.education-container, .employment-container {
    background: #ffffff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    padding: 16px;
    border: 1px solid #d1d1d1;
    float: left;
    margin-bottom: 20px;
}

.employment-history fieldset, .employment-history-advanced fieldset, .education-history fieldset {
    margin-bottom: 2rem;
    padding: 0;
}

    .employment-history fieldset .questions, .employment-history-advanced fieldset .questions, .education-history .questions {
        padding: 1rem;
    }

.employment-history .multi-line, .employment-history-advanced .multi-line {
    height: auto !important;
}

.employment-history .emp-history-gap td, .employment-history-advanced .emp-history-gap td {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.employment-history fieldset legend, .employment-history-advanced fieldset legend, .education-history fieldset legend {
    padding: 0 1rem;
    background: #fff;
    font-weight: 600;
    margin-left: 1rem;
}

    .education-container table, .employment-container table {
        width: 100%;
    }

    .education-container tr td, .employment-container tr td {
        padding: 0 6px;
    }

        .education-container tr td:first-of-type {
            padding-left: 0px;
            max-width: 150px;
            width: 150px;
            min-width: 150px;
        }

    .employment-container tbody tr td:last-of-type {
        visibility: hidden;
    }

    .employment-container tbody tr:first-of-type td:last-of-type {
        visibility: visible;
    }

    .employment-container tbody tr.first-row td {
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }

        .employment-container tbody tr.first-row td:last-of-type {
            visibility: visible;
        }

    .employment-container tbody tr:first-of-type td {
        border-top: none;
        padding-top: 0px;
        margin-top: 0px;
    }

    .employment-container tr td:nth-of-type(2) {
        padding-left: 0px;
        max-width: 130px;
        width: 130px;
        min-width: 130px;
    }

    .employment-container tr td:nth-of-type(3) {
        padding-left: 0px;
        max-width: 130px;
        width: 130px;
        min-width: 130px;
    }

.rich-datepicker-box .dtpicker-components .dtpicker-comp3:first-of-type {
    visibility: hidden !important;
    width: 70px !important;
}

.rich-question > *:not(.error) {
    display: block;
}

.rich-question:not(:last-of-type) {
    margin-bottom: 2rem;
}

.rich-question .date {
    width: 100%;
    max-width: 14rem;
}

.rich-question .error {
    color: #ef3131;
}

.rich-question textarea {
    width: 100%;
    min-height: 6rem;
    padding: 8px 14px;
}

.rich-question > label {
    margin-bottom: 1rem;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
}

.rich-question .question-options > *:first-of-type {
    margin-right: 1rem;
}

div[class^="col-"]:not(:last-of-type) {
    margin-right: 1rem;
}


.qualification-container tr td:nth-of-type(3), .qualification-container tr td:nth-of-type(4) {
    max-width: 200px;
}

.qualification-container tr td:last-of-type {
    padding-right: 0px;
    width: 32px;
}

.school-container tr td:first-of-type {
    width: auto;
}

.school-container tr td:nth-of-type(3), .school-container tr td:nth-of-type(2) {
    max-width: 130px;
    width: 160px;
    min-width: 130px;
}

.school-container tr td:last-of-type, .employment-container tr td:last-of-type {
    padding-left: 6px;
    padding-right: 0px;
    width: 32px;
    min-width: 32px;
    max-width: 32px;
}

.school-container {
    margin-bottom: 12px;
}

.new-education {
    background: #ffffff url("../img/icons-32-24/96-00/education.png") top right no-repeat;
    border-radius: 5px;
    line-height: 32px;
    padding: 0px 40px 0px 12px;
    border: 1px solid #cecece;
    width: 250px;
    margin-top: 7px;
    color: #000000;
    cursor: pointer;    
}

    .new-education:hover {
        background: #ffffff url("../img/icons-32-24/96-00/education.png") bottom right no-repeat;
        border: 1px solid #969696;
}

.template {
    display: none;
}

.hidden-add-new-row {
    display: none;
}

.rich-questions-table td {
    vertical-align:top;
}

.education-history.required {
    background-color: #ffffff !important;
    background-image: none !important;
    padding-right: 0px !important;
}



/* End of Rich Questions Styles */

@media only screen (max-width: 1024px) {
    #NTXClientLogo img {
        height: 80px;
    }
}

.page-notification {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #ff6600;
    margin-bottom: 16px;
    box-shadow: 0px 2px 4px #000;
}

    .page-notification a {
        text-decoration: none;
    }

    .page-notification a:hover {
        text-decoration: underline;
    }

.page-notification-icon {
    background: transparent url("../images/no-entry.svg") no-repeat left center;
    background-size: 80px;
    padding-left: 112px;
    min-height: 100px;
    vertical-align: middle;
}

.page-notification .app-continue-button {
    margin-bottom:5px;
}

.page-notification .page-wrapper {
    margin-bottom: 0;
}

.valign-top, .valign-top * {
    vertical-align:top;
}

.verification-table tr td {
    padding-top:16px;
}

.verification-table thead th{
    font-weight:normal;
    text-align:left;
    padding-bottom:16px;
    border-bottom:1px solid rgba(204,204,204,1);
}

.quick-app-error {
    margin: 20px 0;
    background-color: #FBDFDF;
    color: #810E12;
    padding: 20px 20px;
    float: left;
}
.quick-app-error .page-notification-icon{
    background-image: url("../images/alert.svg");
}


/*Verification*/



.advanced-search-options-overlay.active, .refine-search-overlay.active, .verification-overlay.active, .login-overlay.active, .profile-introduction.active, .candidate-dialog.active {
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.verification-overlay, .login-overlay, .profile-introduction {
    background-color: rgba(45, 45, 45, 0.75);
}
.advanced-search-options-overlay, .refine-search-overlay, .verification-overlay, .login-overlay, .profile-introduction {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}



.verification {
    background-color: #e43d43;
    color: #ffffff; 
}

.verification a {
    color: #ffffff;
    cursor: pointer;
}

.verification-container{
        float: left;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 400px;
    position: relative;
    top: 50%;
    padding: 0px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    box-sizing: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .verification-container .client-logo {
        margin-bottom:32px;
    }

.verification-container h2 {
    font-weight:normal;
}

.verification-container .verification-msg{
    margin-bottom:32px;
}

.verification-left-overlay {
    background-color: rgba(255, 136, 57, 0.75);
    float: left;
    width: 50%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.verification-left-image {
    background-image: url(../img/hero-images/recruiter/macbook-verification-image.jpg);
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50%;
    height: auto;
}

.verification-left {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.verification-right {
    float: left;
    width: 50%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.verification-container h3,.verification-container h4,.verification-container h5,.verification-container h6 {
    font-weight: 500;
    padding:0;
    margin:0;
    margin-bottom: 15px;
    text-align: center;
}

.verification-container h3 {
    text-align: left;
}

.verification-container p {
    margin:0;
    padding:0;
    padding-bottom: 10px;
}

.verification-container p:last-of-type {
    padding-bottom: 0px;
}

.verification-container input {
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 10px;
    width: 100%;
    font-weight: 600;
    margin: 20px 0;
}

.verification-overlay p span {
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.ntx-button.user-account-button {
    float: left;
    background-color: rgba(12, 98, 171, 1);
    color: rgba(255, 255, 255, 1) !important;
    margin-right: 15px;
}
.ntx-button {
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    background-repeat: no-repeat;
    padding: 10px 25px;
    font-weight: 500 !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(40, 40, 40, 1) !important;
    display: block;
    text-decoration: none!important;
}

.verification-overlay .ntx-button.primary-green {
    float: left;
}
.ntx-button.primary-green {
    background-color: rgba(76, 171, 12, 1);
    color: rgba(255, 255, 255, 1) !important;
}

.verification-right .ntx-button
{
    margin-bottom:20px;
}

.error-message {
    color: #dc3545 !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    outline: #CA5000 auto 5px !important;
}

.profile-section-incomplete {
    background: url('../images/profile-sections/section-incomplete.svg') no-repeat;
    opacity: 0.3;
    width: 24px;
}

.profile-section-complete {
    background: url('../images/profile-sections/section-complete.svg') no-repeat;
    width: 24px;
}