﻿  /*calender style*/ 
  #calendar button{
      width:auto;
  }
  /*calender style*/ 




.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mb10 {
    margin-bottom:10px;
}
.home_details {
    border-top: solid 1px #000;
    border-bottom: solid 1px #f58d6c;
}
.main-logo {
    margin: 0px auto;
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mt0{
    margin-top: 0px !important;
}
.links-list a{
    background: none !important;
}
.searchbar_list{
    display: none;
}
.fullwidth{
    width: 100%;
}
.width20{
    width: 20px;
}
.bg_none{
    background:none !important;
}
.div_no_data{
   text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;

}
.pl0{
    padding-left: 0px !important;
}
.bg_white{
    background-color: #fff !important;
    
}
.panel_title{
    padding: 10px 15px !important;
}
.color_blue {
    color: #2473b6;
}
.color_red {
    color: #d54a4a;
}
.color_yellow {
    color: #ff9c00;
}
.color_black{
    color: #000;
}
.mr5{
    margin-right: 5px;
}
.mb10{
    margin-bottom: 10px;
}

  .font25{
      font-size: 25px;
  }
  .notification_num{
    position: absolute;
    left: 14px;
    top: 20px;
    background-color: red;
  }

  .color-red{

    color: #d54a4a;
  }

  .hidden{

    display: none;
  }

.align-center {
    text-align:center;
}



.panel-left .list .item-title {
    overflow:inherit !important;
}


* { box-shadow: none !important; }