﻿/* ######################## */
/*           MISC           */
/* ######################## */

/* Skins */
.gridview_pro {
    margin-bottom: 20px
}

.detailsview_pro, .detailsview_proslim {
    margin-bottom: 20px
}

.ddl_pro {
    margin-bottom: 20px;
    margin-right: 20px
}

.btn_pro {
    margin-bottom: 20px
}


/* CMS */
h1.big_line_height {
    line-height: 2em
}

#maincol ul.terms_index li {
    list-style: none;
    text-indent: 0
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* Replete modal */
body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

/* Attributes footer on tablet/desktop */
@media only screen and (min-width: 601px) {
    .attributes_footer {
        display: none;
    }
}


/* Admin pages */
.admin_left {
    float: left;
    width: 49%
}

.admin_right {
    float: right;
    width: 49%;
}

.admin_left_productlinks {
    float: left;
    width: 48%;
    border-right: 4px solid #000000;
}

.admin_right_productlinks {
    float: left;
    width: 48%
}

@media only screen and (max-width: 900px) {
    .admin_left {
        float: none;
        width: 100%
    }

    .admin_right {
        float: none;
        width: 100%
    }

    .admin_left_productlinks {
        float: none;
        width: 100%
    }

    .admin_right_productlinks {
        float: none;
        width: 100%
    }
}


#administration_menu h2 {
    margin-top: 30px
}

.CustomerRole_VIP {
    padding-top: 8px;
    color: purple;
    font-size: 26px;
    font-weight: 700
}

.CustomerRole_POI {
    padding-top: 8px;
    color: #774a1c;
    font-size: 26px;
    font-weight: 700
}

.CustomerRole_RR {
    padding-top: 8px;
    color: #AABBFF;
    font-size: 26px;
    font-weight: 700
}

#customercomplaint_left {
    float: left;
    width: 59%
}

#customercomplaint_right {
    float: right;
    width: 39%
}

.pickinglist_highlight {
    font-size: 30px;
    border: 1px solid red
}

.print_orders_totals {
    line-height: 3em;
    float: right
}

#invoice_totals {
    width: 680px;
    text-align: right
}

.print_order_items, .picking_order_items {
    font-size: 1em
}

.print_order_items th, .picking_order_items th {
    line-height: 3em
}

th.print_order_items_right {
    text-align: right
}

.print_order_items tr th, .picking_order_items tr th {
    vertical-align: top
}

.picking_order_items tr td {
    border-bottom: 1px solid #666
}

.delivery_label {
    font-size: 2em
}

.dark_text {
    color: #000
}

.dark_text a {
    color: #000
}


/* Invoices */
.fulljustify {
    text-align: justify
}

.fulljustify:after {
    content: "";
    display: inline-block;
    width: 100%
}


/* Reports */
.GridViewContainer {
    overflow: auto
}

.FrozenHeader {
    background-color: Gray;
    position: relative;
    cursor: default;
    top: expression(document.getElementById(GridViewContainer).scrollTop-2);
    z-index: 10
}

.FrozenHeader.locked {
    z-index: 99
}

.verticaltext {
    writing-mode: tb-rl;
    filter: flipH() flipV()
}

.commodity_comparison_td {
    position: relative;
}


/* Modal popup */
.modalBackground {
    background-color: #ddd;
    filter: alpha(opacity=70);
    opacity: .7
}

.modalPopup {
    background-color: #ddd;
    border-width: 2px;
    border-style: solid;
    border-color: #aaa;
    padding: 10px;
    width: 450px
}


/* Collapsable panel */
.collapse_header {
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
    margin: 10px 0
}

.collapse_text {
    font-size: 1.2em;
    color: #e28236;
    margin-left: 5px
}

.collapse_body {
    width: 100%;
    height: 0;
    overflow: hidden
}


/* Misc */
.media {
    width: 250px
}

#print {
    background-color: #fff
}

.Article_Image {
    max-height: 120px;
    max-width: 120px;
    margin-right: 10px
}

#newsletters a img {
    border: 1px solid #999
}
