<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */



.amount {
    text-align: right;
}

.pointer {
    cursor: pointer;
}


/* BOOKING - START */
#paymentproxy, #paymentproxy body {
    background: none;
}


.booking {
    overflow: auto;
}

    .booking .container {
        background-color: white;
        border-left: 1px solid silver;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
        box-shadow: 1px 1px 1px #888888;
        padding-bottom: 10px;
    }

    .booking #paymentframe {
        width: 100%;
        height: 400px;
        border: 0;
        overflow: hidden;
    }

.pos-container {
    background-color: green;
    color: white;
    height: 10px;
    width: 10px;
    cursor: pointer;
    position: absolute;
    text-align: center;
}

    .pos-container.op {
        opacity:0.2;
        cursor:default;
    }

    .pos-container.taken {
        background-color: red;
    }

    .pos-container.taken.current-signup-false {
        cursor: default;
    }

    .pos-container.taken.reserved {
        background-color: yellow;
    }

    .pos-container.taken.moveStandby {
        background-color: black !important;
    }

    .pos-container.taken.current-signup-false.reserved {
        cursor: default;
    }

    .pos-container.free:hover {
        background-color: blue;
    }

    .pos-container.free.pos-selected {
        background-color: yellow;
        color: black;
    }

.infobox {
    position: fixed;
    z-index: 100000;
    top: 10px;
    left: 10px;
}

/* BOOKING - END*/


/* CUSTOMER - START */
.customerMarketSignupTable {
}

    .customerMarketSignupTable .market-actual-false {
        display: none;
    }

.customerDocumentTable {
}

    .customerDocumentTable .document-actual-false {
        display: none;
    }

.customerAccountTable {
}

    .customerAccountTable .account-actual-false {
        display: none;
    }

.customerNotes .message-text {
    margin-left: 0 !important;
}
/* CUSTOMER - END */


.open-sub {
    display: block !important;
}


.zetaaccount-context {
    padding: 7px 13px 0;
    position: relative;
}

    .zetaaccount-context .label {
        text-shadow: none !important;
        display: block;
        color: #bfbfbf;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 0 0 1px #fff;
        padding-left: 0;
        text-align: left;
    }





@media print {
    #left-panel {
        display: none !important;
    }

    #main {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    #header {
        display: none !important;
    }
}
</pre></body></html>