.font-white{
    color: #FFF
}

.danger {
    color: #7b0c32;
}

.block{
    display: block;
}

.hint-danger {
    display: block;
    color: #FFF;
}
.border {
    border: thin solid #EEE;
}
.manage-page {
    border: thin solid #EEE;
    width:98%;
    margin: auto;
    background-color: #FFF;
}

.clear-both{
    clear: both;
}
.m20{
    margin: 20px;
}

.thead {
    font-size: 12px;
}
.tbody {
    font-size: 11px;
}

.no-line {
    text-decoration: none;
}

.parsley-required{
    font-size: 12px;
    color: #7b0c32;
    font-weight: bolder;
}


.thumbnail{


}

.loader-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #E8E8E8;
    opacity: 0.7;
    overflow-x: hidden;
    display: none;
}

.loader-overlay > .content {
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    color: #0b0b0b;
}

.attendance_main{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    /*border: dashed thin #999;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-height: 400px;
}
