/* -------- Font Size ---------- */
.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-29 {
  font-size: 29px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-42 {
  font-size: 42px !important;
}

.font-size-44 {
  font-size: 44px !important;
}

.font-size-46 {
  font-size: 46px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-54 {
  font-size: 54px !important;
}

/* -------- Font Size ---------- */
/* -------- margin ---------- */
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10{
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
/* -------- margin ---------- */
/* -------- padding ---------- */
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10{
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
/* -------- padding ---------- */



.table.dataTable td,{
  padding: .75rem .40rem;
}
.table.dataTable th {
  padding: .9rem .6rem;
}
/****************************Gyan CSS*******************************/
.topbar {
  background: #fee1bf !important;
}
.topbar .navbar-header {
    background: #ffde91 !important;
}
.card-no-border .left-sidebar {
  background: #ffcc3b;
    background-image: linear-gradient(#ffcc3b, #ffcc3b);
  }
.card-no-border .sidebar-nav {
  background: transparent !important;
  background-image: none !important;
  }
.sidebar-nav ul li.nav-devider {
  height: 0px;
  background: rgb(57, 95, 255);
  display: block;
  margin: 20px 0;
}
.sidebar-nav ul.subMenu li{
  content: "\2022"; 
  color: red;
  font-weight: bold; 
  display: block; 
 /* width: 1em; 
  margin-left: -1em;*/
}
li.active ul li::before {
    content: "\2022";
    color: white;
    font-weight: bold;
    display: inline-block;
    margin-left: -5px;
    float: left;
}
li.active ul li {
  border-bottom: 1px solid #eaeaea33;
}
.nav-item i.mdi-calendar {
      color: #6a995b !important;
}
/*select option {
  background-color: #538a5c !important;
    color: #fff !important;
}
select option:hover, select option:focus, select option:active {
  background-color: #538a5c !important;
    color: #fff !important;
}*/
form-control:hover, form-control:focus, form-control:active {
  background-color: #538a5c !important;
    color: #fff !important;
}
.brandName {
 background: #85c05f!important;
 padding: 1px 7px;
 color: #fff !important;
 text-transform: uppercase;
}

body {
  font-family: 'Work Sans', sans-serif !important;
}
.cgreen {
  color:#63a27f;
}
.cred {
  color: #f44336;
}
.label-cgreen {
  background-color: #63a27f;
}
.cLgreen {
  color:#4cb862;
}
.tbGreen {
    background-color: #06d700;
    border-radius: 15px;
    text-align: center;
    padding: 3px 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}
.tbPending {
  background-color: #ffb83c;
    border-radius: 15px;
    text-align: center;
    padding: 3px 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}
.tbCancel {
  background-color: #F44336;
    border-radius: 15px;
    text-align: center;
    padding: 3px 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}
.tbExpire {
  background-color: #b559fe;
    border-radius: 15px;
    text-align: center;
    padding: 3px 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}
.tbcashOnline{
  background-color: #52b20a;
    border-radius: 15px;
    text-align: center;
    padding: 3px 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}
.tbCashonPickup{
  background-color: #ea5d03;
    border-radius: 15px;
    text-align: center;
    padding: 3px 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}
.close {
  float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: #000 !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
h3.modal-title {
  font-weight: 700;
}
.modal-content {
  border-radius: 15px;
  border: none;
  padding: 0px 20px;
}
.modal-dialog {
  max-width: 620px;
}
.modal .form-group {
    margin-bottom: 5px;
}
.modal .fa-circle {
font-size: 7px;
vertical-align: middle;
}
.menuSubBtn {
  background: #FFC107;
  padding:2px 5px; 
  border-radius: 5px 5px 5px 0px; 
  margin-left: 30px; 
  margin-top: -30px; 
  display: block; 
  width: 52px; 
  color: #6d6d6d;
}
.menuSub {
  display: block; 
  margin-left: 30px;
}
.loginmsgBox {
      padding: 10px 25px 0px;;
}
.legtLoginTop {
  background-repeat: no-repeat;
    background-position: right;
    height: 170px;
    width: 100%;
    padding: 8% 0px 0 2%;
    color: #fff;
}
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #000000;
}

.dashmenu a {
  background-color: #ffb83c;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-weight: 700 !important;
}
.btn-mobile {
  background-image: linear-gradient(to right, #eab468 33%, #f2ad68 72%, #fca562 100%) !important;
  color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 15px;
}
.btn-mobile:hover {
  color: #fff;
  background-image: linear-gradient(to right,#dc9128 33%,#e6923f 72%,#da823f 100%) !important;
  transition: background-image 0.5s ease;
}
.btn-mobile .fa {
  vertical-align: sub;
    font-size: 20px;
}
.login-box h2{
font-size: 34px;
font-weight: 600;
}
.login-box h4{
  color: #58464c;
    font-size: 22px;
    font-weight: 600;
}
.login-box.card {
  border: none;
}
.topbar .navbar {
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.headSearch {
  margin-left: 25px;
}
.headSearch .form-control{
    padding: 0px 10px;
    min-height: 35px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid rgb(197, 197, 197);
    border-right: none;
    font-size: 12px;
}
.headSearch .input-group-addon {
    padding: 0px 10px;
    margin-bottom: 0;
    font-size: 1rem;
    height: 35px;
    font-weight: 400;
    line-height: 1.25;
    color: #a2a8ad;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgb(197, 197, 197);
    border-radius: 0px 10px 10px 0px
}
.headSearch .ti-search {
  font-size: 12px;
}
.hbl {
    border-left: 1px solid #d3bb9c;
}
.hbr {
  border-right: 1px solid #d3bb9c;
}
.hp {
    padding: 15px 20px;
}
.hpu {
    padding: 15px 45px 15px 15px;
}
.hbl i{
  font-size: 18px;
    color: #ffb83c;
}
.hpu i {
  color: #afafaf;
    font-weight: 700;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 14px;
}
.btn-form {
  padding: 7px 12px;
    cursor: pointer;
    background-color: #ffc847;
    font-size: 14px;
    font-weight: 500;
    color: #353535;
}
.text-set {
    color: #bb8e6e!important;
}
.tableAction .btn {
  padding: 2px 10px !important;
    border-radius: 5px !important;
    color: #868686 !important;
}
.tableAction .dropdown-menu {
  padding: 0px !important;
}
.tableAction li{
  font-size: 13px !important;
    padding: 6px 0px 6px 15px!important;
    border-bottom: .5px solid #f5f5f5;
}
.tableAction li a:hover {
  color: #4e4e4e;
}
.tableAction li:hover{
  font-size: 13px !important;
    padding: 6px 0px 6px 15px!important;
    background-color: #e6edf3;
}
.btn.focus, .btn:focus {
  box-shadow: none !important;
}
#noticeDetailBox {
  background-color: #fee2bf;
    padding: 20px;
    width: 100%;
    margin: 0px auto 2%;
}
.noticeDetail {
    background-color: #fff;
    padding: 15px;
    border: 2px solid #b5b5b5;
    border-radius: 10px;
}
.noticeDetail p {
  margin-bottom: 0px;
  vertical-align: middle;
}
#noticeDetailBox h4 {
  color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -4px;
}
#noticeDetailBox .fa-angle-left, #noticeDetailBox .fa-angle-right{
  border: 2px solid #383737;
    font-size: 20px;
    padding: 4px;
    font-weight: 800;
    width: 20px;
    color: #383737;
    height: 20px;
    border-radius: 3px;
    line-height: 7px;
}
.btn-notice {
  background-color: #FFC107;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    border-radius: 10px;
}
.btn-notice:hover {
  background-color: #ffc929;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    border-radius: 10px;
}
#noticeDetailBox .fa-exclamation-triangle{
  font-size: 30px;
    color: #FFC107;
    vertical-align: middle;
}
#noticeDetailBox .fa-check{
  color: #4CAF50;
    font-size: 30px;
    vertical-align: middle;
}
table li strong {
  font-weight: 500;
}
table {
  font-size: 14px;
}
a {
  color: #4e4e4e;
}
a:hover {
  color: #ffb83c;
}
.breadcrumb-item a:hover {
  color: #505050;
}
.table {
  border: 1px solid #cecece;
}
.pageContent {
  margin: auto 5px;
}
.tColorTable {
  color: #3b7090;
  font-weight: 600;
}
.table td, .table th {
	padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
}
textarea.form-control {
  height: 50px;
}
.hpu .dropdown-menu {
	padding: 0px;
}
.table td a span img {
  width: 13%;
  vertical-align: sub;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1d1d1d;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

#orderSummery .hr {
  background-color: #dad9d9;
    height: 1px;
    margin: 2% auto;
  }
#orderSummery h4 {
  color: #e69911;
    font-weight: 600;
    font-size: 20px;
}
#orderSummery p {
  font-size: 14px;
}
#orderSummery span {
  color: #484848;
    font-weight: 500;
  }