html body{    
    font-family: Avenirl, Verdana, 'Calibri', 'Candara', 'Segoe', "Segoe UI", 'Optima', Arial, sans-serif;
    position: relative;
  }
.navbar-default{
  background: #F9F9F9;
  background-repeat:repeat-x;
  height: 80px!important;
  border: 0px !important;    
  box-shadow: 0px 4px #5F5F5F;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');
}

.navbar{
  margin-top:5px;
  border-radius: 0px;
  
}
.navbar-brand{
  padding:15px;
  cursor: text;
}

.ilearn-image {
  padding:11px; 
  margin:3px
}

.powered-style {
  position:absolute; 
  right:50px; 
  top:30px; 
  color:#AEABAB
}

.sub_left_panel{
  width:100%; 
  background-color:#fff;  
  padding:20px 8px 8px 8px; 
  margin: 1px solid #D6D6D6;
}

 .footer-div{
    background-color:#5F5F5F;
    padding:4px 0px 4px 50px;
    position: fixed;
    width: 100%;
    bottom: 10px;
  }
  .footer-div>a{
    font-size:12px; color:#000; cursor:pointer
  }

  /**************** High Level Containers  *******************************/
  .left_main_body{
    margin:10px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  @media (max-width: 706px) {
    .mobile-offset-container{
      padding:5px!important;
    }

    .left_main_body{
      margin:0px;    
    }
    .right_sub_panels{      
      margin:0px;  
      padding:0px;     
    }    

  }

  .video_container{
    border-left: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;

  }
  .all_videos_filters_div{
    display: none;
    background-color: white;
    padding: 5px 0px 5px 20px;
    margin: 9px;
  }

  .all_videos_filters_div > .column{
    padding-bottom:8px;
  }

  .right_sub_panels{
    background-color: #F5F5F5; 
    height:auto; 
    margin:10px; 
    border-radius: 4px;
    border: 1px solid #E1E1E1;
  }

  .section_titles{
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 14px;
    color: #383392;
    padding: 8px 0 10px 8px;
    margin: -1px 0px 2px 0px;
    background-color: #E1E1E1;
    border-top-right-radius: 4px; 
    border-top-left-radius: 4px; 
  }


  .video_container_hot_topic{
    min-height:100px; 
  }

  #mu_sub_menu{
    display:none;
  }

  .form-group > .control-label{
    font-weight: normal;
    font-size:90%;
  }

  .select2-search__field{
    min-width:150px;
  }

  

/***************** Main Tabs - Version Name, All Videos, MU2 STYLE **/
  .nav-tabs-main{
    background-color:#E1E1E1;
    border-bottom-width:0px;
  /*  height: 32px;*/
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: 4px solid #383392;
    padding: 6px 0px 0px 10px;
  }

  .tab-content{
      background-color:#303136;
      color:#fff;
      padding:5px
  }

  .nav-tabs-main > li > a{
    outline: none;
    height:27px;
    padding:3px 10px;
   /* min-width: 150px;  for cds*/
    min-width: 80px;
    text-align: center;
    margin-right: 4px!important;  
    color:#333;   
    font-size: 13px!important;

     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,dbdbdb+50,d1d1d1+51,bfbfbf+100 */
  /*  background: #d3d3d3; /* Old browsers */
  /*  background: -moz-linear-gradient(top, #d3d3d3 0%, #dbdbdb 50%, #d1d1d1 51%, #E1E1E1 100%); /* FF3.6-15 */
  /*  background: -webkit-linear-gradient(top, #d3d3d3 0%,#dbdbdb 50%,#d1d1d1 51%,#bfbfbf 100%); /* Chrome10-25,Safari5.1-6 */*/
  /*  background: linear-gradient(to bottom, #E1E1E1 0%,#E1E1E1 50%,#E1E1E1 51%,#E1E1E1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
  /*  filter: progid:DXImageTransform*/.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */*/*/
  }

  @media (max-width: 866px) {
      .nav-tabs-main > li > a{
          /*width: 100% !important;*/
          min-width: 40px;
          padding:2px 5px;
          margin-right: 2px!important;
      }
  }

  .nav-tabs-main > li > a:hover{      
      border: medium none; 
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,dbdbdb+50,d1d1d1+51,bfbfbf+100 */
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #dbdbdb 50%, #d1d1d1 51%, #bfbfbf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#dbdbdb 50%,#d1d1d1 51%,#bfbfbf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4f4f4 0%,#dbdbdb 50%,#d1d1d1 51%,#bfbfbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
  }

  .nav-tabs-main > li.active > a,
  .nav-tabs-main > li.active > a:focus,
  .nav-tabs-main > li.active > a:hover{      
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383392+0,383392+48,383392+50,383392+53,383392+100 */
    background: #383392; /* Old browsers */
    background: -moz-linear-gradient(top,  #383392 0%, #383392 48%, #383392 50%, #383392 53%, #383392 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #383392 0%,#383392 48%,#383392 50%,#383392 53%,#383392 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #383392 0%,#383392 48%,#383392 50%,#383392 53%,#383392 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383392', endColorstr='#383392',GradientType=0 ); /* IE6-9 */
    border:0px!important;
    color:#fff;
    font-weight: bold;
    /*height: 25px;*/
   /* margin-top: 3px;*/
  }


  //***************** Sub Tabs - Screen Name, Reco Content STYLE **/
  .nav-tabs-sub{
  border-bottom-color: none;
  }

  .nav-tabs-sub > li > a{     
    outline: none;
    padding:8px 15px;
    min-width: 100px;
    text-align: center;
    font-size: 13px!important;   
  }


  @media (max-width: 866px) {
      .nav-tabs-sub > li > a{
          min-width: 50px;
          padding:5px 12px;          
      }
  }

  .nav-tabs-sub > li.active > a,
  .nav-tabs-sub > li.active > a:focus,
  .nav-tabs-sub > li.active > a:hover{       

    color: #383392;
    font-weight: bold;
    text-decoration: underline;
    border: 1px solid white;
    border-bottom: 1px solid #D6D6D6;
  }

/*.helpBtn {
  margin: 4px 2px 1px -9px
}
  */

  /************************ VIDEO LINKS STYLE ********************************/
  .video_link_a{
    text-decoration: none!important; 
    cursor: pointer;
  }

  .videoLink {
    font-size: 14px;
    border-bottom: solid 8px white;
    padding: 3px 10px;    
    background-color: #F9f9f9;
    border: 1px solid #D6D6D6;
    margin-top: 3px;
  

    }  

  .videoLink-visited {
    font-size: 14px;
    background-color: #CFEFF4;
    border-bottom: solid 8px #F0F2F4;
    padding: 3px 10px;      
  }

  @media (max-width: 866px) {
    .videoLink, .videoLink-visited {
      font-size: 12px;           
    }
    
  }

  .videoLink table,   .videoLink-visited  table{
    width: 100%;
  }

  .videoLinkText {
    color: #000;
    width: 73%;
  }

  .hot_topic_text{
    color: #000;
  }

  .duration {
    color: #5F5F5F;
    padding-right: 50px;
  }
  .muIcon {
    width: 30px;
    height: 20px;
  }

  .muIcon img {
    border: 0px;
  }
  .videoLinkImage {
    width: 33px;
    height: 33px;
    padding-top: 4px;
  }
  .videoLinkImage img {
    border: 0px;
    width: 26px;
  }

  .master_instruction_div{
    padding-bottom:0px!important  ;
  }

  .master_instruction_div>p{
    font-size: 12px;
    font-style: italic;
  }

/************************ MODAL STYLES ***********/
#video_modal > .modal-dialog {
  width: 95%;
  height: 95%;
  padding: 0;
  max-width:900px;
  max-height: 650px;
}

#video_modal  > .modal-dialog > .modal-content, 
#video_modal  > .modal-dialog > .modal-content > .modal-body,
#video_modal  > .modal-dialog > .modal-content > .modal-header{
  padding: 0px;
}

#video_modal  > .modal-dialog > .modal-content > .modal-header{
  min-height: 4px!important;
  border-bottom:0px solid #fff;
  position:relative;
}
#video_modal > .modal-content {
  height: 100%;
  border-radius: 0;
  padding: 0px;
}
#video_modal  > .modal-dialog > .modal-content > .modal-footer{
  padding:8px;
  border-top:1px solid #CCCCCC;
  background: #EFF1F3;
}

#video_modal  > .modal-dialog > .modal-content > .modal-header .close{
    color:#666;
    opacity: 1;
    font-size: 25px;
    line-height: 25px;   
    background-color: #fff;
    border-radius: 5px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;   
    box-shadow: 5px 5px 10px #444;

    position:absolute;
    right:-15px;
    top:-15px;
    z-index: 100;
    
}

#video_modal  > .modal-dialog > .modal-content > .modal-header .close:hover{
  color:#000;
  opacity: 1;
  font-size: 25px;
}

.btn-like{  
  background: url("../img/likeBTN_active.png") no-repeat;
  margin-left:20px;  
  padding-bottom: 17px;
  margin-right: -5px; 
}
.btn-like-active{  
  background: url("../img/likeBTN_active.png") no-repeat!important;
}
.btn-like:disabled{
  background: url("../img/likeBTN_deactive.png") no-repeat;
  padding-bottom: 9px;
}

.btn-dislike{ 
  background: url("../img/DislikeBTN_active.png") no-repeat;
  /*width: 73px;*/
/*  height: 27px;*/
      padding-bottom: 17px;
          margin-right: -5px;
}
.btn-dislike-active{  
  background: url("../img/DislikeBTN_active.png") no-repeat!important;
}
.btn-dislike:disabled{
  background: url("../img/DislikeBTN_deactive.png") no-repeat;
   padding-bottom: 9px;
}

.stats_bar_text{
  font-weight:bold; 
  font-size:12px;
  color: #5F5F5F;
}
 #manage_practice_resource_btn{
  background: url("../../assets/img/plus.png");
  display: inline-block;
  width:49px;
  height: 33px;
  margin-top: -8px;
}

#manage_practice_resource_btn:hover{
  background: url("../../assets/img/plus_over.png");
}

.helpBtn{
  display: inline-block;
 /* width:40px;*/
  height: 33px;
  float:right;
  margin-top:-37px
}

.glyphicon-question-sign {
  font-size: 28px;
  margin-top: 11px;
  color: #5a5858;
}



.scrollit { 
  height:500px; 
  overflow-y:scroll; 
}

.nav_sub_tabs > a {
  color: black;
}

.input-group-addon {
  color: #383392;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
 
}

.input-group-style {
  padding-bottom: 5px;
  margin-left: -10px;
  padding-top: 5px;
}
.select {
  width: 200px;
}

.version_sub_menu {
     border-left: 1px solid #D6D6D6;
  
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;

}

.right_container {
  margin-top: 20px;
}

.select2-container--default 
.select2-selection--multiple {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.select2-container--default 
.select2-selection--single {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc;
}

.footer-color {
  width: 150px;
  background-color: #383392;
  margin: -4px 0px -4px -50px;
  padding: 2px 0px 2px 40px;
}

.margin {
      padding-left: 20px;
    margin-top: 20px;
}

.select2-container .select2-selection--single {
    height: 32px;
}

#video_dynamic_area {
  height: 422px;
}

/*.slanted-div {
  color: white;
  width: 210px;
  background-color: #383392 ;
 
 
}

.slanted-div:after{
  height: 100%;
  width: 100%;
  background-color: white;
  position: absolute;
  content: "";
  transform: rotate(45deg);
  transform-origin: bottom right;
}*/

/*.abc{
  background:#a32114;
  
  top:50px;

  height:50px;
  width:100px;
}
.abc:after,.abc:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: relative;
}
.abc:before{
  border-bottom: 50px solid #a32114;
  border-left: 12px solid transparent;

}
.abc:after{
  border-bottom: 50px solid #a32114;
  border-right: 20px solid transparent;
  left: 100px;
  top:-50px;
}
*/