#dash_board_custom .margin_bottom_20 {  
  border-radius: 7px;
  min-height: 152px;
}
#dash_board_custom .box_heads{   
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #fff;
  margin: -1px;
}
#dash_board_custom ul li {
    list-style: none;
    position: relative;
    font-size: 18px;
    margin: 0px -10px 9px -50px;    
    padding: 1px 0px 9px 32px;
}
#dash_board_custom .secound li:last-child {
  border-bottom: none;
}
#dash_board_custom ul li::before{
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 19px;
  top: 4px;
}


.ulli {background-color: #ddd;min-height: 96px;padding: 10px 11px;overflow: hidden;}
.ulli ul {padding: 0;}

#dash_board_custom .title_containt {
    font-size: 20px;
}
#dash_board_custom .title_containt .user_names_s,#dash_board_custom .title_containt .site_name{
  font-weight: bold;    
}
#filter_main .filter_box {
  float: left;
  width: 15%;
  margin: 21px 4px;
}
#filter_main .filter_box input, #filter_main .filter_box select{
  border-radius: 5px;
}
#dash_board_custom .third li {
  margin: 0px -1px 9px -50px !important;
}
.admin-logo{
    max-width: 100px;
}
.header-right_menu li {
  list-style: none;
  padding: 8px 0px;
}
.search_btn{
  margin-top: 25px;
}
#dash_board_custom ul li {
  border-bottom: 1px solid #e4d9d9;
}
#dash_board_custom .title_containt .user_names_s{ 
  color: #00A65A;
}
/*skin-blue dashboard*/
.skin-blue #dash_board_custom .margin_bottom_20 {
  border: 1px solid #d0b7b7;
}
.skin-blue  #dash_board_custom .box_heads{
  background-color: #3C8DBC; 
  border: 1px solid #3C8DBC; 
}
.skin-blue  #dash_board_custom .title_containt .site_name{ 
  color: #3C8DBC;
}
/*skin-Purple dashboard*/
.skin-purple #dash_board_custom .margin_bottom_20 {
  border: 1px solid #605CA8;
}
.skin-purple  #dash_board_custom .box_heads{
  background-color: #605CA8; 
  border: 1px solid #605CA8; 
}
.skin-purple  #dash_board_custom .title_containt .site_name{ 
  color: #605CA8;
}
/*skin-Purple dashboard*/
.skin-green #dash_board_custom .margin_bottom_20 {
  border: 1px solid #00A65A;
}
.skin-green  #dash_board_custom .box_heads{
  background-color: #00A65A; 
  border: 1px solid #00A65A; 
}
.skin-green  #dash_board_custom .title_containt .site_name{ 
  color: #00A65A;
}
/*skin-yellow dashboard*/
.skin-yellow #dash_board_custom .margin_bottom_20 {
  border: 1px solid #F39C12;
}
.skin-yellow  #dash_board_custom .box_heads{
  background-color: #F39C12; 
  border: 1px solid #F39C12; 
}
.skin-yellow  #dash_board_custom .title_containt .site_name{ 
  color: #F39C12;
}
/*skin-yellow dashboard*/
.skin-yellow #dash_board_custom .margin_bottom_20 {
  border: 1px solid #F39C12;
}
.skin-yellow  #dash_board_custom .box_heads{
  background-color: #F39C12; 
  border: 1px solid #F39C12; 
}
.skin-yellow  #dash_board_custom .title_containt .site_name{ 
  color: #F39C12;
}
img.profilePics {
    border: 1px solid #c3b6b6;
    padding: 2px;
    border-radius: 5px;
}
.lable_counter-dash{
    border-radius: 100%;
    margin-right: 10px;
}
.tab_header {
    background-color: #f1f0f0 !important;
    border-bottom: 1px solid #e0dada;
    padding-bottom: 20px;
}

.image_li {
    float: left;
    margin: 3px;
    border: 1px solid #ccbebe;
    padding: 3px;
    border-radius: 5px;
    position: relative;
}
.image_li .thumimgs {
    height: 200px;
    width: 100%;
}
.setUnsetPrimarySchoolImg {
    position: absolute;
    top: 0px;
    right: 34px;
    margin: 4px;
}
.deleteSchoolImg {
    position: absolute;
    top: 3px;
    right: 4px;
    margin: 0px;
}
.loader_imgss {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 1842px;
    z-index: 999;
    display: none;
    bottom: -86px;
}
.loader_imgss .preloaderImg {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
}
.newchild_list{
  list-style: none;
  padding-left: 18px !important;
}
#preloaderMainss {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
    bottom: 0px;
    left: 0px;
    z-index: 99999;
}
#preloaderMainss img {
    position: absolute;
    left: 0;
    width: 87px;
    top: 184px;
    right: 0;
    margin: 0 auto;
    display: block;
}