﻿/* MISC STYLES */
html {
   -ms-overflow-style: scrollbar;
}

.no-padding {
    padding: 0!important;
}

.padding-2 {
    padding: 2px 2px;
}

.padding-3 {
        padding: 2px 3px 4px 3px;
}


.padding-5 {
    padding: 5px 5px;
}

.padding-10 {
    padding: 10px 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.left-info,
.instr-info {
    padding-top: 15px;
    padding-bottom: 15px;
}

.absolute-center {
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.width-100 {
    width: 100%;
}

/* END MISC STYLES */

/* TEMPLATE GENERIC STYLES */
.template-wrapper .base-color-1 {
    background-color: #9ebfa3 ;
}

.template-wrapper .base-color-2 {
    background-color: #b6bb1a;
}

.template-wrapper .table > tbody > tr > td, .table > tbody > tr > th, 
.template-wrapper .table > tfoot > tr > td, .table > tfoot > tr > th, 
.template-wrapper .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    border-bottom: none;
}

.template-wrapper thead {
     background-color: #f2f3ee;
}

.template-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f3ee;
}

.template-wrapper .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.template-wrapper .table td:nth-of-type(1) .col-ind.common-wrapper,
.template-wrapper .table td:nth-of-type(1) .logo {
    background-color: #fff;
}
/* END TEMPLATE GENERIC STYLES */

/* BUTTON STYLES */
.template-wrapper .btn-group > .btn {
    margin-left: 4px;
    /*width: 38px;*/
    min-width: 50px;
}

.LCI.template-wrapper .btn-group .btn:first-of-type,
.LCI.template-wrapper .btn-group .btn:last-of-type {
    min-width: 170px;
}

.template-wrapper .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 0px;
    margin-left: 0px;
}

.template-wrapper .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 4px;
}

.template-wrapper .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 4px;
    margin-right: 0px;
}

.template-wrapper .btn-default.active, 
.template-wrapper .btn-default:active, 
.template-wrapper .open>.dropdown-toggle.btn-default {
    color: #fff!important;
    background-color: #5c9880!important;
    border-color: #000!important;
}

.ProspectScreener.template-wrapper .btn-group .btn {
    padding: 3px 12px 3px 12px!important;
    /*text-transform: capitalize!important;*/
    font-weight: bold;
    background-color: #fff;
    color: #333;
    border-color: #ccc;
    min-width: 84px;
}

.ProspectScreener.template-wrapper .btn-group .btn:hover {
    background-color: #f2f2f2;
}

.ProspectScreener.template-wrapper .btn input[type=radio] {
    display: none;
}

.template-wrapper .interact-buttons {
    margin-bottom: 45px;
}

.template-wrapper .selection-header {
    color: #9ebfa3;
}

.template-wrapper .interact-buttons .next-button-wrapper {
    /*margin-left: 10px;*/
    float: right;
}

.template-wrapper .interact-buttons .previous-button-wrapper {
    float: left;
}

.template-wrapper .interact-buttons .btn {
    text-decoration: none;
    color: #fff!important;
    text-transform: uppercase!important;
    padding: 5px 10px!important;
}

.template-wrapper .interact-buttons .btn.next, .btn.jvro-default-next {
    background-color: #b6bb1a!important;
    width: 81.3px;
    font-size: 13px;
}

.template-wrapper .interact-buttons .btn.previous,
.template-wrapper .interact-buttons .btn.previous:hover {
    background-color: #9ebfa3;
    font-size: 13px;
}

.template-wrapper .single-col .btn {
    margin: 0!important;
}
/* END BUTTON STYLES */

/* TEMPLATE STYLES */
.template-wrapper .text-section-container {
    text-align: justify;
}
.template-wrapper .progress-area {
    padding: 5px 5px;
    background-image:url('../../images/progress.png');
    background-size: 0% 100%; /* First value here will tie into script to indicate progress */
    background-repeat: no-repeat;
}

.template-wrapper .counter-area {
    padding: 5px 5px 0px 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.template-wrapper .time-remaining {
    color: #ff6600;
}

.template-wrapper .progress-area span {
    /*height: 50px;*/
    /*padding-top: 15px;*/
}

.template-wrapper .left-info {
    border-right: solid 5px #fff; 
    padding: 5px 5px; 
    background-color: #f2f3ee;
    height: 70px;
}

.template-wrapper .instr-info {
    padding: 5px 5px; 
    background-color: #f2f3ee;
}

.template-wrapper .instructions-info {
    background-color: #f2f3ee;
}

.template-wrapper .right-info {
    padding: 5px 5px;
    background-color: #f2f3ee;
    position: relative;
}

.template-wrapper .img-container-wrapper {
    width: 185px;
}

.template-wrapper .img-container {
    margin: auto;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    width: 100%;
    height: 60px;
    text-align: center;
}

.k-ie11 .template-wrapper .img-container {
    height: 0px;
    position: relative;
}

.template-wrapper .img-container img {
    /*width: 100%;
    height: 100%;*/
    visibility: hidden;
}

.k-ie11 .template-wrapper .img-container img {
    height: 60px;
    margin-top: -60px;
}

.template-wrapper .logo img { /* small viewport*/
    width: 150px;
    padding: 10px;
}

.template-wrapper .col-ind {
    font-size: 12px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding-top: 4px;
    padding-bottom: 4px;
}

.template-wrapper .col-ind-xs {
    text-align: right;
}

.template-wrapper .col-ind-xs.one-col {
    text-align: center;
}

.template-wrapper .col-ind-xs.single-col {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.template-wrapper .col-ind-xs-label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.template-wrapper .common-title {
    /*font-weight: bold;*/
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: solid 3px #fff;
}

.CPP.template-wrapper .common-title {
    border-right: none;
}

.template-wrapper .common-title p {
    margin: 0;
}

.template-wrapper .vertical .common-title {
    border: none!important;
}

.template-wrapper .row-number {
    min-width: 50px;
}

.template-wrapper .row-number + td p span:first-of-type {
    font-size: 14px!important;
}

.LCI.template-wrapper .row-number {
    min-width: 40px!important;
}

.template-wrapper .screen-table {
    width: 100%;
}

.template-wrapper .screen-table tr:first-of-type td {
    /*border-bottom: solid 1px #414042;*/
}

.template-wrapper .screen-table tr:nth-of-type(2) td {
    padding-top: 2px;
}

.template-wrapper.ProspectScreener span.question-number {
        position: absolute;
        z-index: 8000;
        top: -8px;
}

.template-wrapper.ProspectScreener .common-wrapper:first-of-type span.question-number {
        top: 45px;
}

/* TEXT SECTIONS */
.template-wrapper .text-section {
    background-color: #414042;
    color: #fff;
    padding: 15px 15px;
    margin: 5px 0;
}

.template-wrapper .text-section p {
    margin: 0;
}

.template-wrapper .text-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.template-wrapper .text-section .btn {
    margin: 0!important;
    width: 38px;
    pointer-events: none;
}

.template-wrapper .stop-point .btn {
    pointer-events: none;
}

.template-wrapper .text-section p:last-of-type {
    margin: 0;
}

.template-wrapper .standout {
    font-weight: bold;
}
/* END TEXT SECTIONS */
.template-wrapper .prospect-column-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.template-wrapper .prospect-column > div { /* text wrapper parent */
    display: flex;
}

.template-wrapper .prospect-column.btn-group > div { /* text wrapper parent */
    display: block;
}

.template-wrapper .prospect-column > div div { /* text wrapper */
    margin: 0 auto;
    height: 20px;
    padding-top: 3px;
}

.template-wrapper .prospect-column > div label { /* text wrapper */
    height: 29px;
}

.template-wrapper .prospect-column {
    padding: 10px 10px!important;
    background-color: #f2f3ee;
    position: relative;
}

.template-wrapper .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

.template-wrapper .radio label {
    padding-left: 12px;
    border: solid 1px #000;
    font-weight: bold;
    background: #fff;
    color: #333;
}

.template-wrapper .radio label:hover {
    background-color: #f2f2f2;
    color: #333;
}

.template-wrapper .template-image {
    height: 56px;
}

.template-wrapper .info-section p {
    text-align: justify;
}

.template-wrapper .display-table {
    display: table;
}

.template-wrapper .display-table-cell {
    display: table-cell;
}

.template-wrapper .question-set-container {
    position: relative;
    margin-bottom: 15px;
}

.template-wrapper question-number {
    position: absolute; 
    z-index: 9000; 
    top:5px; 
    font-weight: bold;
}
/* END TEMPLATE STYLES */

/* MEDIA QUERIES */
@media (max-width: 450px) {
    .template-wrapper .btn-group,
    .template-wrapper .btn-group > .btn {
        /*margin-right: 100%!important;*/
        width: 100%!important;
    }
    .template-wrapper.ProspectScreener .prospect-column {
        width: 75%!important;
    }
    .template-wrapper.ProspectScreener .prospect-column.question-title {
        width: 100%!important;
    }
}
@media (max-width: 480px) {
    .template-wrapper .col-ind-xs-label {
        font-size: 10px;
    }
}


@media (max-width: 700px) { 
    /*LCI */
    .template-wrapper .btn-group > .btn { 
        margin-left: 0px!important;
        margin-right: 4px!important;
        margin-bottom: 5px!important;
    }
    .template-wrapper .radio {
        margin-bottom: 0px!important;
    }
    .LCI.template-wrapper .btn-group > .btn {
        /*margin-right: 100%!important;*/
        width: 100%!important;
    }
    /* MCM */
    .MCM.template-wrapper .btn-group > .btn:last-of-type { 
        margin-right: 0px!important;
    }
}

@media (max-width: 767px) { /* LCI */
    .template-wrapper .common-title {
        text-align: left;
        background-color: #f2f3ee!important;
    }
    .template-wrapper .common-title.missing-answer {
        background: rgba(255, 128, 128, 0.5)!important;
    }
    .template-wrapper .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #f2f3ee!important;
    }
    .template-wrapper .table-striped>tbody>tr:nth-of-type(even),
    .template-wrapper .logo,
    .template-wrapper .col-ind-xs,
    .template-wrapper .col-ind-xs-label {
        background-color: #fff!important;
    }
    .template-wrapper .col-ind-xs-label {
        padding-bottom: 5px;
    }
    .template-wrapper .col-ind-xs-label.col-left,
    .template-wrapper .col-ind-xs.col-left {
        text-align: left;    
    }
    .template-wrapper .col-ind-xs-label.col-right {
        text-align: right;    
    }
    .template-wrapper .common-title {
        border-right: none;
    }
    /*.template-wrapper .interact-buttons .previous-button-wrapper {
        float: left!important;
    }*/
    .template-wrapper .prospect-column {
        min-height: 50px;
    }
    .template-wrapper .prospect-column.btn-group {
        min-height: inherit;
    }
    .template-wrapper .prospect-column > div.base-color-1 { /* text wrapper */
        position: absolute;
        top: 0;
        bottom:0;
        left: 0;
        padding: 5px!important;
        align-items: center;
    }
    .template-wrapper .prospect-column > div.base-color-2 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 5px!important;
        align-items: center;
    }
    .template-wrapper .prospect-column > div div { /* text wrapper */
        /*min-height: 20px;*/
        height: auto;
        padding-top: inherit;
        width: 100%;
        word-wrap: break-word;
    }
    .template-wrapper .prospect-column > div label { /* text wrapper */
        /*min-height: 29px;*/
        /*height: auto;*/
    }
}

/* LCI */
@media (min-width: 768px) { 
    /*.vertical-align {
        display: flex;
        align-items: center;
    }*/
}

@media (min-width: 700px) {
    .template-wrapper .common-title {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .template-wrapper .common-wrapper {
        margin-bottom: -1px;
    }
}

@media (max-width: 991px) {
    .template-wrapper .template-wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .template-wrapper .info-section {
        /*padding-left: 15px !important;
        padding-right: 15px !important;*/
    }

    .template-wrapper .template-wrapper h3 {
        padding-left: 10px;
    }

    .template-wrapper .left-info {
        border-right: none;
    }

    .template-wrapper .logo {
        padding: 5px 15px 0 15px;
    }

    .template-wrapper .prospect-column-media {
        padding: 10px 10px!important; 
        background-color: #f2f2f2;
    }

    .template-wrapper .prospect-column,
    .template-wrapper .prospect-column-media {
        padding: 0px!important
    }

    .template-wrapper .add-alt-bg {
        background-color: #f2f3ee;
    }

    .template-wrapper .add-padding-top-25 {
        padding-top: 25px!important;
    }

    .template-wrapper .add-padding-top-10 {
        padding-top: 10px!important;
    }

    .template-wrapper .add-padding-5 {
        padding: 5px!important;
    }

    .template-wrapper.ProspectScreener .common-wrapper {
        padding-left: 10px!important;
        padding-right: 10px!important;
        border: solid 1px #000;
        margin-bottom: 5px;
    }

    .template-wrapper.ProspectScreener .question-number {
        z-index: 8000;
        top: 5px!important;
    }
    
    .LCI.template-wrapper .col-ind-xs-label.col-left,
    .LCI.template-wrapper .col-ind-xs.col-left {
        text-align: left;    
    }

    
    .LCI.template-wrapper .common-title {
        text-align: left;
        background-color: #f2f3ee!important;
    }

    .LCI.template-wrapper .common-title.missing-answer {
        background: rgba(255, 128, 128, 0.5)!important;
    }

    .LCI.template-wrapper .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #f2f3ee!important;
    }

    .LCI.template-wrapper .table-striped>tbody>tr:nth-of-type(even),
    .LCI.template-wrapper .logo,
    .LCI.template-wrapper .col-ind-xs,
    .LCI.template-wrapper .col-ind-xs-label {
        background-color: #fff!important;
    }
}

@media (min-width: 992px) {
    .template-wrapper .col-ind-xs.col-right,
    .template-wrapper .col-right-lg {
        padding-right: 5px;
    }
    .vertical-align {
        display: flex;
        align-items: center;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .ProspectScreener.template-wrapper .btn-group .btn {
        padding: 3px 4px 3px 4px !important;
        min-width: 68px;
    }
}

@media (max-width: 400px){
    .template-wrapper .prospect-column > div label { /* text wrapper */
        height: auto!important;
        min-height: inherit!important;
        min-width: inherit!important;
        font-size: 12px!important;
    }
}
/* END MEDIA QUERIES */

/* Arrow Buttons */
.stop-assessment-button {
    padding: 5px 10px;
    color: #fff;
    background-color: #e30034;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}
.submit-assessment-button {
    padding: 3px 20px;
    color: #fff;
    background-color: #e30034;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}
.next-assessment-button {
    margin-right: 25px;
}

.arrow-right-container {
    width: 80px; 
    height: 30px; 
    background: #72a94e; 
}

.arrow-left-container {
    width: 80px; 
    height: 30px; 
    background: #636467; 
}


.arrow-right {
	width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #72a94e;
    float: right;
    margin-top: -10px;
    margin-right: -25px;
}

.arrow-left {
	width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #636467;
    float: left;
    margin-top: -10px;
    margin-left: -25px;
}

.arrow-right + span,
.arrow-left + span {
    display: block;
    text-align: center;
    padding-top: 3px;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
}
/* End Arrow Buttons */