﻿body {
    margin:0px;
    padding:0px;
    
}

#header{
    background-image:url(top-back.jpg);
    width:100%;
    
}
.title{
    margin-top:20px;
    background-attachment:fixed;
}

.title-menu{
    width:100%;
    background-color:rgba(255,255,255,0.1);
    padding-top:1.2em;
    padding-bottom:0.5em;
}


.title-menu ul li{
    list-style:none;
    display:inline;
   }

.title-menu li a{
    text-decoration:none;
    color:white;
    font-family:Corbel;
    background:#DC3545;
    font-size:1.2em;
    padding:8px;
    border-radius:4px;
}
.title-menu li a:hover{
    text-decoration:none;
    transition:2s;
    background-color:#7C0B0B;
}

#middle{
    
    background-color:#09253d;
    margin-top:-20px;
}

.photos{
    margin-top:-8px;
}

@media only screen and (max-width:970px){
    
    .title{
        width:100%;
    }
    .gallery clearfix img{
        width:100%;
    }
    
}

.dir-message{
    background-color:#f9f9f8;
   padding:10px;
    border-radius:6px;
    
}
/*
input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:hover {
    width: 20%;
}
input[type=text]:focus {
    width: 25%;
	background-color: rgba(63,62,62,0.5);
	transition: 1s;
	color: white;
	font-family: corbel;
}

    */

.navbar{min-height:unset; background-color:rgba(62,92,137,0.5); border-radius:0px;}
.navbar-nav>li>a{padding-top:5px; padding-bottom:5px; color:black;}
    
.dropdown-menu{
    background-color:#0966a3; 
   
}

.dropdown-menu li a{
    color:white;
}

.dropdown a{
    color:white;
}

.active a{
    color:white;
}

.dropdown li a{
    color:white;
}

.dropdown li a:hover{
    background-color:#0a2540;
    color:white;
}

.dropdown a:hover{
    color:black;
}


.nosub a{
    color:white;

}
.nosub a:hover{
    color:black;
}




.icon-bar {
    background-color:#ccc;
}

.row{
    margin:auto;
}
.urdu-news .col-md-8{
    background-color:#061729;
    width:100%;
    margin-top:-20px;
    height:25px;
   
}
.col-md-8 a{
    color:white;
    line-height:26px;
    font-weight:bold;
}

.col-xs-8 ul li a{
    color:white;
}

#readmore:hover{
   transition:1s;
     width:120px;
    
}
#readmored:hover{
   transition:1s;
     width:120px;
    
}

#dir-msg{
    max-width:908px;
    float:left;
    background-color:#f9f9f8;
    border-radius:4px; 
    padding:12px; 
    
    
}
#dir-msg p{
    text-align:justify;
    margin:2px;
}
#princ-msg{
    max-width:908px;
    float:left;
    background-color:#f9f9f8;
    border-radius:4px;  
    background-attachment:fixed;
   

    
    
}
#princ-msg p{
    text-align:justify;
    margin:2px;
}


/*.news{
    max-width:340px;
    
}*/
.news p{
    word-wrap:break-word;
}
.news li {
    padding:12px;
    text-align:start;
    list-style:none;
   background-color:#061729;
   margin-top:-10px;
}
.news li a{
    color:white;
    font-family:Corbel;
}

.btn btn-default{
    background-color:red !important;
}

.icons a{
    font-size:28px;
}

.list-group a:hover{
    color:#09253d;
}

.list-group{
    margin-top:8px;
}

.footer{
background-color:#ccc;
padding:10px;
margin:0;

}

#notification-bar{
    width:100%;
    height:60px;
    position:absolute;
    background-color:rgba(28,28,28,0.8);
    display:none;
}

.div_next_news {
    border:2px solid #0c4163;
  /*-webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;*/

  -webkit-border-bottom-left-radius :7px;
  -webkit-border-bottom-right-radius:7px;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
   border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;

  font-size:13pt; /* or whatever */
  height:380px;
  width:259px;
  margin-top:0;
 }
.div_next_news h2 {
  padding:4px;
  color:black;
  margin:0;
  background-color: #f1bc5c;
  font-size:12pt; /* or whatever */
  text-align:center;
}


.images{
   max-width:980px;
   padding:12px;
}

@media only screen and (max-width:970px){
    .images{
        width:50%;
        padding:4px;
    }
    
    
}


 #ourresult{
            max-width: 980px;
            background-color: #eaebeb;
            padding: 4px;
            position: absolute;
            margin:auto;
            border-radius: 6px;
            z-index:999;
            display:none;
            margin:0 auto;
            
        }
        .exam a{
            text-decoration: none;
            color: white;
            padding: 4px;
            display: inline-block;
            text-align: justify;
            background-color: #061729;
            border-radius: 4px;
            font-family: corbel;

            
        }
        
        .exam a:hover{
            color: white;
            background-color: #3c3c3c;
        }


@media only screen and (max-width:1100px) {
    .exam a {
        display: block;
        text-align: center;
        border-radius: 0;
    }

    #ourresult {
        width: 100%;
    }

    @media only screen and (max-width:970px) {
        .exam a {
            display: block;
            text-align: center;
            border-radius: 0;
        }

        #ourresult {
            width: 100%;
        }



        @media only screen and (max-width:370px) {
            .exam a {
                display: block;
                text-align: center;
                border-radius: 0;
            }

            #ourresult {
                width: 100%;
            }
        }

        @media only screen and (max-width:970px) {
            .eng {
                width: 100%;
            }

            @media only screen and (max-width:970px) {

                .news {
                    width: 100% !important;
                }
                .registeratiom-form button{
                  margin:4px !important;
                  
           }
                .q-color{
                   margin-left:-15px;
                }
                .create-form{
                    margin-left:-13px;
                }
               .table-scroll{
              overflow:scroll;
              overflow-y:scroll;
              width:100%;

       }
            }
        }
    }
}
        .registeratiom-form{
            width:100%;
        }
           .registeratiom-form button{
               width:100%;
               display:inline-block;
               margin:auto;
               padding:14px 5px;
               border:2px solid #5bc0de !important;
              
           }
         .create-modal{
             transform:translateY(30%)!important;
         }
         .modal-header{
             border-top-left-radius:4px !important;
              border-top-right-radius:4px !important;
              color:white;
         }

         

        .links-new{
            float:left !important;
        }

        .texts{
            font-size:12px;
            font-family:Corbel;
        }

        .fb:hover{
            background-color:#337ab7 !important;
            color:white !important;
        }

        .tt:hover{
            background-color:#337ab7 !important;
            color:white !important;
        }
        .gl:hover{
            background-color:#337ab7 !important;
            color:white !important;
        }
        .yt:hover{
            background-color:#337ab7 !important;
            color:white !important;
        }
       

       .result-search{
       transform:translateX(6%);
       }

/*--------------------------*/
@media only screen and (max-width:480px)
{
.scrolldmc{
overflow-x:scroll;
}
div.cls  h3.schoolnm{
font-size:16px!important;
}
}

.scrolldmc .staff-table tbody tr td {
     font-family: 'oxygenregular' !important;
}
.scrolldmc .staff-table thead tr th {
     font-family: 'oxygenregular' !important;
}
.scrolldmc .staff-table .remarks  th{
    font-family: 'oxygenregular' !important;
}
.result-items::-webkit-scrollbar{
width:8px;
}
.result-items::-webkit-scrollbar-track{
-webkit-box-shadow:inset 0 0 6px rgba(60, 151, 232, 0.5);
}
.result-items::-webkit-scrollbar-thumb{
background-color:#337ab7;
}


.staff-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.staff-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.staff-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.detail-table tr:hover{
        background-color:lightgray !important;
}
.staff-table th,
.staff-table td {
  padding: .625em;
  text-align: center;
}

.staff-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 900px) {
  .staff-table {
    border: 0;
     font-family: 'oxygenregular' !important;
  }
  .detail-table  tr {
      border-bottom:4px solid white !important;
  }
  .d-none{
      display:none !important;
  }
  .staff-table caption {
    font-size: 1.3em;
  }
  
  .staff-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .staff-table tr {
    /*border-bottom: 0px;*/
    display: block;
    margin-bottom: 0em;
  }

  
  
  .staff-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    
    text-align: right;
  }
  
  .staff-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .staff-table td:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width:600px){
    .s-none{
        display:none !important;
    }
}

.detail-table .table-fonts{
    color:black !important;
    text-transform:capitalize !important;
    font-size:12px !important;
    font-family: 'oxygenregular' !important;
    margin:0 !important;
    }
.detail-table p{
    font-size:12px !important;
    margin:0 !important;
}

.detail-table .viewbtn{
    position:relative !important;
    vertical-align:middle !important;
}

      

/*quick cards*/

.quick-cards .card{
    border-radius:4px;
}

.quick-cards .card-footer a {
    color:white;
    font-size:1.2em;
    display:block;
    width:100%;
}

.quick-cards .card-footer a span{
    margin-left:10px;
    
}

.quick-cards p {
    color:white;
    font-size:1.2em;
   padding-top:0.5em;
   text-align:center;
}

.quick-cards .card-footer{
    text-align:center;
    background-color:#C6303E;
    padding:0.4em 0;
    border-radius:0px 0px 4px 4px;
}

.quick-cards .blue .card-footer{
    background-color:#0b72d5;
}

.quick-cards .green .card-footer{
    background-color:#1ab403;
}

.quick-cards .orange .card-footer{
    background-color:#dda200;
}


.quick-cards .card-footer:hover {
   background-color:#7c0b0b;
}
.quick-cards .blue .card-footer:hover {
   background-color:#023260;
}
.quick-cards .green .card-footer:hover {
   background-color:#077813;
}


.quick-cards .card-footer a:hover {
   text-decoration:none;
}

.quick-cards .orange .card-footer:hover{
    background-color:#ad7a00;
}


@media only screen and (max-width:950px){

    .quick-cards .col-md-3 ,.main-cards .col-md-3{
      width: 50%;
      float: left;
      margin:1em 0;
    }
}

@media only screen and (max-width:990px){

    .quick-cards .col-md-3 ,.main-cards .col-md-3{
      width: 50%;
      float: left;
      margin:1em 0;
    }
}

@media only screen and (max-width:580px){

 .main-cards .col-md-3 img{
     display:none !important;
    }
 .main-cards .col-xs-8{
     width:100% !important;
 }
    .title-menu li a {
    display:block;
    margin:0.4em 0;
    }

    .title-menu ul{
        padding:0 !important;
        margin:0em 1.7em !important;
    }
}

.currentdate-sheet{
    position:absolute;
    z-index:1;
}

.currentdate-sheet a{
    display:block;
    background-color:#f7c500;
    width:100%;
    padding:0.2em;
    color:white;
    font-size:1.2em;
    margin-top:0.3em;
}

.currentdate-sheet a:last-child{
    background-color:#17035e;
}
/**/


    /*---------------------------*/

.admission-form h5{
    font-size:14px;
   padding:8px;
}

.admission-form .picture{
    margin-bottom:10px;
}

.admission-form .form-group{
    margin:10px 0px;
}
.admission-form .btn-success{
    width:100%;
    margin-bottom:20px;
}


/*----------------------------------*/
.mychallan {
    margin: 40px 0px;
    border-radius: 20px;
    padding: 10px;
}

.btn-admission {
    background-color: #4CAF50; /* Attractive green color */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.modal-100 {
    width: 100% !important;
}

.custom-modal {
    padding-right: 0px !important;
    margin: 0px 14px;
}

.btn-admission:hover {
    background-color: #45a049;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-challan {
    background-color: #FF5722; /* Eye-catching orange color */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.btn-admission {
    width: 100%;
}

.btn-challan:hover {
    background-color: #E64A19;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mychallan .btn {
    padding: 10px 20px;
    cursor: pointer;
}

.mychallan .left-challan, .right-challan {
    padding:15px 10px;
    border-radius:10px;
}

.mychallan .left-challan h3 , .right-challan h3{
    margin:0 !important;
    padding:0;
    font-weight:600;
    font-size:18px;
}

.btn-model-paper{
    background-color:black;
    margin-top:20px;
}