﻿body {
}

.nav-user-info {
    font-size: 13px;
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: 6px;
    color: #FFF;
}

.nav-toggle-btn {
    margin: 5px 0 4px 6px !important;
}

.nav-user-new {
    padding: 3px 20px;
}

.navbar .navbar-toggle {
    border: 1px solid transparent;
    width: 40px;
    height: 35px;
    line-height: 0;
    padding: 0 0 1px;
    text-align: center;
}

#nav_user_signin {
    cursor: pointer;
    /*margin: 10px 10px 10px 10px;*/
}

.dropdown-user {
    min-width: 250px;
}

.nav-user-info small {
    display: block;
}

.list_view_content {
    margin-top: 55px;
}

.reset-password-content {
    margin-top: 50px;
    min-height: 400px;
}

#OrderPreviewHeader,
#OrderContent {
    border-radius: 5px;
}

#OrderContent {
    width: 100%;
    background: #fff;
    border: 1px solid #898989;
}

.vt-btn-radius {
    border-radius: 30px;
}

#OrderPreviewHeader {
    background: #fff !important;
    color: #333 !important;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #898989;
}

.total-amount-section {
    position: relative;
}

.total-orderd-amountSection tbody {
    overflow-y: auto;
    overflow-x: hidden;
}

.total-orderd-amountSection thead,
.total-orderd-amountSection tbody {
    display: block;
}

.t-amount-before-tax {
    font-size: 25px;
    padding: 0 10px;
    font-weight: bold;
}

.total-label,
.total-amount {
    font-size: 25px;
    font-weight: bold;
}

.modRow {
    background: #ebf4f7;
    font-size: 12px;
}

.packageRow {
    font-size: 12px;
}

.item-selected tbody tr:hover .op-alignment {
    background: #66C1FF;
    color: #fff;
    cursor: pointer;
}

.op-alignment {
    text-align: left;
}


/*.order-pre-edit-minus, .order-pre-edit-plus {
    border: 1px solid;
    border-radius: 3px;

    text-align: center;
}

    .order-pre-edit-plus:hover,
    .order-pre-edit-minus:hover {
        background: #66C1FF;
        color: #fff;
        cursor: pointer;
    }

.order-pre-edit-plus {
    padding: 0 8px;
}

.order-pre-edit-minus {
    padding: 0 14px;
    margin-left: 5px;
}*/

.item-quantity {
    vertical-align: middle !important;
    padding: 0 5px;
}

.order-memo {
    font-weight: bold;
    color: #fff;
    background: #87b87f;
}

.btn-order-setup {
    text-shadow: none !important;
    background-color: #FFF !important;
    border-color: #cccccc;
    color: #444444 !important;
    margin: 5px;
    font-size: 24px;
}

    .btn-order-setup:active, .btn-order-setup.active {
        background-color: #d9a53b !important;
        color: #FFF !important;
    }

#shoppingCartModal {
    max-width: 420px;
}

@media (min-width: 1024px) {
    .btn-order-setup {
        min-width: 200px !important;
    }
}

@media (max-width: 1023px) {
    .btn-order-setup {
        width: 100% !important;
        padding: 6px 12px !important;
        margin: auto;
        margin-top: 10px;
    }

    .list_view_content {
        margin-top: 50px !important;
    }
}

@media only screen and (max-width:767px) {
    .t-amount-before-tax {
        font-size: 18px;
        padding: 0 10px;
        font-weight: bold;
    }

    .vt-item-info {
        height: 280px !important;
    }

    .order-table {
        margin-bottom: 10px;
    }

    .total-label,
    .total-amount {
        font-size: 18px;
        font-weight: bold;
    }
}
