﻿* {
    font-family: Verdana;
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
    min-width: 1000px;
}

#wrapper {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 180px;
}
/* must be same height as the footer */

#content {
    margin: 20px;
}

#footer {
    background-color: #00477F;
    font-size: 8pt;
    line-height: 18px;
    color: white;
    position: relative;
    margin-top: -100px; /* negative value of footer height */
    height: 100px;
    clear: both;
    /*z-index: -999;*/
}

/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

.StandardButton {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    min-width: 150px;
}

.standardErrorRed {
    font-family: verdana;
    font-size: 9px;
    color: red;
}

.dropZone {
    line-height: 150%;
    background-color: #e5eeff;
    border: dashed 5px #d8d8d8;
    text-align: center;
    font-size: 16px;
    color: #00477F;
    min-height: 100%;
}

.RadUpload {
    margin: 50px auto !important;
    text-align: center !important;
}

.RadTreeList_Windows7 .rtlR td, .RadTreeList_Windows7 .rtlA td, .RadTreeList_Windows7 .rtlREdit td, .RadTreeList_Windows7 .rtlRFooter td, .RadTreeList_Windows7 .rtlEditForm, .RadTreeList_Windows7 .rtlExpand {
    padding: 10px !important;
}

.RadTreeList table.rtlLines td.rtlL, .RadTreeList table.rtlVBorders td.rtlL, .RadTreeList table.rtlLines td.rtlL, .RadTreeList table.rtlVBorders td.rtlL {
    padding: 5px !important;
}

.RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgEditForm table {
    width: 100% !important;
}

.radGridHeader input {
    display: block;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}

.largeTable {
    font-size: 12pt;
    background-color: #F1F5FB;
    border-spacing: 15pt;
    border: 2px solid #818181;
}

    .largeTable input, select, textarea {
        font-size: 12pt !important;
    }

#footer a:link {
    color: lightgray;
    text-decoration: none;
}

#footer a:visited {
    color: lightgray;
    text-decoration: none;
}

#footer a:hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#footer a:active {
    text-decoration: underline;
}

.processingPopup {
    position: fixed;
    left: 0;
    top: 0px;
    background-color: #000000;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    height: 100%;
    width: 100%;
}

#divRepairerProfile input, textarea, select {
    font-family: Verdana;
    font-size: 10pt;
}

#divRepairerProfile textarea {
    width: 182px;
    font-size: 10pt !important;
}

#divRepairerProfile select {
    width: 184px;
    font-size: 10pt !important;
}

.txtUpper {
    text-transform: uppercase;
}

.addDivPadding {
    margin-bottom: 1em;
}

.lblAddStyles {
    text-align: right;
    width: 11em !important;
}

.divsInline {
    width: 23em;
    margin-bottom: 1.5em;
}

.valStyle {
    margin-left: 11.5em;
}

#companydllDiv {
    margin-bottom: 2em;
}

.CompanyRadComboBox {
    margin-left: 40% !important;
}

#compNametxt {
    font-family: Verdana;
    font-size: 12px;
}

.insurerContainer {
    max-width: 1750px;
    margin: 15px auto 15px auto;
}

.insurerDiv {
    max-width: 1000px;
    margin: 15px auto 15px auto;
    overflow: hidden;
}

.insurerWPCRadGrid {    
    margin-top: 10px;
}

.insurerInfoGrid {
    border: 1px dashed;
    border-color: #00477f;
    overflow: hidden;
}

.insurerInfo {
    margin: 10px;
}

.insurerInfoButton {
    margin-left: 1040px;
}

.newInsurerGrid {
    height: 80%;
    margin: 15px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.inline {
    display: inline-block;
}

.centerAndText {
    margin: auto;
    width: 50%;    
    padding: 10px 0 10px 0;
    text-align: center;
}

.newInsurerTextBox {
    width: 200px;
    height: 20px;
    margin-bottom: 5px;
}

.wpcValidation {
    text-align: center;
    margin-left: 120px;
}

.newInsurerButtons {
    overflow: hidden;
}

.insurerManagement {
    margin-top: 15px;
}

.editInsurerGrid {
    height: 90%;
    margin: 15px;
}

.formWrapper {
    padding-top: 15px;
    margin: 15px;
}

.formControlDiv {        
    margin-bottom: 15px;
}

.formLabelContainer {
    width: 45%;
}

.wpcFormLabel {
    padding-right: 15px;
    float: right;
}

.newWPCButtons { 
    margin-top: 25px;
}

.re-container {
    margin: 15px;
}

.re-detail {
    display: inline-block;
    width: 20%;
    margin-right: 10px;
}