﻿/*html {
   height: 100%;
}

body, div, td, th {
   font-family: Tahoma, Arial, Sans-Serif;
   font-size: 10pt;
}

a {
   font-weight: bold;
   color: steelblue;
   font-family: Verdana;
   line-height: 16px;
}

:-ms-input-placeholder {
   font-style: italic;
   color: steelblue;
   font-size: 8pt;
}*/

/*
.QuirksPageWrapper {text-align:left;}
.StandardsPageWrapper {text-align:left;}
*/

.QuirksPageWrapper {
   position: relative;
   width: 980px;
   height: 100%;
   margin-left: 0;
   margin-right: 0;
   text-align: left;
   background-color: lightsteelblue;
   border-left: 0 solid lightslategray;
   border-right: 0 solid lightslategray;
}

.StandardsPageWrapper {
   width: 980px;
   height: 100%; /* margin-left: auto; margin-right: auto; */
   margin: 0;
   text-align: left;
   background-color: lightsteelblue;
   border-left: 0 solid steelblue;
   border-right: 0 solid steelblue;
}

.FormLabel {
   font-family: Tahoma, Arial;
   font-size: 10pt;
   height: 16px;
}

.FormButton {
   height: 20px;
   padding: 2px 12px 2px 12px;
   color: White;
   font-weight: bold;
   border: 1px solid silver;
   background: steelblue;
   cursor: pointer;
   text-decoration: none;
   display: inline-block;
   font-family: Arial;
   font-size: 10pt;
}

.FormDropDown {
   height: 22px;
   font-family: Tahoma, Arial;
}

.FormTextBox {
   border: 1px solid steelblue;
   height: 18px;
   font-family: Tahoma, Arial;
}

.LinkButton {
   height: 15px;
   padding: 2px 12px 2px 12px;
   color: White;
   font-weight: bold;
   border: 1px solid silver;
   background: steelblue;
   cursor: pointer;
   text-decoration: none;
   display: inline-block;
   font-family: Arial;
   font-size: 10pt;
}

.LinkPrintButton {
   height: 15px;
   padding: 2px 12px 2px 12px;
   color: White;
   font-weight: bold;
   border: 1px solid orange;
   background: steelblue;
   cursor: pointer;
   text-decoration: none;
   display: inline-block;
   font-family: Arial;
   font-size: 10pt;
}

.SmallLinkButton {
   height: 12px;
   padding: 0 10px 4px 10px;
   margin-right: 1px;
   color: White;
   font-weight: normal;
   border: 1px solid white;
   background: steelblue;
   cursor: pointer;
   text-decoration: none;
   display: inline-block;
   font-size: 7pt;
   font-family: Verdana;
}

.LinkButtonSpaced {
   height: 15px;
   padding: 2px 12px 2px 12px;
   color: White;
   font-weight: bold;
   border: 1px solid silver;
   background: steelblue;
   cursor: pointer;
   text-decoration: none;
   display: inline-block;
   font-family: Arial;
   font-size: 10pt;
   margin-top: 2px;
   margin-bottom: 2px;
}

.LinkPrintButtonSpaced {
   height: 15px;
   padding: 2px 12px 2px 12px;
   color: White;
   font-weight: bold;
   border: 1px solid orange;
   background: steelblue;
   cursor: pointer;
   text-decoration: none;
   display: inline-block;
   font-family: Arial;
   font-size: 10pt;
   margin: 2px;
}

.Hidden {
   display: none;
}

.HiddenLinkButton {
   visibility: hidden;
}

.Embolden {
   font-weight: bold;
}

.FormRegionHeaderAdjacentNegMargin {
   margin-top: -20px;
}

.FormRegion { /* margin-left:12px; */
   /* width: 940px; */
   margin-top: 5px;
   margin-bottom: 10px;
}

.FormRegionHeader span {
   /*font-family: Arial, Tahoma, Sans-Serif;*/
   /*font-size: 10pt;*/
   font-weight: bold;
}

.FormRegionHeader {
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAEAQMAAAB1Fsd5AAAABlBMVEXAwMBGgrSaed2IAAAAFUlEQVR4Xg3BAQ0AAADCIKIb/Q7sBAQIAQFAkv5aAAAAAElFTkSuQmCC') /*../Images/borderbottom.png*/ bottom repeat-x;
   margin-bottom: 0;
   margin-top: 40px;
   padding-bottom: 4px;
}

.FormRegionFooter {
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAEAQMAAAB1Fsd5AAAABlBMVEXAwMBGgrSaed2IAAAAFUlEQVR4Xg3BAQ0AAADCIKIb/Q7sBAQIAQFAkv5aAAAAAElFTkSuQmCC') /*../Images/borderbottom.png*/ bottom repeat-x;
   margin-bottom: 0;
   padding-bottom: 4px;
}

.FormRegion th {
   background: steelblue;
   color: white;
}

.FormRegion td {
   background: white;
   padding-left: 3px;
}

.FormTable-old {
   width: 100% !important;
   margin-top: 4px;
}

.FormTable {
   width: 100% !important;
   margin-top: 4px;
   border: 1px solid gainsboro !important;
}

   .FormTable td {
      border: 0 none !important;
      border-right: 1px solid gainsboro !important;
      background: white;
      padding-left: 3px;
   }

   .FormTable tr {
      border-bottom: 1px solid #dedfde !important;
      background: White;
   }

   .FormTable th {
      background: steelblue;
      color: white;
   }

.FormTableRowSelected, .FormTableRowSelected td {
   cursor: pointer;
   background: #efefef !important;
}

.FormTableRowHover {
   cursor: pointer;
   background: palegoldenrod !important;
}

.ToggleGridTextBox {
   visibility: hidden;
   position: absolute;
   top: 0;
   left: 0;
}

.TruncateGridItemText {
   white-space: nowrap;
   overflow: hidden;
   -ms-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
}

.FixedTableCheckBoxHeader {
   text-align: left !important;
   padding: 0 !important;
}

   .FixedTableCheckBoxHeader input[type=checkbox] {
      margin-left: 2px;
      margin-top: 1px;
   }


.FormRegion label {
   display: block;
   height: 22px;
   line-height: 22px;
   margin-bottom: 4px;
}

.FormRegion select, .FormRegion input[type=text], .FormRegion input[type=password] {
   border: 1px solid steelblue;
}

.FormRegion input[type=text] {
   height: 19px;
}

.FormRegion input[type=text], .FormRegion select, .FormRegion table, .FormRegion textarea {
   margin-bottom: 4px;
   vertical-align: bottom;
}

.FormField {
   margin-top: 5px;
   margin-bottom: 5px;
}

   .FormField label {
      float: left;
   }

   .FormField input {
      float: right;
      width: 80%;
      border: 1px solid silver;
   }

.WebDialog {
   display: none;
}

.WebDialogOverlay {
   position: absolute;
   z-index: 20000;
   background: black;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   filter: alpha(opacity=50);
   opacity: .50;
}

.WebDialogBox {
   position: absolute;
   border: 1px solid steelblue;
   background: white;
   margin: 0;
   top: 50%;
   left: 50%;
   z-index: 20001;
}

.WebDialogBoxContentRegion {
   background: lightsteelblue;
   border: 8px solid #CCC;
}

.WebDialogHighlight {
   background-color: steelblue;
}

.WebDialogHeader {
   font-weight: normal;
   padding: 15px;
   color: #222;
}

.WebDialog h2 {
   font-size: medium;
   margin: 0;
}

.LoadingIndicator {
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 100000;
   top: 0;
   left: 0;
   background: #b0c4de;
   display: block;
}

.WebNotification {
   background: LightGreen;
   border: 3px ridge steelblue;
   font-size: 12pt;
   z-index: 30000;
   padding: 5px 20px 5px 20px;
   position: absolute;
   top: 10px;
   left: 264px;
   font-weight: bold;
   width: 452px;
}

.WebNotificationDetails {
   background: LightSteelBlue;
   border: 3px ridge steelblue;
   font-size: 10pt;
   z-index: 40000;
   padding: 5px 20px 5px 20px;
   position: absolute;
   top: 300px;
   left: 50%;
   font-weight: bold;
   text-align: center;
   width: 640px;
}

.WebNotificationMessage {
   display: none;
}

.NotificationError {
   background: Red;
   color: White;
}

.NotificationWarning {
   background: Yellow;
   color: Black;
}

.WebNotificationMessageFormatted {
   width: 100%;
   display: block;
   font-size: 12pt;
   font-weight: bold;
   text-align: center;
}

.WebNotificationDetail {
   background: LightSteelBlue;
   height: 101px;
   width: 972px;
   position: relative;
   font-family: Tahoma;
   z-index: 40000;
}

.NotificationDetailTextBox {
   background: LightSteelBlue;
   border-style: inset;
   color: firebrick;
   height: 101px;
   left: 8px;
   position: absolute;
   top: 16px;
   width: 956px;
   z-index: 40000;
   font-family: Tahoma;
}

.NotificationHR {
   border-bottom-color: Silver;
   border-bottom-style: solid;
   border: 1px solid silver;
   height: 4px;
   left: 8px;
   position: absolute;
   top: 8px;
   width: 962px;
   z-index: 40000;
   font-family: Tahoma;
   margin: 0;
}


.WebDropDownRegion input[type=text] {
   border: 0 none !important;
   width: inherit !important;
   margin-bottom: 0 !important;
   margin-top: 0 !important;
}

.WebDropDownRegion .igdd_DropDownButton img {
   margin-top: 2px !important;
}

.WebDropDownRegion-standards table.igdd_ControlFocus {
   border-width: 0 !important;
   margin-top: 1px !important;
}

.WebDropDownRegion-standards table.igdd_ControlArea {
   margin-bottom: 0 !important;
   border-width: 0 !important;
   margin-top: 1px !important;
}

.WebDropDownRegion-standards .ig_Control {
   overflow: hidden;
}

.WebDropDownRegion .igdd_ValueDisplay {
   font-family: Arial, Verdana, Helvitica, sans-serif;
}

.WebDropDownRegion .igdd_ValueDisplayDisabled {
   font-family: Arial, Verdana, Helvitica, sans-serif;
}

.WebDropDownRegion .igdd_DropDownList {
   font-family: Arial, Verdana, Helvitica, sans-serif;
}

.WebDropDownRegion .igdd_ListItem {
   font-family: Arial, Verdana, Helvitica, sans-serif;
   font-weight: normal;
   padding: 1px;
}

.WebDropDownRegion .igdd_ListItemHover {
   background-image: none;
   background-color: SteelBlue;
   font-weight: normal;
   color: #FFFFFF;
}

.WebDropDownRegion .igdd_NullText {
   color: #6B6B6B;
}

.LoginForm {
   margin: auto;
   padding: 20px;
}

   .LoginForm input {
      padding: 3px;
   }

      .LoginForm input[type=password] {
         padding-bottom: 4px;
         padding-top: 4px;
      }

.LoginSubmit {
   text-align: center;
   margin-top: 20px;
}

.LoginDisclaimer {
   background: #ECECEC;
   padding: 10px;
   margin-bottom: 20px;
}

.DropDownList_ButtonHeight {
   height: 20px;
   margin-top: 5px;
   font-family: Arial, sans-serif;
   font-weight: normal;
   font-size: 10pt;
   margin-left: 5px;
}

.ContainsFloatedChildren {
   zoom: 1;
}

   .ContainsFloatedChildren:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
   }

.DataGridFixedHeader {
   overflow: hidden;
}

.FixedTable {
   overflow-x: visible;
}

.FixedTableDiv {
   overflow: auto;
   overflow-x: hidden;
}

.FixedTableHeaderRow {
   position: relative;
   background: #4682b4;
}

.FixedTableHeader {
   float: left;
   text-align: center;
   background: #4682b4;
   color: white;
   font-weight: bold;
   padding-top: 2px;
   padding-bottom: 2px;
}

.FixedTableCropIcon { /* background: url('../Images/crop.png') no-repeat; */
   width: 17px;
   height: 16px;
   cursor: pointer;
   position: absolute;
   right: 0;
}

.ImageThumbnail {
   background: white;
   padding: 5px;
   margin-right: 5px;
   margin-top: 5px;
   width: 100px;
   height: 100px;
   cursor: pointer;
   float: left;
}

.ImageThumbnailControlContainer {
   clear: both;
   margin-top: 5px;
}

.ImageThumbnailFullContainer {
   display: none;
}

.HyperLinkButton {
   cursor: pointer;
   text-decoration: underline;
   height: 20px;
   border-style: none;
   font-weight: bold;
   background-color: Transparent;
   font-size: xx-small;
   font-family: Arial;
   color: steelblue;
}

.SpinnerPreviousNextButton {
   cursor: pointer;
   height: 20px;
   border-style: none;
   font-weight: bold;
   background-color: Transparent;
   font-family: Arial;
   color: lightsteelblue;
}

.StandardTextBox {
   height: 20px;
   font-family: Tahoma;
   border: 1px solid steelblue;
}

.StandardTextBox_Thin {
   height: 15px;
   font-family: Tahoma;
   border: 1px solid steelblue;
}

.StandardCheckBox {
   font-family: Tahoma;
}

   .StandardCheckBox label {
      padding-left: 5px;
      vertical-align: top;
      font-family: Tahoma;
   }

#dwtcontrolContainer_NonInstallCID {
   position: absolute;
   z-index: 0;
   left: -100px;
   width: 1px;
   top: -100px;
}

/*.debug {
   border: 1px solid red;
}

input[type=button], input[type=submit] {
   cursor: pointer;
}

input[type=text] {
   height: 18px;
}

textarea, input[type=text] {
   border: 1px solid steelblue;
}

.datepicker, .timepicker {
   width: 93px;
   padding-left: 5px;
}

.ui-timepicker-wrapper {
   width: 7.5em;
}

.ui-datepicker, .ui-datepicker div, .ui-datepicker th, .ui-datepicker td {
   font-size: 11px;
}

   .ui-datepicker a {
      font-family: Tahoma, Arial, sans-serif;
   }

   .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
      top: 4px;
   }

.currency {
   padding-right: 5px;
   font-weight: bold;
}

.buttons-left input[type=submit] {
   cursor: pointer;
   float: left;
   border: 1px solid silver;
   background-color: steelblue;
   color: white;
   font-weight: bold;
   height: 20px;
   padding: 1px 7px;
}

.buttons-right input[type=submit], .buttons-right a {
   cursor: pointer;
   float: right;
   font-weight: bold;
   border: 1px solid orange;
   background-color: steelblue;
   color: white;
   height: 20px;
   padding: 1px 7px;
   text-decoration: none;
   font-family: Arial;
}

.buttons-right a {
   height: 16px;
}

.buttons-right .button-standard {
   border: 1px solid silver;
}

textarea {
   padding: 2px;
   font-family: Tahoma, Arial, sans-serif;
   overflow: auto;
}

input {
   padding: 1px;
}

optgroup {
   background-color: gainsboro;
}

   optgroup option {
      background-color: white;
   }

select {
   height: 22px;
}

.form-label {
   font-size: 7pt;
   font-weight: bold;
   font-style: italic;
   color: steelblue;
   display: block;
   margin-top: 3px;
}*/

.readonly {
   background-color: oldlace;
   color: black;
}

.status-open {
   background-color: lightgreen;
}

.status-closed {
   background-color: lightcoral;
}

.disabled {
   color: gainsboro !important;
}

.sm-bottom-margin {
   margin-bottom: 3px;
}

/*.ts-button {
   background-color: steelblue;
   border: none;
   color: white;
   font-weight: bold;
   padding: 1px 5px;
}*/
