body {
	font-family: Verdana, sans-serif;
	background-color: #e6e6ec; /*$$$BGCOLOR01$$$*/
	margin: 0;
	padding: 20px;
	font-size: 0.75em;
}
.item-101{
	display:none;
}

textarea {
	font-family: Verdana, sans-serif;
	font-size: 1em;
}

body a {
	color: #CF5F11;
	text-decoration:none;
}

body a:hover{
	text-decoration:underline;
}

input[type='search'] {
	padding:0px;
	margin-top:1px;
	border:1px solid #aaaaaa;
}

img {
	image-orientation: from-image;
}

h1 {
	font-size:1.5em;
  color:#404040;
}

h2 {
	font-size:1.2em;
  color:#404040;
}

h3 {
  color:#404040;
}

.dataTable th:last-child {
	width: 100px;
}

.minifont {
	font-size:0.8em;
}

.subheader {
	font-size:1em;
	font-weight:normal;
	font-style:italic;
}

ul.nav.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
/* width: 300px; */
	width: auto;
	margin-left:1px;
}

ul.nav.menu li {
  float:left;
  color:#ffffff;
  border: 1px solid white;
  background-color: #ED6D12;
  margin-left:-1px;
}

ul.nav.menu li:hover {
  background-color: #F59958;
}

ul.nav.menu li.current {
  background-color: #CF5F11;
}

ul.nav.menu li a {
  float:left;
  padding: 8px 6px 8px 6px; /* top right bottom left */
  color:#ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

ul.nav.menu li a:hover {
  text-decoration:none;
}

div.comp_content:before {
	clear:both;
}

div.comp_content {
  background-color:#FFFFFF;
  padding: 10px 20px 10px 20px;
  float:left;
  min-width:1270px;
}

div.opev_footer {
  margin-top:20px;
  text-align:center;
  font-size:10px;
}

.datatable_list_fieldgroup {
	padding:4px;
	border:1px solid #cccccc;
	height:24px;
}

.datatable_list_noborderfieldgroup {
	padding:4px;
	padding-top:6px;
	height:24px;
}

.datatable_list_fieldgroup select{
	margin-left:4px;
}

.datatable_list_fieldgroup button {
	padding:5px;
	height:24px;
}

.datatable_list_fieldgroup input[type='text'] {	
	height:10px;
}

input[type="text"].opev_datepicker {
	font-size:12px;
	font-family:sans-serif;
}

.product_main_container input {
	font-family: sans-serif;
	height:auto;
	font-size:12px;
}

.product_main_container select {
	font-family: sans-serif;
	height:auto;
	font-size:12px;
}

.product_main_container textarea {
	font-family:Verdana, sans-serif;
	height:auto;
	font-size:12px;
}

.product_main_container input[type="text"].opev_datepicker {
	height:auto;
	font-size:12px;
	font-family:sans-serif;
}

.opev_orders_tocompany_area_top input[type="text"].opev_datepicker {
	font-size:12px;
}


/* ############## LOGIN FORM ################ */

form#login-form .userdata span.add-on {
  width:150px;
  display:inline-block;
  float:left;
}
form#login-form .userdata label {
  width:150px;
  display:inline-block;
  float:left;
}
form#login-form .userdata .input-prepend input {
  clear:both;
}

form#login-form #form-login-username {
  margin: 10px;
}
form#login-form #form-login-password {
  margin: 10px;
}
form#login-form #form-login-remember {
  margin: 10px;
}
form#login-form #form-login-remember input {
  margin: 0;
  padding: 0;
}

form#login-form #form-login-submit {
  margin: 10px;
}

form#login-form .userdata ul.unstyled {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

form#login-form .userdata ul.unstyled li a{
  font-size: 10px;
}

div.control-label {
  float:left;
}

div.controls {
}

div.control-group {
  clear:both;
}

form.opev_loginform fieldset {
  padding: 20px 10px 20px 10px;
}

div.opev_loginbox {
  width: 300px;
  margin-left: auto;
  margin-right:auto;
}

p.subheader {
	margin-bottom:2em;
}

div.viewBody {
	width:100%;
}

div.viewBody:after {
	clear:both;
}

div.viewBody input {
	border:1px solid #aaaaaa;
	border-collapse:collapse;
	margin-bottom:1px;
}


div.viewBody textarea {
	border:1px solid #aaaaaa;
	border-collapse:collapse;
}

div.viewBody input.order_input_faker {
	border:0px solid transparent;
	border-collapse:collapse;
	margin-bottom:1px;
}

div.opevFormCol {
}

.opevFormCol label, .opevFormCol input, .opevFormCol textarea
{
	display: block;
	float: left;
	width: 120px;
}

.view_step_company_title_textinput {
	width:370px;
}


.opevFormCol label
{
	text-align: right;
	padding-right: 20px;
}

.resetwidth {
	width:auto;
}
.leftalign {
	text-align:left;
}
.rightalign {
	text-align:right;
}

.opevFormCol label.resetwidth {
	width:auto;
}
.opevFormCol label.leftalign {
	text-align:left;
}
.opevFormCol input.resetwidth {
	width:auto;
}
.opevFormCol input.leftalign {
	text-align:left;
}
.opevFormCol input.widthfull {
	width:100%;
}

.opevFormCol label.widthfull {
	width:100%;
}

.opevFormCol input.width50perc {
	width:50%;
}

.opevFormCol label.width50perc {
	width:50%;
}


.width80perc {
	width:50%;
}

.width50perc {
	width:50%;
}

.width45perc {
	width:45%;
}

.width33perc {
	width:33%;
}

.width30 {
	width:30px;
}

.width60 {
	width:60px;
}

.width90 {
	width:90px;
}

.width120 {
	width:120px;
}

.width150 {
	width:150px;
}

.width180 {
	width:180px;
}

.widthfull {
	width:100%;
}


.opevFormCol br
{
	clear: left;
}

.threecol_left{ float: left; width: 33%; }
.threecol_right{ float: right; width: 33%; }
.threecol_center{ display: inline-block; width: 33%; }

/*
.sixcol_1{float:left; width:16.6%}
.sixcol_2{display:inline-block; width:16.6%;}
.sixcol_3{display:inline-block; width:16.6%;}
.sixcol_4{display:inline-block; width:16.6%;}
.sixcol_5{display:inline-block; width:16.6%;}
.sixcol_6{clear:both;width:16.6%}
*/

.twocol_left{ float: left; width: 50%; }
.twocol_right{ float:right; width: 50%; }

.twocol3rd_left{ float: left; width: 33%; }
.twocol3rd_right{ float:right; width: 66%; }

.plusIcon {
	font-weight:bold;
	text-align:center;
	background-color:#69a84f;
	color:#ffffff;
	width:1.5em;
	height:1.5em;
	border:1px solid #999999;
	margin: 0 10px 0 10px;
	display:inline-block;
}
.minusIcon {
	font-weight:bold;
	text-align:center;
	background-color:#990000;
	color:#ffffff;
	width:1.5em;
	height:1.5em;
	border:1px solid #999999;
	margin: 0 10px 0 10px;
	display: inline-block;
}

.minusIcon:hover, .plusIcon:hover {
	text-decoration:none;
	cursor:pointer;
}

.buttonPositive {
	font-weight:bold;
	text-align:center;
	background-color:#69a84f;
	color:#ffffff;
}
.buttonNegative {
	font-weight:bold;
	text-align:center;
	background-color:#990000;
	color:#ffffff;
}
.buttonOrange {
	font-weight:bold;
	text-align:center;
	background-color:#fd9900;
	color:#000000;
}
.buttonNeutral {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
	color:#000000;
}

#opev_material_detail_viewBody {
	
}


#opev_material_detail_viewBody .lineDiv {
	float:left;
}
#opev_material_detail_viewBody br {
	clear:both;
}

.datatable_actionIcon {
	padding: 2px 5px 2px 7px; /* top right bottom left */
	border: 1px solid #CF5F11;
	background-color: #ffffff;
}

.error {
	border: 1px solid red;
	background-color:#ffdddd;
}

.autocomplete-suggestions {
	background-color:#ffffff;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.autocomplete-suggestion {
	padding:4px;
}
.autocomplete-selected {
	background-color:#f0f0f0; /*$$$BGCOLOR01$$$*/
}
.jconfirm-box {
	margin:0 auto;
	max-width: 500px;
}
.view_company_step_name_textinput + span.select2-container {
	float:left;
}

/* ######## MATERIALS VIEW ####### */

.material_datatable_list th:nth-child(1) {
	width:125px;
}
.material_datatable_list th:nth-child(2) {
	width:100px;
}
.material_datatable_list th:nth-child(4) {
	width:175px;
}
.material_datatable_list th:nth-child(5) {
	width:100px;
}

.view_material textarea {
	width: 150px;
	height: 50px;
}

.view_material_unit_in_use {
	background-color:#ffcccc;
	border:1px solid red;
	margin-top:4px;
	padding:2px;
	display:inline-block;
}

/* ######## USERS VIEW ######### */
#view_users_usergroups_textinput {
	width:122px;
}

/* ######## PRODUCTS VIEW ######### */


.opev_product_area_material .select2-container {
	vertical-align:top !important;
}

.opev_product_area_material .sixcol_6 {
	vertical-align:top !important;
}

.opevFormCol label.product_desc {
	width: 250px;
}

.opev_product_area_pic {
	width:125px;
}

.opev_product_area_pic .product_pic {
	width:120px;
	height:120px;
	background-color: #cccccc;
	border: 1px solid #000000;
	float:left;
	margin-right:4px;
}
.view_products_description_textinput {
	width:85%;
	min-height:52px;
}
.view_products_title_textinput {
	width:85%;
}

.product_layout_table {
	width: 30%;
}

.product_layout_table tr td {
	vertical-align:top;
}

.opevFormCol textarea.view_products_description_textinput {
	width:220px;
	height:80px;
}
.opev_product_area_name .opevFormCol label {
	text-align:left;
}

.opev_product_area_pic .product_pic img {
/*
	width:120px;
	height:auto;
	*/
	max-width:100%;
	max-height:100%;
}


.order_tocompany_product_list_item .product_pic img {
/*
	width:60px;
	height:auto;
	*/
	max-width:100%;
	max-height:100%;
}

div.opev_product_area_mask {
	width: 100%;
}

div.opev_product_area_name {
}
div.opev_product_area_file {
	float:right;
	width:65%;
}
div.opev_product_area_material {
	width:600px;
}
div.opev_product_area_steps {
	width:640px;
}

div.opev_product_area_material .list_item_line {
	float:left;
}

div.opev_product_area_material .list_item_line_last {
	float:left;
}

div.opev_product_area_material .list_item_line input {
	width: 50px;
}
div.opev_product_area_material .list_item_line_last input{
	float:left;
}
div.opev_product_area_material .list_item_line select {
	width: 200px;
}
div.opev_product_area_material .list_item_line_last select{
	width: 200px;
}
div.opev_product_area_material .list_item_line .opev_product_unit_wrapper {
	width: 100px;
	display:inline-block;
}
div.opev_product_area_material .list_item_line .opev_product_offcut_wrapper {
	width: 100px;
	display:inline-block;
}
div.opev_product_area_material .list_item_line .opev_product_avgprice_wrapper {
	display:inline-block;
	width:80px;
	text-align:right;
	white-space:nowrap;
}


div.opev_product_area_material .list_item_line_last .opev_product_unit_wrapper {
	width: 100px;
	display:inline-block;
}
div.opev_product_area_material .list_item_line_last .opev_product_offcut_wrapper {
	width: 100px;
	display:inline-block;
}
div.opev_product_area_material .list_item_line_last .opev_product_avgprice_wrapper {
	display:inline-block;
	width:80px;
	text-align:right;
}


div.opev_product_area_steps span.list_item_line {
	float:left;
}

div.opev_product_area_steps .list_item_line select {
	width: 200px;
	float:right;
}
div.opev_product_area_steps .list_item_line input {
	width: 40px;
	float:left;
	margin-right:4px;
}

div.opev_product_area_steps .list_item_line_top label{
	display:inline-block;
}
div.opev_product_area_steps .list_item_line_top label:nth-of-type(1){
	width:45px;
}

div.opev_product_area_material .list_item_line_top label{
	display:inline-block;
}
div.opev_product_area_material .list_item_line_top label:nth-of-type(1) {
	width:200px;
}
div.opev_product_area_material .list_item_line_top label:nth-of-type(2) {
	width:100px;
}
div.opev_product_area_material .list_item_line_top label:nth-of-type(3) {
	width:100px;
}

/* ######## FRAME CONTRACTS VIEW ######## */

.opev_frame_contracts_default_additional_filter div {
	float:left;
}

.framecontracts_datatable_list_datepicker .fromto {
	margin-top:2px;
}

.framecontracts_datatable_list_datepicker .fromto_to {
	margin-left:6px;
}

.framecontracts_datatable_list_radio  {
	padding-top:6px;
	clear:both;
	margin-top:6px;
}
.framecontracts_datatable_list_radio  {
	height:22px;
}

.framecontracts_datatable_list_radio label {
}

.framecontracts_datatable_list_button button {
	margin-top: 4px;
}


.framecontracts_datatable_list_radio input[type="radio"] {
	margin-top:-2px;
	vertical-align:middle;
}

.view_frame_contracts_product_textinput {
}

.opev_frame_contracts_product_area .list_item_line_top > * {
	display:inline-block;
	width:75px;
	padding: 0 2px 0 2px;
	margin: 0 0 0 0;
	border:1px solid white;
}


.opev_frame_contracts_product_area .list_item_line_top label:nth-of-type(4) {
	width:80px;
}

.opev_frame_contracts_product_area .list_item_line_bottom > * {
	display:inline-block;
	width:75px;
	padding: 0 2px 0 2px;
	margin: 0 0 0 0;
	border:1px solid white;
}
.opev_frame_contracts_product_area .list_item_line > * {
	display:inline-block;
	width:75px;
	padding: 0 2px 0 2px;
	margin: 0 0 0 0;
}
.opev_frame_contracts_product_area .list_item_line .view_frame_contracts_notes_textinput {
	width:175px;
}
.opev_frame_contracts_product_area .list_item_line > select {
	width:225px;
}
.opev_frame_contracts_product_area .list_item_line_top label:nth-child(1)  {
	width:219px;
}
.opev_frame_contracts_product_area .list_item_line_bottom label:nth-child(1)  {
	width:219px;
}
.opev_frame_contracts_product_area .list_item_line .opev_datepicker_wrapper input {
	display:inline-block;
	width:75px;
	padding: 0 2px 0 2px;
	margin: 0 0 0 0;
}
.opev_frame_contracts_product_area .list_item_line .opev_datepicker_wrapper {
	margin: 0 2px 0 0;
}

.opev_frame_contracts_main_area > *  {
	width:100px;
}
.opev_frame_contracts_main_area select  {
	width:123px;
}
.opev_frame_contracts_main_area .view_frame_contracts_status_textinput  {
	display:inline-block;
}
.opev_frame_contracts_main_area label {
	width:75px;
	display:inline-block;
}

.opev_frame_contracts_product_area .list_item_line_bottom .sum_amount{
	font-weight:bold;
}
.opev_frame_contracts_product_area .list_item_line_bottom .sum_total{
	font-weight:bold;
	white-space:nowrap;
}

.framecontracts_detail_table {
	width: 100%;
}

.framecontracts_detail_table .sum_amount {
	font-weight:bold;
}

.framecontracts_detail_table .sum_total {
	font-weight:bold;
}



/*
.opev_frame_contracts_product_area .opev_datepicker_wrapper input{
	width:80px;
	display:inline-block;
}
*/
/* ######## CUSTOMERS ######### */
.opev_customers_main_area {
	display:block;
	float:left;
	padding-right:30px;
}

.opev_customers_main_area select {
	width: 202px;
}

.opev_customers_main_area_detail {
}
.opev_customers_right_area_detail {
	display:block;
	float:right;
	width:70%;
}
.opev_customers_right_area {
	display:block;
}
.opev_customers_main_area .form_element label:nth-of-type(1) {
	width:120px;
	display:inline-block;
}
.opev_customers_main_area .form_element input[type="text"]:nth-of-type(1) {
	width:200px;
	display:inline-block;
}
.opev_customers_right_area .form_element label:nth-of-type(1) {
	width:120px;
	display:inline-block;
}
.opev_customers_right_area .form_element input[type="text"]:nth-of-type(1) {
	width:200px;
	display:inline-block;
}
.opev_customers_right_area .form_element input[type="password"]:nth-of-type(1) {
	width:200px;
	display:inline-block;
}

.framecontracts_detail_table th {
	width:auto;
}
.framecontracts_detail_table td {
	width:auto;
}

.dataTable_todos th:nth-child(1) {
	width:90px;
}
.dataTable_todos th:nth-child(2) {
	width:90px;
}
.dataTable_todos th:nth-child(3) {
	width:90px;
}
.dataTable_todos th:nth-child(4) {
	width:auto;
}
.dataTable_todos th:nth-child(5) {
	width:90px;
}

/* ####### STORAGE ####### */

.opev_storage_main_area .form_element label {
	width: 130px;
	display:inline-block;
}


/*	######## DATATABLES ########## */

.dataTables_filter {
	margin-bottom:12px;
}

table.dataTable.cell-border tbody td {
	border-top: 1px solid #bbbbbb;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #f0f0f0;
}

table.dataTable tbody tr td:last-of-type{
	text-align:right;
}

/* ######## STOCKCHANGES ####### */

.opev_stockchanges_main_area input[type="radio"] {
	vertical-align:middle;
	border: 1px solid red;
}

.pieceprice_label {
	width:100px;
	display:inline-block;
}
.opev_stockchanges_main_area .form_element label:nth-of-type(1) {
	width:100px;
	display:inline-block;
}
.opev_stockchanges_main_area .form_element select {
	width:157px;
	display:inline-block;
}

.stockchanges_datepicker {
	float:left;
}
.stockchanges_datepicker div {
	float:left;
}
.opev_stockchanges_main_area_default .opev_datepicker_wrapper {
	float:left;
}
.opev_stockchanges_main_area_default input.dataTable_datefilter_material_to_datepicker_class {
	width:80px;
}
.opev_stockchanges_main_area_default input.dataTable_datefilter_material_from_datepicker_class {
	width:80px;
}
.opev_stockchanges_main_area_default input.dataTable_datefilter_product_to_datepicker_class {
	width:80px;
}
.opev_stockchanges_main_area_default input.dataTable_datefilter_product_from_datepicker_class {
	width:80px;
}
.opev_stockchanges_main_area_default .fromto {
	float:left;
	margin-top:9px;
}
.opev_stockchanges_main_area_default .opev_datepicker_wrapper {
	width:160px;
}

.view_stockchanges_date_textinput {
	width:80px;
	display:inline-block;
}

.opev_stockchanges_main_area .opev_datepicker_wrapper {
	display:inline-block;
}

.moveDialogue select, .moveDialogue input {
	width: 150px;
}
.moveDialogue button {
	width: 150px;
}

/* ####### FILE ####### */

.progressBar {
	width: 100%;
	height:15px;
	border: 1px solid black;
	display:none;
}
.progressBarProgress {
	background-color:#69a84f;
	height:100%;
	width:0%;
}

.addedFiles {
	width:650px;
}

.addedFiles .fileRow:nth-of-type(1){
	font-size:10px;
}

.fileRow tbody td{
	display:inline-block;
}

.fileRow div{
	margin-top:1px;
	margin-bottom:1px;
}

.fileRow div:nth-of-type(1) {
	width:25px;
}
.fileRow div:nth-of-type(2) {
	width:250px;
}
.fileRow div:nth-of-type(3) {
	width:300px;
}
.fileRow div:nth-of-type(4) {
	width:80px;
}
.fileRow div:nth-of-type(5) {
	width:80px;
}

.fileRow {
	clear:both;
	min-width:800px;
}

.fileRow div {
	float:left;
}

/* ####### ORDERS ######### */
.opev_orders_tocustomer_main_area_default select {
	height:20px;
	min-height:20px;
}

.opev_orders_tocompany_area_top select, .opev_orders_tocustomer_area_top select, .opev_orders_tocustomer_area_billing_address select, .opev_orders_tocustomer_area_delivery_address select {
	width: 200px;
}
.opev_orders_tocompany_area_top select option, .opev_orders_tocustomer_area_top select option, .opev_orders_tocustomer_area_billing_address select option, .opev_orders_tocustomer_area_delivery_address select option {
	padding-top:3px;
	padding-bottom:3px;
}

.opev_orders_tocompany_area_top input[type='text'], .opev_orders_tocustomer_area_top input[type='text'], .opev_orders_tocustomer_area_billing_address input[type='text'], .opev_orders_tocustomer_area_delivery_address input[type='text'] {
	width: 198px;
	padding-top:4px;
	padding-bottom:4px;
}
.opev_orders_tocompany_area_top input[type='checkbox'], .opev_orders_tocustomer_area_top input[type='checkbox'], .opev_orders_tocustomer_area_billing_address input[type='checkbox'], .opev_orders_tocustomer_area_delivery_address input[type='checkbox'] {
	margin-left:0px;
	margin-top:6px;
	margin-bottom:6px;
}

.product_main_container .select2-container .select2-selection--single {
	min-height:16px;
	height:16px;
}
.product_main_container .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: auto;
	line-height: normal;
	padding-top:1px;
	padding-bottom:0px;
}

.opev_orders_tocompany_area_top label {
	width: 130px;
	display:inline-block;
}

.opev_orders_tocompany_area_billing_address select {
	width: 200px;
}
.opev_orders_tocompany_area_billing_address label {
	width: 130px;
	display:inline-block;
}
.opev_orders_tocompany_area_delivery_address select {
	width: 200px;
}
.opev_orders_tocompany_area_delivery_address label {
	width: 130px;
	display:inline-block;
}
.opev_orders_tocompany_area_delivery_address label.width80perc {
	width: 80%;
	display:inline-block;
}
.toCompanyTable.dirtyLayoutTable  {
	width:100%;
}
.toCompanyTable.dirtyLayoutTable tr td {
	vertical-align:top;
}
.toCompanyTable.dirtyLayoutTable tr td.fullwidth {
	width:100%;
}

.toCompanyTable.dirtyLayoutTable table.material_list  {
	width:auto;
}

.toCompanyTable.dirtyLayoutTable table.material_list th  {
	white-space:nowrap;
}
.toCompanyTable.dirtyLayoutTable table.step_list th  {
	white-space:nowrap;
}

.toCompanyTable.dirtyLayoutTable table.material_list tr td {
	vertical-align:top;
	width:auto;
}

.toCompanyTable.dirtyLayoutTable table.step_list  {
	width:auto;
}

.toCompanyTable.dirtyLayoutTable table.step_list tr td {
	vertical-align:top;
	width:auto;
}

.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.material_list tr.list_item_line td.materialamount input[type="text"] {
	width:50px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.material_list tr.list_item_line td.materialfrom_planned input[type="text"] {
	width:72px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.material_list tr.list_item_line td.materialto_planned input[type="text"] {
	width:72px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.material_list tr.list_item_line td.materialfrom_real input[type="text"] {

	width:72px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.material_list tr.list_item_line td.materialto_real input[type="text"] {
	width:72px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.material_list tr.list_item_line td.materialprice input[type="text"] {
	width:50px;
}

.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.step_list tr.list_item_line td.steporder input[type="text"] {
	width:30px;
}

.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.step_list tr.list_item_line td.stepamount input[type="text"] {
	width:50px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.step_list tr.list_item_line td.stepfrom_planned input[type="text"] {
	width:70px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.step_list tr.list_item_line td.stepto_planned input[type="text"] {
	width:70px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.step_list tr.list_item_line td.stepfrom_real input[type="text"] {

	width:70px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.step_list tr.list_item_line td.stepto_real input[type="text"] {
	width:70px;
}
.toCompanyTable.dirtyLayoutTable .order_tocompany_product_list_item table.step_list tr.list_item_line td.stepprice input[type="text"] {
	width:50px;
}

#opev_orders_tocompany_product_bar {
	background-color: #b6d7a7;
	min-height:30px;
	padding-top:8px;
	padding-left:6px;
}
.product_item_blueprint {
	display:none;
}

.view_orders_tocompany_product_item {
	background-color: #EEEEEE;
	border: 1px solid #dddddd;
	padding: 4px;
	width:100%;
	position:absolute;
	clear:both;
}

.view_orders_tocompany_product_item .list_item_line_top *:nth-child(1) {
	/*
	width:204px;
	display:inline-block;
	*/
	font-size:10px;
}


.view_orders_tocompany_product_item .product_baseinfo {
	margin-bottom:4px;
	min-width:400px;
}
.view_orders_tocompany_product_item .product_baseinfo  .baseinfo_product_name{
	font-weight:bold;
}
.view_orders_tocompany_product_item .product_baseinfo select {
	width:200px;
}
.view_orders_tocompany_product_item .product_baseinfo input {
	width:50px;
}
.view_orders_tocompany_product_item .product_baseinfo label {
	width:110px;
	display:inline-block;
}
.view_orders_tocompany_product_item .product_baseinfo_fields {
	padding: 4px;
}

.orders_tocompany_product_list_td .product_pic {
	width:60px;
	height:60px;
	background-color: #cccccc;
	border: 1px solid #000000;
	float:left;
	margin-right:4px;
}

#opev_orders_tocompany_product_bar label{
	float:left;
	margin-right:6px;
}
#opev_orders_tocompany_product_bar div {
	float:left;
	margin-right:6px;
}
#opev_orders_tocompany_product_bar div select{
	width: 200px;
}
.product_storage_opts select{
	width: 200px;
}
.product_storage_opts input{
	width: 50px;
}


.product_storage_tostorage_opts select{
	width: 200px;
}
.product_storage_tostorage_opts input{
	width: 50px;
}

.product_storage_tostorage_opts select.view_orders_tocustomer_product_storage_tostorage_textinput {
	width:130px;
}

#opev_orders_tocompany_product_bar input{
	float:left;
	margin-right:6px;
	width:50px;
}

.amount_remaining_number {
	font-weight:bold;
	color:blue;
}
.amount_remining_number {
	font-weight:bold;
	color:blue;
}

.orders_tocompany_product_list_td .list_item_line_top span {
	width: 100px;
/*	display:inline-block; */
	margin:2px;
	font-size:10px;
}
.orders_tocompany_product_list_td .list_item_line_top span.materialamount {
	width: 98px;
/*	display:inline-block; */
	margin:2px;
	font-size:10px;
}
.orders_tocompany_product_list_td .list_item_line_top span.materialunit {
	width: 60px;
/*	display:inline-block; */
	margin:2px;
	font-size:10px;
}
/*
.orders_tocompany_product_list_td .list_item_line_top *:nth-child(2) {
	width: 118px;
}
.orders_tocompany_product_list_td .list_item_line_top *:nth-child(4) {
	width: 118px;
}
.orders_tocompany_product_list_td .list_item_line_top *:nth-child(5) {
	width: 118px;
}
.orders_tocompany_product_list_td .list_item_line_top *:nth-child(6) {
	width: 118px;
}
.orders_tocompany_product_list_td .list_item_line_top *:nth-child(7) {
	width: 118px;
}
.orders_tocompany_product_list_td .list_item_line_top .longspan {
	width: 206px;
}
*/
.orders_tocompany_step_list_td .list_item_line_top span {
	width: 100px;
	display:inline-block;
	margin:2px;
	font-size:10px;
}
/*
.orders_tocompany_step_list_td .list_item_line_top *:nth-child(2) {
width: 206px;
display:inline-block;
}
*/
.orders_tocompany_step_list_td .list_item_line select {
width: 206px;
display:inline-block;
}
.orders_tocompany_step_list_td .list_item_line input[type=text] {
width: 100px;
display:inline-block;
}
.orders_tocompany_step_list_td .list_item_line .plusIcon {
width: 1.5em;
}
.orders_tocompany_step_list_td .list_item_line .minusIcon {
width: 1.5em;
}


.orders_tocompany_product_list_td .list_item_line select {
width: 206px;
display:inline-block;
}
.orders_tocompany_product_list_td .list_item_line input[type=text] {
width: 100px;
/*
display:inline-block;
*/
}
.orders_tocompany_product_list_td .list_item_line .plusIcon {
width: 1.5em;
}
.orders_tocompany_product_list_td .list_item_line .minusIcon {
width: 1.5em;
}

.order_tocompany_product_list_item {
	background-color: #EEEEEE;
padding:0 4px 4px 4px;
border:1px solid #CCCCCC;
}
.order_tocompany_product_list_item.blueprint{	
display:none;
}

.order_tocompany_product_list_item .list_item_line > * {
/*
display:inline-block;
width:75px;
padding: 0 2px 0 2px;
margin: 0 0 0 0;
*/
}
.order_tocompany_product_list_item .list_item_line .materialunit {
/*
display:inline-block;
*/
width:30px;
padding: 0 2px 0 2px;
margin: 0 0 0 0;
}

.order_tocompany_product_list_item .list_item_line > a {
width:auto;
padding:0;
display:inline;
}

.order_tocompany_material_list .opev_datepicker_wrapper{
}
.order_tocompany_step_list .opev_datepicker_wrapper{
}

.orders_tocompany_product_list_td .order_tocompany_step_list .list_item_line .opev_datepicker_wrapper input[type=text] {
/*	width:70px;*/
}
.orders_tocompany_product_list_td .order_tocompany_material_list .list_item_line .opev_datepicker_wrapper input[type=text] {
/*	width:70px;*/
}


/* TOCUSTOMER */

.product_storage_opts select.view_orders_tocustomer_product_storage_textinput {
	width:130px;
}

div.requiredmaterials {
	margin-bottom: 6px;
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper td table.material_requirements_table td {
	border:1px solid #cccccc;
	border-collapse:collapse;
	padding: 2px;
}


.orders_datatable_list_dropdown {
	float:left;
	margin-left:10px;
}

.orders_datatable_list_dropdown * {
	float:left;
}

.orders_datatable_list_dropdown .datatable_state_filter_label{
	margin-top:2px;
}

.orders_datatable_list_datepicker * {
	float:left;
}

.orders_datatable_list_datepicker {
	float:left;
}

.orders_datatable_list_datepicker .fromto {
	margin-top:2px;
}

.orders_datatable_list_datepicker .fromto_to {
	margin-left:6px;
}

.orders_datatable_list_button {
	float:left;
	margin-left: 10px;
}

tr.summary_line_storage td {
	color: #d68006;
}

tr.summary_line_step td {
	color: #c204c4;
}

tr.summary_line_material td {
	color: #9904c4;
}
tr.list_result_produced td {
	font-weight:bold;
	color:#8204c4;
	background-color: #ffffff;
}
tr.list_result_storage td {
	font-weight:bold;
	color:#af6801;
	background-color: #ffffff;
}

tr.list_result_total td {
	font-weight:bold;
	background-color: #ffffff;
}

.calced_price_wrapper{
	min-width: 70px;
	display:inline-block;
	font-size:10px;
	position:absolute;
	background-color:#FFFFAA;
	padding:2px;
	margin-top:-30px;
	border:1px solid #cccccc;
}

.orders_datatable_totals_summary {
	display:none;
	padding:4px;
	margin-top: 8px;
	padding-top:8px;
	border: 1px solid #cccccc;
	height:24px;
	width:620px;
}
.orders_datatable_totals_summary span:nth-child(even) {
	width:80px;
}
.dataTable_orders_tocustomer_as_admin th:nth-child(8) {
	display:none;
}
.dataTable_orders_tocustomer_as_admin td:nth-child(8) {
	display:none;
}

#opev_orders_tocustomer_product_bar input.opev_datepicker {
	width:90px;
}

.view_orders_tocustomer_company_table input.opev_orders_tocustomer_step_cost_radio {
	width:auto;
	margin: 0px;
	padding: 0px;
	top:3px;
	position:relative;
}
.view_orders_tocustomer_company_table input.opev_orders_tocustomer_material_cost_radio {
	width:auto;
	margin: 0px;
	padding: 0px;
	top:3px;
	position:relative;
}

.opev_orders_tocustomer_area_top select {
	width: 200px;
}

.opev_orders_tocustomer_area_top select {
	font-family:sans-serif;
	font-size:12px;
}
.opev_orders_tocustomer_area_top label {
	width: 180px;
	display:inline-block;
}

.opev_orders_tocustomer_area_top input {
	font-family:sans-serif;
	font-size:12px;
}

.toCompanyTable select {
	width: 200px;
}

.toCompanyTable select {
	font-family:sans-serif;
	font-size:12px;
}

.toCompanyTable input {
	font-family:sans-serif;
	font-size:12px;
}

.toCompanyTable label {
	width: 130px;
	display:inline-block;
}

.toCompanyTable .product_main_container label {
	width: auto;
}

.tablerow_topinfo input {
	font-family:sans-serif;
	font-size:12px;
}

.tablerow_topinfo select {
	font-family:sans-serif;
	font-size:12px;
}

.opev_orders_tocustomer_area_billing_address select {
	width: 200px;
}
.opev_orders_tocustomer_area_billing_address label {
	width: 180px;
	display:inline-block;
}
.toCompanyTable .opev_orders_tocustomer_area_billing_address label {
	width:130px;
}
.opev_orders_tocustomer_area_delivery_address select {
	width: 200px;
}
.opev_orders_tocustomer_area_delivery_address label {
	width: 180px;
	display:inline-block;
}
.toCompanyTable .opev_orders_tocustomer_area_delivery_address label {
	width:130px;
	display:inline-block;
}
.opev_orders_tocustomer_area_delivery_address label.width80perc {
	width: 80%;
	display:inline-block;
}
.toCustomerTable.dirtyLayoutTable  {
	width:100%;
}
.toCustomerTable.dirtyLayoutTable tr td {
	vertical-align:top;
/*	width:50%; */
}
.toCustomerTable.dirtyLayoutTable table.material_list tbody tr td {
	vertical-align:middle;
}
 .toCustomerTable.dirtyLayoutTable table.step_list tbody tr td {
	vertical-align:middle;
}
.toCustomerTable.dirtyLayoutTable .productcost_headline_table tr td {
	width:25%;
	padding:2px;
}
.toCustomerTable.dirtyLayoutTable tr td.fullwidth {
	width:100%;
}
#opev_orders_tocustomer_product_bar {
	background-color: #b6d7a7;
	min-height:30px;
	padding-top:8px;
	padding-left:6px;
}
.product_item_blueprint {
	display:none;
}

.product_item_design_wrapper {
	border:none;
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper {
}
.view_orders_tocustomer_product_item table.product_item_design_wrapper tr td {
/*	border:none; */
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper tr td:nth-child(1) {
	width: 180px;
}
.view_orders_tocustomer_product_item table.product_item_design_wrapper tr td:nth-child(2) {
	width: auto;
}

.view_orders_tocustomer_product_item {
	background-color: #EEEEEE;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	display:block;
}

.view_orders_tocustomer_product_item .list_item_line_top span:nth-of-type(1) {
	width:131px;
	display:inline-block;
}
.view_orders_tocustomer_product_item .list_item_line_top span:nth-of-type(2) {
	display:inline-block;
}

.view_orders_tocustomer_product_item .list_item_line_top span label {
	font-size:10px;
}

tr.list_item_line_top {
	font-size:10px;
}


.view_orders_tocustomer_product_item .product_baseinfo {
	margin-bottom:4px;
	min-width:240px;
}
.view_orders_tocustomer_product_item .product_baseinfo  .baseinfo_product_name{
	font-weight:bold;
}
.view_orders_tocustomer_product_item .product_baseinfo select {
	width:120px;
}
.view_orders_tocustomer_product_item .product_baseinfo input {
	width:50px;
}
.view_orders_tocustomer_product_item .product_baseinfo input.view_orders_tocustomer_baseinfo_product_customordernumber {
	width:88px;
}
.view_orders_tocustomer_product_item .product_baseinfo label {
	width:74px;
	display:inline-block;
}
.view_orders_tocustomer_product_item .product_baseinfo_fields {
	padding: 4px;
}

.view_orders_tocustomer_product_item  .baseinfo_product_deliverydate input {
	width: 88px;
}

.orders_tocustomer_product_list_td .product_pic {
	width:60px;
	height:60px;
	background-color: #cccccc;
	border: 1px solid #000000;
	float:left;
	margin-right:4px;
	margin-bottom:10px;
}

.orders_tocustomer_product_list_td .product_pic img {
/*
	width:60px;
	height:auto;
	*/
	max-width:100%;
	max-height:100%;
}

#opev_orders_tocustomer_product_bar label{
	float:left;
	margin-right:6px;
	margin-top:4px;
}
#opev_orders_tocustomer_product_bar div {
	float:left;
	margin-right:6px;
}
#opev_orders_tocustomer_product_bar div select{
	width: 200px;
}
.product_storage_opts select{
	width: 200px;
}
.product_storage_opts input{
	width: 50px;
}
#opev_orders_tocustomer_product_bar input{
	float:left;
	margin-right:6px;
	width:50px;
}

.amount_remaining_number {
	font-weight:bold;
	color:blue;
}
.amount_remining_number {
	font-weight:bold;
	color:blue;
}
.bluefat {
	font-weight:bold;
	color:blue;
}
.redfat {
	font-weight:bold;
	color:red;
}

.view_orders_tocustomer_product_item_itemdef {
/*	width:40%; */
	float:left;
}

.view_orders_tocustomer_product_item_toproduce {
	width:55%;
	float:left;
}

.view_orders_tocustomer_company_table {
	width:100%;
	min-width:998px;
	display:block;
}
.view_orders_tocustomer_company_table thead th {
	text-align:left;
/*	min-width:50px; */
}

.productcost_headline_table {
	width:100%;
}
.productcost_headline_table thead th{
	text-align:left;
	min-width:100px;
	font-size:10px;
}
.productcost_headline_table body td{
}
.view_orders_tocustomer_product_item_toproduce table {
	table-layout:fixed;
}

/*
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(1) {
	min-width:80px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(2) {
	min-width:150px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(3) {
	min-width:80px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(4) {
	min-width:100px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(5) {
	min-width:150px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(6) {
	min-width:50px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(7) {
	min-width:50px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(8) {
	min-width:50px;
}
*/
/*
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(1) {
	min-width:150px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(2) {
	min-width:80px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(3) {
	min-width:100px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(4) {
	min-width:150px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(5) {
	min-width:50px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(6) {
	min-width:50px;
}
.view_orders_tocustomer_product_item_toproduce table thead tr th:nth-of-type(7) {
	min-width:50px;
}
*/
.view_orders_tocustomer_product_item table, td, th {
	border-collapse: collapse;
}


.view_orders_tocustomer_product_item td, th {
	border: 1px solid #aaaaaa;
	background-color:#f9f9f9;
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper td {
	border: none;
}
.view_orders_tocustomer_product_item table.product_item_design_wrapper table.material_list th {
	border: 1px solid #aaaaaa;
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper table.material_list td {
	border: 1px solid #aaaaaa;
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper table.step_list th {
	border: 1px solid #aaaaaa;
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper table.step_list td {
	border: 1px solid #aaaaaa;
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper tbody tr td table.step_list tbody tr td .minusIcon {
	margin:0;
}
.view_orders_tocustomer_product_item table.product_item_design_wrapper tbody tr td table.step_list tbody tr td .plusIcon {
	margin:0;
}

.view_orders_tocustomer_product_item table.product_item_design_wrapper tbody tr td table.material_list tbody tr td .minusIcon {
	margin:0;
}
.view_orders_tocustomer_product_item table.product_item_design_wrapper tbody tr td table.material_list tbody tr td .plusIcon {
	margin:0;
}

.view_orders_tocustomer_product_item th {
	font-size:10px;
	background-color:#b6d7a7;
}
.order_summary_table {
	border-collapse:collapse;
}

.order_summary_table tbody tr td {
	border: 1px solid #aaaaaa;
	padding:2px;
}
.toCustomerTable.dirtyLayoutTable tr td .order_summary_table tbody tr td {
	width:12.5%;
}
.toCustomerTable.dirtyLayoutTable tr td .order_summary_table thead tr th {
	width:12.5%;
}

.productcost_storages {
	width: 60%;
	float:left;
}
.productcost_totals {
	width: 40%;
	float:right;
}

.productcost_totals table{
	margin-left:100px;
}
.productcost_totals .resulttable_top{
	margin-left:100px;
}
.productcost_totals table tbody tr td{
	padding-left:2px;
	padding-right:2px;
}

.totals_wrap {
	clear:both;
	width:100%;
}

.final_pieceprice {
	width:80px;
}

.update_price_calc_button {
	float:left;
}
.price_calc_infobox {
	display:none;
	padding:10px;
	border:1px solid gold;
	background-color: #f9f9dd;
	margin-top:10px;
	width:50%;
}
.productcost_headline_table .makepale {
/*	color:#999999; */
}
.summary_line_minisuffix {
	color:#BBBBBB;
	font-size:10px;
	font-weight:normal;
}

.product_not_in_storage {
	padding:6px;
	border:1px solid red;
	background-color: #FFDDDD;
	width:180px;
	margin-top:10px;
}
.storage_amount_info {
	margin-top:10px;
	margin-bottom:10px;
}
.storage_amount_info b {
	color:darkgreen;
}
.view_orders_tocustomer_company_table input {
	width:50px;
}

.order_company_material_title {
	width: 120px;
}
.order_company_material_storage {
	width: 120px;
}
.order_company_material_materialtitle {
	width: 120px;
}

.order_company_step_title {
	width: 120px;
}
.order_company_step_steptitle {
	width: 120px;
}

.material_list .opev_datepicker_wrapper{
/*width:122px;*/
}
.step_list .opev_datepicker_wrapper{
/*width:122px;*/
}

.order_company_step_price {
	vertical-align:top;
}

.order_summary_designcell {
/*	background-color:#eeeeee; */
}

.material_list td {
	padding-left:4px;
	padding-right:4px;
	white-space:nowrap;
}

.step_list td {
	padding-left:4px;
	padding-right:4px;
	white-space:nowrap;
}

.order_summary_table {
	width:100%;
}

.order_totals {
	margin-top: 10px;
}

.order_input_faker {
	pointer-events:none;
	outline:none;
	border:0px solid transparent;
	color:black;
	background-color:transparent;
}

/*
.orders_tocompany_product_list_td .order_tocompany_step_list .list_item_line .opev_datepicker_wrapper input[type=text] {
	width:70px;
}
.orders_tocompany_product_list_td .order_tocompany_material_list .list_item_line .opev_datepicker_wrapper input[type=text] {
	width:70px;
}
*/
/* ####### SELECT2 MISC ####### */


.select2-container .select2-selection--single {
	box-sizing: content-box;
	border-radius: 0px;
	height:auto;
	min-height:20px;
	margin-bottom:1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: auto;
	line-height: normal;
	padding-top:4px;
	padding-bottom:4px;
}

select {
	border: 1px solid #aaaaaa;
	box-sizing: content-box;
	border-radius: 0px;
	height:auto;
	margin-bottom:1px;
	background-color:#ffffff;
}


/* ########## MISC ######### */

.dataTable_isMinus {
	color:#BB0000;
}
.dataTable_isMinus_weak {
	color:#EE9999;
}

.dataTable_isPlus {
	color:#00BB00;
}

.dataTable_isPlus_weak {
	color:#99EE99;
}
#optpl_logout_btn_wrapper {
	display:none;
}

.products_fileupload_form {
	width:100%;
}

.opev_datepicker_wrapper input{
	width:72px;
	/*
	display:inline-block;
	*/
}

#page-cover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 999;
	top: 0;
	left: 0;
}

.product_detailinfo_showbutton{
	margin-top:6px;
}

.product_detailinfo_filelist {
	display:none;
	width:90%;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
}

.product_detailinfo_filelist ul li {
	list-style-type:none;
}

.controls input[type='text'] {
	width:120px;
}
.controls input[type='password'] {
	width:120px;
}
.control-label {
	width: 120px;
}

.hidden {
	display:none;
}

.defined_step_prices {
}

.defined_prices_space {
	width:270px;
	display:inline-block;
}

.defined_prices_end_space {
	width:50px;
	display:inline-block;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
}

.opev_product_area_steps select{
	vertical-align:top;
}
.opev_product_area_steps .select2{
	vertical-align:top;
}

.opev_product_area_steps .plusIcon{
	vertical-align:top;
}

.opev_product_area_steps .minusIcon{
	vertical-align:top;
}


.sum_stepcost{
	font-weight:bold;
	margin-right:32px;
	text-align:right;
	white-space:nowrap;
}

.product_total_cost {
	font-weight:bold;
	text-decoration:underline;
	font-size:1.4em;
	margin-left:10px;
}

.materialprice input[type="text"]{
	vertical-align:top;
}

.order_tocompany_product_list_item .materialprice *{
	vertical-align:top;
}
.order_tocompany_product_list_item .materialprice input[type="radio"]{
	margin-top:-1px;
}

.order_tocompany_product_list_item .stepprice input[type="radio"]{
	margin-top:-1px;
}
.customer_support_list {
	list-style-type:none;
	padding-left:10px;
}

#view_company_notes_textinput {
	width: 60%;
	height: 80px;
}

.opev_frame_contracts_product_area .list_item_line .contract_list_for_product {
	width:90%;
	background-color:#FFFFBB;
	margin-left:20px;
}
.contract_list_for_product {
	width:90%;
	background-color:#FFFFBB;
	margin-left:20px;
}

.contract_list_for_product label {
	display:inline-block;
	width: 175px;
}

.greyed_out {
	color: #BBBBBB;
}

textarea.opev_tocustomer_confirmation_closure {
	width:100%;
	height:100px;
}

textarea.opev_tocompany_confirmation_closure {
	width:100%;
	height:100px;
}

.storage_reference_storage_select {
	width:200px;
}
.storage_default_storage_select {
	width:200px;
}

.orders_tocustomer_autofill_button_wrapper {
	width:100%;
	text-align:right;
	height:0px;
}

.orders_tocustomer_autofill_button {
	margin-top:10px;
	margin-right:10px;
}
.opev_company_step_price {
	margin-left:4px;
	text-align:right;
}

.view_orders_tocustomer_company_table input.order_company_material_order_number {
	width:34px;
}
.toCustomerTable.dirtyLayoutTable table.material_list tbody tr td.status{
	min-width:70px;
}

.toCustomerTable.dirtyLayoutTable table.material_list tbody tr td.fromdatetd {
	min-width:70px;
}
.toCustomerTable.dirtyLayoutTable table.material_list tbody tr td.todatetd {
	min-width:70px;
}
.toCustomerTable.dirtyLayoutTable table.material_list tbody tr td.paydatetd {
	min-width:70px;
}

.admin_dashboard_income_table tr td {
	width: 150px;
	text-align:center;
}

.dashboard_msg_critical {
	border:1px solid #FF0000;
	background-color: #FFEEEE;
	width:auto;
}

.dashboard_msg_alert {
	border:1px solid #DDDD00;
	background-color: #FFFFDD;
	width:auto;
}

.dashboard_ul {
	list-style-type:circle;
}

#framecontracts_datatable_list_showfinished_checkbox {
	vertical-align:middle;
}
.framecontracts_hatatable_list_showfinished_checkbox_label {

}
.framecontracts_datatable_list_button_showfinished {
	padding-bottom: 0px;
	margin-top:8px;
}

.dataTable_framecontracts td:nth-child(4) {
	max-width:230px;
}
.dataTable_framecontracts th:nth-child(4) {
	max-width:230px;
}

.dataTable_framecontracts_producttitle_field{
	width:250px;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	cursor:pointer;
	white-space:nowrap;
}

.dataTable tfoot th {
	white-space:nowrap;
}

.orders_datatable_totals_summary {
	height:auto;
}

.orders_datatable_totals_summary table th:nth-child(2) {
	border:none;
	background-color:transparent;
}

.orders_datatable_totals_summary table {
	width:100%;
}
.orders_datatable_totals_summary table tr:nth-child(4) td {
	font-weight:bold;
}
.orders_datatable_totals_summary table td:nth-child(1) {
	width:24%;
}
.orders_datatable_totals_summary table td:nth-child(2) {
	width:24%;
}
.orders_datatable_totals_summary table td:nth-child(3) {
	width:4%;
}
.orders_datatable_totals_summary table td:nth-child(4) {
	width:24%;
}
.orders_datatable_totals_summary table td:nth-child(5) {
	width:24%;
}
.orders_datatable_totals_summary table td:nth-child(2) {
	text-align:right;
}
.orders_datatable_totals_summary table td:nth-child(5) {
	text-align:right;
}
.orders_datatable_totals_summary_diff_div {
	width:100%;
	text-align:center;
	font-weight:bold;
}
