﻿/* jgritter custom classes */
.gritter-item p {
    font-size: 13px !important;
}
.gritter-success {
    border-color: #d6e9c6 !important;
    background: #dff0d8 !important;
}
.gritter-success .gritter-item p {
    color: #468847 !important;
}

.gritter-error {
    border-color: #eed3d7 !important;
    background: #f2dede !important;
}
.gritter-error .gritter-item p {
    color: #b94a48 !important;
}

.timesheetreport .timesheetreportheader td {
    font-size: 16px;
    height: 20px;
    border-top: 0px;
}

/* legacy css */
.pull-left{
    float:left !important;
}
.pull-right {
    float:right !important;
}

.gridtextbox {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}