﻿
input:disabled, textarea:disabled {
  color: #000 !important;
  font-family: Verdana, sans-serif !important;
}

textarea {
  overflow: overlay !important;
}

input[type=button]:disabled {
  background-color: #CDCDCD;
}

input[type=button] {
  background-color: #F0F0F0;
}

.RadGrid {
  outline: none !important;
}

.RadGrid input[type=button] {
  background-color: transparent !important;
}

#DeskTopMenu
{
  padding: 0px;
  margin: 0px;
	color: #ADFDCF;
	height: 100%;
	width: 100%;
	text-align:left;
	font-family:Verdana, sans-serif;
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#DCDFE5, EndColorStr=#BDC2CB);
}

#iDivGeneralGrid
{
    border:solid 0px red;
}


/*Style for Row Preview*/
.rgRow td.rowPreviewVisitFirstColumn, .rgAltRow td.rowPreviewVisitFirstColumn, .rgEditRow td.rowPreviewVisitFirstColumn, .rgFooter td.rowPreviewVisitFirstColumn {
	border-style: none !important;
	border-width: 0 !important;
	width: 110px;
	white-space: pre-wrap;
}

.rgRow td.rowPreviewCommonColumn, .rgAltRow td.rowPreviewCommonColumn, .rgEditRow td.rowPreviewCommonColumn, .rgFooter td.rowPreviewCommonColumn {
	border-style: none !important;
	border-width: 0 !important;
	white-space: pre-wrap;
	margin: 0 !important;
	padding: 0 !important;
}

.rgRow, .rgAltRow {
	color: black !important;
  background: #fff !important;
}

.rgSelectedRow {
	color: #0000CC !important;
	font-weight: bold;
}

.rgRow td.rowPreviewSubjectFirstColumn, .rgAltRow td.rowPreviewSubjectFirstColumn, .rgEditRow td.rowPreviewSubjectFirstColumn, .rgFooter td.rowPreviewSubjectFirstColumn {
	border-style: none !important;
	border-width: 0 !important;
	white-space: pre-wrap;
	width: 130px !important;
	height: 130px !important;
	margin: 0 !important;
	padding: 0 !important;
}


.rgRow td.rowPreviewSubjectSecondColumn, .rgAltRow td.rowPreviewSubjectSecondColumn, .rgEditRow td.rowPreviewSubjectSecondColumn, .rgFooter td.rowPreviewSubjectSecondColumn {
	border-style: none !important;
	border-width: 0 !important;
	width: 100px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: pre-wrap;
}

table.subjectRowPreviewTable {
	height: 130px !important;
	margin: 0 !important;
	padding: 0 !important;
}

pre {
	font-family: "segoe ui", sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
/******************************/

/*----------------------*/

/*Style to override the alignment of checkbox text with checkbox on Radgrid Header's column chooser'*/
li.rmTemplate > div.rmText > span > label {
	vertical-align: top !important;
}

li.rmTemplate > div.rmText > span > input[type='checkbox'] {
	margin-top: 2.3px !important;
}
/*----------------------*/

.SearchButton {
	background: url(../../Media/Images/Buttons/FindItem.png) no-repeat;
	background-position: 0 0;
	width: 24px;
	height: 23px;
}

.RemoveButton {
	background: url(../../Media/Images/Buttons/DocumentDelete.png) no-repeat;
	background-position: 0 0;
	width: 24px;
	height: 23px;
}

.FloatLeft {
	float: left;
}


.RadComboBox_Default .rcbInputCell {
	height: 46px;
	background-color: yellow;
}



INPUT {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

SELECT {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

.EntryLine:hover, .EntryLineSelected {
	cursor: hand;
	background-color: #D19275;
	margin: 5px 0px 0px 5px;
	display: inline-block;
}

.EntryLine {
	cursor: hand;
	border: solid 0px red;
	background-color: #EEE8AA;
	margin: 5px 0px 0px 5px;
	display: inline-block;
}

/*STYLE FOR FORM*/
input.iTextbox div.CustomCssClass .rcbInputCell INPUT.rcbInput {
	border-bottom: #7B9EBD 1px solid;
	border-left: #7B9EBD 1px solid;
	border-right: #7B9EBD 1px solid;
	border-top: #7B9EBD 1px solid;
	font-family: Verdana, sans-serif;
	padding-top: 3px;
	font-size: 8pt;
	height: 22px;
	width: 100%;
}

.iTextbox {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	font-family: Verdana, sans-serif !important;
	font-size: 11px !important;
	border-color: #b6b6b6 !important;
  border-width: 1px !important;
}


.iEditBox {
	border: 1px solid #9C9C9C;
	margin: 10px 20px 5px 20px;
	padding: 10px 20px 5px 20px;
	background-color: #EEEEEE;
}

.iListControl label {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: text-top !important;
}

.iTextarea {
	border-bottom: #7B9EBD 1px solid;
	border-left: #7B9EBD 1px solid;
	border-right: #7B9EBD 1px solid;
	border-top: #7B9EBD 1px solid;
	font-family: Verdana, sans-serif !important;
	font-size: 8pt !important;
	width: 100%;
}

.iButton {
	border-bottom: #7B9EBD 1px solid;
	border-left: #7B9EBD 1px solid;
	border-right: #7B9EBD 1px solid;
	border-top: #7B9EBD 1px solid;
	HEIGHT: 20px;
	background-color: #F0F0F0 !important;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}

.iButton[disabled] {
	background-color: #CDCDCD !important;
}


.iRadioButton {
	border-bottom: #7B9EBD 1px;
	border-left: #7B9EBD 1px;
	border-right: #7B9EBD 1px;
	border-top: #7B9EBD 1px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	height: 20;
	width: auto;
}

.iRadioButton input {
	float: left;
	clear: both;
}

.iListBox {
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	height: auto;
	width: 100%;
	background-color: #FFFFFB;
}

.iDropDownList {
	height: 40px;
	width: 100%;
}


.iLabel {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	height: auto;
	width: auto;
	font-weight: normal;
}

.iCheckBox {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

.iCheckBox input {
	float: left;
  top: -2px;
  position: relative;
}

.iCheckBox label {
  vertical-align: top !important;
}

.iTitle {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	height: auto;
	width: auto;
	font-weight: bold;
	color: #000080;
	font-style: italic;
}

.iTitle2 {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	height: auto;
	width: auto;
	font-weight: bold;
	color: #000080;
}

.iTitle3 {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	height: auto;
	width: auto;
	font-weight: bold;
	color: #000080;
}

.iTitle3 input {
	float: left;
	clear: both;
}

.iLabelRequire {
	color: #990000;
	font-weight: bold;
}

.iCheckBoxRequire {
	color: #990000;
	font-weight: bold;
}

.iLabelError {
	color: #FF0050;
	font-weight: bold;
}

.iLabelRec {
	FONT-WEIGHT: bold;
	COLOR: #000099;
}

.iLabelHidden {
	visibility: hidden;
}

.iHyperLink {
	Width: 70;
	border-bottom: #7B9EBD 0px solid;
	border-left: #7B9EBD 0px solid;
	border-right: #7B9EBD 0px solid;
	border-top: #7B9EBD 0px solid;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	font-family: Verdana, sans-serif;
	font-size: 11px;
	height: 20;
	padding-left: 5px;
	padding-right: 5px;
}

.iLinkButton {
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	font-family: Verdana, sans-serif;
	font-size: 11px;
	height: 20;
	padding-left: 3px;
	padding-right: 2px;
}


TD.iFormCell {
	width: auto;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
}

TR.iBeforeSection {
	height: 10px;
}

div.iPanel {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 32px;
	position: relative;
	overflow: auto;
	width: auto;
	height: 100%;
	background-color: #EEEEEE;
}

TABLE.iPanelTable {
	padding: 0px;
	border: 0px;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

/*PopUpWebDialog*/
.iWebDialogBody {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden; /*For hiding vertical scroll bar in body area*/
	background-color: #EEEEEE;
}

TABLE.iWebDialogTable {
	height: 100%;
	width: 100%;
	background-color: #EEEEEE;
}

TABLE.iWebDialogHeaderTable {
	height: 50px;
	width: 100%;
	background-color: #577A99;
	border-top: solid 1px #ADC3E7;
	border-right: solid 1px #00347B;
	border-bottom: solid 1px #00347B;
	border-left: solid 1px #ADC3E7;
}

TD.iWebDialogTitle {
	height: 15px;
	width: 100%;
	padding-bottom: 2;
}

.iWebDialogLabelTitle {
	background-color: #577A99;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 15px;
	width: 100%;
	color: White;
	padding-left: 10px;
}


TABLE.iWebDialogContentTable {
	background-color: #EEEEEE;
	width: 100%;
}

div.iWebDialogContentPart {
	width: 100%;
	margin: 5px 5px 5px 5px;
}


TD.iWebDialogContent {
	background-color: #EEEEEE;
	padding: 5px 5px 0px 5px;
}


TABLE.iWebDialogHRTable {
	background-color: #EEEEEE;
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 31px;
}

TABLE.iWebDialogBottomTable {
	height: auto;
	width: auto;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

HR.iWebDialogHR {
	width: 100%;
	height: 2px;
	color: #CECFCE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: White;
}

div.RadToolBar .radToobarRightButton {
	float: right;
}

.iStatuBarControl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
}

.iStatuBarData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #ffffff;
}

.iLink A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
}

.iLink A:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
}

.iLink A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}

.iLink A:active {
	COLOR: #000000;
	TEXT-DECORATION: none;
}

.disableEdit {
	color: Gray;
}

.enableEdit {
	color: Black;
}

.SellBorder {
	border: 1px solid #EEEEEE;
}

.BorderContent {
	border: 1px solid #EEEEEE;
}

.clearFloat {
	clear: both;
}


/* Style to override the RadNumericTextBox control's inline width style */
.NumericTextBoxWrapper {
	width: 70px !important;
}

span.NumericTextBoxWrapper .rfdTextInput {
	width: 58px !important;
	padding-right: 0;
}

.CustomValidationRadAlert div.rwDialogPopup {
	background-image: url(../../Media/Images/Icons/CustomValidationError.png) !important;
}


/* Style to override the RadTextBox control's min-height style */
.RadForm .rfdTextInput {
	min-height: 1.41em !important;
  height: 1.7em !important;
}

.PaddingRight {
  padding-right: 10px !important;
}

.ASPTextbox {
	box-sizing: content-box !important;
	border-color: #b6b6b6 !important;
	border-width: 1px !important;
	height:17px;
	font-family: Verdana, sans-serif !important;
	font-size: 11px !important;
	line-height: normal !important;
	padding-top: 2px !important;
	padding-bottom: 1px !important;
	padding-left: 2px !important;
	vertical-align: top !important;
	resize: none;
}

.ASPMultilineTextbox {
	box-sizing: content-box !important;
	font-family: Verdana, sans-serif !important;
	font-size: 11px !important;
	line-height: normal !important;
	padding-top: 2px !important;
	padding-bottom: 1px !important;
	padding-left: 2px !important;
	vertical-align: top !important;
	border-color: #b6b6b6 !important;
	border-width: 1px !important;
	resize: none;
}

.RadSearchBox .rsbInput {
	padding: 0 !important;
	vertical-align: text-top !important;
	height: 17px !important;
}

.RadSearchBox .rsbInner {
	padding: 0 !important;
}

.SearchBoxDropDown {
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 12px !important;
  line-height: normal !important;
  padding-top: 2px !important;
  padding-bottom: 1px !important;
  vertical-align: top !important;
  height: auto;
  width: inherit;
}

.iTitleRow {
	vertical-align: top;
	background-color: #EEEEEE;
	margin: 0px;
	height: 20px !important;
}

.iTitleRow .iLabel {
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.RadTabStrip {
    background-color: #EEEEEE;
}

.rcbInput::-ms-clear {
    display: none;
}

/* Style to float the content of RadListBox to the left for Chrome Browser*/
.RadListBox .rlbList {
    float: left !important;
}

/* Style to center align RadButton's text */
.RadButton .rbDecorated {
  /*padding-left: 8px !important;*/
  padding-right: 12px !important;
  border: 0 !important;
}

.multipage-wrapper {
  background-color: #FFFBFB;
  border-color: #DBDAC9;
}

.ban-selector-inner-div {
  background-color: #EEEEEE;
  height: 100%;
}

.uc-entryform-inner-div {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  width: auto;
  table-layout: fixed;
  height: 100%;
  background-color: #EEEEEE;
  top: 0px;
  left: 0px;
}

  .uc-entryform-inner-div.dark-mode-inner .rmText.rmExpandDown {
    padding: 0 4px 1px 0 !important;
  }

.pnlStatusBar-inner-table {
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px gray;
  position: relative;
  height: 24px;
  width: 100%;
  background-color: #577A99;
}

#workPlaceBody {
  background-color: #fAfAfA;
  height: 100%;
  width: 99.5%;
  margin: 0px;
  padding: 0px;
}

.general-grid-inner-wrap {
  border: 0;
  height: 100%
}

.general-grid-inner-div {
  width: 100%;
  height: 30px;
  overflow: hidden;
  background-color: #DBD8D1
}

#sideBar {
  height: 100%;
  background-color: #EEEEEE;
  align-content: center;
}

.attach-new-dispatch .rtbInner {
  height: 52px;
}

.attach-new-dispatch-inner-div {
  padding-top: 18px;
  float: left;
}

.game-audit-tab-wrap {
  vertical-align: top;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  width: auto;
  table-layout: fixed;
  height: 100%;
  background-color: #EEEEEE;
}

.game-audit-container-div {
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 4px;
  background-color: transparent;
  border: 1px solid #DBDAC9;
  width: auto;
  height: 520px;
  position: relative;
  z-index: 1;
}

.game-audit-toolbar-wrap {
  height: auto;
  width: 100%;
  background-color: #DBD8D1;
  border-top: solid 1px #ADC3E7;
  border-right: solid 1px #00347B;
  border-bottom: solid 1px #00347B;
  border-left: solid 1px #ADC3E7;
}

#tdNarrative {
  overflow: hidden;
  height: 210px;
  padding-top: 15px;
}

.contact-edit-wrapper {
	vertical-align: top;
	overflow: hidden;
	width: auto;
	table-layout: fixed;
	height: 100%;
	min-height: 580px;
	background-color: #EEEEEE;
}

.contact-edit-inner-wrap {
  background-color: #FFFBFB;
  border: 1px solid #DBDAC9;
  width: auto;
  height: 390px;
  table-layout: fixed;
}

.vehicle-edit-wrapper {
  overflow: hidden;
  background-color: #EEEEEE;
}

.vehicle-edit-inner-wrap {
  padding-left: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #FFFBFB;
  border: 1px solid #DBDAC9;
  width: auto;
  height: 100%;
  table-layout: fixed;
}

#reportmainpagediv {
  padding: 0px;
  margin: 0;
  border: solid 1px #808080;
  height: 100%;
  background-color: #fbf4f3;
  font-size: 11px;
  font-family: Verdana;
}

.notification-wizard-wrapper {
  background-color: #EEEEEE;
}

.general-entry-table {
  table-layout: fixed;
  background-color: #EEEEEE;
  border: solid 1px black;
}

.default_DivTitle {
  background-color: #EEEEEE;
  border: 1px solid gray;
}

.MainDiv {
  border-color: #244dbf;
}

.InDiv {
  border-color: #e0e0e0;
}

/* Modal Windows */
.multiPagePanel{
  position: relative;
  z-index: 1;
}

.g-itrakModalDiv {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  background-color: #aaaaaa;
}

  .g-itrakModalDiv span {
    font: 14px/100% arial, sans-serif;
    color: #777;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    top: 7px;
    cursor: pointer;
  }

.bg-red {
	background-color: #ff0000 !important;
	color: #fff !important;
  border-color: #000;
}

.bg-orange {
  background-color: #ffa500 !important;
}

.bg-green {
  background-color: #229954 !important;
}

.bg-lightgreen {
  background-color: #90ee90 !important;
}

.bg-yellow {
  background-color: #ffff00 !important;
}

.bg-unavailable {
  background-color: #3D8FB8 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-grey {
  background-color: #808080 !important;
}

.bg-cadetblue {
  background-color: cadetblue !important;
}

.bg-lightblue {
  background-color: lightblue !important;
}

.bg-lightpink {
	background-color: lightpink !important;
}

.bg-steelblue {
  background-color: steelblue !important;
}

.bg-lightgray {
  background-color: lightgray !important;
}

.bg-thistle {
  background-color: thistle !important;
}

.bg-lightsalmon {
  background-color: lightsalmon !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-normal {
  background-color: #FFFBFB !important;
}

.change-property-wrapper {
    background-color: rgb(238, 238, 238);
    width: 100%
}

.div-wrapper {
    border: 1px solid #e8e8e8;
    overflow:hidden
}

.default-alert-form-wrapper {
    background-color: #EEEEEE;
    padding-left: 5px;
    padding-right: 5px;
    table-layout: fixed;
}

.iWebDialogTable, .generic-gray {
    background-color: #EEEEEE;
}

.generic-lightgray {
  background-color: #fAfAfA;
}

.simple-border {
  border: 1px solid #808080;
}

.ban-info-form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow: hidden;
    background-color: #EEEEEE;
}

.closing-remarks-table {
    height: 100%;
    background-color: #EEEEEE;
    border: solid 0px red;
    table-layout: fixed;
    width: 100%
}

.closing-remarks-inner-table-1 {
    table-layout: fixed;
    padding-right: 10px;
    height: 50px;
    width: 100%;
    background-color: #577A99;
    border-top: solid 1px #ADC3E7;
    border-right: solid 1px #00347B;
    border-bottom: solid 1px #00347B;
    border-left: solid 1px #ADC3E7;
}

.closing-remarks-inner-table-2 {
    background-color: #EEEEEE;
    width: 100%;
    table-layout: fixed;
    border: solid 0px red;
}

.closing-remarks-inner-table-3 {
    background-color: #EEEEEE;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 31px;
}

.closing-remarks-inner-table-4 {
    background-color: #EEEEEE;
    height: auto;
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.generic-border {
    border: 1px solid #DBDAC9;
}

.badge-designer-table {
    height: 100%;
    width: 100%;
    background-color: lightgray
}

.filterButton {
  background: #EEEEEE;
}

.editBox {
  border: 1px solid #9C9C9C;
  margin: 10px 20px 5px 20px;
  padding: 10px 20px 5px 20px;
  background-color: #EEEEEE;
}

.setup-print .loading {
  margin-top: 45px;
  height: 100%;
  width: 100%;
  vertical-align: central;
  text-align: center;
}

.setup-print .div.dd {
  display: block;
  float: left;
  width: 300px;
  height: 16px;
  margin: 40px 10px 10px 7px;
  background: #fff;
  border: 1px solid blue;
}

.setup-print div.dd div.blue {
  /*position: relative; */
  background: #00f;
  height: 16px;
  width: 75%;
  text-align: right;
  display: block;
  float: left;
}

.setup-print form {
  background-color: #FEFEF9;
}

.setup-print .td-border {
  text-align: center;
  border: 1px solid blue;
}

.RadGrid_Windows7 .rgSelectedRow > td {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

.mw-150 {
	max-width: 150px;
}

div.RadUpload .ruBrowse {
  background-position: 0 -23px !important;
  width: 79px;
  height: 22px !important;
}

/* Light mode */
.custom-form-wrapper {
	background-color: white;
}

.custom-forms-block-wrapper {
	background-color: gray;
}

.user-finder-btn-wrap {
	height: 30px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}

/*progress bar styles*/
#progress_bar_status {
	width: 250px;
	background-color: #999;
	position: absolute;
	top: calc(50% - 151px);
	left: calc(50% - 125px);
	padding: 0px 10px 7px 10px;
	border-radius: 4px;
	margin: 5px;
	box-shadow: inset 0px 0px 5px 1px #444;
}

#progress_bar_status p{
	color:whitesmoke;
}

#progress_bar-box {
	height: 15px;
	border: 1px solid #adcadd;
	margin: 1px;
	border-radius: 4px;
}

#progress_bar {
	width: 1%;
	height: 15px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: repeating-linear-gradient( #b0c0e0,#0580FE);
}

.RadUpload, .RadUpload * {
	box-sizing: border-box !important;
}
