﻿.grid {
	background-color: #006ea4;
	min-width: 505px;
	min-height: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 8px;
	border: 5px solid #006ea4;
	color: black;
}

.select2-drop-active {
	border: 1px solid #006ea4;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
	border: 1px solid #006ea4;
}

.select2-results .select2-highlighted {
	background: #006ea4;
}
.select2-container .select2-choice .select2-arrow b {
	background-position: 0px -2px;
}
.grid_header,  .grid_header .grid_row{
	background-color: #006ea4;
	color: white;
}

.eigenproduktion {
	width: 50px;
	height: 50px;
	background-image: url("Content/Eigenproduktion.png");
}

.grid_header .grid_row .grid_cell{
	border-right: 1px dotted white;
	text-align: center;
}

.grid_cell_content a {
	color: white;
	text-decoration:none;
}

.grid_body {
	background-color: white;
}

.grid_footer {
	background-color: #006ea4;
	height: 30px;
	color: white;
}

.grid_row {
	background-color: #E7EEFE;
	height: 40px;
}

.grid_block {
	height: 40px;
}

.grid_header_row {
	height: 20px;
}

.grid_row_odd {
	background-color: #F2F7FF;
}

/*.grid_cell {
	width: 150px;
}*/

.grid_cell_block {
	height: 22px;
}

.grid_cell_selected {
	background-color: #BACEFC;
}

.tipsy { 
	font-size: 12px;
}

.grid_group {
	color: grey;
	font-size: 9pt;
	border-bottom: 1pt solid grey;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 2px 0px;
	cursor: pointer;
}


.grid_row_sum {
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
	height: 18px;
}

.grid_paging_first, .grid_paging_prev, .grid_paging_next, .grid_paging_last, .icon-refresh {
	cursor: pointer;
}

#ui-datepicker-div {
	font-size: 11px;
}

select, input[type="text"] {
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #006ea4;
	margin: 0px;
}

.select2-search input {
	margin-top: 4px;
}

select:focus, input:focus{
	outline: 0;
}

.html, body {
	font-family: Arial,sans-serif;
	margin: 0px;
	background-color: aliceblue;
}

.grid {
	height: 600px;
	width: 100%;
	border: 0px;
	border-radius: 0px;
	clear: left;
	/*background-image: url("Content/edvringShop/Hintergrund.png");*/
	background-color: #006ea4;
	background-repeat: repeat-y;
	background-position: center;
}


.grid_cell {
	padding-left: 7px;
	padding-right: 7px;

}
.grid_header_row {
	min-height: 20px;
	max-height: 20px;
}

tr {
	line-height: 13px;
}

.grid_col_bestellpreis,.grid_col_stkBestand,.grid_col_ccBestand,.grid_col_alter,.grid_col_lgProzent,.grid_col_ean,.grid_col_ekstk,.grid_col_ekwert {
	text-align: right;
}

.grid_col_anzahlVkCc,.grid_col_anzahlVkLg,.grid_col_anzahlVkEh,.grid_col_anzahlVkStk,.grid_col_istPreis,.grid_col_anzahlCc,.grid_col_anzahlLagen,.grid_col_anzahlKisten {
	text-align: center;
}

.grid_button {
	background-color: white;
	padding-top: 4px;
	padding-bottom: 4px;
}

.grid_button:hover {
	color: #060;
}

.grid_button_delete {
	background-color: red;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.header {
	width: 100%;
	height: 1px;
	background-image: none; /*url("Content/MiniMustershop/kopf.png");*/
	background-repeat: no-repeat;
	background-position: center top;
}

.link {
	display: block;
	width: 125px;
	height: 108px;
	float: left;
	text-decoration: none !important;
	background-repeat: no-repeat;
	background-position: 27px 20px;
}

.link_shop {
	background-image: url("Content/edvringShop/Shop.png");
}

.link_warenkorb {
	background-image: url("Content/edvringShop/Warenkorb.png");
}

.link_bestellungen {
	background-image: url("Content/edvringShop/Bestellungen.png");
}

.link_title {
	color: #361F7C;
	position: relative;
	top: 77px;
	left: 10px;
	font-size: 14pt;
}

.link_shop > .link_title {
	left: 11px;
}

.link_title_warenkorb {
	font-size: 14pt;
}

.link_title_bestellungen {
	font-size: 12pt;
	top: 80px;
}

#WarenkorbCount {
	position: relative;
	top: 33px;
	left: 26px;
	font-size: 10px;
	font-weight: bold;
	background-color: orange;
	border-radius: 5px;
	padding: 2px 7px 2px 5px;
}

#logo {
	position: absolute;
	top: 10px;
	right: 20px;
	background-image: url("Content/MiniMustershop/kopf.png") !important;
	/*background-position: 0px 10px;*/
	background-repeat: no-repeat;
	background-size: contain;
	width: 212px;
	height: 100px;
	cursor: pointer;
	border: none;
	z-index: 2;
}

#logOut {
	color: #361F7C;
	font-size: 10pt;
	float: left;
	position: absolute;
	right: 70px;
	top: 10px;
	text-decoration: none;
}

#logOut > .icon {
	background-position: -384px 0;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	background-image: url("/bootstrap/img/glyphicons-halflings.png");
}

#logOut .label {
	position: absolute;
	top: 0;
	left: 15px;
}

#username {
	color: #361F7C;
	font-size: 10pt;
	float: left;
	position: absolute;
	right: 120px;
	top: 10px;
	text-decoration: none !important;
	width: 120px;
	overflow: hidden;
}

#username > .icon {
	background-position: -168px 0;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	background-image: url("/bootstrap/img/glyphicons-halflings.png");
}

#username .label {
	position: absolute;
	top: 0;
	left: 15px;
}

.drucken {
	cursor: pointer;
	float: left;
	padding: 5px;
}

.drucken > .icon {
	background-position: -96px -48px;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	background-image: url("/bootstrap/img/glyphicons-halflings.png");
}

.toolbar {
	width: 100%;
	background-color: #006ea4;
	float: left;
}

.grid_footer {
	background-color: #006ea4;
}

.filterbar {
	width: 100%;
	background-color: #006ea4;
	float: left;
}

.filter {
	margin: 2px;
	padding: 3px;
	float: left;
	cursor: pointer;
	background-color: white;
	border-radius: 5px;
}

.filter > .icon {
	margin-top: 3px;
	float: left;
	background-position: -312px 0;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	background-image: url("/bootstrap/img/glyphicons-halflings.png");
}

.filter .label {
	color: white;
}

#suchfeld {
	float: left;
}

#suchfeld > input {
	float: left;
	border: 2px solid #361F7C;
	border-radius: 11px;
	margin: 2px;
	padding: 3px 22px 3px 8px;
	width: 218px;
}

#suchfeld > .icon {
	position: relative;
	top: 8px;
	left: -22px;
	float: left;
	background-position: -48px 0;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	background-image: url("/bootstrap/img/glyphicons-halflings.png");
	cursor: pointer;
}

#anlChart {
	position: absolute;
	top: -4px;
	left: 375px;
	display: none;
}

#anlBeladung {
	position: absolute;
	top: 90px;
	left: 420px;
	font-size: 10px;
	font-weight: bold;
	background-color: orange;
	border-radius: 5px;
	padding: 2px 7px 2px 5px;
	display: none;
}

#WarenkorbToShop, #WarenkorbDelete, #WarenkorbOrder {
	float: left;
	color: white;
	background-color: orange;
	margin: 3px;
	padding: 3px 9px 3px 9px;
	border-radius: 4px;
	cursor: pointer;
}

#WarenkorbToShop:hover, #WarenkorbDelete:hover, #WarenkorbOrder:hover {
	color: #060;
}
#WarenkorbDelete {
	background-color: red;
}

#WarenkorbOrder {
	background-color: #6FC155;
}

.WarenkorbInfobox {
	clear: left;
	display: block;
	color: white;
	background-color: green;
	margin: 10px 3px 3px 3px;
	padding: 13px 19px 13px 19px;
	font-weight: bold;
	font-size: 16px;
}

.bestellstatus {
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-image: url("bestellstatus.png");
}

.bestellstatus_abgesagt {
	background-image: url("bestellstatus_abgesagt.png");
}

.bestellstatus_bestaetigt {
	background-image: url("bestellstatus_zugesagt.png");
}

.grid_group {
	font-weight: bold;
	border-bottom: 2pt solid grey;
	margin-top: 12px;
	padding-left: 24px;
	padding-bottom: 5px;
	background-position: 6px 0px;
}

.Anmeldung {
	border: 2px solid #361F7C !important;
	border-radius: 11px !important;
	margin: 2px !important;
	padding: 3px 22px 3px 8px !important;
	width: 218px !important;
}

.AnmeldungButton {
	cursor: pointer !important;
	width: 253px !important;
	margin: 50px 6px 2px 2px !important;
	padding: 3px !important;
}

.dropdownmenu {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.dropdownmenu li a {
	background-color: #006ea4;
}

.dropdownmenu li a:hover {
	background-color: #D0DFFE;
	color: #361F7C;
}

.dropdownmenu li ul li a:hover {
	background-color: #D0DFFE;
	color: #361F7C;
}

.grid_editable > .grid_cell_content {
	/*background-color: #C4E0C6;*/
	border: 1px solid #361F7C;
	min-height: 20px;
	cursor: pointer;
}

.context-menu-item {
	padding: 0px 2px 0px 21px;
}

.context-menu-list {
	font-size: 10px;
}

.context-menu-input > label > span {
	line-height: 18px;
}

table.lieferanten {
	margin-left: auto;
	margin-right: auto;
}

td.lieferanten {
	width: 250px;
}

.lieferanten_select,.lieferanten_abrechnung,.lieferanten_auslieferungstage,.lieferanten_lieferort {
	width: 150px;
	border: 1px solid black;
	padding-left: 0px;
}


.lieferanten_information {
	width: 250px;
	border: 1px solid black;
	padding-left: 10px;
}

.expander {

}

.lieferanten {
	border: 1px solid black;
	padding-left: 10px;
}

.lieferanten > td {
	border: 1px solid black;
	padding-left: 10px;
}
table.lieferanten tr:nth-child(even) {
	background-color: #E7EEFE;
}

table.lieferanten tr:nth-child(odd) {
	background-color: #F2F7FF;
}

.nowrap {
white-space: nowrap;
}

.lieferanten_header > th{
	background-color: #D0DFFE;
	color: #361F7C;
}

.login_Anlieferer {
	background-image: url("Content/edvringShop/Anlieferer.jpg") !important;
	display: block;
	height: 300px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.login_logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -71px !important;
	display: block;
}

.Willkommen {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 240px;
}

.zumOrdertool {
	background-image: url("Content/edvringShop/Ordertool.jpg") !important;
	display: block;
	height: 93px;
	width: 409px;
	margin-left: auto;
	margin-right: auto;
}

.tipsy-inner {
	background-color: #006ea4;
}

ul#navigation li a {
	padding: 8px 3px;
	border: none;
	background: none;
}
ul#navigation {
	border: none;
}

ul.dropdownmenu ul, ul#navigation ul li ul, ul.dropdownmenu li a:hover
{
	background: #0096e0;
}

ul.dropdownmenu li:hover > a, .dropdownmenu li ul li a:hover {
background: #00abff;
}

.AngebotVorhanden {
	max-width: 910px;
	margin: 0 auto;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 20px;
	padding: 30px;
	background-color:  aliceblue;
}

.Partnertext {
	font-size: 8pt;
	float: left;
	height: 70px;
}

.Angebotsdatum {
	text-align: right;
	font-weight: bold;
}



td, tr.ersteGruppe > td, tr.Total > th, tr.Durchschnitt > th, tr.Header, th {
	background-color: white;
	border: 1px solid lightgrey;
	text-align: left;
}


td {
	text-align: center;
	font-size: 10pt;
}

tr.ersteGruppe > td {
	font-weight: bold;
	width: 60px;
	text-align: center;
}

tr.ersteGruppe > th {
	background-color: white;
	border: 2px solid black;
	text-align: left;
	font-size: 13pt;
}

tr.ersteGruppe {
	vertical-align: bottom
}

tr.Gruppe > th{
	background-color: aliceblue;
	text-align: left;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

/*tr.Total, tr.Durchschnitt {
	font-size: 8pt;
}*/

tr.Total > td {
	text-align: center;
}

tr.Header > th {
	background-color: #D0DFFE;
}

tr.Header > th.VPGruppe1 {
	background-color: #fe0000;
	text-align: center;
	border: 2px solid black;
	height: 40px; 
	vertical-align: bottom;
}

tr.Header > th.VPGruppe2 {
	background-color: #f8bf91;
	text-align: center;
	border: 2px solid black;
	height: 40px; 
	vertical-align: bottom;
}

tr.Header > th.VPGruppe3 {
	background-color: #01aeef;
	text-align: center;
	border: 2px solid black;
	height: 40px; 
	vertical-align: bottom;
}

tr.Header > th.VPGruppe4 {
	background-color: #66CCFF;
	text-align: center;
	border: 2px solid black;
	height: 40px; 
	vertical-align: bottom;
}

input.Menge, input.Bestellhinweis {
	border: none;
	font-size: large;
}

input.Menge {
	text-align: center;
}

tr.Header > th.ersteSpalte, th.bezeichnung {
	width: 145px;
	white-space: nowrap;
	overflow: hidden;
}

table.info > tbody > tr > td {
	border: none;
	background-color: transparent;
	text-align: left;
	line-height: 20px;
}

.arrowRight {
	background-image: url("Content/ArrowRight.png") !important;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

input:focus { 
	background-color: yellow;
}


.artikelbild {
	position: relative;
	display: none;
	background-color: white;
	border: 1px solid black;
	overflow: hidden;
	z-index: 1;

	margin: -1px;
	margin-left: -31px;
	position: fixed;
	top: 2px;

	width: 160px;
	height: 160px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.cBild > .artikelbild {
	margin-left: -395px;
}

th.bezeichnung {
	/*background-image: url("Content/roteEcke.png") !important;
	background-repeat: no-repeat;
	background-position: 202px 0px;*/
}

th.bezeichnung:hover{
	background-color: yellow;
}

th.bezeichnung:hover > div.artikelbild, 
th.cBezeichnung:hover > div.artikelbild, 
th.cBezeichnungZusatz:hover > div.artikelbild,
td.cBild:hover > div.artikelbild, 
th.VPGruppe1:hover > div.artikelbild, 
th.VPGruppe2:hover > div.artikelbild, 
th.VPGruppe3:hover > div.artikelbild, 
th.VPGruppe4:hover > div.artikelbild, 
th.bild:hover > div.artikelbild{
	display: block;
}

.btnBestellen {
	float: right; 
}

a.bestellt, .btnBestellen {
	/*border: 1px solid green;
	background: green url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: white;*/
	padding: .4em 1em;
}

a.bestellt:hover, .btnBestellen:hover {
	/*background-color: yellow;
	color: black;*/
	cursor: pointer;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #ddd;
	background: green;
	font-weight: bold;
	color: white;
}

.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 green;
	background: white url("images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
	color: green;
}

@media print
{    
	.no-print, .no-print *
	{
		display: none !important;
	}
}

.fixedHeader {
	display: none; 
	position: fixed;
	top: 19px;
	background-color: white;
	width: 60px;
	height: 34px;
	border: solid 1px black;
	margin-left: -3px;
}

.fixedHeader.VPGruppe1 {
	top: 0px;
	background-color: #fe0000;
	height: 19px;
	width: 180px;
}

.fixedHeader.VPGruppe2 {
	top: 0px;
	background-color: #f8bf91;
	height: 19px;
	width: 180px;
}

.fixedHeader.VPGruppe3 {
	top: 0px;
	background-color: #01aeef;
	height: 19px;
	width: 180px;
}

.fixedHeader.VPGruppe4 {
	top: 0px;
	background-color: #66CCFF;
	height: 19px;
	width: 178px;
}


#nav {
	top: 10px;
	height: 18px;
	right: 280px;
}

ul#navigation {
	margin: 2px;
}

html  {
	height: 100%; 
	padding:0; 
	margin:0;
	background-color: #D0DFFE;
}

body {
	font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	position: relative;
	min-height: 100%; 
	padding:0; 
	margin: auto;
	max-width: 910px;
	border-radius: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: aliceblue;
}

.AngebotVorhanden {
	position:fixed; 
	top:0; 
	bottom:0; 
	left:0; 
	right:0;
	width: 1000px;
}

.datenkopf {
	position: fixed;
	height: 197px;
	top: 0px;
	overflow: hidden;
}

.datentabelle {
	position: fixed;
	top: 198px;
	bottom: 80px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.datenfuss {
	position: fixed;
	height: 60px;
	bottom: 0px;
}

.betriebsname {
	font-size: x-large;
}

.titel {
	position: relative;
	display: block;
	height: 80px;
	z-index: 0;
	font-size: xx-large;
	font-weight: bolder;
	padding-top: 40px;
	padding-left: 0px;
	text-align: left;
}
	
.Impressum {
	position: absolute;
	right: 19px;
	bottom: 35px;
	font-size: 10pt;
	background-color: transparent;
	color: #616161;
	z-index: 2;
}

.Drucken {
	position: absolute;
	right: 19px;
	bottom: 15px;
	font-size: 10pt;
	background-color: transparent;
	color: #616161;
	z-index: 2;
}

#navUser, #navUser:hover  {
	background-image: url('Content/MiniMustershop/User.png') !important;
	background-repeat: no-repeat !important;
	padding-left: 36px !important;
	background-position: 1px 0 !important;
}

.zuWenigBestand {
	background-color: red;
	padding: 10px;
}

ul#navigation ul, ul#navigation ul li ul {
	width: 130px;
}

ul#navigation ul li a {
	width: 100px;
}
ul#navigation ul {
	top: 30px;
}

.cBezeichnung, .cVPE, .cTopf, .cZusatz, .cHöhe, .cVerpackung, .cUmverpackung, .cBestellhinweis, .cPreis, .cEAN, .cMenge, .cBild , .cLieferdatum {
	width: 54px;
	overflow: hidden;
	white-space: nowrap;
	padding: 1px;
}

.cZusatz {
	width: 158px;
	text-align: left;
}

.cBezeichnungZusatz {
	width: 357px;
}

.cBezeichnungZusatzZusatz {
	font-size: 10pt;
	font-weight: normal;
}

.cBezeichnung {
	width: 195px;
}

.cBild {
	width: 22px;
}

.cEAN {
	width: 100px;
}

.cBestellhinweis {
	width: 120px;
}

.cLieferdatum {
	width: 100px;
}

.datepicker {
	width: 144px;
}

td.cMenge, td.cMenge > input, td.cBestellhinweis, td.cBestellhinweis > input, td.cLieferdatum, td.cLieferdatum > input {
	background-color: lightblue;
}

tr.Total > th {
	background-color: lightgray;
	border: 2px solid lightgray;
}
tr.Gruppe > th {
	padding-top: 12px;
}

.cMenge.Menge {
	text-align: center;
}

td.cMenge > input,
td.cBestellhinweis > input {
	width: 100%;
}

ul#navigation ul {
	left: auto;
	right: 1px;
}
ul#navigation li {
	border-color: aliceblue;
}


