/*
#bottomBar {
    
    height: 47px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
}*/

#modalFooterHolder {
    width:100%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #cc6600;
}
.nav-pills .nav-link {
    font-weight:600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: black;
}

.userInstruction {
    background-color: #fff;
    text-align: left;
    padding: 5px;
}

body {
    overflow: scroll;
}

tblAlternate tr:nth-child(even) {background: #CCC}

.videoLink {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.controllerCopy {
    max-width: 400px;
}

.UIS_mcq_questionHeader {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mcq_selectedAnswer {
    background-color: #ffe;
}
.mcq_incorrectAnswer {
    background-color: #ff0000;
}
.mcq_correctAnswer {
    background-color: #00ff00;
}

.mcq_checkbox {
    margin-right: 0.5rem;
}

.mcq_answerOuter {
    cursor: pointer;
    cursor: hand;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-size: large;
}

#mcq_questionText {
    font-weight: bold;
    font-size: large;
    margin-bottom: 1rem;
}
#mcq_template {
    padding-top: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.mcq_submitAnswers {
    margin-top: 1rem;
}

#searchIconDiv {
    margin-bottom: 1rem;
    position: relative;
}

#showContent {
    display: none;
}

#topBarHelpInstruction {
    display: none;
}

#containerBottom {
    background-color:#000000;
    color:#FFFFFF;
    padding-bottom:1rem;
    padding-top:1rem;
    text-align:center;
    font-size: x-small;
}

.btn-success {
    background-color: #cc6600;
    border:none;
    
}

.btn-success:hover {
    background-color: #da9a5a;
    
}

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

.scaleImg {
  display: block;
  width: auto;
  height: auto;
  float:right
}

.topBar {
    border-top:solid;
    border-top-color:#000000;
    border-top-width:10px;
}

.underline {
    border-bottom:solid;
    border-bottom-color:#CCCCCC;
    border-bottom-width:1px;
    padding-bottom:1rem;
}

/*
#bars {
    margin-top: 6rem;
    
    
}
*/

#bars2 {
    margin-top: 11rem;
    display: block;
    width:83px;
}

.phsLogo {
    max-width:100%;
}

.centerButton{
    text-align: -webkit-center;
    text-align: center;

}

.headingText {
    font-size: 1.5rem;
    font-weight:600;
    vertical-align:middle;
}

.col-centered {
    float: none;
    margin: 0 auto;
    text-align:center;
}

.plain {
    color:black;
}

.active {
    border-bottom-color:#ec6652;
    border-bottom-style:solid;
    border-bottom-width:2px;
	margin-bottom: -2px;
}

.plain:visited {
    color:black;
}

.plain:hover {
    text-decoration: none;
}

#controller_desktop_top {
	text-align:left;
}

#controller_desktop_bottom {
	text-align:right;
}

#controller_mobile_finished_click {
    display:none;
}

.cssdebug {
    background-color:red !important;
}

.cssdebug2 {
    background-color:yellow;
}

.cssdebug3 {
    background-color:lightseagreen;
}

.textContentTitle {
    border-bottom-color:#ec6652;
    border-bottom-style:solid;
    border-bottom-width:2px;
}

.editButton {
    background-color: red;
    font-size:  small;
    color: #ffffff !important;
   
}

.face {
    background-color: green;
}

.phsLink {
    color: #0275d8 !important; 
    cursor:pointer;
    text-decoration: underline  !important;
}

.base {
    position:relative;
    padding-bottom: 1rem;
}

.level {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    padding:inherit;
    
}


#interactionHolder {
    position: relative;
    background-color: #ffffff;

    /*min-height:600px;*/
}
.animationMaxWidth {
    /*max-width: 70rem;*/
    background-color: white;
}



.menuItemSelectOuter {
    margin-bottom:0;
    padding: 0; 
}

.menuItemSelectInner {
    min-height:2.5rem;
    max-width:80%;
}


.controller {
    background-color:  #fafafa;
    
}

.dropdown-item-controller {
    background-color:cornsilk;
}

.tableOuter {
    display: table;
}
.tableRow {
    display: table-row;
}
.tableCell {
    width: 50%;
    display: table-cell;
    vertical-align:middle;
    border-color:black;
    border-style:solid;
    border-width:1px;
    height: 3rem;
    padding: 2px;
}


.verticalCenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.test {
    display: block;
    height: inherit;
    margin:auto;
}


.noshow {
    display: none;
}



@media screen and (min-width: 540px) {

}

.ll-error-message {
    color:red;
}

.specialFunctionalityButton {
    margin-bottom: 1rem;
}

.inlineblock {
    display: inline-block;
}

#miscRow {
    max-width:100%;
    /*display:none;*/
}


/* works in em to mimic bootstrap */
/* example: just add this '<div class="bootstrapColsTextDescription"></div>' to a wordpress page and it will show the appropriate text */

.bootstrapColsTextDescription:before {
    content: "xs extra small";
}


.royalSlider {
    min-width: 90%;
    margin: auto;
}


#sliderCol1 {
    float: left; 
    Width: 45%; 
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    #breakOnSmall {
        clear:both; 
        float: none !important;
        padding-top: 2rem;
    }

    #sliderCol1 {
        float: left; 
        Width: 100%; 
        overflow: hidden;
    }    
}


@media screen and (min-width: 576px) {
    .bootstrapColsTextDescription:before {
        content: "sm small";
    }

    
}


/* here estimates to normal large(ish) screens! */

@media screen and (min-width: 768px) {
    .bootstrapColsTextDescription:before {
        content: "md medium";
    }

    /*
    .royalSlider {
        min-width: 60%;
        max-width: 60%;
    } 
    */   

    
}

@media screen and (min-width: 992px) {
    .bootstrapColsTextDescription:before {
        content: "lg large";
    }
    .royalSlider {
        min-width: 0%;
        max-width: 500px;
    }    
}



@media screen and (min-width: 1200px) {
    .bootstrapColsTextDescription:before {
        content: "xl extra large";
    }
}

/* dropdown menu within menu */

/* END dropdown menu within menu */

/* override bootstrap */
.navbar-nav .nav-item + .nav-item {
    margin-left: 0;
}

.navbar {
    background-color: transparent;
    font-weight:800;
    padding:0.5rem 0;
}

#navbarResponsive {
    margin-right:2rem;
}

.nav-link {
    padding-left:1rem;
    padding-right:1rem;
}


.lesetestCol1 {
    width:38%
}

.lesetestCol2 {
    width:11%
}

.lesetestCol3 {
    min-width:120px;
}

/* used for equal sized columns */
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/* END used for equal sized columns */


.backCircle {
    background-color: white;
    border-color: red;
    border-style: dashed;
    border-width: 1px;
    border-radius: 50%;
    text-align: center;
    width:30px;
    height:30px;
    display: inline-block
}

.closeCircle {
    background-color: white;
    border-color: red;
    border-style: dashed;
    border-width: 1px;
    border-radius: 50%;
    text-align: center;
    width:30px;
    height:30px;
    display: inline-block;
    opacity: 1
}

h1, h2, .inline {
    display: inline;
}


.extraPopupColumn {
    background-color: #ffefd5;

}

.extraPopupColumn1 {
    max-width: 274px;
    text-align: center;
    height: 35px;
}

table:not(.alignDataLeft) tr td:not(.extraPopupColumn1) {
    width: 11%;
    max-width: 80px;

    text-align:center;
}

.drugsTable tr td {
    border-bottom: 1px solid #ffefd5;
    border-right: 1px solid #ffefd5;

}

#controller_extra {
    margin-top: 5px;
}

.drugTableHighlightedColumnGrey {
    /*background-color: #e9967a 233 150 122; */
    background-color: rgba(200, 200, 200, 0.57);
    
}


.drugTableHighlightedColumn {
    /*background-color: #e9967a 233 150 122; */
    background-color: rgba(233, 97, 0, 0.57);
    
}


.alignDataLeft tr td {
    text-align:left;
}
.alignDataLeft tr td:first-of-type {
    font-weight:bold;
}

.alignDataLeft tr:nth-child(odd) {background: #ddd}

.marginAuto {
    margin: auto;
}

.frontlayer {
    position: inherit;
    pointer-events:none;
    text-align: left;
}
    