
html, body 
{	
  font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	font-weight: normal;
	text-decoration: none;
  margin:0 1px;
  padding:0;
  text-rendering: optimizeLegibility;
}

p
{
  margin: .3em 0;
}

.cell_priority
{
  background-image: url(../core/resources/graphic/priority.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
}

.cell_true
{
  background-image: url(../core/resources/graphic/accept12.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.small
{
  font-size: 0.8em;
  color: #888;
}

/****************/

.special_radio input[type="radio"] {
  display: none;
}

.special_radio label
{
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  margin-right: 15px;
  padding-left: 22px;
  position: relative;
}

.special_radio label:before {
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll 0px 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: -1px;
}

.special_radio label:hover:before
{
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll 0px -22px;
}

.special_radio input[type="radio"]:checked + label:before {
   background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll 0px -65px;
}

.special_checkbox
{
  margin: 2px 0;
  overflow: hidden;
}

.special_checkbox input[type="checkbox"] {
  display: none;
}

.special_checkbox label
{
  cursor: pointer;
  display: inline-block;
  margin-right: 22px;
  padding-left: 0px;
  position: relative;
  text-shadow: none;
  overflow: hidden;
}

.special_checkbox label:before 
{
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll -22px 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  margin-right: 2px;
  position: relative;
  top: 3px;
}

.special_checkbox label:hover
{
  /*color: #666;*/
}

.special_checkbox label:hover:before
{
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll -22px -21px;
}

.special_checkbox input[type="checkbox"]:checked + label
{
  /*color: #555;*/
  text-shadow: #ccc 1px 1px 0;
}

.special_checkbox input[type="checkbox"]:checked + label:before {
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll -22px -64px;
}


/*******************************************GENERAL STYLES *****************************************/
.smallnote_warning
{
  font-size: 12px;
  background: url(../core/resources/graphic/warning16.png) no-repeat scroll 0 0;
  line-height: 20px;
  color: #777;
  padding: 2px 1px 1px 20px;
  margin: 0
}



/******************************************* END OF GENERAL STYLES *****************************************/


/************************************************* TOOLBAR STYLES ********************************************/


#splash
{
  display:block;
  width:447px;
  height:130px;
  margin: 200px auto 0;
  position: relative;
  background:url(../core/resources/graphic/logo.png) no-repeat scroll center top;
  background-size: contain;
  text-align:center;
}

#splash a
{
  display:block;
  position: absolute;
  width:88px;
  height:31px;
  border: 0;
  bottom: 0;
  right: 0;
  background:url(../core/resources/graphic/createdby_88x31_trans_black.png) no-repeat scroll center top;
}


#footer
{
  display:block;
	display:none;
	margin: 0;
  padding:0;
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
}

#loginlabel
{ 
  position: absolute;
  right: 2px; 
  top: 3px; 
  display: block;  
  float:left;
  z-index:999
}


#loginlabel a
{
  cursor:pointer;
  text-decoration:none;
  color: #666
}

#loginlabel a:hover
{
  text-decoration:underline
}

#shoplabel
{ 
  position: absolute;
  left: 2px; 
  top: 3px; 
  display: block;  
  float:left;
  z-index:999;
  color: #888;
  font-weight: bold;
}


#header
{

	display:none;
	margin: 0;
  padding:0;
  position: fixed;
  top:0;
  left:0;
  width:100%;
}




/*********************doctabstrip******************************/


#header #toolstrip div.doctabstrip
{
  padding-top:2px;
  display: block;  
  margin:0px 3px -1.5px 2px;
  height:22px;
  float:none;
  clear:both;
}

#header #toolstrip div.doctabstrip ul
{
  list-style:none; 
  display: inline-block;  
  width:100%;
  margin:0px 0 0px 0;
  padding:0;
 
}

#header #toolstrip div.doctabstrip li
{
  display:inline-block;
  float:left;
  
  border-left: #333 1px outset;
  border-top: #333 1px outset;
  border-right: #aaa 1px outset;
  border-bottom: #999 1px solid;
  
  background: #f6f6f6;
  padding:2px 20px;
  margin:0 0 0px 1px;
  
  -moz-border-radius-topleft:      3px;
  -webkit-border-top-left-radius:   3px;
  border-top-left-radius:           3px;
  -moz-border-radius-topright:      3px;
  -webkit-border-top-right-radius:   3px;
  border-top-right-radius:           3px;
  
}

#header #toolstrip div.doctabstrip li>a 
{
  color: #666;
  text-decoration: none;
  line-height:16px;
  margin:0;
  padding:0;
}

#header #toolstrip div.doctabstrip li.active 
{
   background: #fff;
   border-bottom:#fff 1px solid;
}

#header #toolstrip div.doctabstrip li.disabled
{
  opacity:0.4;
	-moz-opacity:0.4;
  filter:alpha(opacity=40);
  color: #ccc
}

#header #toolstrip div.doctabstrip li.active>a 
{
  color:#555;
  font-weight: bold
}


#canvas
{
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}


.moduleToolstrip
{
  margin: 0; 
  padding: 0 2px 0;
  border: 0;
}

.moduleToolstrip .toolbar
{
  background: #f1f1f1;
  margin: 0;
}

.moduleToolstrip .widetoolbar
{
  background: #f1f1f1;
  margin: 0;
}

/**********************************************************************************************************/

.formblock
{
  border: 0;  
  margin: 0;
  padding: 0;
  font-size: 1.1em;
}

#shops_selector
{
  padding: 20px
}

#shops_selector div
{
  margin: 10px
}

#shops_selector a:hover
{
  text-decoration: none;
}

.formblock fieldset.block, .commonform .block
{
  /*-moz-border-radius:      5px;
  -webkit-border-radius:   5px;
  border-radius:           5px;
  border:                  1px solid;
  
  border-color:            #e6e6e6 #cdcdcd #cdcdcd #e6e6e6;
  box-shadow: #ccc 1px 1px 10px;
  */
  background-color:        #f0f0f0;
  border: 0;
  margin: 5px;
  
}

.formblock fieldset.block legend
{
  border-radius:           2px;
  border-top:              #e6e6e6 1px solid;
  background:              #f0f0f0;
  color: #444;
  text-shadow:             1px 1px 0 white; 
}

.formblock fieldset.frame legend
{
  border: #ccc 1px ridge;
  border: none;
  background: none;  
}

/**************************************/

.formblock .button, .inlineButton, .formblock .button.fileUploadButton
{
  font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-size: 14px;
  
  display: inline-block;    
  border-radius:           8px;
  
  /*background:              white url(../core/resources/graphic/buttonbg2.png) 0 0 repeat-x; 
  background:             -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background:             -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));*/
  background-color:       #f3f3f3;
  
  border-top:             #bfbfbf 1px solid;
  border-right:           #b9b9b9 1px solid;
  border-bottom:          #b3b3b3 1px solid;
  border-left:            #b7b7b7 1px solid;

  color:                   #444;
  display:                 inline-block;
    
  outline:                 0;
  padding:                 4px 8px;
  text-align:              center;
  text-decoration:         none;
  text-shadow:             1px 1px 0 white; 
  white-space:             nowrap;
  cursor: pointer;
}

.formblock .button:hover, .inlineButton:hover, .button.fileUploadButton:hover
{    
  background:           -moz-linear-gradient(0% 170% 90deg, #dfdfdf, white);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#dfdfdf));
  border-color:          #99ccff;
  color:                 #333333; 
}


.formblock .button:active, .formblock .button:focus, .inlineButton:active, .inlineButton:focus, .button.fileUploadButton:active, .button.fileUploadButton:focus
{
  background-position:   0 -25px;
  
  background:           -moz-linear-gradient(0% 170% 90deg, white, #dfdfdf);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dfdfdf), to(white));
  border-color:          #8fc7ff #94c9ff #94c9ff #8fc7ff;
  color:                 #1a1a1a;
  text-shadow:           1px -1px 0 rgba(255, 255, 255, 0.5);
}

.formblock .button.disabled, .formblock .button.disabled:hover, .formblock .button.disabled:active, .formblock .button.disabled:focus,
.inlineButton.disabled, .inlineButton.disabled:hover, .inlineButton.disabled:active, .inlineButton.disabled:focus
{
  background: #f0f0f0;
  border-color: #ddd;
  color: #aaa;
  text-shadow: white 1px 1px 0;
}

.inlineButton
{
  font-size: 0.9em;
  padding: auto;
}

.formblock input, .formblock select, .formblock textarea
{
  font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-size: 14px;
  border:                  1px solid;
  border-color:            #cccccc #e6e6e6   #e6e6e6 #cccccc;
  padding: 2px;
}

.formblock textarea
{
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  /*font-size: 0.9em;*/
}

.formblock select.disabled
{
  background: #efefef;
  color: #bbb;
}

.formblock label
{
  outline: 0;
  cursor: pointer;  
}

.formblock hr
{
  color: #cdcdcd;
  background: transparent;
  height: 1px;
  border: 0;
  border-top: 1px solid #cdcdcd;
  margin: 2px;  
}


.formblock .label_disabled
{
  color: #888
}

.formblock.smallformblock
{
  font-size: 0.8em;
}

.formblock.smallformblock select, .formblock.smallformblock .button
{
  font-size: 1em;
}

.formblock .smlistbox
{
  border:                  1px solid;
  border-color:            #cccccc #e6e6e6   #e6e6e6 #cccccc;
  background-color: white;
}


.logindialog
{
  position: absolute;
  width: 380px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%); 
  
}


.red
{
  color: red;
}


/******************************************************************************************/

.hintbar
{
	margin: 3px auto 6px auto;
	clear: both;
	float: none;
	padding:4px 4px 4px 44px;
	border-radius: 6px;	
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background: #fffff0 url(images/tip.png) no-repeat scroll 4px 4px;
}

/********************************************************************/

.reloadingTitleLeftSmall
{
  display: inline;
  /*border: 0;*/
  padding-left: 18px;
  padding-top:1px;
  cursor: pointer;
  background: transparent url(../core/resources/graphic/reload_trans.png) no-repeat scroll 0 0;
  border: transparent 1px solid;
  text-decoration:none;
}

.reloadingTitleHoverSmall
{
  background-image: url(../core/resources/graphic/reload.png);
  border: #eee 1px solid;
  text-decoration:underline;
}

.reloadingTitleActiveSmall
{
  background-image: url(../core/resources/graphic/smallspinner.gif);
  text-decoration:none;
}

.smalltext
{
  font-size: 0.8em;
  color: #444;
}



.bigSpinner
{
  height: 100px;
  min-height: 24px;
  background: url(../core/resources/graphic/spinner.gif) no-repeat scroll center center;
}

.hLoader
{
  height: 100px;
  background: url(../core/resources/graphic/loader.gif) no-repeat scroll center center;
}

/*****************************************************************************************/

.splitSet
{
	/*height: 400px;*/
	margin: 0;
	/*border: 1px solid #c0c0c0;*/
  border: 0;
  background: #888;
	/* No padding allowed */
  
}
/*
 * Left-side element of the splitter. Use pixel units for the
 * min-width and max-width; the splitter plugin parses them to
 * determine the splitter movement limits. Set the width to
 * the desired initial width of the element; the plugin changes
 * the width of this element dynamically.
 */
.splitSet .leftPane
 {
	/*background: #f6f6f6;*/
  padding: 0;
	overflow: auto;
  border: 0;
	/* No margin or border allowed */
}


/*
 * Right-side element of the splitter.
 */
.splitSet .rightPane {
	/*background: #fff;*/
	overflow-x: auto;
  overflow-y: hidden;
  border: 0;
  /*width: 400px;*/
  /*border: #f00 1px solid;*/
	/* No margin or border allowed */
}
/* 
 * Splitter bar style; the .active class is added when the
 * mouse is over the splitter or the splitter is focused
 * via the keyboard taborder or an accessKey. 
 */
 
.splitSet .topPane
{
  border: 0;
}
 
.splitSet .bottomPane
{
  border: 0;
}
 
.splitSet .vsplitbar {
	width: 4px;
	background: #ddd url(../core/resources/graphic/vgrabber.gif) no-repeat center;
}

.splitSet .vsplitbar.active {
	background: #ddd url(../core/resources/graphic/vgrabber.gif) no-repeat center;
	/*opacity: 0.7;*/
}


/**************************************************/

.optionsHeader
{
  background: #f0f0f0;
  font-size: 0.9em;
}

.optionsHeader table
{
  border-collapse: expand;
}

.optionsHeader table td
{
  border-width: 1px;
  border-style:  solid;
  border-color:  #ddd #bbb #bbb #ddd;
  /*font-weight: bold;*/
}

.optionsBody
{
  background: #fff;
}

.optionsBody table
{
  border-collapse: collapse;
}

.optionsBody table td
{
  border: #eee 1px solid;
  /*line-height: 14px;*/
  padding: 0 1px;
}

.optionsBody table td input
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
}

.optionsBody table td select
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
}

.optionsBody div
{
  margin:0; 
  padding:0;
  overflow-y: auto;
  overflow-x: hidden;
  
}

.optionsBody table td span
{
  display: block;
  overflow: hidden;
  margin:1px; 
  padding:0;
  height:14px;
  
}


table.docTable
{
  font-size: 14px;
  border-collapse: collapse;
}

table.docTable th
{
  border-width: 1px;
  border-style:  solid;
  border-color:  #888;
  font-weight: bold;
  background: #ddd;
}

table.docTable td
{
  border-width: 1px;
  border-style:  solid;
  border-color:  #ccc;
  
}

table.docTable td input
{
  margin: 0;
  padding: 1px;
  border: 0;
  font-size: 14px;
}


table.pictureElement
{
  border: #ddd 1px solid;
  margin: 1px 0;
  font-size: 12px;
}


a.editButton
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/edit_d.png) no-repeat scroll 0 0;
  margin: 0 0 0 1px;
}

a.editButton:hover
{
  background-image: url(../core/resources/graphic/edit.png);
}

a.deleteButton
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/delete_d.png) no-repeat scroll 0 0;
  margin: 0 0 0 1px;
}

a.deleteButton:hover
{
  background-image: url(../core/resources/graphic/delete.png);
}

a.visibleButton
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/visible_false.png) no-repeat scroll 0 0;
  margin: 0 0 0 1px;
  opacity: 0.7;
}

a.visibleButton.visible
{
  opacity: 1;
  background-image: url(../core/resources/graphic/visible_strong.png);
}

a.sortorderdownButton
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/sort_down.png) no-repeat scroll 0 0;
  margin: 0 0 0 1px;
}

a.sortorderdownButton:hover
{
  background-image: url(../core/resources/graphic/sort_down_hover.png);
}

a.sortorderdownButton.disabled
{
  background-image: url(../core/resources/graphic/sort_down_dis.png);
  cursor: default;
}


a.sortorderupButton
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/sort_up.png) no-repeat scroll 0 0;
  margin: 0 0 0 1px;
}

a.sortorderupButton:hover
{
  background-image: url(../core/resources/graphic/sort_up_hover.png);
}

a.sortorderupButton.disabled
{
  background-image: url(../core/resources/graphic/sort_up_dis.png);
  cursor: default;
}


.listtable_disabled 
{
  background: #eee;
}
.listtable_disabled a.editButton, .listtable_disabled a.editButton:hover
{
  display: block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/edit_dis.png) no-repeat scroll 0 0;
}

.listtable_disabled a.deleteButton, .listtable_disabled a.deleteButton:hover
{
  display: block;
  width: 16px;
  height: 16px;
  background: url(../core/resources/graphic/delete_dis.png) no-repeat scroll 0 0;
}



.iconButton
{
  min-width: 26px;
  min-height: 26px;
}

.unit_marker
{
  background-image: url('../core/resources/graphic/truck40.png');
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.checkpoint_marker
{
  background-image: url('../core/resources/graphic/checkpoint.png');
  background-size: cover;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.roadpoint_marker
{
  background-image: url('../core/resources/graphic/roadpoint.png');
  background-size: cover;
  width: 48px;
  height: 48px;
  /*border-radius: 50%;*/
  cursor: pointer;
}

.loadpoint_marker
{
  background-image: url('../core/resources/graphic/loadpoint.png');
  background-size: cover;
  width: 48px;
  height: 48px;
  /*border-radius: 50%;*/
  cursor: pointer;
}


.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: left;
  /*font-family: 'Open Sans', sans-serif;*/
}



/***************** SMALL CLOSE BUTTON ****************/

a.smallCloseButton
{
  display: block;
  width: 10px;
  height: 9px;
  background: #F6F6F6 url(../core/resources/graphic/smallclose.png) no-repeat scroll center center;
  border: #F6F6F6 1px solid;
}

a.smallCloseButton:hover
{
  border-top-color: #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-right-color: #fff;
}

a.smallCloseButton:active
{
  border-top-color: #ccc;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #ccc;
}

/***************************************/

.displayDiv
{
  /*display:inline-block;*/
  /*float:left;*/
  margin:0px;
  padding:2px 0 0 0;
  background: transparent;
  height: 18px;
}

.displayDiv  span
{
  margin:0px;
  padding:0 1px;
}

/*******************************************************/

/*
 * jQuery UI CSS Framework 1.8.18
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.18
 */


/* Component containers
----------------------------------*/
.ui-widget {  font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 
{ 
  
  font-size: 1em; 
}
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius 
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
*/

/* Overlays */
.ui-widget-overlay { background: #333; opacity: .7; filter:Alpha(Opacity=70); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Progressbar 1.8.18
 *
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }


/********************************************************************/

.progress-outer
{
  background-color: #ccc;
  height:5px; 
  text-align: left; 
  overflow: hidden;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -khtml-border-radius: 4px; 
  border-radius: 4px;
  border: #888 1px solid;
}

.progress-outer .progress-inner 
{
  display: block;
  background-color: #0f0;
  margin: -1px; 
  height:100%; 
  border-top: #888 1px solid;
  border-bottom: #888 1px solid;
}


/*********************************************************************/

.dblprogress-outer
{
  background-color: #ddd;
  height: 32px; 
  text-align: left; 
  overflow: hidden;
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -khtml-border-radius: 4px; 
  border-radius: 4px;
  border: #ddd 1px solid;
}

.dblprogress-outer .dblprogress-innerblock
{
  position: relative;
  height:50%; 
}

.dblprogress-outer .dblprogress-inner 
{
  position: relative;
  
  display: block;  
  margin: 0px; 
  height:100%;
  border: 0;  
  
}

.dblprogress-outer .dblprogress-inner-men
{
  background-color: #b3e5ff;
}

.dblprogress-outer .dblprogress-inner-women
{
  background-color: #f7b2e8;
}

.dblprogress-outer .dblprogress-label
{
  position: absolute;
  padding: 0;
  top: 1px;
  left: 1px;
  font-size: 0.85em;
}  

.hint_point
{
  display: inline-block;
  float: right;
  background:url(../core/resources/graphic/hint.png) no-repeat scroll 1px 1px;
  width:18px;
  height: 18px;
  padding: 0;
  margin: 0 auto;
}

table.settingslayouttable
{
  border-collapse: collapse;
  border: #ccc 1px solid;
}

table.settingslayouttable tr
{
  border: #ccc 1px solid;
}

.settingslayouttablecell
{
  border: #ccc 1px solid;
}

.strongtext
{
  font-weight: bold;
}

.smallbutton
{
  
  width:16px;
  height: 16px;
}

.smallbutton span
{
  display: block;
  width:16px;
  height: 16px;
}

.smallbutton.add span
{
  background:url(../core/resources/graphic/add16.png) no-repeat scroll center center;
}

.smallbutton.edit span
{
  background:url(../core/resources/graphic/edit16.png) no-repeat scroll center center;
}

.smallbutton.delete span
{
  background:url(../core/resources/graphic/delete16.png) no-repeat scroll center center;
}

.hasDatepicker
{
  background: transparent url( ../core/resources/graphic/cldr.png) no-repeat scroll center right;
  cursor:default;
}

.clearfield_button
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url( ../core/resources/graphic/clearfield_button.png ) no-repeat scroll 0 0;
  /*float: left;*/
  border: 0;
}

.clearfield_button:hover
{
  background-position: 0 -16px;  
}

/***************/
#loads_bids_edit_vsplitspace_left .hsplitter
{
  /*border-right: 0;*/
  
}

#loads_bids_edit_summary
{
  /*margin: -1px 0; */
  padding: 5px; 
  /*display: block;*/
  background: #fff;  
}

#loads_bids_edit_found_units_list
{
  height: 100%;  
  border: 0;
  margin: 0 0px; 
  padding: 0;
}

#loads_bids_edit_found_units_map
{
  width: 100%;
  height: 100%;  
  border: 0;
  margin: 0 -2px; 
  padding: 0;
  
}

#loads_bids_edit_found_units_map
{
  width: 100%;
  height: 100%;  
  border: 0;
  margin: 0 0px; 
  padding: 0;  
}

#units_search_mapplace
{
  width: 100%;
  height: 100%;  
  border: 0;
  margin: 0; 
  padding: 0;  
}

#loads_bids_same_offer_list
{
  border: 0;
}


#loads_bids_result_percents
{
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #570007; 
  margin: 90px auto 0;
  display: inline-block;
  min-width: 64px;  
}

#loads_bids_unit_name
{
  display: inline-block;
  min-height: 26px;
}

#loads_bids_edit_summary
{
  background: #fff;
}

#loads_bids_edit_vsplitspace_left_hsplitspace_top
{
  margin: 0; 
  padding: 2px 0px;
  background: #fff;
}

#loads_orders_vsplitspace_left_hsplitspace_bottom
{
  margin: 0;
  margin: 2px 2px;
  background: #fff;
}

#assist_dialog_wait_progress
{
  display: block;
  height: 20px;
  background: url( ../core/resources/graphic/loader.gif ) no-repeat scroll center center;
}

#products_lists_splitspace_tree
{
  margin: 0;
  overflow: auto;
  background: white;
}

#products_lists_splitspace_search
{
  margin: 0;
  display: none
}

#products_lists_splitspace_search fieldset
{
  border: #d6d6d6 1px solid;
  margin-top: 10px;
  padding: 5px;
}

#products_lists_splitspace_search legend
{
  color:                   #404040;
  /*font-family:            "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;*/
  font-size:               13px;
  text-shadow:             1px 1px 0 white; 
  white-space:             nowrap;
  user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
  cursor: default;
}

.map_popup_title
{
  font-weight: bold;
}

.map_popup_link
{
  color: #0070d9;
  display: inline-block;
  /*text-decoration: underline;*/
  border-bottom: #0070d9 1px dashed;
  cursor: pointer;
}

.map_popup_link:hover
{
  border-bottom: transparent 1px dashed;
  /*text-decoration: none;*/
}

.star_on, .star_on:hover
{
  background: transparent url( ../core/resources/graphic/star_on.png ) no-repeat scroll center center;
  cursor: pointer;
}

.star_off
{
  background: transparent url( ../core/resources/graphic/star_off.png ) no-repeat scroll center center;
  cursor: pointer;
}

.star_off:hover
{
  background-image: url( ../core/resources/graphic/star_hover.png );
}

.product_group_picture
 {
  display: block;
  width: 160px;
  height: 160px;  
  border: #ddd 2px solid;
  margin: 2px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.shop_logo_picture
 {
  display: block;
  width: 200px;
  height: 200px;  
  border: #ddd 2px solid;
  margin: 2px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.product_item_picture
{
  display: block;
  width: 120px;
  height: 120px;  
  border: #ddd 2px solid;
  margin: 0; 
  padding: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;  
}

/*.jstree-default .jstree-node
{
  background-image: none;
  background-image: url( ../core/resources/graphic/folder.png );
}*/

.jstree-default .jstree-themeicon
{
   background: url( ../core/resources/graphic/folder.png ) no-repeat scroll center center;
}

.jstree-default .jstree-clicked .jstree-icon.jstree-themeicon
{
   background: url( ../core/resources/graphic/folder_open.png ) no-repeat scroll center center;
}

.smallSpinner
{
  background: url(../core/resources/graphic/smallspinner.gif) no-repeat scroll center center;
  background-size: auto;
}


#edit_order_dialog_details
{  
  height: 410px;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
}

#edit_order_dialog_details table
{
  border-collapse: collapse;
  border: #eee 1px solid;
}

#edit_order_dialog_details table td
{
  border: #eee 1px solid;  
  padding: 8px;
}

#edit_order_dialog_amount
{
  font-weight: bold;
}

#edit_order_dialog_history
{ 
  height: 220px;
  background-color: white; 
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
}

#edit_order_dialog_history ul
{
  list-style: none;
  padding: 0;
  margin: 5px 0;
}

#edit_order_dialog_history ul li
{
  border-left: 3px solid;
  padding-left: 5px;
  font-size: 0.9em;
}

#edit_order_dialog_history ul li p
{
  margin: 1px 0;
}

#edit_order_dialog_history ul li span
{
  font-size: 0.9em;
  font-style: italic;
}
