/*
    Associa Blue:
        C: 100
        M: 64
        Y: 0
        K: 60

        R:0
        G:42
        B:2

        Web Safe: #002b5c

    Associa Gold:
        C: 0
        M: 35
        Y: 90
        K: 0

        R: 251
        G: 176
        B: 52

        Web Safe: #fbb034
*/

.background {
    background: #fff url('/resource/img/layout/body/background_associa.png?3930d0da6a5e') repeat-x bottom left;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.card .section_header {
    background: #002b5c;
    color: #fafafa;
    margin-bottom: 12px;
    padding: 10px;
    text-shadow: 0 1px 0 #000;
}

.global_navigation {
    background-color: #002b5c;
    border-radius: 8px;
    box-shadow: 1px 3px 6px #888;
    height: 36px;
    margin-top: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 1px 3px 6px #888;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 1px 3px 6px #888;
}

#id_cancel_button {
    background: red;
}

.nav.global.pages li.new_order a {
    background-color: #fbb034;
    text-shadow: #1a5892 0 -1px 0;
}

.selected_category {
    background-color: #fbb034 !important;
}

