/**
 *
 * Apply your custom CSS here
 *
*/
/*for modal box*/

.widget-box{
     background: #fff !important;
     border: 1px solid rgb(7, 210, 222) !important;
     box-shadow:  5px 5px 5px #888888 !important;
}
.attendance-box{
    padding-bottom: 0px !important;
    margin-bottom: 0px!important;
}
.hr-line{
    margin : 0px !important;
}
.label-design{
    padding: 0px 3px !important;
     font-size: 12px !important;
}
.label-present {
    background-color: rgb(0,156,104);
    color: #ccc;
}
.label-absent {
    background-color: rgb(120,152,179);
    color: #ccc;
}
.label-late {
    background-color: rgb(178,194,209);
    color: #ccc;
}
.label-leave{
    background-color: rgb(37,91,137);
    color: #ccc;
}
/* ****** Start: Login ********** */
.required-asteric-color { color:#F00;}
.pad-20 {
	padding: 20px;
}
.pad-30 {
	padding: 30px;
}
.pad-40 {
	padding: 40px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*  header navbar  */
.dropdown-hover>li:hover>a {
    background-color:white !important; 
}


/* ******* Parent Login Profile by sufyan ***** */



/* ****** End: Login ********** */

.editForm .help-block{ margin-top:0px;}

.pad-5 {
    padding: 5px;
}
.pad-10 {
    padding: 5px;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
@media (min-width: 480px) {
    .label-text-align-right {
        text-align:right;
    }
}

/* ******** Help icon color ***** */
.help-icon-theme-color {
    color: #40bbea;
}

/* ***** Pagination **** */
.pagination-margin-top{ margin-top:15px !important;}

/* ****** Colors Code ******* */
.red-color{ color:#FF0E0E;}
.green-color{ color:#00B177;}

/* ******* Report Progress bar percentage ***** */
.percentage-report-progressbar {
    margin-left: 5px;
    opacity: 1;
    z-index: 2;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}
/* ******* Dashboard Navbar ***** */
.dashboard-navbar { background-color:#eee !important; border:1px solid #ddd !important;}
.dashboard-navbar .navbar-nav > .active > a, .dashboard-navbar .navbar-nav > .active > a:hover, .dashboard-navbar .navbar-nav > .active > a:focus { color:#FFF; background-color:#40bbea;}
.dashboard-navbar .navbar-nav > li > a { color:#000; font-weight:bold;}


/* ******* Start: Student Profile ***** */
.inner-panel .panel-heading>.panel-options .nav-tabs>li.active>a {
    color: #fff;
    background-color: #40bbea;
    padding: 9px 12px;
    border-radius: 15px;
}
.link-disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.6;
}
.overlaymodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/pIkfp.gif') 
                50% 50% 
                no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.panel-body.loading {
    overflow: hidden;   
}
/* Anytime the body has the loading class, our
   modal element will be visible */
.panel-body.loading .overlaymodal {
    display: block;
}
/* ******* End: Student Profile ***** */
.rowbox{
    margin-left: 300px;
}
/* ******* Sufyan pp ***** */
/*.pp-form-control {
    height: 30px !important; 
    width : 100% !important;
}*/
.pp-btn-primary{
    border-color: #000000 !important;
    /*height: 35px !important;*/
}

.pp-login-form{
    padding : 0px !important ;
    text-align: center !important;
    background-color: transparent !important;
 
}
a {
    text-decoration: none !important;
}
.pp-paragraph-color{
    color:#bdbdbd !important;
    font-size: 11px !important;
    
}
.pp-header-color{
    color:#f7f7f7  !important;
}

.pp-footer-container{
    min-width :auto !important;
    color: #000000 !important;
}
.pp-footer {
  position: fixed;
  z-index:100 ;
  bottom: 0%;
  width: 100%;
  padding:10px 0px;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: black;
  opacity: 0.9;
  font-size:10px !important;
}
.login-a{
    color: #ffffff;
}
.login-a:hover {
    text-decoration: none;
    color: #f7f7f7;
}

.pp-slider{
  background: #000 none 70% / cover no-repeat;
}
.pp-slider{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
}

    .pp-page-container{
        margin-top: 1.8%  !important;
        margin-bottom: 4% !important;
        margin-left: 2% !important;
        margin-right: 1% !important;
    }
    
    .pie-widget{
        margin-top: 80px;
        min-height: 100px;
    }
        .widget-two{
            background-color:#fff;
            
/*            border-color: #f7f7f7;*/
/*            width: 100%;
            height: 100%;*/
        }
    .footer-address{
        background-color:black;
        text-align: center;
        opacity: 0.7;
        color: #979898;
    }
    .heidht-paper{
        height: 300px;
    }
    .widget-two-content{
        width :300px;
        align-content: center;
          border: 2px solid black ;
    }
    @media only screen and (min-width: 768px) {
    .pp-fixe-content{
        padding-left: 6.5%;
        padding-right: 10%
            
    }
    .child-fixed-content{
         /*padding-left: 8.5%;
        padding-right: 10%*/
    }
}
   .pp-fixe-top{
       
        padding-left: 10.5%;
        padding-right: 14%;
    }
/*    .pp-fixed-top-margin{
        padding-left: 0 !important;
        padding-right:0 !important;
    }*/
    .pp-navbar-right{
        margin-right: 10%;
    }
     @media only screen and (min-width: 769px) {
    .pp-border{
        margin-right: 35px !important;
    }
     }
    .pp-portle-color{
        background-color: #383838 !important;
    }
    .pp-portlet-body{
        padding-bottom: 0px !important;
    }
/*    .pp-calendar-size{
            padding-bottom: 20px !important;
    }*/
    .pp-converstion{
         color:#979898 !important;
        opacity: 0.8;
        padding-left: 44px;
        
    }
    .pp-widget-font{
            font-size: 12px !important;
/*            margin-right: 20px !important;
            */
    }
    .pp-fb-font{
        color:#fff !important;
    }
/*     @media only screen and (min-width: 770px) {
    .pp-col4-margin{
        margin-left: 25px;
    }
     }*/
     @media only screen and (min-width: 413px) {
    .pp-col4-margin{
        margin-left: 15px;
    }
   
     }
      @media only screen and (max-width: 414px) {
      .child-row-margin{
            margin-top: -8% !important;

    }
    .navbar-inner{
        padding-right: 25px !important;
    }
      }
      @media only screen and (min-width: 769px) {
    .pp-fb-margin{
        margin-top: 0px;
    }
     }
      @media only screen and (max-width: 768px) {
    .pp-fb-margin-mobile{
        margin-top: 200px;
    }
      .child-row-margin{
            margin-top: -5%;

    }
    .navbar-inner{
        padding-right: 15px !important;
    }
     }
     
     
     /*for cal page only*/ 
     
     .bb-bookblock-size{
         height: 314px !important;
     }
     .bb-block-width{
         
     }
     .pp-bb-shadow{
         box-shadow: none !important;
         width: inherit !important;
     }
     @media only screen and (min-width: 767px) {
     .pp-bb-margin{
         margin-left: 0px !important;
         margin-bottom: -19px !important;
        
/*         margin-right: auto !important;*/
     }
     
     }
        @media only screen and (max-width: 768px) {
     .pp-bb-margin-mobile{
          margin-bottom:134px !important;
     }
        }
     .bb-item{
/*         width: auto !important;*/
         height :auto !important;
     }
     @media only screen and (min-width: 769px) {
.easy-pie-chart .number  {
    left: 5px !important;
/*    margin-right: -20px !important;*/
}
     }
@media only screen and (max-width: 768px) {
.pp-mobile-view{
        margin-top: -42px !important;
        padding: 05px !important;
}
.easy-pie-chart .number  {
    left: 15px !important;
/*    margin-right: -20px !important;*/
}
}
.bb-custom-wrapper nav a i.fa{
/*    font-weight: bold;*/
    
}
.pager li>a:hover, .pager li>a:focus {
    
    background-color: #f3f3f3 !important;
}

.assignment>tbody>tr>td {
    padding: 12px 3px !important; 
    
}
.assignment-font-color{
   color: #979898 !important;
    
}
.assignment-margin-bottom{
    margin-bottom: 0px !important;
}
.subject tr>td {
    padding: 12px 3px !important; 
    
}

/*--------child profile ------*/
.pp-font-color{
	color: #666 !important;
}
.tchild-fontsize{
	   font-size: 12px!important;  
           font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; 
}
.marks-child-fontsize{
     font-size: 9px!important;   
}
.nav-child-fontfamily{
       font-family: "Open Sans", sans-serif !important; 
}
.child-row{
    margin-bottom: 20px ;
    margin-left: -15px !important;
/*    background-color: #fff;*/
/*    padding-top: 5px;*/
      
}
.child-row-top{
     margin-bottom: 10px !important;
     margin-left: -15px !important;
}
.child-nav{
        margin-left: 0px !important;
        margin-right: 0px !important;
}
.child-nav-row{
    height: 40px;
}

.child-month{
    padding-left: 13px ;
    padding-right: 30px;
}
.child-fontsize{
    font-size: 12.5px!important; 
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; 
}
.child-data-height{
        height: 25px;
    
}
.child-fees{ 
    margin-left: 0px;
    margin-right: 0px;
}
@media only screen and (max-width: 768px) {
.collapse-test{
      display: none;
      visibility: hidden;
}
}
@media only screen and (max-width: 768px) {
.child-sm-margin{
     margin-top: 20px !important;
            padding-left: 0px !important;

}
.child-name{
        padding-left: 22%;
}
.child-col-margin{
        padding-left: 0px !important;
}


}

.child-widget-font{
    font-size: 13px !important;
}
.child-easy-chart{
/*        margin-left: 139px !important;*/
    padding-top: 34px;
    padding-right: 14px;
    width: 210px !important;
}
.child-easy-chart-height{
    height: 100% !important;
    
}
.chil-nav-height{
    height: 60px !important;
    padding-top: 14px;
    
}
.panel-title{
	font-size:24px !important;
}
@media only screen and (min-width:769px){
.vertical-divider{
     border-right: 1px solid #cccccc;
}

.scroll-table-margin{
   margin-bottom:  -4% !important;
}
}
@media only screen and (min-width:1281px){
.child-details{
   width: 75%;
   left: 12%;
}
}
@media only screen and (max-width:1280px){
.child-details{
   left:15%;
   width:69%;
}
}
@media only screen and (max-width:1024px){
.child-details{
    left: 6%;
    width: 91%;
}
.easy-pie-chart .circle  {
    left: 15px !important;
/*    margin-right: -20px !important;*/
}
}
@media only screen and (max-width:768px){
.child-details{
   left:30%;
   width:69%;
}}
@media only screen and (max-width:600px){
.child-details{
   left:20%;
   width:69%;
}
}
@media only screen and (max-width:414px){
.child-details{
   left:20%;
   width:82%;
}
}
@media only screen and (max-width:320px){
.child-details{
   left:7%;
   width:100%;
}
}
@media only screen and (max-width:240px){
.child-details{
   width: 105%;
   left:0px;
}
}
/*.child-easy-chart-margin {
    width: 150px;
    height:150px;
    display: block;
    border-radius: 50%;
    background-color: #EC5F51;
    border: 2px solid #EC5F51;
    margin: 50px auto;
    position:relative;
    background-image:
        linear-gradient(180deg, transparent 50%, #ccc 50%),
        linear-gradient(90deg, #ccc 50%, transparent 50%);
}
.child-easy-chart-margin:before{
    content: "pure CSS3";
    position: absolute;
    width: 114px;
    height: 114px;
    background: white;
    z-index: 1;
    border-radius: 50%;
    left: 18px;
    top: 18px;
    line-height:114px;
    text-align:center
}*/

Markup:
.highcharts-yaxis-labels {
    color: red !important;
}
.child-easy-chart-margin{
    left:15px !important;
    line-height: 111px !important
}

.child-panel-group{
        margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0px !important;

}
.child-panel{
     padding-bottom: 0px !important;
}
.cild-easy{
    left :15px !important;
}
.child-pager{
    margin:0px 0px 20px 0px !important;
    background-color: #fff !important ; 
}

.bs-example{
    	margin: 150px 50px;
    }
/*    this for to hide the link from chart */
   .highcharts-credits
   {
       display: none !important;
   }
/*   only for facebook widget margin*/
/*  @media only screen and (max-width:768px){
   .xe-widget.xe-status-update {
    margin-top: 40% !important;
   }
  }
   @media only screen and (min-width:769px){
   .xe-widget.xe-status-update {
    margin-top: 17% !important;
   }
  }*/
   
   .tab-content{
       background-color:  transparent!important;
   }
@media only screen and (max-width:768px){

     .child-col{
       padding-left: 0px!important;
   }
  .scroll-table-margin{
   margin-bottom:  -7% !important;
}
   
}
@media only screen and (max-width:2581px){
.bb-page{
    height: 145% !important;
}
.pp-bb-shadow{
         margin-bottom: 21% !important;
     }
} 
@media only screen and (max-width:2080px){
.bb-page{
    height: 143% !important;
}
.pp-bb-shadow{
         margin-bottom: 24% !important;
     }
} 

@media only screen and (max-width:1600px){
.bb-page{
    height: 141.5% !important;
}
.pp-bb-shadow{
         margin-bottom: 32% !important;
     }
} 
@media only screen and (max-width:1560px){
.bb-page{
    height: 138.5% !important;
}
.pp-bb-shadow{
         margin-bottom: 32% !important;
     }
} 
@media only screen and (max-width:1440px){
.bb-page{
    height: 140% !important;
}
.pp-bb-shadow{
         margin-bottom: 35% !important;
     }
}
@media only screen and (max-width:1366px){
.bb-page{
    height: 141% !important;
}
.pp-bb-shadow{
         margin-bottom: 36% !important;
     }
}
@media only screen and (max-width:1280px){
.bb-page{
    height: 140% !important;
}
.pp-bb-shadow{
         margin-bottom: 38% !important;
     }
}



@media only screen and (max-width:1024px){
.bb-page{
    height: 150% !important;
}
.pp-bb-shadow{
         margin-bottom: 59% !important;
     }
}   
@media only screen and (max-width:768px){
.bb-page{
    height: 222% !important;
}
.pp-bb-shadow{
         margin-bottom: 66% !important;
     }
     
.navbar.horizontal-menu .navbar-inner {
    padding: 10px 15px!important;
}
}   
  



@media only screen and (max-width:736px){
.bb-page{
    height: 220% !important;
}
.pp-bb-shadow{
         margin-bottom: 7% !important;
     }
     
.general-padding-page{
    padding-right: 24px  !important;
}
}

@media only screen and (max-width:414px){
.bb-page{
    height: 220% !important;
}
.pp-bb-shadow{
         margin-bottom: 10% !important;
     }
}






@media only screen and (min-width:769px){

 .collapsed{
       display :none !important;
   }
.child-col {
    padding-right: 0px !important;
/*    margin-top: 20px    !important ;*/
    
}
.child-col-margin{
    padding-right: 27px !important;
    padding-left: 0px !important;
}
 .sub-code-width{
width : 20% !important;
 }
   }
   .nav-tabs-border{
/*       border: 1px solid #ddd;*/
   }
   .nav.nav-tabs>li.active>a{
       background-color: #32c5d2 !important;
       color: #FFF !important;
   }
   @media only screen and (max-width:768px){
    .fb-xs-margin{
       margin-top: 352px;
   }
    .sub-code-width{
width : 24% !important;
 }
 subject-code-width{
     width: 27% !important;
 }
   .child-mobile-row{
       margin-left: 20px ;
   }
   }
     @media only screen and (min-width:768px){ 
         .fb-xs-margin{
             margin-top: -11px;
         }
         .pp-event-margin{
             margin-bottom: -10px;
         }
}
  @media only screen and (min-width:769px){ 
/* .pp-std-overview-1{
       margin-right: 20px;
 }
 .pp-std-overview-2{3
            margin-right: 20px;

 }*/
.tbl-align{
    text-align: left;
        margin-right: -137px;
    margin-left: 60px;
  
}
}
  @media only screen and (max-width:768px){
  .tbl-align{
        text-align: start;
    margin-right: 0px;
    margin-left: 31%;
    
/*  .tbl-sm-align{
    text-align: center;
}*/
}
.notify-width{
    left: -64px !important;
     width :300px !important;
}
.message-width{
     width :300px !important;
}
  
  
  }/*     end of navbar shadow */
.pager li>a, .pager li>span{
    border: none !important;
}
/* .notify-width{
    width :300px !important;
        
}*/
@media screen and (max-width: 768px)
{
.navbar.horizontal-menu {
    
    width: 100% !important;   
    }
	.modal-content{
		padding: 0px !important;
	}
       
}
  @media only screen and (min-width:769px){ 
     .Barchart{
            width : 44.8% !important;
        }
            #top-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 999!important;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    display: none;
}
.navbar{
    z-index:1000!important;/* lift .navbar above #top-shadow */
}
.navbar.affix{ /* position fixed navbar */
    top:0; 
    width:100%;
}
  }
  @media screen and (max-width: 767px){
       .Barchart{
             width : 105% !important;
        }
        
  }
  
/*  Header Drop Down Arrow Code */
/* .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;  Example: right:10px; 
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;  Example: right:10px; 
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}*/
/* Header Drop Down Arrow Code Ends*/
 a:hover {
    
     color: black !important;
}
a{
    color: #6f6f6f !important;
}
.Scroll-table-color{
    color:#666 !important;
}
.portlet.box.green>.portlet-title>.caption, .portlet.box.green>.portlet-title>.caption>i {
    color: #6f6f6f !important;
}
.portlet.box.green>.portlet-title, .portlet.green, .portlet>.portlet-body.green {
    background-color: #fff !important;
}
.portlet.box.green {
    border: 1px solid #fff !important;;
    
}
.child-nav-button>li>a {
     margin-right: 5px !important; 
    padding-left: 3px !important;
    padding-right: 5px !important;
     background-color: #fff !important; 
    
}
.nav-child-fontfamily{
       font-family: "Open Sans", sans-serif !important; 
}
.pp-child-main-margin{
    margin-left: 0px !important;
}
.tchild-books-padding{
    padding-left: 80px !important;
}


#containerbar {
    height: 400px; 
    min-width: 310px; 
    max-width: 800px;
    margin: 0 auto;
}
.tabletwo>tbody>tr>td {
           font-size: 11.5px  !important;   
}
@import 'https://code.highcharts.com/css/highcharts.css';

.highcharts-tooltip-box {
	fill: fff;
	fill-opacity: 0.8;
	stroke-width: 0;
}

.highcharts-tooltip text {
	fill: black;
/*	text-shadow: 0 0 3px black;*/
}



@media screen and (min-width: 769px){
.footer-padding{
    padding-left: 40px !important;
}
}
.footer-naming{
      padding-right: 14px !important;
}
.navbar.horizontal-menu .navbar-inner>.nav>li .dropdown-menu.user-profile-menu
{
    z-index: 99999999 !important;
}
/*Css for pre loading image during loading of the page*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_4.gif) center no-repeat #fff;
        opacity: .9;
}
.content {
/*background: url(http://smallenvelop.com/wp-content/uploads/2014/08/simple-pre-loader.jpg) center no-repeat;*/
background-size: 100%;
width: 100%;
}
.circle{
    left:15px !important;
}
.line-margin{
        margin-bottom: 1%;
    margin-top: 3%;
}
.panel-body{
    padding: 0px !important;
}
.child-feewidget-margin{
    margin-bottom: 0px !important;
}
.tab-content{
        padding: 2% !important;
}
.text-success{
    color: #8dc63f !important;
}
.table-fee>tbody>tr>td, .table-fee>thead>tr>th{
        padding: 12px 0px !important;
}
.fee-history-text-size{
    font-weight: bold;
    font-size:12px !important; 
}
.column-fee-9 {
    width: 72% !important;
}
.column-fee-3 {
    width: 28% !important;
    height: 30px;
    font-size: 18px;
    padding-top: 4px;
    margin-bottom: 8px;
    margin-top: 0.5%;
}
.calendar-child{
        padding: 0px  !important; 
}
.sub-name-widht{
        width: 25%;
        padding-left: 0px !important;
}
.sub-teacher-widht{
        width: 25%;
}
#table-wrapper {
  position:relative;
}
#table-scroll {
  height:150px;
  overflow:auto;  
  margin-top:20px;
}
#table-wrapper table {
  width:100%;
    
}
#table-wrapper table * {
  background:yellow;
  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}
.mark-sheet{
    padding: 15px !important;
}