body {
    background-color: #009e60;
    background-image: url("/images/bg.gif");
    margin: 25px 0 0;
    font-family: Arial, Calibri;
    font-size: 13px;
}
.table td, .table th {
    font-size: 13px;
}
INPUT.form-control {
    height: auto;
}
.page-container {
    max-width: 1400px;
    margin: 0 auto;
}
.page-header.navbar .page-logo {
    display: block;
    float: left;
    height: 70px;
    padding: 10px 20px 0;
    width: 80%;
}
.page-header.navbar {
    height: 70px;
    min-height: 70px;
}
.page-content-wrapper .page-content {
    padding: 0 0 0 20px;
}
.page-head {
    background-color: white;
    border-radius: 4px;
    margin-bottom: 20px;
}
.page-head.portlet.light {
    background-color: #fff;
    padding: 0 20px;
}
.page-footer .page-footer-inner,
.page-footer .page-footer-inner A {
    color: white;
    float: none;
}
.page-footer {
    text-align: center;
}
.page-right-button {
    float: right;
    margin-top: 10px;
}
.portlet.light .form .form-body, .portlet.light .portlet-form .form-body {
    padding: 0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #009e60;
    border-color: #009e60;
}
.pagination > li > a, .pagination > li > span {
    color: #009e60;
}
DIV#form-left DIV.form-group {
    float: left;
    width: 45%;
    min-width: 300px;
    margin-right: 4.5%;
}
DIV#form-left H4 {
    font-weight: bold;
}
DIV#form-left .mt-checkbox {
    margin-bottom: 0;
}
DIV#form-left .mt-checkbox-list {
    padding: 0;
}
DIV.clear {
    clear: both;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    font-size: 13px;
    height: 24px;
    line-height: 1.5;
    padding: 0 5px;
}
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    font-size: 13px;
    height: 24px;
    line-height: 1.5;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 2px 8px;
}
.app-show-label {
    border-bottom: 1px solid lightblue;
    width: 24%;
    min-width: 150px;
    font-weight: bold;
    float: left;
    height: 27px;
    padding: 8px 4px 4px 2px;
}
.app-show-value {
    border-bottom: 1px solid lightblue;
    float: left;
    width: 70%;
    height: 27px;
    padding: 8px 4px 4px 2px;
}
.content.login-logo {
    text-align: center;
    padding: 10px 30px 10px;
}
#login-logo {
    margin: 0 auto;
}
DIV#massive-pdf {
    border: 2px solid lightblue;
    height: 52px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
TABLE.vmiddle > TBODY > TR > TD {
    vertical-align: middle;
}
.fa {
    font-size: 115%;
}