﻿/*
    base
*/

.btn-default-width {
    width: 100px !important;
}

.btn-default-x-width {
    width: 155px !important;
}

.btn-medium-width {
    width: 170px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.big-link {
    font-size: 20px;
}

/*
    ViewReport
*/

.gvCalendar-row:hover, .gvCalendar-row-selected {
    background-color: #E8E8E8;
    cursor: pointer;
}

.detail-box {
    border: solid 1px;
}
