/***********General css**************/
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url(../myfonts/Roboto/Roboto-Regular.ttf);
}
body{
    background: #fff;
    font-weight: 300;
    line-height: 1.6;
    color: #29303b;
    text-align: left;
    font-family:Roboto,Helvetica Neue,sans-serif;
    font-size: 17px;
}
.header{
    background: #f5821f;
    padding: 0!important;
    border-bottom: 1px solid #f5821f;
}
.topleft,.topright{
  position: relative;
  float: left;
  padding: 0px;
  margin: 0px;
}
.header .topleft img{
  max-height: 55px !important;
  padding: 5px!important;
}
.imgholder,.navigator{
  position: relative;
  float: left;
}
.imgholder{
  height: 55px!important;
  background: #fff;
  margin-right: 15px;
}
.topleft{
  width: 75%;
}
.topright{
  width: 25%;
  background: #e2761d;
  padding: 13px;
  color: #fff;
}
.prof{
  cursor: pointer;
}
.topright .dropdown-menu{
  background: #00adef;
  margin-top: 20px;
}
.topright .dropdown-menu a{
  color: #fff;
}
.navigator{
  color: #00adef;
  font-size: 30px;
  cursor: pointer;
}
.navigator .fas{
  margin-bottom: -25px !important;
}
.navigator #btn2{
    display: none;
}
.topright img{
  max-width: 30px;
}
@media screen and (max-width:800px){
  .topleft{
    width: 100%;
  }
  .topright{
    display: none;
  }
  .navigator{
    position: absolute;
    top:0px;
    right: 15px;
  }
}
.notes{
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  display: none;
}
.notes2{
  display: none;
}
.notes .fas{
  font-size: 16px;
}

.breadcrumbs{
    margin-top: 0!important;
}
.breadcrumb{
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    color: #888;
    font-weight: bolder;
}
form .btn{
    background: #f78e38;
    color: #fff;
}
form .btn:hover{
    color: #fff;
    background: #c95f08;
}
.input-group,.form-group{
  margin: 3px 0px 7px 5px;
}

/********************Section***********************/
.wrapper{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: -20px;
    padding: 10px 0px 10px 15px;
    background: #f2f2f2;
}
.wrapper .btn{
  padding: 3px 5px 3px 5px;
  background-image: linear-gradient(to bottom, #ffae42 , #c47003);
  color: #fff;
}

.content,.aside{
    position: relative;
    float: left;
}
.content{
    width: 82%;
    overflow: auto;
    padding: 0px !important;
    margin: 0!important;
}
.content,.pagecontent,.display,.displaypane{
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.pagecontent img{
  display: block;
  margin: auto;
}


/*=============Aside=============*/
.aside{
    width: 18%;
    background: #06062a;
    overflow: auto;
    padding-bottom: 0px;
    padding-top: 0px;
}
.aside ul,.links ul{
    list-style: none;
    padding-left: 0px;
}
.aside li,.links li{
    padding: 8px 0px 7px 17px;
    margin: 0px -15px 0px -15px;
}
.aside a,.links q{
    font-size: 17px;
    color: #ddd;
}
.aside span{
    font-size: 18px;
    color: #f78e38;
}
.aside li:hover *,.aside li:hover{
    background: #f3f3f3;
    color: #f78e38;
}
.active span{
  color: #f78e38;
}
.active{
    background: #f3f3f3;
    border-left: 6px solid #f78e38;
}
a:hover{
    text-decoration: none;
}

/*===============Aside navigation==================*/
@media screen and (max-width:1000px){
    .aside{
        width: 23%;
    }
    .content{
        width: 77%;
    }
}
@media screen and (max-width:767px){
    .aside{
        display: none;
        width: 100%;
    }
    .content{
        width: 100%;
    }
}

/*==================Home==================*/
.intro{
    background: #fcf8f4;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 12px;
    box-shadow: 0 4px 7px #ddd;
    margin-bottom: 30px;
    border-radius: 7px;
}
.intro .imgdiv, .intro .profile{
    position: relative;
    float: left;
}
.intro .imgdiv img{
    cursor: pointer;
}
.intro .profile{
    top: 0px;
    left: 25px;
    padding-top: 8px;
    width: 84%;
}
.intro .imgdiv{
  width: 15%;
}
.intro .summary p{
    line-height: 1;
}
.intro .summary p span{
    color: #2f8e35;
    font-weight: bold;
}
.summary p:last-child{
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}
.summary,.counts{
  position: relative;
  float: left;
  width: 49%;
}
.counts .count{
  position: relative;
  float: left;
  text-align: center;
  width: 29%;
}
.count h3{
  color: #333;
  font-weight: 600;
  font-size: 32px;
  margin-top: 0!important;
}
@media screen and (max-width: 800px){
 .intro .imgdiv{
    width: 100% !important;
 }
 .intro .imgdiv img{
   display: block;
   margin: auto;
   margin-top: 5px;
 }
 .intro .profile{
    width: 100%;
    left: 0% !important;
    text-align: center;
 }
 .intro .profile p{
    font-size: 14px;
 }
 .summary,.counts{
   width: 100%;
   margin-bottom: 15px;
 }
}


/*========Course Listings==========*/
.tbprogress{
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  width: auto;
  min-width: 150px;
  max-width: 170px;
  height: 16px;
  border-radius: 8px;
}
#tb_courses th:nth-child(3){
  width:auto;
  min-width:160px;
  max-width:180px;
}
@media screen and (max-width:1060px){
}
@media screen and (max-width:800px){
  table{
    font-size: 14px;
  }
  #tb_courses th:nth-child(3){
    width:auto;
    min-width:85px;
    max-width:115px;
  }
  .tbprogress{
    min-width: 80px;
    max-width: 100px;
  }
}
@media screen and (max-width:700px){
}

.dvtitle{
    background: #f9f9f9;
    padding: 8px;
    color: #06062a;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    box-shadow: 1px 0 2px 1px #ddd;
}
.table-responsive{
    margin-top: -5px;
    padding-top: 5px;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 3px #bbb;
    margin-bottom: 10px;
}
.dataTables_length,.dataTables_info{
    padding-left: 10px;
}
.dataTables_paginate,.dataTables_filter{
    padding-right: 10px;
}
.table-responsive .btn-sm{
  padding: 2px 5px 2px 5px;
  margin-bottom: -15px;
  background-image: linear-gradient(to bottom, #2fb50b , #448416);
}
thead{
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    color: #1d2030;
}
label span{
    color: #cc0000;
}
#status{
    margin-top: 5px;
}
#status p{
    padding: 10px;
}

/*******************************************************************************
 Course Page
*******************************************************************************/
.display{
  overflow-y: auto;
  position: relative;
  bottom: 0px;
  left: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.display h1{
  font-size: 35px;
  margin-top: 5px;
  color: #f78e38;
}
.moduletitle{
  border-top: 2px solid #00adef;
  border-bottom: 2px solid #f78e38;
  padding-top: 10px;
  padding-bottom: 5px;
}
.display h2{
  font-size: 32px;
  margin-top: 5px;
  font-weight:650;
  color: #59a553;
}
.modh2{
  margin-top: 30px !important;
}
.obtitle{
  font-size: 35px !important;
}
.display h4{
  color: #b4203a;
  font-weight: 650;
  margin-top: 25px;
  font-size: 23px;
}
.display p{
  line-height: 1.4;
}
.display p,.display label{
  font-size: 20px;
}
.display ul,.display ol,.display .table *{
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.4;
}
.display td ul,.display td ol{
  font-size: 17px;
}
.display td b{
  padding-left: 0px !important;
}

.ans li{
  margin-bottom: 20px;
}
li .success{
  background: #3bff00;
  padding: 2px;
}
li .info{
  background: #51cbf7;
  padding: 2px;
}
li .warning{
  background: yellow;
  padding: 2px;
}

@media screen and (min-height:650px){
  .display h1,.obtitle{
    font-size: 50px;
  }
  .display h4{
    font-size: 30px;
  }
  .display p,  .display label,.greenbox *{
    font-size: 27px;
    /*padding-top: 30px;*/
  }
  .display ul,.display ol,.display .table *{
    font-size: 27px;
  }
  .display td ul,.display td ol{
    font-size: 17px;
  }
}
.displaypane{
  padding: 10px;
  width: 100% !important;
}
.minimized{
  width: 74% !important;
  padding-right: 25px !important;
}
.notespane{
  position: fixed !important;
  top: 60px;
  right: 5px;
  padding-left: 25px;
  width: 0%;
  display: none;
}
.intropage{
  background: #212a40;
  position: relative;
  top: 0px;
  left: 0px;
  height: auto;
  width:100%;
}
.leftside,.rightside{
  position: relative;
  float: left;
}
.leftside{
  width: 40%;
}
.leftside h1{
  color: #fff;
  font-size: 45px;
  padding-left: 20px;
  border-left: 6px solid #f78e38;
}
.leftside .btn{
  position: absolute;
  color: #f78e38;
  font-size: 15px;
  font-weight: 650;
  padding: 6px 15px 6px 15px;
  margin-top: 30px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #f78e38;
  border-radius: 0px;
}
.leftside .btn:hover{
  color: #fff;
}
.rightside{
  width: 60%;
}
.pagediv{
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #06062a;
  width: 100%;
  height: 50px;
  padding: 0 10px 0 10px !important;
  border-left: 1px solid #383d40;
}
.pagediv a{
  color: #fff;
  font-weight: 650;
}
.pagediv .prev,.pagediv .next{
  font-size: 55px;
}
.prev,.middiv,.next{
  position: relative;
  float: left;
  margin: 0!important;
  padding: 0!important;
  height: 50px;
  background: #06062a;
}
.pagediv .prev{
  width: 5%;
  border-right: 1px solid #fff;
}
.pagediv .middiv{
  width: 90%;
  /* margin-bottom: -15px; */
}
.pagediv .next{
  width: 5%;
  border-left: 1px solid #fff;
  text-align: right;
}
.pagediv .fas{
  position: absolute;
  bottom: 0!important;
  padding-top: 5px;
}
.pagediv .prev .fas{
  left: 5px;
}
.pagediv .next .fas{
  right: 5px;
}
.progressdiv{
  position: absolute;
  width: 70%;
  height: 15px;
  margin-left: 15%;
  border-radius: 8px;
  background: #fff;
  padding: 0!important;
  margin-top: 20px;
}
.progress{
  position: absolute;
  height: 15px;
  background: #f5821f;
}
@media screen and (max-width:800px){
  .pagediv{
    position: fixed;
    bottom: 0px;
    left: 0px;
  }
  .pagediv .prev,.pagediv .next{
    width: 10%;
  }
  .pagediv .middiv{
    width: 80%;
  }
}

/*******************************************************************************
 Course outline menu
*******************************************************************************/
.outline,.display{
  position: relative;
  float: left;
}
.display{
  padding: 10px;
  font-weight: 350 !important;
  width: auto;
  min-width: 75% !important;
}
@media screen and (max-width:800px){
  .display{
    min-width: 40% !important;
  }
}
.displaypane input{
  border:none !important;
}
.displaypane .table-responsive{
  padding: 0 !important;
  padding-bottom: 0 !important;
}
.displaypane td textarea{
  width: 100%;
  border: none;
}
.outline{
  background: #383d40;
  padding: 0px !important;
  display: none;
  overflow-y: auto;
}
.out-intro{
  position: relative;
  top:0px;
  left: 0px;
  background: #f78e38;
  margin: 0px;
  padding: 10px;
  height: auto;
  min-height: 150px;
}
.out-intro *{
  color: #fff !important;
}
.out-intro h3, .progdiv{
  position: relative;
  float: left;
  width: 100%;
}
.out-intro h3{
  margin-top: 0px;
  padding-top: 0px;
}
#outlinetoggle1,#outlinetoggle2{
  cursor: pointer;
  display: none;
}
.progdiv{
  background: #e8791e;
  width: 100%;
  padding: 10px;
}
.progcount,.progstripe{
  position: relative;
  float: left;
}
.progcount{
  background: #e88535;
  padding: 2px 3px 2px 3px;
  font-size: 12px;
  border-radius: 5px;
  width: 20%;
}
.progstripe{
  top: 5px;
  margin-left: 2%;
  height: 15px;
  border-radius: 8px;
  background: #fefefe;
  width: 75% !important;
}
.tabletitle{
  position: relative;
  top: 0px;
  width: 100%;
  background: #2c3031;
  margin-left: 0px;
  margin-right: -20px;
  padding: 10px 8px 10px 8px;
  color: #fff;
  font-size: 15px;
}
.prognav{
  font-size: 12px;
  cursor: pointer;
}
.expand{
  display: none;
}
.collapse{
  display: block;
}
.sect{
  background: #b31f38;
  padding: 3px;
  padding-top: 6px;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  margin-top: 25px;
  height: auto;
  min-height: 30px;
  color: #ddd;
}
.menu{
  padding-left: 10px;
  padding-right: 10px;
}
.menulnk{
  background: #2c3031;
  padding: 3px;
  border-radius: 6px;
  font-size: 13px;
  width: 100%;
  margin-top: 25px;
  height: auto;
  min-height: 30px;
}
.menulnk:first-child{
  margin-top: 5px;
}
.bullet{
  font-size: 13px;
  margin-right: 5px;
}
.navlist{
  width: 100%;
}
.menulnk a, .navlist a{
  color: #929395;
}
.navlist{
  list-style: none;
  padding-left: 10px;
}
.navlist a{
  font-size: 12px;
}
.cur{
  color: #f5821f !important;
}


/*====================Modals====================*/
.modal-content{
    padding: 0px !important;
    background: #fff;
}
.holder{
    margin: 0px !important;
    padding: 0px 0px 5px 0px !important;
}
.modal-content h3{
    margin: -1px -1px 6px -1px;
    padding: 8px;
    font-size: 25px;
    background: #f2c23d;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-content img{
    padding-top: 5px;
}


/********************************************************
                   Footer
********************************************************/
footer{
    border-top: 1px solid #ddd;
    color: #444;
    padding: 10px 0px 5px 0px;
}


/************************Media Queries******************************/
@media screen and (min-width:1100px){
}
@media screen and (max-width:1099px){}
@media screen and (max-width:960px){}
@media screen and (max-width:800px){
}
@media screen and (max-width:767px){}
@media screen and (max-width:640px){
.navbar{
    display: none;
}
.breadcrumbs{
    margin-top: 0px;
}
}
@media screen and (max-width:480px){
}
@media screen and (max-width:320px){}
