/*
WINTER 2013 - Cashier Live Web App Base Styles
Built upon: Qtip2, Retina.js
*/

/* apply a natural box layout model to all elements */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

body {
    background-color: #fff;
    margin: auto;
}

    body.itmCashier_v, body.cashier {
        background-image: url("../images/cashier-body-bg.png");
        background-repeat: no-repeat;
        margin: auto;
        background-position: 50% 230px;
        background-color: #f8f8f8;
    }

    body.transactions {
        background-image: url("../images/transactions-body-bg.png");
        background-repeat: no-repeat;
        margin: auto;
        background-position: 50% 230px;
        background-color: #f8f8f8;
    }

    body.customers {
        background-image: url("../images/customers-body-bg.png");
        background-repeat: no-repeat;
        margin: auto;
        background-position: 50% 230px;
        background-color: #f8f8f8;
    }

    body.manager {
        background-image: url("../images/manager-items-body-bg.png");
        background-repeat: no-repeat;
        margin: auto;
        background-position: 50% 430px;
        background-color: #f8f8f8;
    }

/*
EMBEDDED FONTS
*/

@font-face {
    font-family: 'noto_sansbold';
    src: url('../fonts/notosans-bold-webfont.eot');
    src: url('../fonts/notosans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans-bold-webfont.woff') format('woff'), url('../fonts/notosans-bold-webfont.ttf') format('truetype'), url('../fonts/notosans-bold-webfont.svg#noto_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.eot');
    src: url('../fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans-regular-webfont.woff') format('woff'), url('../fonts/notosans-regular-webfont.ttf') format('truetype'), url('../fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.eot');
    src: url('../fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/notosans-regular-webfont.woff') format('woff'), url('../fonts/notosans-regular-webfont.ttf') format('truetype'), url('../fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

UPGRADE ACCOUNT

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#upgrade-account {
    background-color: #555;
    width: 100%;
    height: 30px;
}

    #upgrade-account p {
        font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        color: #aaa;
        padding: 6px 10px 10px 10px;
        margin-top: 0px;
        margin-left: 40px;
    }

.upgrade-account-button {
    padding: 3px 6px;
    border: 1px solid #f1890f;
    font-family: 'noto_sansbold', 'Lucida Grande',sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
    margin-top: -1px;
    position: fixed;
}

    .upgrade-account-button a {
        text-decoration: none;
        color: #fff;
    }

        .upgrade-account-button a:hover {
            color: #999;
        }

        .upgrade-account-button a:active {
            color: #f1890f;
        }

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

STORE INFO BAR

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#store-info-wrapper {
    height: 30px;
    width: 100%;
    background-color: #333;
    margin-left: 118px;
    z-index: 999;
}

.store-info {
    color: #FFFFFF;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin: auto;
    padding: 7px 10px 10px;
    text-align: left;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

STORE INFO BAR - DROPDOWN STYLES

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.cashier-dropdown a {
    color: #fff;
    text-decoration: none;
}

.cashier-dropdown:hover {
    background-color: #555;
}

.cashier-dropdown a:active {
    color: #999;
}

ul.cashier-dropdown {
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    float: right;
    margin: auto;
    margin-right: 118px;
    height: 30px;
    background-color: #333;
    padding: 7px 10px 10px;
    border-left: 1px solid #555;
    list-style: none;
}

    ul.cashier-dropdown ul {
        font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
        font-weight: normal;
        font-style: normal;
        min-width: 200px;
        visibility: hidden;
        position: absolute;
        top: 30px;
        right: 10px;
        list-style: none;
        margin-right: 108px;
    }

        ul.cashier-dropdown ul li {
            font-weight: normal;
            font-style: normal;
            background: #555;
            color: #fff;
            border-bottom: 1px solid #999;
            text-align: left;
            font-size: 14px;
            text-transform: capitalize;
        }

            ul.cashier-dropdown ul li a {
                border-right: none;
                width: 100%;
                display: inline-block;
                padding: 10px;
            }

.submenu {
    max-height: 500px;
    margin-left: 0;
    padding-left: 0;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    max-width: 400px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.submenu li:hover {
    background-color: #f1890f;
}

ul.submenu li a:active {
    opacity: 0;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

CASHIER TOOLS - DROPDOWN STYLES

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.submenu-tools {
    max-height: 500px;
    width: 180px;
    margin: auto;
    padding: 0px;
    position: absolute;
    right: 129px;
    top: 46px;
    margin-left: 0;
    padding-left: 0;
    -webkit-box-shadow: 0px 3px 5px #999;
    -moz-box-shadow: 0px 3px 5px #999;
    box-shadow: 0px 3px 5px #999;
    z-index: 100;
    cursor: pointer;
}

    .submenu-tools ul {
        list-style: none;
        margin: auto;
        padding: 0;
        border: none;
    }

    .submenu-tools li {
        font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
        font-size: 14px;
        font-style: normal;
        text-transform: capitalize;
        color: #333;
        text-align: left;
        background: #fff;
        border-bottom: 1px solid #dedede;
        display: block;
    }

        .submenu-tools li a {
            color: #333;
            text-decoration: none;
            display: block;
            height: 100%;
            width: 100%;
            padding: 10px;
        }

        .submenu-tools li:hover a {
            color: #f1890f;
            background-color: #fffef1;
        }

        .submenu-tools li:active a {
            color: #f8c487;
            background-color: #fffef1;
        }
.adminsubmenu-tools {
    max-height: 500px;
    width: 180px;
    margin: auto;
    padding: 0px;
    position: absolute;
    right: 129px;
    top: 46px;
    margin-left: 0;
    padding-left: 0;
    -webkit-box-shadow: 0px 3px 5px #999;
    -moz-box-shadow: 0px 3px 5px #999;
    box-shadow: 0px 3px 5px #999;
    z-index: 100;
    cursor: pointer;
}

    .adminsubmenu-tools ul {
        list-style: none;
        margin: auto;
        padding: 0;
        border: none;
    }

    .adminsubmenu-tools li {
        font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
        font-size: 14px;
        font-style: normal;
        text-transform: capitalize;
        color: #333;
        text-align: left;
        background: #fff;
        border-bottom: 1px solid #dedede;
        display: block;
    }

        .adminsubmenu-tools li a {
            color: #333;
            text-decoration: none;
            display: block;
            height: 100%;
            width: 100%;
            padding: 10px;
        }

        .adminsubmenu-tools li:hover a {
            color: #f1890f;
            background-color: #fffef1;
        }

        .adminsubmenu-tools li:active a {
            color: #f8c487;
            background-color: #fffef1;
        }

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

CASHIER TABLE

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#table-wrapper {
    margin-left: 118px;
    padding-top: 152px;
    overflow: scroll;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.cashier-table {
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
    font-weight: normal;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
    width: 100%;
}

    .cashier-table th {
        background-color: #F8F8F8;
        border-bottom: 1px solid #C8C8C8;
        border-top: 1px solid #C8C8C8;
        color: #333333;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 12px;
        min-height: 25px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-top: 5px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: text-top;
    }

        .cashier-table th a {
            text-decoration: none;
            color: #333;
        }

    /*

	.cashier-table th a:hover {
		text-decoration: none;
		color: #f1890f;
	}

	.cashier-table th a:active {
		text-decoration: none;
		color: #999;
	}

*/

    .cashier-table tr.row:hover {
        background-color: #fffef1;
        box-shadow: 0 0 2px 0 #B4B4B4;
    }

table.with-border td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D8D8D8;
    border-image: none;
    border-right: 1px solid #dedede;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    min-height: 40px;
    color: #333;
    height: 72px;
}

.row {
    cursor: pointer;
}

    .row td {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #D8D8D8;
        border-image: none;
        border-right: 1px solid #dedede;
        border-style: none solid solid none;
        border-width: 0 1px 1px 0;
        vertical-align: top;
        padding: 10px 10px 10px 10px;
        min-height: 40px;
        color: #333;
        height: 72px;
    }

        .row td.item-image-td {
            /*background-image: url("../images/no-photo-listview.png");*/
            background-position: 5px 5px;
            background-repeat: no-repeat;
            padding: 5px;
            width: 97px;
            height: 72px;
            margin: auto;
            padding: 5px 5px 2px;
        }

        .row td h1 {
            color: #333;
            font-size: 14px;
            margin: auto;
            font-weight: normal;
        }

p.item-id {
    color: #999999;
    font-size: 12px;
    margin: auto;
    padding: 8px 0 0;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.row td.item-edit {
    padding: 0px;
    width: 30px;
}

td.item-name-td {
    min-width: 300px;
    cursor: pointer;
}

td.item-qty-td {
    width: 75px;
    min-width: 75px;
    cursor: pointer;
}

td.item-tax-td, td.item-price-td {
    width: 125px;
    min-width: 125px;
    cursor: pointer;
}

    td.item-name-td a, td.item-qty-td a, td.item-tax-td a, td.item-price-td a {
        text-decoration: none;
        color: #555;
        display: block;
        min-height: 52px;
        width: 100%;
    }

    td.item-name-td:hover, td.item-qty-td:hover, td.item-tax-td:hover, td.item-price-td:hover {
        background-image: url("../images/item-qty-checkmark.png");
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    td.item-name-td:active, td.item-qty-td:active, td.item-tax-td:active, td.item-price-td:active {
        background-image: none;
    }

input.itemsku {
    color: #333;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
}

input.itemtax {
    color: #333;
    font-family: 'noto_sansregular', 'Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    width: 80px;
    border: none;
    background-color: transparent;
    outline: none;
}

input.itemsku:focus {
    color: #333;
}

.table-item-discount {
    height: 17px;
    width: 17px;
    display: block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 6px;
    border: none;
}

    .table-item-discount:hover {
        opacity: 0.5;
    }

    .table-item-discount:active {
        opacity: 0;
    }

.table-item-edit {
    height: 17px;
    width: 17px;
    display: block;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 6px;
    border: none;
    position: relative;
    top: 1px;
}

    .table-item-edit:hover {
        opacity: 0.5;
    }

    .table-item-edit:active {
        opacity: 0;
    }

.table-item-remove {
    height: 17px;
    width: 17px;
    display: block;
    cursor: pointer;
    margin-top: 7px;
    margin-left: 7px;
    border: none;
}

    .table-item-remove:hover {
        opacity: 0.5;
    }

    .table-item-remove:active {
        opacity: 0;
    }

.item-rule {
    height: 1px;
    background-color: #dedede;
    width: 30px;
    margin-top: 12px;
}

.toggle-arrow {
    padding-left: 3px;
    border: none;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

TOOLBAR

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#toolbar-wrapper {
    height: 59px;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    margin-left: 118px;
    border-bottom: 1px solid #cacaca;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

TEXT STYLES

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#content-wrapper {
}

.title-wrapper {
    padding: 18px 20px 20px 20px;
}

.titleheader {
    font-family: 'noto_sansbold', 'Lucida Grande', sans-serif;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    font-weight: normal;
    color: #333;
}

.transaction-id {
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 15px;
    text-align: right;
    font-weight: normal;
    color: #777;
    float: right;
    margin-top: 2px;
}

.super-pay {
    vertical-align: baseline;
    position: relative;
    top: -14px;
    font-size: 18px;
    padding-right: 3px;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

BUTTON STYLES

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.toolbarbutton {
    background-color: #f0f0f0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 9px 10px 9px 9px;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    color: #555;
    text-decoration: none;
    height: 38px;
    position: relative;
    cursor: pointer;
}

    .toolbarbutton:hover {
        border: 1px solid #777;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .toolbarbutton:active {
        color: #999;
    }

    .toolbarbutton img {
        position: absolute;
        top: -2px;
        left: 1px;
        border: none;
    }

.cashiertools-button {
    background-color: #f0f0f0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 8px 10px 8px 8px;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    color: #555;
    text-decoration: none;
    height: 38px;
    position: relative;
}

    .cashiertools-button:hover {
        border: 1px solid #777;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .cashiertools-button:active {
        color: #999;
    }

    .cashiertools-button img {
        position: absolute;
        top: -2px;
        left: 1px;
        border: none;
    }

.scanner-button {
    background-color: #f0f0f0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 8px 10px 8px 8px;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    color: #555;
    text-decoration: none;
    height: 38px;
    position: relative;
}

    .scanner-button:hover {
        border: 1px solid #777;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .scanner-button:active {
        color: #999;
    }

    .scanner-button img {
        position: absolute;
        top: -2px;
        left: 1px;
        border: none;
    }

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

SEARCH BOX

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

textarea {
    -webkit-appearance: none;
}

#searchbox {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 8px 8px 8px 44px;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    color: #555;
    text-decoration: none;
    height: 38px;
    width: 380px;
    outline: none;
    resize: none;
    overflow: auto;
    margin: auto;
    background-image: url("../images/new-search-icon-bg.png");
    background-repeat: no-repeat;
}

    #searchbox:hover, #searchbox:focus {
        border: 1px solid #f1890f;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    #searchbox:focus {
    }

#searchbox1 {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 6px 8px 8px 44px;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    color: #555;
    text-decoration: none;
    height: 38px;
    width: 360px;
    outline: none;
    resize: none;
    overflow: auto;
    margin: auto;
    background-image: url("../images/new-search-icon-bg.png");
    background-repeat: no-repeat;
}

    #searchbox1:hover, #searchbox1:focus {
        border: 1px solid #f1890f;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    #searchbox1:focus {
    }

.searchbox {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bebebe;
    padding: 8px 8px 8px 44px;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    color: #555;
    text-decoration: none;
    height: 38px;
    width: 380px;
    outline: none;
    resize: none;
    overflow: auto;
    margin: auto;
    background-image: url("../images/new-search-icon-bg.png");
    background-repeat: no-repeat;
}

    .searchbox:hover, .searchbox:focus {
        border: 1px solid #f1890f;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .searchbox:focus {
    }

fieldset {
    border: 0 none;
    padding: 0;
    width: 360px;
    height: 38px;
    position: relative;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

SIDE NAVIGATION

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#sidenavwrapper {
    height: 100%;
    width: 118px;
    background-color: #f0f0f0;
    position: fixed;
    padding-top: 15px;
    background-image: url("../images/sidenav-bg.png");
    background-repeat: repeat-y;
    overflow: hidden;
    z-index: 100;
    top: 0;
}

ul#ancillarynav {
    position: fixed;
    bottom: 5px;
    text-align: center;
    left: 31px;
}

#sidenav li {
    list-style: none;
    display: block;
    background-image: url("../images/side-navigation.png");
    background-repeat: no-repeat;
    height: 90px;
    width: 118px;
    margin-left: -40px;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

    #sidenav li a {
        display: block;
        padding-bottom: 90px;
    }

    #sidenav li#headerControl_itmCashier_v2 {
        background-position: 0px 0px;
    }

        #sidenav li#headerControl_itmCashier_v2:hover {
            background-position: -118px 0px;
        }

        #sidenav li#headerControl_itmCashier_v2:active {
            background-position: -236px 0px;
        }

    #sidenav li#headerControl_itmTransactions_v2 {
        background-position: 0px -103px;
        margin-top: -4px;
    }

        #sidenav li#headerControl_itmTransactions_v2:hover {
            background-position: -118px -103px;
        }

        #sidenav li#headerControl_itmTransactions_v2:active {
            background-position: -236px -103px;
        }

    #sidenav li#headerControl_itmCustomer_v2 {
        background-position: 0px -211px;
        margin-top: -3px;
    }

        #sidenav li#headerControl_itmCustomer_v2:hover {
            background-position: -118px -211px;
        }

        #sidenav li#headerControl_itmCustomer_v2:active {
            background-position: -236px -211px;
        }

    #sidenav li#headerControl_itmManager_v2 {
        background-position: 0px -310px;
        margin-top: -9px;
    }

        #sidenav li#headerControl_itmManager_v2:hover {
            background-position: -118px -310px;
        }

        #sidenav li#headerControl_itmManager_v2:active {
            background-position: -236px -310px;
        }

    #sidenav li#headerControl_itmTimeclock_v2 {
        background-position: 0px -411px;
        margin-top: -8px;
    }

        #sidenav li#headerControl_itmTimeclock_v2:hover {
            background-position: -118px -411px;
        }

        #sidenav li#headerControl_itmTimeclock_v2:active {
            background-position: -236px -411px;
        }

    #sidenav li#headerControl_itmSecure_v2 {
        background-position: 0px -519px;
        margin-top: 2px;
    }

        #sidenav li#headerControl_itmSecure_v2:hover {
            background-position: -118px -519px;
        }

        #sidenav li#headerControl_itmSecure_v2:active {
            background-position: -236px -519px;
        }

#ancillarynav li {
    display: block;
    list-style: none outside none;
    margin-left: -36px;
}

    #ancillarynav li#settings {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        font-family: "noto_sansbold","Lucida Grande",sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 25px;
        text-align: center;
    }

        #ancillarynav li#settings a {
            color: #777;
            text-decoration: none;
        }

            #ancillarynav li#settings a:hover {
                opacity: 0.5;
            }

            #ancillarynav li#settings a:active {
                color: #f1890f;
                opacity: 1;
            }

    #ancillarynav li#support {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        font-family: "noto_sansbold","Lucida Grande",sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 25px;
        text-align: center;
    }

        #ancillarynav li#support a {
            color: #777;
            text-decoration: none;
            /*text-transform: uppercase;*/
        }

            #ancillarynav li#support a:hover {
                opacity: 0.5;
            }

            #ancillarynav li#support a:active {
                color: #f1890f;
                opacity: 1;
            }

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

ORANGE TAP BAR - PAY BUTTON

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#orange-tap-bar {
    height: 80px;
    width: 100%;
    background-color: #f1890f;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    margin-left: 118px;
    z-index: 100;
}

.grandtotal {
    background-color: #333;
    height: 60px;
    min-width: 270px;
    padding: 11px 10px 10px;
    float: right;
    text-align: left;
    margin-right: 118px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

    .grandtotal h1 {
        color: #fff;
        font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
        font-size: 40px;
        line-height: 43px;
        font-weight: normal;
        text-transform: uppercase;
        margin: auto;
        text-align: left;
        margin-top: -2px;
        float: left;
        margin-right: 80px;
    }

    .grandtotal h2 {
        color: #999999;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 18px;
        margin: auto 23px auto auto;
        padding-left: 5px;
        padding-top: 1px;
        text-align: left;
        width: 45px;
    }

    .grandtotal h3 {
        color: #FFFFFF;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 21px;
        font-weight: normal;
        margin: auto 40px auto auto;
        padding-left: 10px;
        padding-top: 3px;
        text-align: left;
    }

.pay-button {
    background-color: #20BF25;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: 'noto_sansbold', 'Lucida Grande', sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    height: 38px;
    line-height: 21px;
    outline: medium none;
    padding: 8px 9px 10px 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 10px;
}

    .pay-button a {
        text-decoration: none;
        color: #fff;
    }

    .pay-button:active {
        color: #89d28b;
    }

    .pay-button:hover, #pay-button:focus {
        background-color: #13a417;
    }

.pay-button1 {
    background-color: #20BF25;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    height: 38px;
    line-height: 21px;
    outline: medium none;
    padding: 8px 9px 10px 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 10px;
}

    .pay-button1 a {
        text-decoration: none;
        color: #fff;
    }

    .pay-button1:active {
        color: #89d28b;
    }

    .pay-button1:hover, #pay-button1:focus {
        background-color: #13a417;
    }

.return-button1 {
    background-color: red;
    padding: 8px 5px 2px 5px;
}

    .return-button1:hover, .return-button1:focus {
        background-color: #e20000;
    }

    .return-button1:active {
        color: #e06363;
    }

#tap-bar-options-wrapper {
    width: 370px;
    float: left;
    position: relative;
    margin-left: -10px;
}

ul#tap-bar-options {
    list-style: none;
    margin-left: -5px;
}

#tap-bar-options li {
    height: 60px;
    width: 60px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: -17px;
    margin-right: 15px;
}

    #tap-bar-options li img {
        border: none;
    }

        #tap-bar-options li img:hover {
            opacity: 0.5;
        }

    #tap-bar-options li p {
        color: #FFFFFF;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 21px;
        font-weight: normal;
        margin: auto;
        padding-left: 20px;
        padding-top: 16px;
        text-align: left;
        width: auto;
        height: 60px;
    }

        #tap-bar-options li p a {
            text-decoration: none;
        }

        #tap-bar-options li p:hover {
            opacity: 0.5;
        }

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

BROWSE - DEPARTMENT LIST

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#alldepartments {
    height: auto;
    left: 118px;
    margin: auto;
    position: absolute;
    top: 152px;
    width: auto;
}

ul.department-list {
    clear: both;
    float: left;
    list-style: none outside none;
    margin: auto;
    overflow-x: hidden;
    padding: 10px 110px 90px 10px;
    position: relative;
    width: auto;
}

    ul.department-list li {
        background-color: #FFFFFF;
        border: 1px solid #CAC9C9;
        border-radius: 3px;
        color: #F1890F;
        display: inline;
        float: left;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        height: auto;
        line-height: 18px;
        margin: 10px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        width: 23%;
        text-transform: capitalize;
        min-width: 180px;
    }

        ul.department-list li a {
            color: #F1890F;
            display: block;
            height: 100%;
            padding: 20px;
            text-decoration: none;
            width: 100%;
            text-transform: capitalize;
        }

        ul.department-list li:hover a {
            color: #fff;
        }

        ul.department-list li:active a {
            opacity: 0;
        }

        ul.department-list li:hover {
            border: 1px solid #F1890F;
            cursor: pointer;
            background: #F1890F;
            color: #fff;
        }

#cart {
    background-color: #F0F0F0;
    background-image: url("../images/cart-bg.png");
    background-repeat: repeat-y;
    float: right;
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: fixed;
    right: 0;
    width: 100px;
    padding-top: 12px;
    top: 152px;
}

.selected-items {
    color: #555555;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    border-left: 1px solid #CACACA;
    float: right;
    height: 63px;
    margin-right: 100px;
    padding-left: 18px;
    padding-right: 20px;
    padding-top: 13px;
    position: absolute;
    right: 17px;
    text-align: center;
    top: 0;
    width: 101px;
    line-height: 18px;
}

.cart-item {
    height: auto;
    margin-bottom: 12px;
    margin-top: -16px;
    cursor: pointer;
}

.cart-image {
    width: 81px;
    height: 59px;
    background-color: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #BEBEBE;
    overflow: hidden;
}

    .cart-image img {
        height: auto;
        width: 100%;
        border: none;
    }

.cart-price {
    width: 81px;
    height: 27px;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #BEBEBE;
    margin-top: -1px;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333;
    text-align: center;
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.remove-cart-item {
    border: medium none;
    cursor: pointer;
    height: 18px;
    left: -5px;
    margin-bottom: -16px;
    position: relative;
    width: 18px;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

BROWSE - DEPARTMENT LIST DETAIL

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#alldepartments-detail {
    height: auto;
    left: 118px;
    margin: auto;
    padding: 10px 110px 95px 10px;
    position: absolute;
    top: 152px;
    width: auto;
}

.department-list-detail {
    background-color: #FFFFFF;
    border: 1px solid #CAC9C9;
    border-radius: 3px;
    color: #F1890F;
    display: inline;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 186px;
    line-height: 18px;
    margin: 10px;
    overflow: hidden;
    text-align: center;
    width: 188px;
    position: relative;
    cursor: pointer;
}

    .department-list-detail:hover {
        -moz-box-shadow: 0px 0px 3px 0px #bebebe;
        -webkit-box-shadow: 0px 0px 3px 0px #bebebe;
        box-shadow: 0px 0px 3px 0px #bebebe;
        border-color: #f1890f;
        background-color: #fffef1;
    }

    .department-list-detail p {
        color: #333;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 18px;
        margin: auto;
        padding: 8px;
        text-align: left;
        width: 186px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 45px;
        word-wrap: break-word;
    }

        .department-list-detail p:hover {
            color: #f1890f;
        }

        .department-list-detail p:active {
            opacity: 0;
        }

    .department-list-detail a {
        text-decoration: none;
    }

.department-list-detail-price {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 3px;
    color: #333333;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    left: 8px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 92px;
    width: auto;
    z-index: 1;
}

.department-list-detail-img-wrapper {
    width: 188px;
    height: 130px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #cacaca;
    background-color: #f6f6f6;
}

.department-list-detail-move {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    color: #333333;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    right: 0px;
    padding: 4px;
    position: absolute;
    text-align: left;
    top: 0px;
    width: auto;
    z-index: 1;
    margin-top: -1px;
    margin-right: -1px;
}

    .department-list-detail-move:hover {
        border: 1px solid #f1890f;
    }

.filter-alldepartments-detail {
    float: right;
    position: relative;
    right: 210px;
    top: -6px;
    width: 300px;
}

.filter-ddl {
    clear: both;
    color: #555555;
    display: inline;
    float: right;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    margin: auto;
    position: absolute;
    right: 537px;
    top: 21px;
    z-index: 2;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

TRANSACTIONS

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

/*
Transactions Time Toggle Styles
*/

ul.time-toggle-transactions {
    padding: 0px;
    margin: auto;
    display: inline-block;
    list-style: none;
}

.time-toggle-transactions li {
    color: #555555;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    margin: auto;
    text-transform: capitalize;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
}

    .time-toggle-transactions li:hover {
        color: #999;
    }

    .time-toggle-transactions li:active {
        opacity: 0.5;
    }

    .time-toggle-transactions li.time-toggle-active {
        color: #fff;
        background-color: #f1890f;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .time-toggle-transactions li a {
        color: #555;
        text-decoration: none;
    }

li.time-toggle-active a {
    color: #fff;
    text-decoration: none;
}

    li.time-toggle-active a:active {
        opacity: 0.5;
    }

/*
Transactions Row Height
*/

.row td.row-transactions {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .row td.row-transactions a {
        text-decoration: none;
        color: #F1890F;
    }

/*
Transactions Type Color Styles
*/

.sale-transactions {
    color: #1cbf26;
}

.return-transactions {
    color: #dc3c3c;
}

.hold-transactions {
    color: #333;
}

.xzreport-transactions {
    color: #8b1cbf;
}

.inprocess-transactions {
    color: #999;
}

/*
Filter Transactions Styles
*/

.label-filter {
    font-family: 'noto_sansbold','Lucida Grande',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 0px;
}

input[type="button"] {
    cursor: pointer;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        color: #555;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 15px;
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }

        input[type="radio"] + label span {
            display: inline-block;
            width: 20px;
            height: 15px;
            margin: -1px 1px 0 0;
            vertical-align: middle;
            background: url("../images/radio-checkboxes.png") 0px 0px no-repeat;
            cursor: pointer;
        }

    input[type="radio"]:checked + label span {
        background: url("../images/radio-checkboxes.png") 0px -15px no-repeat;
    }

.label-radio-filter:hover {
    color: #f1890f;
}

.trans-filter {
    background-color: #FFF0DF;
    color: #333333;
    display: inline-block;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    /*height: 28px;*/
    padding: 2px 6px 2px 8px;
    text-decoration: none;
    width: auto;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
}

    .trans-filter img {
        padding-bottom: 1px;
        padding-left: 6px;
        padding-right: 3px;
        margin: auto;
        cursor: pointer;
    }

    .trans-filter:hover {
        color: #ada398;
    }

.trans-filter-btn span {
    background-color: #FFF0DF;
    color: #333333;
    display: inline-block;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    text-decoration: none;
    width: auto;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
}

.trans-filter-btn:hover {
    color: #ada398;
}

.trans-clear {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 3px;
    color: #888888;
    cursor: pointer;
    display: inline-block;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    margin: auto auto auto 10px;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
    text-transform: uppercase;
}

    .trans-clear p {
        margin: auto;
        padding: 7px 6px 6px 6px;
    }

    .trans-clear:hover {
        border: 1px solid #f1890f;
        color: #f1890f;
    }

.recall-btn {
    background-color: #20BF25;
    border-radius: 3px;
    border: 1px solid #20BF25;
    color: #fff;
    display: inline-block;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 11px;
    line-height: 11px;
    margin: auto;
    padding: 4px 5px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.row td.row-transactions a.recall-btn {
    color: #FFFFFF;
    text-decoration: none;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

TRANSACTION DETAILS

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

ul.tran-detail-title-list {
    color: #999999;
    display: inline-block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 33px;
    list-style: none outside none;
    margin: auto auto auto 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 88px;
}

    ul.tran-detail-title-list li {
        display: block;
    }

ul.tran-detail-title-list-items {
    color: #333;
    display: inline-block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 33px;
    list-style: none outside none;
    margin: auto auto auto 0;
    padding: 0;
    text-align: left;
    width: auto;
}

    ul.tran-detail-title-list-items li span {
        display: block;
        /*width: auto;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 180px;
        min-width: 180px;
        min-height: 33px;
    }

.addtipbtn {
    background-color: #FFFFFF;
    border: 1px solid #F1890F;
    border-radius: 3px;
    clear: both;
    color: #F1890F;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-style: normal;
    height: 29px;
    margin: 2px auto auto;
    padding: 0;
    text-decoration: none;
    width: auto;
}

    .addtipbtn p {
        font-size: 14px;
        margin: -8px auto auto;
        padding: 5px 8px;
        text-transform: uppercase;
    }

    .addtipbtn:active {
        opacity: 0.5;
    }

.tran-detail-title {
    color: #999;
    display: block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: auto;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.tran-signature-box {
    height: 100px;
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #e5e5e5;
    clear: both;
    text-align: center;
}

    .tran-signature-box img {
        padding-top: 15px;
    }

.return-label {
    background-color: #D91919;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 11px;
    margin-bottom: auto;
    margin-left: 8px;
    margin-right: auto;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
    margin-top: 0px;
}

.return-checkmark-bg {
    background-color: #f8f8f8;
}

.tran-customer-title {
    color: #999999;
    display: inline-block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 33px;
    margin: auto auto auto 0;
    padding: 0;
    text-align: left;
    width: auto;
}

.tran-customer-info {
    color: #333;
    display: inline-block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: auto auto auto 0;
    padding: 0;
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    clear: both;
}

.tran-customer-name {
    color: #F1890F;
    display: block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: auto;
    padding: 0;
    text-align: left;
    width: 300px;
    text-decoration: none;
    word-wrap: break-word;
    cursor: pointer;
}

    .tran-customer-name a {
        color: #F1890F;
        text-decoration: none;
        display: block;
    }

    .tran-customer-name:hover {
        opacity: 0.5;
    }

.save-txn-btn {
    float: left;
    background-color: #F0F0F0;
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    color: #555555;
    cursor: pointer;
    font-family: 'noto_sansbold','Lucida Grande',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    outline: medium none;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: auto;
    width: 100%;
    cursor: pointer;
}

    .save-txn-btn:hover {
        border: 1px solid #777;
        -moz-box-shadow: 0px 0px 3px 0px #ccc;
        -webkit-box-shadow: 0px 0px 3px 0px #ccc;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .save-txn-btn:active {
        color: #999;
    }

/*
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

	CUSTOMERS HOME

	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	*/

.customers-name-jump-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    cursor: pointer;
    float: right;
    height: 33px;
    letter-spacing: 6px;
    padding-left: 15px;
    padding-top: 5px;
    position: relative;
    right: 118px;
    top: -3px;
    width: 696px;
}

    .customers-name-jump-wrapper ul {
        list-style: none outside none;
        margin: auto;
        padding: 0;
    }

    .customers-name-jump-wrapper li {
        color: #F1890F;
        display: inline-block;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
    }

        .customers-name-jump-wrapper li a {
            color: #F1890F;
            text-decoration: none;
        }

            .customers-name-jump-wrapper li a:hover {
                color: #333;
            }

            .customers-name-jump-wrapper li a:active {
                color: #333;
            }

.jump-to {
    color: #555555;
    display: inline;
    float: right;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    left: -125px;
    margin: auto;
    position: relative;
    top: 3px;
}

.letter-row td {
    vertical-align: top;
    padding: 5px 10px;
    color: #F1890F;
    border-bottom: 1px solid #dedede;
    font-size: 21px;
    border-right: 1px solid #fff;
}

tr.letter-row td span {
    display: block;
    height: 0;
    margin-top: -158px;
    padding-bottom: 158px;
    position: relative;
    z-index: -1;
}

.customer-name-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.right-fullscreen-wrapper {
    padding: 18px 20px 20px 20px;
    position: fixed;
    top: 26px;
    left: 453px;
    background-color: #fff;
    width: 100%;
    z-index: 4;
    box-shadow: 0px 0px 2px 0px #b4b4b4;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.saved-cards-wrapper-all {
    clear: both;
    margin-left: 472px;
    margin-top: 109px;
    overflow: hidden;
    width: auto;
}

/* RIGHT FULL SCREEN SUB NAV GROUP */

ul.right-fullscreen-subnav-group {
    display: block;
    margin: auto;
    position: relative;
    text-align: center;
    left: -231px;
}

    ul.right-fullscreen-subnav-group li {
        margin: auto;
        color: #999999;
        cursor: pointer;
        display: inline-block;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        list-style: none outside none;
        margin-right: 25px;
        text-decoration: none;
        bottom: 0px;
        position: relative;
        top: 3px;
    }

        ul.right-fullscreen-subnav-group li a {
            color: #999999;
            text-decoration: none;
        }

            ul.right-fullscreen-subnav-group li a:hover {
                color: #333;
            }

            ul.right-fullscreen-subnav-group li a:active {
                opacity: 0.5;
            }

            ul.right-fullscreen-subnav-group li a.active {
                border-bottom: 4px solid #F1890F;
                color: #F1890F;
                font-family: 'noto_sansbold','Lucida Grande',sans-serif;
                padding-bottom: 13px;
                text-decoration: none;
            }

table.customer-stats-table {
    font-family: 'noto_sansregular', 'Lucida Grande', sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
    font-weight: normal;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 89px;
}

.recall-btn {
    background-color: #20BF25;
    border-radius: 3px;
    border: 1px solid #20BF25;
    color: #fff;
    display: inline-block;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 11px;
    line-height: 11px;
    margin: auto;
    padding: 4px 5px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.row td.row-transactions a.recall-btn {
    color: #FFFFFF;
    text-decoration: none;
}

.send-btn {
    background-color: #F1890F;
    border-radius: 3px;
    border: 1px solid #F1890F;
    color: #fff;
    display: inline-block;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 11px;
    line-height: 11px;
    margin: auto;
    padding: 4px 5px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    vertical-align: text-bottom;
    text-decoration: none;
}

.row td.row-transactions a.send-btn {
    color: #fff;
    text-decoration: none;
}

/*
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

	MANAGER HOME

	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	*/

/* MANAGER NAV 2.0 */

.manager-nav-wrapper {
    position: fixed;
    top: 30px;
    width: 185px;
    border-left: 1px solid #c8c8c8;
    background-color: #fff;
    height: 100%;
    padding: 15px;
    float: right;
    right: 0px;
    overflow-y: scroll;
    padding-left: 22px;
    padding-right: 22px;
    background-image: url("../images/manager-nav-bg.jpg");
    background-repeat: repeat-y;
    background-position: left;
    margin: auto;
}

    .manager-nav-wrapper ul {
        margin: auto;
        padding: 0 0 300px;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #888;
        float: left;
        text-align: left;
        float: left;
    }

    .manager-nav-wrapper li {
        display: block;
        list-style: none outside none;
        margin: 10px auto;
        padding-left: 10px;
    }

        .manager-nav-wrapper li a {
            text-decoration: none;
            color: #999;
            margin: auto;
        }

        .manager-nav-wrapper li.active a, .manager-nav-wrapper li.active a:hover {
            color: #F1890F;
        }

        .manager-nav-wrapper li.active {
            border-left: 4px solid #F1890F;
            color: #F1890F;
            font-family: 'noto_sansbold','Lucida Grande',sans-serif;
            height: auto;
            margin-left: -22px;
            position: relative;
            padding-left: 9px;
        }

            .manager-nav-wrapper li.active:hover {
                color: #F1890F;
            }

        .manager-nav-wrapper li.manager-category {
            font-family: 'noto_sansbold','Lucida Grande',sans-serif;
            color: #555;
            margin: auto;
            font-size: 15px;
            margin-left: -20px;
            cursor: pointer;
        }

            .manager-nav-wrapper li a:hover, .manager-nav-wrapper li.manager-category a:hover {
                color: #333;
            }

        .manager-nav-wrapper li a:active {
            opacity: 0.5;
        }

        .manager-nav-wrapper li hr {
            background-color: #c8c8c8;
            height: 1px;
            border: none;
            padding: 0px;
            margin: auto;
        }

.titleheader-arrow {
    padding-left: 12px;
    padding-right: 12px;
    color: #AAA;
}

.title-instructions {
    color: #999999;
    float: right;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: auto;
    position: fixed;
    right: 20px;
    text-align: right;
}

.remove-upload-image {
    border: medium none;
    cursor: pointer;
    float: right;
    height: 18px;
    left: 9px;
    margin-bottom: -16px;
    position: relative;
    top: -4px;
    width: 18px;
    z-index: 100;
}

/*
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

	MANAGER - ECOMMERCE

	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	*/

.manager-content-wrapper {
    position: relative;
    padding: 40px;
    top: 88px;
    left: 118px;
    margin-right: 119px;
}

.edit-item-form li.bigcommerce {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

.confirmation-checkmark {
    position: relative;
    top: 8px;
    padding-left: 8px;
    display: none;
}

.confirmation-checkmark-modalheader {
    display: none;
    position: absolute;
    right: 75px;
    top: 18px;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

MANAGER - ITEM IMPORT

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.faq-wrapper {
    top: 93px;
    margin-left: 118px;
    z-index: 0;
    margin-right: 185px;
    position: relative;
    overflow-x: hidden;
    padding: 20px;
}

.upload-sidenav {
    width: 300px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    float: left;
    position: relative;
}

.faq-content {
    float: left;
    left: 338px;
    position: absolute;
    width: auto;
    padding-right: 30px;
    padding: 20px 40px 20px 20px;
}

.store-select-content {
    margin-bottom: 100px;
    margin-top: 10px;
}

.store-select-title {
    color: #F1890F;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin: auto;
    text-align: left;
    float: left;
    padding-bottom: 8px;
    clear: both;
}

    .store-select-title img {
        padding-right: 6px;
    }

ul.store-select-wrapper {
    margin: auto;
    padding: 0px;
    width: 100%;
    border: 1px solid #F1890F;
    clear: both;
    position: relative;
    z-index: 10;
}

    ul.store-select-wrapper li {
        border-bottom: 1px solid #CCCCCC;
        display: block;
        list-style: none outside none;
        overflow: hidden;
        position: relative;
        z-index: 100;
    }

        ul.store-select-wrapper li:nth-last-child(1) {
            border-bottom: none;
        }

        ul.store-select-wrapper li:hover {
            background-color: #fffef1;
        }

        ul.store-select-wrapper li input[type="checkbox"] {
            float: left;
            left: 7px;
            position: relative;
            text-align: left;
            top: 12px;
        }

            ul.store-select-wrapper li input[type="checkbox"] + label {
                color: #555555;
                cursor: pointer;
                display: block;
                float: left;
                font-family: 'noto_sansregular','Lucida Grande',sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: normal;
                line-height: 16px;
                margin: auto;
                overflow: hidden;
                position: relative;
                text-align: left;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 90%;
                padding: 15px 10px;
            }

                ul.store-select-wrapper li input[type="checkbox"] + label:hover {
                    color: #f1890f;
                }

        ul.store-select-wrapper li p {
            clear: both;
            color: #888888;
            cursor: pointer;
            display: block;
            float: left;
            font-family: 'noto_sansregular','Lucida Grande',sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: normal;
            line-height: 12px;
            margin: auto;
            overflow: hidden;
            padding-top: 6px;
            position: relative;
            text-align: left;
            text-overflow: ellipsis;
            text-transform: uppercase;
            white-space: nowrap;
            width: 90%;
        }

.store-select-instructions {
    color: #8F8F8F;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: auto;
    padding-bottom: 25px;
    text-align: left;
}

.store-select-hr {
    border-top: 1px solid #CACACA;
    clear: both;
    padding-bottom: 25px;
}

.store-select-space {
    clear: both;
    height: 10px;
    position: relative;
    width: 100%;
}

.customer-stats-row td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D8D8D8;
    border-image: none;
    border-right: 1px solid #dedede;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    color: #333;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 15px;
    vertical-align: top;
    width: 50%;
}

    .customer-stats-row td h1 {
        color: #333333;
        display: inline;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 24px;
        font-weight: normal;
        margin: auto auto 0;
        padding-bottom: 0;
        position: relative;
        top: -6px;
        vertical-align: middle;
    }

    .customer-stats-row td h2 {
        color: #999999;
        display: block;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 18px;
        font-weight: normal;
        margin: auto;
        padding-bottom: 5px;
        padding-right: 10px;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }

/*
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

	MANAGER HOME

	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	*/

/* MANAGER NAV 2.0 */

.manager-nav-wrapper {
    position: fixed;
    top: 152px;
    width: 185px;
    border-left: 1px solid #c8c8c8;
    background-color: #fff;
    height: 100%;
    padding: 15px;
    float: right;
    right: 0px;
    overflow-y: scroll;
    padding-left: 22px;
    padding-right: 22px;
    background-image: url("../images/manager-nav-bg.jpg");
    background-repeat: repeat-y;
    background-position: left;
    margin: auto;
}

    .manager-nav-wrapper ul {
        margin: auto;
        padding: 0 0 30px;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #888;
        float: left;
        text-align: left;
        float: left;
    }

    .manager-nav-wrapper li {
        display: block;
        list-style: none outside none;
        margin: 10px auto;
        padding-left: 10px;
    }

        .manager-nav-wrapper li a {
            text-decoration: none;
            color: #999;
            margin: auto;
        }

        .manager-nav-wrapper li.active a, .manager-nav-wrapper li.active a:hover {
            color: #F1890F;
        }

        .manager-nav-wrapper li.active {
            border-left: 4px solid #F1890F;
            color: #F1890F;
            font-family: 'noto_sansbold','Lucida Grande',sans-serif;
            height: auto;
            margin-left: -22px;
            position: relative;
            padding-left: 9px;
        }

            .manager-nav-wrapper li.active:hover {
                color: #F1890F;
            }

        .manager-nav-wrapper li.manager-category {
            font-family: 'noto_sansbold','Lucida Grande',sans-serif;
            color: #555;
            margin: auto;
            font-size: 15px;
            margin-left: -20px;
            cursor: pointer;
        }

            .manager-nav-wrapper li a:hover, .manager-nav-wrapper li.manager-category a:hover {
                color: #333;
            }

        .manager-nav-wrapper li a:active {
            opacity: 0.5;
        }

        .manager-nav-wrapper li hr {
            background-color: #c8c8c8;
            height: 1px;
            border: none;
            padding: 0px;
            margin: auto;
        }

.titleheader-arrow {
    padding-left: 12px;
    padding-right: 12px;
    color: #AAA;
}

.title-instructions {
    color: #999999;
    float: right;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: auto;
    position: fixed;
    right: 20px;
    text-align: right;
}

.remove-upload-image {
    border: medium none;
    cursor: pointer;
    float: right;
    height: 18px;
    left: 9px;
    margin-bottom: -16px;
    position: relative;
    top: -4px;
    width: 18px;
    z-index: 100;
}

/*
	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

	MANAGER - ECOMMERCE

	\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
	*/

.manager-content-wrapper {
    position: relative;
    padding: 40px;
    top: 88px;
    left: 118px;
    margin-right: 119px;
}

.edit-item-form li.bigcommerce {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

.confirmation-checkmark {
    position: relative;
    top: 8px;
    padding-left: 8px;
    display: none;
}

.confirmation-checkmark-modalheader {
    display: none;
    position: absolute;
    right: 75px;
    top: 18px;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

MANAGER - ITEM IMPORT

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.faq-wrapper {
    top: 93px;
    margin-left: 118px;
    z-index: 0;
    margin-right: 185px;
    position: relative;
    overflow-x: hidden;
    padding: 20px;
}

.upload-sidenav {
    width: 300px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    float: left;
    position: relative;
}

.faq-content {
    float: left;
    left: 338px;
    position: absolute;
    width: auto;
    padding-right: 30px;
    padding: 20px 40px 20px 20px;
}

.store-select-content {
    margin-bottom: 100px;
    margin-top: 10px;
}

.store-select-title {
    color: #F1890F;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin: auto;
    text-align: left;
    float: left;
    padding-bottom: 8px;
    clear: both;
}

    .store-select-title img {
        padding-right: 6px;
    }

ul.store-select-wrapper {
    margin: auto;
    padding: 0px;
    width: 100%;
    border: 1px solid #F1890F;
    clear: both;
    position: relative;
}

    ul.store-select-wrapper li {
        border-bottom: 1px solid #CCCCCC;
        display: block;
        list-style: none outside none;
        overflow: hidden;
        position: relative;
        z-index: 100;
    }

        ul.store-select-wrapper li:nth-last-child(1) {
            border-bottom: none;
        }

        ul.store-select-wrapper li:hover {
            background-color: #fffef1;
        }

        ul.store-select-wrapper li input[type="checkbox"] {
            float: left;
            left: 7px;
            position: relative;
            text-align: left;
            top: 12px;
        }

            ul.store-select-wrapper li input[type="checkbox"] + label {
                color: #555555;
                cursor: pointer;
                display: block;
                float: left;
                font-family: 'noto_sansregular','Lucida Grande',sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: normal;
                line-height: 16px;
                margin: auto;
                overflow: hidden;
                position: relative;
                text-align: left;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 90%;
                padding: 15px 10px;
            }

                ul.store-select-wrapper li input[type="checkbox"] + label:hover {
                    color: #f1890f;
                }

        ul.store-select-wrapper li p {
            clear: both;
            color: #888888;
            cursor: pointer;
            display: block;
            float: left;
            font-family: 'noto_sansregular','Lucida Grande',sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: normal;
            line-height: 12px;
            margin: auto;
            overflow: hidden;
            padding-top: 6px;
            position: relative;
            text-align: left;
            text-overflow: ellipsis;
            text-transform: uppercase;
            white-space: nowrap;
            width: 90%;
        }

.store-select-instructions {
    color: #8F8F8F;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: auto;
    padding-bottom: 25px;
    text-align: left;
}

.store-select-hr {
    border-top: 1px solid #CACACA;
    clear: both;
    padding-bottom: 25px;
}

.store-select-space {
    clear: both;
    height: 10px;
    position: relative;
    width: 100%;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

MANAGER - DEPARTMENTS & CATEGORIES

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.dept-ddl-label {
    clear: both;
    color: #555555;
    display: inline;
    float: right;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    margin: auto;
    position: fixed;
    right: 317px;
    top: 49px;
    z-index: 100;
}

.dept-ddl {
    float: right;
    position: fixed;
    right: 11px;
    top: 41px;
    width: 300px;
    z-index: 100;
}

.dept-wrapper {
    clear: both;
    float: left;
    left: 118px;
    margin: auto;
    padding: 20px;
    position: relative;
    top: 147px;
    width: 100%;
}

.addnewdept-btn {
    height: 19px;
    width: 20px;
    background-color: #f0f0f0;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-image: url("../images/addnewdept-btn@2x.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    cursor: pointer;
    display: inline-block;
}

    .addnewdept-btn:hover {
        border-color: #777;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .addnewdept-btn:active {
        opacity: 0.5;
    }

.addnewdept-label {
    color: #f1890f;
    cursor: pointer;
    display: inline-block;
    font-family: 'noto_sansbold','Lucida Grande',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: auto auto auto 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: auto;
}

    .addnewdept-label:active {
        opacity: 0.5;
    }

ul.dept-tree-wrapper {
    border-top: 1px solid #ccc;
    float: left;
    list-style: none outside none;
    margin: 10px auto auto;
    padding-left: 0;
    width: 100%;
}

    ul.dept-tree-wrapper li {
        background-image: url("../images/dept-arrow.png");
        background-position: 98% 20px;
        background-repeat: no-repeat;
        background-size: 14px 10px;
        border-bottom: 1px solid #ccc;
        float: left;
        margin: auto;
        padding-bottom: 12px;
        padding-top: 15px;
        text-align: left;
        width: 100%;
    }

.editdept-btn {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-image: url("../images/edit-item-icon.png");
    background-position: 3px 3px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    cursor: pointer;
    display: inline-block;
    float: left;
    z-index: 1;
}

    .editdept-btn:hover {
        border-color: #f1890f;
        box-shadow: 0px 0px 3px 0px #ccc;
    }

    .editdept-btn:active {
        opacity: 0.5;
    }

.editdept-label {
    clear: left;
    color: #333;
    cursor: pointer;
    display: inline;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    margin: -20px auto auto 21px;
    padding-left: 5px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.editcat-label {
    color: #333;
    cursor: pointer;
    display: inline;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: auto;
    padding-left: 5px;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.editsubcat-label {
    color: #333;
    cursor: pointer;
    display: inline;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: auto;
    padding-left: 5px;
    position: relative;
    text-align: left;
    vertical-align: top;
}

ul.cat-tree-wrapper {
    border-left: 1px solid #ccc;
    float: left;
    list-style: none outside none;
    margin: -4px auto auto 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

    ul.cat-tree-wrapper li {
        background-image: none;
        border-bottom: medium none;
        clear: right;
        display: inline-block;
        float: left;
        margin: auto;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: left;
        width: 100%;
        padding-left: 30px;
        position: relative;
        background-image: url("../images/editcat-border.jpg");
        background-position: left 4px;
        background-repeat: no-repeat;
        background-size: 30px 21px;
    }

.editcat-bottomfix {
    background-color: #fff;
    bottom: 0;
    height: 18px;
    left: -2px;
    position: absolute;
    width: 3px;
    z-index: 10;
}

.deptcode {
    color: #8f8f8f;
    display: inline-block;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: auto auto auto 3px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    width: auto;
}

.branch {
    clear: both;
    float: left;
    margin: auto;
}

ul.edit-item-form li .delete-saved-cards p {
    font-size: 14px;
    margin: auto;
    padding: 3px 5px 5px 6px;
    text-transform: uppercase;
    color: #f1890f;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

MANAGER - ITEM LAYOUT

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.itemlayout-notes {
    color: #8f8f8f;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    left: 117px;
    margin: auto;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    text-align: left;
    top: 148px;
    width: auto;
}

.department-list-detail-move {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    color: #333333;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    right: 0px;
    padding: 4px;
    position: absolute;
    text-align: left;
    top: 0px;
    width: auto;
    z-index: 1;
    margin-top: -1px;
    margin-right: -1px;
}

    .department-list-detail-move:hover {
        border: 1px solid #f1890f;
    }

/* include the idautomation.com Code39 WOFF Font -- */
@font-face {
    font-family: IDAutomationHC39M;
    src: url('../fonts/IDAutomationHC39M.woff');
    font-weight: normal;
}

.coupon-barcode {
    float: left;
    margin: 15px auto;
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

MANAGER - REPORTS

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.allreports-detail {
    height: auto;
    left: 118px;
    margin: auto;
    padding: 10px 110px 95px 10px;
    position: absolute;
    top: 152px;
    width: auto;
}

    .allreports-detail h1 {
        color: #333;
        float: left;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 18px;
        margin: auto;
        text-align: left;
        width: 100%;
        word-wrap: break-word;
        padding-left: 11px;
        padding-top: 30px;
        padding-bottom: 5px;
    }

        .allreports-detail h1 img {
            display: block;
            float: left;
            height: 15px;
            margin: 2px 5px auto auto;
            vertical-align: text-bottom;
            width: 15px;
            margin-top: 1px;
        }

.reports-list-detail {
    background-color: #FFFFFF;
    border: 1px solid #CAC9C9;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 30px;
    border-radius: 5px;
    border-top-right-radius: 30px;
    color: #F1890F;
    display: inline;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 255px;
    line-height: 18px;
    margin: 10px;
    overflow: hidden;
    text-align: center;
    width: 188px;
    position: relative;
    padding: 15px;
    background-image: url("../images/ear-flap.png");
    background-repeat: no-repeat;
    background-position: 155px -1px;
}

    .reports-list-detail:hover {
        -moz-box-shadow: 0px 0px 3px 0px #bebebe;
        -webkit-box-shadow: 0px 0px 3px 0px #bebebe;
        box-shadow: 0px 0px 3px 0px #bebebe;
        border-color: #f1890f;
        background-color: #fffef1;
    }

    .reports-list-detail p {
        color: #888;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 18px;
        margin: auto;
        padding: 0px;
        text-align: left;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        word-wrap: break-word;
    }

    .reports-list-detail h2 {
        color: #333;
        float: left;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 21px;
        margin: auto;
        padding: 0px;
        text-align: left;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        word-wrap: break-word;
        padding-bottom: 10px;
        clear: both;
    }

    .reports-list-detail h3 {
        color: #888;
        float: left;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 13px;
        margin: auto;
        padding: 0px;
        text-align: left;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        word-wrap: break-word;
        padding-bottom: 5px;
    }

    .reports-list-detail a.reports-list-btn {
        border: 1px solid #f1890f;
        border-radius: 3px;
        bottom: 52px;
        color: #f1890f;
        float: left;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        height: 26px;
        left: 18px;
        line-height: 13px;
        margin: 10px auto 0;
        padding: 5px;
        position: absolute;
        text-align: center;
        width: 149px;
        background-color: #fff;
        text-transform: uppercase;
    }

    .reports-list-detail a.reports-excel-btn {
        border: 1px solid #f1890f;
        border-radius: 3px;
        bottom: 20px;
        color: #f1890f;
        float: left;
        font-family: 'noto_sansbold','Lucida Grande',sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        height: 26px;
        left: 18px;
        line-height: 13px;
        margin: 10px auto 0;
        padding: 5px;
        position: absolute;
        text-align: center;
        width: 149px;
        background-color: #fff;
        text-transform: uppercase;
    }

        .reports-list-detail a.reports-list-btn:hover, .reports-list-detail a.reports-excel-btn:hover {
            background-color: #f1890f;
            color: #fff;
        }

        .reports-list-detail a.reports-list-btn:active, .reports-list-detail a.reports-excel-btn:active {
            opacity: 0.5;
        }

    .reports-list-detail h3.color-item {
        color: #2c952f;
    }

    .reports-list-detail h3.color-tender {
        color: #a7a5a4;
    }

    .reports-list-detail h3.color-inventory {
        color: #03bdbb;
    }

    .reports-list-detail h3.color-manager {
        color: #8b1cbf;
    }

    .reports-list-detail h3.color-department {
        color: #dc3c3c;
    }

    .reports-list-detail h3.color-transaction {
        color: #25b8fd;
    }

    .reports-list-detail h3.color-customer {
        color: #f1890f;
    }

    .reports-list-detail a, .reports-list-btn a, .reports-excel-btn a {
        text-decoration: none;
    }

/* REPORTS TOGGLE CONTROLS */

ul.reports-subnav-group {
    display: inline-block;
    left: 50%;
    margin: auto auto auto -195px;
    position: absolute;
    text-align: center;
    width: 220px;
    top: 19px;
}

    ul.reports-subnav-group li {
        margin: auto;
        color: #999999;
        cursor: pointer;
        display: inline-block;
        font-family: 'noto_sansregular','Lucida Grande',sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        list-style: none outside none;
        margin-right: 25px;
        text-decoration: none;
        bottom: 0px;
        position: relative;
        top: 3px;
    }

        ul.reports-subnav-group li a {
            color: #999999;
            text-decoration: none;
        }

            ul.reports-subnav-group li a:hover {
                color: #333;
            }

            ul.reports-subnav-group li a:active {
                opacity: 0.5;
            }

            ul.reports-subnav-group li a.active {
                border-bottom: 4px solid #F1890F;
                color: #F1890F;
                font-family: 'noto_sansbold','Lucida Grande',sans-serif;
                padding-bottom: 13px;
                text-decoration: none;
            }

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

MANAGER - DASHBOARD

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.dashboard-wrapper {
    height: auto;
    left: 118px;
    margin: auto 303px auto auto;
    padding: 20px;
    position: relative;
    top: 88px;
    width: auto;
    word-wrap: break-word;
}

/* -----------------------------------------------------------------------------------------------------------------------------

HIDE JUMP TO

----------------------------------------------------------------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1036px), only screen and (max-device-width: 1036px) and (orientation:portrait) {
    .hide-jump-to {
        display: none;
    }
}

/* -----------------------------------------------------------------------------------------------------------------------------

=MEDIA QUERY for 1240px or less

----------------------------------------------------------------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1240px), only screen and (max-device-width: 1240px) and (orientation:portrait) {
    ul.department-list li {
        width: 30%;
    }

    .edit-item-form li.bigcommerce {
    }
}

/* -----------------------------------------------------------------------------------------------------------------------------

=MEDIA QUERY for 837px or less

----------------------------------------------------------------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 837px), only screen and (max-device-width: 837px) and (orientation:portrait) {
    ul.department-list li {
        width: 45%;
    }
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

RETINA GRAPHICS

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
}

/*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    ALERT STYLING
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

.error-form {
    color: #D91919;
    border: 3px solid #D91919;
}

.alert-message {
    background-color: rgba(217, 25, 25, 0.9);
    color: #fff;
    cursor: pointer;
    font-family: "HelveticaNeue","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: auto;
    min-height: 50px;
    padding: 11px 60px 15px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
}

    .alert-message img {
        display: inline;
        margin: auto;
        padding: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        vertical-align: middle;
    }

/*Remove border around list page edit/delete buttons*/
img.edit-item-icon, img.delete-item-icon {
    border: none;
}

/* include the idautomation.com Code39 WOFF Font -- */
@font-face {
    font-family: IDAutomationHC39M;
    src: url('../fonts/IDAutomationHC39M.woff');
    font-weight: normal;
}

.coupon-barcode {
    float: left;
    margin: 15px auto;
}

/*
   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

   MANAGER - COUPONS MODAL STYLES

   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
   */

.coupon-btn {
    background-color: #ffffff;
    border: 1px solid #f1890f;
    border-radius: 3px;
    color: #f1890f;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: 'noto_sansregular','Lucida Grande',sans-serif;
    font-size: 14px;
    font-style: normal;
    height: 27px;
    line-height: 14px;
    margin: auto auto auto 12px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

    .coupon-btn:active {
        opacity: 0.5;
    }

.coupon-preview-header {
    color: #fff;
    float: left;
    height: 40px;
    margin: auto;
    position: relative;
    text-align: left;
    width: 100%;
    background-color: #333;
    margin-bottom: 20px;
}

    .coupon-preview-header img {
        position: absolute;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #333;
    }

    .coupon-preview-header h1 {
        color: #333;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-print-color-adjust: exact;
        font-size: 18px;
        line-height: 22px;
        margin: auto;
        font-weight: normal;
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 8px;
    }

    .coupon-preview-header h2 {
        color: #333;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-print-color-adjust: exact;
        font-size: 18px;
        line-height: 22px;
        margin: auto;
        font-weight: normal;
        float: right;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 8px;
    }

.coupon-preview-content {
    background-color: #fff;
    border: 2px dashed #333;
    color: #333;
    float: left;
    margin: auto;
    min-height: 120px;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}

.coupon-preview-deal {
    display: inline;
    float: left;
    margin: auto;
    width: 60%;
}

.coupon-preview-store {
    display: inline;
    float: right;
    margin: auto;
    width: 40%;
}

.coupon-preview-deal h1 {
    text-align: left;
    margin: auto;
    color: #333;
    float: left;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust: exact;
    font-size: 46px;
    line-height: 46px;
    padding-bottom: 7px;
}

.coupon-preview-deal h2 {
    text-align: left;
    margin: auto;
    color: #333;
    float: left;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust: exact;
    font-size: 21px;
    line-height: 21px;
    clear: both;
    padding-bottom: 20px;
}

.coupon-preview-deal h3 {
    text-align: left;
    margin: auto;
    color: #333;
    float: left;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust: exact;
    font-size: 13px;
    line-height: 13px;
    clear: both;
    padding-bottom: 7px;
}

.coupon-preview-store h1 {
    text-align: left;
    margin: auto;
    color: #333;
    float: left;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust: exact;
    font-size: 15px;
    line-height: 18px;
    clear: both;
    padding-bottom: 5px;
}

.coupon-preview-store p {
    text-align: left;
    margin: auto;
    color: #333;
    float: left;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust: exact;
    font-size: 15px;
    line-height: 21px;
    clear: both;
}

.coupon-wrapper {
    width: 800px;
    left: 50%;
    margin-left: -400px;
    margin: auto;
}

.coupon-copyright {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #999;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-print-color-adjust: exact;
    font-size: 11px;
    line-height: 11px;
    padding-top: 50px;
    clear: both;
    text-transform: uppercase;
}

.item-image, .item-image-small {
    background-color: #f6f6f6;
    background-image: url("../images/no-img.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    display: block;
    clear: both;
    width: auto !important;
    height: auto !important;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 2px auto auto auto !important;
    vertical-align: middle;
}

.item-image {
    max-height: 162px !important;
    max-width: 240px !important;
}

.item-image-small {
    max-height: 61px !important;
    max-width: 90px !important;
}
