#applicationlandingpage .module-content {
    padding: 0px;
}

.app-app {
    text-align: center;
    font-family: "Lato";
    font-weight: lighter;
    color:#212529;
}

.app-app label {
    font-weight: bold;
}

.app-app .status {
    background-color: #FFF4E9;
    padding: 1%;
    font-weight: bold;
    color: #F6891F;
}

.app-app .instruction {
    text-align: left;
    padding: 20px 15px 0 15px;
}

.app-app .applicant {
    padding: 15px 0 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.app-app .status .message {
    font-weight: normal;
    font-style: italic;
}

.app-app .status span {
    font-weight: normal;
}

.app-app > h1 {
    position: relative;
    padding: 50px 0;
    text-shadow: 2px 2px 2px #333;
    margin: 0;
    color: #fff !important;
    background-color: transparent!important;
}

.app-app > h1::before {
    content: "";
    position: absolute;
    display: block;
    /*background: url(https://resource.mycrowdwisdom.com/uploads/nra/main/checklist-header_1554139419834.png);*/
    background-color: #132048;
    background-size: cover;
    top: -15px;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
}

.app-app .checklist {
    background-color: #FFF;
    padding: 10px;
    margin-top: 20px;
}

.app-app .checklist a   {
    background-color: #005398;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    padding: 3% 5%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    font-weight: 700;
    text-decoration: none;
}
.app-app .checklist a:hover {
    background-color: #005398;
}
.app-app .checklist a.review {
    color: #2196F3;
    background-color: transparent;
    font-weight: bold;
    padding: 0px;
    text-decoration: none;
    text-align: left;
}
.app-app .checklist a.review:hover {
    text-decoration: underline;
}

.app-app .checklist ul {
    text-align: left;
    display: inline-block;
    list-style: none;
}

.app-app .checklist .proctor-header {
    padding: 20px;
    font-size: 1.5em;
}

.app-app .checklist ul li {
    padding: 15px 0;
    padding-left: 45px;
    position: relative;
}

.app-app .checklist ul li > label {
    margin: 0px;
    position: relative;
    padding: 5px 0px;
}

.app-app .checklist ul li label:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1db";
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
}

.app-app .checklist ul li.completed label:before {
    content: "\f058";
    color: #007bff;
}

.app-app .checklist ul li.incomplete label:before {
    content: "\f042";
    color: #F6891F;
}

.app-app .checklist ul li div.link, .app-app .checklist ul li div.list {
    padding-left: 14px;
}

.reference-submit-thank-you .icon {
    text-align: center;
    margin: 50px;
    margin-top: 100px;
}

.reference-submit-thank-you .icon i::before {
    font-family: 'FontAwesome';
    font-size: 100px;
    content: "\f058";
    font-style: normal;
    color: green;
}

/* cw-599*/

  .employmentTitle{
     color:  #18181B;
    /* Desktop H2 Large (Normal) */
     font-size:  36px;
     font-style: normal;
     font-weight: 700;
      line-height:  40px; /* 111.111% */
    }

   .reference-box{
        margin-left :550px !important;
    }

    .emplementTitle{
        color: var(--base-foreground, #18181B);

/* Desktop H2 Large (Normal) */
font-size: var(--Font-size-4xL, 36px);
font-style: normal;
font-weight: 700;
line-height: var(--Font-line-height-3XL, 40px); /* 111.111% */
        }


    .contactInfo{
        color: var(--base-foreground, #18181B);
font-size:  24px;
font-style: normal;
font-weight: 550;
line-height:  32px; /* 133.333% */
letter-spacing:  -0.4px;
        }

        .declinedBtn{
width: 260px;
    height: var(--height-h-12, 48px);
    padding: var(--spacing-2, 8px) var(--spacing-8, 32px);
padding: var(--spacing-2, 8px) var(--spacing-8, 32px);
justify-content: center;
border-radius: var(--border-radius-md, 6px);
border: 1px solid var(--custom-colors-servsafe-colors-ss-blue, #163785);
background: var(--base-background, #FFF);
color: var(--custom-colors-servsafe-colors-ss-blue, #163785);
line-height: 100%; /* 16px */
 cursor: pointer;
        }

        .approveBtn{

width: 260px;
height: var(--height-h-12, 48px);
padding: var(--spacing-2, 8px) var(--spacing-8, 32px);
justify-content: center;
align-items: center;
gap: var(--spacing-2, 8px);
border-radius: var(--border-radius-md, 6px);
background: var(--ss-orange-dark, #9A3412);
color: var(--base-primary-foreground, #FAFAFA);
 cursor: pointer;
line-height:  24px /* 150% */
        }
       .referencePage input {
  width: 114%;
}
        .no-hover.btn-primary:hover {
background: var(--ss-orange-dark, #9A3412);
color: var(--base-primary-foreground, #FAFAFA);
}
    .referencePage label.required::after {
  content: " (Required)";
  color: #555;
}
       .referencePage label.error {
    color: black !important;
}

.app-app .app-form {
     background-color: #FFF;
     text-align: left;
     padding: 10px;
     padding-top: 3rem;
}

.app-app .app-form input.TextField {
    width: 100%;
    border: 1px solid #c0c0c0;
    line-height: 42px;
    margin-bottom: 5px;
}

.app-app .app-form textarea {
    width: 100%;
    border: 1px solid #c0c0c0;
    margin-bottom: 5px;
    height: 200px;
}

.app-app .app-form select {
    width: 50%;
    border: 1px solid #c0c0c0;
    margin-bottom: 5px;
    height: 42px;
    background-color: #fff;
}

.app-app .app-form input.DateTextField {
    width: 200px;
    border: 1px solid #c0c0c0;
    line-height: 42px;
}

.app-app .app-form .row {
    margin-bottom: 20px;
    border: none;
}

.app-app .app-form .submit-buttons input {
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 42px;
    border: none;
    background-color: #005398;
    border-radius: 5px;
    padding: 2% 5%;
    text-align: center;
    cursor: pointer;
}

.app-app .app-form .submit-buttons input:first-child {
     background-color: buttonface;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #005398;
    text-align: center;
    color: #005398 !important;
}

.app-app .app-form .yesno {
    margin-top: 10px;
}

.app-app .app-form .yesno a {
    text-decoration:none;
    border: 1px solid #005398 ;
    background-color: white;
    padding: 5px 20px 5px 20px;
}
.app-app .app-form .yesno em {
    font-style: normal;
    color: white;
    background-color: #005398 ;
    padding: 6px 21px 6px 21px;
}
.app-app .app-form .yesno * + * {
    margin-left: -5px; 
}

.app-app .submit-form {
    padding: 20px;
    background-color: #EAEAEA;
}

.app-app .submit-form .instruction {
    font-weight: bold;
    margin-bottom: 20px;
}
.app-app .submit-form .submit-terms {
    background-color: white;
    padding: 10px;
    border: 1px solid #000;
}

.app-app .submit-form .submit-terms .preamble {
    margin-bottom: 20px;
}
.app-app .proctorheader{
    /*background-image: url(https://resource.mycrowdwisdom.com/uploads/nra/main/checklist-header_1552990037445.png);*/
    background-color: #132048;
    background-position: center;
    background-size: cover;
    text-shadow: 2px 2px 2px #000000;
    padding: 4rem 2rem; 
}
.app-app .ff-lato{
    font-family: lato !important;
}

div.exams-list > div > div:nth-child(2) > div > a {
    margin-right: 12px;
}

/*.proctorsessionform {
    padding: 2% 30%;
}*/
@media screen and (max-width: 768px){
.proctorsessionform {
    padding: 2% 5%;
}
}
.btn-style-greybg-blueborder{
        border-radius: 5px;
    width: 100%;
    border: 1px solid #005398;
    text-align: center;
    padding: 3% 5%;
    color: #005398 !important;
    cursor: pointer;
}
.bluebuttonbg{
    background-color: #005398;
}

.form-group.education,
.form-group.employment {
    margin-bottom: 2rem;
}


label.error {
    color: red !important;
}

.proctor-agreement {
    overflow-y: scroll;
    max-height: 500px;
    border: 1px solid #c0c0c0;
    padding: 15px;
}


.reference-message-decline {
    margin: 20px 0;
}

.app-app .hide-file-text {
    color: transparent;
}

input.addressValidation {
  border : none;
  font-weight: bold;
}

div.addressValidation {
  font-weight: bold;
  padding: 0.6px;
}

.reference-message-decline {
    margin: 20px 0;
}

.regulatory-requirement {
    background-color: #ffb74d;
}

.make-payment-label {
    color: white !important;
    font-weight: bold;
}

.make-payment {
    width: auto;
    background: none;
    background-color: darkgray !important;
    font-weight: 400 !important;
    color: white;
    border: 1px solid lightgray !important;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 1% 1%;
    border-radius: 5px;
}

.used-unused-exam-panel {
    border: 1px solid lightgray !important;
}

.app-app .hide-file-text {
    color: transparent;
}

.online-compliance {
    margin-top: 10px;
}

div#online-compliance {
    margin-top: 10px;
}

div#online-compliance-options {
    margin-left: 10px;
}

div#print-compliance {
    margin-top: 10px;
}

div#print-compliance-options {
    margin-left: 10px;
}

.online-compliance {
    margin-top: 10px;
}

input.addressValidation {
  border : none;
  font-weight: bold;
}

div.addressValidation {
  font-weight: bold;
  padding: 0.6px;
}

.restockFee.blue {
    border: 1px solid #0e78cc;
}

.restockFee.amber {
    border: 1px solid #ffb000;
}

.restockFee.red {
    border: 1px solid #cf4300;
}

.restockFee.orange {
    border: 1px solid orange;
}

.restockFee.blue .restockLabel{
    background-color : #cde5ff;
    color: #3e464f;
}

.restockFee.amber .restockLabel{
    background-color : #fff0cd;
    color: #1b2024;
}

.restockFee.red .restockLabel{
    background-color : #ffdfd0;
    color: #4f4b4b;
}

.restockFee.orange .restockLabel{
    background-color : #FF9933;
}

.restockFee.blue .restock-button{
    background-color : #0e78cc;
    color: #fdfaf9;
}

.restockFee.amber .restock-button{
    background-color : #ffb000;
    color: #fffefe;
}

.restockFee.red .restock-button{
    background-color : #cf4300;
    color: #fdfaf9;
}

.restockFee.orange .restock-button{
    background-color : orange;
}

.shopping-cart-icon {
  padding-right: 3px;
}


.expiry-label.date-label {
    margin-left: 10px;
    font-style: italic;
    font-size: .9em;
}

.expiry date-label {
    margin-left: 10px;
    font-style: italic;
    font-size: .9em;
}

.process-flow {
     display: flex;
     align-items: center;
     justify-content: space-around;
     margin: 20px;
}

.process-flow-step {
     text-align: center;
}


.step-text {
     font-size: 14px;
     color: #003366;
}

.process-flow-line {
     width: 50px;
     height: 2px;
     background-color: #003366;
}
 @media (max-width: 768px) {
     .process-flow {
         flex-direction: column;
         align-items: center;
    }
     .process-flow-line {
         width: 30px;
         margin: 10px 0;
    }
     .step-circle {
         width: 35px;
         height: 35px;
         font-size: 16px;
    }
     .step-text {
         font-size: 12px;
    }
}

/*NRA */

.application-form-header.font-weight-bold.text-left {
    font-size: x-large;
}

.personal-information {
    font-size:larger;
}

.personal-experience {
    font-size:larger;
}

.proctor-reference {
    font-size:larger;
}

.step-circle.active {
    background-color: #163785;
    color: white;
}

.step-link {
    font-weight: bold;
    color: white;
}

.step-circle {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     border: 2px solid #003366;
     color: #163785;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto 10px;
     font-weight: bold;
}

.step-circle.inactive a {
    color:  #163785;
}

.application-collapsible-header {
  font-weight: bold;
  color:  #163785;
  margin-bottom: 10px;
}

.brand-guidelines-download {
    color: #163785 !important;
}

.sub-agreement {
    margin-top: 15px;
    margin-left: 15px;
}

b.sub-agreement-header {
    margin-right: 2px;
    font-weight: bold;
    margin-left: 5px;
}

.agreement-header.text-left {
    font-weight: bold;
    margin: 20px;
    font-size: x-large;
}

.edit-application-link {
    font-weight: bold;
}

.review-field {
  font-weight: bold;
}
.success-icon {
  font-size: larger;
  font-weight: bold;
}

.warning-icon {
  font-size: larger;
  font-weight: bold;
}

.required-course::after {
  content: " *";
  color: red;
  font-weight: bold;
}

.title-required::after {
  content: " *";
  color: red;
  font-weight: bold;
}

.checkbox-error {
   outline: 2px solid red;
}

input.CheckBox.error {
    outline: 2px solid red;
}

.sub-agreement-label-error {
  color: red;
}

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

div.stn-close-widget-button svg[aria-hidden="true"] {
    opacity: 100%;
    position: relative;
}

div.stn-drag-widget-button svg[aria-hidden="true"] {
   opacity: 100%;
   position: relative;
}
