body {
    background: #fff;
}
a:hover {
    text-decoration: none;
}
.pt-5{
	padding-top: 5px;
}
.pb-5{
	padding-bottom: 5px;
}
.pt-7{
	padding-top: 7px;
}
.pt-10{
	padding-top: 10px;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.wrapper {
    margin: 0px 0px 0px;
}
.required{
    color: #FF0000;
}
.navbar-nav .language a {
    padding-top: 19px;
    color: #fff;
}
.navbar-nav .language a:hover {
    background: #3f4457;
}
.page-header.navbar {
    height: 55px;
    min-height: 55px;
    background: #0951a2;
}
.page-header.navbar .page-top {
    height: 55px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown {
    height: 55px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
    padding: 15px 10px 8px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu {
    background: #0951a2;
}
.page-header-fixed .page-container {
    margin-top: 55px;
}
.page-header.navbar .page-logo .logo-default {
    height: 46px;
    margin: 6px 10px 0;
    max-width: 100%;
}
.page-header.navbar .page-actions {
    margin: 8px 0 0px 10px;
}

.page-content {
    margin-bottom: 0px;
}
.page-header .navbar .navbar-nav>li>a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 16px;
    background: inherit;
}
.page-header .navbar .navbar-nav .dropdown-menu {
    margin-top: 0px;
    background: #009dc7;
    margin-left: -15px;
    margin-right: -15px;
}
.page-header .navbar .navbar-nav>li>a>i {
    position: relative;
    top: -2px;
    right: 2px;
    font-size: 14px;
}
.page-header .navbar .navbar-nav .dropdown-menu>li>a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 16px 12px;
    font-family: "Open Sans",sans-serif;
}
.page-header .navbar .navbar-nav li.open:hover>a, .page-header .navbar .navbar-nav li.open>a {
    background: #009dc7;
    color: #fff;
}
.page-header .navbar .navbar-nav li.open.selected>a {
    color: #fff;
}
.page-header .navbar-fixed-top {
    background: #0951a2;
}
.breadcrumbs {
    overflow: hidden;
    margin-bottom: 15px;
    padding-right: 0px;
}
.dropdown-menu>li>a>[class*=" fa-"], .dropdown-menu>li>a>[class^=fa-] {
    color: #fff;
}
.page-title {
    border-bottom: 1px solid #0951a2;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.page-title:after {
    content: "";
    background-color: #0951a2;
    width: 25px;
    height: 4px;
    border-radius: 0px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.page-title a {
    float: right;
}
.breadcrumbs h1 {
    margin: 0 20px 0 0;
    float: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #2a3239;
}
.breadcrumbs h1 {
    font-family: Oswald,sans-serif;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #0951a2;
    border-color: #0951a2;
}
.table th {
    color: #fff;
    background-color: #0951a2;
    text-align: center;
    vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.portlet.box.green {
    border: 1px solid #009dc7;
    border-top: 0;
}
.portlet.box.green>.portlet-title, .portlet.green, .portlet>.portlet-body.green {
    background-color: #009dc7;
}
.form-control {
    height: 36px;
    padding: 6px 12px;
    border: 1px solid #ddd;
}
.form-control:focus {
    border-color: #0951a2;
}
.portlet {
    margin-bottom: 15px;
}
.actionbBar .btn {
    border: 1px solid transparent;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    background: transparent;
}
.btn-group.actionbBar>.dropdown-menu {
    margin-top: 3px;
}
.portlet>.portlet-title>.tools {
    float: right;
    display: inline-block;
    padding: 8px 0 8px;
}
.portlet>.portlet-title>.tools>a {
    display: inline-block;
    height: 21px;
}
.page-header .navbar .navbar-toggle .icon-bar {
    width: 25px;
    background: #fff;
}
.page-header .navbar .page-logo {
    float: left;
    height: 50px;
    max-height: 50px;
    line-height: 50px;
    margin-right: 75px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: inherit;
}

.tabbable-custom>.nav-tabs>li.active {
    border-top: 3px solid #009dc7;
}
.tabbable-custom>.tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px 15px 10px;
}

.table .cell-image-list {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.table .cell-image-list .cell-img:nth-child(1) {
    z-index: 5;
}
.table .cell-image-list .cell-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgb(0 0 0 / 80%);
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgb(0 0 0 / 80%);
    vertical-align: middle;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    cursor: pointer;
}
.input-lg {
    height: 48px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1.33333;
}
.box {
    border: 1px solid #009dc7;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.col-form-label {
    margin-top: 8px;
    margin-bottom: 8px;
}

.ui-datepicker {
    z-index: 10051 !important;
}
.page-header .navbar .navbar-nav .dropdown-menu .dropdown-menu {
    background: #f9f9f9;
    margin-left: 0px;
    margin-right: 0px;
}
.page-header .navbar .navbar-nav .dropdown-menu  .dropdown-menu>li>a {
    color: #6c7b88;
}

.bordered-green {
    border-color: #32c5d2 !important;
}
.bordered-blue {
    border-color: #3598dc !important;
}
.bordered-red {
    border-color: #e7505a !important;
}
.bordered-purple {
    border-color: #8E44AD !important;
}
.select2-container--bootstrap .select2-selection {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 36px;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #0951a2;
}
.select2-dropdown {
    border: 1px solid #0951a2;
}
.select2-container--bootstrap .select2-dropdown {
    border-color: #0951a2;
}


a.element-box {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    text-decoration: none;
    display: block;
    color: #3E4B5B;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 1px solid #0951a2;
}
.AmountHead {
    width: 100%;
    height: 100%;
    padding: 6px 5px 4px;
    background: #0951a2;
    color: white !important;
    border-bottom: 2px solid #0951a2;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.Amount {
    padding: 20px 0px;
    font-size: 40px !important;
    font-weight: bold !important;
    color: #009dc7;
    letter-spacing: 1px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}
.marquee {
    color: black;
    border-top: 1px solid #0951a2;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
}

.today_dashboard a.element-box {
    border-radius: 0px;
}

.card-box-color {
    background: #ffffff;
    /*box-shadow: 0 0 12px 3px lightgrey;*/
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    transition: .3s;
    border: 0px solid #ddd;
}
.card-box {
    text-align: center;
    font-weight: 700;
    background: linear-gradient(106deg, #0951a254, #0951a200 100px),url(corner-2.png);
    background-position: center;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.card-box .panel {
    background: transparent;
    margin-bottom: 0;
    padding-top: 0px;
    border: 0px solid;
}
.card-box .panel .panel-body {
    padding: 0px;
}
.card-box i {
    font-size: 40px;
    padding: 20px 0px 10px 0px;
    color: #0951a2;
}
.card-box .box-content p {
    margin: 8px 0;
}

.memberInfo img {
    max-height: 180px;
    max-width: 200px;
    padding-bottom: 10px;
}


/*--Start Sitebar Menu--*/
.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
  background-color: #0951a2;
}
.page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
  border-left: 3px solid #0951a2 !important;
  margin-left: -3px;
  padding-left: 15px;
}
.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
  color: #fff;
}
.page-sidebar .page-sidebar-menu > li.heading > h3, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading > h3 {
  color: #fff;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a {
  color: #fff;
}
.page-sidebar .page-sidebar-menu > li.open > a, .page-sidebar .page-sidebar-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a {
  background: #fff;
  color: #000;
}
.page-sidebar .page-sidebar-menu > li.open > a > i, .page-sidebar .page-sidebar-menu > li:hover > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > i {
  color: #000;
}
.page-sidebar .page-sidebar-menu > li > a > i[class*="icon-"], .page-sidebar .page-sidebar-menu > li > a > i[class^="icon-"], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class*="icon-"], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i[class^="icon-"] {
  color: #fff;
}
.page-sidebar .page-sidebar-menu > li:hover > a > i[class^="icon-"], .page-sidebar .page-sidebar-menu > li.open > a > i[class^="icon-"] {
  color: #000;
}

.page-sidebar .page-sidebar-menu li > a > .arrow.open::before, .page-sidebar .page-sidebar-menu li > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow::before {
  color: #fff;
}
.page-sidebar .page-sidebar-menu > li.open > a > .arrow.open::before, .page-sidebar .page-sidebar-menu > li.open > a > .arrow::before, .page-sidebar .page-sidebar-menu > li:hover > a > .arrow.open::before, .page-sidebar .page-sidebar-menu > li:hover > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li:hover > a > .arrow::before {
  color: #000;
}
.page-sidebar .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
  background: #fff;
  color: #000;
}
.page-sidebar .page-sidebar-menu > li.active.open > a > i, .page-sidebar .page-sidebar-menu > li.active > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > i {
  color: #000;
}
.page-sidebar .page-sidebar-menu > li.active.open > a > .arrow.open::before, .page-sidebar .page-sidebar-menu > li.active.open > a > .arrow::before, .page-sidebar .page-sidebar-menu > li.active > a > .arrow.open::before, .page-sidebar .page-sidebar-menu > li.active > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .arrow::before {
  color: #000;
}

.page-sidebar .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a {
  color: #000;
  background: #fff !important;
}
.page-sidebar .page-sidebar-menu .sub-menu > li.active > a > .arrow.open::before, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a > .arrow::before, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a > .arrow.open::before, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a > .arrow::before, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > .arrow.open::before, .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.active > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li.open > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li:hover > a > .arrow::before {
    color: #000;
}
.page-sidebar .page-sidebar-menu .sub-menu > li > a > .arrow.open::before, .page-sidebar .page-sidebar-menu .sub-menu > li > a > .arrow::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a > .arrow.open::before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu > li > a > .arrow::before {
  color: #fff;
}
/*--End Sitebar Menu--*/

.aligning {
  width: 70%;
  float: left;
}
.label_aligning {
  float: left;
  padding: 5px 0px 0px 3px;
}
.page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sub-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-closed .sub-menu > li > a {
  color: #000;
}

.add_sale .row {
  margin-left: -3px;
  margin-right: -3px;
}
.add_sale .col-lg-1,
.add_sale .col-lg-10,
.add_sale .col-lg-11,
.add_sale .col-lg-12,
.add_sale .col-lg-2,
.add_sale .col-lg-3,
.add_sale .col-lg-4,
.add_sale .col-lg-5,
.add_sale .col-lg-6,
.add_sale .col-lg-7,
.add_sale .col-lg-8,
.add_sale .col-lg-9,
.add_sale .col-md-1,
.add_sale .col-md-10,
.add_sale .col-md-11,
.add_sale .col-md-12,
.add_sale .col-md-2,
.add_sale .col-md-3,
.add_sale .col-md-4,
.add_sale .col-md-5,
.add_sale .col-md-6,
.add_sale .col-md-7,
.add_sale .col-md-8,
.add_sale .col-md-9,
.add_sale .col-sm-1,
.add_sale .col-sm-10,
.add_sale .col-sm-11,
.add_sale .col-sm-12,
.add_sale .col-sm-2,
.add_sale .col-sm-3,
.add_sale .col-sm-4,
.add_sale .col-sm-5,
.add_sale .col-sm-6,
.add_sale .col-sm-7,
.add_sale .col-sm-8,
.add_sale .col-sm-9,
.add_sale .col-xs-1,
.add_sale .col-xs-10,
.add_sale .col-xs-11,
.add_sale .col-xs-12,
.add_sale .col-xs-2,
.add_sale .col-xs-3,
.add_sale .col-xs-4,
.add_sale .col-xs-5,
.add_sale .col-xs-6,
.add_sale .col-xs-7,
.add_sale .col-xs-8,
.add_sale .col-xs-9 {
  position:relative;
  min-height:1px;
  padding-left:3px;
  padding-right:3px
}

.sale_box {
  background-color: #EFEFEF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #EFEFEF;
}
.box_product_top, .box_cart_top {
  padding: 5px;
}
.box_product_middle {
  padding: 6px 5px 6px;
  position: relative;
  overflow: hidden;
  height: 494px;
  background-color: #FFFFFF;
}
.box_product_middle_inner {
  overflow: hidden;
}
.single_item {
  height: 180px;
  background-color: #EFEFEF;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  margin-bottom: 6px;
  box-shadow: 0 0 0px #E3EBF1;
  cursor: pointer;
}
.single_item .item_price {
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 3px;
}
.single_item img {
  width: 100%;
  height: 99px;
  padding: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.single_item .item_name {
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  margin: 3px 1px 1px;
  line-height: 16px;
}
.load_more_product {
  padding: 10px 0px;
  text-align: center;
}

.box_cart_item {
  background: #fff;
}
.box_cart_item_inner {
  position: relative;
  overflow-x: auto;
  height: 240px;
}
.box_cart_item_inner .table th {
  color: #333;
  background-color: #fff;
}
.box_cart_item_inner .table th.item_name {
  text-align: left;
}
.box_cart_item_inner .table > thead > tr > th {
  background: #0951a2;
  color: #fff;
}
.box_cart_item_inner .table > tbody > tr > td {
  background-color: #FAFAFA;
  border-top: 1px dashed #ced4da;
}
.special_textbox, .shipping_other, .others, .input_unit_price {
  width: 60px;
  height: 21px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  border-radius: 0px;
  display: inherit;
}
.others_lebel {
  height: 21px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  text-align: right;
  padding: 2px;
  border-radius: 0px;
  display: inherit;
}

.box_cart_summary {
	padding: 3px 10px;
	background: #fff;
  	border-top: 1px solid #ddd;
}
.cart_summary td {
  width: 50%;
  font-weight: 600;
  text-align: right;
  padding: 7px 0px;
  font-size: 13px;
}
.box_cart_bottom {
	padding: 5px 10px 15px;
	background: #fff;
}
.form-control2 {
	width: 100px;
	height: 21px;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	border-radius: 0px;
	display: inherit;
}
.qty_text {
  padding: 0 3px;
  font-weight: 600;
}
.page-header.navbar .menu-toggler.responsive-toggler {
  margin: 20.5px 14px 0 6px;
}
#hold_list tr {
  cursor: pointer;
}
.sale_holds .table th {
  color: #333;
  background-color: #E3EBF1;
  padding: 3px;
}
.sale_hold_details {
  height: 420px;
  overflow-y: scroll;
}
.modifier_item_details_holder {
  font-size: 13px;
  line-height: 20px;
  overflow: auto;
  height: 200px;
}
.bottom_total_calculation_hold {
  font-size: 13px;
  background-color: #F7FAFC;
  line-height: 20px;
  font-weight: bold;
  padding: 5px;
}
.hold_summary td{
	text-align: right;
	padding: 3px;
}
.table > tbody#cart_item > tr > td, .table > tbody#cart_item > tr > th {
  padding: 4px;
}
#cart_item .btn-xs {
  padding: 0px 3px;
}
.table #cart_item .btn.btn-danger {
  margin-right: 0px;
}
.soft_name {
  padding: 8px 12px;
  margin-top: 8px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff !important;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

.dashboard-stat.dashboard-stat-v3 .details {
  position: inherit;
  right: 0px;
  padding-right: 0px;
  text-align: center;
}
.dashboard-stat.dashboard-stat-v3 .details .desc {
  text-align: inherit;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 15px;
}
.dashboard-stat.dashboard-stat-v3 .details .number {
  padding-top: 15px;
  text-align: inherit;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 300;
  padding-bottom: 25px;
}

.page-actions a {
  color: #fff;
}
.page-actions a i {
  padding-right: 3px;
}
.plus_button {
  margin: 0px 3px;
  font-size: 30px;
  line-height: 36px !important;
  cursor: pointer;
  color: #0951a2;
}
.width-100 {
	width: 100%;
}
.plus_button2 {
	margin: 0px 3px;
	font-size: 16px;
	line-height: 18px !important;
	cursor: pointer;
	color: #0951a2;
}

@media (max-width: 991px){
    .input-lg {
        width: 100% !important;
    }
	.page-header {
	    background: #0951a2;
	}
	.navbar-fixed-top .navbar-collapse {
	    max-height: 100%;
	    padding-right: 0px;
    	padding-left: 0px;
	}
	.page-content {
	    padding: 15px 0px 0px;
	}
	.page-header .nav-collapse .navbar-nav li.selected.open>a {
	    background: #009dc7;
	}
	.page-header .navbar .navbar-nav .dropdown-menu>li>a {
	    padding: 10px 15px 10px 50px;
	}
	.breadcrumbs h1 {
	    float: left;
	    margin-bottom: 5px;
	}
	.table-responsive .dropdown-menu {
        position: static !important;
    }
    .btn-group.actionbBar>.dropdown-menu:before {
	    top: 22px;
	}
	.btn-group.actionbBar>.dropdown-menu:after {
	    top: 23px;
	}
	.box {
        padding: 10px;
    }
    .memberInfo .table td:first-child {
        width: 35%;
    }
    .page-header.navbar .page-logo {
        height: 55px;
        width: 50%;
    }
    .add_sale .page-content-wrapper .page-content {
		padding: 0px !important;
	}
}
@media (min-width: 992px){
	.container, .container-fluid {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.page-header .navbar-fixed-top {
	    top: 0;
	    left: 0;
	    right: 0;
	    padding: 0px 15px;
	}
	.page-header .navbar-collapse {
	    margin-top: 0px;
	}
	.logo-section{
		display: none;
	}
	.page-on-scroll .page-header .navbar-fixed-top {
	    padding: 0px 15px;
	}
	.page-header .navbar-collapse .navbar-nav .more-dropdown-sub>a {
	    padding: 16px 18px!important;
	    position: relative;
	    background: inherit;
	}
	.page-header .navbar-collapse .navbar-nav .more-dropdown-sub>a:after {
	    top: 16px;
	    right: 4px;
	    color: #ffffff;
	    font-size: 16px;
	}
	.page-content {
	    margin-top: -4px;
	    padding-top: 65px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.no_submenu .page-content {
	    margin-top: -4px;
	    padding-top: 20px;
	}
	.page-header .navbar-collapse .navbar-nav>li>a {
	    -webkit-border-top-left-radius: 2px;
	    -moz-border-top-left-radius: 2px;
	    -ms-border-top-left-radius: 2px;
	    -o-border-top-left-radius: 2px;
	    border-top-left-radius: 0px;
	    -webkit-border-top-right-radius: 2px;
	    -moz-border-top-right-radius: 2px;
	    -ms-border-top-right-radius: 2px;
	    -o-border-top-right-radius: 2px;
	    border-top-right-radius: 0px;
	    background-clip: padding-box;
	}
	.page-header .navbar-collapse .navbar-nav>li {
	    margin-left: 0px;
	}
	.memberInfo .table td:first-child {
        width: 23%;
    }
    .page-content-wrapper .page-content {
        padding: 0px 0 0 20px;
    }
    .add_sale .page-content-wrapper .page-content {
        padding: 0px 0 0 0px;
        margin-left: 0px;
        min-height: 500px !important;
    }
    .add_sale .page-container {
	  padding: 10px 10px 0;
	}
	.add_sale .col-sm-6.col_left_right {
	  padding-left:20px;
	}
}
@media (max-width: 767px){
    .add_sale .page-content-wrapper .page-content {
		padding: 10px 10px 10px !important;
	}
	.page-header.navbar .page-actions {
	  margin: 10px 8px 0px 0px;
	}
	.page-actions a i {
	  padding-right: 0px;
	}
	.soft_name {
	  padding: 6px 8px;
	  margin-top: 8px;
	  border: 1px solid #fff;
	  border-radius: 3px;
	  color: #fff !important;
	  line-height: 18px;
	  font-size: 14px;
	  text-transform: uppercase;
	}
	.page-actions .btn {
  		padding: 6px 8px;
	}
}

/* Modern Page Background for Dashboard Content */
.page-content-wrapper .page-content {
    background-color: #f1f5f9 !important;
}

/* Modern Dashboard Stat Card Styles */
.modern-stat-card {
    display: block;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.widget-row > [class*="col-"] {
    min-height: 125px;
}

@media (min-width: 992px) {
    .widget-row > [class*="col-"]:nth-child(4n+1) {
        clear: left !important;
    }
}

.modern-stat-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03) !important;
}

.card-body-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.card-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-desc {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.75px !important;
    color: #64748b !important;
}

.card-number {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
}

.card-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.card-icon-wrapper i {
    font-size: 18px;
}

/* Theme Color Customizations with Deep Rich & Vibrant Gradient Backgrounds */
.card-indigo {
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%) !important;
    border: none !important;
}
.card-indigo .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-indigo .card-number { color: #ffffff !important; }
.card-indigo .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-indigo:hover {
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.4) !important;
}

.card-teal {
    background: linear-gradient(135deg, #0d9488 0%, #115e59 100%) !important;
    border: none !important;
}
.card-teal .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-teal .card-number { color: #ffffff !important; }
.card-teal .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-teal:hover {
    box-shadow: 0 10px 25px rgba(13, 148, 136, 0.4) !important;
}

.card-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
    border: none !important;
}
.card-blue .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-blue .card-number { color: #ffffff !important; }
.card-blue .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-blue:hover {
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4) !important;
}

.card-amber {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%) !important;
    border: none !important;
}
.card-amber .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-amber .card-number { color: #ffffff !important; }
.card-amber .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-amber:hover {
    box-shadow: 0 10px 25px rgba(217, 119, 6, 0.4) !important;
}

.card-emerald {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    border: none !important;
}
.card-emerald .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-emerald .card-number { color: #ffffff !important; }
.card-emerald .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-emerald:hover {
    box-shadow: 0 10px 25px rgba(5, 150, 105, 0.4) !important;
}

.card-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%) !important;
    border: none !important;
}
.card-purple .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-purple .card-number { color: #ffffff !important; }
.card-purple .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-purple:hover {
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.4) !important;
}

.card-cyan {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    border: none !important;
}
.card-cyan .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-cyan .card-number { color: #ffffff !important; }
.card-cyan .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-cyan:hover {
    box-shadow: 0 10px 25px rgba(2, 132, 199, 0.4) !important;
}

.card-orange {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
    border: none !important;
}
.card-orange .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-orange .card-number { color: #ffffff !important; }
.card-orange .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-orange:hover {
    box-shadow: 0 10px 25px rgba(234, 88, 12, 0.4) !important;
}

.card-rose {
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%) !important;
    border: none !important;
}
.card-rose .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-rose .card-number { color: #ffffff !important; }
.card-rose .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-rose:hover {
    box-shadow: 0 10px 25px rgba(225, 29, 72, 0.4) !important;
}

.card-red {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    border: none !important;
}
.card-red .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-red .card-number { color: #ffffff !important; }
.card-red .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-red:hover {
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.4) !important;
}

.card-violet {
    background: linear-gradient(135deg, #c026d3 0%, #9333ea 100%) !important;
    border: none !important;
}
.card-violet .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-violet .card-number { color: #ffffff !important; }
.card-violet .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-violet:hover {
    box-shadow: 0 10px 25px rgba(192, 38, 211, 0.4) !important;
}

.card-green {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    border: none !important;
}
.card-green .card-desc { color: rgba(255, 255, 255, 0.85) !important; }
.card-green .card-number { color: #ffffff !important; }
.card-green .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-green:hover {
    box-shadow: 0 10px 25px rgba(22, 163, 74, 0.4) !important;
}

/* Dashboard Portlet Improvements */
.portlet.box {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e2e8f0 !important;
    margin-bottom: 25px !important;
}

.portlet.box > .portlet-title {
    padding: 15px 20px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    min-height: auto !important;
}

.portlet.box.green > .portlet-title {
    background-color: #f8fafc !important;
    color: #0f172a !important;
}

.portlet.box.yellow > .portlet-title {
    background-color: #f8fafc !important;
    color: #0f172a !important;
}

.portlet.box.purple > .portlet-title {
    background-color: #f8fafc !important;
    color: #0f172a !important;
}

.portlet.box > .portlet-title > .caption {
    font-family: 'Outfit', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.portlet.box > .portlet-body {
    padding: 20px !important;
    background-color: #ffffff !important;
}

/* Dashboard Table Improvements */
.table-bordered {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.table-bordered th {
    background-color: #f8fafc !important;
    color: #475569 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 0.75px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px !important;
}

.table-bordered td {
    color: #334155 !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px !important;
    font-size: 14px !important;
}

/* Dashboard Tab Switcher Navigation */
.dashboard-tabs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
    background: #ffffff !important;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04);
}

.dashboard-tab-item {
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #475569 !important;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.dashboard-tab-item:hover {
    background: #e2e8f0;
    color: #0f172a !important;
    transform: translateY(-1px);
}

.dashboard-tab-item.active {
    background: linear-gradient(135deg, #0951a2 0%, #003366 100%) !important;
    color: #ffffff !important;
    border-color: #0951a2 !important;
    box-shadow: 0 4px 12px rgba(9, 81, 162, 0.35) !important;
}

/* POS Barcode & Date Margin Alignment */
#search_barcode {
    margin-top: 5px !important;
}

#date.form-control2, #reference_no.form-control2 {
    margin: 4px auto !important;
    height: 28px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    text-align: center !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
}