﻿html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    font-family: Arial;
}

/*Fix for bug in telerik rad menu that causes each item to indent*/
html .RadMenu_Context .rmVertical .rmItem {
    clear: both;
}


body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
}

form {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
}

input[type=text], input[type=password] {
    border: 1px solid #99CCFF;
}

.LoginBody {
    background-image: url('../images/Background_Login.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: white;
}

.LoginTable {
    margin-top: 50px;
    background-color: white;
}

.LoginHeader {
    font-family: arial;
    font-size: 12pt;
    text-align: center;
    background-image: url("../images/treegradient.png");
}

.TreeViewHeader {
    font-family: arial;
    font-size: 12pt;
    text-align: center;
    background-image: url("../images/treegradient.png");
}

.TextCenter {
    text-align: center;
}

.TextRight {
    text-align: right;
}


.TextLeft {
    text-align: left;
}

.Center {
    margin-left: auto;
    margin-right: auto;
}

.Right {
    float: right;
}

.Caption {
    background-color: #003399;
    color: white;
}

.Panel {
    border-style: groove;
    border-width: thin;
}

.PanelSectionHeader {
    background-color: #BBDDFF;
    font-weight: bold;
    font-size: 10pt;
    height: 11pt;
}

.PanelSection {
    border-style: groove;
    border-width: thin;
}

.AlignTop {
    vertical-align: top;
}

.AlignBottom {
    vertical-align: bottom;
}

.AlignMiddle {
    vertical-align: middle;
}

.DialogTitle {
    background-color: #BBDDFF;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    border: solid 1px #000;
    padding: 10px;
    font-size: 14pt;
}

.ButtonImage {
    border-style: None;
    border-width: 0px;
    cursor: pointer;
    vertical-align: bottom;
    margin-left: 2px;
}

.DialogButton {
    width: 75px;
}

.NoWrap {
    white-space: nowrap;
}


.RequiredText {
    color: red;
}

.Bold {
    font-weight: bold;
}

.WorkFlowDataEntryAutoLayout {
    width: 99%;
    border-style: solid;
    border-width: 1px;
}

.WorkFlowDataEntryManualLayout {
    position: relative;
    width: 99%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
}


.WorkFlowDescription{
}

.WorkFlowDescription legend{
    font-weight: bold;
}


.WorkFlowInstructions{
}

.WorkFlowInstructions legend{
    font-weight: bold;
}


.WorkFlowFieldLabel {
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

.WorkFlowCheckBox {
    font-family: Arial;
    font-size: 9pt;
}

.WorkFlowTransitionLabel {
    font-family: Arial;
    font-size: 9pt;
}

.WorkFlowCompleteButton {
    font-family: Arial;
    font-size: 9pt;
    padding: 3px;
}


.CoverPageOCRFont {
    font-family: Courier new;
    font-size: 18pt;
    font-weight: bold;
}

.CoverPageTable {
    font-size: 12pt;
    font-family: Arial;
    font-weight: normal;
}

.ListHeader {
    font-size: 10pt;
    width: 100%;
    text-align: center;
}

.Progress {
    border-style: none;
    position: absolute;
    z-index: 99000;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 55px;
    background-color: #FFFFFF;
    visibility: hidden;
    background-image: url(../Images/TIFViewer/Loading.gif);
}

.TopMostWindow{
    z-index: 9999;
}

.IOSScrolling {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
}

.TIFViewButtons{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 35px;
}

.TIFViewDocument{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 35px;
}

.SearchHelpText{
    font-size: 9pt;
}

.ReportText{
    font-family:'Courier New';
}

.ReportTextDIV{
    position: absolute;
    top: 42px;
    left: 5px;
    right: 5px;
    bottom: 6px;
    background-color: white;
    color: black;
    overflow: auto;
    border-Color: Black;
    border-style: Solid;
    border-width: 1px;
	padding-left: 10px;

}
.ReportPDFDIV{
    position: absolute;
    top: 42px;
    left: 5px;
    right: 5px;
    bottom: 6px;
    background-color: white;
    color: black;
    overflow:  hidden;
    border-Color: Black;
    border-style: Solid;
    border-width: 1px;
	padding: 0px;

}


.AlignTopMargin{
    vertical-align:top;
    margin-top: 3px;
    
}

.ReportPDFIFrame{
    width: 100%;
    height:100%;
    border-style: none;
}

.ReportSearchHilight{
    background-color: yellow;
    text-decoration: underline;
}