*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

.wrapper-login
{
	display: block;
	background-color: #353942;
	height: 100%;
	width: 100%;
}

.login_box
{
	width: 500px;
	height: 250px;
	background-color: #FFF;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	margin-top: -125px;
	display: block;
}

.login_box_header
{
	height: 100px;
	background-color: #f6f5f8;
	display: block;
	line-height: 100px;
	text-align: center;
}

.login_box_body
{
	display: block;
	height: 250px;
	background-color: #CFD4D9;
}

.login_box_body > h2
{
	color: #8997A6;
	padding-top: 30px;
	padding-left: 50px;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 20px;
}

.login_form
{
	display: block;
	padding-left: 50px;
	margin-top: 20px;
}

.login_button
{
	display: block;
	padding-left: 50px;
}

.login_button > button
{
	height: 40px;
	width: 400px;
	background-color: #01AEED;
	color: #f6f5f8;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	border: 0px solid transparent;
}

.login_button > button:hover
{
	cursor: pointer;
	background-color: #00A7E4;
}

.login_button > button:active
{
	cursor: pointer;
	box-shadow: 0px 0px 6px 3px rgb(2, 135, 183) inset, 0px 1px 0px 0px rgb(207, 212, 217);
}

.login_form > input
{
	display: block;
	height: 30px;
	width: 390px;
	background-color: #f6f5f8;
	margin-bottom: 20px;
	padding-left: 10px;
	border: 1px solid rgb(246, 245, 248);
	color: #8997A6;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
}

::-webkit-input-placeholder {
   color: #8997A6;
   font-weight: 400;
   letter-spacing: 1px;
   font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #8997A6;
   font-weight: 400;
   letter-spacing: 1px;
   font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #8997A6;
   font-weight: 400;
   letter-spacing: 1px;
   font-size: 14px;
}

:-ms-input-placeholder {
   color: #8997A6;
   font-weight: 400;
   letter-spacing: 1px;
   font-size: 14px;
}

#wrapper
{
	height: 100%;
	width: 100%;
	display: block;
}

#main_head
{
	position: fixed;
	top: 0px;
	left: 190px;
	width: 100%;
	height: 65px;
	background-color: #353942;
	color: white;
	border-bottom: 10px solid #41B56B;
	/* display: block; */
	z-index: 100;
}

#main_head > #main_name
{
	position: relative;
	right: 190px;
	float: right;
	width: 120px;
	height: 65px;
	line-height: 65px;
	letter-spacing: 2px;
	color: #a7a9ad;
	text-decoration: none;
	font-size: 16px;
	background-color: #353942;
}

#main_head > #main_name:hover
{
	background-color: #494C55;
	cursor: pointer;
}

#main_head > #main_name > #dropdown
{
	display: none;
	background-color: #353942;
	height: auto;
	position: absolute;
	top: 65px;
	width: 100%;
	font-size: 16px;
}

#main_head > #main_name > #dropdown > ul
{
	padding-left: 0px;
	width: 100%;
	display: block;
}

#main_head > #main_name > #dropdown > ul > li
{
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

#main_head > #main_name > #dropdown > ul > li:hover
{
    background-color: #494C55;
}

#main_head > #main_name > #dropdown > ul > li > a
{
	display: block;
	height: 20px;
	color: #a7a9ad;
	text-decoration: none;
	padding-left: 20px;
	width: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: normal;
}

#main_head > #main_name:hover > #dropdown
{
	display: block;
}


#main_head > #main_name > #user_logo
{
	height: 60px;
	width: auto;
	display: block;
	float: left;
}

#main_head > #main_name > #user_logo > img
{
	max-height: 100%;
	padding: 2px;
}

#main_head > #main_name > #user_name
{
		float: left;
		margin-left: 10px;
}
#main_head > #main_name > #dreieck
{
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 15px solid #a7a9ad;
	position: absolute;
	right: 20px;
	line-height: 65px;
	bottom: 23px;
}

#left
{
	float: left;
	height: 100%;
	background-color: #353942;
	display: block;
	width: 190px;
	position: fixed;
	top: 0px;
}
#main_wrapper
{
	/* width: 100%; */
	height: 100%;
	display: block;
	margin-left: 190px;
}

#main_content
{
	background-color: #F1F3FA;
	height: 100%;
	display: block;
	padding: 85px 10px 10px;
	box-sizing: border-box;
}
#kicker
{
	color: #a7a9ad;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
}
#logo
{
	height: 65px;
	background-color: #000;
	color: white;
	width: 188px;
	text-align: center;
	background: url(../img/logo_small.png) left center no-repeat;
	display: block;
	background-size: 100% auto !important;
}
.clear
{
	clear: both;
	float: none;
}
#left_menu
{
	color: white;
	display: block;
}
.menu
{
	display: block;
}
.menu p
{
	padding-left: 10px;
	color: #000;
	display: block;
}
.menu ul
{
	list-style-type: none;
	padding-left: 0px;
	width: 100%;
	display: block;
}

.menu ul > li
{
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.menu ul > li > a
{
	display: block;
	height: 20px;
	color: #a7a9ad;
	text-decoration: none;
	padding-left: 20px;
	width: 100%;
	letter-spacing: 2px;
}
.menu ul > li:hover
{
	background-color: #494C55;
}

.metro-navi
{
	position: relative;
	display: block;
	height: 130px;
}
.metro-navi .metro-navi-block
{
	color: white;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: 300;
	height: 114px;
	letter-spacing: 0.02em;
	line-height: 20px;
	margin: 0px 1% 1% 0px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 19%;
	z-index: 1;
}

.metro-navi .navi-block-orange
{
	background: #f37b53;
}
.metro-navi .navi-olive
{
	background:  #959801;
}
.metro-navi .navi-block-yellow
{
	background: #FFB400;
}
.metro-navi .navi-block-blue
{
	background: #0DAED3;
}
.metro-navi .navi-block-green
{
	background: #74B749;
}
.metro-navi .navi-block-red
{
	background:#de577b;
}
.metro-navi .navi-block-purple
{
	background:  #9d4a9c;
}
.metro-navi .navi-block-grey
{
	background:  #77808a;
}
.metro-navi .metro-navi-block .info
{
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 45px;
}
.metro-navi .metro-navi-block .status, .metro-navi .metro-navi-block .tile-status
{
	background-color: transparent;
	bottom: -10px;
	font-size: 14px;
	left: 10px;
	min-height: 30px;
	position: absolute;
}
.metro-navi .metro-navi-block a
{
	color: white;
	font-size: 18px;
	font-weight: 400;
	height: 90%;
	line-height: 16px;
	overflow: hidden;
	padding: 5px 10px;
	position: absolute;
	text-overflow: ellipsis;
	vertical-align: top;
	width: 88%;
	text-decoration: none;
}
.metro-navi .metro-navi-block.double
{
	width: 28%;
}
.metro-navi .metro-navi-block.double a
{
	width: 94%;
}
.metro-navi .metro-navi-block:last-child
{
	margin-right: 0px;
}
.icon-bar-chart
{
	background: url("../img/bar-chart.png") no-repeat left top;
	height: 48px;
	width: 60px;
}
.icon-user
{
	background: url("../img/icon-user.png") no-repeat left top;
	height: 48px;
	width: 47px;
}
.icon-tags
{
	background: url("../img/icon-tag.png") no-repeat left top;
	height: 48px;
	width: 56px;
}
.icon-comments
{
	background: url("../img/icon-comment.png") no-repeat left top;
	height: 48px;
	width: 67px;
}
.icon-eye
{
	background: url("../img/icon-eye.png") no-repeat left top;
	height: 48px;
	width: 73px;
}
.icon-clock
{
	background: url("../img/icon_clock.png") no-repeat left top;
	height: 48px;
	width: 48px;
}

.icon-apple
{
	background: url("../img/apple_logo.png") no-repeat left top;
	height: 48px;
	width: 48px;
}

.icon-android
{
	background: url("../img/android_logo.png") no-repeat left top;
	height: 48px;
	width: 48px;
}

.icon-tasks
{
	background: url("../img/icon_tasks.png") no-repeat left top;
	height: 48px;
	width: 48px;
}
.icon-eur
{
	background: url("../img/icon_eur.png") no-repeat left top;
	height: 48px;
	width: 48px;
}
.metro-navi .metro-navi-block:hover
{
	opacity: 0.8;
}
.metro-navi .metro-navi-block i
{
	font-size: 50px;
	margin-top: 20px;
	display: inline-block;
}
.metro-navi .metro-navi-block a i
{
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.metro-navi .metro-navi-block a:hover i
{
	transform:rotate(83deg);
	-moz-transform:rotate(83deg);
	-webkit-transform:rotate(83deg);
	-o-transform:rotate(83deg);
	opacity: 0.2;
}
.metro-navi .metro-navi-block a .info
{
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.metro-navi .metro-navi-block a:hover .info
{
	transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	font-size: 40px;
	opacity: 0.6;
}
.metro-navi .metro-navi-block a .status
{
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.metro-navi .metro-navi-block a:hover .status
{
	font-size: 20px;
	opacity: 0.6;
}

.box
{
	display: block;
	/* width: 98%; */
	height: auto;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
}
.wrapper
{
	display: block;
	width: 100%;
}

p
{
	margin: 16px auto;
}

.box-head
{
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	padding: 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	background-color: #424F63;
	border-color: #424F63;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.box-head > .header_buttons
{
	display: block;
	float: right;
}

.box-head > .header_buttons .buttons > button
{
	margin-top: -10px;
	margin-bottom: 0px !important;
}


.box-content
{
	padding: 10px;
	min-height: 100px;
}
.custom-table
{
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;
}
.custom-table > thead > tr > th
{
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	padding: 10px;
	text-align: left;
	color: #7A7676;
	font-size: 14px;
	font-weight: bold;
}
.custom-table > tbody > tr > td
{
	border-top: 1px solid #DDD;
	vertical-align: top;
	padding: 10px;
	color: #7A7676;
	font-size: 14px;
}

.custom-table > tbody > tr:hover
{
	background-color: #F5F5F5;
}

.custom-table > tfoot > tr > th
{
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	padding: 10px;
	text-align: left;
	color: #7A7676;
	font-size: 14px;
	font-weight: bold;
}
.label
{
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	text-align: center;
	border-radius: 0.25em;
}
.label-green
{
	background-color: #5CB85C;
}
.label-red
{
	background-color: #D9534F;
}
.label-orange
{
	background-color: #F0AD4E;
	cursor: pointer;
}

.buttons > button
{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	-moz-user-select: none;
	border-radius: 4px;
	line-height: 1.42857;
	font-size: 14px;
	white-space: nowrap;
	color: #FFF;
	background-color: #428BCA;
	border-color: #357EBD;
}

.select_div > label
{
	display: inline-block;
	margin-bottom: 5px;
	float: left;
	text-align: left;
	font-weight: 300;
}

.select_div select
{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	padding: 5px 8px;
	width: 65px;
	font-size: 14px;
	color: #555;
	border: 1px solid #CCC;
	background-color: #FFF;
	background-image: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.select_div select:focus
{
	outline: 0px none;
	border: 1px solid #424F63;
}

.select-long
{
	width: 80px !important;
}

.form
{
	color: #7A7676;
	line-height: 20px;
	font-size: 14px;
	box-sizing: border-box;
}

*:after, *:before
{
	box-sizing: border-box;
}

.form .form_half
{
	width: 49%;
	border-bottom: 1px solid #9C9C9C !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.form h3
{
	margin-bottom: 20px;
	margin-left: 10px;
}

.form .form_left
{
	float: left;
	border-right: 1px solid #9C9C9C !important;
	padding-right: 15px;
}

.form .form_right
{
	float: right;
}


.form .form_gruppe,
.form .form_gruppe
{
	margin-left: -15px;
	margin-right: -15px;
	border-bottom: 1px solid #EFF2F7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.form .form_gruppe:last-child,
.form .form_gruppe:last-child
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.form .form_gruppe:after,
.form .form_gruppe:before,
.form .form_gruppe:after,
.form .form_gruppe:before
{
	content: " ";
	display: table;
}

.form .form_gruppe:after,
.form .form_gruppe:after
{
	clear: both;
}

.form .form_gruppe > .form-label,
.form .form_gruppe > .form-label
{
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 16.6667%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	text-align: right;
	box-sizing: border-box;
}

.form .form_gruppe > .form-input,
.form .form_gruppe > .form-input
{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	max-width: 100%;
	width: 83.3333%;
	box-sizing: border-box;
}

.form .form_gruppe > .buttons,
.form .form_gruppe > .buttons
{
	margin-left: 16.6667%;
}

.form .form_gruppe > .form-input > input[type="text"],
.form .form_gruppe > .form-input > textarea,
.form .form_gruppe > .form-input > select
{
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: none;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.uploadFile
{
	box-sizing: border-box;
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: none;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form .form_gruppe > .form-input > label
{
	padding-left: 10px;
}

.form .form_gruppe > .form-input > input[type="radio"]
{

}

.form .artikel_div
{
	border-top: 1px solid #9C9C9C !important;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9C9C9C !important;
	margin-bottom: 20px;
}




.form .artikel_div > .buttons
{
	margin-top: 10px;
}

.form .artikel_div .artikel_cell
{
	float: left;
	width: 10%;
}

.form .artikel_div > .artikel_bottom_row > .gesamtpreis
{
	display: block;
	margin: 7px 0px;
	text-align: left;
	padding-left: 10px;
}

.form .artikel_div .artikel_cell > .gesamtpreis
{
	display: block;
	margin: 7px 0px;
	text-align: left;
	padding-left: 10px;
}

.form .artikel_div .artikel_cell > button
{
	padding: 3px;
}

.form .artikel_div .artikel_cell > input
{
	box-sizing: border-box;
	display: block;
	width: 90%;
	max-width: 90%;
	min-width: 90%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: none;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form .artikel_div > .artikel_rows, .form > .artikel_div > .artikel_top_row
{
	margin: 10px 0px 0px;
}

.form .artikel_div > .artikel_top_row > .artikel_cell:nth-child(5)
{
	width: 5%;
}

.form .artikel_div > .artikel_rows > .artikel_row
{
	margin-top: 20px;
}

.form .artikel_div .artikel_cell > input:focus
{
	outline: 0px none;
	border: 1px solid #424F63;
    box-shadow: none;
}

.form .artikel_div .artikel_cell:first-child
{
	width: 63%;
}

.form .artikel_div .artikel_cell:nth-child(2)
{
	width: 15%;
}
.form .artikel_div .artikel_cell:nth-child(3)
{
	width: 7%;
}

.form .artikel_div .artikel_cell:nth-child(5)
{
	width: 5%;
}

.form .artikel_div .artikel_cell:nth-child(3) > input
{
	text-align: center;
}

.form .form_gruppe > .form-input > input:focus,
.form .form_gruppe > .form-input > textarea:focus,
.form .form_gruppe > .form-input > input:focus,
.form .form_gruppe > .form-input > textarea:focus
{
	outline: 0px none;
	border: 1px solid #424F63;
    box-shadow: none;
}

.form .form_gruppe > .form-input > textarea,
.form .form_gruppe > .form-input > textarea
{
	height: auto;
	min-height: 134px;
}

.euro
{
	font-size: 18px;
	font-weight: bold;
	color: #a1a1a1;
	cursor: pointer;
}

.green
{
	color: #03CC03;
}

.versendet > img, .rechnung > img, .liefertermin > img
{
	height: 20px;
	width:	20px;
	cursor: pointer;
}

th > .euro
{
	cursor: default !important;
}

th img
{
	height: 20px;
	width:	20px;
	cursor: default !important;
}

.hidden_row
{
	display: none;
}

.hidden_row td
{
	border-top: none !important;
}

tbody > tr > td > span:active ~ .hidden_row
{
	display: block;
}

.btn
{
		box-sizing: border-box;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary
{
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.fileUpload
{
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
