/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 12, 2019, 12:44:47 PM
    Author     : SMS MEDIA
*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}


  #exTab3 .tab-content {
    color: white;
    padding: 5px 0px;
    margin: 10px 0px;
}

#exTab3 .tab-content .tab-pane .table tr th,
#exTab3 .tab-content .tab-pane .table tr td{
    color: #222;
}

#exTab3 .nav-pills {
    text-align: center;
    background: #f4f5fa;   
    border-radius: 0px;
}
#exTab3 .nav-pills li a{
    color: #222;
    display: block;
    border-radius: 0px;
    font-weight: 900;
    font-size: 18px;
}
a.active, #exTab3 .nav-pills li a.show {
     background: none; 
    color: #151515;
    border-bottom: 3px solid #9b79fd;
}

.absent{
    color: red !important;
}

.schedule-active-btn{
    background: #f3404b;
    padding: 5px 20px;
    float: right;
    margin: 5px 25px 0px;
    color: #fff;
}

.schedule-more-btn{
    background: #44bcfe;
    padding: 5px 15px;
    margin: 0px;
    color: #fff;
    margin-top: 5px;
}
.box-wrp{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9e9e966;
}
.box-item h2{
        font-weight: 900;
    color: #2b345f;
    font-size: 12px;
}
.box-item p{
    margin: 4px 0px;
    font-size: 13px;
    color: #454343;
}
.des-p{
    padding: 5px 0px;
}
.sms-box-item p{
   padding: 5px 0px;
}

.sms-active-btn{
    text-align: right;
    float: right;
    padding: 2px 4px;
    background: #21C322;
    color: #fff6f6;
    font-size: 11px;
}
.sms-p{
    color: #222;
}
.announcement-box-item{
    
}
.announcement-icon-img{
   display: inline-block;
    float: left;
    padding: 4px;
    margin-right: 10px;    
}
.announcement-icon-img img{
    max-width: 50px;
}
.announcement-cont{
    float: left;
   
}
.announcement-cont h5{
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}
.announcement-cont p{
    font-size: 11px;
}
@media only screen and (max-device-width: 778px) {
    
    
    .card-content .card-footer .list-group .list-group-item .pull-right{
        float: none !important;
        display: block !important;
    }
    .card-content .list-group .list-group-item span{
         display: block !important;
    }
    
}

.feedback-cont a h5{
    color: #125acd;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}
.feedback-cont:hover a h5{
    color: #222;
    
}

.submit-btn{
    background: #9382ff;
    color: #fff !important;
    font-weight: 700;
}





.panel-default>.panel-heading {
  color: #333;
  background-color: #414a76;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'fontawesome';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fa626b;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\f067 ";
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.head-style{
        font-size: 18px;
    font-weight: 700;
    color: #2b345f;
}
.panel-title a{
    color: #fff;
}
.panel-title:hover a{
    color: #fff;
}
.panel-collapse{
        background: rgb(248, 252, 254);
    margin-top: -7px;
    padding: 5px 15px;
}

.panel-body p{
    font-size: 16px;
    color: #222;
    font-weight: 600;
}
.present{
    color: green;
}
.h-textarea{
    height: 100px;
}

.result-detail-item{
    width: 31%;
    float: left;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    padding: 5px 0px;
}
.bg-perclr{
        background: #30499B;
}
.bg-perclr2{
    background: #EE4035;
}
.bg-perclr3{
    background: #F0A32F;
}
.result-detail-item p{
        margin: 0px;
    padding: 6px;
    color: #fff;
    font-weight: 500;
}
.result-detail-item h3{
    color: #fff;
    font-weight: 900;
    font-size: 22px;
}
.total-marks{
    background: #fff;
    margin: 20px 0px;
}
.total-marks-item{
    width: 31%;
    float: left;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    color: #222;
    padding: 5px 0px;
    margin-top: 15px;
    
}
.total-marks-item h3{
    color: #2F68BE;
    font-weight: bold;
}


#table-res-all {
  width: 100%;
  margin: auto;
  table-layout: auto;
  
}
#table{
  width: 100%;
  margin: auto;
  table-layout: auto;
  color: #222;
}
.fixed {
  table-layout: fixed;
}

table,
td,
th {
  border-collapse: collapse;
}

th,
td {
      padding: 10px;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}
#table-res-all thead{
    background: #21C322;
    border: none
}
#table-res-all thead tr th{
    color: #fff;
}


@media only screen and (max-device-width: 500px) {   
    
    th, td {
    padding: 2px;
    font-size: 10px;       
    border: 0;
    border-bottom: 1px solid #d7d7d7;    
    text-align: center;
}
.result-detail-item p{
    font-size: 11px;
}
.result-detail-item h3{
    font-size: 14px;
}
#exTab3 .tab-content {
    color: white;
    padding: 8px 0px;
}
.active {
    color: #787878;
}
}
.overall-atten-wrap{
    width: 100%;
    display: block;
    position: relative;
}
.overall-atten-wrap-item{
  width: 23%;
    margin: 1%;
    float: left;
}
.mt-15{
    margin-top: 15px;
}
.bg-reg{
    background: #ea4235;
}
.bg-yellow2{
    background: #fbbd06;
}
.bg-green{
    background: #34a855;
}
.mob-logo{
    display: none;
}

@media only screen and (max-device-width: 778px) {
   .overall-atten-wrap-item{
  width: 48%;
    margin: 1%;
    float: left;
} 
}



@media only screen and (max-device-width: 991px) {
   .mob-logo {
    max-width: 125px;
    display: inline-block;
    background: #fff;
    margin-top: 10px;
    border-radius: 2px;
}



}
.table thead th{
     vertical-align: middle;
}
.table td, .table th{
    vertical-align: middle;
}

.time-all{
    font-size: 10px;
    font-weight: 400;
    
}