﻿/* custom fonts */
/*@font-face {
    font-family: 'raleway'; 
    src: url('/include/css/raleway-font.css'); 
}*/

@font-face {
  font-family: 'Raleway';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Raleway-regular/Raleway-regular.eot');
  src: url('/fonts/Raleway-regular/Raleway-regular.eot?#iefix') format('embedded-opentype'),
       local('Raleway'),
       local('Raleway-regular'),
       url('/fonts/Raleway-regular/Raleway-regular.woff2') format('woff2'),
       url('/fonts/Raleway-regular/Raleway-regular.woff') format('woff'),
       url('/fonts/Raleway-regular/Raleway-regular.ttf') format('truetype'),
       url('/fonts/Raleway-regular/Raleway-regular.svg#Raleway') format('svg');
}
/* end custom fonts */

/* page styles */
html { 
    position: relative; /* For footer */
    min-height: 100%; 
}

body {
    font-family: 'Raleway', sans-serif!important;
    margin: 0;
    padding: 0;
    margin-bottom: 60px; /* For footer */
}

#loadingScreenOverlay {
    font-size: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.9);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#loadingScreenOverlay .loader-inner {
    width: 300px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    /*background-image: url("../../images/ajax_loader.gif");*/
    background-repeat: no-repeat;
    background-position: center;
    margin: -75px 0 0 -150px;
    text-align: center;
    color: #333;
}

#loadingScreenOverlay .loader-inner img {
    width: 20%;
}

.input-sm {
    -webkit-box-shadow: none;
    box-shadow: none;
}

br {
    /*display: none!important;*/
}
/* end page styles */

/* logo and header styles */
.main-logo {
    margin: 0 auto;
    display: block;
    width: 100%;
}

/* end logo and header styles */

/* navbar styles */
.navbar-main {
    font-size: 18px;
}

.login-form-background {
    background-color: #b6bb18;
}
/* end navbar styles */

/* login page styles */
.login-content-wrapper {
    font-size: 13px;
}

.login-page-wrapper {
    padding-top: 40px;
    padding-bottom: 15px;
}

#MenuContainerWrapper {
    /*max-width: 150rem;*/
    padding-left: 0!important;
    padding-right:0!important;
}
/* end login page styles */

/* main content styles */
#main_content {
    /*padding-left: 50px;
    padding-right: 50px;*/
    /*max-width: 150rem;*/
    padding-bottom: 60px;
}

#main_content h3 {
    /*color: #404041;*/
    text-transform: capitalize;
    font-size: 20px;
}
/* end main content styles */

/* link styles */
.online-link, .online-link:hover {
    color: #b6bb18;
}

.login-grid {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 500px) {
    .login-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------------
Scroll Bar
--------------------------------------------------------*/
*::-webkit-scrollbar {
    width: 0.50rem;
}

*::-webkit-scrollbar-track {
    background-color: #1d2f3d5d;
}

*::-webkit-scrollbar-thumb {
    background-color: #1d2f3d;
}

.system-requirements-link, .system-requirements-link:hover {
    color: #9ebfa5;
}

.psycho-terms, .psycho-terms:hover {
    color: #413f42;
}

/* end link styles */

/* button styles */
.btn {
    text-decoration: none;
    color: #FFF;
    /*text-transform: uppercase; Simpson commented out*/
    background-color: #132530;
}

.template-wrapper.BTI .btn {
    color: #333;
    /*background-color: #fff;*/
}

.wpi .btn {
    color: #000;
    background-color: #f2f2f2;
}

.btn:hover {
    color: #FFF;
    background-color: #2b3b45;
    text-decoration: none;
}

.template-wrapper.BTI .btn:hover {
    background-color: #d9d9d9;
}

.wpi .btn:hover {
    color: #000;
    background-color: #d9d9d9;
}

.btn-start-assessment, .btn-resume-assessment, .btn-completed-assessment {
    min-width: 50%;
}

.btn-resume-assessment {
    background-color: #b6bb18 !important;
}

.btn-completed-assessment {
    background-color: #404041 !important;
}

/* end button styles */

/* misc styles */
.line-space-10 {
    padding: 5px 0px;
}
.margin-top-0 {
    margin-top: 0!important;
}

.margin-bottom-0 {
    margin-bottom: 0!important;
}

.margin-bottom-5 {
    margin-bottom: 5px!important;
}

.margin-top-5 {
    margin-top: 5px!important;
}

.margin-top-10 {
    margin-top: 10px!important;
}

.margin-top-15 {
    margin-top: 15px!important;
}

.margin-top-20 {
    margin-top: 20px!important;
}

.margin-bottom-10 {
    margin-bottom: 10px!important;
}

.margin-bottom-15 {
    margin-bottom: 15px!important;
}

.margin-left-0 {
    margin-left: 0!important;
}

.margin-left-5 {
    margin-left: 5px!important;
}

.margin-right-0 {
    margin-right: 0!important;
}

.margin-left-right-0 {
    margin-left: 0!important;
    margin-right: 0!important
}

.no-padding {
    padding: 0 0 0 0!important;
}

.padding-top-0 {
    padding-top: 0!important;
}

.padding-bottom-0 {
    padding-bottom: 0!important;
}

.padding-bottom-10 {
    padding-bottom: 10px!important;
}
.padding-left-0 {
    padding-left: 0!important;
}

.padding-top-5 {
    padding-top: 5px!important;
}

.padding-left-5 {
    padding-left: 5px!important;
}

.padding-left-10 {
    padding-left: 10px!important;
}

.padding-left-15 {
    padding-left: 15px!important;
}

.padding-top-10 {
    padding-top: 10px!important;
}

.padding-top-15 {
    padding-top: 15px!important;
}

.padding-bottom-15 {
    padding-bottom: 15px!important;
}

.padding-left-30 {
    padding-left: 30px!important;
}
.padding-right-0 {
    padding-right: 0!important;
}

.padding-left-right-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}

.width-33 {
    width: 33%;
}

.width-25 {
    width: 25%;
}

.min-width-75 {
    min-width: 75px;
}

.form-container-left, .instrument-container-left {
    padding: 0 15px 0 0;
}

.form-container-right, .instrument-container-right {
    padding: 0 0 0 15px;
}

.form-container-center {
    padding: 0 15px 0 15px;
}

/* end misc styles*/

.new-input {
    height: 31px;
}

#cmdInstrumentScoringTypeTab {
    padding-right: 10px;
}

.tabs_wrapper {
    font-size: 18px; 
    padding: 5px 5px 5px 12px;
}

.tabs_wrapper .glyphicon {
    color: #666;
}

.tabs_wrapper a:hover {
    color: #fff!important;
}

.tabs_wrapper a.sm_select:hover{
    color: #666!important;
}

.tabs_wrapper .float_left {
    /*display: inline;*/
}

.login-form-wrapper {
    /*max-width: 30rem;*/
}

.login-page-outer-wrapper {
    max-width: 100rem;
}

@media (max-width: 768px) {
    .main-logo {
        width: 100%;
    }
    .login-content-wrapper {
        /*padding-top: 20px;*/
    }
    .info-table {
        margin-bottom: 10px;
    }
    .interact-buttons span a, .grid-buttons span a {
        width: 100%!important;
        margin-bottom: 5px;
    }
    .login-form-wrapper {
        max-width: 30rem;
    }
}

@media (min-width: 768px) {
    /*.login-form-wrapper {
        padding-left: 0!important;
    }*/
    /*.login-content-wrapper {
        padding-right: 0!important;
    }*/
    .interact-buttons {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .tabs_wrapper .float_left {
        /*display: block!important;*/
    }
}

@media (max-width: 768px) {
    .tabs_wrapper {
        padding: 7px 15px!important;
        background-color: #9ebfa4;
    }
    .sub-nav-div {
        display: none;
    }
    .tabs_wrapper .float_left {
        width: 100%!important;
        /*display: inline!important;*/
    }
    .tabs_wrapper .float_right {
        float: left!important;
    }
    .tabs_wrapper .float_left .float_left div:first-child {
        float: left!important;
    }
    .tabs_wrapper .float_left .float_left, .tabs_wrapper .float_left .float_left a, #cmdInstrumentScoringTypeTab {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .rightarrow {
        display: none;
    }
}

@media (min-width: 1400px) {
    .login-form-wrapper input, .login-form-wrapper .btn {
        /*width: 75%;*/
    }
} 

@media (max-width: 991px){
    .form-container-left {
        padding: 0 0 0 0 !important;
    }
    .form-container-right {
        padding: 0 0 0 0 !important;
    }
    .form-container-center {
        padding: 0 0 0 0 !important;
    }
    #extractButtons {
        margin-bottom: 0px!important;
    }
}
/* footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: none;
    /*padding-left: 50px;
    padding-right: 50px;*/
    font-size: 13px;
}

.footer > div {
    /*max-width: 150rem;*/
}

.footer br {
    display: block!important;
}

@media (max-width: 768px) {
    .footer-image-table {
        float: left!important;
    }
    .footer-image {
        display: none;
    }
    .footer, #main_content {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #logged_in_as, #logoutform {
        padding-left: 0!important;
        padding-right: 0!important;
        font-size: 13px;
    }
}

.footer-image {
    height: 40px;
    margin-left: 11px;
}

.footer-image-table {
    float: right;
}

.footer-image-text {
    vertical-align:bottom; 
    padding-bottom: 10px;
}
/* end footer styles */

.x-grid {
    overflow-x: auto;
}

@media (max-width: 991px) and (min-width: 768px) {
    .grid-buttons {
        padding-left: 15px!important;
    }
}

.options-check-wrapper {
    display: inline-block;
    position: relative;
}

.options-check {
    position: absolute;
    top: -14px;
    left: 5px;
}

.instrument-container-left input[type=text], .instrument-container-right input[type=text] {
    width: 30px!important;
}

.participantscores {
    width: 60px !important;
}

.auto-margin {
    margin: 0 auto;
}

.next_step {
    background-color: #b6bb1a!important;        
}

.mosaic-wrapper, .mosaic-image-wrapper, .mosaic-image {
    width: 100%;
    height: 100%;
}

.mosaic-inner-wrapper-left-top {
    padding-right: 5px!important;
    padding-bottom: 5px;
}

.mosaic-inner-wrapper-right-top {
    padding-left: 5px!important;
    padding-bottom: 5px;
}

.mosaic-inner-wrapper-left-bottom {
    padding-right: 5px!important;
    padding-top: 5px;
}

.mosaic-inner-wrapper-right-bottom {
    padding-left: 5px!important;
    padding-top: 5px;
}

.btn-sm {
    text-transform: uppercase;
    font-size: 13px;
}

.setup_indicator {
    font-size: 14px;
}

.template-wrapper h3 {
    color: #404041;
    font-size: 20px;
}

.padding-left-0 {
    padding-left: 0!important;
}

.padding-left-right-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.margin-top-0 {
    margin-top: 0!important;
}

.margin-bottom-0 {
    margin-bottom: 0!important;
}

.margin-top-10 {
    margin-top: 10px!important;
}

.bold {
    font-weight: bold;
}

.no-padding {
    padding: 0 0 0 0!important;
}

.sub-nav-div {
    position: absolute; 
    background-color: #9ebfa4; 
    height: 40px; 
    width: 100%; 
    left: 0;
}

.submenu-element, 
.sub-nav-div + div {
    background-color: #9ebfa4;
    padding-bottom: 3px;
    padding-top: 3px;
}


hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

.interact-buttons hr, #scheduledForm hr {
    margin-top: 0;
}

.interact-buttons hr {
    display: none;
}

/* Summernote buttons to default */
.note-editor .btn-sm {
    text-transform: inherit;
}
.note-editor .btn {
    text-decoration: inherit;
    color: inherit;
    background-color: inherit;
}
.note-editor .note-icon-font.note-recent-color {
    padding: 2px;
    border-radius: 2px;
}

.note-editor.note-frame {
    margin-bottom: 0;
}
/* End Summernote buttons */

/* Hide right Column */
.col-lg-4.padding-right-0.visible-lg {
    display: none!important;
}

/* Job Match Setup */
#divJobMatchSetup .jm-docs ul {
    padding-left: 30px;
    list-style-type: circle;
    margin-bottom: 0;
}

#divJobMatchSetup .answer-row-wrapper,
#divJobMatchSetup .header-number-wrapper {
    padding-left: 5px!important;
}

.batterriesInstruction {
    padding-left: 15px;
    color: #fff;
    background-color: #164f77;
    margin-top: 5px;
}

#divJobMatchSetup .answer-row-wrapper,
#divJobMatchSetup .answer-row-input {
    display: flex;
    align-items: center;
}

#divJobMatchSetup .answer-row-input div:last-of-type div:last-of-type {
    /*max-width: 6rem;*/
}

#divJobMatchSetup #job_match_form select {
    display: inline-block;
    padding-right: 0;
    width: 50px;
}

#divJobMatchSetup .answer-row-wrapper:nth-child(odd) {
    background-color: #f2f2f2;
}

@media (max-width: 400px) {
    #divJobMatchSetup select {
        padding-left: 0px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #divJobMatchSetup .answer-row-wrapper {
        display: block;
    }
    #divJobMatchSetup .answer-row-wrapper:nth-child(odd) {
        background: none;
    }
    #divJobMatchSetup .job-match-title {
        background-color: #f2f2f2;
        padding: 5px!important;
    }
    #divJobMatchSetup .answer-row-wrapper input[type="checkbox"] {
        
    }
    #divJobMatchSetup #job_match_form select {
        width: inherit;
    }
}

@media (max-width: 991px){
    #divJobMatchSetup .jm-docs {
        margin-top: 10px;
    }
}
/* End Job Match Setup */

#legends .imp-wrapper-pre + label {
    padding-left: 15px;
    margin-right: 20px;
}

#legends .glyphicon-time + label {
    padding-left: 10px;
}

#progressdiv{
    text-align: right;
}

.frequency-wrapper-pre,
.imp-wrapper-pre {
    display: inline-block;
    font-size: 20px;
    width: 2%;
    padding-top: 2px;
}

.frequency-wrapper-pre {
    color: #9ebfa4;
}

.imp-wrapper-pre {
    color: #b6bb18;
}

.frequency-wrapper,
.imp-wrapper {
    display: inline-block;
    width: 98%;
    float: right;
    padding-left: 15px !important;
}

@media (min-width: 1200px) {
    .indi-wrapper > div:nth-of-type(2n+2) div {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .indi-wrapper > div div:last-of-type {
        padding-right: 0px !important;
    }
    .frequency-wrapper,
    .imp-wrapper {
        width: 96%;
    }
}
.new-user-reg {
    margin: 0 0 10px 0;
    padding: 20px;
    border: solid 1px #ccc;
    text-align: justify;
}

.new-user-reg a {
    text-decoration: none;
    color: #9ebfa4;
    text-decoration: underline;
}

.new-user-reg .big {
    font-size: 20px;
    color: #b6bb18;
    /* font-weight: bold; */
    text-transform: uppercase;
    padding-right: 5px;
}

.new-user-reg .sub {
    font-size: 14px;
}
#needHelp {
    background-color: #5bc0de;
    position: fixed;
    font-size: 15px;
    border-color: #46B8D7;
    padding: 12px;
    color: #fff;
    left: -108px;
    top: 50%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0.9;
    transform: rotate(270deg) skew(0deg);
}

#needHelp:hover {
    cursor: pointer;
    background-color: darkcyan;
}

.scoreHeaders {
    color: #b6bb18;
}

.alternate-paragraph {
    color: #b6bb18;
    font-weight: normal;
}

.alternate-paragraph-link {
    color: #b6bb18; /*#9ebfa4*/
    font-weight: normal;
    text-decoration: underline;
    /*position:*/ 
}

/* MHSEQIReportSectionConfig */
.MHSEQIReportSectionConfigTable .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.MHSEQIReportSectionConfigTable label {
    margin-bottom: 0;
    margin-top: 5px;
}

.MHSEQIReportSectionConfigTable .switch input {
    display: none !important;
}

.MHSEQIReportSectionConfigTable .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.MHSEQIReportSectionConfigTable .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.MHSEQIReportSectionConfigTable input:checked + .slider {
    background-color: #b6bb19;
}

.MHSEQIReportSectionConfigTable input:focus + .slider {
    box-shadow: 0 0 1px #b6bb19;
}

.MHSEQIReportSectionConfigTable input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.MHSEQIReportSectionConfigTable .slider.round {
    border-radius: 34px;
}

.MHSEQIReportSectionConfigTable .slider.round:before {
    border-radius: 50%;
}

.MHSEQIReportSectionConfigTable .row-title {
    padding-top: 20px;
}

.MHSEQIReportSectionConfigTable .n-a {
    padding-top: 10px;
}
/* End MHSEQIReportSectionConfig*/

@media only screen and (max-width : 992px) {
    .DOBYear, .DOBMonth, .DOBDay {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}