body { 
    margin-top: 60px;
}

.user-information {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    cursor: text;
    font-size: 16px;
    line-height: normal;
    margin: -8px 0 8px;
    padding: 11px 15px 10px;
    white-space: nowrap;
}

.user-information>strong, .user-information>span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu > li > a {
    font-size: 15px;
    padding: 8px 30px 9px 15px;
}

.form-info-text {
    line-height: 3.0em;
}

div.ui-datepicker{
    font-size:20px;
}

td.weekend {
    opacity: .35;
}

td.entered a{
    color: red !important;
}

.entry-table {
    margin-top:15px;
}

span.red {
    color: red;
    font-weight: 900;
}

td.paid-holiday a.ui-state-default {
    background-color: green;
    color: white;
}

td.leave-day a.ui-state-default {
    background-color: orange;
    color: white;
}

td.leave-half-day a.ui-state-default {
    background: linear-gradient(to right bottom, white 40%, orange 60%);
    color: white;
}

td.paid-half-day a.ui-state-default {
    background: linear-gradient(to right bottom, white 40%, green 60%);
    color: white;
}

td.paid-half-day.leave-half-day a.ui-state-default {
    background: linear-gradient(to right bottom, orange 40%, green 60%);
    color: white;
}

#ui-datepicker-div {
    z-index:9999 !important
}

.alert-grey {
    border-color: #dcdcdc;
    color: #555555;
}

.top-spacing-lg {
    margin-top: 100px;
}

.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.top-pad {
    padding-top: 10px;
}

tr.border-bottom td {
    border-top: 2pt solid black !important;
    font-weight: bold;
}

.unclickable {
    cursor: default;
}

#tabButtons a.btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

tfoot {
    font-weight: 900;
}

/* Add chevrons for ordering of table */
.table-container th.asc:after {
    content: '\0000a0\0025b2';
    float: right;
}

.table-container th.desc:after {
    content: '\0000a0\0025bc';
    float: right;
}
/* End ordering of table */

.pager li>a {
    background-color: #aea79f;
}

.column-checkbox .checkbox {
    display: block;
    float: left;
}

.column-checkbox .checkbox:first-of-type {
    margin-top: -5px;
    margin-bottom: 0px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .column-checkbox .checkbox {
        width: 50%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .column-checkbox .checkbox {
        width: 25%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}