background-color:transparent;
border:none;
}
+a.green {
+ background-color:#40FF00;
+ border:none;
+}
+a.orange {
+ background-color:#FF8000;
+ border:none;
+}
+a.red {
+ background-color:#FF0000;
+ border:none;
+}
table {
font-size: 90% !important;
height: 2px;
}
-/* I.E. & Chrome können das nicht! */
+tr.rule-before th, tr.rule-before td {
+ padding-top: 2px;
+ border-top: 2px solid #EBEBEB;
+}
+
+/* I.E. & Chrome können das nicht! */
/* input[type="radio"], input[type="checkbox"]{
width:1.15em;
height:1.15em;
border: 2px solid #FE5F14;
/* border-bottom: medium solid #FE5F14; */
}
-/* Fängt den "Schrink" beim focus - problem für i.e. und chrome */
+/* Fängt den "Schrink" beim focus - problem für i.e. und chrome */
/* input[type="radio"]:focus, input[type="checkbox"]:focus{
width:1.2em;
height:1.2em;
color: black;
vertical-align: top;
}
+.listrow_error1, .listrow_error:nth-child(even) {
+ background-color: #F6CECE;
+ color: black;
+ vertical-align: top;
+}
+.listrow_error0, .listrow_error:nth-child(odd) {
+ background-color: #F5A9A9;
+ color: black;
+ vertical-align: top;
+}
.listrowempty {
background-color: #FFFFFF;
color: black;
margin-bottom: 5px;
padding: 5px;
}
+.flash_message_ok {
+ background-color: #ADFFB6;
+ border: 1px solid #007F0F;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ padding: 5px;
+}
.flash_message_warning {
background-color: #FFE8C7;
border: 1px solid #FF6600;
}
.part_picker {
- padding-right: 16px;
}
.chart_picker {
padding-right: 16px;
}
.customer-vendor-picker-undefined,
.chartpicker-undefined,
+.projectpicker-undefined,
.partpicker-undefined {
color: red;
font-style: italic;
float:left;
width: 350px;
}
+span.ppp_popup_button {
+ position: absolute;
+ margin-left: -24px;
+ margin-top: 5px;
+ width: 20px;
+ height: 20px;
+ cursor: pointer;
+ background: url("../../image/search.svg") no-repeat center right;
+ background-size: contain;
+}
+span.part_picker input {
+ padding-right: 20px;
+ box-sizing: padding-box;
+ -moz-box-sizing: padding-box;
+ -webkit-box-sizing: padding-box;
+}
+span.part_picker {
+ white-space: nowrap;
+}
/* div.cpc_block { */
/* overflow:hidden; */
/* float:left; */
span.toggle_selected {
font-weight: bold;
}
+.dunned_invoice {
+ font-weight: bold;
+ color: #f00;
+}
+.customer_dunning_level {
+ font-weight: bold;
+}