﻿/*!==============================================================================================*/
/*!	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-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;*/
  font-family: Arial,"Helvetica Neue",Helvetica,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;
  background: #000000; /* @M@ #sts20170208 FIS/OSS248566 - Redesign */
}

#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 #002d59;
	color: #002d59;
	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;
}

#containerMessageInfo, .esi-container-message-highlight, .esi-container-message-error{
	display:none;
	padding:5px;
	margin-top:5px;
	margin-bottom: 5px;
	/*box-shadow: 0 0 15px #000; /* @M@ #sts20170208 FIS/OSS248566 - Redesign */
	color: #3c3c3b; /* @M@ #sts20170208 FIS/OSS248566 - Redesign */
}

.esi-container-message-ok{
	display:none;
	padding:5px;
	margin-top:5px;
	margin-bottom: 5px;	
	color:#AAFFAA; /* @M@ #sts20170208 FIS/OSS248566 - Redesign */
	background-color:#00AA00;
	font-size:1.1em;
	
}

.containerWidget {
	border: 1px solid #A6C9E2;
	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], input[type="password"][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;
}

/* 15.05.2014 @M@ #cf FISOSS 178773 - RW V11 - Bug ID 179 { */
a, body .ui-widget-content a {
  color: #002d59; /* @M@ #sts20170208 FIS/OSS248566 - Redesign */
	text-decoration: underline;
}
a:hover, body .ui-widget-content a:hover {
	text-decoration: none;
	color: #000;
}
body .ui-widget-header a {
  color: #3c3c3b; /* @M@ #sts20170208 FIS/OSS248566 - Redesign */
}
/* 15.05.2014 @M@ #cf FISOSS 178773 - RW V11 - Bug ID 179 } */

.dialogBox img {
  display: block;
  float: left;
  /*padding: 0 .8em .8em 0; #TM20150120 */
  padding: .8em .8em .8em 0;
}
.dialogWait .dialogBox {
  text-align: center;
  width: 500px;
}
.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; }

/*@M@ JS20141014 - Notizen in Favoriten - FISOSS189835 { */
.esi-head-notes{ width: 300px; }
/*@M@ JS20141014 - Notizen in Favoriten - FISOSS189835 } */


/* 24.04.2014 @M@ #cf FISOSS 178773 - RW V11 - Bug ID 44 { */
.esi-head-einzel_netto, .esi-head-nettopreis { width: 80px; }
/* 24.04.2014 @M@ #cf FISOSS 178773 - RW V11 - Bug ID 44 } */

.esi-head-bild{ width: 50px; }
.esi-head-buttons{ width: 100px; }
.esi-head-preise{ width: 80px; }
.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=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.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;
}

.ui-icon-transfer-e-w {
  background-image: url("../img/icons/wagen_neu.jpg") !important;
  background-position: center center !important;
  background-size: 20px !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;
}

/* 02.03.2015 @M@ #cf FISOSS 203271 - Bei Klick auf Anzahl Treffer in Suche springen { */
ul.ui-autocomplete .displayAllTriggerContainer, ul.ui-autocomplete .displayAllTrigger {
  font-weight: normal;
}
ul.ui-autocomplete .displayAllTrigger {
  color: #2c60a2;
  text-decoration: underline;
  cursor: pointer;
}
/* 02.03.2015 @M@ #cf FISOSS 203271 - Bei Klick auf Anzahl Treffer in Suche springen } */

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;
}
/*@M@ RW V11: Kein Rot, nur Gelb
.avail-red{ border-color: #fe5454; } */
.avail-red{ border-color: #FBEC88; }
.avail-green{ border-color: #b4e2a7; }
.avail-yellow{ border-color: #FBEC88; }
.avail-green_rdc{ border-color: #FBEC88; }

/*@M@ RW V11: Kein Rot, nur Gelb
.avail-bg-red{ background-color: #fe5454; } */
.avail-bg-red{ background-color: #FBEC88; }

.avail-bg-green{ background-color: #b4e2a7; }
.avail-bg-yellow{ background-color: #FBEC88; }
.avail-bg-green_rdc{ 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: #2E6E9E;
}
.tabs-min .ui-tabs-nav .ui-state-active a {
  color: #000000;
}


/* 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; /* @M@ #sts20170222 FIS/OSS248566 - Redesign */
  text-decoration: none;
  /*padding: 2px 4px 2px 20px; /* @M@ #sts20170222 FIS/OSS248566 - Redesign */
}
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 #A6C9E2; border-radius: 5px; padding: 5px; }
.mbRound{ border: 1px solid #A6C9E2; border-radius: 5px; padding: 5px; }
.mbLeft{ width: 250px; overflow: hidden; background-color: #A6C9E2 }
.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 #A6C9E2;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 #A6C9E2;border-radius:5px;padding:5px;overflow:hidden; margin:2px; cursor: pointer;}
#mbListe .active { border: 2px solid #2c60a2 }
#mbListe .inactive { border: 1px solid #A6C9E2 }
.orange{ color: #2c60a2 }
.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;right:150px;top:85px;width:470px;text-align:right;font-size:12px;color: #526e9e; 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{ cursor:pointer; text-decoration: underline; 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{
  color:red !important;
  font-weight: bold !important;
}
/*@M@ RW V11 */
.KontoAuskunftSumme{ font-size:16px; }

.clearfix {
  display: block;
  clear: both;
}
.stockLevelIndicator{
	width:30px;
}
.iconContainer {
  float: right;
}
.tiles .iconContainer, #tableProductdetailsInformation .iconContainer {
  float: none;
}
.iconContainer img {
  margin: 0 2px;
}

.multiselectToolbar {
  margin-left: 1.7em;
}
.multiselectToolbar.upper {
  position: absolute;
  margin-top: -3.5em;
}
.multiselectToolbar.lower {
  margin-bottom: 2em;
}
.multiselectToolbar .selectAllToggle {
  margin: 0 2px 0 0;
  vertical-align: middle;
}
.multiselectToolbar button {
  margin: 2px;
}
li.searchResult .productImageContainer {
  display: inline-block;
}
li.searchResult .addToCheckbox {
  vertical-align: bottom;
  margin: 0 1em 1em 0;
}

.commentGaeb{
  margin: 10px 0;
}

.substText{
  color: #2C60A2;
  font-weight: bold;
}

.infoIcons{
  text-decoration: none !important;
}

/*  @M@ #sts20170215 FIS/OSS 248566 - Redesign Layout
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
	opacity: 0.7!important;
}*/

.productdetailPos .btnClose {
 height: 27px;
 margin-right: 5px;
}

.stepsFirstLogin{
  text-align:center;
  font-size:30px;
  font-weight:bold;
}

.eweLabelLogin{
  width:230px;
  height:30px;
}
