body {
    background: #eee url("../themes/ClientPortal/img/main-back.png") repeat;
}

a:focus, a:active {
    text-decoration: none;
}

.admin-form {
    margin: 0 auto;
}

h1 {
    font-size: 18px;
    padding: 0 15px;
    line-height: 42px;
    color: #323A45;
    margin: 0 0 12px 0;
}

    h1.margin-button-null {
        margin: 0;
    }

h3 {
    border-bottom: 1px dotted #A9CBE2;
    color: black; /*was #0071BC*/
    margin-bottom: 12px;
}

h1 ul.pagination {
    font-size: 12px;
    margin: 6px 0 0 0;
}

/* Login Start */
.admin-form .container {
    padding-top: 30px;
}

/* Header Style */
.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0 15px;
}

    .navbar-brand img {
        height: 52px;
        width: auto;
    }

.navbar-reorder {
    padding: 14px 15px 12px 15px;
}

.navbar-header {
    position: relative;
    text-align: center;
    display: block;
}

.pagination {
    margin: 10px 0 0 0;
}

.mainbar .page-head {
    padding: 0px 20px 20px;
}

.header-btn-section {
    margin: 10px 0 0 10px;
    padding: 0;
}

ul.header-btn-section li {
    display: inline-block;
    margin-left: 10px;
}

    ul.header-btn-section li:first-child {
        margin-left: 0;
    }

    ul.header-btn-section li a {
        background-color: #0071BC;
        border: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        color: #fff;
        float: left;
        line-height: 1.42857;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

        ul.header-btn-section li a:hover, ul.header-btn-section li a:focus, ul.header-btn-section li a:active {
            background-color: #0066A9;
            border: none;
            color: #fff;
        }

/* Main Navigation */
.mainbar {
    border-left: none;
}

.snap-navigation {
    min-height: 62px;
    background: #323a45;
}

.snap-navigation a {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,1);
    text-align: center;
}

.snap-navigation li a {
    /*padding: 10px;*/
}

.snap-navigation a i {
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
}

.snap-navigation li {
    min-width: 80px;
    border-right: 1px solid #576270;
    border-top: 1px solid #576270;
    background: #323a45;
    text-align: center;
}
/*.snap-navigation li:last-child{ border-right:none; border-left:1px solid #576270; }*/
.nav-pills > li + li {
    margin-left: 0;
}

.snap-navigation .nav > li > a:hover, .snap-navigation .nav > li > a:focus {
    /*background: rgba(0,0,0,1);
    color: #fb7d45;*/
}

.snap-navigation .nav > li:hover, .snap-navigation .nav > li:focus {
    background: rgba(0,0,0,1);
    color: #fb7d45;
}

.nav-pills > li > a {
    border-radius: 0;
}

.red {
    color: #f04040;
}

.blue {
    color: #00d9ff;
}

.orange {
    color: #fb7d45;
}

.green {
    color: #0ec216;
}

.black {
    color: #000000;
}

/* Left Navigation */
.sidebar {
    background: none;
    position: relative;
}

    .sidebar #nav {
        position: relative;
    }

        .sidebar #nav > li > a {
            border-right: 1px solid #CCCCCC;
        }

        .sidebar #nav li ul li a {
            border-right: 1px solid #CCCCCC;
        }

.page-head.clearfix:before, .page-head.clearfix:after {
    display: inline-block;
}

/* Right Navigation */
.sale-order .form-group {
    margin-bottom: 0;
}

    .sale-order .form-group label {
        margin-bottom: 0;
    }

.pricing-table .label {
    font-family: "Arial",halvetica, sans-serif;
    font-size: 12px;
    background: #ebebeb;
    color: #666666;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 5px 10px;
}

.form-container {
    margin-bottom: 10px;
}

.recent {
    font-size: 12px;
}


/* Contet Section */
.content {
    position: relative;
}

.mainbar .matter {
    padding: 8px 0 0 0;
}

.main-search {
    padding-top: 7px;
}

.recipient-padd {
    padding: 15px 15px 0 15px;
}

.cr-scroll-area {
    height: 115px;
    overflow-y: auto;
}

.cr-scroll-height-auto {
    height: auto;
    overflow-y: auto;
}

.snap-full-width.col-md-12 {
    float: left;
}

.widget .widget-head.head-tab {
    padding: 8px 8px 0 8px;
}

    .widget .widget-head.head-tab .nav-tabs {
        margin-bottom: -1px;
    }

.widget .tab-content.snap-tab {
    margin-bottom: 0;
}

.widget-foot .pagination {
    margin: 0;
}

.widget hr.hr-table {
    margin: 0 0 -1px;
}

.mar-buttom {
    margin-bottom: 20px;
}

.project p {
    margin: 0 !important;
}

    .project p .uni {
        padding-right: 8px;
    }

.margin-button {
    margin: 0 0 15px 0;
}

.widget .widget-head.information {
    background: #dbe8f0;
    border-bottom: 1px solid #bdd5e5;
    border-top: 1px solid #f2f6f9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #000;
    font-weight: bold;
    padding: 8px 15px;
    text-shadow: 0 1px rgba(255,255,255,0.4);
}

    .widget .widget-head.information h3 {
        color: #0071bc;
        border-bottom: 1px dotted #a9cbe2;
        margin-bottom: 6px;
    }

.important {
    color: #0071bc;
}

.info-content {
    font-weight: normal;
}

    .info-content i {
        width: 20px;
        text-align: right;
        display: inline-block;
    }

.text-align-left {
    text-align: left;
}

.form-inline .form-group.customer-search {
    width: 240px;
}

.alert-warning {
    color: #666666;
}

.padd {
    padding: 15px;
}

.header-right {
    padding: 4px 0 0 0;
}

.product-search-area {
    height: 290px;
}

.text-align-center {
    text-align: center;
}
/*.sidebar #nav li i.icon-flower{ background:url(../themes/ClientPortal/img/icon-flower.svg) no-repeat; width:12px; height:12px; display:inline-block; background-size: 12px 12px; }*/
#productDetail .user .user-pic {
    width: 330px;
}

#productDetail .user .user-details {
    margin-left: 340px;
}

#productDetail .user img {
    max-width: 320px;
}

#productPopUpLink {
    cursor: pointer;
}

#customerSearchModal .thumbnail .user .user-details {
    margin-left: 0;
}

.map-section {
    border: 1px solid #c9c9c9;
    padding: 1px;
    margin: 0 15px 15px 15px;
}

#stepNavPill .nav-pills > li > a {
    margin-right: 5px;
    background: #ebebeb;
    white-space: nowrap;
    color: #666666;
    min-width: 150px;
    padding: 5px 10px;
}

    #stepNavPill .nav-pills > li > a span {
        font-size: 14px;
    }

#stepNavPill .nav-pills > li.active > a {
    color: #000;
    background: #cee7ff;
}

.latest-news address {
    margin-bottom: 10px;
}

.modal-scroll-area {
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

#stepNavPill .nav-pills > li > a span.step-number {
    font-size: 24px;
    color: rgba(0,0,0,0.2);
}

.product-list .checkbox {
    margin-bottom: 0;
    padding-left: 0;
}

    .product-list .checkbox input[type="checkbox"] {
        margin-left: 0;
    }

.widget .table.child {
    width: 97%;
    margin-left: 20px;
}

.grid-content .table-striped.child > tbody > tr:nth-child(2n+1) > th {
    background: #DBE8F0;
}

.widget.product-list .recipient-box.active {
    background: #ff0000;
}

    .widget.product-list .recipient-box.active a, .widget.product-list .recipient-box.active i {
        color: #fff;
    }

.base-personalization {
    background: #f4f8fa;
    border-left: 3px solid #5bc0de;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
}

.base-personalization-success {
    background: #fcf8f2;
    border-left: 3px solid #f0ad4e;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px;
}

.padd-bottom {
    padding-bottom: 15px;
}

.padd-top {
    padding-top: 15px;
}

.drop-buttons .btn {
    line-height: 1.5;
    padding: 7px 12px;
}

.highlight-info {
    background: #f4f8fa;
    border-left: 3px solid #5bc0de;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    font-weight: bold;
    min-height: 48px;
}

    .highlight-info .highlight-text {
        font-size: 30px;
        color: #5bc0de;
    }

.highlight-warning {
    background: #fcf8f2;
    border-left: 3px solid #f0ad4e;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    font-weight: bold;
    min-height: 48px;
}

    .highlight-warning .highlight-text {
        font-size: 30px;
        color: #f0ad4e;
    }

.highlight-payroll {
    background: #fcf8f2;
    border-left: 3px solid #f0ad4e;
    padding: 6px 15px;
}

.mar-btm-null {
    margin-bottom: 0;
}

.pay-period .pagination {
    margin-top: 0;
}

.table-text-area textarea {
    height: 30px;
}

.map-list-style {
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
}

    .map-list-style li {
        border-bottom: 1px solid #c9c9c9;
        padding: 15px 0;
    }

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

/*.modal-content h3 { border-bottom: 1px dotted #A9CBE2; color: #0071BC; margin-bottom: 5px; }*/
.grid-content .table {
    margin-bottom: 0;
}

.grid-footer {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 0px 1px #fff;
    border-top: none;
    padding: 8px 15px;
    font-size: 12px;
    color: #555;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.button-container, .grid-button-container {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 0px 1px #fff;
    border-top: none;
    padding: 8px 15px;
    font-size: 12px;
    color: #555;
    border-top: 1px solid #dddddd;
}

.grid-button-container {
    border-radius: 0;
    border-top: none;
    border: 1px solid #dddddd;
    border-width: 0 1px 1px 1px;
}

.search-section {
    margin-top: 10px;
    border-bottom: 1px solid #dddddd;
}

.grid-footer .pagination {
    margin: 0;
}

.widget .grid-content .table-bordered {
    border: 1px solid #DDDDDD;
}

.widget .tab-content {
    margin-bottom: 0;
}

.search-padd {
    padding: 13px 15px 0 15px;
}

.info-pop {
    display: inline-block;
}

    .info-pop i.icon-info-sign {
        text-align: center;
        font-size: 14px;
        color: red;
        cursor: pointer;
    }

.pop-box {
    background: #fff;
    z-index: 2;
    margin: 10px 0 0;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #666666;
    position: absolute;
    right: 25px;
    top: -5px;
}

/* Thumbnail */
.thumbnail {
    padding: 0;
    margin-bottom: 30px;
}

.thumbnail-padd {
    padding: 4px 8px 8px;
}

.thumbnail .user .user-pic {
    width: 70px;
}

.thumbnail .user .user-details {
    margin-left: 70px;
}

/* Modal Dilog */
.modal-dialog.modal-lg {
    width: 900px;
}

.modal-dialog.modal-xl {
    width: 980px;
}

.modal-tab .modal-body {
    padding: 0;
}

.tab-header {
    font-size: 13px;
}

    .tab-header ul.nav {
        /*padding-left: 15px;*/
    }

    .tab-header .nav-tabs {
        border-bottom: 1px solid #ff7200;
    }

        .tab-header .nav-tabs > li {
            margin-bottom: 1px;
        }

            .tab-header .nav-tabs > li.active > a, .tab-header .nav-tabs > li.active > a:hover, .tab-header .nav-tabs > li.active > a:focus {
                background: #fa7103;
                border: none;
                color: #fff;
                text-shadow: 0 1px 1px rgba(0,0,0,0.5);
            }

            .tab-header .nav-tabs > li > a.active, .tab-header .nav-tabs > li > a.active:hover, .tab-header .nav-tabs > li > a.active:focus {
                background: #fa7103;
                border: none;
                color: #fff;
                text-shadow: 0 1px 1px rgba(0,0,0,0.5);
            }

            .tab-header .nav-tabs > li > a {
                background: #ebebeb;
                border: none;
                color: #666666;
                text-shadow: 0 1px 1px rgba(255,255,255,0.5);
            }

    .tab-header .nav > li > a {
        padding: 6px 15px;
        margin-left: 1px;
    }

.form-horizontal .control-label.value {
    text-align: left;
    font-weight: normal;
}

.tab-header h3 {
    color: #0071bc;
    border-bottom: 1px dotted #a9cbe2;
    margin-bottom: 15px;
}

.char-remaining {
    display: block;
    text-align: right;
    font-size: 11px;
}

.or-separator {
    text-align: center;
    border-top: 1px dotted #0071bc;
    margin: 10px 0 20px;
    height: 1px;
    position: relative;
}

    .or-separator .or-text {
        font-size: 14px;
        color: #0071bc;
        background: #fff;
        display: inline-block;
        padding: 0 10px;
        position: absolute;
        top: -13px;
        left: 200px;
    }

.cleditorMain {
    margin: 0 0 15px;
}

.log-border {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
}

.modal-min-height {
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Product List */
.widget.product-list .padd {
    padding: 10px;
}

.widget.product-list .user .user-pic {
    width: 60px;
}

.widget.product-list .user img {
    margin-top: 0;
    max-width: 60px;
}

.widget.product-list .user .user-details {
    margin-left: 70px;
}

.user-details h4 {
    font-weight: bold;
    color: #323a45;
}

    .user-details h4 .stock {
        color: #a4a4a4;
        font-size: 12px;
        font-weight: normal;
    }

    .user-details h4 a.icon {
        font-size: 20px;
        color: #323a45;
        padding: 0 5px 0 0;
        display: block;
    }

        .user-details h4 a.icon:hover, .user-details h4 a.icon:focus {
            color: #fb7d45;
        }

.user-det-separator { /*border-right:1px dotted #b8b8b8; width:33.3%; float:left;*/
    padding: 0 10px 0 0;
}

.widget.product-list .unit-price {
    width: 25%;
    padding-right: 2%;
    float: left;
}

.widget.product-list .quantity {
    width: 15%;
    padding-right: 2%;
    float: left;
}

.widget.product-list .disount {
    width: 20%;
    padding-right: 2%;
    float: left;
}

.widget.product-list .disountcode {
    width: 22%;
    padding-right: 2%;
    float: left;
}

.widget.product-list .total {
    width: 18%;
    float: left;
}

.widget.product-list .recipient-box {
    background: #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 6px;
    float: left;
    margin: 0 5px 0 0;
    line-height: 18px;
}

.widget.product-list .recipient-box-detail {
    font-size: 12px;
    font-weight: normal;
    background: #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 2px 10px;
    float: left;
    margin: 0 5px 0 0;
    line-height: 18px;
}

.widget.product-list .recipient-box a.icon {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    color: #ff0000;
}

    .widget.product-list .recipient-box a.icon:hover, #product-list .recipient-box a.icon:focus {
        color: #e80000;
    }

.widget.product-list .recipient-select-box {
    float: left;
    margin-right: 5px;
    min-width: 150px;
}

.add-recipient {
    float: left;
    margin-top: 8px;
}

.product-list.widget hr {
    margin: 8px 0 0 0;
}

.order-price {
    padding-top: 0;
    padding-left: 0;
}

.product-pop {
    width: 593px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    position: absolute;
    z-index: 3;
    top: 15%;
    left: 17%;
}

.product-pop-img {
    width: 218px;
    float: left;
}

    .product-pop-img img {
        padding: 1px;
        border: 1px solid #aaaaaa;
    }

.product-pop-content {
    width: 330px;
    float: right;
}

.pop-header {
    padding-bottom: 10px;
}

.product-pop-content h4 {
    color: #000;
    font-weight: bold;
}

.product-pop-content .stock {
    color: #a4a4a4;
    font-size: 12px;
    font-weight: normal;
}

    .product-pop-content .stock .stock-row {
        display: inline-block;
        padding-right: 10px;
    }

/* Form */
.form-horizontal .control-label.security-question {
    text-align: left;
}

.input-group .form-control.dtpicker:not(:first-child):not(:last-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-success {
    border-left: none;
    border-right: none;
    border-top: none;
    color: #666;
}

.btn-primary {
    border-left: none;
    border-right: none;
    border-top: none;
    color: #fff;
}

.btn.btn-block {
    font-size: 14px !important;
}

label.control-label {
    padding-right: 0;
}

.right-pad-null {
    padding-right: 0;
}

.left-pad-null {
    padding-left: 0;
}

.input-group .form-control.cart-discount, .form-inline .form-control.textbox-small {
    width: 70px;
}

.form-horizontal .control-label.text-align-left {
    text-align: left;
}

.form-horizontal .control-label.font-normal {
    font-weight: normal;
    padding-left: 15px;
}

.btn-inline {
    margin-top: 25px;
}

.input-group-addon.srch-btn-container {
    padding: 0;
}

    .input-group-addon.srch-btn-container .btn.btn-search {
        background: none;
    }

        .input-group-addon.srch-btn-container .btn.btn-search.product-search i {
            line-height: 2;
            font-size: 14px !important;
        }

.add-payment {
    width: 110px;
}

.add-payment-details {
    width: 60px;
    display: inline-block;
}

.sub-total {
    padding-left: 15px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background: #ff9d4e;
    border-color: #ff923a;
}

.btn-group > .btn:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

/* Accordion */
.order-accordion .panel-heading i {
    display: inline-block;
    width: 20px;
    text-align: center;
}

/* Footer */
/*html { position: relative; min-height: 100%; }
body { margin: 0 0 210px; }*/
html, body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -210px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .page-wrap:after {
        height: 210px;
    }

footer {
    bottom: 0;
    height: 210px;
    width: 100%;
    border: none;
    padding: 0;
    background: #000;
}

    footer .widget {
        margin: 0;
        position: relative;
    }

    footer .widget-content {
        position: absolute;
        bottom: 44px;
        background: #fafafa;
        border: 1px solid #c9c9c9;
        z-index: 50;
    }

    footer .chat-content {
        color: #666666;
    }

.snap-comment {
    font-size: 20px;
}

#chat.widget {
    border: none;
    border-radius: 0;
}

    #chat.widget .widget-head {
        border: none;
        border-radius: 0;
        padding: 10px 15px;
        background: #000;
        color: #fff;
        text-shadow: none;
    }

footer ul.list-inline {
    margin: 10px 0;
}

    footer ul.list-inline li {
        border-right: 1px solid #576270;
        padding: 0 10px;
    }

        footer ul.list-inline li:last-child {
            border-right: none;
        }

.footer-pad {
    padding-bottom: 10px;
}

#footer {
    padding-bottom: 0px;
    color: #aaa;
    font-size: 12px;
    box-shadow: inset 0px 0px 10px #000;
    border-top: 3px solid #ed6d07;
    padding: 10px 0 20px;
}

    #footer a, footer a:visited {
        color: #ddd;
    }

        #footer a:hover {
            color: #ccc;
            text-decoration: underline;
        }

    #footer hr {
        height: 0px;
        padding: 0px;
        margin: 5px 0px;
        border-top: 1px solid #111;
        border-bottom: 1px solid #222;
    }

    #footer h5 {
        color: #fff;
    }

    #footer h6 {
        color: #fff;
    }

    #footer ul {
        margin-left: 0px;
        padding-left: 0px;
    }

        #footer ul li {
            list-style-type: none;
            margin-bottom: 5px;
        }

    #footer .widget {
        margin-bottom: 10px;
    }

    #footer .copy {
        margin-bottom: 5px;
        font-size: 11px;
    }

    #footer a.ftr-btn, footer a.ftr-btn:visited {
        color: #fff;
        text-shadow: 0px 1px 1px 1px rgba(0,0,0,0.6);
    }

        #footer a.ftr-btn:hover {
            text-decoration: none;
        }
/* Footer End */

/* Order Entry */
.sidebar #nav li i {
    background: none;
    border-radius: 0px;
    border: none;
    height: inherit;
    line-height: 0px;
    display: inline;
}

.sidebar #nav > li > a:hover i, .sidebar #nav > li > a.open i, .sidebar #nav > li > a.subdrop i {
    background: none !important;
    border: 0;
}

.product-container img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    margin-top: 5px;
    max-width: 100px;
    padding: 1px;
}

.product-container .user-pic {
    float: left;
    width: 70px;
}

.product-container .user-details {
    float: left;
    padding-right: 70px;
    margin-right: -70px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.product-name {
    display: block;
}

.addRecipient {
    display: inline-block;
}

/* Footer Order Entry */
.order-page-wrap {
    min-height: 100%;
    margin-bottom: -47px;
}

    .order-page-wrap:after {
        content: "";
        display: block;
    }

    .order-page-wrap:after, #order-entry-footer {
        height: 90px;
    }

#order-entry-footer {
    padding-bottom: 0px;
    color: #aaa;
    font-size: 12px;
    box-shadow: inset 0px 0px 10px #000;
    border-top: 3px solid #ed6d07;
}

#side-nav.sidebar.order-sidebar {
    top: 0;
}
/* Order Entry End */

/* color theme */
/* Pagination */
.pagination a.active {
    background: #ee6f08;
    border-color: #d9690f;
    color: #fff;
}

    .pagination a.active:hover, .pagination a.active:focus {
        background: #d9690f;
        color: #fff;
    }

.sidebar #nav > li > a:hover, .sidebar #nav > li > a.open, .sidebar #nav > li > a.subdrop {
    color: #e9e9e9;
    border-bottom: 1px solid #d9690f;
    border-top: 1px solid #ed6c05;
    background-color: #ee6f08;
    background: -webkit-gradient(linear, left top, left bottom, from(#fa7103), to(#e56c0c));
    background: -webkit-linear-gradient(top, #fa7103, #e56c0c);
    background: -moz-linear-gradient(top, #fa7103, #e56c0c);
    background: -ms-linear-gradient(top, #fa7103, #e56c0c);
    background: -o-linear-gradient(top, #fa7103, #e56c0c);
    background: linear-gradient(top, #fa7103, #e56c0c);
    box-shadow: none;
    color: #fff;
    font-weight: bold;
}

.grid-content .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
}

.grid-content img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    max-width: 40px;
    padding: 1px;
}

.btn-primary {
    background: #ff7200;
    border-bottom: 2px solid #de6300;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #f06b00;
        border-color: #de6300;
    }

.btn-success {
    background-color: #666; /*was 0071BC*/
    color: white;           /*color for text*/
    border-bottom: 2px solid #333;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #333; 
        color: white;           /*color for text*/
        border-color: #666;
    }

.widget .widget-head.header-style {
    background: #0071bc;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    text-shadow: 0 1px rgba(0,0,0,0.6);
}

.search-scroll-area {
    max-height: 320px;
    margin-bottom: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #ddd;
}

.control-margin-bottom select, .control-margin-bottom input {
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .conjtainer {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .conjtainer {
        text-align: center;
    }

    #side-nav.sidebar.order-sidebar {
        top: 51px;
    }
}

@media (max-width: 768px) {
    #side-nav.sidebar.order-sidebar {
        top: 51px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 1024px) {
    .main-left-nav {
        margin-left: 0;
    }

    #side-nav {
        display: none;
    }

    #menu-btn {
        display: block;
    }

    .search-scroll-area {
        height: 290px;
        margin-bottom: 15px;
        overflow-y: auto;
        overflow-x: hidden;
        border-bottom: 1px solid #ddd;
    }

        .search-scroll-area .widget {
            margin-top: 0;
        }

    .sidebar {
        position: absolute;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (min-width: 1025px) {
    #menu-btn {
        display: none;
    }
}

/*.form-horizontal .control-label {
    width: 190px;
}

#login .form-horizontal .control-label {
    width: 90px;
}*/


/*Added by rams to make modal window big*/
.modal-dialog.modal-w800 {
    width: 800px;
}

#changePwdBox {
    max-width: 610px;
    margin: 50px auto;
}

.mandatory-sym, .error {
    color: #ff0000;
}


.content-head {
    border-bottom: 1px solid #cecece;
    padding: 5px;
    padding-left: 10px;
    background-color: #fff;
}


/*Page head bar*/
.mainbar .page-head {
    padding: 0px 20px 20px 20px;
    color: #FFF;
    border-bottom: 2px solid #ed6d07;
}

    .mainbar .page-head h2 {
        color: #fff !important;
    }


/*For charts*/
#fork {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.legend {
    /*width: 20em;*/
    border: 1px solid #ccc;
}

    .legend .title {
        /*display: block;*/
        margin: 2em;
        border-style: solid;
        border-width: 0 0 0 1em;
        padding: 0 0.3em;
    }

.form-checkbox {
    padding-left: 15px;
    padding-top: 7px;
}

    .form-checkbox label {
        font-weight: normal !important;
    }

    .form-checkbox input[type=checkbox] {
        margin-right: 5px;
    }

.form-inline .form-group {
    vertical-align: top;
}

.custom-hr-form .form-inline {
    padding-left: 15px;
}

.custom-hr-form .form-group {
    float: left !important;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}

    .custom-hr-form .form-group label {
        display: inline-block !important;
        padding: 10px 10px 0 0;
        width: auto;
        float: left;
    }

    .custom-hr-form .form-group .form-control {
        float: left;
    }

.min-margin-right {
    margin-right: 15px;
}

.min-margin-left {
    margin-left: 15px;
}

.left-mar-null {
    margin-left: 0 !important;
}

.min-margin-top {
    margin-top: 25px;
}

.input-group .form-control.txtbox-total {
    width: 100px;
    margin-right: 6px;
}

.input-group-right {
    display: table;
}
/*CSS for Multiple Phone*/
/*.custom-list-grid{list-style:none; border-top:solid 1px #dddddd; border-left:solid 1px #dddddd; font-weight:normal; padding:0;}
.custom-list-grid li{border-top:solid 1px #dddddd; margin-left: 0; margin-right: 0;}
.custom-list-grid li:first-child{border-top:solid 0px #dddddd;}
.custom-list-grid li:nth-child(even){background-color:#f8f8f8}
.custom-list-grid li label{font-weight:normal; padding:0;}*/
.custom-list-grid .panel-body {
    padding: 0;
}
/*CSS for Form Value*/
.form-group .form-value {
    line-height: 15px;
    font-size: 12px;
}

.form-group .form-control-value {
    padding-top: 4px;
}

.rowmin-margin-top {
    margin-top: 10px;
}

.display-hide {
    display: none;
}

.right-list strong {
    margin-top: 6px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.right-list {
    background-color: #e9e8e8;
}

    .right-list ul.nav {
        padding-left: 0;
        float: left;
    }

.text-align-right {
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
}

.table > thead > tr.total > td, .table > tbody > tr.total > td {
    background-color: #E2F0F6;
}

.form-horizontal .control-label-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

.form-horizontal .control-label-inline {
    text-align: left;
    float: left;
    padding-left: 15px;
}

.readonly-info {
    background: #e5f6fc;
    border-left: 3px solid #5bc0de;
}

    .readonly-info .form-group {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 0;
    }

.margin-bottom-null {
    margin-bottom: 0;
}
/*css for form view*/
.form-view {
    background-color: #f1f7f8;
    padding: 10px 10px 10px 0;
    display: table;
    width: 100%;
}

    .form-view .form-horizontal .form-group {
        display: table-row;
        table-layout: auto;
    }

    .form-view label, .form-view span {
        width: auto;
        display: table-cell;
        float: none;
    }

    .form-view span {
        min-width: 110px;
    }
/*CSS for framework button*/
.widget-foot button, .widget-foot input[type=button], .t-window .button-container button, .t-window .button-container input[type=button] {
    margin-left: 3px;
}

.table-nowraptext table th {
    white-space: nowrap;
}

.vr-scroll-area {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Telerik Modifications */
table table .t-header, table table .k-grid-header {
    background: #DBE8F0;
}


/* Angular js grid & popup customisation starts */

.ngHeaderText {
    padding: 8px !important;
    line-height: 1.428571429 !important;
    border-right: 1px solid #ddd !important;
}

.ngCell {
    padding-left: 8px !important;
    line-height: 50px !important;
}

.ngCellText {
    padding: 0 !important;
}

.ngCell, .ngHeaderContainer {
    border-bottom: 1px solid #ddd !important;
}

.ngHeaderSortColumn {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
}

.ngHeaderScroller {
    background-color: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
}

.ngRow.odd {
    background-color: #f9f9f9 !important;
}

.ngRow.even {
    background-color: #ffffff !important;
}

.ngFooterPanel {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-shadow: 0px 1px #fff;
    border-top: none;
    padding: 8px 15px;
    font-size: 12px;
    color: #555;
}

    .ngFooterPanel .ngPagerButton, .ngFooterPanel .ngPagerCurrent, .ngFooterPanel select.ng-valid {
        border-radius: 3px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 6px 12px;
    }

.grid-style {
    border: 1px solid rgb(212,212,212);
    overflow-y: auto !important;
    height: 340px;
}

/* Angular js grid & popup customisation ends */

/* Order Entry screens customisation starts */
.search-scroll-area .product-list .widget-content .padd .user-pic button {
    margin: 5px 0 0;
}

.info-pop i.icon-info-sign {
    padding-left: 5px;
}

.widget.margin-button.items-in-cart .widget-content .padd.pricing-table .pop-box .padd {
    max-height: 146px;
    overflow-x: hidden;
    overflow-y: auto;
}

.input-group .form-control.custom-unitprice-input {
    width: 50%;
}

span.recipient-box-wrap {
    float: right;
    font-size: 12px;
    font-weight: normal;
}
/* Order Entry screens customisation ends */


/* Order Control screen disbaled input box customisation ends */

.form-horizontal .disabled-inputbox {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

/* Order Control screen disbaled input box customisation ends */


/* Styling Inline Radio buttons starts*/
form.form-horizontal label.radio-inline, form.form-horizontal label.checkbox-inline {
    padding-top: 0px;
}

    form.form-horizontal label.radio-inline input[type="radio"], form.form-horizontal label.checkbox-inline input[type="checkbox"] {
        margin-top: 0;
    }
/* Styling Radio buttons starts*/

/* Styling for Setting dropdown Value - General Ledger starts*/
ul.options li {
    float: left;
    width: 160px;
    list-style-type: none;
}

#LedgerTable, .TopSpace {
    margin-top: 15px;
}
/* Styling for Setting dropdown Value - General Ledger ends*/


/* Styling of Z-Out Total Balance Label starts*/
.total h3 {
    border-bottom: medium none;
    color: rgb(255, 114, 0);
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.total label {
    font-size: 14px;
}
/* Styling of Z-Out Total Balance Label ends*/

/* Styling of Payment Options for MPOS starts */
.payment-options {
    margin-bottom: 10px;
}

    .payment-options a {
        font-size: 14px;
        color: #000;
        text-shadow: none;
        text-align: center;
        padding: 0 !important;
    }

        .payment-options a i {
            display: block;
            padding-bottom: 5px;
            font-size: 20px;
        }

    .payment-options li {
        border: medium none;
        display: block;
        min-width: 90px;
        padding: 10px 15px;
    }

        .payment-options li strong.badge {
            display: block;
        }

    .payment-options .nav > li > a:hover, .payment-options .nav > li > a:focus {
        background-color: transparent;
        color: #0071bc;
    }

    .payment-options .widget-payment-options {
        padding: 5px 0 5px 15px;
    }

        .payment-options .widget-payment-options strong span.badge {
            margin-left: 5px;
        }
/* Styling of Payment Options for MPOS ends */

/* Fix calendar width distortion ie of last column on multiple clicks starts */
.t-widget.t-calendar.t-popup.t-datepicker-calendar {
    width: 201px !important;
}
/* Fix calendar width distortion ie of last column on multiple clicks ends */

/* Error log horizontal scroll removed */
.error-log {
    overflow-x: hidden;
}

.widget .tab-content.custom .table-bordered td {
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}
/*div.user-det-separator p.product-desc {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;float:left; width:90%;}*/
.prodcut-desc-content .product-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.user-det-separator a.product-desc-link {
    float: right;
}

.t-widget.t-window {
    top: 25% !important;
}

.t-window-content.t-content {
    height: auto !important;
}

.form-container.register-grid {
    width: 50%;
}

.modal-body.angular-grid-scroll {
    height: 400px;
    overflow-y: scroll;
}

/* Time Picker customization */
.timepicker td, .timepicker td a, .timepicker td input {
    padding-bottom: 0;
    padding-top: 0;
}
/*Added on 31-03-2016 - Sprint 1 changes - text align center*/
.timepicker td {
    width: 40px;
    text-align:center;
}

.timepicker {
    position: relative;
    top: -20px;
}

/*order status  row styles*/
.order-status-row {
    display: table;
}

.order-status-col {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.order-price {
    width: 100%;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.padding-0 {
    padding: 0px;
}

.drawer-controls {
    padding: 0px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(243, 88, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(243, 88, 0, 0.1);
    outline: 0 none;
}

.btn:focus {
    border-color: rgba(243, 88, 0, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(243, 88, 0, 0.1);
    outline: 0 none;
}

.form-control {
    border-radius: 0;
}
.btn {
    border-radius: 2px;
}


.k-grid a {
    color: black;
}
.k-grid td {
    border-width: 0;
    border-bottom-width: 1px;
}

nav#breadcrumb {
    background: transparent;
}

.k-grid .k-grid-search {
    margin-left: auto;
    margin-right: 0;
}

.k-toolbar {
    background: white;
}

.k-toolbar.k-grid-toolbar {
    border-color: lightgrey;
}

.k-grid tbody, .k-grid tfoot, .k-grid thead {
    text-align: left;
    border-color: lightgray;
}

.k-grid .k-alt {
    background-color: white;
}

nav#breadcrumb {
    background: transparent;
}


.k-drawer-container .k-drawer-items .k-item-text {
    padding-left: 5px;
}
.tk-drawer-wrapper {
    width: 280px !important;
    height: 100%;
}
.k-drawer-mini .k-drawer-wrapper {
    width: 42px;
}
/*.k-drawer, .k-drawer-wrapper {
    transition: none;
}*/
.k-appbar-sticky {
    overflow:  visible;
    z-index: 999;
}

.k-tooltip-content {
    display: flex;
    align-items: center;
}

.k-tooltip, .k-tooltip.k-popup, .k-tooltip.k-widget {
    border-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 6pxrgba(0,0,0,.3);
}

.k-drawer-item {
    padding: 0 0 0 10px;
}

.a-text-white a {
    color: #000;
}

.k-state-selected.a-text-white a {
    color: #fff;
}

.k-drawer-container .k-drawer-items .k-item-text {
    width: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
}

.k-pager-numbers .k-link,
.k-pager-nav {
    border-radius: 2px;
}

 .dropdown-header {
     border-width: 0 0 1px 0;
     text-transform: uppercase;
 }

.dropdown-header > span {
    display: inline-block;
    padding: 10px;
    margin-right: 30px;
}

.dropdown-header > span:first-child {
    width: 50px;
}

.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 50%;
}

#customers-list .k-list-item-text {
    line-height: 1em;
    min-width: 300px;
}

/* Material Theme padding adjustment*/

.k-material #customers-list .k-list-item-text,
.k-material #customers-list .k-list-item-text.k-state-hover,
.k-materialblack #customers-list .k-list-item-text,
.k-materialblack #customers-list .k-list-item-text.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#customers-list .k-list-item-text > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 10px 5px;
}

#customers-list .k-list-item-text > span:first-child {
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    box-shadow: inset 0 0 30px rgba(0,0,0,.3);
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#customers-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#customers-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

.page-content {
    background-color: white;
}