html, body {
    height: 100%;
}

body {
    background-color:#ffffff !important;
    font-size: 14px !important;
    font-family: sans-serif !important;
}
#body {
    margin: auto;
    height:1000px;
    max-width: 1280px;
}

h1,h2,h3,h4,h5 {
    color: #0c79ba;
    margin : 10px 0px 10px 0px !important;
}

h1 {
    border-bottom: solid 1px #0c79ba
}
label {
    font-weight: bold;
}
.dateDialog {
    width: 150px !important;
}

.card-stats .icon-big i {
    line-height: 59px;
}
.card-stats .icon-big {
    font-size: 3em;
    min-height: 64px;
}
.category, .card-category {
    text-transform: capitalize;
    font-weight: 400;
    color: #9A9A9A;
    font-size: 0.7142em;
}
.row-grey {
    background-color: #fdfdfd !important;
}
.row-yellow {
    background-color: #ffffcc !important;
}
.row-orange {
    background-color: #fcd6b0 !important;
}
.row-purple {
    background-color: #f0defd !important;
}
.row-blue {
    background-color: #ccffff !important;
}
.row-green {
    background-color: #ccffcc !important;
}
.row-red {
    background-color: #ffcccc !important;
}



