.validation-message{
    color: #e53935;
    font-size: 12px;
}
.login_page_wrapper {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .login_page .user_avatar {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.085);
    background-position: 50% 1px;
  }
  .login_page .login_heading {
    text-align: center;
    margin-bottom: 32px;
  }
  .heading_b {
    font: 200 18px/20px Roboto,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    vertical-align: middle;
    padding-top: 12px;
    padding-left: 5px;
  }
  #page_content_inner {
    padding: 8px 12px;
  }
  .header_text{
    text-align: center;
    font-size: 20px;
    color: #fff;
    vertical-align: -16px; 
    display: inline-block;
    text-transform: capitalize;
  }
  .table-filter{
    background: #7cb342;
    color: #fff;
    padding:8px;
  } 
  .uk-table tfoot td,.uk-table tfoot th, .uk-table thead th{
    color: #fff;
    font-weight: 700; 
  } 
  .checkbox-div{
    display: inline;
  }
  .hide-checkbox{
    display: none !important;
  }
  .checkbox-div label:not(:empty) {
    padding-left: 1.75em;
    padding-right: 1.75em;
  }
  .labalFloat{
    text-align: left;
  }
  .app_theme_a .table-filter{
    background: #ff4081;
    color: #fff;
  } 
 
  .app_theme_b .table-filter{
    background: #00bcd4;
    color: #fff;
  } 
 
  .app_theme_c .table-filter{
    background: #1e88e5;
    color: #fff;
  } 
  .app_theme_d .table-filter{
    background: #673ab7;
    color: #fff;
  } 
  .app_theme_e .table-filter{
    background: #e53935;
    color: #fff;
  } 
  .app_theme_f .table-filter{
    background: #7cb342;
    color: #fff;
  } 
  .app_theme_g .table-filter{
    background: #4caf50;
    color: #fff;
  } 
  .app_theme_h .table-filter{
    background: #0277bd;
    color: #fff;
  } 
  .app_theme_i .table-filter{
    background: #00acc1;
    color: #fff;
  } 
  .fixed-div {
    display:block;
    height:250px;
    overflow:auto;
	
}
.fixed-header, .fixed-div tr {
    display:table;
    width:99%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
.fixed-header {
    width: calc( 100% - 1em )/* scrollbar is average 1em/16px width, remove it from thead width */
}
.fees-label label:after{
  left: 20px !important;
  top: 2px !important;
}

.md-card { 
  box-shadow: 0px 1px 1px 2px rgba(0,0,0,.12), 0 0px 1px 0px rgba(0,0,0,.24);
  padding:6px;
}

  .uk-table thead th {
  padding: 10px 4px;
} 
.req{
  color:red;
}
.footer{
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    bottom: 0pt;
    left: 0pt;
    text-align: right;
    padding: 0px 12px;
    margin-bottom: 10px; 
} 
.title-Text{ 
  font-size: 25px; 
  font-weight: bold;
  color: whitesmoke;
  text-transform: uppercase;
  padding-top: 4%;
}

.login-header{
  /* background: linear-gradient(96deg, #4ab74c 0%, #00b7ea 39%, #a8562c 69%, #f79420 100%); */
   /*background:linear-gradient(96deg, #4ab74c 0%, #00b7ea 39%, #a8562c 69%, #f79420 100%); */
/*    background:linear-gradient(96deg,#ffffff 5%, #00b7ea 30%,  #4ab74c  69%, #f79420 100%); 
 */  height: 140px;
   /* box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23); */ 
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1104;
  padding-top: 4px;
}
body {
  font: normal  14px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #8b8d94;
}
.md-card .md-card-head-text { 
  font: normal 16px/22px "Open Sans", Helvetica, Arial, Verdana, sans-serifsans-serif; 
}
.login-body{
  background:linear-gradient(96deg,#cfe6ce 1%, #4ab74c  45%, #cfe6ce 110%);
  padding-top: 4px !important;
}

.login-body .md-card{
  box-shadow:unset;
  background:unset;
}
.detail-view{
  padding-top:8px;
  padding-bottom:8px;
}
.detail-view div{
  padding-left:6px;  
  float: left;
}
.detail-view div:first-child{  
  width: 30%; 
}
.detail-view div:last-child{  
  width: 70%; 
}
.uk-table td, .uk-table th{
  border-right: 1px solid #d7d5da;
  padding:4px 6px;
}
.uk-table td:first-child, .uk-table th:first-child{
  border-left: 1px solid #d7d5da; 
}
.pagination{
  margin-top: 0px;
}

.md-radio label{
  padding: 0 22px;
}
.text-bold{
  font-weight: bold;
}
.qrcode div{
  border:1px !important;
  box-shadow:#fff 0px 0px 0px 1px inset !important;
}

.login-containter {
  margin: 0; 
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, auto);  
  margin-top: 8%;
  justify-items: center;
  align-items: top;
}
 
.login-container {
  grid-column-start: 1;
  background: rgb(230, 230, 230);
  border-radius: 10px;
  padding: 1em;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto; 
}

.item1 { grid-area: login1; }
.item2 { grid-area: login2; }
.item3 { grid-area: login3; }