

/**************************************
			1. USER LIST
***************************************/
.card-head-bg{
  background:#193650 !important;
}

.add-title
{
color: #fff;
}

.form-label
{
  font-weight:600 !important;

}

.pic-details{
    float: left;
    width: 65%;
    
}

.button-gap{
  margin-top: 10px !important;
  float: left !important;
  width: 100% !important;
 
}




.btn-green{
  background: green !important;
  border-radius:5px !important;
   
   font-size: 16px !important;
 
}

.btn-blue{
  background: blue !important;
  border-radius:5px !important;
   
   font-size: 16px !important;
 
}

.btn-red{
  background: red !important;
  border-radius:5px !important;
  
 font-weight:500 !important;
 font-size: 16px !important;
  
}

.btn-reds{
  background: red !important;
  border-radius:5px !important;
  
   font-weight:500 !important;
   font-size:16px !important;
  
}
.btn-black{
  background: #000 !important;
  border-radius:5px !important;
  
  font-weight:500 !important;
  font-size: 16px !important;
}

.label-title
{
  text-align:left !important;
  font-size:18px !important;
}




.pic-details h3{
  margin:0px;
  padding: 0px 0px 10px 10px;
  font-size:20px !important;
  text-align: left;
  font-weight: bold !important;
  color: red !important;
}

.pic-details p{
  margin:0px 0px 0px 0px;
  margin:0px 0px 9px 10px;
  font-size: 16px !important;
  font-weight:bold !important;
}


.pic-box{
    float: left;
    width: 30%;
   
}

.pic-box img{
  width:100%;
  height: 150px;
}

.row-paddings{
  padding-bottom:20px !important;
}

.bar-code{
  width: 100%;
  float: left;

}

.bar-code img{
  width: 70%;
}

.center-wrap{
  width: 100%;
  
}

.center-wrap h3{
  margin: 0px;
  padding: 0px;
  font-size:16px !important;
  line-height:30px;
  font-weight: bold;
}

.center-wrap img{
  width: 100%;
}





.login-section{

    
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;   
    
    
}




.form-area{
    width: 100%;
    float: left;    
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
-webkit-box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
-moz-box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
    
}

.form-title{
    width: 40%;
    float: left;
    margin: 40px 0px 0px 0px;   
    -webkit-border-top-right-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomright: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
 background-image: linear-gradient(
        90deg,
        hsl(117deg 98% 32%) 0%,
        hsl(136deg 100% 30%) 6%,
        hsl(146deg 100% 29%) 13%,
        hsl(155deg 100% 28%) 19%,
        hsl(165deg 100% 27%) 25%,
        hsl(176deg 100% 25%) 31%,
        hsl(187deg 100% 26%) 37%,
        hsl(195deg 100% 29%) 44%,
        hsl(201deg 100% 31%) 50%,
        hsl(205deg 100% 33%) 56%,
        hsl(209deg 100% 33%) 63%,
        hsl(212deg 100% 33%) 69%,
        hsl(215deg 100% 32%) 75%,
        hsl(218deg 100% 31%) 81%,
        hsl(221deg 100% 28%) 87%,
        hsl(226deg 100% 25%) 94%,
        hsl(235deg 100% 22%) 100%
    );
}


.form-title h2 {
    margin: 0px;
    padding: 10px 0px 10px 20px;
    text-align: left;
    color: #fff;

}

.personal-information{
    width:100%;
    float:left;    
    margin:20px 0px 20px 0px;
    padding:0px;
    
    } 

.personal-info-title {
    width: 100%;
    float: left;
    background-image: linear-gradient(
        90deg,
        hsl(50deg 96% 59%) 0%,
        hsl(40deg 100% 58%) 11%,
        hsl(30deg 100% 59%) 22%,
        hsl(20deg 94% 60%) 33%,
        hsl(7deg 81% 60%) 44%,
        hsl(353deg 67% 54%) 56%,
        hsl(339deg 70% 44%) 67%,
        hsl(326deg 91% 34%) 78%,
        hsl(315deg 100% 25%) 89%,
        hsl(297deg 94% 19%) 100%
    );

}



.personal-info-title h3 {
    margin: 0px;
    padding:10px 0px 10px 20px;
    font-size: 20px;

    }

.form-fields {
    width: 100%;
    float: left;    
    padding:10px 20px 10px 20px;


}

.form-control{
    background: #f4f4ef !important;
    
}


.upload-input-group {  
    margin-bottom: 10px;  
}  
.input-group>.custom-select:not(:last-child) {  
  height: 45px;  
}  
.input-group>.form-control:not(:last-child) {  
  height: 45px;  
}  

.btn-upload {  
    padding: 10px 20px;  
    margin-left: 10px;  
}  
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {  
    color: #fff;  
    background-color: #0062cc;  
    border-color: #1c7430;  
}  
   

   .btnsprms{

     

   }



.submits{
   background: #13903d;
   margin:5px;
   border-radius:100px !important 

}


.resets{
   background: #ce0022;
   margin:5px;
   border-radius:100px !important 

}


.student-photo {
    width: 150px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    float: left;
    margin: 5px 0px 5px 18%;
}


.student-photo img {
    width: 80%;
    margin: 10px;
}


.student-photos {
    width: 250px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    float: left;
    margin: 5px 0px 5px 9%;
}

.notice-title p{
  margin: 0px;
  padding: 10px 0px 0px 5px;
  font-size: 16px;
  color: red;
}
.notice-title .download{
  margin-bottom: 10px !important;
}

.reg-table{
  width: 40% !important;
}

.left-sidemenu{

background-image:url("../../../img/bg-01.jpg") !important;
background-size: 100% 100% !important;
background-repeat:no-repeat;
background-size:contain;
background-position:center;
height:1200px !important;

}

.table tr th {
  font-size: 15px !important;
  text-transform:capitalize;
  background: #012148;
  color: #fff;
  border: 1px solid #143666 !important; 
}

.table tr td {
  font-size: 14px !important;
  text-transform:capitalize;  
  color: #000 !important;
  background: #fff !important;
}

.notice{
  font-size: 14px !important;
}

.notice span{
  color:#c43c53; 
}

.txt-full-width{
  margin-top:40px auto !important;
  width: 70% !important;
  margin-left: 13% !important;
}
.green-btn{
  background:#059836 !important; 
}




.table tr:nth-child(odd) {
    color: #777;
    background: #f5dfbe;
}

.table tr:nth-child(even) {
    color: blue;
    background:#f0dfc5; 
}

.terms{
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.renewed{
  margin-left:20px; 
}

.text-center{
  margin-top:10px !important;
}



ul.docListWindow {
  list-style-type: none;
  padding: 0 10px;
  height: 450px;
  overflow: hidden;
}
ul.docListWindow li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 11px;
  padding-bottom: 11px;
}

ul.docListWindow li .prog-avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 25px;
}

ul.docListWindow li .prog-avatar img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

ul.docListWindow .progress {
  height: 10px;
  text-indent: 0;
  margin: 0;
}

ul.docListWindow .progress-bar {
  text-align: right;
  padding-right: 15px;
  line-height: 10px;
  font-size: 10px;
}

.list-info{
  margin:0px;
  padding:0px;
  list-style: none;

}

.list-info li
{
  display: inline;
}

.list-info li a{
  display: block;
  padding: 10px 20px 10px 10px;
  border: 1px solid #ccc;
  color: #fff;
  margin:5px 0px 5px 0px;
  background: #335470;
  border-radius:5px !important;
  float:left;
  width: 100%;

}

.list-info li a:hover{
  background:#d5312b;
  color: #fff;
}

.color-01{
  background:#fe441d !important; 
}

.color-02{
  background:#49b46e !important; 
}

.color-03{
  background:#5153c0 !important; 
}

.color-04{
  background:#55921d !important; 
}

.color-05{
  background:#2f99af !important; 
}

.color-06{
  background:#2f99af !important; 
}

.color-07{
  background:#2f99af !important; 
}

.color-08{
  background:#2f99af !important; 
}

.color-09{
  background:#2f99af !important; 
}

.down{
  float:right !important;
 
}


.terms-listing{
  margin:0px 20px 0px 20px;
  padding:0px;
}

.terms-listing li{
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 10px;
}

.scholar-ship-title{
  margin:0px;
  padding: 0px;
  font-size:20px;
  font-weight: 500;
  text-align: center; 

}

.table-striped{
  margin-top: 10px !important;
}
.table-striped tr th{
  font-size: 14px !important;
}


.table-striped tr td{
  font-size: 14px !important;
}

.tech-support{
  margin:20px 0px 0px 20px !important;
  padding: 0px 20px 0px 20px;
  text-align: center;
  font-size: 16px;
  color: #000;
  cursor:pointer;
}

.tech-support marquee{
  color:#a41eb0;
}

.jbca{
  width: 100% !important;
}

.bg-01{
  background: #a74070 !important;
  min-height: 55px !important;
}


.bg-02{
  background: #254b81 !important;
  min-height: 55px !important;
  

}

.bg-03{
  background: #f05c2c !important;
  min-height: 55px !important;
 
}

.bg-04{
  background: #f35963 !important;
  min-height: 55px !important;
  
}

.center-code-responsive{
  width: 100%;
  float: left;
 
  font-weight: bold !important;
  display: none !important;
}



.performance{
  display: none !important;
}

.alt-bg-01 {
  background: #004c72 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;

}


.alt-bg-02{
   background: #dfa424 !important;
   border: 1px solid #fff !important;
   -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}


.alt-bg-03{
  background: #f6675f !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}


.alt-bg-04{

  background:#e60b67 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}


.alt-bg-05{

  background: #b1689d !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}


.alt-bg-06{

  background: #79c03e !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}

.alt-bg-07{

  background: #322e2f !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}

.alt-bg-08{

  background: #738843 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}



.alt-bg-09{

  background: #9b2186 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}

.alt-bg-10{

  background: #ef1a2c !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}

.alt-bg-11{

  background: #f3924b !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}


.alt-bg-12{

  background: #79cde9 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}



.alt-bg-13{

  background: #6f8c94 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}


.alt-bg-14{

  background: #e37236 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}



.alt-bg-15{

  background: #9e1819 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}


.alt-bg-16{

  background: #b69373 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}


.alt-bg-17{

  background: #43b291 !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}

.alt-bg-18{

  background: #ee6c5e !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
  
}





.bgs-primary{
  background: #76b358 !important;
  color: #fff;
  font-size: 20px; 
  font-weight: 400;
}

.total-amount{
  margin:20px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  font-size: 18px;
}

.total-amount span{
  color:#ee1f14;
  font-size:14px;
}

.common-control{
  margin:5px;
  
}

.common-control p{
  font-weight: bold !important;
}


.common-control span{
  color:#ee1f14;


}

.table-checkable tr td, th{
  text-align: center !important;
}

.table-checkable tr > td:first-child, .table-checkable tr > th:first-child {
    text-align: center;
    max-width:100% !important;
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
}






/**************************************
      View       
***************************************/


.wrapper {
  width: 630px;
  margin:0px auto; 
  background: #fff;

}

.header-top{
height:148px;
width: 630px;
float::left;
}


.content-section{
  width: 100%;
  float: left;  
  margin-top:-110px;
}

.logo-section{
  width: 70%;
  float: left;
  
}

.logo-section img{
  float:right;
  width:270px;
  height: 162px;

}

.pic-section{
  width:29.5%;
  float: right; 
  position: relative;
}

.pic{
  width: 87px;
  height: 102px;
  float: left;
  border:5px solid #a8a8a8;
  margin:0px 0px 0px 40px;
  background: #fff;
  
}


.form-section{
  width: 100%;
  float: left;
  margin:10px 0px 0px 0px;
}

.form-number-row{
  width:190px;
  float: left; 
  margin:10px 0px 0px 20px;
}

.cols{
  width: 50%;
  float: left;
  font-size: 11px;
  height: 25px;

}

.cols p{
  margin: 0px;
  padding:2px 0px 2px 5px;

}

.cols-border{
 border:1px solid #363636;
}

.form-date-row{
  width:150px;
  float: right; 
  margin:10px 20px 0px 0px;
  
}

.flied-section {
  width: 100%;
  float: left;  
  font-size: 11px;
  margin-top:10px;
}

.row-registrtion{
  width: 168px;
  float: left;
  border: 1px solid red;
  margin: 0px 0px 0px 30px;
}

.col-registration{
  width: 100%;
  float: left;
  padding: 0px;
}

.col-registration p
{
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}

.col-reg-bg{
  width: 100%;
  float: left;
  background:#fe0000;
}

.row-student{
  width: 115px;
  float: left;
  border: 1px solid #000;
  margin: 0px 0px 0px 10px;
}

.col-student {
  width: 100%;
  float: left;
}

.col-student p{
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}
.text-white{
  color: #fff !important;
}

.row-careof{
  width: 144px;
  float:left;
  margin: 0px 0px 0px 10px;
  border: 1px solid #000;
}

.col-careof{
  width: 100%;
  float: left;
}

.col-careof p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}

.border-top{
  border-top:1px solid #000 !important; 
}

.row-birth{
  width: 105px;
  float: left;
  margin: 0px 0px 0px 10px;
  border: 1px solid #000;
}

.col-birth {
   width: 100%;
  float: left;
}

.col-birth p {
 
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.gender-row {
  width:87px;
  float: left;
  border: 1px solid #000;
  margin: 0px 0px 0px 30px;
}

.col-gender {
  width: 100%;
  float: left;

}

.col-gender p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.row-course{
  width: 130px;
  float: left;
  border:1px solid #000; 
  margin: 0px 0px 0px 10px;
}

.col-course{
  width: 100%;
  float: left;
 
}

.col-course p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.row-code {
  width: 130px;
  float: left;
  border:1px solid #000; 
  margin: 0px 0px 0px 10px;

}

.col-code{
  width: 100%;
  float: left;
}

.col-code p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.duration-row{
  width: 184px;
  float: left;
  border:1px solid #000;
  margin: 0px 0px 0px 10px; 
}

.duration-col{
  width: 100%;
  float: left;
}

.duration-col p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}

.national-row {
  width: 100px;
  float: left;
  border:1px solid #000;
  margin: 0px 0px 0px 30px; 
}


.national-col{
  width: 100%;
  float: left;
}

.national-col p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}

.mobile-row {
  width:105px;
  float: left;
  border: 1px solid #000;
  margin: 0px 0px 0px 10px;  
}

.mobile-col {
  width: 100%;
  float: left;
}

.mobile-col p {

  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.state-row {
 width: 102px;
 float: left;
 border: 1px solid #000;
 margin: 0px 0px 0px 10px; 
}

.state-col {
 width: 102px;
 float: left;

}

.state-col p{
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.dsitrict-row {
  width:102px;
  float: left;
  border: 1px solid #000;
  margin: 0px 0px 0px 10px; 
}

.dsitrict-col{
  width: 100%;
  float: left;

}

.dsitrict-col p {
   margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.pin-row {
  width: 110px;
  float: left;
  border: 1px solid #000;
  margin: 0px 0px 0px 10px; 
}

.pin-col p{
   margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.address-row {
  width:444px;
  float: left;
  margin: 0px 0px 0px 30px;
  border: 1px solid #000;  
}

.col-address{
  width: 100%;
  float: left;

}

.col-address p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}

.col-height {
  height: 40px;
}

.student-row{
  width: 112px;
  float: left;
  margin: 0px 0px 0px 10px;
  border: 1px solid #000;  
}

.student-col{
  width: 100%;
  float: left;
}

.student-col p{
   margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}

.office-use{
  width:90.5%;
  float: left;
  background:#026632;
  margin: 10px 0px 0px 30px; 
}

.office-use h3{
  margin: 0px;
  padding: 3px 0px 3px 0px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.auth-row{
  width: 445px;
  float: left;
  margin: 0px 0px 0px 30px;
  border: 1px solid #000;  
}

.auth-col{
  width: 100%;
  float: left;
}

.auth-col p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.center-row{
  width: 112px;
  float: left;
  margin: 0px 0px 0px 10px;
  border: 1px solid #000;  
}

.center-col {
  width: 100%;
  float: left;
}

.center-col p {

  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;

}

.auth-training{
  width: 90.2% !important;
  margin-top:10px; 
}

.seal-row {
  width: 186px;
  float: left;
  margin: 0px 0px 0px 30px;
  border: 1px solid #000; 
}

.seal-col{
  width: 100%;
  float: left;
}

.seal-col p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}

.global-row{
  width: 369px;
 
  float: left;
  margin: 0px 0px 0px 10px;
}

.rows{
  width: 172px;
  float: left;
  border: 1px solid #000;
  margin: 0px 0px 10px 10px;

}

.cols {
  width: 100%;
  float: left;

}

.cols p {
  margin:0px !important;
  padding:5px 0px 5px 5px !important;
  font-size:11px;
}

.cols-width{
  width:300px !important; 
}

.col-heights{
  height: 93px;
}



.footer-bottom {
height:148px;
width: 630px;
float::left;
}



/**************************************
     request certificate      
***************************************/

.student-details{
  width:22%;
  float: left;  
  background: #ece3d5;
}

.student-title {
  width: 100%;
  float:left;
  background: #012148; 
}

.student-title h2{
  margin:0px;
  padding: 0px 0px 0px 10px;
  color: #fff;
  font-size:18px !important;
  font-weight: 500;
}

.pic-row{
  width:100%;
  float: left;
  background: #fff;
  border: 1px solid rgba(0,0,0,.125);
  margin:5px 0px 0px 0px;
  border-radius:3px;

}

.pic-col-01{
  width: 40%;
  float: left;
}

.pic-col-01 p {
  margin: 0px;
  padding: 66px 0px 0px 40px;
  font-size: 16px !important;
  border-radius:3px;


}

.pic-col-02{
  width:100%;
  float: left;
  background: #fff;
  border-radius:3px;
}

.pic-frame{
  width:118px;
  height: 118px;
  float: left;
  border: 5px solid #6d6d6e;
  margin: 20px 0px 20px 56px;
  border-radius:5px;
}

.from-wrap{
  width: 100%;
  float: left;
  padding: 10px;
}

.mark-details{
   width:77%;
  float:right !important; 
  background:#ece3d5;
  padding-bottom: 10px;
  
}

.mark-title{
  width: 100%;
  float: left;
  background:#012148;

}


.mark-title h2{
  margin:0px;
  padding: 0px 0px 0px 10px;
  color: #fff;
  font-size:18px !important;
  font-weight: 500;

}

.mark-table{
  margin:10px 0px 0px 10px;
  padding: 0px;
  width: 97.8%; 
  background: #fff;
  float: left;
  border-radius:5px;
}

.mark-table tr, th{
  font-weight: normal;
  line-height: 20px;
  padding: 3px 0px 3px 0px;
  
}


.mark-table tr, th, td{
  font-weight: normal;
  text-align: center;
  border: 1px solid rgba(0,0,0,.125);
  padding: 3px 0px 3px 0px;
}
.obt-control{
  width: 70px !important;
  height: 30px;
  margin: 3px;

}

.blue-bg{
  background:#5d872c;
  color: #fff;
  padding: 6px 0px 6px 0px !important; 
}

.red-bg{
  background:#fc544b;
  color: #fff;

}

.declares{
  margin: 10px 0px 0px 0px;
  padding:10px;
  
  float: left;
}
.table-striped {
  background: #fff !important;
}

.table-striped tr td{
  border:1px solid #ddd !important;
  background: #fff !important;
  color: #000 !important;
}

.branch {
  width: 80%;
  float:left;
  background:#364898; 
  border-radius:5px;
  margin: 20px 0px 10px 30px;
      border: 1px solid #fff !important;
    -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;


}

.branch a h3{
  text-align: center;
  margin: 0px;
  padding:10px 0px 10px 0px;
  color: #fff;
   font-size: 18px !important;
  line-height: 30px;
  font-weight: 400;
}

.organization{

  width: 80%;
  float:left;
  background:#b93939;
  border-radius:5px;
  margin: 20px 0px 20px 30px;
   border: 1px solid #fff !important;
    -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important; 

}



.organization a h3{
  text-align: center;
  margin: 0px;
  padding:10px 0px 10px 0px;
  color: #fff;
   font-size: 18px !important;
  line-height: 30px;
  font-weight: 400;
}

.iso-01{

   width: 80%;
  float:left;
  background:#599236;
  border-radius:5px;
   margin: 20px 0px 20px 30px;
    border: 1px solid #fff !important;
    -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important; 

}


.iso-01 a h3{
  text-align: center;
  margin: 0px;
  padding:10px 0px 10px 0px;
  color: #fff;
   font-size: 18px !important;
  line-height: 30px;
  font-weight: 400;
}



.iso-02{

   width: 80%;
  float:left;
  background:#c6ac46;
  border-radius:5px;
  margin: 20px 0px 20px 30px;
   border: 1px solid #fff !important;
    -webkit-box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important;
    -moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
    box-shadow: 11px 9px 17px -3px rgb(0 0 0 / 52%) !important; 

}

.iso-02 a h3{
  text-align: center;
  margin: 0px;
  padding:10px 0px 10px 0px;
  color: #fff;
  font-size: 18px !important;
  line-height: 30px;
  font-weight: 400;
}

















/**************************************
			2. NOTIFICATIONS
***************************************/

.noti-information .notification-list {
  padding: 0;
}

.notification-list a:first-child {
  border-top: none;
}

.noti-information .notification-list a {
  padding: 10px 18px 10px 18px;
}
.notification-list a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
  color: #2b2b2c;
  text-decoration: none;
  font-size: 14px;
}

.notification-list.not-list a span.icon {
  margin-top: 5px;
}

.notification-list.mail-list a span.icon {
  padding: 3px 10px;
  margin-top: 0px;
  color: white;
}

.notification-list a span.icon {
  margin-right: 15px;
  font-size: 16px;
  float: left;
}

.notification-list.mail-list.not-list {
  height: 360px;
  overflow: hidden;
}

.notification-list p,
.notification-list p small {
  margin: 0;
  padding: 0;
}

.noti-information .mail-list .un-read,
.noti-information .mail-list .read {
  right: 20px;
}
.not-list span.icon {
  width: 40px;
  height: 40px;
  line-height: 33px;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
}

/**************************************
			3. EMAIL
***************************************/
.mail-list .single-mail {
  position: relative;
}

a.single-mail.text-center.view-all {
  background: white;
  margin: 20px 0 0 0;
}
.mail-list .un-read,
.mail-list .read {
  position: absolute;
  right: 0px;
  top: 32px;
  font-size: 12px;
  color: #dfdfe2;
}
.vew-mail-header {
  color: #666f7b;
  font-weight: 700;
}
h4.vew-mail-header b {
  font-weight: 700;
}
.compose-editor {
  padding-left: 15px;
}
.mail-label {
  padding: 0.2em 0.6em 0.3em !important;
}
.mail-counter-style {
  padding: 2px 6px 4px !important;
}

/**************************************
			4. SELECT ITEM
***************************************/
.select.control {
  background: #262936;
  border-radius: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  position: relative;
}

.select.control:after {
  content: " ";
  width: 7px;
  height: 9px;
  background: url(images/arrow-down.html);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 1;
}

.select.control select {
  padding: 10px 30px;
  width: 110%;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  color: white;
}
/**************************************
			5. THEME CHANGE WINDOW
***************************************/
.control-sidebar-btn.btn {
  position: absolute;
  left: -53px;
  padding: 25px;
  z-index: 999;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border-color: #2f323e;
  background-color: #2f323e;
  margin: 0;
}
.control-sidebar-btn i {
  position: absolute;
  top: 18px;
  left: 15px;
}
.display-none {
  display: none;
}
.control-sidebar-btn.btn {
  position: absolute;
  left: -53px;
  padding: 25px;
  z-index: 999;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border-color: #2f323e;
  background-color: #2f323e;
  margin: 0;
}
.control-sidebar-btn i {
  position: absolute;
  top: 18px;
  left: 15px;
}
.settingSidebar {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 250px;
  top: 60px;
  right: -250px;
  z-index: 999;
  transition: 0.3s ease-in;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.settingSidebar .settingPanelToggle {
  background: #6777ef;
  padding: 10px 15px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: -40px;
  width: 40px;
  border-radius: 10px 0 0 10px;
}
.settingSidebar.showSettingPanel {
  right: 0;
}
.settingSidebar .settingSidebar-body {
  position: relative;
  height: 100% !important;
}
.settingSidebar .settingSidebar-tab {
  display: flex;
}
.settingSidebar .settingSidebar-tab .nav-item {
  width: 33.33%;
  text-align: center;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link {
  padding: 15px 12px;
  color: #6a7a8c;
  border-bottom: 3px solid transparent;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link.active {
  border-bottom: 3px solid #2962ff;
  color: #2962ff;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link:hover {
  border-bottom: 3px solid #2962ff;
  color: #2962ff;
}
.settingSidebar ul.choose-theme li {
  display: inline-block;
}
.settingSidebar ul.choose-theme li:hover {
  cursor: pointer;
}
.settingSidebar ul.choose-theme li div {
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: relative;
  margin: 1px;
}
.settingSidebar ul.choose-theme li div.purple {
  background: #6777ef;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.orange {
  background: #ffa117;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.cyan {
  background: #3dc7be;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.green {
  background: #4caf4f;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.red {
  background: #ea5455;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.white {
  background: #ece8e8;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.black {
  background: #343a40;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li.active div::after {
  content: "\f00c";
  color: #fff;
  top: 4px;
  left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.settingSidebar .setting-panel-header {
  display: block;
  padding: 15px 20px;
  color: #212529;
  font-size: 15px;
  border: 1px solid #eae9e9;
  background: #e9ecef;
}
.settingSidebar .disk-server-setting .progress {
  height: 8px;
}
.settingSidebar .disk-server-setting p {
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: left;
  padding-bottom: 5px;
}
.settingSidebar .rt-sidebar-last-ele {
  margin-bottom: 70px !important;
}
.settingList {
  list-style-type: none;
  padding-left: 15px;
}
.sidebarSettingTitle {
  padding-top: 10px;
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .settingSidebar {
    display: none;
  }
}

.quick-setting-main {
  float: left;
  position: fixed;
  top: 25%;
  z-index: 99999;
  right: 0;
}
.quick-setting {
  float: left;
  margin-top: -15px;
  max-width: 380px;
  padding: 20px;
}
.quick-setting ul#themecolors li {
  list-style: none;
}
.quick-setting ul#themecolors {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  max-width: 330px;
}
.quick-setting ul#themecolors li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
  background-color: #eaeef3;
}
.quick-setting ul#themecolors li a.green-theme {
  background-color: #0f0;
}
.quick-setting ul#themecolors li a.turquoise {
  background-color: #00c5cd;
}
.theme-color a {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 5px 8px 5px 0;
  -webkit-box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
  overflow: hidden;
  width: 35px;
  height: 30px;
}
.theme-color a[data-theme="white"] .head:before,
.theme-color a[data-theme="white"] .head:after,
.theme-color a[data-theme="dark"] .head:before,
.theme-color a[data-theme="blue"] .head:before,
.theme-color a[data-theme="indigo"] .head:before,
.theme-color a[data-theme="red"] .head:before,
.theme-color a[data-theme="cyan"] .head:before,
.theme-color a[data-theme="logo-white"] .head:before,
.theme-color a[data-theme="logo-white"] .head:after,
.theme-color a[data-theme="logo-dark"] .head:before,
.theme-color a[data-theme="logo-blue"] .head:before,
.theme-color a[data-theme="logo-indigo"] .head:before,
.theme-color a[data-theme="logo-cyan"] .head:before,
.theme-color a[data-theme="logo-green"] .head:before,
.theme-color a[data-theme="logo-red"] .head:before,
.theme-color a[data-theme="header-white"] .head:before,
.theme-color a[data-theme="header-white"] .head:after {
  background: #fff;
}
.theme-color a[data-theme="white"] .cont:after {
  background: #fff;
}
.theme-color a[data-theme="dark"] .cont:after,
.theme-color a[data-theme="header-dark"] .head:before,
.theme-color a[data-theme="header-dark"] .head:after {
  background: #303548;
}
.theme-color a[data-theme="blue"] .cont:after,
.theme-color a[data-theme="blue"] .head:after,
.theme-color a[data-theme="logo-blue"] .head:after,
.theme-color a[data-theme="header-blue"] .head:before,
.theme-color a[data-theme="header-blue"] .head:after {
  background: #5093eb;
}
.theme-color a[data-theme="indigo"] .cont:after,
.theme-color a[data-theme="indigo"] .head:after,
.theme-color a[data-theme="logo-indigo"] .head:after,
.theme-color a[data-theme="header-indigo"] .head:before,
.theme-color a[data-theme="header-indigo"] .head:after {
  background: #6673fc;
}
.theme-color a[data-theme="cyan"] .cont:after,
.theme-color a[data-theme="cyan"] .head:after,
.theme-color a[data-theme="logo-cyan"] .head:after,
.theme-color a[data-theme="header-cyan"] .head:before,
.theme-color a[data-theme="header-cyan"] .head:after {
  background: #4abad2;
}
.theme-color a[data-theme="green"] .cont:after,
.theme-color a[data-theme="green"] .head:after,
.theme-color a[data-theme="logo-green"] .head:after,
.theme-color a[data-theme="header-green"] .head:before,
.theme-color a[data-theme="header-green"] .head:after {
  background: #49d075;
}
.theme-color a[data-theme="red"] .cont:after,
.theme-color a[data-theme="red"] .head:after,
.theme-color a[data-theme="logo-red"] .head:after,
.theme-color a[data-theme="header-red"] .head:before,
.theme-color a[data-theme="header-red"] .head:after {
  background: #e44f56;
}
.theme-color a[data-theme="dark"] .head:after,
.theme-color a[data-theme="logo-dark"] .head:after {
  background: #303548;
}
.layout-theme a[data-theme="dark"] .cont {
  background: #464545;
}
.layout-theme a[data-theme="dark"] .head:before {
  background: #242b3a;
}
.layout-theme a[data-theme="light"] .cont {
  background: #ffffff;
}
.layout-theme a[data-theme="light"] .head:before {
  background: #ffffff;
}
.layout-theme a[data-theme="light"] .head:after {
  background: #6673fc;
}

.theme-color a .head {
  height: 10px;
}
.theme-color a .cont,
.theme-color a .head {
  display: block;
  position: relative;
}
.theme-color a .cont:before,
.theme-color a .head:before {
  width: 60%;
  right: 0;
}
.theme-color a .cont:after,
.theme-color a .cont:before,
.theme-color a .head:after,
.theme-color a .head:before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
}
.theme-color a .cont:after,
.theme-color a .head:after {
  width: 40%;
  left: 0;
}
.theme-color a .cont {
  height: 40px;
}
.theme-color a .cont:after,
.theme-color a .head:after {
  width: 40%;
  left: 0;
}
/**************************************
			6. SOCIAL BUTTONS
***************************************/
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}
.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}
/**************************************
			7. PROGRESS BAR
***************************************/
.progress {
  border: 0;
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 8px;
  border-radius: 0 !important;
  margin: 0;
}
.progress-bar-success {
  background-color: #36c6d3;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.work-monitor .states {
  width: 90%;
}
.progress-line {
  background: #e7ecf1;
}
.work-monitor .states .info {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin: 10px 0 0 0;
  font-weight: 500;
}

.progress.progress-sm {
  height: 8px;
}

.work-monitor .title {
  margin: 0 0 40px 0;
}
/**************************************
			8. MEGA MENU
***************************************/
.megamenu-header {
  display: block;
  padding: 0px 20px 5px 0px;
  font-size: 22px;
  line-height: 1.428571429;
  color: #fafafa;
}
.mega-menu-item-name {
  color: #fafafa;
  padding: 10px 0px 10px 0px;
}
.mega-menu-dropdown .material-icons {
  float: left;
  line-height: 24px;
}
.mega-menu-dropdown .dropdown-toggle {
  line-height: 24px;
}

/**************************************
			9. WIDGET
***************************************/
.stat-item {
  display: inline-block;
  padding-right: 15px;
}
.stats-row {
  margin-bottom: 20px;
}
.widget-gradient,
.widget-wrap-img {
  min-height: 350px;
  border-radius: 2px;
}
.analysis-box {
  padding: 2px 20px 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.legend table {
  border-spacing: 5px;
}

.clsAvailable {
  color: #0cc745;
  font-size: 13px;
  font-weight: 600;
}

.clsNotAvailable {
  color: #ff0000;
  font-size: 13px;
  font-weight: 600;
}

.clsOnLeave {
  color: #32c5d2;
  font-size: 13px;
  font-weight: 600;
}

.table-padding {
  padding-bottom: 20px;
  padding-top: 20px;
}
.doctitle {
  padding-bottom: 5px;
}
.user-bg {
  margin: -25px;
  overflow: hidden;
  position: relative;
}
.user-bg .overlay-box {
  background: #9675ce;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
}
.user-bg .overlay-box .user-content {
  padding: 15px;
}
.user-btm-box {
  padding: 40px 0 10px;
  clear: both;
  overflow: hidden;
}
.input-group-btn .btn {
  box-shadow: none;
}
.addr-font-h1 span {
  font-size: 14px;
  vertical-align: text-top;
}
.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
}
.text-stat span {
  font-size: 13px !important;
}

.overflow-h {
  overflow: hidden;
}
.rt-code {
  padding: 3px;
  color: #e43a45;
  border-radius: 4px !important;
  display: inline;
  word-wrap: normal;
}
.caption-desc {
  font-size: 13px;
  margin-top: 0.5em;
  line-height: 2.3em;
}

h4.media-heading {
  color: #3d3d3d;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
.fa-comments-o:before {
  content: "\f0e6";
}
.panel-body {
  padding: 15px;
}
.form-group {
  margin-bottom: 5px;
}

.md {
  line-height: inherit;
  vertical-align: bottom;
}

.md-refresh:before {
  content: "\f2a4";
}

.card .btn-collapse {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-angle-down:before {
  content: "\f107";
}
section.panel.tab-border {
  border: 1px solid #e5e5e5;
}
.language-switch a {
  color: #1e2629;
}
.notification-label {
  float: right;
  border-radius: 10px;
  padding: 0px 10px;
  color: #fff;
}

.task-body .list-group-item {
  border-width: 0 0 1px 0;
  margin: 0;
}

span.notificationtime {
  display: block;
}
span.online-status {
  display: block;
  margin-bottom: 0;
  padding: 0 22px;
  color: #9d9f9e;
  font-size: 11px;
  margin-top: 0px;
}
.addr-font-h3 {
  font-size: 24px;
}
.addr-font-h4 {
  font-size: 18px;
}
.close {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: 0;
  background-image: url(../img/remove-icon-small.html) !important;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}
.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px;
}
.input-mini,
.input-xxs {
  width: 45px !important;
}

.state-overview .addr-font-h1 {
  font-size: 36px;
  float: left;
  width: auto;
}
.no-pad-left {
  padding-left: 0 !important;
}
.text-purple .fa-facebook {
  font-size: 20px;
}
.text-success .fa-twitter {
  font-size: 20px;
}
.text-danger .fa-instagram {
  font-size: 20px;
}

.app-search {
  position: relative;
}
.contact-detail {
  float: left;
  width: 100%;
}
.contact-detail .fa {
  float: left;
  width: 30px;
  font-size: 20px;
  margin-top: 5px;
}
.contact-detail span {
  float: left;
  width: calc(100% - 30px);
  margin-bottom: 20px;
}
.contact-detail .fa-envelope {
  font-size: 15px;
}
.contact-detail .fa-mobile {
  font-size: 25px;
}
.item img {
  max-width: 100%;
}
.dataTables_wrapper {
  margin-top: 15px;
}
tr.group,
tr.group:hover {
  background-color: #ddd !important;
}
.profile-userpic {
  float: left;
  width: 100%;
  text-align: center;
}

.selector-title {
  margin-top: 0px !important;
  color: #000000;
}
.note-icon-font {
  background-color: transparent !important;
}
.course-likes {
  float: right;
  margin-right: 20px;
}
.course-picture {
  float: left;
  width: 100%;
  text-align: center;
}
.bg-warning {
  color: #fff;
  background-color: #ffd200;
}
.bg-success {
  background: #5fc29d;
}

.bg-orange {
  background: #e67d21;
}

.bg-blue {
  background: #3598dc;
}

.bg-purple {
  background: #8e44ad;
}

.bg-danger {
  color: #fff;
  background-color: #e55957;
}
.green-color {
  color: green;
}

.bg-danger {
  background: #e55957;
}
.bg-b-blue {
  background: linear-gradient(45deg, #4099ff, #2e7bd3);
}

.bg-b-yellows {
  background:#c02fcd;
  min-height:50px !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
-moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
border:1px solid #fff;
}

.bg-b-greens {
  background:#37a82b;
  min-height:50px !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
-moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
border:1px solid #fff;
}

.bg-b-reds {
  background:#e92020;
  min-height:50px !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
-moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
border:1px solid #fff;
}

.bg-b-blues {
  background:#466db5;
  min-height:50px !important;
  -webkit-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
-moz-box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
box-shadow: 11px 9px 17px -3px rgba(0,0,0,0.52) !important;
border:1px solid #fff;
}

.alt-bg{
  background:#525e54 !important;

  -webkit-box-shadow: 0px 5px 17px -3px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 5px 17px -3px rgba(0,0,0,0.42);
box-shadow: 0px 5px 17px -3px rgba(0,0,0,0.42);
border:1px solid #2b332c !important;

}

.alt-bg:hover{
  background: #e92020 !important;
  color: #000 !important;
  cursor: pointer;
   -webkit-animation: shake 1s !important;
    animation: shake 1s !important;
}




.bg-b-green {
  background: linear-gradient(45deg, #6cd6c1, #169d82);
}
.bg-b-yellow {
  background: linear-gradient(45deg, #ffb64d, #c99344);
}
.bg-b-pink {
  background: linear-gradient(45deg, #ff5370, #c43c53);
}

.bg-b-yellow-orange {
background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);

}





.bg-blue {
  background-color: #007bff !important;
  color: #fff;
}
.bg-blue .content .number,
.bg-blue .content .text {
  color: #fff !important;
}
.bg-indigo {
  background-color: #6610f2 !important;
  color: #fff;
}
.bg-indigo .content .number,
.bg-indigo .content .text {
  color: #fff !important;
}
.bg-purple {
  background-color: #6f42c1 !important;
  color: #fff;
}
.bg-purple .content .number,
.bg-purple .content .text {
  color: #fff !important;
}
.bg-pink {
  background-color: #e83e8c !important;
  color: #fff;
}
.bg-pink .content .number,
.bg-pink .content .text {
  color: #fff !important;
}
.bg-red {
  background-color: #dc3545 !important;
  color: #fff;
}
.bg-red .content .number,
.bg-red .content .text {
  color: #fff !important;
}
.bg-orange {
  background-color: #fd7e14 !important;
  color: #fff;
}
.bg-orange .content .number,
.bg-orange .content .text {
  color: #fff !important;
}
.bg-yellow {
  background-color: #ffc107 !important;
  color: #fff;
}
.bg-yellow .content .number,
.bg-yellow .content .text {
  color: #fff !important;
}
.bg-green {
  background-color: #28a745 !important;
  color: #fff;
}
.bg-green .content .number,
.bg-green .content .text {
  color: #fff !important;
}
.bg-teal {
  background-color: #20c997 !important;
  color: #fff;
}
.bg-teal .content .number,
.bg-teal .content .text {
  color: #fff !important;
}
.bg-cyan {
  background-color: #17a2b8 !important;
  color: #fff;
}
.bg-cyan .content .number,
.bg-cyan .content .text {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
  color: #fff;
}
.bg-white .content .number,
.bg-white .content .text {
  color: #fff !important;
}
.bg-gray {
  background-color: #6c757d !important;
  color: #fff;
}
.bg-gray .content .number,
.bg-gray .content .text {
  color: #fff !important;
}
.bg-gray-dark {
  background-color: #343a40 !important;
  color: #fff;
}
.bg-gray-dark .content .number,
.bg-gray-dark .content .text {
  color: #fff !important;
}
.l-bg-green {
  background: linear-gradient(90deg, #56ab2f, #a8e063) !important;
  color: #fff;
}
.l-bg-green .content .number,
.l-bg-green .content .text {
  color: #fff !important;
}
.l-bg-orange {
  background: linear-gradient(90deg, #f7971e, #ffd200) !important;
  color: #fff;
}
.l-bg-orange .content .number,
.l-bg-orange .content .text {
  color: #fff !important;
}
.l-bg-blue {
  background: linear-gradient(90deg, #00b4db, #0083b0) !important;
  color: #fff;
}
.l-bg-blue .content .number,
.l-bg-blue .content .text {
  color: #fff !important;
}
.l-bg-cyan {
  background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
  color: #fff;
}
.l-bg-cyan .content .number,
.l-bg-cyan .content .text {
  color: #fff !important;
}
.l-bg-red {
  background: linear-gradient(316deg, #fc5286, #fbaaa2) !important;
  color: #fff;
}
.l-bg-red .content .number,
.l-bg-red .content .text {
  color: #fff !important;
}
.l-bg-purple {
  background: linear-gradient(90deg, #834d9b, #d04ed6) !important;
  color: #fff;
}
.l-bg-purple .content .number,
.l-bg-purple .content .text {
  color: #fff !important;
}
.l-bg-purple-dark {
  background: linear-gradient(45deg, #a52dd8, #e29bf1) !important;
  color: #fff;
}
.l-bg-purple-dark .content .number,
.l-bg-purple-dark .content .text {
  color: #fff !important;
}
.col-blue {
  color: #007bff !important;
}
.col-indigo {
  color: #6610f2 !important;
}
.col-purple {
  color: #6f42c1 !important;
}
.col-pink {
  color: #e83e8c !important;
}
.col-red {
  color: #dc3545 !important;
}
.col-orange {
  color: #fd7e14 !important;
}
.col-yellow {
  color: #ffc107 !important;
}
.col-green {
  color: #28a745 !important;
}
.col-teal {
  color: #20c997 !important;
}
.col-cyan {
  color: #17a2b8 !important;
}
.col-white {
  color: #fff !important;
}
.col-gray {
  color: #6c757d !important;
}
.col-gray-dark {
  color: #343a40 !important;
}

.admission_input{
    color: #fc544b !important;
    font-size: 13px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #fc544b !important;
}

.admission_input1{
    color: #fc544b !important;
    font-size: 13px !important;
    font-weight: bold !important;
    
}

.list-3 li {
  color: #fc544b !important;
  font-weight: bold !important;


}

.course-period {
  color: #fc544b !important;
  font-weight: bold !important;

}

.down-icon {
  color: #fc544b !important; 

}

.mdl-textfield{
  
  padding:20px 0px !important;
}

.mdl-textfield__input{
   padding:2px 0px !important;

}

.mdl-textfield__label {
    color: #747474;
    font-size: 14px !important;
}

.student-photo{
  width:150px;
  height:150px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  float: left;
  margin:5px 0px 5px 18%;

}


.signature-photo {
  width:250px;
  height:80px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  float: left;
  margin:5px 0px 5px 18%;

}

.signature-photo img{
  width: 100%;
}

.student-photo img{
  width: 80%;
  margin:10px;
}

.size-control{
 
  float: right !important;
  width: 82% !important;  
  text-align: left !important;
  color: #747474 !important;
  font-size: 14px !important;  
  margin:0px 0px 5px 14%;
  
}

.file-control{ 
  margin:10px 0px 0px 0px !important;
  float: right !important;
  width: 82% !important;
}

.declaration p{
  text-align: justify !important;
}

.btns-green {
    background: #5d872c !important;
}

.scroll-table {
    overflow: scroll !important;
}

.table-striped{
  width: 1300px !important;

}

.student-pic{
  width:40px !important;
  height:45px !important;
}