/* image for load - wait circle */
.loading { 
      background: rgba(0,0,0,0.2) url(" ../images/ajax-loader.gif") center no-repeat !important;        
}  

/* Tableless Form */
.leftMargin2 { margin: 0 0 0 2px; }
.leftMargin1 { margin: 0 0 0 1px; }
.leftMarginNavBtn { width: 1%;  }  /*indent navigation buttons*/  
.leftMargin1pct { width: 1%;  }  /*indent navigation buttons*/  
.leftMargin2pct { width: 2%;  }  /*indent navigation buttons*/  
.leftMargin3pct { width: 3%;  }  /*indent navigation buttons*/  
.leftMargin4pct { width: 4%;  }  /*indent navigation buttons*/  
.leftMargin5pct { width: 5%;  }  /*indent (column 1)*/  
.topMargin2 { margin: 3px 0 0 0; }
.defautlMargin { margin: 3px 0px 0px 2px }
.readOnly { background-color: #F0F0F0; }
.columnRight { width: auto;  } /*right-most column width*/
.floatLeft { float: left; }
.floatRight { float: right; }
.floatCenter{
float:right;
position:relative;
left:-50%;
text-align:left;
}

.column { display: inline-block;}
.rightJustCol {
  display: inline-block;
  text-align: right;
}
.leftJustCol {
  display: inline-block;
  text-align: left;
}
/*Dave's designations - remove when that code has been updated */
.row1 { width:100%; }
.row2 { width:100%; }
.row3 { width:100%; }
.row4 { width:100%; }
.row5 { width:100%; }
.row6 { width:100%; }
.row7 { width:100%; }
/* End Tableless Form */


/* row width - remove plain row at some point */
.row5p { 
  clear: both;
  line-height: 5px;
}

.row { 
  clear: both;
  line-height: 30px;
}
.row20p { 
  clear: both;
  line-height: 20px;
}
.row30p { 
  clear: both;
  line-height: 30px;
}
.tableColumn { 
  display: table-column;
  float: left;
}

.column30p { 
  display: table-column;
  float: left;
  width: 30%;
}
.column30pRight { 
  display: table-column;
  float: right;
  width:250px;
}
.column70p { 
  display: table-column;
  float: left;
  width: 70%;
}

.center{
  margin-left:auto;
  margin-right:auto;
  width:80%;
}

.right{
  float:right;
}

.left{
  float:left;
}

.left150{
  float:left;
  width:150px;
}

.left200{
  float:left;
  width:230px;
}
.left300{
  float:left;
  width:300px;
}
.indent {
  padding-left: 42px;
}

.indent150 {
  padding-left: 150px;
}

.pageTitle {
  border-bottom:1px solid #273F6F;
  color:#273F6F;
  font-size:150%;
  font-weight:normal;
  padding-bottom:5px;
  padding-top:15px;
  margin-bottom: 21px; 
  margin-top: 18px;
}
.inline {
    display: inline
}

.fieldLabel {
  float: left;
  padding-bottom:0px;
  padding-top:1px;
}

.pageWidth {
  width: 96%;
}

label.wordCountLabel {
  float: right;
  color: #273F6F;
  font-size: 100%;
  font-weight: bold;
}

.message {
  float: left;
  color: #000000;
  font-size: 100%;
  padding-top:1px;
  font-weight: normal;
  padding-bottom:1px;
  padding-top:0px;
}

.pageWidth92 {
  width: 92%;
}
/* End tableless form */

/* text manipulation */
.bold  { font-weight: bold;}
.h4 {
  font-size: 120%;
  color: #000000;
  margin: 0;
  font-weight: bold;
} 

.word_wrap {
     word-break: break-all;
     word-wrap: break-word;
     -webkit-hyphens: auto;
        -moz-hyphens: auto;
             hyphens: auto;
}
/*jQuery tooltip */
.ui-tooltip {
    padding: 10px 20px;
    color: #080807;
    background: #FFFED9;
    border-radius: 40px;
    font-size: 90%;
    width:200px;
    box-shadow: 0 0 10px white;
}

div.hidden{
position: absolute;
left: -9999px;
top: -9999px;
visibility: hidden;
}

/* jQuery Accordion widget */
#accordionDiv {  
     width: 100%;  
    margin: 0px auto; 
  padding : 5px 0px 0px 8px;      
} 
#accordionDiv ui-accordion-content {  
  font-size        : 11px;
  border           : 1px solid #1f669b;
  border-top-width : 0px;
  padding          : 0px 8px 0px 8px;    
} 
#accordionDiv .ui-accordion-header {  
  font-size           : 12px;
  background-color    : #273F6F;
  margin: 0px; 
} 
#accordionDiv .ui-accordion-header a {  
    color: #fff;  
    font-size: 12px;  
    text-indent: 10px;
}

/****************** VALIDATION *****************************************/
/*required field indicators */
.requiredLabel {
    /*this is just tagging the label with a required indicator 
    in order to apply a label afterward containing an asterisk */
}
/* this applies the asterisk format */
.requiredIndicator {
  color: red;
}
.inputError {
    border:2px solid red;
}
.error { 
  border: 1px solid red;
  color: red;
  padding: 0px 3px;
  background-color: #FFC;
  position: relative;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
  width: auto;
  text-align: left;
}
.newerror { 
  border: 1px solid red;
  color: red;
  padding: 0px 3px;
  background-color: #FFC;
  position: relative;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
  width: auto;
  text-align: left;
}
.statusLegend { 
  border: 1px solid #6789A7;
  color: black;
  padding: 0px 3px;
  background-color: #F5F5F5;
  position: relative;
  line-height: 18px;
  overflow: hidden;
  width: auto;  
  display: inline-block;
  text-align: right;  
  font-size: 60%;
  float: right;
}
#header2rght { 
  background-color: #bca683;
  position: relative;
  vertical-align: bottom;
  padding-left: 9px;
  padding-right:0px;
  height: 35px;
  overflow: hidden;
  width: auto;  
  display: inline-block;
  text-align: right;  
  font-size: 60%;
  float: right;
}
/*4 column button row - back next wip submit */
.buttonRow4 .column1 { width: 62px; }
.buttonRow4 .column2 { width: 29px; }
.buttonRow4 .column3 { width: 170px; }
.buttonRow4 .column4 { width: auto; }
/****************** END VALIDATION **************************************/
/* button 
linkButton overrides default button link characteristics, used on add commit*/
.linkButton { 
     background: none !important;
     border: none !important;
     color: #0066ff !important;
     text-decoration: underline;
     cursor: pointer; 
     font-size: 150% !important;     
}

/* Timepicker add-on for the jQuery datepicker widget */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

/** rounded box */
div.roundedbox {
border: 2px solid #00f;
border-radius: 10px;
padding: 20px;
background-color: #EBD6CC;
color: #000;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.radioDiv {
    font-size: 120%;
    color: #000000;
    margin: 18px;
    font-weight: bold;   
}

/*Style for multi-tab blocking - taken from OBR - they(OBR) called it standardDataDisplayStyle*/
.tabBlockDisplayStyle {
    vertical-align:top;	
    color: rgb(30.0, 30.0, 85.0);
    background: whitesmoke;
    padding: 0.0rem 0.0rem 0.0rem 0.0rem;
    min-height: 0;
}

.my-selectwidget-content {
    position: relative;
    padding: 0.2rem;
    font-family: Verdana,Arial,sans-serif;
    font: normal 10.5pt Verdana, Arial;
    font-size: 15.4px;
    min-height: 0;
    background-color: smokewhite;
}