h6 {
  font-size: 11px;
  color: #999999 !important;
  text-transform: uppercase;
}

.control-group .control-text{
    height: 28px;
    line-height: 28px;
}

.dl-horizontal dt{ /* overrides bootstrap default */
    width: 150px !important;
    padding-top: 8px;
}

.dl-horizontal dd{ /* overrides bootstrap default */
    padding-top: 8px;
    margin-left: 160px !important;
    min-height: 20px;
}

.admin_header{
    margin-bottom: 10px;
}

/* Day hours input */

.day_hours_input{
    margin-left: 5px;
}
.day_hours_input option{

    font-size: 11px;
}
.day_hours_input option.hour_00{
    font-weight: bold;
    font-size: 12px !important;
}

.day_hours_input option.PM{
    background-color: #ddd;
}

.day_hours_input option.AM{
    background-color: #DDFFFF;
}

.MODIFIED,
.Missed,
.Tardy{
    color: orange;
}

.ADDED,
.Attended{
    color: green;
}

.DELETED,
.Canceled,
.Absence{
    color: #ff0000;
}

.report{
    cursor: pointer;
    border-radius: 5px;
    width: 190px;
    text-align: center;
    margin-left: 30px;
    border: 1px solid #ccc;
    padding: 5px;
}

.report img{
    width: 180px;
    height: 206px;
}

.report h5{
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.report:hover{
    border: 1px solid #000;
}

.typeahead{
    border: 1px solid #008b8b !important;
    border-radius: 3px;
}

.OnTime{
    background-color: green;
    color: #ffffff;
}

.Pending{
    background-color: yellow !important;
    color: blue;
}

.Blocked{
    background-color: #ff0000;
    color: #ffffff;
}

.Inactive{
    background-color: #ff0000;
    color: #ffffff;
}

.membership_payment_status{
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

.top-space{
    padding-top: 35px;
}

.bottom-space{
    padding-bottom: 35px;
}

.client-image-section{
    float: right;
}

.client-form-section{
    float: left;
}

.showImg{
    width: 160px;
    height: 105px;
}

.center-table{
    padding-top: 50px;
}

#class_type_table img{
    max-width: inherit;
}

.massages_table{
    background-color: #fff;
}

.massages_table td{
    font-size: 12px;
}

.delete{
    color: #ff0000;
}
