/*!==============================================================================================*/
/*!	CSS-FILE: styles.css                                                                         */
/*!==============================================================================================*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
  min-width: 900px;
}
body, td {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

h1,h2,h3,h4,h5,h6{
	margin: 5px;
}

*{outline:none;}

/*!==============================================================================================*/
/*!	header & footer                                                                              */
/*!==============================================================================================*/

#containerHeader{
	height: 75px;
	z-index: 100;
}

#containerTitle{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 0 10px;
}

#containerTitleText{
	font-size: 16px;
	padding: 5px 0 0 10px;
}
#containerFooter{
	font-size: 11px;
	padding-top: 8px;
	/*height: 22px;*/
  height: 100px;
	width: 100%;
	z-index: 250;
	clear: both;
  line-height: 1.5em;
}
#containerFooterText{
	border-top: 1px solid grey;
	color: grey;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:4px;
  padding-top: 5px;
	text-align:center;
}
.containerContent{
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.esi-container-message-highlight, .esi-container-message-error{
	display:none;
	padding:5px;
	margin-top:5px;
	margin-bottom: 5px;
	box-shadow: 0 0 15px;
}

.containerWidget {
	border: 1px solid gray;
	float: left;
	margin: 10px;
	padding: 10px;
}
.containerWidget.halfWidth {
	width: 370px;
}
.containerWidget.fullWidth {
	width: 782px;
}
.containerRow {
	float: none;
	clear: both;
} 

.bold{ 
	font-weight: bold; 
}

.underline{ 
	text-decoration: underline; 
}

	  
.left{
	text-align: left !important;
}

.center{ 
	text-align: center !important;
}

.right{ 
	text-align: right !important;
}

.qty{ 
	width: 40px; 
}
.floatRight{ 
	float: right; 
}
      
.floatLeft{ 
	float: left; 
}

.esi-matnr{ 
	width: 80px; 
}



/*!==============================================================================================*/
/*!	input fields                                                                                 */
/*!==============================================================================================*/

.esi-input{
	padding: .4em;
}

.esi-form-fieldset{
	padding: 0;
	border: 0;
	margin-top: 25px;
}

.esi-form-textfield{
	margin-bottom: 12px;
	width:	95%;
}

input[type="text"][disabled], input[type="text"][readonly],
select[disabled], input[type="date"][readonly]{
	background:#ddd !important;
  color: #666 !important;
}


::-webkit-input-placeholder { color: #999; }
::-moz-placeholder { color: #999; } /* firefox 19+ */
input:-moz-placeholder { color: #999; }

/* td.coBox_or {
	width: 14px;
	height: 11px;
	background: url(../img/cb_or.png) no-repeat;
}
*/


/* suchergebnisse box */

/* Kopfzeile */
/* Kopfzeile Tabellen */
/***************************************************************************/
/* Tabellenzeilen                                                          */
/***************************************************************************/

.even{ 
	background-color: #f8f8f8;
}
.odd{ 
	background-color: #fefefe; 
}
.top{ 
	vertical-align:top; 
}
/* Tabellenzeile Bildspalte */
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.tb_noborder {
	border: 0px;
}
/* Hilfe-Fenster */
/* Popup fuer setalert() Funktion */
.popup_ok {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	Z-index: 300;
	width: 300px;
	height: 150px;
	margin-bottom: 15px;
}
#divtext {
	position: absolute;
	top: 100px;
	left: 300px;
	visibility: hidden;
	Z-index: 300;
	width: 300px;
	height: 150px;
	margin-bottom: 15px;
	text-align: center;
}
.popup_err {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	Z-index: 300;
	width: 300px;
	height: 150px;
	margin-bottom: 15px;
}
/* Bitte warten - Popup */
#warte_popup {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 250px;
	height: 100px;
	visibility: hidden;
	z-index: 1500
}
/* Schriftgroessen */
/* Schriftfarben */
.rot {
	color: #ef1409
}
/* Divs fuer Pic's*/
/* Unsichtbares DIV, dass das Abschicken der Kopfdaten verhindert (Autosave) */
/* Das InfoPopup auf allen Seiten */
#cBox_InfoPopup {
	position: absolute;
	left: 350px;
	top: 130px;
	width: 400px;
	margin-bottom: 15px;
	z-index: 2550;
	visibility: visible;
}
html > body .cBox_InfoPopup {
	width: 400px;
}

a {
	color: grey;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}

.dialogBox img {
  display: block;
  float: left;
  padding: 0 .8em .8em 0;
}
.dialogWait .dialogBox {
  text-align: center;
}
.dialogWait .dialogBox img {
  float: none;
  margin: .6em auto;
  padding: .8em 0;
}

.dialogNotice {
  text-align: center;
  opacity: 0.88;
}
.dialogNotice .ui-dialog-content {
  font-size: 1.5em;
  font-weight: bold;
}
.dialogError {
  border-color: #cd0a0a !important;
}
.dialogError .ui-dialog-content {
  color: #cd0a0a !important;
}

.shadow {
	zoom: 1;
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
}


/* WatchDog Container */
.watchdog-on-top{ position:relative; display:inline-block; }


/* mandatory-field */
.esi-alert-empty{
	border: 1px solid red !important;
}
em.required-sign{
	color: red !important;
}

/* Persistent Header */
.floatingHeader {
  z-index: 1000;
  position: fixed;
  top: 0;
  visibility: hidden;
}
.floatingHeader th {
  padding: 2.5px 5px;
}
table.floatingHeader {
  border-collapse: collapse;
  border-spacing: 0;
}
table.floatingHeader th {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table td, table th {
  text-align: left;
}

.shortlink{
  position: fixed;
  right: 20px;
  display: none;
  z-index: 10000;
  cursor: pointer;
}
.shortlinktop{
  bottom: 60px;
  text-align: center;
}
.shortlinkbottom{
  bottom: 20px;
  text-align: center;
}

/* Pagination */      
.paginationContainer {
  display: none;
  width: 50em;
  margin: 1em auto;
  text-align: center;
}
.pagination {
  font-size: 1em;
}
.pagecount {
  margin: 0 1em;
  vertical-align: middle;
}

/* Table headers */
.esi-head-checkbox{ width: 15px; }
.esi-head-pos{ width: 50px; }
.esi-head-produkt{ width: 100px; }
.esi-head-menge{ width: 50px; }
.esi-head-einh{ width: 20px; }
.esi-head-produktbezeichnung{ width: auto; }
.esi-head-verfuegbarkeit{ width: 30px; }
.esi-head-einzel_brutto{ width: 80px; }
.esi-head-gesamt_brutto{ width: 80px; }
.esi-head-bild{ width: 50px; }
.esi-head-buttons{ width: 100px; }
.esi-head-preise{ width: 200px; }
.esi-head-kommi_txt{ width: 100px; }

/*.summary{ background-color: #EFEFEF;}*/
.summary{ background: #EFEFEF;}
.selectedToolbar button{
  width: 28px !important;
  height: 28px !important;
}
.selectedToolbar img, .selectedToolbar button{ margin: 0 2px !important; }

.esi-state-highlight-opacity{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;  
}

.ui-state-default .ui-icon.icon-esi-checkbox {
  background-image: url("../img/icons/checkbox-unchecked.png");
  margin-top: -7px;
}
.ui-state-active .ui-icon.icon-esi-checkbox {
  background-image: url("../img/icons/checkbox-checked-active.png");
  margin-top: -8px;
}
.ui-priority-secondary.ui-state-default .ui-icon.icon-esi-checkbox {
  margin-top: -6px;
}
.ui-icon-table {
  background-image: url("../img/icons/table_small_default.png") !important;
}
.ui-state-active .ui-icon-table {
  background-image: url("../img/icons/table_small_active.png") !important;
}
.ui-icon-tiles {
  background-image: url("../img/icons/tiles_small_default.png") !important;
}
.ui-state-active .ui-icon-tiles {
  background-image: url("../img/icons/tiles_small_active.png") !important;
}

/***************************************************************************/
/* VALIDATE                                                                */
/***************************************************************************/




.ui-datepicker-trigger{ height: 23px; cursor:pointer; margin-top: -7px; margin-bottom: -7px; margin-left: 2px; }


/***************************************************************************/
/* Details                                                                 */
/***************************************************************************/

.tableProductdetailHead{ width: 100% }
.tableProductdetailHead td{ vertical-align:top; }
.tableProductdetailHead table td{ white-space: nowrap; }
.productdetailHead{ clear: both; padding-top: 5px; padding-left: 5px; padding-right: 5px; }
.productdetailHead table, .productdetailPos table, .productdetailHead table td{
  border: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.tableProductdetailPos { width: 100% }
.productdetailPos table, .productdetail table td, .productdetail table th{
 border: 0px;
 white-space: nowrap;
 text-align: left;
 padding-left: 3px;
 padding-right: 3px;
}

.selectedToolbar button{ width:27px !important; height: 27px !important; }

.picture, .picture_no_drag{
  max-width:50px;
  max-height:50px;
  border: 0px;
}

ul.ui-autocomplete {
  width: auto !important;
  min-width: 350px;
  z-index: 10000 !important;
}
ul.ui-autocomplete a em {
  font-style: normal;
  font-weight: normal;
  color: #3495B8;
}
ul.ui-autocomplete .noOfHitsIndicator, ul.ui-autocomplete .header {
  padding: 2px 0.4em;
  font-weight: bold;
}
ul.ui-autocomplete .partno {
  display: block;
  float: left;
  width: 9em;
}
ul.ui-autocomplete .ui-menu-item a {
  color: inherit;
}

.breadcrumbContainer {
  margin: 1em 0;
}
a.breadcrumb {
  margin: 0 0.4em;
}
.ui-widget-overlay {
  position: fixed !important;
}
#languSelectorBtnContainer {
  margin: 0.6em 0;
}

.productImage{
  max-width:55px;
  max-height:55px;
  border: 0px;
}

.avail{
  border: 1px solid;
  padding: 0;
  border-spacing: 0px;
  border-collapse: collapse;
}
.avail h3{
  margin: 0;
  padding: 0;
}
.avail td{
  padding: 0.5em;
}
.avail-red{ border-color: #fe5454; }
.avail-green{ border-color: #b4e2a7; }
.avail-yellow{ border-color: #FBEC88; }
.avail-bg-red{ background-color: #fe5454; }
.avail-bg-green{ background-color: #b4e2a7; }
.avail-bg-yellow{ background-color: #FBEC88; }
.tabs-min  .ui-tabs-nav {
    background: transparent;
    border: none;
}
.tabs-min .ui-tabs-nav.ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.tabs-min .ui-tabs-nav .ui-state-default {
  background: transparent;
  border: none;
}
.tabs-min .ui-tabs-nav .ui-state-active {
  background: transparent url(../img/uiTabsArrow.png) no-repeat bottom center;
  border: none;
}
.tabs-min .ui-tabs-nav .ui-state-default a {
  color: #555;
}
.tabs-min .ui-tabs-nav .ui-state-active a {
  color: #922917;
}


/* STYLES AUS SEITENFRAGMENTEN */

.goleft {
  border: 0px;
  white-space: nowrap;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
}
.gocenter {
  border: 0px;
  white-space: nowrap;
  text-align: right;
  padding-left: 3px;
  padding-right: 8px;
}
#languSelectorBtnContainer { text-align:center; }
#languSelectorBtnContainer .ui-menu{ position: absolute; width: 200px; z-index: 9999 }
#languSelectorBtnContainer .ui-menu-item{ text-align: right; cursor:pointer; }
.miniLoginToggler .ui-icon{ float:right; }
#miniLoginInfoCnt { padding: 5px; margin-top: 5px; }
ul.listLinks{
  list-style-type: none;
  width: 150px;
}
ul.listLinks li{ padding: 5px 0; }
ul.listLinks li a:link, ul.listLinks li a:visited{
  background: url(../img/icons/navigation.png) no-repeat scroll 0 2px transparent;
  text-decoration: none;
  padding: 2px 4px 2px 20px;
}
ul.listLinks li a:hover{ text-decoration: underline; }

.mbListTitle{ text-overflow: ellipsis; overflow:hidden; width: 237px; height: 15px; white-space: nowrap; }
.mbRed{ color: red; }
.mbRoundArea{ height: 400px; float: left; border: 1px solid gray; border-radius: 5px; padding: 5px; }
.mbRound{ border: 1px solid gray; border-radius: 5px; padding: 5px; }
.mbLeft{ width: 250px; overflow: hidden; background-color: gray }
.mbRight{ width: 500px; margin-left: 5px; overflow-x: hidden; overflow-y: auto }
#mbListe{ height:370px;margin-top:5px;overflow-x:hidden;overflow-y:auto; background-color: white;}
#mbSelectBasketList{ height:200px;margin-top:5px;margin-bottom:10px;overflow-x:hidden;overflow-y:auto; background-color: white;}
.mbDetailHeader{ height:70px;width:484px;border: 1px solid gray;border-radius:5px;padding:5px;overflow:hidden; margin:2px; }
.mbDetailPos{ height:300px;margin-top:5px;overflow-x:hidden;overflow-y:auto; background-color: white;}
.mbListPos{ height:70px;border: 1px solid gray;border-radius:5px;padding:5px;overflow:hidden; margin:2px; cursor: pointer;}
#mbListe .active { border: 2px solid #922917 }
#mbListe .inactive { border: 1px solid gray }
.orange{ color: #922917 }
.mbListClickArea{ margin-bottom: 7px;  }
.invalid{
  background:url(..img/invalid_line.gif) repeat-x 50% bottom;
  background-color:white;
  color:red;
}
.black{color:black !important;}
#mbBadge{ width:14px;height:14px;background:url(../img/badge_blue_14.png) no-repeat;color:white;text-align:center;position:relative;left:-20px;top:-27px;margin-left:60px;float:right;font-size:9px;}
#mbLegend{ position:absolute;left:120px;top:85px;width:600px;text-align:right;font-size:12px;color: #922917; font-weight: bold; }
#mbAddToMenu{ cursor: pointer; font-size: 16px  }
#mbAddToMenu li{ margin: 3px; padding: 5px; background-color: #DFEFFC; white-space:nowrap; }
#mbPosMoreMenu{ cursor: pointer; font-size: 16px  }
#mbPosMoreMenu li{ margin: 3px; padding: 5px; background-color: #DFEFFC; white-space:nowrap; }
.rightAlign{ text-align: right; }
.leftAlign{ text-align: left; }
.mbDetailHeader table td { white-space:nowrap; padding: 0px; }
.mbDrobbable{ border: dashed 1px grey; }
.silver{ color:silver }
.mbPicture{ max-width:25px; max-height:25px; border: 0px; }
.mbPictureNoDraggable{ max-width:25px; max-height:25px; border: 0px; }
#navTopBarContainer{ position: absolute; top: 0; left: 220px; text-align: right; width: 500px; color:#FFFFFF; }
#navTopBarContainer .navTopMenuItem{ font-size: 12px; }
#navTopBarContainer .navTopMenuLink{ cursor:pointer; text-decoration: underline; }
#navTopBarContainer .navSeppo{ margin-left: 5px; margin-right: 5px; font-weight: bold; }
.oltpIsAvailable{ display: none; }
.color-error { color: #FF0000 !important; white-space: normal !important; }

.loading { background: transparent url("../img/ajax-loader_small.gif") no-repeat center center scroll; }
.loading_left { background: transparent url("../img/ajax-loader_small.gif") no-repeat left center scroll; }
.loading_right { background: transparent url("../img/ajax-loader_small.gif") no-repeat right center scroll; }

.nowrap { white-space: nowrap !important; }
.prices th, .prices td { padding-left: 3px !important; padding-right: 3px !important; padding-top: 0px !important; padding-bottom: 0px !important;}
.posLevelTText{ width:300px;word-wrap:break-word;overflow:hidden; }
.posText{ width: 500px; word-wrap: break-word; overflow: hidden; }

.error {
  border-color: red !important;
}
