﻿.groupName {
    border: solid thin #ccc;
    border-radius: 4px;
    padding: 5px;
    line-height: 14px;
    margin-bottom: 10px;
    margin-right: 8px;
    font-size: 13px;
}
.groupName:hover{cursor: pointer;}
.groupName.active {
    color: #fff;
    background: #0385a3;
    border-color: #0385a3;
}

#AttendancePopup .modal-dialog {width:95%;
}

#AttendancePopup .close {
    outline:none;
    border:none;
    background:none;
}

.othoursBG {
    background: #d3f7ff;
    padding: 6px 9px 0px;
    border-radius: 5px;
    font-weight: 600;
}

