/**********************************/
/* 		General style             */
/**********************************/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

body {
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 200;
}

hr {
    border-top: 1px solid #B3B3B3;
}

label, a {
    margin-bottom: 0;
    font-weight: 200;
}

a {
    color: #1CB94E;
}

a:hover,
a:focus {
    color: #1CB94E;
    cursor: pointer;
    text-decoration: none;
}

strong {
    padding: 0;
    margin: 0;
}

input {
    padding: 10px 12px;
    border: 1px solid #CFCFCF;
    outline: none;
}

input.btn-submit {
    border: 1px solid #1CB94E;
}

#registerUser input[type="text"]:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
    border: 1px solid #1CB94E;
    -webkit-appearance: none; /* makes the button appear as it is when viewed on an iphone */
}

table thead tr th {
    border-bottom-width: 0;
}

.errors,
.success {
    margin: 10px 0;
    padding: 8px;
    text-align: left;
}

.errors {
    color: #D8000C;
    background-color: #FFBABA;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.container {
    width: 1000px;
    margin: 0 auto;
}


.btn-submit {
    background-color: #1CB94E;
    color: white;
    border: none;
    outline: none;
    padding: 10px 30px;
    -webkit-appearance: none; /* makes the button appear as it is when viewed on an iphone */
}

.form-field {
    -webkit-appearance: none; /* makes the button appear as it is when viewed on an iphone */
}

.readonly {
    background-color: #eee;
    cursor: not-allowed;
}


.form-group {
    margin-bottom: 10px;
}

#myaccount .my-account,
#editUserInfo .edit-user-info,
#compositeScore .composite-score,
#userScore .user-score,
#directionsWrapper .directions {
    margin: 10px auto;
}

.button-input,
.button-link,
.button-link:hover {
    font-size: 14px;
    border: 1px solid;
    padding: 8px 16px;
    color: #1CB94E;
    text-decoration: none;
    background: transparent;
}

.right {
    float: right;
}
.left {
    float: left;
}


.question-counter {
    font-weight: bold;
    float: left;
}

.embedded-instruction {
    margin: 10px 0 20px 0;
    font-style: italic;
}



/* Radio buttons Section 1 */
.choices-wrapper .radio-custom + .radio-custom-span:before {
    content: '\f10c';
    color: #1CB94E;
    font-size: 20px;
    padding-left: 10px;
    font-family: 'FontAwesome';
}

.choices-wrapper .radio-custom:checked + .radio-custom-span:before {
    color: #1CB94E;
    font-size: 20px;
    content: "\f05d";
    font-family: 'FontAwesome';
}


/**********************************/
/*   Register User & Login User   */
/**********************************/

#registerUser .register-user,
#userLogin .login-user,
#forgotPassword .forgot-password,
#resetPassword .reset-password {
    width: 400px;
    margin: 60px auto;
    padding: 50px 30px 50px 30px;
    background-color: #F3F3F3;
}

#registerUser .register-user h3,
#userLogin .login-user h3 {
    font-size: 28px;
    padding-bottom: 10px;
    color: #029f5b;
}

#registerUser .register-user h4,
#userLogin .login-user h4 {
    font-size: 20px;
    padding-bottom: 30px;
    color: #029f5b;
}

#registerUser .register-user input,
#userLogin .login-user input,
#forgotPassword .forgot-password input,
#resetPassword .reset-password input {
    width: 100%;
}

#registerUser .signup-button,
#userLogin .signup-button {
    margin-bottom: 4px;
}

#registerUser .signup-login,
#forgotPassword .signup-login {
    float: right;
    outline: none;
}

#userLogin .signup-login .forgot-password {
    float: left;
}
#userLogin .signup-login .register {
    float: right;
}

#userLogin .alert {
    margin: 30px 0 -15px 0;
}





/**********************************/
/*      Register User style       */
/**********************************/

#registerUser .radio-button,
#editUserInfo .radio-button {
    display: inline-block;
    width: 48%
}

#registerUser .radio-male,
#editUserInfo .radio-male {
    margin-right: 1%;
}

#registerUser .radio-female,
#editUserInfo .radio-female {
    margin-left: 1%;
}

#registerUser .radio-button input,
#editUserInfo .radio-button input {
    display: none;
}

#registerUser .radio-button input[type="radio"]:checked ~ label,
#editUserInfo .radio-button input[type="radio"]:checked ~ label {
    color: #FFFFFF;
    border: 1px solid #1CB94E;
    background-color: #1CB94E;
}

#registerUser .radio-button label,
#editUserInfo .radio-button label {
    width: 100%;
    padding: 10px;
    border: 1px solid #CFCFCF;
    cursor: pointer;
    text-align: center;
    background-color: #FFF;
}

/**********************************/
/*       Log In User style        */
/**********************************/




/**********************************/
/*       Take Test style          */
/**********************************/

#testContainer {
    margin-top: 30px;
}

#testContainer .verbal-reasoning {
    padding: 30px 0;
}

/***** Instruction button *****/
#testContainer .show-instructions,
#testContainer .instructions-wrapper .modal-footer .hide-instructions {
    padding: 10px 16px;
    background: transparent;
    border: 1px solid #1CB94E;
    color: #1CB94E;
    font-size: 14px;
    outline: none;
}

#testContainer .show-instructions {
    float: right;
}

#testContainer .instructions-wrapper .modal-footer {
    text-align: center;
}

#testContainer .instructions-wrapper .modal-content {
    border-radius: 0;
}

#testContainer #displayTimer {
    background: transparent;
    border: 1px solid #1CB94E;
    color: #1CB94E;
    font-size: 28px;
    outline: none;
    width: 90px;
    margin: 0 auto;
    text-align: center;
}
/***** Instruction button END *****/


/***** instruction *****/
#testContainer .instructions-wrapper {
    padding-bottom: 30px;
}

#testContainer .instructions-wrapper .start-section-wrapper .start-section {
    text-align: center;
}

#testContainer .instructions-wrapper .instructions {
    padding: 40px 0 10px 0;
}

#testContainer .instructions-wrapper .instructions p {
    font-size: 16px;
}

#testContainer .instructions-wrapper .instructions ul {
    margin: 10px 0 20px 0;
}
#testContainer .instructions-wrapper .instructions table>tbody>tr>td {
    border-top: none;
    vertical-align: bottom;
    text-align: center;
}

#testContainer .instructions-wrapper table .form-control {
    height: 24px;
    padding: 3px 5px;
}

#testContainer .instructions-wrapper table>tbody>tr>td:first-child {
    text-align: left;
    vertical-align: middle;
}

#testContainer .instructions-wrapper .instructions .directions {
    margin: 15px 0 30px 0;
}

#testContainer .instructions-wrapper .instructions .example-container,
#testContainer .visual-skills-test .question-wrapper {
    text-align: center;
    padding: 20px 0 30px 0;
}

#testContainer .instructions-wrapper .instructions .example-container img,
#testContainer .visual-skills-test .question-wrapper img {
    max-width: 380px;
}

#testContainer .instructions-wrapper .instructions .example-container .choices-wrapper,
#testContainer .visual-skills-test .question-wrapper .choices-wrapper {
    width: 350px;
    margin: 0 auto;
    padding: 40px 0;
}

#testContainer .visual-skills-test .question-wrapper .choices-wrapper {
    width: 400px;
}

#testContainer .instructions-wrapper .instructions .example-container .choices-wrapper .choice {
    float: left;
    width: 100px;
    font-size: 18px;
}

#testContainer .instructions-wrapper .instructions .example-container .choices-wrapper .choice i {
    color: #1CB94E;
    font-size: 20px;
}

#testContainer .instructions-wrapper .instructions .example-container .choices-wrapper .choice img,
#testContainer .visual-skills-test .question-wrapper .choices-wrapper .question-choice img {
    width: 100%;
    padding-bottom: 6px;
}

#testContainer .instructions-wrapper .instructions .example-container .choices-wrapper .middle {
    margin: 0 24px;
}

#testContainer .instructions-wrapper .instructions .example-container .choices-wrapper .right-answer {
    border-bottom: 2px solid #1CB94E;
    padding-bottom: 10px;
}

#testContainer .visual-skills-test .question-wrapper .choices-wrapper .question-choice {
    width: 90px;
    float: left;
    margin: 5px;
    border-bottom: 2px solid transparent;
    font-size: 18px;
}

#testContainer .visual-skills-test .question-wrapper .choices-wrapper .question-choice:hover{
    border-bottom: 2px solid #1CB94E;
    cursor: pointer;
}

#testContainer .visual-skills-test .question-wrapper .choices-wrapper input[type="radio"] {
    display: none;
}

#testContainer .visual-skills-test .question-wrapper .choices-wrapper .five-choices {
    width: 70px;
}
/***** instruction END *****/


/***** Attitude Survey, Personal Beliefs Survey & Stress Management Questions *****/
#testContainer .self-report,
#testContainer .stress-management-questions {
    padding: 30px 0;
}

#testContainer .stress-management-questions .submit-sub-section,
#testContainer .dilemmas .submit-sub-section {
    text-align: center;
    padding-top: 20px;
}

#testContainer .self-report table,
#testContainer .stress-management-questions table {
    text-align: center;
}

#testContainer .self-report table thead tr th,
#testContainer .stress-management-questions table thead tr th {
    text-align: center;
    vertical-align: middle;
}

#testContainer .self-report table tr td,
#testContainer .stress-management-questions table tr td {
    vertical-align: middle;
    padding: 4px 8px;
}

#testContainer .self-report table .question-header {
    width: 100px;
}

#testContainer .self-report table .question,
#testContainer .stress-management-questions table .question {
    text-align: left;
}

#testContainer .self-report .radio-custom-label:hover,
#testContainer .stress-management-questions .radio-custom-label:hover {
    cursor: pointer;
}

#testContainer .self-report .radio-custom,
#testContainer .stress-management-questions .radio-custom {
    display: none;
}

#testContainer .self-report .radio-custom + .radio-custom-label:before,
#testContainer .stress-management-questions .radio-custom + .radio-custom-label:before {
    content: '\f10c';
    color: #1CB94E;
    font-size: 20px;
    font-family: 'FontAwesome';
}

#testContainer .self-report .radio-custom:checked + .radio-custom-label:before,
#testContainer .stress-management-questions .radio-custom:checked + .radio-custom-label:before {
    color: #1CB94E;
    font-size: 20px;
    content: "\f05d";
    font-family: 'FontAwesome';
}
/***** Attitude Survey, Personal Beliefs Survey & Stress Management Questions END *****/



/***** Future Values Survey *****/
#testContainer .fscs-container {
    width: 600px;
    margin: 0 auto;
    padding: 10px 0 60px 0;
    text-align: center;
}

#testContainer .fscs-container input[type="radio"] {
    display: none;
}

#testContainer .fscs-container .choices-wrapper .question-choice {
    width: 140px;
    margin: 5px;
    border-bottom: 2px solid transparent;
}

#testContainer .fscs-container .choices-wrapper .question-choice:hover{
    border-bottom: 2px solid #1CB94E;
    cursor: pointer;
}

#testContainer .fscs-container .choices-wrapper .question-choice img {
    height: 70px;
}
/***** Future Values Survey END *****/



/***** Reasoning Skills Test & Decision Making Task *****/
#testContainer .reasoning-skills-test .passage-wrapper,
#testContainer .dilemmas .passage-wrapper {
    margin: 20px 0 30px 0;
}

#testContainer .reasoning-skills-test .passage-wrapper p.passage,
#testContainer .dilemmas .passage-wrapper p.passage {
    text-indent: 40px;
    margin: 20px 0 30px 0;
}

#testContainer .reasoning-skills-test .passage-wrapper .question-wrapper-ar .submit-sub-section {
    text-align: center;
    padding-top: 20px;
}

#testContainer .reasoning-skills-test .passage-wrapper .question-wrapper-ar .submit-sub-section input  {
    width: 120px;
}

#testContainer .reasoning-skills-test .passage-wrapper .question-wrapper-ar,
#testContainer .dilemmas .passage-wrapper .question-wrapper {
    margin: 0 40px;
}

#testContainer .reasoning-skills-test .passage-wrapper .question-wrapper-ar h4,
#testContainer .dilemmas .passage-wrapper .question-wrapper h4 {
    font-size: 14px;
    padding-bottom: 10px;
}

#testContainer .reasoning-skills-test .passage-wrapper .question-wrapper-ar ol,
#testContainer .dilemmas .passage-wrapper .question-wrapper ol,
#testContainer .verbal-reasoning .question-wrapper ol {
    margin-bottom: 20px;
}

#testContainer .reasoning-skills-test .passage-wrapper .question-wrapper-ar ol label:hover,
#testContainer .dilemmas .passage-wrapper .question-wrapper ol label:hover,
#testContainer .verbal-reasoning .question-wrapper ol label:hover {
    font-weight: bold;
    cursor: pointer;
}

#testContainer .reasoning-skills-test .passage-wrapper .question-wrapper-ar input[type="radio"],
#testContainer .dilemmas .passage-wrapper .question-wrapper input[type="radio"],
#testContainer .verbal-reasoning .question-wrapper input[type="radio"] {
    display: none;
}

#testContainer .reasoning-skills-test .passage-wrapper .question-wrapper-ar ol input[type="radio"]:checked + label,
#testContainer .dilemmas .passage-wrapper .question-wrapper ol input[type="radio"]:checked + label,
#testContainer .verbal-reasoning .question-wrapper ol input[type="radio"]:checked + label {
    font-weight: bold;
}

#testContainer .verbal-reasoning .radio-custom + .radio-custom-label:before,
#testContainer .dilemmas .radio-custom + .radio-custom-label:before {
    content: '\f10c';
    color: #1CB94E;
    font-size: 16px;
    font-family: 'FontAwesome';
}

#testContainer .verbal-reasoning .radio-custom:checked + .radio-custom-label:before,
#testContainer .dilemmas .radio-custom:checked + .radio-custom-label:before {
    color: #1CB94E;
    font-size: 16px;
    content: "\f05d";
    font-family: 'FontAwesome';
}

/***** Reasoning Skills Test & Decision Making Task END *****/



/***** Coding Test *****/
#testContainer .codding-test .key-wrapper {
    padding: 20px 0;
}

#testContainer .codding-test .key-wrapper table,
#testContainer .codding-test .key-wrapper .question table {
    text-align: center;
    margin-bottom: 0;
}

#testContainer .codding-test .key-wrapper table.table-key {
    margin: 20px 0;
}

#testContainer .codding-test .key-wrapper table.table-key tbody>tr>td {
    width: 20%;
}

#testContainer .codding-test .key-wrapper .question {
    padding: 10px 0;
}

#testContainer .codding-test .key-wrapper .question .word {
    text-align: left;
    padding-left: 40px;
}

#testContainer .codding-test .key-wrapper .question .submit-wrapper,
#testContainer .verbal-reasoning .submit-wrapper {
    text-align: center;
    padding-top: 40px;
}

#testContainer .codding-test .key-wrapper .question table>tbody>tr>td {
    border-top: none;
    vertical-align: bottom;
    width: 16.5%;
}

#testContainer .codding-test .key-wrapper .question table input[type="radio"] {
    display: none;
}


#testContainer .codding-test .question .choices-wrapper label {
    border-bottom: 2px solid transparent;
}

#testContainer .codding-test .question .choices-wrapper label:hover{
    border-bottom: 2px solid #1CB94E;
    cursor: pointer;
}

#testContainer .codding-test .question .choices-wrapper .radio-custom + .radio-custom-span:before {
    content: '\f10c';
    color: #1CB94E;
    font-size: 16px;
    padding-left: 0;
    font-family: 'FontAwesome';
}

#testContainer .codding-test .question .choices-wrapper .radio-custom:checked + .radio-custom-span:before {
    color: #1CB94E;
    font-size: 16px;
    content: "\f05d";
    font-family: 'FontAwesome';
}

#testContainer .instructions-wrapper .instructions .example i {
    color: #1CB94E;
    font-size: 16px;
}
/***** Coding Test END *****/



/***** Decision Making Task *****/
#testContainer .dilemmas .passage-wrapper .question-wrapper table {
    text-align: center;
}

#testContainer .dilemmas .passage-wrapper .question-wrapper table thead tr th {
    text-align: center;
    vertical-align: middle;
}

#testContainer .dilemmas .passage-wrapper .question-wrapper table .question {
    text-align: left;
}

#testContainer .dilemmas .passage-wrapper .question-wrapper table .ranking-header {
    width: 80px;
}
#testContainer .dilemmas .passage-wrapper .question-wrapper table .question-ranking select {
    display: inline;
    height: 24px;
    border: 1px solid #BABABA;
    padding: 3px 6px;
}
/***** Decision Making Task END *****/



/**********************************/
/*      My account style          */
/**********************************/

/***** General style for my account page *****/
#displayMessage {
    text-align: center;
    padding: 10px;
    position: absolute;
    width: 320px;
    margin: 0 330px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: #95a5a6 0px 0px 6px 2px;
    z-index: 9;
    display: none;
}

/***** My info page *****/
#myaccount .my-info {
    text-align: center;
}

#myaccount .my-info .user-info .user-info-left {
    width: 50%;
    padding: 20px 10px;
    float: left;
    text-align: right;
}

#myaccount .my-info .user-info .user-info-right {
    width: 50%;
    padding: 20px 0;
    float: right;
    text-align: left;
}

#myaccount .my-info .edit-info {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #1CB94E;
    color: #1CB94E;
    font-size: 14px;
    outline: none;
}
/***** My info page END *****/



/***** All users page *****/
#myaccount .all-users h4 {
    text-align: center;
}

#myaccount .all-users h5 {
    color: #FFF;
    padding: 10px;
}

#myaccount .all-users .user-heading {
    background-color: #167F92;
    color: #FFF;
}

#myaccount .all-users .user-heading .delete-user {
    float: right;
    visibility: hidden;
    font-size: 18px;
}

#myaccount .all-users .user-heading a:hover .delete-user {
    visibility: visible;
}


#myaccount .all-users .user-heading .admin {
    border: 1px solid #FFFFFF;
    padding: 3px 6px;
    border-radius: 4px;
    float: right;
    margin: -2px 5px 0 5px;
    font-size: 12px;
}


#myaccount .all-users .panel-group .panel {
    border-radius: 0;
    border: none;
}

#myaccount .all-users .panel-body {
    border: 1px solid #D9E4E6;
}

#myaccount .all-users .panel .table>tbody>tr:nth-of-type(odd) {
    background-color: #E2F0E6;
}

#myaccount .all-users .panel .table>tbody>tr:nth-child(even) {
    background: transparent;
}

#myaccount .all-users .panel {
    margin-top: 1px;
}

#myaccount .all-users .panel-body {
    padding: 0;
}

#myaccount .all-users .panel-body .table {
    margin-bottom: 0;
}

#myaccount .all-users .panel-body .table tr:first-child td {
    border-top: 0;
}

#myaccount .all-users .panel-body .table .first-child {
    width: 30%;
}

#viewingYear {
    float: left;
    padding-left: 10px;
}

.nav-tabs>li>a {
    background: none;
    border: none;
    border-bottom: solid 1px #ddd;
    color: #999;
    margin: 0;
    font-size: 16px;
}
.nav-tabs>li>a:hover {
    background: none;
    border-bottom: solid 1px #000;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: solid 1px #000;
}
/***** All users page END *****/


/***** All tests page *****/
#myaccount .my-account select.years {
    border: 1px solid #1CB94E;
    width: 70px;
    display: inline;
    cursor: pointer;
    height: 38px;
}

#myaccount .my-account .table-tests .delete-test {
    float: left;
    visibility: hidden;
    cursor: pointer;
    color: #1CB94E;
}

#myaccount .my-account .table-tests .delete-test i {
    font-size: 18px;
}

#myaccount .my-account .table-tests tr:hover .delete-test {
    visibility: visible;
}

#myaccount .my-account .delete-test-modal .modal-content,
#myaccount .my-account .delete-user-modal .modal-content {
    border-radius: 20px;
}

#myaccount .my-account .delete-test-modal .modal-content .modal-footer,
#myaccount .my-account .delete-user-modal .modal-content .modal-footer {
    text-align: center;
}

#myaccount .my-account .delete-test-modal .modal-content .modal-footer .button-input,
#myaccount .my-account .delete-user-modal .modal-content .modal-footer .button-input {
    margin: 0 5px;
}

#myaccount .my-account .delete-test-modal .modal-content .modal-footer .button-input:hover,
#myaccount .my-account .delete-user-modal .modal-content .modal-footer .button-input:hover {
    color: #FFFFFF;
    background: #1CB94E;
}

#myaccount .my-account .delete-test-modal .modal-content .modal-body span,
#myaccount .my-account .delete-user-modal .modal-content .modal-body span {
    font-weight: bold;
}
/***** All tests page END *****/


/**********************************/
/*      Edit user info style      */
/**********************************/
#editUserInfo .edit-user-info {
    width: 600px;
    text-align: center;
}

#editUserInfo .edit-user-info input {
    width: 100%;
}

#editUserInfo .edit-user-info .form-group .btn-submit {
    width: 160px;
}

#userScore .composite-score,
#compositeScore .go-to-my-account {
    float: left;
}

#myaccount .admin-log-out {
    color: #999;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: none;
    font-size: 16px;
    float: right;
}

#myaccount .admin-log-out:hover {
    color: #1CB94E;
    border-bottom: 1px solid #1CB94E;
}

#editUserInfo .edit-user-info .form-control {
    height: 38px;
}

#editUserInfo .edit-user-info .birthday .form-control {
    width: 32%;
    display: inline;
    height: 38px;
}

#editUserInfo .edit-user-info select {
    border-radius: 0;
    box-shadow: none !important;
}

#myaccount .my-account .nav {
    padding-left: 395px;
    border-bottom: 1px solid #ddd;
}

#myaccount .my-account .nav-tabs li.active a,
#myaccount .my-account .nav-tabs li.active a:focus,
#myaccount .my-account .nav-tabs li.active a:hover,
#myaccount .my-account .nav-tabs li a:hover {
    color: #1CB94E;
    border-bottom: solid 1px #1CB94E;
}

#myaccount .my-account .tab-content {
    padding-top: 20px;
}


#myaccount .my-account h3 {
    text-align: center;
    padding-bottom: 20px;
}


/***** View all test table *****/

/***** Attributes weight table *****/
#attributeWeightWrapper {
    display: none;
}

#showHideAttWeight {
    float: right;
    margin-bottom: 15px;
    color: #1CB94E;
    font-size: 16px;
}

#showHideAttWeight:hover {
    cursor: pointer;
}

#myaccount .attribute-actions {
    width: 200px;
    text-align: center;
    float: right;
    margin: 40px 30px;
}

#myaccount .attribute-actions span {
    font-size: 22px;
    cursor: pointer;
    color: #1CB94E;
}

#myaccount .attribute-actions span.reset-composite-scores {
    visibility: hidden;
}

#myaccount table.composite-score {
    width: 650px;
    border: 1px solid #1CB94E;
    margin: 0 0 30px 0;
}

#myaccount table.composite-score tr th {
    padding: 5px 10px;
    background-color: #E2F0E6;
    text-align: center;
}

#myaccount table.composite-score tr td {
    padding: 5px 10px;
    text-align: left;
    border-top: 1px solid #1CB94E;
    border-bottom: 1px solid #1CB94E;
}

#myaccount table.composite-score td.range {
    width: 250px;
}

#myaccount table.composite-score td.weight {
    width: 50px;
}

#myaccount table.composite-score .rangeslider__fill {
    background: #1CB94E;
}
/***** Score table END *****/



#myaccount .my-account table.table-tests {
    margin-top: 10px;
    width: 100%;
    border: solid 1px #1CB94E;
}

#myaccount .my-account table.table-tests thead tr td {
    padding: 5px 10px;
    width: 20%;
}
#myaccount .my-account table.table-tests thead tr th {
    padding: 5px;
    text-align: left;
    border-right: 1px solid #1CB94E;
    border-bottom: none;
    background-color: #E2F0E6;
}
#myaccount .my-account table.table-tests thead tr th:last-child {
    border-right: none;
}

#myaccount .my-account table.table-tests tr td {
    border-top: solid 1px #1CB94E;
    padding: 5px;
    width: 170px;
}

#myaccount .my-account table.table-tests tr:nth-child(even) {
    background: rgb(240, 240, 240);
}

#myaccount .my-account table.table-tests tr:hover {
    background: #E2F0E6;
}

#myaccount .my-account table.table-tests tr td.time {
    width: 160px;
}
#myaccount .my-account table.table-tests tr td.intellect {
    width: 70px;
}

#myaccount .my-account table.table-tests tr td.score-td {
    width: 90px;
}

#myaccount .my-account table.table-tests tr td.view-score-td {
    text-align: right;
    width: 130px;
}
#myaccount .my-account table.table-tests tr td.view-score-td input {
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: #1CB94E;
    outline: none;
}

#myaccount .my-account table.table-tests td.score,
#myaccount .my-account table.table-tests td.ethnicity {
    width: 90px;
}

#allTestsTable_filter input {
    border: 1px solid #1CB94E;
    padding: 12px;
    border-radius: 0;
    font-size: 16px;
    width: 200px;
}
#allTestsTable_length select {
    padding: 0 5px;
    width: 60px;
    border-radius: 0px;
    border: 1px solid #1CB94E;
}
.pagination {
    margin: 10px 0;
}
.pagination>li>a,
.pagination>li>span {
    color: #1CB94E;
    border: 1px solid #1CB94E;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #1CB94E;
    border-color: #1CB94E;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    border-color: #1CB94E;
}
.pagination>li>a:focus,
.pagination>li>a:hover {
    border-color: #1CB94E;
}

/***** View all test table END *****/



/**********************************/
/*       User's score style       */
/**********************************/
#userScore .user-score h3 {
    text-align: center;
}

#userScore .user-score hr {
    margin-bottom: 10px;
}


/***** Attributes graph *****/
#userScore .user-score .graph-wrapper {
    width: 100%;
    padding: 20px 0 30px 0;
}

#userScore .user-score .attributes {
    width: 18%;
    float: left;
}

#userScore .user-score .attributes ul {
    text-align: right;
    list-style-type: none;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
#userScore .user-score .attributes ul li {
    padding-bottom: 6px;
}

#userScore .user-score .graph-barBack {
    width: 100%;
    background: #EEEEEE;
}

#userScore .user-score .graph {
    width: 82%;
    float: right;
}

#userScore .user-score .graph-bar {
    background: white;
    width: 100%;
    max-width: 0;
    margin-bottom: 6px;
}

#userScore .user-score .percentage {
    color: #FFFFFF;
    padding: 0 10px;
    text-align: right;
    background: #1CB94E;
}
/***** Attributes graph END *****/


/***** Table view score *****/
#userScore .user-score table {
    width: 100%;
    border: 1px solid #1CB94E;
    margin-bottom: 10px;
}

#userScore .user-score table tr th {
    padding: 5px 10px;
    background-color: #E2F0E6;
}

#userScore .user-score table tr td {
    width: 18%;
    padding: 5px 10px;
    text-align: center;
    border-top: 1px solid #1CB94E;
    border-bottom: 1px solid #1CB94E;
}

#userScore .user-score table tr td:first-child {
    width: 28%;
    text-align: left;
}

#userScore .user-score table tr:last-child {
    background: #FBE3E2;
}
/***** Table view score END *****/


/***** Table attributes *****/
#userScore .user-score table.percentile tr th {
    text-align: center;
}

#userScore .user-score table.percentile tr td {
    width: 25%;
    text-align: left;
}

#userScore .user-score table.percentile tr td:last-child {
    border-right: 1px solid #1CB94E;
}

#userScore .user-score table.percentile tr:last-child {
    background: transparent;
}
/***** Table attributes END *****/



/***** Show-hide percentile & user's score *****/
#userScore .user-score .table-wrapper .score-detail-wrapper {
    display:none;
}

#userScore .user-score .table-wrapper .show-hide span:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 100;
}

#userScore .user-score .table-wrapper .show-hide-score,
#userScore .user-score .table-wrapper .hide-score {
    text-align: center;
    padding: 20px;
}

#userScore .user-score .table-wrapper .show-hide-score a,
#userScore .user-score .table-wrapper .hide-score a {
    font-size: 18px;
    font-weight: 200;
    color: #1CB94E;
}

#userScore .user-score .table-wrapper .show-hide-score a:hover,
#userScore .user-score .table-wrapper .hide-score a:hover {
    cursor: pointer;
}
/***** Show-hide percentile & user's score END *****/

#userScore .user-score .print-btn {
    margin-left: 4px;
}






/**********************************/
/*     Composite score style      */
/**********************************/
#compositeScore .composite-score h3 {
    text-align: center;
}

#compositeScore .composite-score hr {
    margin-bottom: 10px;
}


/***** Score table *****/
#compositeScore .composite-score table {
    width: 100%;
    border: 1px solid #1CB94E;
    margin: 30px 0;
}

#compositeScore .composite-score table tr th {
    padding: 5px 10px;
    background-color: #E2F0E6;
    text-align: center;
}

#compositeScore .composite-score table tr td {
    padding: 5px 10px;
    text-align: left;
    border-top: 1px solid #1CB94E;
    border-bottom: 1px solid #1CB94E;
}

#compositeScore .composite-score table td:last-child {
    border-right: 1px solid #1CB94E;
}
/***** Score table END *****/

/***** Composite score table *****/
#compositeScore .composite-score table.composite-score {
    width: 600px;
}

#compositeScore .composite-score table.composite-score .rangeslider__fill {
    background: #1CB94E;
}

#compositeScore .composite-score table.composite-score td.weight,
#compositeScore .composite-score table.composite-score td.percentile {
    width: 50px;
}

#compositeScore .composite-score table.composite-score td.slider {
    width: 180px;
}

#compositeScore .composite-score table.composite-score td:nth-child(even) {
    text-align: center;
}

#compositeScore .composite-score table.composite-score td:last-child {
    border-right: 1px solid #1CB94E;
}
/***** Composite score table END *****/


/***** Display composite score result *****/
#compositeScore .composite-score .score-wrapper {
    width: 300px;
    height: auto;
    float: right;
    margin-top: 40px;
}

#compositeScore .composite-score .score-wrapper .top {
    color: #1CB94E;
    text-align: center;
}

#compositeScore .composite-score .score-wrapper .top span {
    font-size: 22px;
    cursor: pointer;
}
#compositeScore .composite-score .score-wrapper .top span.reset-score {
    font-size: 18px;
    line-height: 32px;
    visibility: hidden;
}

#compositeScore .composite-score .score-wrapper .bottom {
    height: auto;
    width: 100%;
    padding: 50px 10px 10px 10px;
}

#compositeScore .composite-score .score-wrapper .progress-wrapper {
    height: 160px;
    width: 160px;
    margin: 0 auto;
    visibility: hidden;
}

#compositeScore .composite-score .score-wrapper .progress-circle {
    transform: rotate(-90deg);
    width: 160px;
    height: 160px;
}

#compositeScore .composite-score .score-wrapper .progress-circle-back {
    fill: none;
    stroke: #D2D2D2;
    stroke-width:10px;
}

#compositeScore .composite-score .score-wrapper .progress-circle-prog {
    fill: none;
    stroke: #1CB94E;
    stroke-width: 10px;
    stroke-dasharray: 0 999;
    stroke-dashoffset: 0px;
    transition: stroke-dasharray 0.7s linear 0s;
}

#compositeScore .composite-score .score-wrapper .progress-text {
    text-align: center;
    margin-top: -116px;
    color: #1CB94E;
}

#compositeScore .composite-score .score-wrapper .progress-number {
    font-size: 48px;
    line-height: 46px
}

#compositeScore .composite-score .score-wrapper .progress-label {
    font-size: 14px;
}
/***** Display composite score result END *****/







/***** Directions page *****/
#directionsWrapper .directions h3 {
    text-align: center;
    padding-bottom: 30px;
}

#directionsWrapper .directions p {
    font-size: 16px;
}

#directionsWrapper .pdpa-btn-wrapper,
#directionsWrapper .start-test-btn-wrapper {
    text-align: center;
    padding: 20px 0 30px 0;
}
/***** Directions page END *****/

/***** PDAP *****/
#pdpaModal .modal-content {
    padding: 15px 5px 0 15px;
}

#pdpaModal .modal-content hr {
    margin: 10px 0;
}

#pdpaModal .modal-content .modal-body {
    height: 400px;
    overflow-y: auto;
    padding: 0px;
}

#pdpaModal .modal-content .modal-body h4 {
    text-align: center;
}

#pdpaModal .modal-content .modal-footer {
    padding: 18px 0;
}
#pdpaModal .modal-content .modal-footer .pdpa-agreed {
    padding: 10px;
    text-align: center;
    color: #4F8A10;
    background-color: #DFF2BF;
}
#pdpaModal .modal-content .modal-footer .pdpa-agreed strong {
    padding-left: 20px;
}

#pdpaModal .modal-content .modal-footer .agree,
#pdpaModal .modal-content .modal-footer .disagree {
    width: 50%;
    text-align: right;
}
#pdpaModal .modal-content .modal-footer .disagree {
    padding: 9px 0;
    text-align: left;
}

#pdpaModal .modal-content .modal-footer .btn-agree {
    margin-right: 20px;
}
#pdpaModal .modal-content .modal-footer .btn-disagree {
    padding: 10px 16px;
}
/***** PDAP END *****/



#exportAllDataBtn input,
#exportUserData input {
    padding: 3px 10px;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
}

#exportAllDataBtn input:hover,
#exportUserData input:hover {
    background: #1CB94E;
}

#exportAllDataBtn .dropdown-menu .divider {
    margin: 0;
}