.tempBorder {
    border: 1px solid red;
}
html {
    height: 100%;
    overflow: auto;
}
body {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",-apple-system,BlinkMacSystemFont,"Segoe UI";
    font-size: 1.25rem;
    line-height: 1.4;
    min-height: 100%;
    overflow: auto;
}
body.modal-open {
    padding-right: 0px !important;
}
.btn {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",-apple-system,BlinkMacSystemFont,"Segoe UI";
    font-size: 1.25rem;
    line-height: 1.4;
}
a {
    color: #4a81c2;
}
.text-nav-style {
    font-size: 26px !important;    
}
.navActive {
    font-weight: bold;
}
footer {
    width: 100%;
    background-color: #214559 !important;
    position: sticky;
    bottom: 0;
    min-height: 8vh;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.padding20 {
    padding: 20px;
}
.modal .modal-body {
    overflow-y: auto;
    max-height: 570px;
}
.modal-backdrop {
    background-color: transparent;
 }
 .modalShadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.modalLearnPoint {
    background-color: #293856;
    opacity: 0.85;
    color: #fff;
    padding: 20px;
    font-size: 1.2rem;
}
.modalLearnPoint a {
    color: #f19200;
} 
.learnPointLinkRow {
    display: flex;
    flex-direction: row;
    padding: 3px;
}
.learnPointLink {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.learnPointLinkVisited {
    color: #4267b3;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.learnPointLink:hover, .learnPointLinkVisited:hover {
    color: #7da7d9;
}
.learnPointRightArrow {
    height: 25px; 
    padding-right: 7px; 
}

.homepage-description{
    padding-left: 50px;
    padding-right: 50px;
}
.homePageHeader {
    margin: 30px 0px 0px 0px;
}
.homePageText {
    padding: 1rem !important;
}
.homePageIfu {
    margin: 10px 0px 0px 0px;
}
.homePageIfuText {
    padding: 2rem 1rem 1rem 1rem !important;
    font-size: 0.9rem;
}

.card-index {
    margin: 15px;
    width: 18rem !important;
    border: 2px solid black;
}
.homeCardAnchor, .homeCardAnchor:hover, .homeCardAnchor:active, .homeCardAnchor:visited {
    text-decoration: none;
    color: #000;
}
.practiceCardAnchor, .practiceCardAnchor:hover, .practiceCardAnchor:active, .practiceCardAnchor:visited {
    text-decoration: none;
    color: #000;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}

/* 
style for Alert Pop
*/
.alert-pop-up {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
    justify-content: center;
    align-items: center;
  }
  
  .alert-pop-up-content {
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 7px;
    font-size: 18px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
  
  .alert-pop-up-button {
    margin: 5px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
  }
  
  .modal-button:hover {
    background-color: #0056b3;
  }

/* 
end of style for Alert Pop
*/



.scenarioContent {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.scenarioContentLeft {
    display: flex;
    flex-direction: column;
    min-width: 500px !important;
    background-color: #f2f2f2;
    border-right: 1px solid #000;
    padding: 10px 2% 2% 2%;
}
.scenarioContentLeft .breadcrumb {
    background-color: #f2f2f2;
} 

.scenarioStepTitle {
    padding-left: 1rem;
}
.scenarioStepDescription {
    height: 500px !important;
    overflow: auto;
}
.mediaContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 734px;
    min-width: 800px;
    overflow: hidden;
}
.mediaIconImageContainer, .practiceMedia  {
    max-width: 800px;
}
.mediaIconImageContainer {
    position: relative;
}
.mediaIconImageOverlay {
    position: absolute;
    cursor: pointer;
}

.scenarioNavButtonsRow {
    display: flex;
    flex-direction: row;
}
.mediaDecision {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.dpImageAlignStart {
    text-align: start;
}
.dpImageAlignEnd {
    text-align: end;
}
.dpImage {
    width: 90%;
    max-width: 385px;
    padding: 1rem;  
    cursor: pointer;  
}


.btn-block {
    margin: 20px;
    padding: 30px;
}
.fontWeight400 {
    font-weight: 400;
}
.fontWeight500 {
    font-weight: 500;
}

.card-title-index {
    border-bottom: 2px solid black;
    background: #d90808;
    color: white;
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    padding: 5px;
}

.text-nav-style {
    color: #214559 !important;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 15px;
}

.text-footer-style {
    padding-left: 40px;
}

.text-muted {
    color: white !important;
}

.disabled {
    cursor: default;
    pointer-events: none;
}

.ntswBtn {
    cursor: pointer;
    height: 35px;
    width: 141px;
    border: none;
    background-size: 100% !important;
}
.ntswBtn:focus {
    outline: 0;
}
.ntswPreviousBtn {
    background: url(/static/images/UI-previous.webp) no-repeat;
}
.ntswPreviousBtn:hover {
    background: url(/static/images/UI-previous-hover.webp) no-repeat;
}
.ntswNextBtn {
    background: url(/static/images/UI-next.webp) no-repeat;
}
.ntswNextBtn:hover {
    background: url(/static/images/UI-next-hover.webp) no-repeat;
}
.ntswTryAgainBtn {
    background: url(/static/images/UI-tryagain.webp) no-repeat;
}
.ntswTryAgainBtn:hover {
    background: url(/static/images/UI-tryagain-hover.webp) no-repeat;
}
.ntswFinishBtn {
    background: url(/static/images/UI-finish.webp) no-repeat;
}
.ntswFinishBtn:hover {
    background: url(/static/images/UI-finish-hover.webp) no-repeat;
}
.ntswRetakeQuizBtn {
    background: url(/static/images/UI-retake.webp) no-repeat;
}
.ntswRetakeQuizBtn:hover {
    background: url(/static/images/UI-retake-hover.webp) no-repeat;
}
.ntswPrintBtn {
    background: url(/static/images/UI-print.webp) no-repeat;
}
.ntswPrintBtn:hover {
    background: url(/static/images/UI-print-hover.webp) no-repeat;
}
.ntswIncreaseBtn {
    background: url(/static/images/UI-increase.webp) no-repeat;
}
.ntswIncreaseBtn:hover {
    background: url(/static/images/UI-increase-hover.webp) no-repeat;
}
.ntswDecreaseBtn {
    background: url(/static/images/UI-decrease.webp) no-repeat;
}
.ntswDecreaseBtn:hover {
    background: url(/static/images/UI-decrease-hover.webp) no-repeat;
}
.ntswStartBtn {
    background: url(/static/images/UI-start.webp) no-repeat;
}
.ntswStartBtn:hover {
    background: url(/static/images/UI-start-hover.webp) no-repeat;
}
.ntswConfirmBtn {
    background: url(/static/images/UI-confirm.webp) no-repeat;
}
.ntswConfirmBtn:hover {
    background: url(/static/images/UI-confirm-hover.webp) no-repeat;
}
.audioBtn {
    background: #f2f2f2 !important;
    outline: none !important;
    align-self: center;
    border: none !important;
    cursor: pointer;
}
.dpQuestionBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    height: 145px;
    width: 540px;
    margin: 10px;
    padding: 30px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #7da7d9;
    border-color: #7da7d9;
    border: 0px solid transparent;
    border-radius: 0.3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
}
.dpQuestionBtn:hover {
    background-color: #6485ad;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.dpQuestionContainer {
    display: flex; 
    flex-direction: row;
}
.dpQuestionNo {
    padding-right: 10px;
    font-weight: 500;
}
.dpQuestionText {
    display: flex; 
    flex-wrap: wrap; 
    text-align: left;
}


/* ----------------------------- */
/* Pearls                        */
/* ----------------------------- */
.pearlsContainer {
    position: fixed;
    color: #fff;
    background-color: #293856;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 2px;
    border-color: #214559;
    padding: 40px;
    overflow: auto;
    max-height: 70%;
}
.pearlsTitle {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 10px;;
}
.pearlsBtnRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 20px;
}

/* ----------------------------- */
/* End: Technical Pearls         */
/* ----------------------------- */

/* ----------------------------- */
/* Knowledge Check               */
/* ----------------------------- */
.kcContainer {
    position: fixed;
    height: 500px;
    width: 700px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 2px;
    border-color: #214559;
    padding: 20px;
    overflow: auto;
}
/* Change the height & width to 100% on small screens */ 
@media screen and (max-width: 576px) {
    .kcContainer {
        width: 96%;
    }
}
@media screen and (max-width: 414px) {
    .kcContainer {
        height: 75%;
    }
}
.kcQuestionsAndAnswers {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px 20px;
    font-size: 1.2rem;
}
.kcTitle {
    text-align: center;
    font-size: 1.6rem;
}
.kcInstructions {
    text-align: center;
    font-size: 1.0rem;
    color: #6495ED;
    margin-bottom: 15px;
}
.kcQuestion {
    font-size: 1.3rem;
    margin-bottom: 25px
}
.kcAnswersContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: end;
    font-size: 1.2rem;
    padding: 0px 20px;
}
.kcAnswerRow {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 5px;
}
.kcAnswerLabel {
    display: flex;
    flex-direction: row;
    cursor: pointer
}
.kcAnswerLetter {
    font-weight: bold;
    padding-right: 10px;
}
.kcAnswerText {
    text-align: left;
}
.kcExplanationContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px 20px;
}
.kcExplanation {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
}
.kcExplanationBtnRow {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.kcExplanationTitle {
    margin-bottom: 25px;
    margin-top: 20px;
}
.kcExplanationTextContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: end;
    font-size: 1.2rem;
}
.kcExplanationText {
    width: 100%;    
    text-align: left;
}
.noteContainer {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 20px;
    align-items: start;
}
.noteIcon {
    padding-right: 15px;
}
.noteText {
    font-size: 1.2rem;
}

.correctResponse {
    color:#22B14C;
}
.incorrectResponse {
    color: #d90808;
}
.tempBorder {
    border-style: solid;
    border-width: 1px;
    border-color: red;
}
/* ----------------------------- */
/* End: Knowledge Check          */
/* ----------------------------- */

/* ----------------------------- */
/*     References                */
/* ----------------------------- */
.refRowHeading {
    vertical-align: top; 
}
.refRowHeadingNowrap {
    vertical-align: top !important; 
    white-space: nowrap;
}
.refRow {
    text-align: left;
}
/* ----------------------------- */
/* END: References               */     
/* ----------------------------- */


/* ----------------------------- */
/* Learn                         */
/* ----------------------------- */
.lessonCardAnchor, .lessonCardAnchor:active, .lessonCardAnchor:hover, .lessonCardAnchor:visited {
    text-decoration: none;
    color: #000;
}
.videoPlayerContainer {
    display: flex;
    flex-direction: column  ;
    width: 90%;
    height: 90%;
    align-items: center;
    align-self: center;
}
.lessonTitle {
    padding: 0rem 1.25rem;
}
/* Hide the Plyr volume control on small screens */ 
@media screen and (max-width: 425px) {
    .plyr__volume input[type=range] {
        display: none; 
    }
}


/* ----------------------------- */
/* END: Learn                    */
/* ----------------------------- */



/* ----------------------------- */
/* Quiz (Test)                   */
/* ----------------------------- */
.quizModalContent {
    padding: 20px;
} 
.quizCardBody {
    padding: 40px;
}
.quizContainer {
    padding-bottom: 15px;
}
.quizPageCol {
    padding: 15px;
}
.quizNavButtons {
    padding-top: 40px;
}
@media screen and (max-height: 915px) {
    .quizNavButtons {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.quizQuestions {
        min-height: 409px;
}
.questionContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 1.5rem;
    text-align: left;
}
.quizQuestion {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.questionNo {
    display: flex;
    width: 40px;
    min-width: 25px;
    padding-left: 5px;
}
.questionText {
    padding-left: 5px;
}
.answersContainer {
    display: flex;
    flex-direction: column;
    width:  90%;
    align-self: end;
    padding-top: 20px;
    font-size: 1.3rem;
    min-height: 225px;
}
.answerRow {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
}
.answerLabel {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.answerLetter {
    font-weight: bold;
    padding-right: 5px;
}
.answerRadio {
    padding-right: 10px;
    cursor: pointer;
}
input[type="radio"] {
    cursor: pointer;
}
.answerText {
    text-align: left;
}
.matchAnswersContainer {
    display: flex;
    flex-direction: column;
    width:  90%;
    align-self: end;
    padding-top: 20px;
    font-size: 1.3rem;
    min-height: 225px;
}
.matchQuestion {
    display: flex;
    flex-direction: row;
    width: 33%;
    align-self: start;
    font-size: 1.3rem;
}
.matchAnswer {
    display: flex;
    flex-direction: row;
    width: 66%;
    align-self: start;
    font-size: 1.3rem;
}
.matchSelectPicker {
    font-size: 1.3rem;
}

@media screen and (max-width: 414px) {
    .answersContainer, .matchAnswersContainer, .matchQuestion, .matchAnswer, .matchSelectPicker {
        font-size: 0.9rem;
    }
    .questionContainer {
        font-size: 1.2rem;
    }
}

.quizSummaryCard {
    padding: 60px;
}
.quizSummaryQuestionContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
}
.quizSummaryQuestion {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 15px;
    text-align: left;
}
.quizSummaryQuestionNo {
    display: flex;
    width: 40px;
    font-size: 1.2rem;
}
.quizSummaryQuestionText {
    display: flex;
    font-size: 1.2rem;
}
.quizSummaryAnswers {
    display: flex;
    flex-direction: row;
    width: 95%;
    padding-left: 75px;
    justify-content: flex-start;
    font-size: 1.2rem;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .quizSummaryAnswers {
        width: 100%;
        padding-left: 20px;
    }
}

.quizSummaryAnswerLabel {
    display: flex;
    font-size: 1.2rem;
}
.quizSummaryAnswerText {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
    .quizSummaryAnswerText {
        padding-left: 10px;
    }
}
.summaryAnswer {
    padding-bottom: 10px;
}
.quizSummaryNavButtons {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media screen and (max-height: 1368px) {
    .quizSummaryNavButtons {
        padding-bottom: 100px;
    }
}

@media print {
    .testTabTitle {
        display: none;
    }
    .breadcrumb {
        display: none;
    }
    .quizSummaryCard {
        padding: 20px;
    }
    .quizSummaryNavButtons {
        display: none;
    }
    .footer {
        display: none;
    }
}
/* ----------------------------- */
/* End: Test/Quiz                */
/* ----------------------------- */

/* ----------------------------- */
/* Disclaimer                    */
/* ----------------------------- */
.disclaimerContainer {
    position: fixed;
    color: #000;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 2px;
    border-color: #000;
    padding: 50px 80px;
    overflow: auto;
}
.disclaimerWarningIcon {
    padding-right: 15px;
}
.disclaimerTitle {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 10px;;
}
.disclaimerText {
    font-size: 1rem;
}
@media screen and (max-width: 916px), screen and (max-height: 515px) {
    .disclaimerText {
        height: 200px;
        overflow: auto;
    }
    .disclaimerContainer {
        padding: 35px 50px;
    }
}
.disclaimerBtnRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 20px;
}
/* ----------------------------- */
/* End: Disclaimer               */
/* ----------------------------- */
