*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: Raleway, sans-serif;
  box-sizing: border-box;
}
#top{
  background-image: linear-gradient(45deg, #000 50%, #169b81 50%);
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
  #top {
    background-image: linear-gradient(90deg, black 50%, black 50%);
    color: rgb(30, 3, 137);
  }
  
}

#icons{
    text-align: center;
    display: inline-block;
    margin-bottom: 7px;
}

@media screen and (max-width: 600px) {
  #icons{
    text-align: center;
}
}
#contact{
    
    text-align: center;
  
}
#contact a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    padding: 10px;
}
@media screen and (max-width: 600px) {
  #contact a{
    font-size: 10px;
    color: black;
  }
  
}

#loginicon .fa{
  color:white;
  float: right;
}
#loginicon .fa:hover{
color:#efefef;
}
#loginicon a:hover{
  color: #efefef;
}
#loginicon a{
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  #loginicon a{
    font-size: 16px;
    color:#8bd8bd;
  }
  #loginicon .fa{
    color:#8bd8bd;
  }
}
.head .fa {
    padding: 5px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  
  .head .fa-facebook{
    background: #3B5998;
    color: white;
  }
  .head .fa-blog {
    background: #3437dd;
    color: white;
  }
  .head .fa-youtube {
    background: #d61212;
    color: white;
  }
 
  .head .fa-instagram {
    background: #63c111;
    color: white;
 }
 .head .fa-phone{
    background: #63c111;
    color: white;
 }
 .head .fa-envelope{
    background: #63c111;
    color: white;
 }
 .head .fa-sign-in{
  background: #d61212;
  color: white;
  margin-bottom: 10px;
}
 @media screen and (max-width: 600px) {
  .head .fa-phone{
    background: #000000;
    color: white;
    visibility: hidden;
    height: 0;
    padding: 0;
   
 }
 .head .fa-envelope{
    background: #000000;
    color: white;
  visibility: hidden;
  height: 0;
  padding: 0;
 }
 }
 .head .fa-facebook:hover{
  background: #3B5998;
    color: white;
    box-shadow: white 0px 3px 8px;
 }
 .head .fa-blog:hover {
  background: #3437dd;
  color: white;
  box-shadow: white 0px 3px 8px;
}
.head .fa-youtube:hover {
  background: #d61212;
  color: white;
  box-shadow: white 0px 3px 8px;
}

.head .fa-instagram:hover {
  background: #63c111;
  color: white;
  box-shadow: white 0px 3px 8px;
}
.head .fa-sign-in:hover{
  background: #d61212;
  color: white;
  box-shadow: white 0px 3px 8px;
}
#tite{
  background-image: linear-gradient(135deg, #8bd8bd 50%, #8bd8bd 50%);
}
.schname{
height: 35px;
font-weight: bold;
margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .schname{
    height: 20px;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
    margin-left: -25px;
  }
}
.logo{
  height: 100px;
}
@media screen and (max-width: 600px) {
  .logo{
    height: 50px;
    
  }
}
@media screen and (max-width: 600px) {
  #contact{
    display: none;
  }
}
.menubar{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 3;
 
}
#neubar {
  background-image: linear-gradient(135deg, #EFEFEF 50%, #EFEFEF 50%);
}

#neubar .dropdown-menu a:hover {
  color: #169b81 
}
#neubar .nav-item {
  margin : auto 4px;
}
#neubar a {
 
  padding-left:10px;
  padding-right:10px;
}
#neubar .dropdown-menu {
 
  background : #EFEFEF
}
a.navbar-brand {
  color: #8bd8bd
}
#neubar #navbarDropdownMenuLink{
  font-weight: bold;
  color: #000000;
}
#neubar .nav-item{
  font-weight: bold;
  color: #000000;
}
#neubar .dropdown-item{
  font-weight: bold;
  color: #000000;
}
.home .carousel-item{
  min-height: 70vh;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .home .carousel-item{
    min-height: 40vh;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 20px;
  }
}
.home .carousel-item::before{
  content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(55deg, black 50%, black 50%);
z-index: -1;
opacity: 0.5;
border-radius: 20px;
}
.home .carousel-item .container{
position: absolute;
left: 50%;
top:50% ;
transform: translate(-50%, -50%);
text-align: center;
border-radius: 20px;
}

.home .carousel-item h2{
  font-size: 80px;
  color: #ffffff;
  margin: 0 0 10px;
}
.home .carousel-item p{
  font-size: 30px;
  margin: 0;
  color: #eeeeee;
  
}
@media screen and (max-width: 600px) {
  .home .carousel-item h2{
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 10px;
  }
  .home .carousel-item p{
    font-size: 15px;
    margin: 0;
    color: #eeeeee;
    
  }
}
#slideimage{
  border-radius: 20px;
}
.carousel-inner{
  border-radius: 20px;
}
.home .carousel-item.active h2{
  animation: fadeInLeft 0.5s ease forwards;
}
.home .carousel-item.active p{
  animation: fadeInRight 0.5s ease forwards;
}
@keyframes fadeInLeft {
  0% {
     opacity: 0;
     transform: translateX(-40px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
     opacity: 0;
     transform: translateX(40px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}
.home .carousel-controls{
position: absolute;
left: 50%;
bottom: 40px;
z-index: 10;
transform: translateX(-50%);
}
.home .carousel-indicators{
position: relative;
margin: 0;
}
.home .carousel-indicators button{
  height: 70px;
  width: 70px;
  margin: 0 5px;
  border-radius: 50px;
  background-position: center;
  background-size: cover;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  }
  .home .carousel-indicators button.active{
    border-color: #ffffff;
    transform: scale(1.2);
  }
  .home .carousel-control-prev-icon,
  .home .carousel-control-next-icon{
height: 60px;
width: 60px;
background-color: red;
opacity: 1;
  }
  @media screen and (max-width: 600px){
    .home .carousel-indicators button{
      height: 40px;
      width: 40px;
      margin: 0 5px;
      border-radius: 50px;
      background-position: center;
      background-size: cover;
      border: 3px solid transparent;
      transition: all 0.3s ease;
  }}
  .futer{
    background-color: #000000;
    color: white;
  }
  #ffuter{
    color: white;
  }
  .aboutus{
    margin-top: 20px;
  }
  .aboutus p{
    margin-top: 20px;
  }
  #abtschool{
    text-align: center;
  }
  @media screen and (max-width: 600px){
    #abtschool{
      text-align: center;
    }
  }
  #headteacher img{
    justify-content: center;
    text-align: center;
    height: 350px;
    width: 350px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .seemore{
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #169b81;
    color: white;
    width: 200px;
    border-style: none;
    border-radius: 20px;
    float: right;
  }
  .seemore:hover{
    background-color: black;
    color: wheat;
    width: 220px;
    transition: 2s;
  }
  .cardmain {
    background-color: white;
    border: 3px solid #169b81;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 20px;
   margin-bottom: 20px;
  }
  .cardhead{
    background-color: #169b81;
    background-image: linear-gradient(45deg, #169b81 70%, #169b81 30%);
    border-radius: 20px 20px 0 0;
    color: #ffffff;
    padding: 10px;
    margin-top: -2px;
    
  }
  .cardbdy{
    padding: 0px 20px 20px 20px;
  }
  @media screen and (max-width: 600px){
    .cardhead{
      background-image: linear-gradient(45deg, #169b81 70%, #169b81 30%);
    }
  }
  .cardnews{
    background-color: white;
    border: 3px solid #169b81;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 20px;
    height: 460px;
  }
  .cardnewshead{
    background-color: #169b81;
    border-radius: 20px 20px 0 0;
    margin-top: -2px;
    color: #ffffff;
    padding: 10px;
  }
  .cardnewsbdy{
  height: 350px;
  overflow: auto;
  margin-right: 20px;
  margin-left: -20px;
  
}
.cardnewsbdy img{
   float: left;
}
 .textnews{
  text-decoration: none;
  display: flex;
 }
 
 .cardnewsbdy ul li{
  text-decoration: none;
  list-style: none;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
 }
 .cardnewsbdy ul li:hover{
  color:#3437dd;
  text-decoration: underline;
 }
  .carddiary{
    background-color: white;
    border: 3px solid #169b81;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
 
  #dirydate{
    margin: 7px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .carddiarybdy{
    height: 380px;
    overflow: auto;
  }
  .carddiaryhead{
    background-color: #169b81;
    border-radius: 20px 20px 0 0;
    margin-top: -2px;
    padding: 10px;
    color: #ffffff;
  }
  .newsopt{
    height: 500px;
    overflow: auto;
  }
  #monthdays {
    text-align: center;
    background-color: #169b81;
    color: white;
    padding: 10px;
    font-weight: bold;
  }
 #monthdays h2{
  background-color: red;
  border-radius: 10%;
 }
  #descmonth{
    padding: 10px;
    border: 2px solid #169b81;
  }
  .courcess{
    text-align: center;
    padding: 5px;
    font-weight: bold;
    color:white;
    background-image: linear-gradient(to right, #EFEFEE , #169b81 ,#EFEFEE);
   
  }
  .faculties{
    padding: 5px;
    font-weight: bold;
    color: white;
    text-align: center;
    background-image: linear-gradient(to right, white , #169b81 ,white);
  }
  #faculties{
    border-radius: 20px;
background-color: white;
margin-bottom: 20px;
  }
  #faculties .card{
    width: 300px;
    height: 250px;
    float: left;
   margin: 10px;
   text-align: center;
   
   border-radius: 20px;
   border-style: none;
  }
  #faculties .card-title{
    background-color: white;
  }
  .facimage{
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .factitle{
    font-size: 18px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #169b81;
    color: white;
    width: 260px;
    border-style: none;
    border-radius: 20px;
    float: right;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .factitle a{
    color: white;
    font-size: 18px;
  }
  .factitle:hover{
    background-color: black;
    color: wheat;
    width: 280px;
    transition: 2s;
  }
  .factitle a:hover{
    background-color: transparent;
    color: white;
  }
  .viewmore{
    font-size: 20px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #169b81;
    color: white;
    width: 200px;
    border-style: none;
    border-radius: 20px;
    float: right;
  }
  .viewmore:hover{
    background-color: black;
    color: wheat;
    width: 220px;
    transition: 2s;
  }
  #factotal{
    border-radius: 20px;
    background-color: white;
    margin-bottom: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .mgtbody{
    background-color: white;
  }
  #chairman{
   text-align: center;
   
  }
  #chairman .card{
    display: inline-block;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background-image: linear-gradient(45deg, #fff 57%, #169b81 43%);
    border-style: none;
    border-radius: 20px;
  }
  #chairman #icons{
   
    color: #fff;
    
  }
  #chairman #icons .fa{
    background-color: #169b81;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  #chairman #icons .fa:hover{
    color: black;
    background-color: orange;
  }
  #chairman img{
    padding: 5px;
    border-radius:10%;
    width: 250px;
    height:250px;
    border: 8px solid #169b81;
  }
  #chirmandesk {
    text-align: left;
    color: #000;
  }
  .Mgttitle{
    width: 100%;
    color: white;
    background-color: #169b81;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
  }
  
  .classtitle{
    width: 100%;
    color: white;
    background-image: linear-gradient(to right, #169b81, #169b81, #169b81);
    padding: 10px;
    text-align: center;
  }
  #sadasya{
    text-align: center;
   }
   
   #sadasya .card{
    height: 350px;
     display: inline-block;
     text-align: center;
     padding: 10px;
     margin: 20px;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
     background-image: linear-gradient(45deg, #fff 57%, #169b81 43%);
     border-style: none;
     border-radius: 20px;
   }

   #sadasya #icons{
    margin-left: 10px;
     margin-right: 10px;
    text-align: justify;
     color: #fff;
     width: 100%;
   }
   #sadasya #icons .fa{
    background-color: #169b81;
     color: #fff;
     padding: 10px;
     border-radius: 50%;
     text-align: center;
    margin-left: 5px;
   }
   #sadasya #icons .fa:hover{
    background-color: orange;
    color: black;
   }
   #sadasya img{
     padding: 5px;
     height: 200px;
     width: 200px;
     border-radius:10%;
     overflow: hidden;
     border: 8px solid #169b81;
   }
   #techprofile{
    text-align: center;
    margin-bottom: 20px;
   }

   .techphoto{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
   }
 
   .techdetails h4{
    color: #169b81;
    margin-top: 25px;
   }

  #teacherdetails #icons{
    color: #fff;
    width: 100%;
    float: right;
    border-radius: 10px;
  }
  #teacherdetails #icons .fa{
    color: white;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background-color: #169b81;
    border-radius: 50%;
    margin-right: 10px;
    float: right;
    
  }
  #teacherdetails #icons .fa:hover{
  transition: 2s;
  color: black;
  background-color: orange;
  }
  .techdetails i{
    margin-right: 10px;
    color: #169b81;
  }
 
  #uploadtitle{
    padding: 20px;
    text-align: right;
  }
  #uploadtitle .fa{
    padding: 10px;
    text-decoration: none;
    background-color:#169b81;
    color: white;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  #uploadtitle .fa:hover{
    background-color: orange;
    color: black;
    transition: 2s;
  }
  .card-content #icons {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
  }
 
  .card-content #icons .fa{
    color:#4070F4;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background-color: white;
    border-radius: 50%;
  }
  .card-content #icons .fa:hover{
 background-color: #4070F4;
 color: white;
  }
  #abtschool{
    padding: 5px;
    background-color:white;
  }
  #abtschool img{
   width: 100%;
   height: 400px;
   border-radius: 10px;
  }
  #abtdetails {
    background-color: white;
  }
  #abtdetails h3{
    margin-top: 20px;
    background-image: linear-gradient(45deg, #000 50%, #169b81 50%);
    padding: 10px;
    color: white;
  }

  #abtdetails h4{
    margin-top: 20px;
    background-image: linear-gradient(45deg, #000 50%, #169b81 50%);
    padding: 10px;
    color: white;
  }
  #mainpageabout{
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
  }
  #newsimage{
    padding: 20px;
    border-radius: 20px;
  }
  .newstitle{
    margin-top: 10px;
    font-weight: bold;
    color:black;
  }
  #modalsignin{
    background-color:#169b81 ;
    color: white;
    border-style: none;
    padding: 0px;
  }
@media screen and (max-width: 600px) {
 #modalsignin{
  background-color:black;
  color: white;
  border-style: none;
}
.techdetails h3{
  color: #169b81;
 }
}

.days > h2 {
  float: left;
}
.days p {
  margin-top: 10px;
}

#exampleModal{
  text-align: left;
}
#exampleModal button
  {
    text-align: right;
  }
  #maintuto{
    background-color: white;
    
   
  }
#tutorials
{
  display: inline-block;
  
}
#tutorials i{
margin-right: 10px;
float: left;
color: red;
font-size: 20px;
font-weight: bold;

margin-bottom: 10px;
}
#tutorials h5{
color: red;
}
#tutorials h6{
  margin-top: 10px;
  margin-bottom: 10px;
}
#tutorials a{
  text-decoration: none;
  color:black;
  
}
#tutorials a:hover{
  text-decoration:underline;
  color: #3437dd;
}
.tutorialstopic{
  padding: 10px;
  color: black;
  
  border-radius: 10px 0px 0px 0px;
}
#googlemap{
  height: 300px;
  width: 300px;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  #googlemap{
    height: 250px;
    width: 250px;
    border-radius: 50%;
  }
}
#description{
  font-size: 30px;
}

 #otherlink a{
 text-decoration: none;
 }
 #otherlink a:hover{
  text-decoration: underline;
  color: #169b81;
  }
 #tutor{
  margin-top: 8px;
  margin-bottom: 10px;
 
 }
 #tutor a{
  text-decoration: none;
  color: red;
 }
 #tutor a:hover{
color: #63c111;
font-weight: bold;
 }
 #tutor .fa{
  color: red;
 }
 #chathead{
  background-color: #169b81;
  padding: 10px;
  
  border-radius: 20px;
 }
 #chathead >h5{
  display: inline-block;
 }
 #chathead >h6{
  display: inline-block;
  float: right;
  color: #ccc;
 }
 #chathead img{
   height: 50px;
   width: 50px;
   border-radius: 50%;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
 }

#selectclass{
  text-align: center;
}

#userup{
  text-align: center;
}
#commentarea{
  background-color: white;
}
#commentarea textarea{
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 0px;
}
#commentarea button{
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: #eeeeee;
  background-color: #4070F4;
  height: 40px;
  width: 150px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  float: right;
}
#comant h6{
  font-size: 20px;
  font-weight: bold;
  text-align: center;

}
#cmtbox{
  background-color: white;
  
}
#Staffsearch{
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: #eeeeee;
  background-color: #4070F4;
  height: 40px;
  width: 150px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  float: right;
  
}
.login_form{
  height: 300px;
  width: 400px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin-bottom: 20px;
  float: center;
  margin: auto;
}
.login_form button{
height: 50px;
width: 200px;
background-color: #4070F4;
color: white;
font-size: 20px;
font-weight: bold;
text-align: center;
margin-top: 20px;
float: right;
}
.login_form h3{
  color: #4070F4;
  font-weight: bold;
  text-align: center;
}
.login_form input{
  margin-top: 20px;
  border-radius: 10px;
  height: 50px;
  border: 0.5px solid #4070F4;
}
@media screen and (max-width: 600px) {
  .login_form{
    height: 250px;
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin: auto;
    
  }
  .login_form button{
    height: 40px;
    width: 150px;
    background-color: #4070F4;
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    float: right;
    }
    .login_form h3{
      color: #4070F4;
      font-weight: bold;
      text-align: center;
    }
    .login_form input{
      margin-top: 20px;
      border-radius: 10px;
      height: 40px;
      border: 0.5px solid #4070F4;
    }
}

.scpce{
  margin: 40px;
}

.logoutpage{
  float: right;
  font-size: 18px;
  color: #566787;
}
.logoutpage h6{
  float: right;
  font-size: 18px;
  color: #566787;
  margin-right: 10px;
}
.logoutpage a{
  text-decoration: none;
}



.editdata {
	color: #566787;
	background: #f5f5f5;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
 
}
.editdata .table-responsive {
    margin: 30px 0;
}
.editdata .table-wrapper {
	background: #fff;
	padding: 20px 25px;
	border-radius: 3px;
	min-width: 1000px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.editdata .table-title {        
	padding-bottom: 15px;
	background: #435d7d;
	color: #fff;
	padding: 16px 30px;
	min-width: 100%;
	margin: -20px -25px 10px;
	border-radius: 3px 3px 0 0;
}
.editdata .table-title h2 {
	margin: 5px 0 0;
	font-size: 24px;
}
.editdata .table-title .btn-group {
	float: right;
}
.editdata .table-title .btn {
	color: #fff;
	float: right;
	font-size: 13px;
	border: none;
	min-width: 50px;
	border-radius: 2px;
	border: none;
	outline: none !important;
	margin-left: 10px;
}
.editdata .table-title .btn i {
	float: left;
	font-size: 21px;
	margin-right: 5px;
}
.editdata .table-title .btn span {
	float: left;
	margin-top: 2px;
}
.editdata table.table tr th, table.table tr td {
	border-color: #e9e9e9;
	padding: 12px 15px;
	vertical-align: middle;
}
.editdata table.table tr th:first-child {
	width: 60px;
}
.editdata table.table tr th:last-child {
	width: 100px;
}
.editdata table.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fcfcfc;
}
.editdata table.table-striped.table-hover tbody tr:hover {
	background: #f5f5f5;
}
.editdata table.table th i {
	font-size: 13px;
	margin: 0 5px;
	cursor: pointer;
}	
.editdata table.table td:last-child i {
	opacity: 0.9;
	font-size: 22px;
	margin: 0 5px;
}
.editdata table.table td a {
	font-weight: bold;
	color: #566787;
	display: inline-block;
	text-decoration: none;
	outline: none !important;
}
.editdata table.table td a:hover {
	color: #2196F3;
}
.editdata table.table td a.edit {
	color: #FFC107;
}
.editdata table.table td a.delete {
	color: #F44336;
}
.editdata table.table td i {
	font-size: 19px;
}
.editdata table.table .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.editdata .pagination {
	float: right;
	margin: 0 0 5px;
}
.editdata .pagination li a {
	border: none;
	font-size: 13px;
	min-width: 30px;
	min-height: 30px;
	color: #999;
	margin: 0 2px;
	line-height: 30px;
	border-radius: 2px !important;
	text-align: center;
	padding: 0 6px;
}
.editdata .pagination li a:hover {
	color: #666;
}	
.editdata .pagination li.active a, .pagination li.active a.page-link {
	background: #03A9F4;
}
.editdata .pagination li.active a:hover {        
	background: #0397d6;
}
.editdata .pagination li.disabled i {
	color: #ccc;
}
.editdata .pagination li i {
	font-size: 16px;
	padding-top: 6px
}
.editdata .hint-text {
	float: left;
	margin-top: 10px;
	font-size: 13px;
}    
/* Custom checkbox */
.editdata .custom-checkbox {
	position: relative;
}
.editdata .custom-checkbox input[type="checkbox"] {    
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.editdata .custom-checkbox label:before{
	width: 18px;
	height: 18px;
}
.editdata .custom-checkbox label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	background: white;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-sizing: border-box;
	z-index: 2;
}
.editdata .custom-checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: inherit;
	z-index: 3;
	transform: rotateZ(45deg);
}
.editdata .custom-checkbox input[type="checkbox"]:checked + label:before {
	border-color: #03A9F4;
	background: #03A9F4;
}
.editdata .custom-checkbox input[type="checkbox"]:checked + label:after {
	border-color: #fff;
}
.editdata .custom-checkbox input[type="checkbox"]:disabled + label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}
/* Modal styles */
.editdata .modal .modal-dialog {
	max-width: 800px;
}
.editdata .modal .modal-header, .modal .modal-body, .modal .modal-footer {
	padding: 20px 30px;
}
.editdata .modal .modal-content {
	border-radius: 3px;
	font-size: 14px;
}
.editdata .modal .modal-footer {
	background: #ecf0f1;
	border-radius: 0 0 3px 3px;
}
.editdata .modal .modal-title {
	display: inline-block;
}
.editdata .modal .form-control {
	border-radius: 2px;
	box-shadow: none;
  margin-top: 15px;
	border-color: #dddddd;

}
.editdata .modal textarea.form-control {
	resize: vertical;
  height: 200px;
}
.editdata .modal .btn {
	border-radius: 2px;
	min-width: 100px;
}	
.editdata .modal form label {
	font-weight: normal;
}
@media screen and (max-width: 600px) {
  .editdata .modal .modal-dialog {
    max-width: 300px;
  }
}
.Addmission_Form{
  width: 700px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin: auto;
}
.Addmission_Form .form-group input{
  margin-top: 15px;
  border: 0.5px solid #4070F4;
}
.Addmission_Form .form-group #last_name{
  float:right;
}
#cars{
  height: 35px;
  width:100%;
  border: 0.5px solid #4070F4;
  margin-top: 15px;
  float:right;
}
#cars option{
  font-size: 18px;
  border: 0.5px solid #4070F4;
  margin-top: 15px;
  float: right;
}
.form-group .btn1{
  width: 180px;
  background-color: #4070F4;
  color: white;
  height: 40px;
  float: right;
}
#stufile h6{
  font-size: 15px;
  margin-top: 20px;
}
.Groupselect{
  float: right;
}
@media screen and (max-width: 600px) {
  .Addmission_Form{
    width: 250px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin: auto;
  }
  .Addmission_Form .form-group input{
    margin-top: 15px;
    border: 0.5px solid #4070F4;
  }
  #cars{
    height: 35px;
    border: 0.5px solid #4070F4;
  }
  #cars option{
    font-size: 18px;
    border: 0.5px solid #4070F4;
  }
  .form-group .btn1{
    width: 150px;
    background-color: #4070F4;
    color: white;
    height: 40px;
    
  }
  #stufile h6{
    font-size: 15px;
    margin-top: 20px;
  }
}
.add_subject{
margin-bottom: 20px;
}
.Result_Table{
  border: 1px solid black;
}
.clmdesign{
  height: 50px;
  width: 80px;
}
.clmdesign td{
  width: 80px;
  height: 50px;
  border: 1px solid black;
}
#sub_content{
  border: 1px solid white;
  background-color: #4070F4;
  color: white;
  font-size: 14px;
}
#sub_details h5{
  text-align: center;
}
#sub_details input{
  width: 100%;
  height: 100%;
}
#optclass{
  height: 35px;
  width: 100%;
  border: 0.5px solid #4070F4;
  margin-top: 15px;
  margin-bottom: 20px;
}
#savebtn .btn1{
  width: 180px;
  background-color:#4070F4;
  color:white;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  
}
#savebutton .btn1{
  width: 180px;
  background-color:white;
  color:#4070F4;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  
}
#subtd input{
  height: 50px;
  width: 50px;
  border: 1px solid #03A9F4;
}
#tblobtained{
  border: 0.5px solid black;
}
.carddiaryyy{
  margin-top: 100px;
  background-color: white;
}
.carddiaryyy img{
  height:600px;
  width: 600px;
  margin:auto;
}
@media screen and (max-width: 600px) {
  .carddiaryyy img{
    height:300px;
    width: 100%;
  }
  .carddiaryyy{
    margin-top: 130px;
    background-color: white;
  }
}

