/* start  lesson already started alert */
.fis-lpu{
	width: 905px;
}

.fis-statusbar {
    height: 40px;
    width: 100%;
    background: #dddddd;
    border-left: 6px solid #007d8a;
    padding: 0px 0px 0px 16px;
    min-height: 40px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 10px;
}
.fis-statusbar .fis-text-wrapper{
    height: 40px;
    margin: 6px 0px 0px 0px;
    padding-top: 10px;
}
.fis-statusbar .fis-title{
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 16px;
    padding: 2px 0px 2px 0px;
    margin: 0px 16px 0px 0px;
    color: #464646;
    display: inline;
    
}
.fis-statusbar .fis-subtitle{
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 16px;
    color: #464646;
    padding: 2px 0px 2px 0px;
    display: inline;
}
.fis-statusbar .fis-icon{
	background-image: url("/student/app-resources/images/UX-icons/20_Close.png");
	background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    width:20px;
    float: right;
    display: inline;
    margin-right: 16px;
}
.fis-icon span{
    margin: 0px 8px 0px 8px;
    line-height: 30px;
    font-size: 24px; 
    color: #464646; 
}
.fisanchor:link { 
	color: #3888d8;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;	
}
.fisanchor:visited {	}
.fisanchor:link:hover {  }
.fisanchor:visited:hover {  }
.fisanchor:visited:hover,
.fisanchor:link:hover { 
	color: #3888d8;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

/* end start lesson already started alert */


/*from bootstrap & RWD for STO modal*/
h4.fis-h4 {
  			font-size:18px;
  			color:#007d8a;
  			font-weight:normal;
		}
.fis-rwd-control-label{line-height: 1.42857143;font-size:14px;font-weight:normal;color:#777;padding-top:2px!important}

.fis-rwd-session-timeout .modal-dialog{width:380px}.fis-rwd-session-timeout .modal-content{padding:15px}.fis-rwd-session-timeout .fis-modal-header{padding:0;font-size:25px;color:#007d8a}.fis-rwd-session-timeout .fis-modal-body{padding:15px 0}.fis-rwd-session-timeout .fis-modal-footer{padding:15px 0;text-align:left}.fis-rwd-session-expire{opacity:1!important;background:#ddd}.fis-rwd-timeout-body{background:#ddd}.fis-rwd-timeout-signin{text-align:center}@media(min-width:480px){.fis-rwd-session-timeout .modal-dialog{margin:30px auto}}

.fis-btn-primary {
  color: #fff;
  background-color: #6d256c;
  border-color: #2e6da4;
}
.fis-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-default{background-color:#fff}.table-responsive .btn-default:hover,.table-responsive .btn-default:focus{background:#999}
.btn-primary{color:#fff;background-color:#6d256c!important;border-color:#6d256c!important}
.fis-rwd-btn-default{color:#007d8a;background-color:#fff;border:1px solid #007d8a;font-weight:normal}.fis-rwd-btn-default:hover,.fis-rwd-btn-default:focus,.fis-rwd-btn-default:active,.fis-rwd-btn-default.active,.open .dropdown-toggle.fis-rwd-btn-default{color:#fff;background:#007d8a}.fis-rwd-btn-primary{color:#fff;background:#007d8a;border:0 none;font-weight:normal}.fis-rwd-btn-primary:hover,.fis-rwd-btn-primary:focus,.fis-rwd-btn-primary:active,.fis-rwd-btn-primary.active,.open .dropdown-toggle.fis-rwd-btn-primary{color:#fff;background:#007d8a;box-shadow:2px 2px 7px #555 inset}.fis-rwd-btn-secondary{background:#fff;border:1px solid #777;font-weight:normal;color:#464646}.fis-rwd-btn-secondary:hover,.fis-rwd-btn-secondary:focus,.fis-rwd-btn-secondary:active,.fis-rwd-btn-secondary.active,.open .dropdown-toggle.fis-rwd-btn-secondary{color:#fff;border:1px solid #777;background:#777}a.fis-rwd-tertiary{font-size:14px;cursor:pointer}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.fis-modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.fis-modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.fis-modal-body {
  position: relative;
  padding: 15px;
}
.fis-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.fis-modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.fis-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.fis-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*end bootstrap*/

/* navbar */
.fis-navbar, 
    .fis-navbar * {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }
    
    .fis-navbar:before,
    .fis-navbar:after {
      display: table;
      content: " ";
    }
    .fis-navbar:after {
      clear: both;
    }
    
    .fis-navbar {
      background-color: #007d8a;
      box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.25);
      width: 960px;
      margin-bottom: 10px;
    }
    
    .fis-nav {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
    .fis-nav > li {
      float: left;
      margin: 0 0 0 10px;
      padding: 0;
    }
    
    .fis-nav > li.fis-nav-logout {
      float: right;
    }
    
    .fis-nav > li > a {
      display: block;
      padding: 5px 10px 2px;
      line-height: 19px;
      border-bottom: 3px solid transparent;
      background-color: transparent;
      font-family: arial,sans-serif;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
      text-decoration: none;
    }
    
    .fis-nav > li > a:hover, 
    .fis-nav > li > a:focus {
      background-color: #26909b;
      border-bottom-color: #8dc63f;
    }
    
    .fis-nav > li > a:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
    
    .fis-nav > li.fis-nav-home > a {
      background-image: url("/student/app-resources/images/UX-icons/20x20_icons/Home_white.png");
      background-repeat: no-repeat;
      background-position: center 4px;
      width: 40px;
      height: 29px;
      margin-left: 5px;
    }
    
    .fis-nav > li.fis-nav-home > a > span {
      display: none;
    }
 /* end navbar */
 
 /*footer*/
 #fis-footer {
    clear: both;
    margin: 0;
    padding: 0 25px 10px;
    font: 11px normal Arial, Helvetica, sans-serif;
    color: #807F83;
    overflow: hidden;
}

#fis-footer a {
    font: 11px normal Arial, Helvetica, sans-serif;
    color: #807F83;
}

#fis-footer .fis-footerLeft {
    float: left;
}

#fis-footer .fis-footerRight {
    float: right;
}

.fis-hidden {
    visibility:hidden;
    display: none;
}