    *{
        font-family: open sans;
    }
.container-fluid{
    background:#F6F7F9;
}
.custom-body{
    width: 97%;
    margin: auto;
    margin-top: 10px;
    background:#F6F7F9;
}
.container1{
    border-top: 2px solid #0B0465;
    width: 97%;
    margin: auto;
    background:#FFFFFF;
}
.Student-admission{
    width: 97%;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #888888;
    padding: 10px;
   box-shadow: 0px 3px 10px 1px #888888;
}
.header-Student{
    background:#f1f2f7;
    height: 40px;
    font-size: 25px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
input[required=required], select[required=required] {
    border-bottom: 2px solid #e33244 !important;
}
.form-group input{
    height: 32px;
}
.form-group label{
    font-size: 15px;
}
.S-Image{
    height:200px;
    width: 100%;
    background:#FFFFFF;
    float: right;
    border:3px dashed red;
    background-image: url(images/);
}
.S-Image img{
    width: auto;
    height: 200px;
    margin: auto;
}
.prent_id{
    text-align: center;
}
hr.type_10 {
border: 0;
height: 10px;
background-image: url(images/1851062.png);
background-repeat: no-repeat;
 background-position: center; 
}
.Lable_parents{
    font-size: 20px;
    font-weight: bold;
}
.md-left{
    margin-left: 10px;
}
.md-top{
    padding-top: 15px;
}
.search{
    padding: 4px 8px; !important ;  
    font-size: 14px !important;
}
.red_back{
    background: #EA3D2D;
}
 body{
        background: #FFFFFF;
    }
table {
border:none !important;
    }
table th{
      font-size: 12px;
      font-weight: bold;
    }
    table td{
      font-size: 13px;
      padding: 0px;
    }
    .table-bordered td, .table-bordered th {
    border: none;
}
.program{
  color: white;
   padding: 5px 30px 5px 30px; 
   background: #218838;
}
.pagenum{
  padding: 8px 6px; 
  background: #FDFDFD; 
  border:2px solid #E9EAEC; 

}
.first{
   border-top-right-radius: 35px; 
  border-bottom-right-radius: 35px;
  margin-right: 10px;
}
.last{
   border-top-left-radius: 35px; 
   border-bottom-left-radius: 35px;
   margin-left: 10px;
}
.pageupback{
    height: 50px;
    width: 50px;
    background: #FDFDFD; 
    border:2px solid #E9EAEC;
    border-radius: 25px; 
    text-align: center;
    padding-top: 10px;
}
.pagetextcolor{
  color: #FF5F2D;
}
.pagenum{
  padding: 8px 6px; 
  background: #FDFDFD; 
  border:2px solid #E9EAEC; 

}
.first{
   border-top-right-radius: 35px; 
  border-bottom-right-radius: 35px;
  margin-right: 10px;
}
.last{
   border-top-left-radius: 35px; 
   border-bottom-left-radius: 35px;
   margin-left: 10px;
}
.pageupback{
    height: 50px;
    width: 50px;
    background: #FDFDFD; 
    border:2px solid #E9EAEC;
    border-radius: 25px; 
    text-align: center;
    padding-top: 10px;
}
.pagetextcolor{
  color: #FF5F2D;
}
.no_record{
  text-align: center;
  color: red;
  
}
@media screen and (max-width: 480px) {
  .container-fluid{
   margin: 0 auto !important;
    padding: 0 !important;
/*    height: 100% !important;*/
    width: 100% !important;
    overflow-y: scroll;
}
}

@media screen and (max-width: 480px) {
  .content {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    overflow: scroll;
}
}