/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.is-invalid {
    border: 1px solid red !important;
}

.bg-litht {
    background-color: #30ffce;
}

.bg-primary,
.panel .panel-primary,
.btn-primary {
    background-color: #0d6efd !important
}

.text-dark {
    color: #222222;
}

/* Global Styles */

body {
    padding-top: 51px;
    background-color: #fff;
}


/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

input,
select,
textarea {
    border: 1px solid #cdcdcd;
}

textarea {
    min-height: 50px;
    resize: vertical;
}

[readonly] {
    background-color: #f5f5f5;
}

.bg_gray {
    background-color: #f4f4f4 !important;
}

.bg_none {
    background-color: transparent !important;
}

#business_wrapper {
    padding-left: 0;
}

.checkbox,
.radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.well {
    margin-bottom: -1px;
    padding: 10px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* background: rgba(0,189,255,1); */
}

.huge {
    font-size: 50px;
    line-height: normal;
}

#breadcrumbBar div:nth-of-type(3) ul {
    padding: 0;
}

#frmSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

@media (min-width: 768px) {
    #business_wrapper {
        padding-left: 200px;
    }
}

/* Custom Code */
.wfull {
    width: 100%;
}

#page-wrapper {
    background-color: #fff;
    min-height: 83vh;
    padding: 45px 0px 10px;
    width: 100%;
}

#frmSearch {}

#frmSearch .pickdate {
    padding: 4px;
}

#frmSearch input[type="text"],
#frmSearch input[type="number"],
#frmSearch select {
    padding: 4px;
}

.navbar-inverse {
    background-color: #000066;
    border-color: #222222;
    margin: 0;
}

.btn {
    border-radius: 0px;
}



.nav-tabs li {
    border-bottom: 0px !important;
}

input#q {
    width: 220px;
    -webkit-transition: width 300ms linear;
    -moz-transition: width 300ms linear;
    transition: width 300ms linear;
}

select,
select.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-attachment: scroll;
    background-color: #f5f5f5;
    /*background-image: url(../img/down_arrow_ash.png);*/
    /*background-position: 95% 13px;*/
    /*background-repeat: no-repeat;*/
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
}

.display_block {
    display: block;
}

.show_in_print {
    display: none;
}

.wmd_30 {
    width: 20%;
}

/*.wmd_30 {width:auto;}*/
/* .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    top: 147px !important;
} */

/* Invalid Input */
.invalid-input {
    background-color: pink;
    border-color: #c00000 !important;
    border-width: 3px !important;
}

/* Top Navigation */
.nav>li {

    display: block;
    position: relative;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #111;
    background-color: #FFFF00;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

.customer,
.customer-name {
    display: none;
}

.new_customer_panel,
.new_agent_panel,
.new_company_panel,
.exist_item {
    display: none;
}

.site_nav_links {
    border-bottom: 1px solid #cccccc;
    left: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    position: fixed;
    top: 56px;
    width: calc(100% - 200px);
    z-index: 999;
    border-radius: 0;
}

.top_navbar_wrapper .nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site_nav_links ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.page-title {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

#footerPanel {
    background-color: #222222;
}

#footerBottom {
    padding: 10px;
}

#footerBottom p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

img.top_avatar {
    /*border: 1px solid #a2a2a2;*/
    display: inline-block;
    max-height: 30px;
    margin-right: 5px;
}

.side-nav li a:hover,
.side-nav li a:focus {
    background-color: none;
}



/* Side Navigation */
@media (min-width: 768px) {
    .side-nav {
        background-color: #000066;
        border-top: 1px solid #525252;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 54px;
        width: 200px;
        border-radius: 0;
    }

    .side-nav>li {
        float: none;
    }

    .side-nav>li>a {
        display: block;
        margin: 0 !important;
        padding: 7px 10px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus,
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        color: #111 !important;
        background-color: #FFFF00 !important;

    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li {
    position: relative;
}

.side-nav>li>ul>li>a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 5px 5px 5px 20px;
    text-decoration: none;
    font-weight: bold;

}

.side-nav>li>ul>li.active>a,
.side-nav>li>ul>li>a:hover,
.side-nav>li>ul>li.active {
    background-color: #FFFF00 !important;
    color: #111;
}

/*.side-nav li:after,*/
/*.side-nav li:before{content: "";}*/

/* Flot Chart Containers */
.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */
.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green>.panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green>a {
    color: #5cb85c;
}

.panel-green>a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red>.panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red>a {
    color: #d9534f;
}

.panel-red>a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow>a {
    color: #f0ad4e;
}

.panel-yellow>a:hover {
    color: #df8a13;
}

.active_class {
    background: gray;
    color: #fff;
}

.bg_select {
    background-color: #000;
}

.panel_sub_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.row_selected {
    background-color: navy !important;
    color: #fff !important;
}

.duplicate_field {
    border-radius: 0px;
    background-color: #e8e8e8;
    height: 31px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    width: 85%;
    background-image: none;
    margin-top: 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: #c4c4c4;
}

.access_item {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    display: inline-block;
    padding: 4px 8px;
    width: 24.5%;
    text-transform: capitalize;
}

.access_item label {
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}

/*.active_access_item {background-color: #5bc0de;color: #FFFFFF;}*/
.pagination {
    margin: 0;
}

#scroll_table_fix {
    width: 100%;
}

#scroll_table_fix thead {
    display: block;
    width: 98.5%;
}

#scroll_table_fix tbody {
    display: block;
}

#scroll_table_fix tr {
    display: block;
}

#scroll_table_fix td {
    display: block;
}

#scroll_table_fix th {
    display: block;
}

#scroll_table_fix thead th {
    height: 45px;
}

#scroll_table_fix tbody {
    overflow-y: auto;
    height: 350px;
}

#scroll_table_fix thead th {
    float: left;
    width: 13.5%;
}

#scroll_table_fix tbody td {
    float: left;
    width: 13.5%;
}

#scroll_table_fix tr:after {
    clear: both;
    content: " ";
    display: block;
    visibility: hidden;
}

table.tbl_thin tr th,
table.tbl_thin tr td {
    border: 1px solid #ddd;
    padding: 4px;
    font-size: 13px;
}

#loading_image {
    display: none;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: 600;
    z-index: 99999;
    position: fixed;
    top: 40%;
    left: 50%;
    background-color: orange;
    text-align: center;
}

#mask {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 14%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.mask {
    background-color: rgba(158, 158, 158, 0.3);
    bottom: 0px;
    display: none;
    left: 15px;
    position: absolute;
    right: 5px;
    top: -5px;
    z-index: 10;
}

.mask::before,
.mask:after {
    content: "";
    display: table;
}

.mask:after {
    bottom: 20px;
    color: #f44336;
    content: "X";
    font-size: 155px;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    width: 100%;
}

#ajaxMessage {
    left: auto;
    margin: 0;
    padding: 10px;
    position: fixed;
    right: -15px;
    top: 55px;
    width: 340px;
    word-break: break-all;
    z-index: 999999;
}

/* custom margins */
.no_mrgn {
    margin: 0 !important;
}

.no_mrgn_rgt {
    margin-right: 0 !important;
}

.no_mrgn_lft {
    margin-left: 0 !important;
}

.no_mrgn_top {
    margin-top: 0 !important;
}

.no_mrgn_btm {
    margin-bottom: 0 !important;
}

.mt_5 {
    margin-top: 5px !important;
}

.mt_10 {
    margin-top: 10px;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_30 {
    margin-bottom: 30px;
}

/* custom paddings */
.no_pad {
    padding: 0 !important;
}

.no_pad_rgt {
    padding-right: 0 !important;
}

.no_pad_lft {
    padding-left: 0 !important;
}

.no_pad_top {
    padding-top: 0 !important;
}

.no_pad_btm {
    padding-bottom: 0 !important;
}

/* custom borders */
.no_bdr {
    border: none !important;
}

.no_bdr_rad {
    border-radius: 0 !important;
}

.invoice_heading {
    margin-bottom: 5px;
    margin-top: 5px;
}

.invoice_heading .print_title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.invoice_heading strong {
    font-size: 12px;
}

.invoice_heading .print_subtitle {
    font-size: 14px;
    font-weight: bold;
}

.print_heading_left {
    text-align: left;
}

.print_heading_left .text-center {
    text-align: left;
}

.print_heading_center {
    text-align: center;
}

.print_heading_right {
    text-align: right;
}

.print_heading_left,
.print_heading_center,
.print_heading_right {
    margin-bottom: 5px;
}

.print_heading_left strong,
.print_heading_center strong,
.print_heading_right strong {
    font-size: 13px;
}

/* @override select2search css */
/*.select2-container{width: 100% !important}*/
.select2-container .select2-selection--single {
    border-radius: 5px;
    height: 34px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 32px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 32px;
}

span.copy_info {
    font-weight: normal;
    font-size: 12px;
}

.color_danger {
    color: #ac2925;
}

.color_success {
    color: green;
}

.va_top {
    vertical-align: top !important;
}

.va_mid {
    vertical-align: middle !important;
}

.va_btm {
    vertical-align: bottom !important;
}

/**
*
**Khokon start here
*/

#page-wrapper {
    background: #f8f9fe;
}

.select2-container--classic .select2-selection--single,
.form-control {
    box-shadow: none;
    border-color: #d2d6de;
    border: 1px solid #d2d6de;
}

.select2-container--classic .select2-selection--single {
    background-image: none;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #f7f7f7;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: 1px solid #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: none;

    background-repeat: repeat-x;
}

.search-bar {
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
}

.panel {
    -webkit-box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
    border: none;
    margin-top: 10px;
    margin-bottom: 25px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #111;
    background: #FFFF00;
}




.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0066FF;
    border-color: #0066FF;
}

.btn-primary {
    color: #fff;
    background-color: #0D6EFD;
    border-color: #2e6da4;
    border-radius: 5px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069D9;
    border-color: #2e6da4;
}

.clearfix textarea {
    border-radius: 5px;
}

#frmSearch .form-control {
    padding: 4px;
    margin-right: 5px;
    border-radius: 5px;
}

.bg-info {
    background-color: #0DCAF0;
}

.btn-info,
.alert-info {
    color: #fff;
    background-color: #0DCAF0;
    border-color: #269abc;
    border-radius: 5px;
}

.btn-info:hover {
    color: #fff;
    background-color: #31D2F2;
    border-color: #269abc;

}

.btn-warning {
    color: #fff;
    background-color: #FFC107;
    border-color: #d58512;
    border-radius: 5px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #FFd207;
    border-color: #d58512;
}

.btn-danger {
    color: #fff;
    background-color: #DC3545;
    border-color: #DC3545;
    border-radius: 5px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #C82333;
    border-color: #ac2925;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #398439;
    border-radius: 5px;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #398439;
}

.btn-primary {
    margin: 0 2px;
}

.searchbar {
    position: fixed;
    top: 120px;
    left: 0px;
    width: 100%;
}

#search {
    margin-right: 2px;
}

#clear_from {
    margin-right: 2px;

}

.tableFixHead {
    overflow-y: auto;
    height: 400px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 5;
}

.tableFixHead thead th,
.tableFixHead thead td {
    padding: 8px 16px;
    border: 1px solid #ccc;
}

.tableFixHead thead th {
    background: #0DCAF0;
}

.over {
    overflow: hidden;
}

.xsw_50,
.xsw_70,
.xsw_100,
.xsw_40,
.xsw_30 {
    margin-right: 5px;
}

.card input[type="submit"],
.card input[type="button"],
.card button[type="submit"] {
    background: #0066FE !important;
}

.card input[type="submit"]:hover,
.card button[type="submit"]:hover,
.card input[type="button"]:hover {
    background: #000099;
}

.panel-body textarea:hover,
.panel-body input:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card {
    background-color: #E7E9EB;
    background-image: linear-gradient(#ddd, #fff, #ddd);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0 0 10px 10px;
}

.table {
    background-color: #fff;
    background-image: linear-gradient(#eee, #fff, #eee);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.19);
}

.radius {
    border-radius: 0 0 10px 10px;
}

.borderless table,
.borderless td,
.borderless th,
.borderless tr {
    border: none !important;
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
    z-index: 999999;
}

/* [type="date"]::-webkit-inner-spin-button {
  display: none;
} */
[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.tab-pan .select2-container {
    width: 100% !important
}

.navbar-header {
    width: 185px !important;
}

#default_wrapper .side-nav {
    display: none;
}

#default_wrapper .site_nav_links {
    left: 0;
    width: 100%;
}

/* // chosen height / */
.chosen-container .chosen-single {
    height: 34px !important;
    line-height: 34px !important;
    width: 100%;
}

.chosen-container-single .chosen-single div {
    top: 8%;
}

.pad_y_10 {
    padding: 0 20px;
}

.card-wrapper {
    position: relative;
}

.card-wrapper .card-icons {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13rem;
    opacity: 0.01;
}

.card-wrapper:hover {
    transform: scale(1.1);
    transition: all 1s;
}

.card-wrapper {
    position: relative;
}

.card-wrapper .card-icons {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13rem;
    opacity: 0.1;
}

.card-wrapper:hover {
    transform: scale(1.1);
    transition: all 1s;
}

.custom-d-flex {
    display: flex !important;
}

button,
a {
    margin-bottom: 5px !important;
}

.mr-1 {
    margin-right: 5px;
}

.mx-1 {
    margin: 0 5px !important;
}

.dip {
    display: none;
}

/* pos css code start here */
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
    opacity: 1;
}

/* .pos.card {
    background: #f9f9f9;
}

.card.product_card_wrapper img {
    width: 100%;
    height: 120px;
}

.card.product_card_wrapper {
    min-height: 250px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.card-body.product_content {
    padding: 10px;
    text-align: center;
}

.card-body.product_content h5 {
    font-weight: bold;
}

.card-body.product_content span.price {
    font-weight: bold;
    font-size: 2rem;
}

.card.product_card_wrapper:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all .3s;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.panel.panel-primary.pos.card {
    background: #fff;
}

.pos_order_wrapper {
    overflow-y: scroll;
    max-height: 500px;
    overflow-x: hidden;
}

.pos_single_order_wrapper {
    padding: 20px;
}

.pos_single_order_wrapper .category_title {
    font-size: 1.2rem;
    color: #666;
} */

/* ::-webkit-scrollbar-thumb {
    height: 100px;
    background-color: #00006626;
} */

.shadow-none {
    box-shadow: none !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.product_search_wrapper {
    padding: 15px 10px;
    background: #fff;
    border-radius: 10px;
    margin: 15px 0;
}

.product_search_container {
    display: flex;
    line-height: 0;
}

/* .product_search_container input {
    width: 30%;
} */

.product_wrapper .col-md-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 10px !important;
}

.single_product_wrapper {
    border-radius: 10px !important;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    min-height: 230px;
}

.product_wrapper {
    margin-left: 10px;
}

.single_product_wrapper:hover {
    transition: all ease-in-out 1s;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.single_product_wrapper:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 1s;
}

.product_content .category {
    color: #aaa;
    font-size: 1.3rem;
}

.product_content .product_rate {
    font-weight: bold;
    color: tomato;
}

.product_content {
    padding: 10px;
}

.single_cart_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    background: #f0f1f7;
    padding: 8px;
    border-radius: 10px;
}

.single_cart_wrapper:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: all ease-in-out 1s;
}

.single_cart_wrapper .cart_content {
    width: 80%;
}

.cart_content_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single_cart_wrapper .cart_image {
    width: 20%;
    margin-right: 10px;
}

.cart_wrapper.shadow.no_pad {
    background: #fff;
    border-radius: 10px;
}

div#order_itemlist_partial {
    padding: 10px;
    background: #fff;
}

.cart_pricing_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    text-align: right;
}

.cart_quantity_wrapper input {
    outline: none;
    border: 1px solid #eee;
    width: 50%;
    text-align: center;
}

.cart_quantity_wrapper button {
    background: tomato;
    padding: 4px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    line-height: 0;
    border: 1px solid #eee;
}

/* .cart_quantity_btn {
    background: #eee !important;
    cursor: default;
    border: 1px solid #333;
} */

.cart_quantity_wrapper {
    width: 50%;
}

.cart_wrapper h4 {
    font-weight: bold;
    padding: 20px;
}

.cart_footer_wrapper div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 0;
}

.cart_footer_wrapper {
    padding: 20px 0;
}

.cart_wrapper span.alert.alert-warning {
    padding: 2px 5px;
    background: tomato !important;
    border-radius: 10px;
    color: #fff;
}

.product_image {
    position: relative;
    width: 100%;
}

.available_stocks {
    position: absolute;
    right: 8%;
    top: 8%;
    background: tomato;
    padding: 3px 5px;
    color: #fff;
    border-radius: 50px;
    font-size: 1rem;
    box-shadow: 2px 2px 5px #ff1515ad;
}

.cart_minus_btn {
    background: #fff !important;
    color: #aaa !important;
    border: 1px solid #aaa !important;
}

.product_sise_area {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1px 0;
}

.product_sise_area input {
    width: 15px;
}


.add_to_cart_btn {
    border: 1px solid #aaa;
    padding: 6px 10px;
    border-radius: 50px;
}

.add_to_cart_btn:hover {
    background: tomato;
    border: 1px solid #fff;
    transition: all ease-in-out .3s;
    color: #fff;
}

.add_to_cart_btn_area {
    position: absolute;
    left: 42%;
    bottom: -15%;
    opacity: 0;
}

.single_product_wrapper:hover .add_to_cart_btn_area {
    bottom: 1% !important;
    opacity: 1;
    transition: all ease-in-out .6s;
}


.product_footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.product_footer_wrapper select {
    height: 30px;
    border-radius: 5px 0 0 5px !important;
}

.product_add_to_cart_btn button {
    padding: 5px;
    border-radius: 0 5px 5px 0px;
    width: 100%;
}

.product_size_wrapper,
.product_add_to_cart_btn {
    width: 50%;
}

.btn-tomato:hover {
    color: #fff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-tomato {
    color: #fff;
    background-color: tomato;
    border-color: tomato;
    border-radius: 5px;
}

.datepicker {
    z-index: 99999999 !important;
}

.product_content .product_description {
    min-height: 80px;
}

/* invoice style css */
.pos_invoice,
.pos_invoice_copy_2 {
    box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
    padding: 2mm;
    margin: 0 auto;
    width: 2.9in;
    background: #FFF !important;
}

.pos_invoice h3,
.pos_invoice_copy_2 h3 {
    font-size: 1.3rem !important;
}

.pos_invoice p,
.pos_invoice_copy_2 p {
    font-size: 1.3rem !important;
    margin: 0;
}

.print_bg_gray {
    background: #eee !important;
}

.pos_invoice .invoice_heading strong,
.pos_invoice span,
.pos_invoice th,
.pos_invoice td,
.pos_invoice .invice_greatings p,
.pos_invoice table thead tr th,
.pos_invoice table tbody tr td,
.pos_invoice table.tbl_thin tr th,
.pos_invoice table.tbl_thin tr td {
    font-size: 1.3rem !important;
}

.pos_invoice_copy_2 {
    margin-top: 10px !important;
}

.r-bg-primary {
    background-color: #a6caff !important;
    color: #000;
}

.bg-orange {
    background-color: #fbe2b5 !important;
}

.red_area {
    background-color: rgb(212, 88, 88);
    color: #FFF
}

.red_area a {
    color: #FFF
}

.mt-2 {
    margin-top: 10px;
}



.wordwrap {
    white-space: nowrap;
}

.nav>li>a {
    padding: 5px 10px !important;
}

.navbar-nav>li>.dropdown-menu {
    border: 2px solid #000066;
}

.top_navbar_wrapper .nav>li>a {
    padding: 15px 4px !important;
}

.invoice_wrapper #discount_price,
.invoice_wrapper #discount_amount {
    padding: 4px;
    border: none !important;
    outline: none;
    width: 100%;
    text-align: right;
    background-color: transparent;
}

.invoice_wrapper #discount_price::-webkit-outer-spin-button,
.invoice_wrapper #discount_price::-webkit-inner-spin-button,
.invoice_wrapper #discount_amount::-webkit-outer-spin-button,
.invoice_wrapper #discount_amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.invoice_wrapper #discount_price,
.invoice_wrapper #discount_amount {
    -moz-appearance: textfield;
}

.page_scrolled_but_scrollbar_hide::-webkit-scrollbar {
    width: 0.5em;
}

.page_scrolled_but_scrollbar_hide::-webkit-scrollbar-thumb {
    opacity: 0;
    background-color: #fff;
}

/* Optional: Style scrollbar track */
.page_scrolled_but_scrollbar_hide::-webkit-scrollbar-track {
    opacity: 0;
    background-color: #fff;
}

.page_scrolled_but_scrollbar_hide:hover::-webkit-scrollbar-thumb {
    transition: opacity 5000s ease;
    opacity: 1;
    background-color: #888;
}

/* Optional: Style scrollbar track */
.page_scrolled_but_scrollbar_hide:hover::-webkit-scrollbar-track {
    transition: opacity 5000s ease;
    opacity: 1;
    background-color: #f1f1f1;
}

/* fire fox supported */
.page_scrolled_but_scrollbar_hide {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.page_scrolled_but_scrollbar_hide:hover {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: -28px;
}

.bg-white {
    background-color: #fff;
}

/* fire fox supported */

/* newly added from layout file */
.table>tbody>tr>td {
    vertical-align: middle;
}

.table>tbody>tr>td>a,
.table>tbody>tr>td>form {
    display: inline-block !important;
}

small.summary_ {
    font-size: 100%;
    padding-top: 7px;
    color: #fff;
    font-weight: bold;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #111 !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.form-multiline .form-group {
    margin-bottom: 5px;
    margin-right: 5px;
}

.form-multiline label,
.form-multiline .form-control {
    margin-right: 5px;
}

.dt-buttons {
    float: left;
}

.dt-buttons button {
    margin-right: 5px;
}

.nav-list ul,
.nav-list li {
    font-weight: bold;
}

.breadcrumbs {
    font-size: 17px;
}

.breadcrumbs {
    background-color: none !important;
    color: #ffffff;
}

.no-skin .navbar .navbar-toggle {
    background-color: #808000;
}

.breadcrumb {
    padding: 8px 15px;
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

#add_form .form-group,
#edit_form .form-group {
    margin-bottom: 11px;
}

.form-inline .form-group {
    margin-bottom: 11px;
}

.form-inline .chosen-container {
    width: 240px !important;
}

.modal .chosen-container {
    width: 240px !important;
}


#data_table {
    width: 100% !important;
}

#data_table tfoot input {
    width: 109%;
    padding: 3px;
    box-sizing: border-box;
}

#data_table th {
    padding-left: 0px;
}

#data_table tfoot {
    display: table-header-group;
}

/* How I can highlight as required field with "chosen" Plugin? */
.select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}

select:invalid[multiple] {
    margin-top: 15px !important;
}

.load-container {
    height: 50px;
    width: 100px;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 80px;
    right: 67px;
    z-index: 99999999;
    display: none;
}

.load-container>img {
    position: absolute;
    height: 30px;
    width: 160px;
    border-radius: 7px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

/* for modal ajax form */
mark {
    background: orange;
    color: black;
}

.modal-body .select2-chosen {
    min-width: 235px;
}

.modal-body .form-inline .form-control {
    width: 265px;
}

.no_pad {
    margin-bottom: 3px;
}

table#check th,
table#check td {
    vertical-align: middle !important;
    /* font-size: 12px !important; */
}

select:active {
    outline-color: red !important;
    font-weight: bold !important;
}

.w100 {
    float: left;
    width: 100% !important;
}

/* added for feedmill */
.padding_10_left {
    padding: 0 0 0 10px;
}

.padding_10_right {
    padding: 0 10px 0 0;
}
