.scale-in-hor-center{
  animation: scale-in-hor-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-out-horizontal{-webkit-animation:scale-out-horizontal .3s cubic-bezier(.55,.085,.68,.53) both;animation:scale-out-horizontal .3s cubic-bezier(.55,.085,.68,.53) both}
span.num-round-{
   width:20px;
   height: 20px;
   border:1px solid #cccccc;
   background-color: #eeeeee;
   padding:5px;
}
.subject-image-div- img{
     width:150px;
     height: 130px;
     border-radius: 10px;
}
.topic-preview-topic-header{
   margin-top:40px;
}
.cp-topic-content-unmo{
   border:1px solid #CCCCCC;
   border-radius: 5px;
   padding: 20px;
}
ul.social-log-reg-{
  width:100%;
  text-align: center;
  margin-top:10px;
  margin-bottom: 20px !important;
}
ul.social-log-reg- li{
   display: inline-block;
}
@media (max-width: 950px) {
     
     .topic-preview-topic-header{
         margin-top:10px;
      }

} 
/* ----------------------------------------------
 * Generated by Animista on 2020-6-26 14:2:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-hor-center
 * ----------------------------------------
 */
@keyframes scale-in-hor-center {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2020-6-26 14:5:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes scale-out-horizontal{0%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:1}}@keyframes scale-out-horizontal{0%{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:1}}
table.points-awarded-container{
   background-color: #ffffff;
   border-radius: 5px;
   width:100%;
   border-spacing: 0;
}
table.points-awarded-container tr{
     border:1px solid !important;
}
table.points-awarded-container th,
table.points-awarded-container td{
  padding:20px 20px;
  background-color: #ffffff;
  text-align: center;
}
table.points-awarded-container th.left-align,
table.points-awarded-container td.left-align{
   text-align: left;
}
table.points-awarded-container tr:nth-child(odd) th,
table.points-awarded-container tr:nth-child(even) td{
  background-color: #f9fafb;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.online-users-img{
   display: inline-block;
   margin-right: 5px;
}
.online-users-img img{
   width:50px;
   height: 50px;
   border-radius: 80px;
}
.back-to-school-offer{
   position: absolute;
   width: 62%;
   margin-top:100px;
   margin-left: 280px;
   top:0;
   background:#ffffff;
   z-index: 9 !important;
   border-radius: 10px;
   padding-bottom: 50px;
   display: none;
   border:1px solid #CCCCCC;
}
.back-to-school-offer.active{
   display: block;
}
.back-to-school-logo{
   width: 100%;
   margin-top:-100px;
   text-align: center;
}
.back-to-school-logo img{
   width:300px;
}
ul.back-to-school-offer-list{
  list-style-type: none;
  width:100%;
  text-align: center;
  margin-top:-30px;
}
ul.back-to-school-offer-list li{
   display: inline-block;
   vertical-align: top;
}
ul.back-to-school-offer-list li a{
   display: block;
   width:200px;
   padding:20px;
   height: 150px;
   margin-right: 10px;
   font-size: 20px;
   color:#ffffff;
}
ul.sd-offer-container{
   list-style-type: none;
   text-align: center;
   width:100%;
}
ul.sd-offer-container li{
   display: inline-block;
   height: 300px;
   width: 180px;
   margin-left: 5px;
   border:1px solid #eeeeee;
   vertical-align: top;
   margin-bottom: 20px;
}
.offer-list a{
  border-bottom:1px solid #eeeeee;
  display: block;
  padding:10px 0px;
}
.time-table-view{
   display: none;
}
.time-table-view.active{
   display: block;
}
.sd-offer-container{
  display: none;
}
.sd-offer-container.active{
   display: block;
}
.cancel-offer-container a{
   display: block;
   width:30px;
   height: 30px;
   float: right;
   font-size: 20px;
   border:1px solid #333;
   text-align: center;
   border-radius: 50px;
   line-height: 30px;
   color:red;
}
@media (max-width: 950px) {
    .back-to-school-logo{
       margin-top:-50px;
    }
   .back-to-school-offer{
      width:100%;
      margin: 50px auto;
   }
   ul.back-to-school-offer-list{
     width:100%;
     margin-top:-30px;
   }
   ul.back-to-school-offer-list li a{
     width: 150px;
     font-size: 15px;
     margin-right: 2px;
   }
}
 .notification-bfixed-box-{
     position: fixed;
     bottom: 0;
     left: 0;
     margin-left: 30px;
     width:300px;
     margin-bottom: 40px;
     border-radius: 5px;
     z-index: 99999 !important;
 }
 .notification-box-shadow{
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.35);
     box-shadow: 0 0 20px 0 rgba(0,0,0,.35);
     border-radius: 3px;
 }
 .notification-bfixed-box-cancel a{
     display: block;
     width: 30px;
     height: 30px;
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 30px;
     border-radius: 20px;
     color:#444;
     font-weight: bolder;
     margin-top:-10px;
     color:#ffffff;
 }
 .resource-pack-left-container{
   height: 620px;
   background:#e8f3ec;
   padding:80px;
   margin-left: -25px;
 }
 .card-bottom-details-container{
    border-top:1px solid #eeeeee;
    width: 90%;
    position: absolute;
    bottom: 0;
    padding:10px;
 }
 .resource-pack-left-container p{
    font-size: 20px;
 }
 .resource-pack-explore-more a{
    display: block;
    padding: 20px;
    border:1px solid;
    width: 200px;
    text-align: center;
    margin-top:35px;
 }
 .resource-text-container{
   line-height: 30px;
 }
 .resource-pack-right-container{
    height: 600px;
    margin-right: -21px !important;
 }
 
 .jssocials-share-link { 
  /*border-radius: 50% !important; */
}
 ul.challenge-navigations{
    list-style: none;
    margin:0px auto;
    padding:0px;
    width:100%;
    text-align: center;
 }
 ul.challenge-navigations li{
     display: inline-block;
     vertical-align: top;
 }
 ul.challenge-navigations li a{
    display: block;
    padding:30px 20px;
    width:200px;
    height: 100px;
    text-align: center;
    font-size: 20px;
    color: #333;
    background-color: #eeeeee;
    border-radius: 10px;
 }
 ul.challenge-navigations li a.active{
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #30ACFF;
    background-image: -moz-linear-gradient(top,#30ACFF,#4787ed);
    background-image: linear-gradient(top,#30ACFF,#4787ed);
    border: 1px solid blue;
    background-color: blue !important;
    color:#ffffff !important;
 }
 .challenge-intruction-board{
    width:50%;
    margin:auto;
    /*height: 400px;*/
    padding:20px;
    margin-bottom: 20px;
 }
 .challenge-banner{
   padding:80px 20px;
   text-align: center;
 }
 .challenge-intruction-board ol,
.challenge-intruction-board ul{
     margin-left: 30px;
     margin-top:20px;
     font-size: 18px;
 }
 .resource-card-mny{
   width:210px;
   display: inline-block;
   vertical-align: top;
   margin-bottom: 40px;
   -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding:10px;
 }
 .resource-card-mny:hover{
    box-shadow: 8px 10px 40px 0px rgba(46,61,73,0.22);
 }
 .resource-cover-img{
    background-size: cover;
    height: 120px;
    background-repeat: no-repeat;
 }
 .resource-card-mny img{
    width:100%;
 }
 @media (max-width: 650px) {
     ul.challenge-navigations{
       width: 100%;
     }
     ul.challenge-navigations li a{
         width:100px;
         padding:10px;
         height: auto;
         font-size: 14px;
         border-radius: 5px;
     }
     .challenge-intruction-board{
        width:100%;
     }
 }

 .prfl-photo-container{
    width:120px;
    height: 130px;
    background: #ffffff;
    margin-top:-80px;
    margin-left: 20px;
    border-radius: 5px;
 }
 span.notes-available-bob{
    width:15px;
    height: 15px;
    border-radius: 20px;
    position: absolute;
    background: #871619;
    margin-top:-4px;
    color:#ffffff;
    font-size: 9px;
    /*text-shadow: 0 1px rgba(0, 0, 0, 0.25);*/
    /*font: bold 12px Helvetica, Sans-Serif; letter-spacing: -1px;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
 }
 .alert-notifcication-round-bob{
    color:#ffffff;
    display: block;
    position: absolute;
    margin-left: -30px !important;
    margin-top:15px;
 }
 .alert-notifcication-round-bob .bell-num-icon{
    position: absolute;
    display: block;
    width:21px;
    height: 20px;
    line-height: 22px;
    background-color: red;
    position: absolute;
    border-radius: 2px;
    margin-top:-13px !important;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    font: bold 12px Helvetica, Sans-Serif; letter-spacing: -1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
 }
 .notification-alert-box{
   position: absolute;
   width:400px;
   background-color: #ffffff;
   margin-left: -250px;
   margin-top:49px;
   z-index: 9990 !important;
   border-radius: 5px;
   display: none;
 }
 .alert-box-cancel-icon a{
     display: block;
     color: #ffffff;
     width:30px;
     height: 30px;
     float: right;
     line-height: 30px;
     border:1px solid;
     text-align: center;
     border-radius: 30px;
 }
 .alert-box-header{
    padding:10px 20px;
    background-color: #871619;
 }
 .prfl-photo-container img{
    width:120px;
    height: 130px;
    border-radius: 5px;
 }
 .prfile-button- .file-btn{
    padding:10px;
    border:1px solid #cccccc;
    margin-bottom:10px;
    border-radius: 5px;
    cursor: pointer;
 }
 .more-links-on-web{
    display: block;
 }
 .more-links-on-mobile{
    display: none;
 }
 .exam-overall-score-container{
    text-align: center;
    margin:20px auto;
    padding:20px;
 }
 .exam-overall-score-container .num{
    font-size:50px;
 }
 .div-absolute-pop{
   position: absolute;
 }
 .separator-div{
    width: 100% !important;
    border-top: 1px solid #CCCCCC !important;
    height: 0px !important;
    text-align: center !important;
    display: inline-block !important;
    margin-top:20px;
    margin-bottom: 20px;
}
.inner-separator{
   display: inline-block !important;
  letter-spacing: 2px !important;
  font-size: 12px !important;
  padding: 0 14px !important;
  background-color: #871619 !important;
  position: relative !important;
  color:#ffffff;
  line-height: 12px !important;
  top: -12px !important;
  color:#ffffff;
}
 /*TOPIC LIST CONTAINER*/
 div.t-topics-lists-container,
 div.t-topics-lists-container-2{
    margin-top:5px;
    padding-left: 20px !important;
 }
 ul.t-topics-lists-container,
 ul.t-topics-lists-container-2{
    list-style-type: none;
    margin: 0px !important;
    padding-left: 20px !important;
    display: none;
 }
 ul.t-topics-lists-container.active,
 ul.t-topics-lists-container-2.active{
    display: block;
 }
 ul.t-topics-lists-container li,
 ul.t-topics-lists-container-2 li{
     margin-bottom:10px;
     border:1px solid #FFFFFF;
     background-color: #f7f7f7;
     padding:10px;
     position: relative;
 }
 ul.t-topics-lists-container li h4,
 ul.t-topics-lists-container-2 li h4{
    font-size: 20px;
 }
 .t-topic-header a{
  color: rgba(0,0,0,.84);
 }
 .t-topic-right-container{
    float: right;
 }
.t-topic-right-container a{
   transition: all 500ms ease;
   border-radius: 3px;
}
.t-topic-right-container a:hover{
  background: rgba(0,0,0,0);
  color: #3a7999;
  box-shadow: inset 0 0 0 1px #3a7999;
}
.t-contnent-display-container,
.t-contnent-edit-display-container{
   width:98%;
   background-color: #eeeeee;
   position: fixed;
   margin-left: -250px;
   height: 100%;
   top: 0;
   bottom: 0;
   z-index: 99 !important;
   display: none;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cp-t-contnent-edit-display-container{
   width:98%;
   background-color: #ffffff;
   position: fixed;
   margin-left: -250px;
   height: 100%;
   top: 0;
   bottom: 0;
   z-index: 999 !important;
   display: none;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.t-contnent-display-container.t-z-index{
    z-index: 999999999 !important;
}
.t-contnent-display-container.active,
.t-contnent-edit-display-container.active,
.cp-t-contnent-edit-display-container.active{
   display: block;
}
.t-no-content-display{
   width:300px;
   margin:100px auto 10px;
}
.img-responsive{
   max-width: 100% !important;
}
.editor-top-header-container{
   background-color: #FFFFFF;
}
.t-topic-disply-header-tbl{
   display: table;
   width:100%;
}
.t-topic-disply-header-col1,
.t-topic-disply-header-col2,
.t-topic-disply-header-col3{
   display: table-cell;
   vertical-align: middle;
}
.t-topic-disply-header-col2{
   padding:10px;
}
.t-topic-disply-header-col3{
   width:250px;
}
.t-topic-disply-header-col1{
   width:120px;
}
.cp-crud-buttons-{
   position: relative;
   margin-bottom: 10px;
}
.cp-crud-buttons- a{
   display: inline-block;
   border:1px solid;
   margin-right: 5px;
   padding:0px 5px;
   text-align: center;
}
.embed-cp-options-{
  position: relative;
  padding-left: 10px;
}
ul.cp-options-list-container{
    list-style: none;
    position: absolute;
    top: 0;
    margin-top:-5px;
    padding:10px;
    background: #ffffff;
    z-index: 9 !important;
    box-shadow: 0px 15px 10px -15px #111 !important;
    background: #666;
    color: #FFFFFF;
}
ul.cp-options-list-container li{
   display: inline-block;
   margin-top:5px;
}
ul.cp-options-list-container li a{
   display: block !important;
   width:auto !important;
   height: auto !important;
   border-radius: 0px;
   padding:6px !important;
   margin-bottom: 5px;
   color: #FFFFFF;
}
.cp-cancel-option-list a{
   color:#FFFFFF;
   display: block;
   width:25px;
   height:25px;
   line-height: 23px;
   border-radius: 50%;
}
.cp-cancel-option-list a:hover{
   color:#FFFFFF;
}
.cp-content-form-container{
   width:100%;
   height: 700px !important;
}
.cp-content-form-container input[type="text"]{
   border:1px solid #CCCCCC;
   width:100%;
   height: 40px;
   padding:5px 10px;
}
.cp-content-textarea-hold{
   overflow-y: auto;
}
ul.cp-content-list-container{
   list-style: decimal;
   border-left: 5px solid #CCCCCC;
}
ul.cp-content-list-container li a{
   text-align: left !important;
   border:1px solid
}
#cp-original-notes,
#cp-draft-notes{
  height: 600px;
  border: 1px solid #eee;
  padding-top: 10px;
  padding: 10px;
  overflow-y: auto;
}
.cp-subtopic-container{
   margin-left: 10px;
}
.cp-content-topic-list-container{
   margin-left: 30px;
}
.cp-no-added-topics-container{
   padding:50px 5px;
}
.cp-topic-header span{
   font-size: 30px;
}
.cp-topic-header{
   font-size: 20px;
}
.cp-subtopic-header{
   font-size: 18px;
}
.cp-buttons-small-text a{
   font-size: 12px !important;
}
.cp-margin-top{
   margin:10px 0px;
}
.cp-content-topic-contana{
   display: none;
}
.cp-content-topic-contana.active{
   display: block;
}
.cp-content-load-more-container{
   height: 200px;
   overflow: hidden;
}
.cp-paragraph-container,
.cp-activity-container{
   margin-top:10px;
}
ul.cp-right-topic-list-container{
   padding:0px !important;
   list-style: none;
}
ul.cp-right-topic-list-container li {
  border-bottom: 1px solid #E2E1E0;
  position: relative;
  padding: 10px 20px;
  background-color: #f4f4f4;
}
ul.cp-right-topic-list-container li a{
  font-size: 1.1em;
}
ul.cp-right-topic-list-container li a.active{
  color:#b96133 !important;
  position: relative;
  background-color: #f4f4f4;
  display: block;
  position: relative;
}
ul.cp-right-topic-list-container li a.active:after
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 13px 15px 13px 0;
  border-color: transparent #f4f4f4;
  display: block;
  width: 0;
  z-index: 1;
  left: -30px;
  top: -1px;
}
.cp-act-paragraph{
   margin-left: 10px;
}
.cp-contain-paragraph-content{
  padding-right: 5px;
}
.cp-inner-inner-tips-container,
.cp-paragraph-col{
   display: table-cell;
   vertical-align: top;
}
.cp-inner-inner-tips-container{
   width:40%;
   padding:0px 10px;
}
.cp-tips-inner-content{
   border:2px dotted red;
   padding:5px;
   margin-bottom:5px;
}
.t-small-create-box-container,
.success-error-message-box,
.t-edit-settings-exam-container,
.welcome-message-pop,
.t-content-comments-box,
.t-image-upload-loading-modal,
.success-error-message-box-2{
   background-color: #ffffff;
   padding:20px;
   top: 0 !important;
   margin: 50px auto;
   z-index: 99999 !important;
   -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
   -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
   box-shadow: 0 4px 16px rgba(0,0,0,.2);
   background: #fff;
   background-clip: border-box;
   display: none;
}
.cp-content-container-pop-modal{
   background-color: #ffffff;
   padding:20px;
   top: 0 !important;
   margin: 0px auto;
   z-index: 999 !important;
   -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
   -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
   box-shadow: 0 4px 16px rgba(0,0,0,.2);
   background: #fff;
   background-clip: border-box;
   display: none;
   width:60%;
}
.t-pop-background-modal{
   position: fixed;
   top: 0 !important;
   bottom: 0 !important;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.6);
   z-index: 999 !important;
   display: none;
}
.div-fixed-pop{
   position: fixed;
}
.margin-left-div-cont{
   margin-left: 250px !important;
}
.cp-inner-inner-activity-container,
.cp-activity-container{
    margin-left: 10px;
}
.cp-subtopic-inner-container{
   margin-top:5px;
   border:1px solid #E2E1E0;
   border-radius: 5px;
}
.cp-subtopic-header-xmn,
.cp-subtopic-header-xmn-{
   font-size: 20px;
   cursor: pointer; 
   padding:15px;
   margin: 0;
   background: #f4f4f4;
   border-radius: 5px;
   position: relative;
}
.cp-subtopic-header-xmn .price-card{
   padding:5px 10px;
   float: right;
   margin-right: 20px;
   margin-top:-5px;
   font-size: 13px !important;
   color:#ffffff;
   border-radius: 5px;
   border:none !important;
}
.confirm-payment-action-button{
   width:100px;
   margin:auto;
   text-align: center;
}
.vodacom-pop-icon{
    position: absolute;
}
.vodacom-pop-icon img{
   width:120px;
   height: 50px;
}

.price-card.premium-color{
   background: #871619;
}
.price-card.free-color{
   background: #E4B93D;
}
.price-card.premium-paid-color{
   background: #006600;
}
.purchase-premium-container a{
     display: block;
     width:300px;
     margin:auto;
     padding:20px;
}
.cp-subtopic-header-xmn.active{
   background: #FFFFFF;
}
.cp-subtopic-header-xmn.active a{
   /*color: #000000 !important;*/
   color: #b96133 !important;
   /*font-weight: bolder;*/
}
.cp-subtopic-header-xmn a:hover{
   color: #b96133 !important;
}
.cp-subt-arrow-up-down-a{
    position: absolute;
    right: 0px !important;
    padding-right: 10px;
}
.cp-subtopic-accordion-container,
.cp-subtopic-accordion-container-{
  padding:10px;
  border-radius: 5px;
}
.cp-subt-arrow-up-down-a span{
  color:#aaaaaa;
  font-size: 20px;
  -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.cp-subt-arrow-up-down-a span.up{
  -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
.cp-subtopic-accordion-container {display: none;}
.cp-subtopic-accordion-container.default {display: block;}
@media (max-width: 900px) {
    .more-links-on-web{
      display: none;
    }
    .more-links-on-mobile{
      display: block;
    }
}
.mobile-block{
   display: none;
}
@media (max-width: 650px) {
   
   .t-small-create-box-container,
   .t-pop-background-modal,
   .success-error-message-box,
   .t-edit-settings-exam-container,
   .welcome-message-pop,
   .cp-content-container-pop-modal,
   .t-image-upload-loading-modal,
   .success-error-message-box-2{
      width:99% !important;
      margin-top:0px !important;
      padding:10px;
   }
   .cp-inner-inner-tips-container,
   .cp-paragraph-col{
      display: block;
   }
   .cp-inner-inner-tips-container{
      width:100%;
   } 
  .t-topic-disply-header-col1,
  .t-topic-disply-header-col2,
  .t-topic-disply-header-col3{
     display: block;
  }
  .t-topic-disply-header-col3{
     display: none;
  }
  .t-topic-disply-header-col1{
     width:100px;
  }
  .t-topic-disply-header-col1 button{
      padding:10px !important;
      width:100px !important;
  }
  .cancel-tpc-display{
    border:1px solid;
    margin-right: -15px !important;
    margin-top:-5px !important;
  }
  .t-small-create-box-container,
   .success-error-message-box,
   .welcome-message-pop,
   .cp-content-container-pop-modal,
   .t-image-upload-loading-modal,
   .success-error-message-box-2{
       margin-left: -10px !important;
   }
   .margin-left-div-cont{
      margin-left: 5px !important;
   }
   .mobile-block{
     display: block !important;
     /*width:100% !important;*/
   }
   .width-92{
      width:100% !important;
   }  
}
/*END MAN*/
.t-content-inner-content-card- img{
   max-width: 100px !important;
}

.t-content-inner-content-card- iframe{
   display: none !important;
}
.t-content-inner-content-card-,
.t-content-inner-content-card- p,
.t-content-inner-content-card- ol,
.t-content-inner-content-card- ul,
.t-content-inner-content-card- h1,
.t-content-inner-content-card- h2,
.t-content-inner-content-card- h3,
.t-content-inner-content-card- h4,
.t-content-inner-content-card- h5,
.t-content-inner-content-card- h6,
.t-content-inner-content-card- a,
.t-content-inner-content-card- font{
    font-size: 6px !important;
    font-weight: bolder !important;
    margin:0px !important;
}
.t-content-inner-content-card-{
  padding:30px !important;
}
.t-content-inner-content-card- table,
.t-content-inner-content-card- table tr,
.t-content-inner-content-card- table tr th,
.t-content-inner-content-card- table tr td{
  padding:0px !important;
  padding:2px !important;
  font-size: 6px !important;
}
.t-content-inner-content-card- ol,
.t-content-inner-content-card- ul{
   padding:0px 0px 0px 10px !important;
}
.t-content-inner-content-card- ol li,
.t-content-inner-content-card- ul li{
     border:none !important;
     padding:0px !important;
     margin:0px !important;
     background-color: transparent !important;
}
.t-content-inner-content-card-{
    height: 150px;
    margin: auto;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
    overflow: hidden;
    padding:10px;
    background-size: cover;
    background-position: center;
}
.content-pdf-view{
   text-align: center;
}
.content-pdf-view span{
    font-size: 100px;
    color:#CCCCCC !important;
}
.t-content-list-n-overview .t-lessn-input-table{
     margin:0px !important;
     padding:0px !important;
     font-size: 5px !important;
}
.t-content-list-n-overview .t-lessn-input-col1{
   width:50px;
   padding:0px !important;
}
.t-content-list-n-overview .t-lessn-input-col2{
   padding:2px !important;
}
.t-content-list-n-overview .t-upper-inner-tbl{
   font-size: 4px !important;
   padding:0px;
}
.t-content-list-n-overview .t-upper-inner-col1{
   padding: 0px !important;
   font-size: 4px !important;
}
.t-exam-list-card{
  width:250px;
  display: inline-block;
  margin-right: 5px;
}
.t-content-user-avatar-tbl{
   display: table;
   width:100%;
   position: absolute;
   bottom: 0;
   padding:10px;
   z-index: 5;
   border-top:1px solid #eeeeee;
   background: #ffffff;
}
.t-content-user-avatar-col1,
.t-content-user-avatar-col2{
  display: table-cell;
  vertical-align: middle;
}
.t-content-user-avatar-col1{
  width:35px;
}
.t-content-user-avatar-col1 img{
  width:25px;
  height: 25px;
  border-radius: 50%;
}
.public-resource-list a{
   display: inline-block;
   background-size: cover;
   background-position: center;
   width:170px;
   height: 200px;
   margin-bottom: 10px;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   -webkit-transition: all 0.3s ease;
   transition:all 0.3s ease;
}
.public-resource-list a:hover{
   box-shadow: 8px 10px 40px 0px rgba(46,61,73,0.22);
}
.t-lesson-plan-format-list{
  display: inline-block;
  width: 148px;
  vertical-align: top;
  margin-right: 10px !important;
}
.t-lesson-plan-format-list a{
    border-radius: 4px;
    display: block;
    width: 148px;
    position: relative;
    padding:0px !important;
    height: 175px;
    background-color: #ffffff;
    padding:0px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease;
    transition:all 0.3s ease;
}
.t-lesson-plan-format-list a img{
    width:100%;
    height: 175px;
}
.t-lesson-plan-format-list h5{
   text-align: center;
}
.t-lesson-plan-format-list a:hover{
   box-shadow: 8px 10px 40px 0px rgba(46,61,73,0.22);
}
@media (max-width: 992px) {
   .t-lesson-plan-format-list{
      width:125px;
      margin-right: 0px !important;
   }
   .t-lesson-plan-format-list a{
      width:120px;
   }
}
/*Q&A style*/
.qanda-list-container{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   padding:10px;
   margin-top:15px;
}
.qanda-question-container{
   padding:10px;
}
.qanda-answer-container{
   border-left:5px solid #CCCCCC;
   margin-left: 30px;
   padding:0px 10px;
}
.qanda-crud-box-tool{
   position: absolute;
   right: 0;
   margin-right: 40px;
}
.qnda-content-container{
   overflow: auto;
}
/*PEER NETWORK CONTAINER*/
.peer-suggestions-container{
   width:400px;
   height: 0px;
   border:1px solid;
   background: #ffffff;
   z-index: 9999999 !important;
   position: fixed;
   bottom: 0px;
   left: 0px;
}
.peer-suggestion-header{
   padding: 10px;
   text-align: center;
   font-weight: bold;
}
.user-follolow-container{
   margin-top:5px;
   display: table;
}
.user-follow-col1,
.user-follow-col2{
  display: table-cell;
}
.user-follow-col2{
  padding-left: 10px;
}
.user-follow-button-cont{
   float: right;
}
/*Shared doc*/
.doc-shared-doc-tbl{
  width:100%;
  display: table;
}
.doc-shared-doc-col1,
.doc-shared-doc-col2,
.doc-shared-doc-col3{
   display: table-cell;
   vertical-align: top;
}
.doc-shared-doc-col1{
   display: none;
}
.doc-shared-doc-col3{
  width:50px;
  text-align: right;
}
.doc-shared-doc-col2{
   width:50px;
   text-align: right;
}
.doc-shared-user-outer{
   width:150px !important;
   overflow: auto;
   position: relative;
   padding:0px 10px;
}
button.doc-share-button-{
   border-radius: 5px;
   -moz-box-shadow: none;
    box-shadow: none;
    background-color: #30ACFF;
    background-image: -moz-linear-gradient(top,#30ACFF,#4787ed);
    background-image: linear-gradient(top,#30ACFF,#4787ed);
    border: 1px solid blue;
    border-top-color: blue;
    border-right-color: blue;
    border-bottom-color: blue;
    border-left-color: blue;
}
.doc-shared-usr-list{
   width:300px;
   text-align: right;
   padding:0px 10px;
}
.doc-shared-usr-list a img{
    width:30px;
    height: 30px;
    border-radius: 50%;
    border:2px solid #222222;
    margin-left: -10px !important;
}
.doc-shared-usr-list a{
   display: inline-block;
}
.share-doc-search-follow{
   display: none;
   margin-top:10px;
   margin-bottom: 10px;
}
.doc-shared-follow-usr-container{
  margin-top:10px;
  margin-bottom: 10px;
  height: 450px;
  overflow:auto;
  padding:10px 20px 10px 0px;
}
.doc-shared-follow-usr-container label{
   width:100%;
   cursor: pointer;
   padding:0px !important;
}
.doc-shared-follow-usr-container .t-user-avatr-table:hover{
   background: #eeeeee;
}
.load-more-peer-user{
   text-align: center;
}
.load-more-peer-user a{
   width:100px;
   margin: auto;
   border:1px solid;
   display: block;
   text-align: center;
   padding:10px;
}
button.follow-button-blue-color,
button.follow-button-green-color{
   width:100px;
   font-size: 12px !important;
   border-radius: 5px;
   -moz-box-shadow: none;
    box-shadow: none;
}
button.follow-button-blue-color{
    background-color: #30ACFF;
    background-image: -moz-linear-gradient(top,#30ACFF,#4787ed);
    background-image: linear-gradient(top,#30ACFF,#4787ed);
    border: 1px solid blue;
    border-top-color: blue;
    border-right-color: blue;
    border-bottom-color: blue;
    border-left-color: blue;
}
button.follow-button-green-color{
    background-color: #45d117;
    background-image: -moz-linear-gradient(top,#45d117,#45d117);
    background-image: linear-gradient(top,#45d117,#45d117);
    border: 1px solid green;
    border-top-color: green;
    border-right-color: green;
    border-bottom-color: green;
    border-left-color: green;
}

.t-user-avatr-table{
  display: table;
  width:100%;
}
.t-user-avatr-col-1,
.t-user-avatr-col-2,
.t-user-avatr-col-3{
  display: table-cell;
  vertical-align: top;
}
.t-user-avatr-col-3{
   width:20px;
}
.t-user-avatr-col-2 a:hover{
   color:#000000 !important;
}
.t-users-basic-info-cont{
  width:500px;
}
.t-user-avatr-col-1{
  width:80px;
}
.t-user-avatr-col-1 img{
  height: 60px;
  width:60px;
  border-radius: 50%;
}
/*Q & A*/
.q-and-a-form-holder{
   margin:0 auto !important;
   height: 100%;
   position: fixed;
}
.lesson-plan-overlay-cover{
  position: absolute;
  width:100%;
  background: rgb(216, 47, 79, 0.8);
  height: 100%;
  transition:all 0.3s ease;
}
.lesson-plan-overlay-cover .overlay-details{
  padding:100px 20px;
  text-align: center;
  color: #FFFFFF !important;
  text-transform: uppercase;
}
.lesson-margin-left{
   margin-left: -45px;
}
.pdf-content-container{
   display: none;
   margin-top:10px;
}
.pdf-content-container.active{
   display: block;
}
@media (max-width: 650px) {
  .lesson-margin-left{
     margin-left: 0px;
  }
  .doc-shared-follow-usr-container{
     height: 350px;
  }
}
/***************PEER SUGGESTION BUTTON************/
.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.floaty {
  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 99;
}
.floaty-list {
  margin: 0 0 20px;
  padding: 0 0 0 6px;
  list-style: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}
.floaty:hover .floaty-list {
  opacity: 1;
}
.floaty-list-item {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 15px 0;
  cursor: pointer;
  background-color: #CCCCCC;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
}
.floaty-list-item > img {
  border-radius: 50%;
  width:50px;
  height: 50px;
  border:2px solid #CCCCCC;
}
.floaty-list-item--yellow {
  background-color: #d4a717;
}
.floaty-list-item--yellow > svg {
  fill: #fff;
}
.floaty-list-item--blue {
  background-color: #3c80f6;
}
.floaty-list-item--blue > svg {
  fill: #fff;
}
.floaty-list-item-label {
  position: absolute;
  top: 8px;
  left: 120%;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  background-color: #424242;
  border-radius: 2px;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity .2s ease-out;
}
.floaty-list-item:hover > .floaty-list-item-label {
  opacity: 1;
}
.floaty-btn {
  position: relative;
  width: 56px;
  height: 56px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
  background-color: #DB4437;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
}
.floaty-btn:hover .floaty-btn-label {
  opacity: 1;
}
.floaty-btn-label {
  position: absolute;
  top: 14px;
  left: 115%;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  background-color: #424242;
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity .2s ease-out;
}
.floaty-btn-icon {
  transition: all .2s;
}
.floaty-btn-icon-plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floaty.is-active .floaty-btn-icon-plus {
  opacity: 0;
  -webkit-transform: rotate(13deg);
  transform: rotate(130deg);
}
.floaty-btn-icon-create {
  opacity: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.floaty.is-active .floaty-btn-icon-create {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*END*/
/*PDF CANVAS*/
.content-pdf-container{
   background: #ffffff;
   /*border:1px solid;*/
}
.content-text-media-container,
.content-pdf-container{
  display: none;
}
.content-text-media-container.active,
.content-pdf-container.active{
   display: block;
   overflow: auto;
   width:100%;
}
#pdf-main-container {
    width: 800px;
    height: 1300px;
    /*margin: 20px auto;*/
}
#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}
#pdf-contents {
    display: none;
}
#pdf-meta {
    overflow: hidden;
    margin: 0 0 20px 0;
}
#pdf-buttons {
    float: left;
}
#page-count-container {
    float: right;
}
#pdf-current-page {
    display: inline;
}
#pdf-total-pages {
    display: inline;
}
#pdf-canvas {
    box-sizing: border-box;
    border:1px solid #CCCCCC;
}
#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}
#pdf-meta.active{
   background:#ffffff;
   position: fixed;
   width: 100%;
   padding:10px 200px 0px;
   top: 0;
   left:0;
   right: 0;
   /*margin-top:-65px;*/
   z-index: 9999;
   box-shadow: 0px 15px 10px -15px #111;
}
@media (max-width: 750px) {
    #pdf-meta.active{
        padding:10px;
    }
}
/*SHEME OF WORK*/
.t-scheme-tbl{
   margin-top:20px !important;
}
.t-scheme-tbl th{
  vertical-align: top !important;
  border:1px solid #999999 !important;
  text-align: center;
  text-transform: uppercase;
}
.t-scheme-tbl button.note-btn{
   font-size: 10px !important;
}
.scheme-table-padding thead th{
    padding:10px !important;
}
.scheme-table-padding tbody td{
   padding:10px !important;
}
.t-scheme-tbl tbody td{
    border:1px solid #999999 !important;
}

.t-scheme-plan-form-container{
   background-color: #ffffff;
   width:100%;
   margin:20px auto;
   padding:30px 10px 40px 10px;
   margin-bottom: 80px;
}
.t-scheme-tbl textarea{
   resize: none;
   height: 150px;
}
.t-scheme-tbl select{
   width:100% !important;
   padding:5px 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   border:none;
}
.scheme-title-input input{
    font-size: 20px;
    border: 1px solid #eeeeee;
    border: none;
    padding: 5px 10px;
    font-weight: bolder !important;
    width: 100% !important;
}
/*END SCHEME OF WORK*/
/**********************************************FEEDBACK PAGE*************************************/
.cancelFeedbackDiv a{
   font-size: 20px;
   display: block;
   width:100px;
   height: 40px;
   padding:5px;
   text-align:center;
   border-radius:50%;
   color:#ffffff;
}
.feedbackBottomBarDiv{
   width:40%;
   position: fixed;
   bottom: 0px;
   right: 10px;
   z-index: 90;
}
.feedbackBottomBarDiv ul{
   list-style: none;
   margin:0px !important;
   padding:0px !important;
}
.feedbackBottomBarDiv ul li{
    display: inline-block;
    padding:2px 10px;
    width:240px;
    background-color: #871619;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.feedbackBottomBarDiv ul li a{
   color:#ffffff;
   display: block;
   text-align: center;
   font-size: 16px;
}
.alert-cirlce-bottom{
   height: 25px;
   width: 25px;
   border:1px solid;
   text-align: center;
   border-radius: 50%;
   margin-top:-10px !important;
   background-color: #871619;
   text-shadow: 0 1px rgba(0, 0, 0, 0.25);
   box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
   
}
.feedbackForm [type="radio"]:checked,
.feedbackForm [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.feedbackForm [type="radio"]:checked + label,
.feedbackForm [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.feedbackForm [type="radio"]:checked + label:before,
.feedbackForm [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #871619;
    border-radius: 100%;
    padding:5px;
    background: #fff;
}
.feedbackForm [type="radio"]:checked + label:after,
.feedbackForm [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #871619;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.feedbackForm [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.feedbackForm [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feedbackForm label{
   text-transform: uppercase;
   display: block;
   font-size: 12px !important;
}
.feedbackForm p.group{
   display: inline-block;
}
.feedbackForm input[type="text"]{
    border:1px solid #CCCCCC;
    height: 40px;
    padding:10px;
    width:100%;
}
.feedbackForm textarea{
   width:100%;
   resize: none;
   height: 120px;
   border:1px solid #CCCCCC;
   padding:10px;
}
.feedbackFormDiv h4{
   padding:10px;
   background-color: #871619;
   color:#ffffff;
}
.feedBackViewDiv h2{
  color: #FFFF19 !important;
}
.feedbackFormDiv{
   width:30%;
   height: 100%;
   position: fixed;
   padding-bottom: 30px;
   background-color: #ffffff;
   display: none;
   right: 10px;
   bottom: 0px !important;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
   box-shadow: 0 0 20px rgba(0,0,0,.2);
   background-clip: padding-box;
   background-color: #ffffff;
   z-index: 9999 !important;
   overflow:auto;
}
.feedbackSubDiv{
   padding:20px;
}
.feedbackFormDiv label{
  margin-top:10px;
}
@media (max-width: 750px) {
   .feedbackFormDiv{
      width:90%;
      left: 10px;
      height: 500px;
   }
   .feedbackBottomBarDiv{
      width:100%;
   }
   .feedbackBottomBarDiv ul li.peer-button{
      display: none;
   }
}
/***********************************END FEEDBACK PAGE*/
/*Default css*/
.tbl{
    display: table;
}
.col1,
.col2,
.col3{
    display: table-cell;
}
.vertical-align-middle{
     vertical-align: middle;
}
.vertical-align-top{
     vertical-align: top;
}
.vertical-align-bottom{
     vertical-align: bottom;
}
.card-box{
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.width-100-percent{
   width:100%;
}
/*width definition*/
.width-100{
   width:100%;
}
.width-20{
  width:20px;
}
.width-30{
  width:30px;
}
.width-40{
  width:40px;
}
.width-50{
   width:50px;
}
.width-60{
   width:60px;
}
.width-70{
  width:70px;
}
.width-80{
  width:80px;
}
.width-90{
  width:90px;
}
.width-92{
  width:92px;
}
.width-110{
  width:110px;
}
.width-120{
  width:120px;
}
.width-150{
  width:150px;
}
.width-250{
  width:250px;
}
.width-300{
   width: 300px;
}
.width-320{
  width:320px;
}
.width-340{
   width: 340px;
}
.width-350{
   width: 350px;
}
.height-400{
  height: 400px;
}
.height-450{
  height: 450px;
}
.height-470{
  height: 470px;
}
.height-190{
   height: 190px;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
    overflow-y: hidden;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.overflow-auto{
   overflow-y: auto;
}
.overflow-hidden{
   overflow: hidden;
}
.height-100{
  height: 100%;
}
.display-block{
   display: inline-block;
}
.dark-color{
  color:#555;
}
.dark-color:hover{
  text-decoration: none;
  color:#555;
}
button.updatingButton,
.button-gradient{
   -moz-box-shadow: none;
    box-shadow: none;
    background-color: #30ACFF;
    background-image: -moz-linear-gradient(top,#30ACFF,#4787ed);
    background-image: linear-gradient(top,#30ACFF,#4787ed);
    border: 1px solid blue;
    border-radius: 3px;
    padding:10px;
    color:#ffffff !important;
}
.button-gradient-thin{
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #30ACFF;
    background-image: -moz-linear-gradient(top,#30ACFF,#4787ed);
    background-image: linear-gradient(top,#30ACFF,#4787ed);
    border: 1px solid blue;
    border-radius: 3px;
    padding:5px 10px;
}
.button-gradient-gold{
   -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffd800;
    background-image: -moz-linear-gradient(top,#ffd800,#ddcd6c);
    background-image: linear-gradient(top,#ffd800,#ddcd6c);
    border: 1px solid #ddcd6c;
    border-radius: 3px;
    padding:10px;
    color:#ffffff !important;
}
.button-float-right{
   float: right !important;
}
.font-12{
  font-size: 12px;
}
.font-14{
  font-size: 14px;
}
.border-top-grey{
   border-top:1px solid #eeeeee;
}
.border-bottom-grey{
   border-bottom:1px solid #eeeeee;
}
img.img-width-30{
     width:30px;
     height: 30px;
     border-radius: 50%;
}
img.img-width-40{
     width:40px;
     height: 40px;
     border-radius: 100%;
}
img.img-width-50{
     width:50px !important;
     height: 50px !important;
     border-radius: 50%;
}
img.img-width-60{
     width:60px !important;
     height: 60px !important;
     border-radius: 50%;
}
img.img-width-70{
     width:70px;
     height: 70px;
     border-radius: 50%;
}
img.img-width-80{
     width:80px;
     height: 80px;
     border-radius: 50%;
}
img.img-width-100{
     width:100px;
     height: 100px;
     border-radius: 50%;
}
img.img-width-150{
     width:150px;
     height: 150px;
     border-radius: 50%;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.padding-10{
  padding:10px;
}
.padding-20{
   padding:20px;
}
.padding-30{
   padding: 30px;
}
.padding-60-50{
    padding: 60px 50px;
}
.padding-20-50{
  padding: 20px 50px;
}
.padding-10-50{
  padding: 10px 50px;
}
.padding-50-20{
  padding:40px 20px;
}
.padding-10-20{
  padding:10px 20px;
}
.padding-20-0{
   padding:0px 20px;
}
.padding-100-30{
   padding:100px 30px;
}
.padding-150-30{
   padding:150px 30px;
}
.padding-40{
   padding:40px;
}
.margin-bottom-10{
   margin-bottom: 10px;
}
.margin-bottom-15{
   margin-bottom: 15px;
}
.margin-top-10{
   margin-top:10px;
}
.margin-bottom-10{
   margin-bottom:10px;
}
.margin-top-20{
   margin-top:20px;
}
.margin-top-30{
   margin-top:30px;
}
.margin-top-40{
   margin-top:40px;
}
.margin-top-50{
   margin-top:50px;
}
.margin-top-60{
   margin-top:60px;
}
.margin-top-70{
   margin-top:70px;
}
.margin-bottom-20{
   margin-bottom: 20px;
}
.margin-bottom-40{
   margin-bottom: 40px;
}
.margin-auto{
  margin: auto;
}
.margin-auto-left{
  margin-left: auto;
}
.margin-auto-right{
    margin-right: auto;
}
.margin-neg-10-top{
    margin-top:-10px;
}
.margin-neg-5-top{
    margin-top:-5px;
}
.margin-neg-30-top{
    margin-top:-30px;
}
.margin-neg-100-top{
   margin-top:-100px !important;
}
.position-absolute{
   position: absolute;
}
.position-relative{
  position: relative;
}
.border-radius-10{
  border-radius: 10px;
}
.text-aligin-center{
   text-align: center;
}
.google-dive-form-container,
.upload-file-form-container{
   display: none;
}
.google-dive-form-container.active,
.upload-file-form-container.active{
   display: block;
}
.dark-overlay{
   position: absolute;
   width: 100%;
   top: 0;
   bottom: 0;
   height: 100%;
   background: rgba(0,0,0,0.4);
}
.white-bg-color{
  background-color:#ffffff;
}
.marroon-bg-color{
  background-color: #871619;
}
.white-color{
   color:#ffffff;
}
.z-index-default{
   z-index: 9999999 !important;
}
/*SERIES CONTENT*/
.series-container-holder{
   padding: 20px 50px;
   width:10000px;
}
.seriescontent-card{
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}
.seriescontent-card-preview{
    width:100%;
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}
.seriescontent-card iframe,
.seriescontent-card-preview iframe{
   width:100% !important;
   height: 100% !important;
}
.seriescontent-card img,
.seriescontent-card-preview img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.seriescontent-card-preview-height{
   height: 550px;
   overflow:auto;
}
.seriescontent-card button{
   font-size: 10px !important;
}
.seriescontent-card.series-first-card{
   background-color: transparent !important;
}
.seriescontent-card.series-first-card textarea{
   width:100%;
   resize: none;
   height: 100%;
   text-align: center;
   padding:100px 10px;
   font-size: 40px;
   background-color: transparent !important;
   color: #ffffff !important;
}
.series-card-cover{
   background-size: cover;
   background-position: center;
}
.seriescontent-card.series-new-card a{
   display: block;
   color: #000;
   font-weight: bolder;
}
.series-card-cover-container{
   position: absolute;
   width:100%;
   height: 100%;
   z-index: 1 !important;
   overflow-y: auto;
   border-radius: 5px;
}
.first-card-form-container{
   position: absolute;
   width:100%;
   overflow-y: auto;
   overflow-x: hidden;
   z-index: 2 !important;
}
.first-card-form-container h2{
   color: #ffffff;
   font-size: 50px;
   font-weight: bolder !important;
}
.series-container-preview-outer-holder{
   width:400px;
   margin: auto;
}
.series-container-preview-outer-holder #exam-owl-slider{
    padding:0px !important;
    margin: 0px !important;
}
.series-preview-cover{
   background-size: cover;
   background-position: center;
   filter: blur(20px);
   position: absolute;
   top: 0;
   width: 95%;
   height: 100%;
}
.series-add-button{
     padding: 150px 30px;
}
.series-add-button{
   text-align: center;
}
.series-add-button img{
   width:120px;
}
.series-bg-image-container{
   background-size: cover;
   height: 300px;
   background-position: center;
}
.exam-owl-border{
    border-left: 20px solid #871619;
    position: relative
}
.exam-owl-border:before,
.exam-owl-border:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 10px solid #871619;
    position: absolute;
    left: 0;
}
.exam-owl-border:before{
    border-top: 10px solid #871619;
    top: 0;
}
.exam-owl-border:after{
    border-bottom: 15px solid #871619;
    bottom: 0;
}
.exam-owl h4{
   color:#000 !important;
}
.subject-exm-list-container{
    padding: 100px 50px 90px;
}
.examhme-header-container{
    padding: 10px 50px 90px;
}
@media only screen and (max-width: 767px){
     .exam-owl-border{
          padding: 0px !important;
          border-left: none;
      }
    .exam-owl-border:before,
    .exam-owl-border:after{
        content: "";
        width: 0px;
        height: 0px;
        border-right: none;
        position: absolute;
        left: 0;
    }
    .exam-owl-border:before{
        border-top: none;
        top: 0;
    }
    .exam-owl-border:after{
        border-bottom: none;
        bottom: 0;
    }
    .width-250{
       width: auto !important;
    }
    .subject-exm-list-container,
    .examhme-header-container{
       padding:0px;
    }
}
.exam-attempt-info-container{
   text-align: center;
}
#exam-owl-slider,
#exam2-owl-slider{
  overflow: auto;
  padding:20px 30px 40px !important;
}
.exam-card-height{
   height: 500px;
   overflow: auto;
   padding: 0px 20px;
}
.exam-attempt-container-card .owl-carousel{
   position: static !important;
}
#exam-owl-slider .owl-next,
#exam2-owl-slider .owl-next,
#exam-owl-slider .owl-prev,
#exam2-owl-slider .owl-prev{
    position: absolute;
    top:200px;
    padding:20px;
    display: block;
    z-index: 99999999999 !important;
    background: #000 !important;
    color:#ffffff !important;
    opacity: 0.7 !important;
    font-size: 15px !important;
    border-radius: 0px !important;
}
#exam-owl-slider .owl-prev,
#exam2-owl-slider .owl-prev{
    left: 0;
}
#exam-owl-slider .owl-next,
#exam2-owl-slider .owl-next{
    right: 0;
}
#scholar-owl-slider{
    padding-bottom:30px;
}
#scholar-owl-slider .owl-next,
#scholar-owl-slider .owl-prev{
    position: absolute;
    bottom:1;
    padding:10px;
    display: block;
    z-index: 99999999999 !important;
    background: #871619 !important;
    color:#ffffff !important;
    opacity: 0.7 !important;
    font-size: 15px !important;
    border-radius: 0px !important;
}
#scholar-owl-slider .owl-prev{
    left: 0;
}
#scholar-owl-slider .owl-next{
    right: 0;
}
/*EXAMINATION ROOM*/
.exam-room-right{
   background-image: url('../img/online-test-image.png');
   width:800px;
   height: 800px;
   background-size: cover;
   background-position: center;
   margin-right: -150px;
   margin-bottom: -600px !important;
   float: right;
   margin-top:110px;
   position: relative;
   border-radius: 100%;
}
.exm-hme-text-padding{
     padding:90px 30px 50px;
}
.exam-room-text-container h1{
   font-size: 60px;
}
.exam-room-subject-list-container{
   width: 100%;
   z-index: 2 !important;
   position: relative;
   padding: 40px 10px 100px 10px;
}
.exm-subject-card-container{
   width:93%;
   margin:auto;
}
.exam-room-card{
   vertical-align: top;
   display: inline-block;
   width:250px;
   height: 300px;
   margin-right: 10px;
   border-radius: 5px;
   margin-bottom:20px;
   position: relative;
}
.exam-room-attempt-card{
   width: 330px;
   height: 300px;
   margin-right: 10px;
   border-radius: 5px;
   margin-bottom:20px;
   display: inline-block;
   vertical-align: top;
   position: relative;
   padding:0px !important;
   overflow: hidden;
}
.exam-room-attempt-left-card{
   height: 300px;
   width:100%;
   padding:20px;
   text-align: center;
   color: #ffffff;
}
.exm-room-big-card{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:1px solid;
    line-height: 90px;
    text-align: center;
    margin:50px auto;
    color: #ffffff;
    font-size: 30px;
    font-weight: bolder;
}
.exam-room-score-records{
   padding:20px 0px;
}
.exam-room-score-inner-records{
   height: 250px;
   overflow: hidden;
}
.exam-room-attempt-card:hover .exam-room-score-inner-records{
   overflow: auto;
}
.exam-records-value{
   margin-top:10px;
   font-size: 13px !important;
   border-top:1px solid #eeeeee;
   border-bottom:1px solid #eeeeee;
   padding:10px 0px;
}
.exam-records-value .value{
   border:1px solid #999;
   color:#999;
   width:50px;
   height: 50px;
   line-height: 50px;
   border-radius: 50%;
   text-align: center;
}
.exam-room-card-info{
   text-align: center;
   margin-top:30px;
}
.exam-room-card-info h4{
   color: #fff !important;
}
.exam-room-card-members{
   text-align: center;
   position: absolute;
   width:100%;
}
.exam-room-card-members ul{
   list-style: none;
   margin-top: 50px !important;
   padding: 0px !important;
}
.exam-room-card-members ul li{
   display: inline-block;
   vertical-align: top;
   margin-left: -10px;
}
.exam-room-card-members ul li.class{
    display: inline-block;
    margin-top:20px;
    margin-left: 10px;
    vertical-align: top;
}
.exam-room-card-members ul li.class a{
   color: #ffffff;
   border:1px solid;
   padding:10px;
   margin-top:10px;
   font-size: 13px;
}
.member-card-front,
.member-card-back {
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s;
          transition: transform 0.3s;
}
.member-card-back{
    -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.exam-room-card.card-effect_hover:hover .member-card-front {
    -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.exam-room-card.card-effect_hover:hover .member-card-back {
    -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.exam-room-text-card-holder{
   border:1px solid #eeeeee;
   width:60%;
}
.exam-room-text-card-holder h1{
   color: #871619;
}
.exam-latest-attempt-holder{
    background-color: #f8f9fb;
}
.exam-attempts-bar-status{
   border:1px solid #eeeeee;
   width:50px;
   padding:10px;
   position: absolute;
   background: #ffffffcc;
}
.exam-attempts-bar-status img{
   width:20px !important;
}
.display-block-card,
.display-block-card-small,
.display-block-card-large{
  margin-bottom: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  position: relative;
  display: inline-block;
  width:250px;
  margin-right: 10px;
  vertical-align: top;
}
.display-block-card{
  height: 350px;
}
.display-block-card-small{
  height: 310px;
  background-color: #ffffff;
}
.display-block-card-large{
    height: 400px;
}
.shadow-hover:hover{
  -webkit-transform: scale(1.0);
  -ms-transform: scale(0.0);
  transform: scale(1.0);
  text-decoration: none;
  box-shadow: 8px 10px 40px 0px rgba(46,61,73,0.22);
}
.card-overview-small,
.card-overview,
.card-overview-medium
{
  overflow: hidden;
  margin: auto;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.02));
  overflow: hidden;
  padding: 20px;
}
.card-overview{
  height: 180px;
}
.card-overview-medium{
  height: 160px;
}
.card-overview-small{
  height: 120px;
}
.card-overview,
.card-overview-small,
.card-overview-medium,
.card-overview-medium p,
.card-overview-medium div,
.card-overview p,
.card-overview-small p,
.card-overview div
.card-overview-small div
{
   font-size: 10px;
}
.border-top-dark{
   border-top:1px solid #eee;
}
.exam-score-card{
   width:90px;
   height: 90px;
   border-radius: 50%;
   border:3px solid;
   text-align: center;
   line-height: 80px;
   font-size: 20px !important;
   margin: 20px auto 0px;
}
.exam-attempt-view-container{
   background-color: #eeeeee;
}
.exam-attempt-view-container.active{
   width: 100%;
   margin: auto;
   position: fixed;
   height: 100%;
   top: 0;
   z-index: 999 !important;
   overflow: hidden;
}
.exam-attempt-container-card{
   width: 800px;
   margin: 10px auto 0;
}
.exam-view-card-bar{
   width:100%;
}
.exam-attempt-overflow{
   height: 550px;
   overflow-y: auto;
   overflow-x: hidden;
   position: relative;
   padding-bottom:50px;
   position: absolute;
   bottom: 0;
   width:100%;
}
.question-directory-container{
}
.question-directory-inner-container{
  margin-left: 40px;
}
.question-directory-action{
   position: absolute;
   right: 0;
   margin-right: 50px;
}
@media (max-width: 650px) {
   .exam-room-card{
     width:182px;
     height: 250px;
     margin-right: 2px !important;
   }
   .exam-room-card-members ul{
       margin-top: 10px !important;
    }
    .exam-room-card-members ul li.class a{
       color: #ffffff;
       border:1px solid;
       padding:5px !important;
       margin-top:5px;
       font-size: 13px;
    }
}
/*END EXAMINATION ROOM*/
/*selection*/
.selection-box select{
   webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: .625rem 0 .625rem 1rem;
    line-height: 1.285714285714286;
    transition: all .12s cubic-bezier(.47,0,.745,.715);
    width: calc(100% + 50px);
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    font-size: 14px !important;
}
.selection-box .select-drop-down{
    /*background: #fff;*/
    border: 1px solid #dadee0;
    color: #3ccfcf;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 0 2.5rem 0 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    border-radius: 5px;
}
.selection-box .select-dropdown-arrow{
  background: inherit;
  display: block;
  height: 100%;
  padding: 0 .8125rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .12s cubic-bezier(.47,0,.745,.715);
  width: 2.375rem;
  line-height: 200%;
  text-align: center;
  color:#dadee0;
}
.selection-box textarea{
   padding:10px;
   border:1px solid #dadee0;
}
.selection-box table tr td{
   vertical-align: top !important;
}
.render-question-type-container{
    height: 440px;
    overflow-y: auto;
    border:1px solid #fff;
}
.render-question-type-container .panel-heading button{
   font-size: 10px !important;
}
.exam-clock-container{
  width:60%;
  margin: auto;
}
.exam-menu-container{
   padding:30px;
}
.exm-view-textpadding{
   padding:40px;
}
.exam-inner-clock-.active{
   top:0;
   left: 0;
   right: 0;
   width:100%;
   position: fixed;
   background: #ffffff;
   box-shadow: 0px 15px 10px -15px #111; 
   z-index: 990 !important;
   text-align: center !important;
   padding:0px !important;
   font-size: 12px !important;
}
.exam-inner-clock-.active .clock-inner{
   width:30%;
   margin: auto;
}
.exam-inner-clock-.partial-red{
    background: #FF9393 !important;
}
.exam-inner-clock-.full-red{
    background: #b20000 !important;
}
@media (max-width: 991px) {
    .exam-inner-clock-.active .clock-inner{
       width:350px;
       overflow: auto;
    }
    .exam-menu-container{
      text-align: left;
      padding:2px;
    }
   .exam-attempt-container-card{
      width:100%;
      margin: auto;
   }
   .exam-outer-clock-container{
      width: 300px;
      overflow: auto;
      padding:0px 10px;
   }
   .exam-clock-container{
      width:340px;
      overflow: hidden;
   }
   .exam-room-right{
     display: none;
   }
   .exam-room-subject-list-container{
     background-color: #F8F9FB;
     padding:40px 0px !important;
     text-align: center;
   }
   .exm-subject-card-container{
     width:100%;
   }
   #exam-owl-slider{
     padding:0px !important;
   }
   .question-directory-inner-container{
      margin: 0px !important;
   }
   .exm-hme-text-padding{
      padding:30px 10px;
   }
   .exm-view-textpadding{
      padding:30px;
   }
   .exam-room-text-container h1{
      font-size: 30px;
   }
}
/***************LOGIN VIEW ************/
.new-login-view-container.active{
    width:100%;
    height: 100%;
    padding:10px;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 99;
    overflow: auto;
}
.new-login-inner-container{
  width:700px;
}
.new-login-view-container{
    width:100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 9;
    overflow: auto;
}
.new-login-inner-container{
  width:50%;
  margin:0px auto;
}
.log-col-left{
    width:450px;
    background: #871619;
    opacity: 0.9;
    padding:30px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
}
.login-sd-logo a{
  font-family: Impact, Charcoal, sans-serif !important;
  color:#ffffff;
}
.log-item-list-container{
    margin: 40px 0px 0px 80px;
}
ul.log-item-list{
    list-style: none;
    height: 300px;
    color: #ffffff;
}
.log-form-logo{
   text-align: left;
   padding: 20px 0px !important;
}
.log-form-button a{
   color:#aaaaaa;
}
.log-form-button button{
   display: block;
   width:100%;
}
.log-form-button a:hover{
   color:#ffffff;
}
.log-register-link{
   padding:20px;
   font-size: 15px;
   position: absolute;
   bottom: 0;
   color:#aaaaaa !important;
   font-size: 14px;
   width:90%;
   text-align: center;
   left: 0;
   width:100%;
}
.log-container-holder{
  padding:20px 0px 10px;
}
.log-register-link a{
   color:#aaaaaa !important;
}
.log-register-link a:hover{
   color:#ffffff !important;
}
.log-form-container label{
   color:#CCCCCC !important;
}
.log-form-container select{
   color:#ffffff;
}
.log-form-container select option{
   color:#000000 !important;
}
.log-form-container input[type="text"],
.log-form-container input[type="password"]{
    border:1px solid #CCCCCC;
    width:100%;
    background:#871619; 
    box-shadow: none;
    height: 40px;
    padding:10px 20px;
    color: #ffffff;
    border-radius: 5px;
}
.log-social-button{
  padding:20px 0px;
}
.log-social-button img{
  width:20px;
}
.log-social-button button{
   font-size: 15px;
   width:100%;
   display: block;
   font-weight: bolder !important;
}
.reg-col-left{
    width:450px;
    background: #871619;
    opacity: 0.9;
    padding:30px;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
}
.new-register-form-container,
.default-register-page,
.user-email-input {
   display: none;
}
.new-register-form-container.active,
.default-register-page.active,
.user-email-input.active{
   display: block;
}
.user-class-input,
.user-school-input{
   display: none;
}
.user-class-input.active,
.user-school-input.active{
   display: block;
}
@media (max-width: 991px) {
   .new-login-inner-container{
       width:100%;
       padding:40px 10px;
   }
   .log-col-left{
      width: 100%;
   }
   .reg-col-left{
      width:100%;
      height: auto;
   }
   .log-form-logo h3{
      font-size: 30px;
   }
}
/*End login*/
/*Feature center*/
.transparent-top-nav{
   width:100%;
   padding:20px 0px;
}
.features-center-container{
   width:82%;
   margin:auto;
}
.welcome-overlay{
  position: absolute;
  width:100%;
  height: 100%;
  background: rgb(0,0,0,0.6);
  transition:all 0.3s ease;
  z-index: -1;
}
.feature-card-{
   display: inline-block;
   width: 165px;
   height: 130px;
   margin-left: 0px;
   margin-bottom: 10px;
   border-radius: 3px;
   text-align: center;
   padding:10px;
   vertical-align: top;
   transition: all 0.3s ease;
}
.feature-parent-card-{
   display: inline-block;
   width: 340px;
   height: 160px;
   margin-left: 5px;
   margin-bottom: 10px;
   border-radius: 3px;
   text-align: center;
   padding:10px;
   vertical-align: top;
   transition: all 0.3s ease;
}
.feature-parent-card-:hover,
.feature-card-:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
  box-shadow: 8px 10px 40px 0px rgba(46,61,73,0.22);
}
@media (max-width: 650px) {
    .features-center-container{
       width:100%;
       padding:0px 3px 100px;
    }
    .transparent-top-nav .logo-name{
       padding-left: 10px;
    }
    .transparent-top-nav .logo-name img{
       width:180px;
    }
    .feature-parent-card-{
       width:165px;
    }
}
.feature-card- h5{
  color:#ffffff;
}
.feature-card- img,
.feature-parent-card- img{
   width: 80px;
}
.welcme-header{
   padding:20px;
}
.welcme-header h5,
.welcme-header h4,
.welcme-header h3,
.welcme-header h2{
   color:#ffffff;
   text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
/*End features center*/
/*Scholarship*/
.scholarship-top-banner{
   background-attachment: fixed;
   background-position: center;
   background-size: cover;
   /*background-image:url("../img/timetableimg/Scholarship-2019.png");*/
   padding:1px;
}
.scholarhip-inner-banner{
   padding:40px 20px;
   width:60%;
   margin: 150px auto 120px;
   text-align: center;
}
.scholar-landingqnanswer{
    width:60%;
    margin:20px auto;
    padding:50px;
    border-radius: 10px;
}
.sholarship-container{
   margin:auto;
}
.about-sholarship-container{
    width:50%;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 10px;
    background: #ffffff;
}
.scholarship-landing-left{
  height: 450px;
  padding: 20px;
  background-position: center;
  background-size: cover;
  background-image:url("../img/scholarship/about_the_scholarship.png");
}
.scholarship-landing-right{
   height: 450px;
}
.scholarship-form{
   background: #ffffff;
}
.scholarship-form input[type="text"],
.scholarship-form input[type="tel"],
.scholarship-form input[type="date"],
.scholarship-form input[type="email"],
.scholarship-form input[type="password"]{
   box-shadow: none;
   height: 40px;
   border-radius: 5px;
   padding-left: 20px;
   background: #f9f9f9;
   border:1px solid #CCCCCC;
}
.scholarship-form textarea{
   resize: none;
   box-shadow: none;
   height: 150px;
   border-radius: 5px;
   background: #f9f9f9;
   border:1px solid #CCCCCC;
}
.scholarship-form select{
   background: #f9f9f9;
}
.scholarship-success-container{
   height: 500px;
   border:1px solid;
}
.enter-examination-number-,
.enter-examination-error-number-{
   display: none;
}
.enter-examination-number-.active,
.enter-examination-error-number-.active{
   display: block;
}
.exam-number-scroll-container{
   margin-top:100px;
}
.guardian-div,
.parents-div,
.leaderhip-container-,
.sports-container-,
.social-container-{
    display: none;
}
.guardian-div.active,
.parents-div.active,
.leaderhip-container-.active,
.sports-container-.active,
.social-container-.active{
    display: block;
}
.outer-form-container{
   width: 80%;
   padding:10px 0px;
   margin:auto;
   border-radius: 5px;
}
.scholarship-right-cover{
   height: 600px;
   background-position: center;
   background-size: cover;
   background-image:url("../img/scholarship/DSC_0144.JPG");
   border-radius: 10px;
   margin-right: -150px !important;
   margin-top:50px;
}
.lcover-layout{
   position: absolute;
   width:100%;
   height: 100%;
   background: rgba(0,0,0,0.4);
   height: 600px;
   border-radius: 10px;
}
.sholarhip-cover-layout{
   position: absolute;
   width:99.9%;
   height: 100%;
   background: rgba(0,0,0,0.5);
   z-index: -2 !important;
   margin-top:-1px;
   margin-left: -3px;
}
.upload-text i{
   color:#CCCCCC;
}
@media (max-width: 600px) {
    .scholarship-landing-left{
       height: 350px;
    }
}
@media (max-width: 991px) {
    .scholar-landingqnanswer{
       width:100%;
       padding:20px;
    }
    
    .scholarhip-inner-banner{
        padding:0px;
        width:100%;
        margin:100px auto 100px;
    }
    .about-sholarship-container{
       width:100%;
    }
    .outer-form-container{
       width:100%;
    }
    .scholarship-right-cover{
       display: none;
    }
    .scholarship-form input[type="text"],
    .scholarship-form input[type="tel"],
    .scholarship-form input[type="date"],
    .scholarship-form input[type="email"]{
       background: #ffffff;
       border:1px solid #666;
    }
    .scholarship-form textarea{
       background: #ffffff;
       border:1px solid #666;
    }
    .scholarship-form select{
       background: #ffffff;
    }
}

/*suggestions*/
.tt-menu{
   margin-top: -15px !important;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 100% !important;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}
.tt-input{
   width:100% !important;
}
.typeahead {
  /*background-color: #fff;*/
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999
}
.tt-menu {
  width: 300px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize !important; 
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
/*end suggestions*/

/*Chats animation*/
.slide-top {
  -webkit-animation: slide-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}
ul.exam-top-navigations{
   list-style: none;
   padding:0px !important;
}
ul.exam-top-navigations li{
   display: inline-block;
}
ul.exam-top-navigations li a{
   /*border:1px solid;*/
   display: block;
   padding:5px 10px;
}
ul.exam-top-navigations li a.active{
   -moz-box-shadow: none;
    box-shadow: none;
    background-color: #30ACFF;
    background-image: -moz-linear-gradient(top,#30ACFF,#4787ed);
    background-image: linear-gradient(top,#30ACFF,#4787ed);
    border: 1px solid blue;
    border-radius: 3px;
    padding:5px;
    color:#ffffff !important;
}
.exam-preview-cont{
  display: none;
}
.exam-preview-cont.active{
    display: block;
}
@media (max-width: 650px) {
   ul.exam-top-navigations{
      margin-top:10px;
   }
}

/*SWITCH BUTTON*/
.btn-switch {
  font-size: 2em;
  position: relative;
  display: inline-block;    
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-switch__radio {
  display: none;
}
.btn-switch__label {
  display: inline-block;  
  padding:20px 50px;
  vertical-align: top;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  cursor: pointer;
  transition: color .2s ease-in-out;
}
.btn-switch__label + .btn-switch__label {
  padding-right: .75em;
  padding-left: 0;
}
.btn-switch__txt {
  position: relative;
  z-index: 2;
  display: inline-block;
   min-width: 1.5em;
  opacity: 1;
  pointer-events: none;
  transition: opacity .2s ease-in-out;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
  opacity: 0;
}
.btn-switch__label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f0f0f0;
  border-radius: 1.5em;
  box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
  transition: background .2s ease-in-out;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
  background: #6ad500;
}
.btn-switch__label_no:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: .5em;
  bottom: .5em;
  left: .5em;
  width: 2em;
  background: #fff;
  border-radius: 1em; 
  pointer-events: none;
  box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
  transition: left .2s ease-in-out, background .2s ease-in-out;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
  left: calc(100% - 2.5em);
  background: #fff;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
  z-index: 1;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
  color: #fff;
}
/*End Switch button*/
.applicant-image-card{
    margin-right: 20px;
    width:200px;
    display: inline-block;
}
.applicant-image-card img{
   width:200px;
}

.exam-overlay-container-xyz{
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
   width:100%;
   height: 100%;
   position: fixed;
   background: rgba(0,0,0,0.9);
   z-index: 991 !important;
   display: none;
}
.exam-users-container-xyz{
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
   margin:auto;
   width:700px;
   position: fixed;
   background: #ffffff;
   z-index: 991 !important;
   border-radius: 5px;
   display: none;
}

@media (max-width: 650px) {
  .exam-users-container-xyz{
      width: 100%;
  }
  .manage-child-header{
     width:100%;
  }
  .transparent-hme-icon{
     display: none;
  }
}

/*parent container*/
.manage-child-header{
    width:85%;
    margin:auto;
}
.child-form-avatar-container{
   margin: 20px auto;
   width:100px;
}
.child-form-avatar-container img{
    width:90px;
    height: 90px;
    border-radius: 45px;
}
.child-list-card{
   width:250px;
   display: inline-block;
   margin-left: 10px;
   margin-top:10px;
}
ul.user-page-navigations{
   list-style-type: none;
   padding:0px !important;
   margin:20px 0px;
}
ul.user-page-navigations li a{
   display: block;
   padding:10px;
   color: #000;
   font-weight: bolder;
   border:1px solid #CCCCCC;
   margin-bottom: 5px;
   border-radius: 5px;
}

ul.user-page-navigations li a.active{
   border:1px solid #cccccc;
   padding:10px;
   background-color: #ffffff;
}
@media (max-width: 940px) {
     ul.user-page-navigations li{
         display: inline-block;
     }
     ul.user-page-navigations li a{
         font-size: 14px;
     }
}
