select {
    height: 26px;
}

input {
    text-align: right;
}

.input_short {
    width: 55px;
    text-align: right;
}

.input_postal  {
    width: 50px;
}

.input_price {
    width: 55px;
    text-align: right;
}

.input_manArticle {
    width: 777px;
}

.select_postage {
    font-size: 12px;
}

.table_list tr:nth-child(2) td {
    text-align: center;
}

.table_list tr:nth-child(odd) td {
    background: #eee;
}

.table_list td, .table_list th {
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.table_list tr:hover td {
    background-color: #cbffc4;
}

.table_newOrderAddresses {
    border-collapse: separate;
    border-spacing: 2px 3px;
}

.pointer {
    cursor: pointer;
}

#div_content {
    margin-left: 30px;
}

.div_shipAction {
    width: 50px;
    height: 42px;
    margin: 0 10px 5px 0;
    border: 1px solid black;
    background-color: orange;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    float:left;
}

.td_billingAddress, .td_shippingAddress {
    font-size: 12px;
}

.table_list tr td.td_billingAddressPartner {
    font-size: 12px;
    background-color: #ffc200;
}

.option_disabled {
    color: red;
}

.div_address {
    font-size: 12px;
}

.div_addressValidated {
    font-size: 12px;
    color: green;
}

.div_addressValidationFailed {
    font-size: 12px;
    color: red;
}

.button_awesome {
    border: none;
    background: none;
    font-size: 18px;
}

.button_finish {
    width: 30px;
    height: 85px;
    font-weight: bold;
    font-size: 12px;
}

.button_shipOrder {
    cursor: pointer;
}

form {
    display: inline;
}

.div_customerNode {
    max-width: 250px;
    color: red;
    margin-top: 10px;
}

.div_articleListItem {
    margin: 2px;
    padding: 5px 10px 0 10px;
    float: left;
    clear: both;
    background-color: #eee;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.div_articleListItem input, .div_articleListItem select {
    border: 1px solid #e0e0e0;
    padding-left: 5px;
    padding-right: 5px;
}

.div_listItem {
    margin: 2px;
    padding: 3px 10px 3px 10px;
    background-color: #eee;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    float: left;
    clear: both;
}

.div_listItem div {
    float:left;
}

.div_item {
    margin: 2px;
    padding: 3px 10px 3px 10px;
    background-color: #eee;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-right: 30px;
    float: left;
}

.div_item th, .div_item td {
    padding-right: 20px;
}

.div_item hr {
    border-top: 1px solid black;
    margin: 10px 0 10px 0;
}

.span_showAllPostages {
    cursor: pointer;
}

.icon_actions {
    margin-left: 30px;
    cursor: pointer;
}

.table_addressForm input {
    margin: 3px;
    width: 190px;
}

.table_addressForm select {
    margin: 4px;
    width: 190px;
}

.table_addressForm .input_street {
    width: 140px;
}

.table_addressForm .input_number {
    width: 40px;
}

.table_addressForm .input_zip {
    width: 60px;
}

.table_addressForm .input_city {
    width: 120px;
}

.table_addressForm .input_price {
    width: 50px;
}

.div_notPaid {
    background-color: red;
}

.page-navigation {
    float: left;
    clear: both;
}

.div_postage {
    width: 80px;
    height: 80px;
    border: 1px solid black;
    float:left; margin:3px;
    padding: 5px;
    cursor: pointer;
}

.div_postage:hover {
    background-color: #ddd;
}

button {
    padding: 0;
}

.fa {
    cursor: pointer;
}

.td_stockChanged {
    text-align: right;
    color: red;
    font-weight: bold;
}

.td_stockNotChanged {
    text-align: right;
    color: #00d100;
}

.td_offerBlocked {
    text-align: center;
    color: red;
}

.td_offerNotBlocked {
    text-align: center;
    color: #00d100;
}

.div_menuTopRight {
    position: absolute;
    top: 40px;
    border: 1px solid #888;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px;
    background-color: rgba(230,230,230,0.9);
    text-align: right;
    display: none;
    z-index: 100000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button_closeWindow {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    color: red;
}

.div_filter {
    right: 40px;
}

.div_actions {
    right: 140px;
}

.div_flashMessageOuter {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 300px;
}

.div_flashMessage {
    margin: 2px;
    padding: 3px 10px 3px 10px;
    background-color: #eee;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
}

.div_flashMessage_Error {
    background-color: rgba(255, 0, 0, 0.2);
}

.div_flashMessage_Warning {
    background-color: rgba(255, 165, 0, 0.2);
}

.div_flashMessage_OK {
    background-color: rgba(0, 255, 0, 0.2);
}

.span_flashMessageTitle {
    font-weight: bold;
}

.td_boughtOffer{
    font-style: italic;
    color: #aaa;
}

.div_addressForm {
    float: left;
    margin-right: 50px;
}

label {
    border: 1px solid #e0e0e0;
    float: left;
    clear: both;
    padding: 2px 8px 0 8px;
    background-color: #eee;
    color: #337ab7;
    margin-top: 1px;
    font-weight: normal !important;
    border-radius: 2px;
}

label input {
    margin: -4px -1px 0 3px;
    color: black;
    border: 1px solid #e0e0e0;
    padding-left: 5px;
    padding-right: 5px;
}

label select {
    margin: -2px -1px 0 3px;
    color: black;
    border: 1px solid #e0e0e0;
    padding-left: 5px;
    padding-right: 5px;
}

label textarea {
    margin: -2px -1px -2px 3px;
    color: black;
    border: 1px solid #e0e0e0;
}

label>span {
    color: black;
}

.input_zip {
    width: 60px;
}

.input_company {
    width: 200px;
}

#div_articleList input {
    margin-bottom: 5px;
}

button {
    border: 0;
    background-color: inherit;
}