﻿.requiredFieldsLabel {
    font-size: .8em;
    color: Red;
}



.x-form-item-label-default {
    color: #6e4000;
    font: .9em tahoma, arial, helvetica, sans-serif;
    min-height: 22px;
    padding-top: 4px;
    padding-right: 5px;
    text-align: left;
    font-weight: bold;
}

.x-form-item-label-right {
    color: #6e4000;
    font: .9em tahoma, arial, helvetica, sans-serif;
    min-height: 12px;
    padding-top: 4px;
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
    overflow: hidden;
    /*//overflow: visible !important;*/
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
}

.my-display-field .x-form-display-field {
    margin-top: 0px;
}

.fieldset-auto-width {
    display: inline-block;
}

.x-form-item-label-subtext .x-form-display-field  {
  color: black;
  font: .9em tahoma, arial, helvetica, sans-serif;
  min-height: 22px;
  padding-right: 5px;
  text-align: right;
  margin-bottom: 4px;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  opacity: 0.5;
}


.x-form-item-display-wrap .x-form-display-field  {
  color: black;
  font: .9em tahoma, arial, helvetica, sans-serif;
  min-height: 22px;
  padding-right: 5px;
  margin-bottom: 4px;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}

.sep5, .sep10
{
    clear: both;
}

.sep5
{
    height: 5px;
}

.sep10
{
    height: 10px;
}

.x-toolbar-blank
    {
        border-color: White;
        background-color: White;
        background-image: none !important;
    }
.x-btn-default-toolbar-small-over {
  border-color: #9d9d9d;
  background-image: none;
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#e9e9e9));
  background-image: -webkit-linear-gradient(top,#fbfbfb,#e9e9e9);
  background-image: -moz-linear-gradient(top,#fbfbfb,#e9e9e9);
  background-image: -o-linear-gradient(top,#fbfbfb,#e9e9e9);
  background-image: linear-gradient(top,#fbfbfb,#e9e9e9);
}


.mainActionButton .x-btn-inner
{
    background-color: #5E7630 !important;
    font-weight: bold;
    color: White;
    
}
.mainActionButton.x-btn-default-small 
{
    background-image: none !important;
}

.mainActionButton .x-btn-center
{
    background-color: #5E7630 !important
    
}
.mainActionButton {
  
  background-color: #5E7630 !important;
}


.mainActionButtonRed .x-btn-inner
{
    background-color: #990000 !important;
    font-weight: bold;
    color: White;
}
.mainActionButtonRed.x-btn-default-small 
{
    background-image: none !important;
}

.mainActionButtonRed .x-btn-center
{
    background-color: #990000 !important
    
}
.mainActionButtonRed {
  
  background-color: #990000 !important;
}

.my-etvlabelHeader {
    color: #6e4000;
    font: .9em tahoma, arial, helvetica, sans-serif;
    margin-top: 1px;
    text-align: center;
    float: left;
}
 div.helpTooltip
{
    padding: 8px;
}
    
div.ttipText
{
    color: #6E4000;
    font-size: 1.1em; 
}
.my-tooltip-styling {
      max-width: 600px;
}
.tbarlabel {
  font: .9em tahoma, arial, helvetica, sans-serif;
  padding-left: 5px;
  text-align: left;
  font-weight: bold;
}

.itemStyle
{
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
	text-align: -webkit-match-parent;
	font-size: 12.25px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}

.my-display-field .x-form-display-field {
    margin-top:4px;
}


.reportitemStyle {
    padding-bottom: 10px;
    list-style: none;
    text-align: -webkit-match-parent;
    font-size: 12.25px;
    line-height: 18px;
    color: #666666;
    text-decoration: none;
}

    .reportitemStyle strong {
        font-weight: bold;
        color: #A06E0A;
        font-size: 13px;
        line-height: 20px;
    }

    .reportitemStyle a {
        color: #A06E0A;
    }
