@import "navigation.css";

body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   13px;
    line-height: 18px;
}

img {
    border: 0px;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {   text-decoration: underline; }

a.selected_icon {
    display:block;
    background-image:url('/images/select.png');
    width:16px; height:16px;
}

a.select_icon {
    display:block;
    background-image:url('/images/select_grey.png');
    width:16px; height:16px;
}

a.select_icon:hover {
    background-image:url('/images/select.png');
    text-decoration: none;
}


/* The error box */

.fieldWithErrors {
    padding: 1px;
    background-color: red;
    display: inline;
}

#errorExplanation {
    width: 600px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

div.uploadStatus {
    margin: 5px;
}

div.progressBar {
    margin: 5px;
}

div.progressBar div.border {
    background-color: #fff;
    border: 1px solid grey;
    width: 100%;
}

div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%;
}

.biorails-form fieldset {
    background: #efe;
}

.biorails-form legend {
    font-size: 20px;
    color: #dfd;
    background: #141;
    font-family: sans-serif;
    padding: 0.2em 1em;
}

.biorails-form label {
    width: 14em;
    float: left;
    text-align: left;
    margin-left: 0.5em;
    display: block;
}


.biorails-form submit {
    margin-left: 5.5em;
}

.biorails-form p {
    margin-top: 2px;
    margin-bottom: 2px;
}


.warning {
    font-weight: bold;
    color: #ff0000;
}

a.button, a.prev_page, a.next_page {
    font-size:12px;
    color: #444;
    background-Color: #EEE;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    -moz-border-radius: 4px;
    padding-left: 5px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    text-decoration: none;
    text-align: center;
}

a.button:hover {
    /*background-Color: #FFD700;*/
    background-Color: #ddd;
    border-top: 2px solid #CCF;
    border-bottom: 2px solid #CCd;
    padding-top: 0px;
    padding-bottom: 0px;
}

a.action_button {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:none repeat scroll 0 0 #eee;
    border:1px solid #999;
    cursor:pointer;
    padding:1px 10px;
    color:#000;
    text-decoration:none;
}

a.action_button:hover {
    background:none repeat scroll 0 0 #00ff00;
    text-decoration:none;
}


.inline form {
    display: inline;
}

div.einzelbestellbar_companies td {
    border: 0px;
    border-spacing:0px;
}


table.bioflex_basic {
    border: 2px solid #cccccc;
    border-spacing:0px;
}



table.bioflex_basic td, th {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 3px;
    vertical-align: top;
}

table.bioflex_basic th  {
    background-color: #eee;
}



table.company_price {
    border: 0px;
    border-spacing:0px;
}

table.company_price td {
    border-top: 1px solid #CCC;
    border-bottom: 0px;
    border-right: 0px;
    border-spacing:0px;
}

table.company_price th {
    font-weight: normal;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-spacing:0px;
}

table.company_price strong {
    font-size: 18px;
}

table.company_price tr.company_price_highlight {
    background-color: #FEFFCC;
}


th.company_price {
    /* background-Color: #eee; */
}

div.categories_tree {
}

div.categories_tree ul {
    list-style: none;
    padding-left: 20px;
    /* text-indent: 10px; */
}

/* ------------------ Liste Sortiment ---------------- */
div.assortment_item_list td.green {
    background-Color: #E4FFC9;
}
div.assortment_item_list td.yellow {
    background-Color: #FFFB13;
}
div.assortment_item_list td.red {
    background-Color: #F9925F;
}
div.assortment_item_list td.white {
    background-Color: #ffffff;
}

div#suchfeld {

}

div#suchfeld form{
    display: inline;
    background-Color: #EEE;
    text-align: left;
    padding: 8px;
    margin-bottom: 10px;
}

div.float_left {
    float: left;
}

div.float_right {
    float: right;
}

div.einzelbestellbar_first_company {
    width: 130px;
    float: left;
}

div.einzelbestellbar_companies_show {
    float: right;
}

div.clear {
    clear:left;
}


span.aktion {
    color: red;
    font-weight: bold;
}

.tooltip_header {
    font: 9pt arial,helvetica,sans-serif;
    line-height: 1.3;
    font-weight: bold;
    width: 300px;
    border: 1px solid #6bbd6b;
    padding: 3px;
    color: #ffffff;
    background: #43722b;
    z-index: 100;
    /*filter: alpha(opacity=85); /* IE */
    /*opacity: 0.85; /* FF */
}

.tooltip_body {
    font: 9pt arial,helvetica,sans-serif;
    line-height: 1.3;
    border-bottom: 1px solid #6bbd6b;
    border-left: 1px solid #6bbd6b;
    border-right: 1px solid #6bbd6b;
    width: 300px;
    padding: 3px;
    color: #104310;
    background: #FFFFCC;
    z-index: 100;
    /*filter: alpha(opacity=85); /* IE */
    /*opacity: 0.85; /* FF */
}

div.pagination span.current {
    font: 12pt arial,helvetica,sans-serif;
    color: green;
    font-weight: bold;
}

input, select, textarea {
    font-size:   13px;
}

table.bon {
        background-color: #eee;
    	border-width: 1px;
        border-spacing: 2px;
	border-style: dotted;
	border-color: gray;
    
}

table.bon pre {
    line-height: 20px;
    font-size: 13px;
}