﻿/*# Form ++++++++++++++++++++++++++++++++++++++++++++ */
div.formColumn {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
  padding: 0px;
  margin: 0px;
}
div.formColumn div.block {
  float: left;
  overflow: auto;
  padding: 0px;
  margin: 0px;
}

div.formColumn div.block.w250 {
  width: 250px;
}
div.formColumn div.block.w280 {
  width: 280px;
}
div.formColumn div.block.w300 {
  width: 300px;
}
div.formColumn div.block.w350 {
  width: 350px;
}
div.formColumn div.block.w360 {
  width: 360px;
}
div.formColumn div.block.w370 {
  width: 370px;
}
div.formColumn div.block.w380 {
  width: 380px;
}
div.formColumn div.block.w400 {
  width: 400px;
}
div.formColumn div.block.w420 {
  width: 420px;
}
div.formColumn div.block.w500 {
  width: 500px;
}
div.formColumn div.block.w550 {
  width: 550px;
}
div.formColumn div.block.w600 {
  width: 600px;
}
div.formColumn div.block.w650 {
  width: 650px;
}
div.formColumn div.block.w700 {
  width: 700px;
}
div.formColumn div.block.w750 {
  width: 750px;
}
div.formColumn div.block.w800 {
  width: 800px;
}
div.formColumn div.block.w850 {
  width: 850px;
}
ul.form {
  clear: both;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 11px; 
}
ul.form li {
  clear: both;
  display: block;
  overflow: auto;
  margin: 0px;
  padding: 3px 0px 3px 0px;
  min-height: 23px;
  background:none;
}
ul.form li span,
ul.form li div
{
    font-size: 13px !important;
    width: 170px;
    text-align: left;
}

.CommandPanel ul.form li div
{
   text-align: left;
}
ul.form li div
{
   text-align: right;
}

ul.form li div.divCountry
{
     width: 600px !important;
     text-align: left !important;
}

ul.form li div.divCountry div
{
    width: auto !important;
    text-align: left !important;
}

ul.form li label {
  display: inline-block;
  float: left;
  width: 170px;
  vertical-align: top;
  padding-top: 2px;
  text-align: left;
  font-size: 11px;
}
ul.form li table label {
  float: none;
  display: inline-block;
}
div.filterBox ul.form.small li label {
  width: 100px;
}
ul.form.small li label {
  width: 110px;
}
ul.form.medium li label {
  width: 150px;
}
ul.form.large li label {
  width: 220px;
}
.filterBox ul.form.small li label,
.filterBox ul.form.medium li label,
.filterBox ul.form.large li label
{
    text-transform: none !important;
    font-family: 'Maven Pro', "Segoe UI", Sans-Serif !important;
    font-size: 11px;
}
.filterBox ul.form li span,
.filterBox ul.form li div
{
    width: 180px !important;
}

ul.form.small li label,
ul.form.medium li label,
ul.form.large li label
{
     font-family: "Segoe UI", Sans-Serif;
    font-weight: bold;
    text-transform:uppercase;
 display: inline-block;
}
ul.form li label.em {
  font-weight: bold;
}
ul.form .valueBox {
  display: block;
  float: left;
  vertical-align: top;
  padding:0px 0px 2px 4px;
}
ul.form li.buttonsBox {
  padding: 5px 0px 0px 170px;
}
ul.form.small li.buttonsBox {
  padding-left: 100px;
}
ul.form.medium li.buttonsBox {
  padding-left: 150px;
}
ul.form.large li.buttonsBox {
  padding-left: 220px;
}
ul.form li.buttonsBoxRight {
  text-align: right;
}
ul.form li.titleSection {
  padding: 10px 0px 5px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
}
ul.form li.inputonly {
  padding-left: 170px;
}
ul.form.small li.inputonly {
  padding-left: 100px;
}
ul.form.large li.inputonly {
  padding-left: 200px;
}
ul.form li .errMsg {
  font-size: 11px;
  color: #f00;
}
ul.form li .readonlyInput {
  color: #666 !important;
  background-color: #efefef !important;
}
ul.form li .disabledInput {
  color: #333 !important;
  background-color: #fff !important;
}

ul.form ul {
  display: block;
  margin: 7px 0px 0px 0px;
  padding: 0px;
  float: left;
  overflow: auto;
}
ul.form ul li {
  margin: 0px;
  padding: 0px;
}
ul.form ul li label {
  display: inline;
  float: none !important;
}

ul.form .CheckBox {
}
ul.form .CheckBox label {
  display: inline !important;
  float: none;
  width: auto;
  vertical-align: inherit;
  padding-top: auto;
}

.CheckBoxList{
  display: block;
  margin: 5px 0px 5px 50px;
}
.CheckBoxList td {
  width: 180px;
}



.frontPE {
}
.frontPE li {
}
.frontPE label {
  text-align: left;
  margin-right: 5px;
  padding-right: 5px;
  /*background: #f3f3f3;*/
  padding-bottom: 10px;
  /*border-right: 2px solid #ddd;*/
  font-weight: bold;
  color: #666;
}








.RadDockZoneNoFilter,
.RadDockZoneFilter {
  padding: 0px !important;
  border: 0px none !important;
  margin-bottom: 10px;
  width: auto;
}
.RadDockZoneNoFilter
{
    width: 400px;
}

div.filterBox {
  clear: both;
  float: none;
  overflow: auto;
  margin: 12px 0px 0px 0px;
  padding: 20px 20px 0px 20px;
 /*border: 1px solid  #ededed;
  background: #f9f9f9;*/
    background: #ededed;
    zborder: 1px solid #B8B8B8;
}
div.filterBox ul.form li {
  padding-bottom: 2px;
}
div.filterBox ul.form li label {
  font: normal 13px/16px 'Maven Pro', Sans-serif !important;
}
.noRecordBlock {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #999;
  padding: 5px 10px;
}
div.divButtonBox {
  clear: both;
  float: none;
  /*overflow: auto;*/
  width: 1005;
  height: 35px; /* 30px; */
  margin: 0px;
  padding: 0px;
}
div.divButtonBox .divLeft {
  float: left;
  overflow: auto;
}
div.divButtonBox .divRight {
  float: right;
  height: 35px;
  overflow: visible;
}


.buttonCommand {
  font-size: 10px;
  color: #444;
  background-color: #eee;
  cursor: pointer;
  width: auto;
  padding: 2px 10px;
  border-top: solid 1px #aaa;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  border-left: solid 7px #aaa;
}
.buttonCommand:hover {
  background-color: #fff;
}
.buttonCommand.width150 {
  width: 150px !important;
}
.buttonCommand.width180 {
  width: 180px !important;
}



.inputText {
    font-family: Tahoma;
    font-size: 12px;
    padding: 3px 4px;
    border: solid 1px #ccc;
}





/*
.form {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.form li {
  margin: 5px 0px;
  display: block;
}
.form li label {
  display: inline-block;
  width: 120px;
  height: 20px;
  vertical-align: top;
  margin-top: 2px;
  padding-top: 3px;
  border-right: solid 3px #eee;
}
.form li label.em {
  font-weight: bold;
}
.form li textarea, .form li input[type="text"] {
  width: 410px;
  font-family: Tahoma;
  font-size: 12px;
  padding: 3px 4px;
  border: solid 1px #ccc;
}

.form li input[type="text"][readonly="readonly"] {
  background: #efefef;
}


.form li.Buttons {
  padding-top: 5px;
  padding-left: 125px;
}

.form input[type="button"], .form input[type="submit"] {
  cursor: pointer;
  font-size: 11px;
}

.form li textarea.info, .form li input.info {
  font-size: 9px;
  height: 15px;
}
*/

/****************************** Goodson Style ****************************************/
.rcbInput {
	color: #333 !important;
}

.rcbFocused .rcbInput{
	/*color: #FFF !important;*/
}

.riTextBox, .rcbScroll {
	border:solid 1px #b5b7b9 !important;
	color: #333 !important;
    font: 13px/14px 'Maven Pro',sans-serif !important;
}

.RadComboBox, .RadComboBoxDropDown {
	border:solid 0px #b5b7b9 !important;
}

.riHover {
	border:solid 1px #0085B5 !important;
}


.riFocused {
	border:solid 1px #F68E1E !important;
}

html body .RadInput_WebBlue .riRead, 
html body .RadInput_WebBlue .riDisabled
{
  color: #666 !important;
  background-color: #efefef !important;
}

.RadComboBox_WebBlue .rcbInputCellLeft, 
.RadComboBox_WebBlue .rcbInputCellRight, 
.RadComboBox_WebBlue .rcbArrowCellLeft, 
.RadComboBox_WebBlue .rcbArrowCellRight 
{
	background-image: url('images/forms-input-bg.png') !important; 
}

.RadComboBox_WebBlue .rcbArrowCellRight 
{
    background-position: -72px -88px !important; 
}

.RadComboBox_WebBlue .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 0 !important; 
}

.RadComboBox_WebBlue .rcbReadOnly .rcbArrowCellRight {
    background-position: 0 -88px !important; 
}

.CheckBoxList {
	padding-bottom: 10px;
}

.form {
	padding-bottom: 10px !important;
}


/* Validation Styles */
.vldSummary ul {
	margin-top:10px;
	margin-bottom:10px;
}


.vldSummary {
	background: #ffd09d;
	background: none;
	border:solid 0px #f68e1e;
}

.vldSummary {
	/*background: url('images/warning-sign.png') no-repeat 10px 0 !important;
	padding-left: 55px;	
	min-height: 55px;*/
}

.vldSummary li{
	background-image: url('images/bullet-asterisk-red.png') !important;
	background-image: url('images/bullet-warning-sign.png') !important;
	background-repeat:no-repeat;
	background-position: 0 0em !important;
	padding-left:25px !important;
	margin-bottom: 0.8em !important;
}

.captchaDiv {
	border: solid 0px;
	width:285px;
	margin-left: 220px;
}

.captchaDiv .RadCaptcha {
	padding:20px 5px;
	padding-top:0px;
}

.RadCaptcha span {
	display:block;
	float:right;	
}

table.CheckBox  {
	display:inline;
}

.CheckBox,
ul.form.large li.buttonsBox {
	margin-left:5px;	
}

.RadComboBox, .riTextBox, .rcbScroll,
ul.form li, input 
{
	/*margin-left:8px;	*/
}

/****************************** Goodson Style - end ****************************************/