
#BdayToday table, #BdayUpcoming table {
    min-height: 25px;
}
.bday tr td {
    font-family: Arial,Arial,Verdana,Trebuchet MS;
    font-size: 11px;
    line-height: 13px;
}
.homepage_dashboard_wrapper {
    margin: 0 0 0 15px;
    min-height: 200px;
    width: 960px;
}
.homepage_dashboard_left {
    float: left;
    width: 650px;
}
.homepage_dashboard_left .homepage_dashboard_box {
    float: left;
    width: 630px;
}
.homepage_dashboard_left .homepage_dashboard_box {
    float: left;
}
.homepage_dashboard_right {
    float: right;
    width: 270px;
}
.homepage_dashboard_right .homepage_dashboard_box {
    float: right;
}
.homepage_dashboard_box {
    background: none repeat scroll 0 0 #738392;
    margin: 0 3px 15px 0;
    min-height: 100px;
    padding: 0 10px 10px;
    width: 260px;
}
.homepage_dashboard_link {
    color: #ffc18f;
}
h3.dashboard {
    /*color: #ffffff;*/
    font-family: Arial,Arial,Verdana,Trebuchet MS;
    font-size: 23px;
    margin: 0;
    padding: 5px 0;
}
.rounded_corner {
    background: none repeat scroll 0 0 #ffffff;
    padding: 5px 0;
    width: 100%;
}
.log_text {
    font-size: 11px;
    height: 40px;
    padding: 0 5px;
}
.attendance_log {
    font-size: 11px;
    min-height: 200px;
}
.notifications {
    font-size: 11px;
    min-height: 50px;
}
:first-child + html ol.dashboard {
    padding: 0 0 0 7px;
}
ol.dashboard {
    margin: 5px 2px 0 12px;
    padding: 0;
}
ol.dashboard li {
    color: #000000;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    padding: 2px 0;
}
ul.dashboard {
    margin: 5px 0 5px 15px;
    padding: 0;
}
ul.dashboard li {
    color: #000000;
    font-size: 11px;
    line-height: 15px;
    list-style-type: square;
    margin: 0;
    padding: 0;
}
.homepage_dashboard_wrapper h4 {
    color: #ffffff;
    font-family: Arial,Arial,Verdana,Trebuchet MS;
    font-size: 12px;
    padding: 0;
}
.homepage_dashboard_wrapper h4.WorkDay {
    color: #dcf7ca;
}
.homepage_dashboard_wrapper h4.RestDay {
    color: #fdf3cf;
}
.homepage_dashboard_wrapper h4.Holiday {
    color: #ffff00;
}
.tableDashboardSchedule tr td .clocks {
    color: #000000;
    font-size: 18px;
}
.mainFormButtonMSMed {
    font-weight: bold;
    padding: 5px;
    width: 100px;
}
.mainFormButtonDisabledMSMed {
    color: gray;
    font-weight: bold;
    padding: 5px;
    width: 100px;
}
.stopwatch {
    background: none repeat scroll 0 0 #e37020;
    border: 5px solid #444;
    border-radius: 15px;
    padding: 10px;
    width: 210px;
}
.stopwatch .display {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #444;
    border-radius: 10px;
    color: #444;
    font-family: Arial,Verdana;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center;
    width: 160px;
}
.stopwatch .start, .stopwatch .stop, .stopwatch .reset {
    background: none repeat scroll 0 0 #444;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-family: Arial,Verdana;
    font-size: 12pt;
    padding: 5px 10px;
    text-align: center;
    width: 100px;
}
.stopwatch .start, .stopwatch .stop {
    margin-right: 10px;
}
.statusTable {
    border-color: #ababab;
    border-style: solid;
    border-width: 1px 0 0 1px;
}
.statusTable td {
    border-color: #ababab;
    border-style: solid;
    border-width: 0 1px 1px 0;
    font-size: 11px;
    padding: 3px;
}
.graphItem {
    cursor: pointer;
    width: 12px;
}
.theGraph {
    position: relative;
}
.tooltip {
    background-color: #f5f5b5;
    border: 1px solid #deca7e;
    color: #303030;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 4px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}
.dashboard-button-on {
    /* background-image: url("/client/public/images/button-on.png"); */
    background-image: linear-gradient(to bottom, #35adec, #0646c9);
    background-repeat: no-repeat;
    color: #efefef;
    cursor: pointer;
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    text-align: center;
    width: 102px;
    border-radius: 5px;
    border: 1px solid white;
    box-shadow: 2px 5px #888888;
}
.dashboard-button-on:hover {
    /* background-image: url("/client/public/images/button-over.png"); */
    background-image: linear-gradient(to bottom, #35adec, #35adec);
    background-repeat: no-repeat;
}
.dashboard-button-off {
    /* background-image: url("/client/public/images/button-off.png"); */
    background-image: linear-gradient(to bottom, #808386, #5a6377);
    background-repeat: no-repeat;
    color: #a5a5a5;
    cursor: not-allowed;
    font-family: Arial,Verdana;
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    text-align: center;
    width: 102px;
    border-radius: 5px;
    border: 1px solid white;
    box-shadow: 2px 5px #888888;
}
.dashboard-button-div {
    color: white;
    display: table;
    height: 30px;
    text-align: center;
    width: 102px;
}
.middle {
    display: table-cell;
    vertical-align: middle;
    width: 102px;
}
.inner {
    margin: auto;
    text-align: center;
    width: 102px;
}
.tableDashboardHeader {
    margin-top: 5px;
}
#dashboard-button-blocker {
    display: none;
}
#dashboard-button-blocker div {
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    top: 0;
}
