﻿/************************************
body style, main part common
************************************/
html, body {
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    border: none;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    font-style: normal;
    font-family: verdana;
}


/************************************
scrollbar style
************************************/
::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #aaa;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }


/************************************
input style
************************************/
hr {
    border-top: solid 1px #ccc;
}

input, select, textarea {
    font-weight: normal;
    font-style: normal;
    font-family: verdana;
}

.input-search-header {
    border-radius: 5px;
    box-sizing: border-box;
}

.kiosk-input-number {
    padding: 5px;
    font-size: 14px;
    text-align: right;
}

/************************************
table style
************************************/
table, tr, td, span, div {
    line-height: 150%;
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    font-family: verdana;
}

.tbl-collapse {
    border-collapse: collapse;
    border-style: dotted;
    border-color: #ccc;
}

.tbl-collapse-white {
    border-collapse: collapse;
    border-color: #fff;
}

.td-line, .td-line1 {
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    margin: 0 3px;
}

td.td-label {
    text-align: right;
    color: #bbb;
}

.td-line-hl {
    border-top: 1px;
    border-bottom: 1px dotted #aaa;
    background-color: #ffffcc;
    margin: 0 3px;
}

th, .th {
    color: #555;
    font-weight: bold;
    border-top: 1px solid #777;
    border-bottom: 1px solid #999;
    background-color: #ececec;
    vertical-align: bottom;
}

.tdbg1, .row1 {
    background-color: #fdfdfd;
}

.tdbg2, .row2 {
    background-color: #f8f8f8;
}

tr.highlightrow {
    background-color: #99ccff;
}

tr.highlightrow1 {
    background-color: #e7eff7;
}

tr.highlightrow2 {
    background-color: #e7eff7;
}

.tr-hl {
    background-color: #ffffcc;
}

/************************************
link style
************************************/
a img {
    border: none;
}

a:link {
    color: #000099;
    text-decoration: none;
}

a:visited {
    color: #000099;
    text-decoration: none;
}

a:hover {
    color: #ff6600;
    text-decoration: none;
}

/************************************
grid pager style
************************************/
.grid-pager table {
    margin-left: -5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-spacing: 0;
}

.grid-pager span {
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
    font-weight: bold;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 2px 2px 2px 2px;
    background-color: #ddd;
}

.grid-pager a {
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 2px 2px 2px 2px;
    background-color: #eee;
}

    .grid-pager a:hover {
        border: 1px solid #ddd;
        color: #666;
        background-color: #eee;
        background-color: #ddd;
    }

/************************************
font style
************************************/
.f-kiosk1 {
    color: #666;
    font-size: 17px;
}

.f-kiosk-b {
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

.f-kiosk2 {
    color: #666;
    font-size: 15px;
}

.f-kiosk3 {
    color: #777;
    font-size: 14px;
}

.f-kiosk4 {
    color: #777;
    font-size: 13px;
}

.f-kiosk5 {
    color: #888;
    font-size: 12px;
    word-break: break-all;
}

.f-kiosk6 {
    color: #888;
    font-size: 11px;
}

.f-x-small {
    font: 9px verdana;
}

.f-small {
    font: 10px verdana;
}

.default {
    font: 12px verdana;
}

.f-large {
    font: 12px verdana;
}

.f-x-large {
    font: 13px verdana;
}

.f-inactive {
    color: #777;
    font-style: normal;
    font-family: verdana;
}

.f-inactive2 {
    color: #bbb;
    font-style: normal;
    font-family: verdana;
}

.f-cancel {
    text-decoration: line-through;
    color: #cc3300;
    font-style: normal;
    font-family: verdana;
}

.f_change {
    font-weight: bold;
    color: #0000cc;
    font-style: normal;
    font-family: verdana;
}

.f-error {
    vertical-align: middle;
    font-weight: bold;
    color: red;
    font-style: normal;
    font-family: verdana;
    background-color: #ffffcc;
}

.f-success {
    font-weight: bold;
    color: blue;
    font-style: normal;
    font-family: verdana;
}

.font-red-title {
    color: #993333;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.f-package-deal {
    color: #aaa;
    font: 11px verdana;
    font-style: italic;
}

.f-package-heading {
    font-size: 18px;
    font-weight: bold;
    color: Gray;
}

/***********************************
dialog style
***********************************/
.ui-dialog {
    z-index: 2000 !important;
}

/* div */
.kiosk-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px;
    background-color: #fcfcfc;
}

/************************************
links
************************************/
a.kiosh-link1:link, .kiosh-link1 {
    font-weight: bold;
    font-size: 14px;
    color: #777;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.kiosh-link1:visited {
    font-weight: bold;
    font-size: 14px;
    color: #777;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.kiosh-link1:hover {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.kiosh-link2:link, .kiosh-link2 {
    font-size: 14px;
    color: #777;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.kiosh-link2:visited {
    font-size: 14px;
    color: #777;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.kiosh-link2:hover {
    font-size: 14px;
    color: #333;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.kiosh-link3:link {
    color: #000;
    text-decoration: none;
}

a.kiosh-link3:visited {
    color: #000;
    text-decoration: none;
}

a.kiosh-link3:hover {
    color: #ff6600;
    text-decoration: none;
}

a.kiosh-link4:link, .kiosh-link4 {
    font-weight: bold;
    font-size: 14px;
    color: #777;
    text-shadow: -1px 0 #eee, 0 1px #eee, 1px 0 #eee, 0 -1px #eee;
}

a.kiosh-link4:visited {
    font-weight: bold;
    font-size: 14px;
    color: #777;
    text-shadow: -1px 0 #ddd, 0 1px #ddd, 1px 0 #ddd, 0 -1px #ddd;
}

a.kiosh-link4:hover {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.kiosh-link5:link, .kiosh-link5 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px 0 #333, 0 2px #333, 1px 0 #333, 0 -1px #333;
}

a.kiosh-link5:visited {
    font-size: 14px;
    color: #fff;
    text-shadow: -1px 0 #333, 0 2px #333, 1px 0 #333, 0 -1px #333;
}

a.kiosh-link5:hover {
    font-size: 14px;
    color: #ff6600;
    text-shadow: -1px 0 #333, 0 2px #333, 1px 0 #333, 0 -1px #333;
}

a.kiosh-link6:link, a.kiosh-link6:visited, .kiosh-link6 {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

a.kiosh-link6:hover {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

/*********************************
top nav
*********************************/
a.top-nav:link {
    font-weight: bold;
    font-size: 12px;
    color: #555;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.top-nav:visited {
    font-weight: bold;
    font-size: 12px;
    color: #555;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

a.top-nav:hover {
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0;
}

.site-title-name {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    text-shadow: -1px 0 #333, 0 2px #333, 1px 0 #333, 0 -1px #333;
}

.site-coaster-powerby {
    margin-top: -7px;
    font-style: italic;
    padding-left: 17px;
    font-size: 12px;
    color: #fff;
    text-shadow: -1px 0 #333, 0 2px #333, 1px 0 #333, 0 -1px #333;
}

.top-nav {
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    text-shadow: -1px 0 #333, 0 2px #333, 1px 0 #333, 0 -1px #333;
}

.div-header-title {
    border: 1px solid #aaa;
    padding: 7px;
    font-weight: bold;
    font-size: 12px;
    color: #555;
    background-color: #ddd;
}

div.div-sub-shadow {
    padding: 5px;
    border-top: 1px solid #aaa;
    border-bottom: 0px solid #aaa;
    box-shadow: 10px 10px 10px #eee;
}

#sitenav .button, .lightdark-button {
    padding-top: 0px;
    background-color: #aaa;
    color: White;
    font-weight: bold;
    font-size: 18px;
    height: 34px;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 3px 3px 3px 3px;
}

    #sitenav .button:hover, .lightdark-button:hover {
        background-color: #5c5c5c;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
    }

#sitenav .button, .dark-button {
    padding-top: 0px;
    background-color: #5c5c5c;
    color: White;
    font-weight: bold;
    font-size: 18px;
    height: 34px;
    border: 1px solid #222;
    border-radius: 3px 3px 3px 3px;
}

    #sitenav .button:hover, .dark-button:hover {
        background-color: #3c3c3c;
        cursor: pointer;
    }

.shop-button-red {
    border-radius: 3px 3px 3px 3px;
    font-size: 11px;
    padding-top: 0px;
    background-color: #cc6666;
    color: White;
    font-weight: bold;
    height: 20px;
    border: 1px solid #444;
    cursor: pointer;
}

    .shop-button-red:hover {
        background-color: #993333;
        cursor: pointer;
    }

.shop-button-red-small {
    border-radius: 3px 3px 3px 3px;
    font-size: 10px;
    padding-top: 0px;
    background-color: #cc6666;
    color: White;
    font-weight: bold;
    height: 18px;
    border: 1px solid #444;
    cursor: pointer;
}

    .shop-button-red-small:hover {
        background-color: #993333;
        cursor: pointer;
    }

.cart-drop-target {
    display: none;
    position: fixed;
    top: 80px;
    right: 50px;
    border-radius: 20px;
}

.trash-drop-target {
    display: none;
    position: fixed;
    top: 80px;
    right: 50px;
    border-radius: 20px;
    background: lightgray;
}

#content .button {
    border: 1px solid rgba(0,0,0,.25);
}

#sitenav .searchtext {
    background-color: #ddd;
}

/* misc */
hr {
    border-top: 1px solid #aaa;
    border-bottom: 0px solid #aaa;
    box-shadow: 5px 10px 20px #666;
}

/**********************************
suggest popup
**********************************/
ul.search-suggest {
    list-style: none;
    margin: 0;
    padding: 0;
    background: white;
    border: 1px solid black;
    display: none;
    position: absolute;
}

    ul.search-suggest li {
        padding: 8px 4px;
    }

    ul.search-suggest .itemno {
        font-weight: bold;
    }

    ul.search-suggest .itemname {
    }

/***********************************
filter
***********************************/
.filter-pick {
    padding-left: 5px;
    width: 180px;
    line-height: 42px;
    text-align: left;
    font-size: 18px;
    color: #777;
    background: #fafafa;
    cursor: pointer;
    border: 1px solid #eee;
}


/***********************************
sort dropdown
***********************************/
.sort-select-placeholder {
    padding-left: 28px;
    background: url(../../images/icons/view_sort_ascending-24.png) no-repeat center left;
    background-position: 5px;
    width: 225px;
    height: 34px;
    background-color: #ececec;
    border: 1px solid #ddd;
}

.sort-select {
    position: absolute;
    z-index: 100;
}

    .sort-select.active {
        background: white;
        box-shadow: 0 0 1px;
        padding: 7px;
    }

.sort-option {
    padding: 4px;
    width: 204px;
    text-align: left;
    font-size: 15px;
    color: #777;
    cursor: pointer;
    border: 1px solid #eee;
}

    .sort-option:hover {
        background-color: #ebebeb;
    }

.sort-select.active .sort-option:not(:last-child) {
    margin-bottom: 2px;
}

/********************************
filter dialog
********************************/
.filter-dialog .item-list.three-col {
    width: 635px;
}

.filter-dialog .item-list.five-col {
    width: 1055px;
}

.filter-dialog .item {
    display: block;
    width: 198px;
    line-height: 40px;
    float: left;
    margin: 0 10px 5px 0;
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*******************************
karnette price box
*******************************/
.karnette {
    border-collapse: collapse;
}

    .karnette td {
        border: 2px solid #ddd;
    }

    .karnette .heading {
        font-size: 14px;
        ;
        font-weight: bold;
    }

    .karnette .amount {
        font-size: 14px;
        ;
        font-weight: bold;
        color: #2d48ac;
    }

    .karnette .description {
        font-size: 14px;
        ;
        font-weight: bold;
        font-style: italic;
        color: darkgray;
    }

/*******************************
item list
*******************************/
.txt-oos {
    color: red;
    text-align: center;
}

/*******************************
collections
*******************************/
.collections .item {
    float: left;
    width: 300px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .collections .item .heading {
        margin-top: 8px;
        margin-right: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        font-family: "Arial Narrow";
        font-size: 18px;
    }

    .collections .item .thumbnail {
        margin-top: 8px;
        margin-bottom: 5px;
        cursor: pointer;
        overflow: hidden;
        width: 300px;
        height: 300px;
        background-size: cover;
        background-position: center;
    }
