#lists{
        min-height: 200px; border: 1px solid #EEE; margin-top: 20px;
        padding-top: 15px; padding-bottom: 10px;
    }
    #lists li{
        font-size: 17px; margin-bottom: 10px; 
    }
    .timer{
        color: #777 !important;
    }
    .slides-ul i{
        display: none; visibility: hidden;
    }
    
    
    /* The Modal (background) */
.slide-modal { 
    display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0;
    top: 0; width: 100%; height: 100%; overflow: auto; background-color: black;
}

/* Modal Content */
.slide-content {
  position: absolute; background-color: #fefefe; margin: auto; padding: 20px 30px; width: 85%; max-width: 1200px;
  left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.slide-content .fa{
    display: none; visibility: hidden;
}
.slide-content .heading{
    font-size: 40px; padding-bottom: 10px; border-bottom: 1px dotted #777; text-align: center;
}
.slide-content .text{
    font-size: 18px; text-align: justify;
}
.slide-content li{
    font-size: 18px; margin-bottom: 10px;
}
/* The Close Button */
.close-slide {
  color: #FFF; position: absolute; top: 10px; right: 25px; font-size: 35px; font-weight: bold;
}

.close-slide:hover, .close-slide:focus {  color: #999; text-decoration: none; cursor: pointer; }



.cursor { cursor: pointer; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -50px; color: white; 
  font-weight: bold; font-size: 20px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0; border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; }
@media only screen and (max-width: 768px) {
    .slide-content .heading{
        font-size: 25px;
    }
    .slide-content .text{
        font-size: 14px; 
    }
    .slide-content li{
        font-size: 14px; 
    }
}
.mg-menu{
    z-index: 1000 !important;
}
/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

.user-nav{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.user-nav li a{
    padding: 10px 7px; color: #222; color:  orangered; border-radius: 5px;
    border: 1px solid orangered;
}
.user-nav li.active a{
    background-color: orangered; color: #f1f1f1;
}
.h-120{
    height: 120px  !important;
}
.ht-150{
    height: 150px; overflow-y: auto !important;
}
.youtube-iframe {
    width:100%;
    height:480px;
}
.overflowscrolling{
    overflow: auto;
}
.absolute{
    position: absolute;
}
.record-form{
    z-index: 99; padding: 10px; width: 350px;
    background-color: #fff; border-radius: 5px;
}
.record-form.search{
    width: 300px;
}
.record-form p{
    width: 120px; float: left; margin-right: 9px;
}

#smsbox{
    height: 120px; border: 10px solid #B6B6B4;
    padding: 10px; display: block;
    margin: 1px 0 20px 0;
    width: 100% !important;
}

#msgcharacter{
    border: 10px solid #B6B6B4; background-color: #B6B6B4;
    border-radius: 10px 10px 0 0; color: #fff; width: 100%;
    display: block;
}
.smsbalance{
    font-weight: bold; color: #fff;
}

.vspace{
    padding-bottom: 10px; display: inline-block;
}
.col-80{
    
}
.col-20{
     
}
.sch-heading span{
    text-align: center; font-size: 13px; font-weight: normal; display: block;
    margin: 0; padding: 0; text-transform: lowercase;
}
.sch-heading{
    padding: 0 !important; margin: 0 !important; text-align: center; 
    text-transform: uppercase; font-size: 19px;
}
#resulttb{
    width: 100%; margin: 0 auto; position: relative;
    font-size: 8px !important; border: 1px solid #fff; 
}
#tbR td, #tbR th{
    text-align: center; border: 1px solid black; 
}
#tbR td{
    text-transform: capitalize;
}
#resulttb td{
    padding: 0px 3px !important;
}
#tbR, .printting table{
    display: block; width: 100%; border-collapse: collapse;
}
#resulttb .alignleft{
    text-align: left; text-transform: capitalize !important;
}
#resulttb .table-bordered th, #resulttb .table-bordered td{
    border: 1px solid #000 !important;
}
#embos{
    position: absolute; left: 50%; top: 70%; z-index: 0;
    transform: translate(-50%,-50%); opacity: 0.3; 
}
#embos img{
    width: 500px;
}

.fixed_header_score{
    min-width: 400px;
}

.fixed_header_score tr.chrscore th, .fixed_header_score .chsc{
    width: 85px; text-align: center;
}
.chsc{
    width: 85px; text-align: center;
}
.fixed_header_score thead{
    color: #FFF !important; background-color: #333 !important;
}
  
.fixed_header_score .name{
   width: 180px !important; 
}
.fixed_header_score .sb{
    width: 90px !important; text-align: center;
}
fixed_header_score .sn{
    width: 40px !important; text-align: center;
}
.small-font{
    font-size: 11px !important;
}

#scoreMatrixInfo span{
    display: inline-table; margin-right: 5px; padding-right: 5px; border-right: 1px solid #000;
}
#scoreMatrixInfo{
    text-transform: uppercase; margin: 10px 0; font-weight: bold;
}
.spaced{
    margin-right: 20px; 
}
.score{
    min-width:50px; max-width: 100px;
}
.scoresth{
        width: 50px;
    }
    .vertical p{
        /*writing-mode: tb-rl;*/
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform:rotate(90deg);
        transform: rotate(90deg);
        white-space:nowrap;
        display:block;
        top: 20px;
        position: absolute;
        width:40px; margin: 0 auto;
        line-height: 15px;
        left: 0;
        /*height:60px;*/
    }
    
    .result th{
        height: 160px; position: relative; text-transform: capitalize;
    }
    #resulttb .result th{
        height: 130px !important;
    }
    .result td{
        text-transform: capitalize;
    }
    .table-bordered th, .table-bordered td{
        border: 1px solid #222 !important;
    }
    .result th{
        
        /*border: 1px solid #fff;*/
    }
    .result{
        overflow: auto;
    }

#empty-space{
    border-right: 1px solid #ccc; width: 100%; display: table;
}
.corse-list-table td, .corse-list-table tr{
    padding: 4px 5px !important;
}
.active a{
    background-color: #eee; padding: 8px 10px;
}
.sysinfo{
    margin: 0 auto; display: table
}
.img-circle {
    border-radius: 50%;
}
.img-thumbnail{
    width: 50px; height: 50px;
}
.staff-list a{
    display: inline-block; padding: 5px; color: #3a3a3a; margin-left: 10px;
}
.right-border{
    border-right: 1px solid #ccc;
}
.active.staff-list{
    border-bottom: 1px solid #ccc; border-top: 1px solid #ccc;  
}
.active.staff-list a{
    text-decoration: none;
}
.staff-list{
    padding: 5px 0;
    
}

.short-message{
    height: 42px; overflow: hidden; padding: 0; margin: 0;
}
.short-header{
    height: 65px; overflow: hidden; 
}
/*Centering col-md-*/
.centered{
    text-align: center; font-size: 0;
}
.centered > div{
    float: none; display: inline-block; text-align: left; font-size: 12px;
}

.iecestep {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #ddd;
        border: none; 
        border-radius: 50%;
        display: inline-block;
    }

    /* Mark the active step: */
    .iecestep.active {
        background-color: greenyellow;
    }

.view-password{
    position: absolute; right: 10px; top: 50%; transform: translateY(-50%); cursor: pointer;
}
.vcenter{
        display: flex; align-items: center;
    }
.square-box-shadow{
    box-shadow: 0px 0px 7px #ccc;
}
.square-box-shadow:hover{
    box-shadow: 0px 0px 28px #777;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #eeeeee;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  
}

/* Mark the active step: */
.step.active {
  background-color: #d9391c;
}


.testimonia {
    display: none; color: #fff;
}
.testimonia.active{
    display: block;
}
.testimonia .message-box{
    background-color: #fff; color: #000; text-align: center;
}
.testimonia .user-data, .testimonia .message-box{
    padding: 30px 20px 40px 20px;
}
.testimonia .user-data{
    position: relative; 
}
.img-small{
    max-width: 500px;
}



.btn-detail{
    display: table; text-decoration: none; background-color: #ff6347; padding: 10px;
    color: #fff;
}
.white-background{
    background-color: #fff; padding: 20px; min-height: 500px;
}

.red{
    color: red;
}
.right-margin{
    margin-right: 20px;
}
.wrap-img-left img{
    float: left; margin-left: 30px;
}
.justify{
    text-align: justify !important;
}

.capitalize{
    text-transform: capitalize;
}



/*
header .icons{
    cursor: pointer; background-color: #ff6347;
}
*/

.welcom-message .icons {
    width: 50px; height: 50px; margin-left: 0px; margin-top: 18px; font-size: 18px;
}

/*header .user-icon{
    border-radius: 30px;  padding: 10px; margin-left: 10px;  cursor: pointer;
    display: inline-block; position: relative; background-color: #1cbcd9; top: 0px;
    color: #fff; 
}
.user-icon a{
    padding: 0; margin: 0; color: #fff; 
}
.user-icon a:hover{
    text-decoration: none;
}
.user-icon ul li a{
    padding: 10px; display: block; position: relative; color: #fff;
}
#searchbtn{
    position: absolute; top: 5px; font-size: 23px; right: 5px; cursor: pointer; color: #fff;
}*/
.nav-children a:hover, .nav-children a.active, .nav-main a.active{
    color: tomato;
    border-bottom: 1px solid tomato;
}
.searchbtn{
    position: absolute; top: 5px; font-size: 23px; right: 5px; cursor: pointer; 
}
.container{
    background-color: #fff;
}

/*Global*/
html, body{
     /*padding: 0; margin: 0; font-family: 'Taprom';font-size: 16px !important;
     color: #2a2a2a;*/
}
body{
    /*background-color: #fff; */
}

.block{
    display: block; width: 100%;
}
#body{
    min-height: 400px;
}
.caption{
    display: block; padding: 12px 15px; font-weight: bold; background-color: #ddd; 
    color: #333;
}
.clear{
    clear: both; display: block;
}
.user-nav, .hand{
    cursor: pointer;
}

.hidden, .filtered-out{
    display: none; visibility: hidden;
}
img{
    max-width: 100%;
}
.inline-block{
    display: inline-block;
}
.inline-table{
    display: inline-table;
}

.profilepicture{
    width: 250px; height: 250px; margin: 0 auto; border-radius: 50%; background-color: #ccc;
}
.relative{
    position: relative;
}

.error{
    font-style: italic; color: red; padding-left: 10px;
}


.invalid{
    background-color: #ffdddd !important;
}




header a{
   /* padding: 12px 15px; display: inline-block; text-decoration: none; border-radius: 4px;*/
    
}

#nav-container{
    background-color: #2a2a2a; color: #fff; padding-bottom: 20px; padding-top: 20px;
}
#nav-container a{
    color: #fff;
}

header #nav-container a:hover{
    
    background-color: #fff; color: #140027; 
}




.dropdown-n{
    position: relative; display: inline-block; text-align: left !important;
}

.dropdown-content{
    position: absolute; background-color: #f1f1f1;  
    min-width: 180px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 199;
    padding: 7px 10px; display: none;
}

.dropdown-content a:hover{
    background-color: #ddd;
}
.dropdown-n:hover .dropdown-content{
    display: block !important; 
}

.dropdown-content li, .dropdown-content li a{
    display: block; text-align: left; width: 100% !important;
}








#welcomenote{
    text-align: justify;
}



/*footer*/
footer{
    background-color: #2a2a2a; text-align: center; color: #fff; padding: 30px 0 50px 0;
    
}

 
/*Text Alignment*/
.align-center{
    text-align: center !important;
}
.align-right{
    text-align: right;
}
.align-left{
    text-align: left;
}

.uppercase{
    text-transform: uppercase;
}

.upvote{
    width: 0; height: 0; border-left: 12px solid transparent;
    border-right: 12px solid transparent; border-bottom: 12px solid #7e7e7e;
    cursor: pointer;
}

.downvote{
    width: 0; height: 0; border-left: 12px solid transparent;
    border-right: 12px solid transparent; border-top: 12px solid #7e7e7e;
    cursor: pointer; 
}
.down-angle{
    width: 0; height: 0; border-left: 5px solid transparent;
    border-right: 5px solid transparent; border-top: 6px solid #7e7e7e;
    cursor: pointer; margin-left: 10px; position: absolute; right: 0;
    top: 50%; transform: translateY(-50%);
}


/*Loader*/
.loader, .loader-small{
    border: 5px solid #eee;
    border-top: 5px solid #140027;
    border-radius: 50%; animation: spin 0.5s linear infinite;
    display: inline-block;
}
.loader{
    width: 50px; height: 50px;
}
.loader-small{
    width: 25px; height: 25px;
}
.sm-loader{
    border: 2px solid #eee;
    border-top: 2px solid #140027;
    border-radius: 50%; animation: spin 0.5s linear infinite;
    display: inline-block;
    width: 15px; height: 15px;
}


@keyframes spin{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.row{
    overflow: hidden;
}
[class*="col-"]{
    margin-bottom: -99999px; padding-bottom: 99999px;
}

@media only screen and (max-width:991px) {
    
   .vcenter{
        display: block; align-items: stretch; 
    }
    .vcenter .index-album-text{
        margin-top: 50px;
    }
    .h-120{
        height: 150px  !important;
    }
}
@media only screen and (max-width: 768px) {
    .ht-150{
        height: auto;
    }
    .h-120{
        height: 150px  !important;
    }
    .vcenter .index-album-text{
        margin-top: 0px;
    }
    .right-border{
        border-right: 0;
    }
    #embos img{
        width: 100%;
    }
    .youtube-iframe {
        height:350px;
    }
}
@media only screen and (max-width: 480px) {
    
    .h-120{
        height: 120px !important;
    }
    
}
@media print{
    .table, div, table, thead, tbody, p{
        page-break-inside: avoid !important;
        
    }
    
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}


@media print{
    .table, div, table, thead, tbody, p{
        break-inside: avoid !important;
    }
}