h1
{
	font-size: 48px;
    font-weight: 200;
    margin-left: -5px;
}
h4.form-header
{
	font-size: 20px;
    font-weight: 300;
    margin-left: -5px;
}
.no-top
{
    margin-top: -20px;
}
a.navbar-brand
{
    margin-left: 0 !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
#toast-container {
    top: 10%;
    left: 5% !important;
    right: auto !important;
}
.admin-notice
{
    text-align: center;
    padding: 10px;
    background-color: #F4D03D;
    color: #FFF;
    font-weight: normal;
}
.admin-notice a
{
    font-weight: normal;
    color: #FFF;
    text-decoration: underline;
}

/** P A G E S    S U B M E N U  **/
ul.section-menu
{
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
}

ul.section-menu li
{
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}
ul.section-menu li a
{
    color: #674172;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    display: block;
    padding-bottom: 3px;
    border-bottom: 3px solid transparent;
}

ul.section-menu li a:hover,
ul.section-menu li.active a
{
    border-bottom: 3px solid #ffc107;
    text-decoration: none;
}

/** Tables **/
table.bordered thead,
div.tablescroll table thead
{
    background-color: #674172;
    color: #FFF;
}
table.bordered th,
div.tablescroll table th
{
    border-radius: 0px;
    border: 1px solid #674172;
}
table.bordered tbody td,
div.tablescroll table tbody td
{
    background-color: #FFF;
}
tr.noborder
{
    border: none !important;
}
table.bordered tr.noborder td
{
    background-color: transparent;
}

/** S H O P    I M A G E S    P R E V I E W **/
div#brand-cover
{
	width: 100%;
	height: 315px;
	border: 1px solid #e9e9e9;
	position: relative;
    margin: 0 auto;
}
div#brand-profile
{
	width: 160px;
	height: 160px;
	position: absolute;
	bottom: 20px;
	left: 60px;
	border: 1px solid #e9e9e9;
    padding: 1px;
    z-index: 20;
    background-color: #FFF;
}
div#cover-image-uplodaer
{
    background-image: url('/assets/images/bg-overlay.png');
    background-repeat: repeat;
    width: 160px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
}
div#profile-image-uplodaer
{
	background-image: url('/assets/images/bg-overlay.png');
    background-repeat: repeat;
    width: 160px;
    height: 40px;
    position: absolute;
    top: -1px;
    right: -1px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
}
.profile-image, .cover-image,
.profile-image img, .cover-image img
{
	width: 100%;
	height: 100%;
}
div#brand-stripe
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-image: url('/assets/images/bg-overlay.png');
    background-repeat: repeat;
    z-index: 10;
}

.amount-total
{
    background-color: #674172;
    width: 100%;
    height: 100%;
    color: #F4D03D;
    padding-top: 48%;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}
.amount-total span
{
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}
/** M E R C H A N T    M A I N     L I S T I N G  **/
.families-listing
{
    padding: 10px;
}
.families-listing h4
{
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 5px;
}
.families-listing a
{
    display: block;
    padding: 10px;
    color: #000;
}
.families-listing a:hover
{
    background-color: #674172;
    color: #FFF;
}
.family-header
{
    font-weight: 400;
    color: white;
    background-color: #965ba5;
    font-size: 24px;
    text-align: center;
    position: relative;
}
.family-count
{
    background-color: #674172;
    color: #FFF;
    height: 52px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}
.item-container
{
    border: 1px solid #eee;
    background-color: #fff;
}
.item-price
{
    margin-top: 8px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #965ba5;
    border-radius: 4px;
    color: #FFC106;
    font-weight: 400;
    position: relative;
}
.item-image
{
    background-size: 140px 140px;
    text-align: center;
    height: 140px;
}
/*.item-image
{
    text-align: center;
    overflow: hidden;
}
.item-image img
{
    height: 100px;
    width: auto;
}*/
.item-desc
{
    padding-bottom: 8px;
    max-height: 40px;
    overflow: hidden;
}
.item-desc h5
{
    font-size: 80%;
    color: #674172;
    font-weight: 600;
}
.item-btn
{
    margin-top: 12px;
    background-color: white;
    border-radius: 12px;
    border: 1px solid black;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4px;
    text-align: center;
}
.item-btn a
{
    text-transform: none;
    width: 100%;
    text-align: center;
    padding: 0 0;
}
.items-counter
{
    /*width: 100px;
    height: 20px;*/
}
.items-counter span.badge
{
    /*position: relative;*/
}
.items-counter i
{
    /*font-size: 11px;
    cursor: pointer;*/
}
.scrolling-block {
    min-height: 40px;
    max-height: 560px;
    overflow: auto;
}

/** M E R C H A N T    C A R T (CASHIER)  **/
#printAll p {
    background-color: #FFC106;
    text-align: center;
    color: black;
    font-weight: bold;
    line-height: 64px;
    height: 64px;
    width: 60%;
    border-radius: 12px;
    overflow: auto;
}
.family-list {
    background-color: #965ba5;
    color: white;
    text-align: center;
    padding-top: 6px;
    margin-top: 12px;
    height: 64px;
    width: 120%;
    border-radius: 12px;
    overflow: auto;
}
.subfamily-list {
    background-color: #FFC106;
    color: white;
    text-align: center;
    padding-top: 6px;
    margin-top: 12px;
    height: 48px;
    width: 120%;
    border-radius: 12px;
    overflow: auto;
}
.column-cashier-total {
    min-height: 160px;
    max-height: 320px;
    overflow: auto;
    background-color: #DEEBF7;
}
.input-item {
    border: 0 !important;
    color: purple !important;
    height: 12px !important;
    margin-bottom: 12px !important;
}
.item-name {
    font-family: Courier;
    font-size: 20px;
}

.list-sales-title {
    background-color: #4F81BD;
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 8px;
    border-radius: 12px 12px 0px 0px;
}
.hidden-input {
    display: none;
}
.remove-cart-row
{
    float: right;
    color: grey;
}

/* The Modal (background) */
.discount-window {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 30%;
    top: 0;
    /*width: 100%; /* Full width */
    /*height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}
.discount-window p {
    text-align: center;
}
#discount-number {
    text-align: center;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.QR-links {
    margin-top: 30px;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    height: 72px;
    width: 120%;
    border-radius: 8px;
    overflow: auto;
}
#empty-cart {
    background-color: #965ba5;
    margin-left: -6px;
}
#QR-euro {
    background-color: #27A745;
    margin-left: 2px;
}
#QR-bartcoin {
    background-color: #558ED5;
    margin-left: 6px;
}
#general-button-discount {
    background-color: gainsboro;
    margin-left: -2px;
    color: black;
}
.end-list-sales {
    float: right;
    font-size: 20px;
}
.end-list {
    font-size: 20px;
}
.subtotal
{
    background-color: #674272 !important;
    color: #FFF !important;
}
.total
{
    background-color: #674172 !important;
    color: #FFF !important;
}
.total-buttons {
    background-color: #CC0000;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    height: 56px;
    line-height: 56px;
    font-size: 30px;
    display: flex;
    flex-direction: row;
}
#total-price {
    float: right;
}

.discount-type
{
    padding: 4px 8px;
    color: #000;
    cursor: pointer;
    font-weight: normal;
}
.discount-type.active
{
    background-color: #674172;
    color:#fff;
}
.discount
{
    background-color: #f4d03e !important;
    width: 150px;
    color: #674272 !important;
}
input.input-item::placeholder {
    color: black;
    font-weight: bold;
    text-align: center;
}
.td-label
{
    text-align: right;
    padding-right: 10px;
    color: #674172;
}
#qr-wrapper
{
    text-align: center;
}

/** M E R C H A N T   O R D E R S  **/

.best-items {
    margin-top: 10px;
    background-color: #1F4E79;
    height: 120px;
}
.best-items h5 {
    text-align: center;
    color: #FFC106;
}
.best-items p {
    text-align: center;
    color: white;
    font-size: 160%;
}

.average-prices {
    margin-top: 10px;
    background-color: #007BFE;
    height: 120px;
}
.average-prices h6 {
    text-align: center;
    color: white;
    font-size: 140%;
    font-weight: bold;
    padding: 8px;
}
.average-prices h6 abbr {
    font-size: 200%;
}

#chart {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 32px;
}
.chart-note {
    background-color: white;
    border: 1px solid black;
}
.chart-note h6 {
    text-align: center;
    font-weight: bold;
    padding: 12px;
}
.chart-note p {
    padding-left: 12px;
}

.dashboard-links-money {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
}

.dashboard-links-money-button {
    color: white;
    background-color: #FFC106;
    font-size: 200%;
    font-weight: bold;
    border-radius: 12px;
    text-align: center;
    margin: 4px;
    padding: 16px;
}

div.filter-orders
{
    height: 60px;
    margin-bottom: 30px;

}
div.filter-orders .select-wrapper
{
    float: left;
    width: 20%;
    margin-left: 20px;
}
div.filter-orders input
{
    float: left;
    margin-left: 20px;
}
.dashboard-head {
    cursor: pointer;
    min-height: 200px;
    position: relative;
    border-radius: 12px;
    color: white;
    font-size: 200%;
    font-weight: bold;
}
.count-orders {
    font-size: 400%;
    position: absolute;
    bottom: -24px;
    right: 4px;
}

.orders-graph {
    background-color: #FFC106;
    color: black;
    border-radius: 12px;
}


.push-pack, .push-pack:hover
{
    height: 230px;
    padding-top: 40px;
    color: #FFF;
    text-align: center;
    width: 100%;
    display: block;
}
.pack-get
{
    margin-bottom: 10px;
    font-weight: 200;
}
.pack-name
{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}
.pack-price
{
    width: 30%;
    margin: 20px auto;
    border: 1px solid #FFF;
    padding: 5px;
    font-weight: bold;
    font-size: 22px;
}
.pack-notice
{
    margin-bottom: 30px;
    margin-top: 0;
    color: red;
    text-align: center;
}
.push-message
{
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    padding: 10px;
}
.title-completed-orders, .title-delivering-orders, .title-new-orders {
    border: 2px solid #0D47A1;
}

.title-completed-orders p, .title-delivering-orders p, .title-new-orders p {
    color: white;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding-top: 4px;
}

.title-completed-orders {
    background-color: #27A745;
}

.title-delivering-orders {
    background-color: #FFC106;
}

.title-new-orders {
    background-color: #FF0000;
}

@media screen and (max-width: 1200px) and (min-width: 980px) {
    .total-buttons {
        font-size: 22px;
    }
    .item-image {
        height: 100px;
    }
    .QR-links {
        font-size: 13px;
        height: 56px;
    }
}
@media screen and (max-width: 980px) {
    .QR-links {
        margin-top: 80px;
    }
    .total-buttons {
        font-size: 24px;
    }
}
@media screen and (max-width: 980px) and (min-width: 800px) {
    #total-price {
        margin-left: 400px;
    }
}
@media screen and (max-width: 800px) and (min-width: 700px) {
    #total-price {
        margin-left: 300px;
    }
}
@media screen and (max-width: 700px) and (min-width: 500px) {
    #total-price {
        margin-left: 120px;
    }
}
@media screen and (max-width: 500px) {
    #total-price {
        margin-left: 80px;
    }
}



.myClickable:hover td {
    background-color: #eeeeee;
    cursor: pointer;
}

.ui-dialog.youseeme-dialog .ui-widget-header {
    background-color: #6e3d75;
}
