
/* linkable */

 body{color: #69696B;}

#linkable_container { overflow:auto; }
#linkable_container #column_left { float:left; }
#linkable_container #column_right { float:right; }

#linkable_container ol { margin:0; }
#linkable_container ol .ui-selecting { background-color: #FECA40;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   background-color: #ffe76f;
       -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#linkable_container ol .ui-selected {
  background-color: #F39814;
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
  box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   background-color: #ffe76f;
       -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#linkable_container ol .ui-fixed { position:fixed; }
#linkable_container ol .correct { background-color: #5BB75B !important; color: #FFFFFF; }
#linkable_container ol .incorrect { background-color: #B94A48 !important; color: #FFFFFF; }
 
#linkable_container .linkable {
  max-width:400px;
  box-sizing:border-box;
  min-height:100px;
  border:1px solid #CCCCCC;
  margin-bottom:10px;
  list-style-type:none;
  padding:10px 10px 10px 100px;
  cursor:pointer;
  background:#FFFFFF;
  border-radius:8px;
  font-size:14px;
}

#linkable_container .droppable {
  position:absolute;
  width:280px;
  min-height:40px;
  border:1px solid #CCCCCC;
  list-style-type:none;
  padding:10px;
  text-align:center;
  background:#FFFFFF;
}

#linkable_container .draggable {
  width:280px;
  min-height:60px;
  border:1px solid #CCCCCC;
  margin-bottom:10px;
  list-style-type:none;
  padding:10px;
  cursor:move;
  background:#FFFFFF;
}

#linkable_container .ui-state-disabled { opacity:1; }
#linkable_container .ui-draggable-dragging { z-index:1000; }
#linkable_container .hovered { background:#F39814; color:white; }

#linkable_container .ui-placeholder {
  width:300px;
  min-height:60px;
  border:1px solid #FFFFFF;
  margin-bottom:10px;
  list-style-type:none;
  padding:10px 10px 10px 70px;
}

#linkable_container .linkable span.title {
  font-weight:bold;
}

.fixed-position {
  position:fixed !important;
}

.tooltip-inner {
  background-color: #B94A48;
  max-width:300px;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top: 5px solid #B94A48;
}


#reference { margin:24px 0; }
#reference p { font-size:13px; }


#instruction_box { height:98px; background-color:#FFFFCC; margin-bottom:18px;margin-top: 10px; }
#instruction_box > p { display:block; padding:10px; }
.congra { overflow:auto; margin-bottom:0; }



 
/* ========================= Content ======================== */
#login_username, #login_password {
  width: 100%;
}
.vimeo-main-container {
  width: 100%;
  /*max-width: 1050px;*/
}
#vimeo_player {
  width: 100%;
}
#v_time{
  display: inline-block;
}
.vimeo-controls-div {
  width: 100%;
  margin: 5px;
}
.video-pause-play {
  min-width: 60px;
  min-height: 31px;
  margin-right: 5px;
}
.progress-controls-div {
  width: 65%;
  display: inline-block;
  position: relative;
  margin: 0 5px 0 15px;
  top: 5px;
}
.volume-controls-div {
  width: 15%;
  min-width: 115px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.volume-controls-div .icon-volume-up,
.volume-controls-div .icon-volume-off {
  vertical-align: initial;
  margin-right: 5px;
}
#volume_slider {
  display: inline-block;
  width: 70%;
  margin-left: 10%;
  margin-top: 7px;
}
.volume-icon-container {
  display: inline-block;
}
.col-eval-question {
  width: 60%;
  float: left;
  padding: 0 10px;
}
.col-eval-answer {
  width: 40%;
  float: left;
  display: flex;
}
.col-eval-container {
  display: flex;
  border-bottom: 1px solid #eee;
}
.radio-column-responsive {
  float: left;
  min-height: 35px;
  text-align: center;
  padding-top: 5px;
  width: 14.2857%;
}
.col-eval-answer .radio-column-responsive:first-child,
.col-eval-answer .radio-column-responsive:nth-child(2n+3) {
  background-color: #eee;
}
.col-33 {
  width: 33.33%;
  text-align: center;
}
.col-50 {
  width: 50%;
  display: inline;
}
.eval-header {
  font-weight: bold;
  background-color: #eee;
  padding: 10px;
}
.nav-tabs > .disabled > a, .nav-tabs > .disabled > a:hover {
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #CCCCCC;
  cursor: default;
}
/* ========================= Footer ======================== */
footer {
  padding: 10px 0;
  background-color: #E6E6E6;
  border-bottom: 8px solid #93A2CE;
}

footer .media {
  padding-top: 10px;
}
footer .media-body {
  padding-top: 20px;
}
.footer-signup-form {
  padding-top: 20px;
}
.footer-signup-form input {
  border-radius: 0px;
  border: 0px;
  margin-top: 10px;
  border-left: 4px solid;
  border-left-color: #FFE670;
}

/*2017 Nov new Elearn*/
.hidden{
  display: none
}
.invalid-feedback{
display: block;
}

.modal-load{
  width: 25px;height: 25px;margin: auto;
}
.loadersmall {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.finger:hover{
  cursor: pointer;
}
/*
.page{
  padding: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

.question-table{
    table-layout: fixed;
    font-size: 14px;
}
.question-table thead{
    background: #f8f8f8;
    color: #0a0a0a;
}
.question-table.table tbody td:nth-child(2n), .question-table thead {
    background-color: #DDDDDD;
}
.question-table.table thead th {
    border-bottom: 2px solid white;
}
.question-table.table td, .question-table.table th{
    border-top:none;
}
.question-table .table-option-input{
    text-align: center;
    margin: auto;
    vertical-align: middle;
}
.question-table .table-question-scale
{   text-align: center;
    margin: auto;
        white-space: nowrap;
}

div.container > div#content {
    background-color: #fff;
    padding: 20px 20px 0px;
    margin: 0 -20px;
    overflow: auto;
    min-height: 500px;
}

.section-padding{
  padding-top: 20px;
}
.footer-padding{
  padding-bottom: 20px;
}
.left-padding{
  padding-left: 20px;
}
.margin-bottom-40{
  margin-bottom: 40px;
}
.margin-bottom-20{
  margin-bottom: 20px;
}
.margin-bottom-10{
  margin-bottom: 10px;
}
.margin-top-5{
  margin-top: 5px;
}
.margin-top-10{
  margin-top: 10px;
}

.text-right-md{
  text-align: right;
}
.form-margin{
 margin-top: auto;
 margin-bottom: auto;
}
.form-margin label{
  margin-bottom: 0;
}
h3 {
    color: rgb(65, 103, 177);
}
.blue{
  color: rgb(65, 103, 177);
}
.btn-primary {
    background-color: rgb(250,158,64);
    border-color: rgb(250,158,64);
}
.btn-primary:hover, .btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ffcb8c;
    border-color: #ffcb8c;
}
.btn-success:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.5);
    border-color: rgba(40, 167, 69, 0.5);
    }
.btn-danger:hover {
    color: #fff;
    background-color: rgba(200, 35, 51, 0.5);
    border-color: rgba(189, 33, 48, 0.5);
}
.btn-primary, .btn, .header-social>li {
    transition: all 0.5s ease-in-out!important;
    -o-transition: all 0.5s ease-in-out!important;
    -webkit-transition: all 0.5s ease-in-out!important;
    -moz-transition: all 0.5s ease-in-out!important;
    outline: none !important;
}
 
.btn-primary.focus, .btn-primary:focus {
   box-shadow:none;
   background-color: #ffcb8c;
    border-color: #ffcb8c;
}
a {
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    outline: none !important;
}
body{
      -webkit-font-smoothing: antialiased;
      font-family: "Source Sans Pro", Arial, sans-serif;
      min-width: 320px;
}
#footer-container, #header-container{
    color: white;
    background-color: #3f66b0!important;
}
#footer-container{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}
#footer-container a{
  color:white;
}
#footer-container a:hover, #footer-container a:focus{
    color: #ffe76f;
    text-decoration: underline;
    background-color: transparent!important;
}
.bottom-nav{
  padding: 17px 20px 18px;
    margin-bottom: 18px;
    background-color: #eeeeee;
    border-top: 1px solid #ddd;
    text-align: right;
    list-style: none;
}

.module{
  padding: 20px;
   margin-top: 10px;
   margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  margin-top: 0;
  margin-bottom: 20px;
}
nav .nav-item a:hover,nav .nav-item a:focus{
color: #ffe76f!important;
background-color: #3f66b0;
border-color:#3f66b0;
}
nav .nav-item a.disabled:hover, nav .nav-item a.disabled:focus {
    color: rgb(134, 142, 150)!important;
    background-color: transparent;
    border-color: rgb(134, 142, 150);
    cursor: not-allowed;
}

.text-blue{
  color:#337ABE;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.btn-bd-yellow {
    font-weight: 600;
    color: #ffe484;
    border-color: #ffe484;
}
.btn-bd-yellow:active, .btn-bd-yellow:hover {
    color: #2a2730;
    background-color: #ffe484;
    border-color: #ffe484;
}
.navbar .dropdown-menu.show {
    display: block;
}
.img-white{
  filter: brightness(0) invert(1);
}
.notice-red{
  color:#B0413E;
}
.vimeo-iframe{
  display:block;width:100%;height:540px
}
#video_progressbar{
  vertical-align:top; height:20px
}
#video_slider{
  vertical-align:top; margin-top:2px
}
.footer-logo{
  max-width: 400px;
}
.question label {
    margin-bottom: 0;
  }
  .question .question-label, .question .table-option-label{
    font-weight: 600;
  }
  img{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
  }
  #bathing-logo{
    max-width: 240px;
  }
  #home-logo{
    max-width: 60px;margin-bottom: 6px;
  }
  #home-logo-text{
    vertical-align: bottom;    font-size: 25px;
  }
.card-course{
  background-color: rgb(245,245,245);
  border: none;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
}
.card-course .card-title{
  color: rgb(65, 103, 177);
  font-weight: 600;
}
.card-course .progress{
  height: 0.5rem;
    margin-top: 0.25rem;
}
.bold{
  font-weight: bold;
}
.margin-bottom-0{
  margin-bottom: 0;
}
.card-preview{
  border: 1px solid rgb(176,174,178);
}
.card-preview{
  max-height: 70px;
  min-height: 70px;
  overflow: hidden;
  text-align: center;    
}
.card-preview *{
  text-align: center;
  overflow: hidden;
}
.img-preview-bathing{
  width: auto;
  height: 65px;
}
.img-preview-elearn{
    height: 70px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    filter: invert(80%) sepia(22%) saturate(4218%) hue-rotate(195deg) brightness(100%) contrast(78%);
}
.text-preview-elearn{
    font-size: 40px;
    color: rgb(65, 103, 177);
    vertical-align: bottom;
 
}
.text-black{
  color:black;
}
.bathing_player {
    display: block;
    width: 100%;
    height: 740px;
}
.table-option-input{
  position: relative;
}
.survey input[type=checkbox], .survey input[type=radio]{
  cursor: pointer;
}
/* ========================= All Responsive ======================== */
@media (min-width: 1200px){
  .option-order{
    position: absolute;
     top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
  }
}
@media (min-width: 768px){
  .desktop-nav-dropdown{
    padding-top: 30px;
  }
  #linkable_container .linkable {
    width: 400px;
  }
}
@media (max-width: 1200px) {
  .header-logo-div-inner {
    width: 100%;
  }
  .header-logo {
    float: none ;
  }
  .header-logo-text {
    margin-top: 0px;
    text-align: left;
  }
}
@media (max-width: 1200px) and (min-width: 979px) {
  .header-logo-div {
    width: 120px !important;
    text-align: left;
  }
  .header-nav-div {
    width: 800px !important;
  }
  .progress-controls-div {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .header-nav-div {
    margin-top: 0px;
  }
  .progress-controls-div {
    width: 55%;
  }
  .navbar .dropdown-menu {
    display: none;
  }
  .navbar .nav>li>a:hover, .navbar .dropdown-menu a:hover {
    background-color: #EEEEEE !important;
  }
  .nav-collapse.collapse {
    height: 0px;
  }
  .header-main {
    padding-top: 0px;
  }
  .header-logo-div, .header-nav-div {
    text-align: left;
  }
  .header-logo-div-mobile {
    display: block !important;
  }
  .header-logo-div {
    display: none !important;
  }
  .header-logo-text {
    display: inline;
    position: relative;
    top: 23px;
    padding-left: 10px;
  }
  .header-logo-div, .header-nav-div {
    width: 97.5% !important;
    float: left !important;
  }
  .navbar .dropdown-menu a {
    color: #486EB9;
  }

  .col-eval-question, .col-eval-answer {
    width: 100%;
  }
  .col-eval-container {
    display: block;
  }
  .col-eval-answer {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
  }
  .radio-column-responsive {
    min-height: auto;
    padding: 8px;
  }
  .col-eval-container {
    margin-top: 15px;
  }

}

@media (max-width: 767px) {
  .img-preview-elearn{
    height: 60px;
}
.text-preview-elearn{
    font-size: 30px;
 
}
  .header-logo-div, .header-nav-div {
    width: 100% !important;
  }
  .header-logo-text {
    text-align: center ;
  }
  .header-main {
    padding-top: 0px;
  }
  .progress-controls-div {
    width: 60%;
  }
  .volume-controls-div {
     display: none;
    width: 10%;
    margin-left: 0px;
    min-width: 20px;
  }
  .volume-icon-container {
    display: none;
    margin-right: 15px;
    min-width: 39px;
    min-height: 22px;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  #volume_slider {
    width: 100%;
  }
  .volume-controls-div .icon-volume-off,
  .volume-controls-div .icon-volume-up {
    margin-top: 3px;
  }
}

@media (max-width: 500px) {
  .progress-controls-div {
    width: 52%;
  }
  .volume-controls-div {
    width: 100%;
  }
  .volume-controls-div::after{
    clear: both;
  }
  .vimeo-controls-div .pull-right {
    float: none;
  }
}
.registration-iframe{
    min-height: 800px;
  }
/*2017 rabbie edit*/
.help-desk{ margin-bottom: 20px; }
.help-desk-bg{background-color: rgb(246,246,246);   display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
     color: rgb(65, 103, 177); }
.help-desk-left{ text-align: right;}
.help-desk-left img{ margin-bottom: 10px;max-height: 40px}
.help-desk-right{ text-align: left; }
.help-desk-right h3{   margin-top: 15px; margin-bottom: 20px}
.help-mobile{display: none}
.help-mobile-bg{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  background-color: rgb(246,246,246); text-align: center;}
.help-mobile img{margin-bottom: 10px;max-height: 40px}
.help-desk{
  margin-left:0;
  margin-right: 0;
}
.help-desk-img{
  max-height: 30px;
  margin-right: 20px;
}
.help-desk-title{
  font-size: 22px;
  color: rgb(65, 103, 177);
}
.help-desk-btn{
  margin-left: 20px;
}
.help-desk-title{
  margin-bottom: 40px;
}
.help-desk-fa{
  font-size: 50px;
  color: rgb(65, 103, 177);
  margin-bottom: 10px;
  margin-left: -20px;
}
.help-desk-subtitle{
  font-size: 1.5rem;
}
.help-desk-item{
  margin-bottom: 20px;
}
.help-faq-img{
  max-width: 100%;
}
.support-form-label{
  font-size: 18px;
  color: rgb(65, 103, 177);
  font-weight: bold;
  text-align: left;
}
.support-type label{
    padding-left: 0;
    font-size: 16px;
    color: rgb(65, 103, 177);
    font-weight: bold;
}
.support-form .d-block{
  text-align: left;
}
.support-form textarea{
  min-height: 120px;
}
.support-form .custom-file{
  text-align: left;
}
.support-form .custom-file-input{
  font-size: 14px;
  min-width: 200px;
  max-width: 200px;
  overflow: hidden;
  opacity: 1;
}
.file-block{
  border: 1px solid #ced4da;
  text-align: left;
}
.support-form .custom-file{
    display: inline-block;
    padding: 10px 0px 5px 10px;
    height: auto;
    max-width: 200px
}
.file-another{
  font-size: 14px;
      vertical-align: top;
    padding-top: 15px;
    display: inline-block;
    padding-left: 40px;

}
.table-question-child-question{
  margin-bottom: 0;
}
.table-question-child-question input{
  display: inline;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .25rem;
  }
}
@media (max-width:767px){
  .registration-iframe{
    min-height: 1700px;
  }
 .help-mobile{display: block!important;}
 .navbar .dropdown-menu{font-size: 90%;}
 .mobile-p{
  font-size: 13px;
 }
 .footer-logo {
    max-width: 300px;
  }
}
/*end  2017 rabbie edit*/
@media (max-width: 768px){
  .text-right-md{
    text-align: left;
  }
  .question-table .table-question-scale {
      white-space: normal;
  }
  .bottom-nav.row{
      margin-left: 0;
}
  .question-table {
    min-width: 800px;
    background: white;
  }
}
@media (min-width: 1200px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: .5rem;
  }
}
  
