@CHARSET "UTF-8";

textarea { 
    resize: none; 
}


span.textarea {
 display: table-cell;
 white-space: normal;
 margin-right: 4px;
 border: 1px solid #ABADB3;
}

.pageBody {
	color: #000000;
	background-color: white;
	text-align: center; 
 	font-size: 10pt; 
 	margin: 0;
 	padding: 0;	
}


.pageFooter {
	text-align: center;
	font-size: 7pt;
	widthf: 500px;
	border-top: 1px solid silver;
	padding: 10px;
	color: black;
    margin-left:auto; 
    margin-right:auto;
}

.alignright {
 text-align: right;
}

.aligncenter {
 text-align: center;
}

.pageHeader {
 height: auto;
} 

.pageHeaderMenu a {
 text-decoration:none!important;
 color:inherit; 
}

.formsSeparator {
	text-align: center;
	font-size: 7pt;
	width: 500px;
	border-top: 1px solid silver;
	padding: 10px;
	color: black;
	margin-top: 10px;
    margin-left:auto; 
    margin-right:auto;
}


.formName {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	text-shadow: silver 1px 1px 1px;

}

.groupName {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
  display: block;
  margin-top: 5px;
}

.entryTable {
    margin-left:auto; 
    margin-right:auto; 
 	font-size: 10pt;
 	padding: 10px; 
 	border: 1px solid navy;
}

.entryForm {
 display: inline-block;
}
.entryTableCaption {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
  width: 1px;
  white-space: nowrap;
	
}

.entryTableCaptionAbove {
  text-align: left;
  width: auto;
}


.componentHolder {
 position:relative;
 width: auto;
}


.entryTableValidityError {
	text-align: left;
	color: red;
	font-size: 8pt;
}

.entryTableComment {
	text-align: left;
	color: gray;
	font-size: 8pt;
  width: auto;
  white-space: normal;
}

.entryTableFieldError {
	border: 1px solid red; 
}

.entryTableValue {
	text-align: left;
	vertical-align: middle;
  white-space: nowrap;
}

[readonly] {
  	color: black; 
  	background-color: #FFFFCC;
	border: 1px solid silver; 
    outline: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.formInputCheckbox {
	text-align: left;
}

input:focus, textarea:focus, select:focus {
	box-shadow: 0 0 2px oragne;
    -webkit-box-shadow: 0 0 2px orange; 
    -moz-box-shadow: 0 0 2px orange; 
}

input, textarea, select {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;

 border: 1px solid gray; 
 outline: none;
 padding-top: 2px;
 padding-bottom: 2px;
}

#component-submenu {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #606060), color-stop(1, #282828) );
 background:-moz-linear-gradient( center top, #606060 5%, #282828 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#282828');
 background-color: #282828;
 padding-top:8px;
 z-index: 10;
}


button, input[type="button"], input[type="submit"] {
  -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
	position:relative;
	top:1px;
}

.tableSeparator {
	background-color: silver;
	color: silver;
}
	
/* TABLES */

.gridTable .formName {
 font-size: 13px;
 xfont-weight: normal;
 text-align: middle; 
}

.tableGreen  .gridHeaderCell {
 	background: -moz-linear-gradient(
		top,
		#EFFFF8 0%,
		#C2F9E0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#EFFFF8),
		to(#C2F9E0));

  background-color: #C2F9E0;
  color: black;
} 

.tableGreen .gridCell {
  background-color: #EFFFF8;
}

.gridCellRowHighlighted .gridCell {
  background-color: #FFFFCC;
}

.tableRed  .gridHeaderCell {
 	background: -moz-linear-gradient(
		top,
		#FFF4F4 0%,
		#FFD1D1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FFF4F4),
		to(#FFD1D1));

  background-color: #FFD1D1;
} 

.tableRed .gridCell {
  background-color: #FFF4F4;
}

.tableOrange .gridHeaderCell {
 	background: -moz-linear-gradient(
		top,
		#FFF3DD 0%,
		#FFECC6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#FFF3DD),
		to(#FFECC6));

  background-color: #FFECC6;
} 

.tableOrange .gridCell {
  background-color: #FFF9EF;
}

.gridTable {
	margin: auto;
	min-width: 600px;
	border-spacing: 0px;
  border-spacing:0;
  border-collapse:collapse;
}

/* .filtredtable tbody tr td, */
.gridCell {
	padding: 3px;
	border-left: 1px solid #134C26;
	border-bottom: 1px solid #134C26;
  text-align: left;
}

.gridNumber {
  text-align: right;
  white-space: nowrap;
}

.gridDate {
  text-align: right;
  white-space: nowrap;
}

.gridCell:last-child {
	border-right: 1px solid #134C26;
}

.gridCellButtons {
	padding: 0px;
	margin: 0px;
	text-align: right;
	white-space: nowrap;
	min-width: 20px;
}

.gridMoveUp,.gridMoveDown,.gridMoveUp:hover {
	font-size: 10px;
	padding: 3px 7px;
  margin: 0px;
  max-height: 20px;
  vertical-align: middle;
  -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
  
  background-image:url(../images/arrow-up.png);
  background-repeat:no-repeat;
  background-position:center center; 
}

.gridMoveDown,.gridMoveDown:hover {
  background-image:url(../images/arrow-down.png);
  background-repeat:no-repeat;
  background-position:center center; 
}

.gridActionButton {
	font-size: 10px;
	padding: 3px 7px;
  margin: 0px 2px 0px 2px;
  max-height: 20px;
  vertical-align: middle;
}
.gridCellLast {
	border-right: 1px solid #134C26;
}

.filtredtable tbody tr .gridCellRight,
.gridCellRight {
	text-align: right;
}

/* .filtredtable thead tr th, */
.gridHeaderCell {
	min-width: 50px;
	border-top: 1px solid #134C26;
	border-left: 1px solid #134C26;
	border-bottom: 1px solid #134C26;
  padding: 3px;
  text-align: left;
  color: white;
 	
 	background: -moz-linear-gradient(
		top,
		#134c26 0%,
		#3e7d53);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#134c26),
		to(#3e7d53));

  background-color: #134C26;
}

.gridHeaderCellLast {
	border-right: 1px solid #134C26;
}

/**
 *
 * TABLE LAYOUT 
 *
 */

.tableLayoutTable {
 margin: auto;
}
 
.tableLayoutCell {
 vertical-align: top;
}

.ajaxPopupWindow {
    border: 1px solid black;
    background: white;
    z-index:10; 
	  top: 50%;
    left: 50%;
    position: fixed;
   z-index:1001; 
}

.ajaxPopupBackground {
  z-index:1000; 
 	top: 0px;
  left: 0px;
  opacity:0.30; 
  filter:alpha(opacity=3);
  position: fixed; 
  border: 1px solid black;
  background: black;
  width: 100%;
  height: 100%
}
     
.ajaxPopupHeader {
  height:20px;
  text-align: right;
/*	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23; */
  background-color: white;
/*  border-bottom: 1px solid black; */
}

input {
 text-indent:4px!important;
}

.ajaxPopup {
}

.chosenAddItem {
    width: fit-content !important;
    height: fit-content !important;
    padding: 0 30px;
    overflow: visible !important;
}

.chosenAddItem .chonse-add-new-header {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.chosenAddItem .chonse-add-new-header .field-name{
    text-transform: capitalize;
}



.chosenShowInfoButton {
    margin-left: 5px;
    height: 100%;
    border-radius: 3px;
    width: fit-content;
    padding: 5px 3px;
    font-size: 0.6rem;
}

.chosenShowInfoButton:focus{
    background: #732949;
}

body #chosenShowInfoOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4999;
}

body #chosenAjaxInfo {
    display: none;
    z-index: 5000;
    border: 1px solid black;
    padding-bottom: 10px;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);

    width: fit-content !important;
    height: fit-content !important;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin-left: unset !important;
    margin-top: unset !important;
    min-width: 250px;
}
body #chosenAjaxInfo .ajaxPopupHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
body #chosenAjaxInfo .ajaxPopupCaption {
  width: 95%;
  font-weight: bold;
}
body #chosenAjaxInfo #closeContact {
  margin-right: 2px;
  text-decoration: none;
  cursor: pointer;
}
body #chosenAjaxInfo .chosenShowInfoAjaxBody {
  padding: 10px;
  text-align: left;
}
body #chosenAjaxInfo .chosenShowInfoAjaxBody .field-display {
  text-align: center;
  margin-bottom: 5px;
}
body #chosenAjaxInfo .chosenShowInfoAjaxBody .no-data {
  text-align: center;
}
body #chosenAjaxInfo .chosenShowInfoAjaxBody img {
  margin-top: 10px;
}

#ajaxPopupWindow:has(.chosenAddItem) {
    width: fit-content !important;
    height: fit-content !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: unset !important;
    margin-top: unset !important;
}

#ajaxPopupWindow .pageFooter {
    display: none;
}

.space {
 height:10px;
}

.condensedForm {
 border: 1px solid navy ;
 margin-left: 10px;
 margin-right: 10px;
 padding: 5px 10px 5px 10px;
 display: block;
 width: auto;
 text-align: left;
}

.condensedFormCell {
 display: inline-block;
 white-space:nowrap;
 text-align: right;
}

.condensedFormCaption {
 display: inline-block;
 text-align: center;
}



/***************************************
 *
 *     WIZARD
 *      
 ****************************************/


#component-wizard {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #808080), color-stop(1, #606060) );
 background:-moz-linear-gradient( center top, #808080 5%, #606060 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#606060');
 background-color: var(--wizard-header-background,#606060);
 border-bottom: 1px solid var(--wizard-header-border-color, #202020);
 white-space: nowrap;
}

.wizardItems {
    border-radius: 8px;
    background-color: var(--wizard-header-items-background, white);
    border: 1px solid var(--wizard-header-items-border-color, black);
    height: 27px;
    display: inline-block;
    margin-bottom: 8px;
    box-shadow: 2px 2px 2px var(--wizard-header-box-shaddow-color, #303030);
    color: var(--wizard-header-items-text-color, #D2D7DB);
}

.wizardHeaderItem {
    margin: 0;
    padding-right: 19px;
    padding-left: 7px;
    background-image: url('../images/wizard-next-black.png');
    background-repeat: no-repeat;
    background-position: right center;

    vertical-align: middle;
    height: 100%;
    display: inline-block;
}

.wizardHeaderItemLast {
    padding-right: 10px;
    background-image: none;
}

.wizardHeaderItemText {
    display: table-cell;
    vertical-align: middle;
    height: 27px;
}

.wizardHeaderItemSelected {
    font-weight: bold;
}

.wizardHeaderItemDisabled {
    color: var(--wizard-header-items-disabled-text-color, silver);
}

#component-wizard {
    padding-top: 8px;
}

.wizard-navigation{
    display: flex;
    column-gap: 15px;
    width: fit-content;
    margin: 15px auto;
}


/***************************************
 *
 *     INFOBUTTON (CLUETIP)
 *      
 ****************************************/

.progressGif {
  background-image: url(../images/progress.gif);
  width: 66px;
  height: 66px;
}

.infoButton {
  width: 14px;
  height: 14px;
  background-image: url(../images/infoButton14x14.png);
  cursor: help;
	display:inline-block;
}

#cluetip-close img {
  border: none;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}

.clueTypeWait {
  width: 16px;
  height: 16px;
  background-image: url(../images/wait.gif);
  border: none;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../images/wait.gif);
}
#cluetip-extra {
  display: none;
}

.cluetip-rounded a {
 color: red;
}

.cluetip-rounded {
/*  background-image: url(../images/map.gif); */
  background-color: black; 
  border: 1px solid silver; 
  opacity:0.98;
  filter:alpha(opacity=98);
  padding-left:10pt;
  padding-right:10pt;
  padding-top:4pt;
  padding-bottom:4pt;
  color: white; 
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

#cluetip.position_bellow    {margin-top:10px; z-index:1003;}
#cluetip.position_above     {margin-bottom:10px; z-index:1003;}
#cluetip.position_right     {margin-left:10px; z-index:1003;}
#cluetip.position_left      {margin-right:10px; z-index:1003;}

#cluetip_arrow                    {position: absolute;background: url(../images/infoButtonArrows.png) no-repeat;width:10px; height: 10px; z-index:1003;}
#cluetip_arrow.position_bellow    {background-position: 0 -10px; z-index:1003;}
#cluetip_arrow.position_above     {background-position: 0px 0; z-index:1003;}
#cluetip_arrow.position_right     {background-position: -10px -10px; z-index:1003;}
#cluetip_arrow.position_left      {background-position: 0 0; z-index:1003;}

/***************************************
 *
 *     INFOBUTTON (CLUETIP)
 *      
 ****************************************/

.pivotTable {
 text-align: center;
}

.pivotTable .gridHeaderCell {
 text-align: center;
}

.pivotTable .gridCell {
 text-align: right;
}

.pivotTable table {
  margin: 0 auto; 
  text-align: left;
}

.pivotTable .gridTotal {
 font-weight: bold;
 border-top: 2px solid black;
}



button img,
button span {
    vertical-align: middle;
}

.dashboardColumn {
 border-right: 1px solid #C00000; 
 vertical-align: top;
}

.dashboardColumnLast {
 vertical-align: top;
}

.dashboardHeading {
 font-size: 20px;
 border-bottom: 1px solid #C00000;
 text-align: center; 
}

.dashboardReportTable {
 width: 100%;
 padding: 10px;
}

.dashboardName {
 color: #303030;
 text-align: left; 
 vertical-align: bottom;
}

.dashboardValue {
 text-align: right; 
 font-size: 15px;
 font-weight: bold;
 padding-left:20px;
 padding-right:20px;
}

.fileShow {
 display: block;
 background: white;
 text-align: center;
 border: 1px solid silver;
 font-size: 10px;
}

.editWithEntrySplitRow {
 border-bottom: 1px solid gray;
 margin-bottom: 5px;
 border-spacing: 5px;
}
 
.editWithEntrySplitRow td {
 padding-bottom: 5px;
 
}

.gridCellRowHighlighted {
 background-color: silver;
} 

.gridCellRowHigh:hover {
 background-color: #F0F0F0;
 cursor: pointer;
}

td .number {
 text-align: right;
} 

.entryVertialCell {
 vertical-align: top;
}

.entryVerticalSeparator {
 border: 5px;
 margin: 5px;
 width: 1px;  
 max-width: 1px;
 border: 5px solid #F0F0F0;

 border-collapse: collapse;
 background-color: gray;
 border-spacing: 10px;
}

.gridZeroColor {
 color: silver;
}

.gridNegativeColor {
 color: red;
}


/***************************************
 *
 *     searchable comboboxes
 *      
 ****************************************/
 
 /* @group Base */
.chzn-container {
  letter-spacing: 0px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: left;
  text-shadow: initial;
  font-weight: normal;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity:0;
  filter:alpha(opacity=0);
  z-index: -20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  text-shadow: initial;
  font-weight: normal;
  height: 0px;
  overflow:hidden;
}
.chzn-container.chzn-with-drop .chzn-drop {  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  opacity:1;
  filter:alpha(opacity=1);
  z-index: 990;  
  height: auto;
  overflow: visible;
}
.chzn-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 21px;
  border: 1px solid #aaa;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff; 
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 22px;
  text-shadow: initial;
  font-weight: normal;
  
}
.chzn-container-single .chzn-single-plus {
  position: relative;
  display: block;
  overflow: hidden;
  height: 20px;
  padding-top:1px;
  border: 1px solid #aaa;
  border-left: 0px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;  
  background-color: #fff; 
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 22px;
  text-shadow: initial;
  font-weight: normal;
  
}
.chzn-container-single .chzn-default {
  color: #999;
  text-shadow: initial;
  font-weight: normal;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 12px;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 24px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 11px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chzn-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 100%;
  text-shadow: initial;
  font-weight: normal;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chzn-sprite.png') no-repeat 0px 2px;
  margin:0px;
}
.chzn-search {
  position: relative;
  z-index: 901;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../images/chzn-sprite.png') no-repeat 100% -20px;
  background: url('../images/chzn-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chzn-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chzn-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chzn-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chzn-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;  
  line-height: normal;
  border-radius: 0;
  float: none!important;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  display:none;
  //left: -9999px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  //max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 2px 2px;
  list-style: none;
  line-height: 15px;
  text-shadow: initial;
  font-weight: normal;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc!important;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff!important;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;*/
  border-radius: 3px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  min-height: 21px;
  //max-height: 80px;
  border: 1px solid #aaa;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);*/
  cursor: text;
}

.chzn-container-multi[id$='_F_chosen'] .chzn-choices {
  max-height: 80px;
}

.chzn-container-multi .chzn-choices li {
  float: left; 
  list-style: none;
}
.chzn-container-multi[id$='_F_chosen'] .chzn-choices li {
  float: none; 
}

.chzn-container-multi .chzn-choices li.search-field .default {
  color: #999;
}

.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 1px 0px 1px 1px;
  padding: 1px 14px 1px 2px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #EEEEEE;                                                               /*
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);*/
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 14px;
  cursor: default;
  white-space: normal;
  /*text-overflow: ellipsis!important;
  overflow: hidden!important;*/  
}
.chzn-container-multi .chzn-choices li.search-choice span {
  /*text-overflow: ellipsis!important;
  overflow: hidden!important;*/
}


.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 2.5px;
  right: 1px;
  margin: 0px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chzn-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4!important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666!important;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc!important;
  cursor: default;
  background-color: #e4e4e4!important;
}

.chzn-drop .chzn-clearAll {
  display: block;
  padding: 3px;
  margin: 0;
  text-align:left;
  font-size: 13px;
  line-height: 13px;
  border-bottom: 1px silver solid;
  border-top: 1px silver solid;
  background-color: #F1F1F1;
}

.chzn-drop .chzn-clearAll span {
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chzn-sprite.png') -42px 1px no-repeat;
  margin: 1px 0px 0px 1px;
  float:left;  
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {    
  //box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);  
}
.chzn-container-active .chzn-single-plus {    
  //box-shadow: -3px 0px -3px 10px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;  
  box-shadow: 0 1px 0 #fff inset;
}
.chzn-container-active.chzn-with-drop .chzn-single-plus {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid silver;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: #111 !important;
  float:none!important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../images/chzn-sprite.png') no-repeat -30px -20px;
  background: url('../images/chzn-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chzn-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chzn-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chzn-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../images/chzn-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
  float:none!important;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input[type="text"],
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input[type="text"],
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('../images/chzn-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

  .chzn-results li img {
      margin-right: 7px;
      float:left;
      height: 14px;
  }  
  .chzn-results li p {
      margin: 1px 0px;
      font-size: 10px;
      color: #666;
  }
  
  .chzn-results li.highlighted p {
      color: #fff;
  }
  
  .chzn-single span img {
      height: 12px;
      float:left;
      margin: 5px 3px 0px 0px;       
  }

.chzn-thead .chzn-choices {
    max-height: 80px;
}




.save-tabrowStandAlone  {
  float:none;
  text-align:center;  
}
       
.save-tabrow  {       
  position:relative;
    
}

.save-tabrow-floatLeft {
    text-align:left;
    float:left;
}

.save-tabrow li {
  margin: 0 3px;
  padding: 0px 3px 0px 7px;
  border: 1px solid #AAA;
  background: #E9F4FF;
  display: inline-block;
  cursor: pointer;
  border-radius: 15px;
	text-shadow: gray 1px 1px 1px;
  
}

.save-tabrow li span {
  display: block;
  float:right;
  width: 10px;
  height: 24px;  
  background: url('../images/chzn-sprite.png') no-repeat 0px 3px;
  padding-left: 2px;
}

.save-tabrow li a {
  text-decoration: none;
  line-height: 24px;    
  color: black;
}

.save-tabrow li.addFilter {
  padding: 0px 3px;
  font-weight: bold;  
}

.save-tabrow li.selected {
  background: #FFF;
  color: #000;
}

.save-tabrow li div {
  background-color: white;
  text-align: left;
  border: 1px solid silver;
}
.save-tabrow li div a {
  display: block; 
  line-height:20px;
  padding: 2px 12px; 
  color: black;
  text-decoration: none;  
}
.save-tabrow li div a:hover {
  background-color: blue;
  color:white;
}
.save-tabrow li .smallButt {
  min-width: 20px;
}

 
.ui-autocomplete li {
 text-align: left;
}

.ui-datepicker {
 z-index: 1000001!important;
}


a[role="button"] {
 padding: 3px 0 5px 0;
}

.gridAjaxEditComplete,
.gridAjaxEditSending {
  font-size: 10px;
  color: #707070;
 display: none;  
}


.formSubmitUpdate,
.formSubmitDuplicate {
 background-color: navy;
} 