﻿body {
    font-family: 'AvantGardeGothic', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin: 8px;
    line-height: 1.2;
}
input[type=checkbox], input[type=radio] {
    margin: 3px 3px 0 5px;
}
table {
    border-collapse: initial;
}

.salesSuccessPanel table >tbody>tr>td{
	display: inline-flex;
	margin-left: 5px;
}

.salesSuccessPanel table >tbody>tr>td>label{
	display: block;
	text-indent: -16px;
	margin-left: 20px;
}

label{
    margin-bottom: .2em;
}
.spriteTop.headerLogoImage {
    background: url('/images/HomePageLogo.png');
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 28px;
    margin-top: 21px;
    width: 138px;
}

.printLogo {
    display: block;
    color: white;
}

.header {
    width: 100%;
    height: 83px;
    background-color: #003366;
}

.spriteTop {
    background: url('/images/HomePageLogo.png')
}

#lblInstruction {
    display: block;
    width: 900px;
}

.bold {
    font-weight: bold;
}

.fontStyle {
    font-family: 'AvantGardeGothic', Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.modalOverlay {
    position: fixed;
    opacity: .5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}

.mainModal {
    margin: auto;
    width: 50%;
    max-width: 485px;
    background-color: #FFFFFF;
    z-index: 1050;
    position: absolute;
    top: 40vh;
    left: 0;
    right: 0;
    border-radius: .4em;
    box-shadow: .2em .2em .3em #5b5b5b;
    display: none;
    padding-bottom: .5em;
}

.mainModalTitle {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.mainModalContent {
    padding: 20px 10px 0 10px;
}

.mainModalBtnContainer {
    display: flex;
    justify-content: center;
}

.baseBtn {
    font-family: 'AvantGardeGothic', Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.modalContBtn {
    margin-bottom: 20px;
    background-color: #003366;
    width: 150px;
    color: #FFFFFF;
    padding: 10px;
    border-radius: .4em;
    border: none;
    box-shadow: .2em .2em .3em #B4B5B5;
}

.modalCloseBtn {
    border: none;
    color: #555555;
    background: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
}

.mainModalTitle h3, .mainModalContent p {
    margin: 0;
    padding: 0;
}

.mainModalTitle h3 {
    font-size: 17px;
    font-weight: bold;
}

.mainModalContent p {
    margin-bottom: 20px;
}
.assessmentStartRow {
    position: relative;
}
.buttonDefault.assessmentStartBtn, .buttonGray.assessmentStartBtn {
    padding: 1em;
    width: 330px;
}
.assessmentStartBtnContainerCompleted {
    background-size: 25px;
    background-position: top 12px right 12px;
    background-image: url(/images/check-circle.svg);
    background-repeat: no-repeat;
}
.assessmentStartContainer{
    margin-left: 8px;
}

.assessmentStartLogoutBtnContainer {
    text-align: center;
}

.assessmentStartTable {
    vertical-align: middle;
}

.mobileSpecific {
    display: none;
}

.loginTextBoxIdentifier {
    display: none;
    visibility: hidden;
}

.loginTextBoxTD ::placeholder {
    color: transparent;
}

.loginTextBox {
    width: 200px;
}

.loginSubmit {
    padding-top: 20px;
}

.desktopDisplayInline {
    display: inline;
}

.desktopRowSeparator {
    display: block;
}
.salesSuccessQuestion {
    background-color: #D3D3D3;
}
.dropdownArrow {
    display: none;
}
.salesSuccessTopSubmit {
    display: block;
}
.nowrap {
    white-space: nowrap;
}
#ssPageSpan {
    display: none;
}
#btnSSBack {
    display: none;
}
#btnSSContinue {
    width: 87px;
    border-radius: .4em;
    margin-bottom: 0;
}

.full-width-hr {
    margin-right: -35px;
    margin-left: -35px;
    background-color: #e6e6e6;
}

.btn-outline-selections {
    border-radius: 2px !important;
    border: 1px solid black !important;
}

.btn-outline-selections:hover {
    background: gray;
}

.btn-outline-selections.active {
    background-color: #003366;
    color: white;
}

.btn-outline-back {
    border-radius: 2px !important;
    border: 1px solid transparent !important;
    background-color: #eaeaea;
    color: black;
}

.btn-outline-continue {
    border-radius: 2px !important;
    border: 1px solid black !important;
    background-color: #003366;
    color: white;
}
.ssBtnContainer {
    padding: 0;
    border-top: none;
}
.salesSuccessQuestionContainer {
    display: flex;
    margin-top: 20px;
}

.ssQuestionErrorIconContainer, .jtQuestionErrorIconContainer {
    margin-right: 10px;
}

.loginTextBox:-webkit-autofill,
.loginTextBox:-webkit-autofill:hover,
.loginTextBox:-webkit-autofill:focus,
.loginTextBox:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Blue buttons*/
.buttonDefault, a.buttonDefault {
    background-color: #003366;
    border: 0px;
    border-radius: .4em;
    box-shadow: .2em .2em .3em #B4B5B5;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: .5em 1em;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
}

    .buttonDefault:hover, a.buttonDefault:hover {
        cursor: pointer;
    }

        /*Gray Button - Overrides color and gradient of default button*/
        .buttonGray, a.buttonGray {
            background-color: #ebebeb;
            border: solid 1px #b7b7b7;
            border-radius: .4em;
            color: black;
            display: inline-block;
            font-size: 14px;
            font-weight: normal;
            padding: .5em 1em;
            text-decoration: none;
            text-align: center;
            margin-bottom: 10px;
        }

/*Blue buttons*/
.logoutbuttonDefault, a.logoutbuttonDefault {
    background: none;
    color: #cc0000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: .5em 1em;
    text-decoration: underline;
    border: none;
    text-align: center;
    margin-bottom: 10px;
}

    .logoutbuttonDefault:hover, a.logoutbuttonDefault:hover {
        cursor: pointer;
    }

.WritingSample {
    font-family: Arial;
    font-size: 18px;
}

.signInMessage {
    padding-bottom: 24px;
}

.divBorder {
    background-color: #EEEEEE;
    padding: 10px;
    border: .5px solid gray;
}

.writingSample {
    font-family: 'AvantGardeGothic', Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-left: 10px;
    max-width: 70%
}

.writingSampleContent {
    min-width: 500px;
}

.writingSampleTitle {
    text-decoration: underline;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

/* Mobile Styling */
@media only screen and (pointer:coarse) {
    .loginMainTable {
        width: 100%;
    }

    .mobileSpecific {
        display: block;
    }

    .desktopSpecific {
        display: none;
    }

    .mobileWarning {
        width: 100%;
        padding-bottom: 24px;
    }

    .signInMessage {
        padding-top: 24px;
        padding-bottom: 12px;
    }

    .lastLoginInput {
        padding-bottom: 10px;
    }

    .loginSubmit {
        padding-top: 10px;
        display: block;
    }

    .loginTextBoxTD {
        width: 100%;
        display: inline-block;
        height: 39px;
    }

    .loginTextBox {
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
    }

        .loginTextBox:focus-visible {
            outline: none;
        }

    .loginSubmitButton {
        width: 100%;
        padding: 10.6px;
    }

    .candidateIDTextBoxContainer {
        margin-top: 10px;
        display: block;
    }

    span.textBoxValidator[style*="inline"] {
        padding-bottom: 10px;
        display: block;
    }

    .loginTextBoxTD ::placeholder {
        color: #777777;
    }

    .loginTextBoxIdentifier {
        position: relative;
        top: -47px;
        left: 4px;
        background-color: #FFFFFF;
        color: #777777;
        display: none;
        padding: 0 5px;
        visibility: visible;
    }

    .desktopDisplayInline {
        display: block;
    }

    .desktopRowSeparator {
        display: none;
    }

    .buttonDefault.assessmentStartBtn, .buttonGray.assessmentStartBtn {
        width: 100%;
        padding: 1.3em;
    }

    .assessmentStartBtnContainerCompleted {
        background-position: top 15px right 15px;
    }

    .assessmentStartTable {
        width: 100%;
    }

    .assessmentStartContainer {
        margin: 0;
    }

    .mainModal {
        max-width: 485px;
        width: 95%;
        top: 26vh;
    }

    .mainModalBtnContainer {
        padding: 0 10px;
    }

    .modalContBtn {
        width: 100%;
    }

    .writingSample {
        padding-left: 0;
        max-width: 100%
    }

    .writingSampleContent {
        min-width: 95%;
    }

    .writingSampleSubmitArea {
        text-align: center;
    }

    .writingSampleSubmitButton {
        min-width: 50%;
    }

    .writingSampleTitle {
        font-size: 18px;
        text-align: left;
        font-weight: bold;
        text-decoration: none;
    }

    #lblInstruction {
        width: 100%;
    }

    .ssQuestionErrorIconContainer, .jtQuestionErrorIconContainer {
        display: flex;
        align-items: center;
    }

        .ssQuestionErrorIconContainer img, .jtQuestionErrorIconContainer img {
            width: 15px;
            height: 15px;
        }
}

/* Styling applicable to only mobile not tablet */
@media only screen and (pointer:coarse) and (max-width: 600px) {
    .salesSuccessAnswer td {
        padding-top: 20px;
    }
    .salesSuccessTopSubmit {
        display: none;
    }

    .salesSuccessQuestion {
        background-color: #FFFFFF;
        width: 92%;
    }

    .dropdownArrow {
        display: block;
        width: 8%;
        margin: auto 0;
        text-align: right;
    }

    .dropdownArrowImg {
        height: 25px;
        transition: .5s;
    }

    .salesSuccessAnswer {
        width: 100%;
        overflow: hidden;
        display: block;
        max-height: 0;
        transition: 1s;
    }

    .salesSuccessAnswer.activeDropDown {
        max-height: 1000px;
    }

    .salesSuccessQuestionContainer {
        width: 100%;
        border-top: solid 1px #e6e6e6;
        padding-top: 10px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .salesSuccessPanel {
        margin-top: -30px;
    }

    .salesSuccessTitle {
        display: block;
        padding-top: 30px;
    }

    .salesSuccessAnswer tbody, .salesSuccessAnswer tr, .salesSuccessAnswer td {
        display: block;
        width: 100%;
    }

    .salesSuccessAnswer input {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .salesSuccessAnswer label {
        display: inline-block;
        width: 90%;
        vertical-align: middle;
    }

    #ssPageSpan {
        display: block;
    }

    .ssBtnContainer {
        padding: 20px 0 0 0;
        border-top: solid 1px #e6e6e6;
    }

    #btnSSBack {
        display: block;
        font-size: 14px;
    }

    #btnSSContinue {
        width: 50%;
        border-radius: 2px;
        box-shadow: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}