/* Design BAIS elements */
/* Design BAIS elements */
/* Design BAIS elements */

.MVHEADER
{
   color: #000000;
   background-color: #dddddd;
   border: 1px solid #cccccc;
   overflow: auto;
}

.Searchlabel, .searchlabel, .SEARCHLABEL, .SearchLabel, .searchLabel
{
   font: 11px Verdana; /* global font */
   border: none;
   font-weight: normal;
   cursor: pointer;
   color: black;
   text-decoration:underline;
   padding: 0px;
   width: auto;
   margin: 0px;
   margin-top: -2px;
   text-align: left;
   background-color: transparent;
   overflow: visible;
}

div.clear {
   clear: both;
   width: 100%;
   height: 1px;
}

/* Fusion Elements */
/* Fusion Elements */
/* Fusion Elements */

.FusionToolbar {
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 22px;
   font-size: 10px;
}

.FusionToolbarButton {
   height: 20px;
   cursor: pointer;
   padding: 1px 5px;
   border: 0px;
   margin: 1px;
   text-decoration: none;
   display: inline-block;
   line-height: 20px;
}

.FusionToolbarButtonHover {
   height: 20px;
   cursor: pointer;
   padding: 0px 4px;
   border: 1px solid silver;
   margin: 1px;
   background-color: whitesmoke;
   text-decoration: none;
   display: inline-block;
   line-height: 20px;
}

.FusionBox {
	background-color: #f0f0f0;
	border: 1px solid silver;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.FusionFakeButton
{
   text-align: center;
   line-height: 1.8;
   background-color: #ccc;
   border: 1px solid #888;
}

.FusionLabel
{
}

.FusionLabelBold
{
   font-weight: bold;
}

.FusionLabelOutput
{
   color: white;
   background-color: black;
   overflow: hidden;
   font-weight: bold;
}

.FusionLabelHeader
{
   font-weight: bold;
   color: white;
   overflow: hidden;
   padding:0px;
   padding-left: 5px;
   padding-top: 2px;
   *padding-top: 0px;
   _padding-top: 0px;
   background-color: black;
   vertical-align: center;
}

.FusionLabelBreak {
   background: black;
   font-size: 1pt;
}

.FusionLabelHilite
{
   color: white;
   vertical-align:middle;
   background-color: #000;
}


.FusionInput {
   font: 11px Verdana; /* global font */
   color: #000000;
   margin: 0px;
   resize: none;
}

.FusionInputHilite {
   font: 11px Verdana; /* global font */
   font-weight: bold;
   color: #FFFFFF;
   background-color: #333;
   border: 1px solid #EEEEFF;
   margin: 0px;
}

.FusionInputBold {
   font: 11px Verdana; /* global font */
   font-weight: bold;
   color: #444444;
   margin: 0px;
}


.FusionRepBody {
   xxfont-weight: bold;
   color: #444444;
   background-color: white;
   overflow: auto;
   border:1px solid #c7c7c7;

}

   .FusionRepBody table {
      border-collapse: collapse;
   }

      .FusionRepBody table tr td {
         font-size: 11px; /* global size */
         overflow: hidden;
         /* white-space: nowrap; */
         padding-left: 2px;
         padding-right: 2px;
         padding-top: 2px;
         padding-bottom: 2px;
         border-bottom: 0px;
         border-right: 0px;
      }

         .FusionRepBody td img
         {
            margin-bottom: -1px;
         }

/* nd */
.FusionRepBody table tr td:first-child {
	border-left: none;
}

.FusionRepHeader {
   color: #000000;
   background-color: #e3e3e3;
   border:1px solid #c7c7c7;
   overflow: hidden;
}

.FusionGridHeader
{
   color: white;
   background-color: black;
   font-weight: bold;
   border:1px solid silver;
   font-size: 8pt;
   height: 18px;
   padding:1px;
   text-align: center;
   overflow: hidden;
}

.FusionGridBody
{
   border:1px solid silver;
   font-size: 8pt;
   height: 18px;
   padding:1px;
   overflow: hidden;
}

.FusionGridClick
{
   text-decoration:underline;
}

.FusionLangDrowpdown
{
   height: 19px;
}

/* Dialogs and other pop ups */
/* Dialogs and other pop ups */
/* Dialogs and other pop ups */


.DialogLabel {
   color: #333333;
   position: absolute;
   left: 10px;
   top: 10px;
   width: 490px;
   height: 200px;
   background-color:  whitesmoke;
   border: 1px solid silver;
}

.DialogImage {
   position: absolute;
   left: 20px;
   top: 20px;
}

.DialogText {
   position: absolute;
   left: 100px;
   top: 20px;
   width: 390px;
   height: 150px;
   overflow: auto;
}

.DialogButtonBox {
   position: absolute;
   top: 180px;
   width: 490px;
   height: 20px;
   overflow: hidden;
}

.DialogButton {
   position: absolute;
   width: 80px;
   height: 20px;
   color: black;
   padding: 0px;
   font-family:Verdana;
   font-size:8pt;
}


/* Reports */
/* Reports */
/* Reports */

.ReportHeaderParent {
   border: none;
   padding: none;
   margin: none;
   width: 100%;
   table-layout: fixed;
   empty-cells: show;
   top: 0px;
   left:0px;
}

   .ReportHeader {
      position: absolute;
      width: 100%;
      table-layout: fixed;
      empty-cells: show;
      top: 0px;
      left: 0px;
      font-size: 6pt;
      white-space:normal;
   }

      .ReportHeaderCell {
         background-color:black;
         color:white;
         font-weight:bold;
         white-space:normal;
         border-left:1px solid white;
         cursor:pointer;
         padding:1px;
         margin:1px;
      }



.ReportBody {
   border: none;
   padding: none;
   margin: none;
   width: 100%;
   table-layout: fixed;
   empty-cells: show;
   white-space: nowrap;
   top: -2px;
}
table.ReportBody {
   /* white-space: nowrap; */
}
#invoice table
{
   border-spacing: 0;
    background-color: #FBFBEE;
    border: 1px solid #000;
    width:100%;
    overflow: hidden;
    margin:5px 0;
    font-size: 9pt;
}
#invoice th
{
   color: white;
   background-color:#000;
   font-weight: bold;
   border-right:1px solid silver;
   font-size: 8pt;
   height: 18px;
   padding:1px;
   text-align: center;
   overflow: hidden;
}
#invoice td, #invoiceTotals td
{
   border-right:1px solid #000;
   padding: 5px;
}
#invoiceTotals table
{
   border-spacing: 0;
    background-color: #FBFBEE;
    border: 1px solid #000;
    overflow: hidden;
    font-size: 9pt;
   width:245px;
   float:right;
   margin:-5px 0 0 0;
   border-top:none;
}

.ui-helper-reset {
   padding: 0;
}

.ui-multiselect {
   background: white;
   border: 1px solid #AAA;
   font: 11px verdana;
   color: black;
   padding: 0px;
   padding-left: 5px;
   padding-top: 2px;
}

.ui-widget-header {
   background: #DDDB39;
}

.ui-corner-all {
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}


/* Start of banner paging */

.BANNERPAGING {
}

.BANNERPAGING table {
 font: normal normal normal 9px/normal verdana;
 text-align: center;
 align: center;
 background-color: #E9E89A;
 border: 1px solid black;
}

.BANNERPAGING a {
}

.BANNERPAGING td {
 cursor: default;
 border: 1px solid #E9E89A;
}

.BANNERPAGING td.Over {
 cursor: pointer;
 border: 1px solid silver;
 background-color: #F2F1A3;
}

.BANNERPAGING span {
 background-repeat: no-repeat;
 display: block;
 height: 35px;
 width: 90px;
}

.BANNERPAGING span.Prev {
 background-image: url('../../images/icons/rewind.png');
 width: 35px;
}

.BANNERPAGING span.Next {
 background-image: url('../../images/icons/fast_forward.png');
 width: 35px;
}

.BANNERPAGING span.Go {
 padding-top: 10px;
}

.BANNERPAGING span.GoCurrent {
 font: normal normal bold 18px/normal verdana;
 padding-top: 5px;
 width: 270px;
 border: 1px solid black;
}

/* End of banner paging */


/** Maps CSS **/

.gautoinput {
	background-color: #fff;
	padding: 0 11px 0 10px;
	width: 360px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	text-overflow: ellipsis;
	margin: 10px;
	height: 34px;
	border-radius: 2px;
}

.gautoinput:focus {
	border-color: #4d90fe;
	padding-left: 11px;  /* Regular padding-left + 1. */
	width: 361px;
}

.gcontrols {
	margin-top: 16px;
	border: 1px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.gbutton_refresh_32 {
	width:40px;
	height:40px;
	background-color: transparent;
	background: transparent;
	background-image: url('../../images/icons/mapIcons/refresh.png');
	box-shadow:none;
	border:none;
	margin-top:25%;
	margin-left: 10px;
	cursor:pointer;
	filter:
    progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/icons/mapIcons/refresh.png',sizingMethod='crop');
}

/* nested select css (jquery tree multiselect) */

div.tree-multiselect > div.selected, div.tree-multiselect > div.selections
{
   padding: 0px;
}

div.tree-multiselect
{
   border: 0px solid silver;
   border-radius: 0px;
}

div.tree-multiselect div.title
{
   background-color: #000;
   height: 24px;
   padding-top: 4px;
}

.ui-autocomplete-loading
{
   background: url('../../images/fusion/wait_small.gif') no-repeat right center #fff;
}

.editableDatatableDiv{
    background: white !important;
	color: #000000 !important;
}

.dataTableSpinner
{
	background-color:grey;
	opacity:0.5;
}

table.dataTable thead .sorting {
    background-image: none !important;
}


/* Custom Scrollers */
.customScroller::-webkit-scrollbar {
   width: 8px;
   height: 8px;
}

.customScroller::-webkit-scrollbar-thumb { background: #66605C; }

.customScroller::-webkit-scrollbar-track {
   background: #CEC8C4;
   -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
}

.customScroller::-webkit-scrollbar-corner { background: #CEC8C4; }
/* Custom Scrollers End */