.errorMessage{color: red;}
.btn{margin-right: 10px;}
.showCM{color: green;font-weight: bold;}

.alert1{font-weight: bold; }
.successA{color: green;margin-left: 44px;padding-top: 10px;}
.errorA{color: red;margin-left: 44px;padding-top: 10px;}

.deleteA{color: red;}
.updateA{color: green;}



.content-wrapper
{
  min-height: 100vh;
}

.table_bottom_total
{
    font-size: 12px;
    text-align: center;
}

.messageCheckBox
{
    width: 40px;
    height: 16px;
   margin-bottom: -10px;
}

.div_bottom_total
{
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #999;
}
.mailbox{
    margin-top: 0px;
}
.attendance_options
{
    margin-left: 5%;
    display: flex;
}
.attendance_options_section
{
    text-align: center;
    margin-left: 15px;
}
.attendance_options_section input
{
    height:17px;
    width:17px;
    margin-top: -5px;
    text-align:'center';
}
/* .content-wrapper .content{
    min-height: 100vh;
} */

.sidebar_div1
{
    min-height: 100vh !important;
}

.loader{
    display: flex;
    justify-content: left;
}


button {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  height: 36px;
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid;
  color: #334b79;
  z-index: 1;
  transition: 0.5s all ease;
}

button:hover {
  color: white;
  cursor: pointer;
  border: 0px;
}

button:active {
  transform: scale(0.85);
}

button:before {
  content: "";
  width: 50%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0%;
  left: -50%;
  top: -100%;
  background: #379237;
  transition: all 0.6s ease;
  z-index: -1;
}

button:hover:before {
  top: 0;
  left: 0;
  border: 0px;
  transform: rotate(180deg);
}

button:after {
  content: "";
  width: 50%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0%;
  left: 100%;
  top: 100%;
  background: #54B435;
  transition: all 0.6s ease;
  z-index: -1;
}

button:hover:after {
  top: 0;
  left: 50%;
  border: 0px;
  transform: rotate(180deg);
}

.btn1
{
    height: 24px;
}

.fee_card_input
{
  width: 91px;
}

.required_field
{
  color:red;
  padding-left: 1px;
}

.panel-body form label{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bolder;
  font-size: 13px;
}

.panel-body form input{
  border-radius: 1px;
}

.panel-body form select{
  border-radius: 1px;
}

.panel-body table th{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bolder;
  font-size: 13px;
}

.panel-body table td{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 13px;
}
.panel-body
{
  padding-left: 5px;
  padding-right: 5px;
}

.panel-body form
{
  padding-left: 0;
  padding-right: 0;
}

.sectionDidiverForm
{
  margin-bottom: 10px;
}
.photoThumb
{
  width:30px;
  height:30px;
  border-radius:'50%';
  margin-right: 5px;
}

.dataTables_length .form-control
{
  margin-bottom: 5px;
}
