body {
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    font-size: 8pt;
    background-color: #E8F1FF;
}

#header
{
    height: 130px;
    text-align: center;
    display: block;
    background-color: #ffffff;
    border-bottom: solid 4px #00295B;
    border-top: #ffffff 10px solid;
    padding-bottom: 10px;
}

#header h1
{
    float: left;
    font-size: 2em;
    color: #000;
}

#header img
{
    height: 130px;
    width: 130px;
}

h1
{
    font-size: 2em;
}

h3
{
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 20px;
}

#content
{
    border: none;
    width: 100%;
    height: 100%;
}

#menucontainer
{
	padding: 0px;
	vertical-align: top;
    background-color: #FAFAFA;
    width: 150px;
    height: 100%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0px;
}

#menucontainer h2
{
	text-align: left;
    display: block;
    background-color: #999;
    padding: 5px;
    margin: 0px;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
}

#menucontainer button {
    width: 110px;
    min-height: 35px;
    display: block;
    margin: 7px 0px 7px 0px;
    font-size: 1.1em;
}

#main, #no-side-menu {
    vertical-align: top;
}

td#main {
    border: none;
    font-size: 1.1em !important;
}

#main h2 {
    display: block;
    width: auto;
    background-color: #00295B;
    border-top: solid 1px #00295B;
    border-left: solid 1px #00295B;
    border-right: solid 1px #00295B;
    padding: 5px 0 5px 0;
    text-indent: 10px;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset, .validation-summary-errors {
    width: auto;
    background-color: #EAF3FF;
    border-bottom: solid 1px #00295B;
    border-right: solid 1px #00295B;
    border-left: solid 1px #00295B;
    padding: 10px;
    margin-bottom: 10px;
}

    .validation-summary-errors {
        border-top: solid 1px #ccc;
    }

.validation-summary-errors li
{
    list-style-type: disc;
    list-style-position: inside;
}

.custom-validation-container {
    border: 0;
    padding: 0;
}

#tabs {
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.1em;
}

#tabs li a
{
    font-weight: normal;
}

#tabs .panel .grid
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#tabs .panel
{
    padding: 1px 0px 1px 0px;
    margin: 0px;
    border: solid 1px #00295B;
}

#tabs a
{
    display: block;
    height: 20px;
}

#tabs div
{
    padding: 10px;
}

input[type="text"], input[type="number"]
{
    width: 100%;
    border: 1px solid #ccc;
}

input[type="submit"], button
{
    min-height: 25px;
    width: 100%;
}

input[type="password"] 
{
    width: 100%;
    border: 1px solid #ccc;
    font-family: Microsoft Sans Serif;
}

input, select, textarea, button
{    
	font-family:Verdana;
	color: #333;
    font-size: 100%;
}

select
{
    width: 100%;
}

p
{
    margin-left: 15px;
}

.statusHead
{
    background-color: #00295B !important;
}

.status .left
{
     vertical-align: top;
     font-weight: bold;
}

.status .right
{
}

/* TABLE
----------------------------------------------------------*/

table 
{
    border: solid 1px #00295B;
    border-collapse: collapse;
}

table td
{
    padding: 8px;
    padding-top: 1px;
    border: solid 1px #ccc;
    color: #444;
}

table th
{
    padding: 5px 9px 5px 9px;
    text-align: left;
    background-color: #EAF3FF;
    border: solid 1px #ccc;
    color: #444;
}

.selectedRow
{
    font-weight: bold;
}

.filter
{
    height: 20px;
}

.filter div
{
    display: inline-block;
    margin-top: 3px;
}

.filter span
{
    display: inline-block;
    float: right;
}

.filter select
{
    margin-left: 10px;
    width: 100px;
    font-size: 8pt;    
}

.noBorder, .noBorder table, .noBorder th, .noBorder tr, .noBorder td
{
    border: 0px;
}

.searchTable
{
}

.profile
{
}

.profile td, .noBorder.profile {
    vertical-align: middle;
}

table .grid
{
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #00295B;
    border-right: solid 1px #00295B;
    border-left: solid 1px #00295B;
}

.even
{
    background-color: #eee;
}

.grid th
{
	border-top: 0px !important;
}

#Audit .grid th{
    min-width: 70px;
}

.grid td, table td 
{
    vertical-align: middle;
}

.editor-label
{
    width: 100px;
}

.spacer
{
    width: 50px;
}
        
.editor-field
{
    width: 220px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Breadcrumbs */
/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

.gridrow_alternate
{
	background-color:#EEE;
	vertical-align:middle;
}

.icon
{
    height:20px;
    margin-left:auto;
    margin-right:auto;
}

.leftMarginBuffer {
    margin-left: 15px;
}

.document-upload-text {
    margin-top: 20px;
    margin-bottom: 10px;
}

.document-template-upload-normal {
    margin-bottom: 10px;
}

.document-upload-input {
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type="submit"].document-upload-submit {
    width: 60px;
}

input[type="submit"].document-download {
    width: 160px;
}

input[type="submit"].document-send-submit, 
.document-download {
    width: 80px;
}

.document-send-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.document-download-link {
    margin-bottom: 10px;
    margin-left: 20px;
}

.document-template-upload-warning {
    font-weight: bold;
    font-size: large;
    margin-bottom: 10px;
}

.table-account-to-settle {
    width: 100%;
}

.hideNote {
    display: none;
}

.notesTable {
    width: auto;
    border-top: solid 1px #00295B;
    border-bottom: solid 1px #00295B;
    border-right: solid 1px #00295B;
    border-left: solid 1px #00295B;
    z-index: 1;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #EEE;
}

.noteFilter {
    padding: 10px;
}

.centerParent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.centerParent fieldset table {
    width: 100%;
}

.centerParent fieldset {
    width: 500px;
    padding-left: 0;
    padding-right: 0;
}
#main .centerParent h2 { width: 500px; }

#no-side-menu .validation-summary-errors {
    border-top: solid 1px #00295B;
    width: 500px;
}

.expired-password-text {
    padding-bottom: 20px;
}

#arrearsDashboardTableHeader {
    margin-top: 10px
}

#arrearsDashboardFieldSet {
    padding: 0;
}

.table-striped.grid td {
    height: 30px;
}

.table-striped.grid th,
.banding-weight,
.summary-text-weight {
    font-weight: bold;
}

.back-anchor-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.currency-alignment {
    text-align: right;
}

.report-table {
    vertical-align: middle;
}

.select2-container--default .select2-selection--single {
     border-radius: 0;
     height: 18px;
 }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px;
    color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 15px;
    color: #333;
}