@charset "UTF-8";

.bg-debug{
  background: red;
}
.bg-debug1{
  background: purple;
}
.bg-debug2{
  background: blue;
}
.bg-debug3{
  background: gray;
}
.debug-border1 {
  border-color: blue;
  border-width: 3px;
  border-style: solid;
}

.debug-border2 {
  border-color: deeppink;
  border-width: 3px;
  border-style: dashed;
}
.debug-border3 {
  border-color: green;
  border-width: 3px;
  border-style: double;
}

.debug-border4 {
  border-color: rgb(34, 0, 128);
  border-width: 3px;
  border-style: dashed;
}
.pull-right {
  float: right !important;
}

.clprimary {
  color: #184936;
}


.border-bottom-warning{
  border-bottom: 1px solid #f39c12;
}
.navbar-custom {
  background-color: #184936;
}
.siderbar-custombg{
  background-color: #FFF !important;
}

.alert-success {
  color: #155724 !important;
  background-color: #d4edda !important; 
  border-color: #c3e6cb !important;
}
.alert-danger {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}



.bg-primary {
  color: #FFF !important;
  background-color: #184936 !important;
}
.bg-secondary {
  color: #FFF !important;
  background-color: #246e51 !important;
}
.bg-tertiary {
  color: #FFF !important;
  background-color: #236261 !important;
}
.bg-tertiary {
  color: #FFF !important;
  background-color: #236261 !important;
}
.bg-danger {
  color: #FFF !important;
  background-color: #721c24 !important;
}
.bg-warning {
  color: #FFF !important;
  background-color: #ffc107  !important;
}

.cl-left-info{
  border-left-color: #17a2b8 !important;
}
.cl-left-warning{
  border-left-color: #f39c12 !important;
}
.cl-left-danger{
  border-left-color: #dc3545 !important;
}
 

.cl-info{
  color:#17a2b8 !important;
}
.cl-warning{
  color:#ffc107 !important;
}
.cl-danger{
  color:#dc3545 !important;
}

.brand-back {
  background-color: #FFF;
  width: 100%;
  height: auto;
}

.form-control {
  border-color: #30936d !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(48 147 109 / 25% ) !important;
}

.form-check-label,.control-label {
  font-size: 1em !important;
  font-weight: bold;
  padding-bottom: 10px !important;
}

.input-group-text {
  background-color: rgb(0 33 106 / 15%);
  border: 1px solid #30936d;
  color: #30936d;
}
.btn-cancel,
.btn-icon {
  color: #30936d !important;
  border-color: #30936d !important;
}

.btn-cancel:hover,
.btn-cancel:active,
.btn-cancel:focus{
  color: #184936 !important;
  background-color: rgb(48 147 109/ 20%) !important;
  border-color: #30936d !important;
}


.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus {
  color: #fff !important;
  background-color: #184936;
  border-color: #184936;
  box-shadow: none;
}

.btn-icon i{
  font-size: 17pt !important;
}

.btn-custom {
  color: #fff;
  background-color: #184936;
  border-color: #184936;
  box-shadow: none;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus{
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-app2 {
  border-radius: 3px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #218838;
  font-size: 12px;
  min-height: 60px;
  margin: 0 0 10px 10px;
  min-width: 100%;
  padding: 15px 5px;
  position: relative;
  text-align: center;
}

.btn-app2:hover,
.btn-app2:focus,
.btn-app2:active {
  border: 1px solid #218838 !important;
  color: #218838 !important;
}

.btn-app2 > i {
  display: block;
  font-size: 20px;
}
.form-messages {
  padding-bottom: 20px;
  margin: auto;
  text-align: center;
}

.label {
  position: absolute;
  top: 9px;
  left: 25px;
  text-align: center;
  font-size: 10px;
  padding: 5px 5px;
  line-height: .9;
  border-radius: 8px;
}
.label-warning {
  background-color: #f39c12 !important;
color:#fff;
}

.balloon{
visibility: hidden;
min-width: 250px;
margin-left: -125px;
text-align: center;
border-radius: 4px;
padding: 16px;
position: fixed;
z-index: 1;
right: 30px;
top: 100px;
font-size: 17px;
}

#Messageballoon{
  z-index: 2000;
}
#Messageballoon.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1051;
}


.custom-select {
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2330936d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background-color: #30936d;
  color: #fff !important;
}
.spinner{
  position: absolute;
  height: 100px !important;
  width: 100px !important;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  color: #30936d !important;
  
}


.page-item.active .page-link {
  color: #FFF !important;
  background-color: #30936d !important;
  border-color: #30936d !important;
}
.page-link {
  color: #1A4937;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 147, 109, 0.25);
}

#rgcaptcha{
  color: #2AE000;
font-size: 15pt;
margin-left: 10pt;
cursor: pointer;
}
.login-form .avatar img {
  width: 100%;
}

.login-form .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #30936d;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-form .alert {
  margin-bottom: 100px;
  text-align: center;
}
.login-form {
  width: 350px;
  margin: 0 auto;
  padding: 100px 0 30px;
}
.login-form h2 {
  font-size: 22px;
  margin: 35px 0 25px;
}
.login-form form {
  color: #7a7a7a;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 13px;
  background: #ececec;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  position: relative;
}

.info-box-icon {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(48, 147, 109, 1);
}
.info-box-icon i {
  cursor: default !important;
  color: #FFF !important;
  font-size: 3rem !important;
}

.scroll-area-lg {
  height: 350px;
  overflow-x: hidden;
}
.scrollbar-sidebar, .scrollbar-container {
  position: relative;
  height: 100%;
}
.message-list-wrapper .message-indicator {
  position: absolute;
  width: 4px;
  height: 60%;
  border-radius: .4rem;
  left: .625rem;
  top: 20%;
  opacity: .6;
  transition: opacity .2s;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}
.message-list-wrapper .message-indicator {
  position: absolute;
  width: 4px;
  height: 60%;
  border-radius: .4rem;
  left: .625rem;
  top: 20%;
  opacity: .6;
  transition: opacity .2s;
}
.list-group-item a{
text-decoration:none;
color: #212529;
  background-color: transparent;
}
.list-group-item a:hover{
text-decoration:none;
color: #0083C1;
  background-color: transparent;
}
.message-list-wrapper 
.bg-warning {
  background-color: #f7b924 !important;
}

.bg-focus {
  background-color: #444054 !important;
}
.widget-content {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
}
.widget-content .widget-content-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
}
.p-0 {
  padding: 0 !important;
}
.widget-content .widget-content-left .widget-heading {
  opacity: .8;
  font-weight: bold;
}

.card-custom-header{
  background-color: transparent;
  border-bottom: 2px solid #184936 !important;
  padding: 0.75rem 1.25rem !important;
}

.card-custom-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
}
.card-custom-title{
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  color: #184936;
  text-align: center !important;
  float: none !important;
}
.card-custom-title > i {
  padding-right: 10px !important;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

#map {
  height: 400px;
width:100%;
padding-bottom:100px;
border: 2px solid rgba(0, 131, 193, 1);
}
.custom-title{
  
  color:#184936;
}

.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;

  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 3px;
}

.nav-tabs-custom>.nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom>.nav-tabs>li>a.active {
  border-top: 4px solid #184936;
  color:#184936;
 font-weight: 700;
}
.nav-tabs-custom>.nav-tabs>li>a {
  color: #444;
  border-radius: 0;
}
.tblheader{
	background-color:#184936;
	color:#FFF;
}
.clickable-row{
  cursor:pointer;
  }

#suggestionsform,
#suggestions {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  height: auto;
  z-index: 9999;
}

#suggestions .suggest-element,
#suggestionsform .suggest-element {
  background-color: #EEEEEE;
  border-top: 1px solid #d6d4d4;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  float: left;
}

.suggestionsbox {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  height: auto;
  z-index: 9999;
}

.suggestionsbox .suggest-element {
  background-color: #EEEEEE;
  border-top: 1px solid #d6d4d4;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  float: left;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #184936;
}

.weekdays li {
  display: inline-block;
  width: 13%;
  color: #FFF;
  text-align: center;
}

.days{
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  display: inline-block;
  width: 13%;
  text-align: center;
  margin-bottom: 20px;
  font-size:12px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}

@media screen and (max-width:720px) {
  .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
}

.comment{
  background-color: #f8f9fa;
  border-bottom: 1px rgb(24, 73, 54,.8) solid;
  padding-bottom: 1rem;
}

.comment:last-child{
    border-bottom: none !important;
}
.comment .text-muted {
  font-size: 14px;
  font-weight: 400;
  color: #6c757d !important;
  margin-top: 10px;
  margin-right: 10px;
  font-style: italic;
}
.comment .username {
  color:  rgb(24, 73, 54,.9)!important;
  font-style: italic;
  font-weight: 600;
}
.subtitle{
  font-weight: bold;
  font-size: 1em !important;  
}
.header-underline{
  font-weight: bold;
  font-size: 1em !important;
  color: #184936;
  border-bottom: 2px solid rgb(24, 73, 54);
  padding-bottom: 5px;
}



.checkbox label .toggle,
.checkbox-inline .toggle {
	margin-left: -20px;
	margin-right: 5px;
}

.toggle {
	position: relative;
	overflow: hidden;
}
.toggle input[type="checkbox"] {
	display: none;
}
.toggle-group {
	position: absolute;
	width: 200%;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left 0.35s;
	-webkit-transition: left 0.35s;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.toggle.off .toggle-group {
	left: -100%;
}
.toggle-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.toggle-handle {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 0px;
	border-width: 0 1px;
}

.toggle.btn { min-width: 59px; min-height: 34px; }
.toggle-on.btn { padding-right: 24px; }
.toggle-off.btn { padding-left: 24px; }

.toggle.btn-lg { min-width: 79px; min-height: 45px; }
.toggle-on.btn-lg { padding-right: 31px; }
.toggle-off.btn-lg { padding-left: 31px; }
.toggle-handle.btn-lg { width: 40px; }

.toggle.btn-sm { min-width: 50px; min-height: 30px;}
.toggle-on.btn-sm { padding-right: 20px; }
.toggle-off.btn-sm { padding-left: 20px; }

.toggle.btn-xs { min-width: 35px; min-height: 22px;}
.toggle-on.btn-xs { padding-right: 12px; }
.toggle-off.btn-xs { padding-left: 12px; }


.is-divider {
  height: 3px;
  display: block;
  max-width: 174px;
  background-color: rgb(176, 194, 74);
  margin: 0.1em 0 1em;
}
.info-box .dashboard-icon {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
}
.info-box .dashboard-icon i {
  cursor: default !important;
  color: #FFF !important;
  font-size: 3rem !important;
}

.my-custom-dialog {
  padding: 0 !important;
}
.my-custom-dialog .ui-dialog-titlebar {
  background-color: #30936d;
  color: #fff !important;
}

.my-custom-dialog .ui-dialog-titlebar-close {
  display:none ;
}

.order-remarks {
  color: #184936 !important;
  font-size: .8rem !important;
}

.sale-tab{
  min-height: 500px !important;
}
.prod-category{
  border-radius: 15px;
  border: 2px solid #184936;
  padding: 5px;
  width: 120px;
  min-height: 120px !important;
  text-align: center !important;
  cursor: pointer;
}
.prod-category > img{
  display: block;
  max-width: 60px !important;
  margin-left: auto;
  margin-right: auto;
}
.prod-category > span{
  font-size: .8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.owl-prev {
  position: absolute;
  left: 0;
  top: 40%; 
  height: 80px;
  text-align: center;
  transform: translateY(-50%);
  font-size: 3em !important;
}
.owl-next {
  position: absolute;
  right: 0;
  top: 40%;
  margin: 0;
  height: 80px;
  text-align: center;
  line-height: 80px;
  transform: translateY(-50%);
  font-size: 3em !important;
}
.owl-stage-outer{
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.prod-box{
  border-radius: 10px;
  border: 1px solid rgb(24, 73, 54, 0.2);
  margin-right: 15px !important;
  min-height: 200px !important;
  text-align: center !important;
  box-shadow: 2px 3px 2px rgb(24, 73, 54, 0.2);
}

.prod-box > img{

  display: block;
  max-width: 50% !important;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

.prod-box .prd-description{
  font-size: .8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prod-box .prd-cost{
  font-size: .8em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #184936;
  margin-top: 5px;
  margin-bottom: 5px;
}
.prod-box .prd-oos{
  font-size: .8em;
  color: #721c24;
  margin-bottom: 5px;
}
.btn-sc{
  font-size: 2em;
}

.btn-sc >a{
  color: #184936 !important;
}
.payment-circle{
  display: flex !important;
  border-radius: 50% ;
  border-color: #184936;
  border-width: 2px;
  border-style: solid;
  width: 70px;
  height: 70px;
  align-items: center !important;
  justify-content: center !important;
  margin: 5px;
  cursor: pointer;
}
.payment-circle > i{
  font-size: 2.5em;
  color: #184936;
}

.payment-choice > .active{
  background-color: #184936 !important;
}
.payment-choice > .active > i{
  color: #FFFFFF !important;
}

.sc-item{
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-top: 5px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  padding-bottom: 5px;
  border-bottom: rgb(24, 73, 54,0.4) solid 1px;
}
.sc-description span:first-child {
  display: block;
  font-weight: 400;
  margin-bottom: 3px;
}
.sc-description span:last-child {
  display: block;
  font-size: .8em;
  color:rgb(24, 73, 54,0.6);
}

.sc-description span:last-child > a {
  margin-right: 10px !important;
}

.sc-qty {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.sc-qty > .qty-btn {
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgb(24, 73, 54,0.1);
  cursor: pointer;
}
.sc-qty > .qty-btn >i{
  color:#155724;
}
.sc-qty > span{
  margin-left: 10px;
  margin-right: 10px;
}
.sc-cost {
  display:  block;
  margin-left: auto;
  
}
.sc-cost span:first-child { 
  display: block !important;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: end !important;
}
.sc-cost span:last-child {
  display: block !important;
  text-align: end !important;
  
  font-size: .8em;
  color:rgb(24, 73, 54,0.6);
}
.order-header{
   box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    padding: .5rem;
    position: relative;
    width: 100%;
}
.order-icon{
  color:#246e51 !important;
   border-radius: 0.25rem;
   -ms-flex-align: center;
   align-items: center;
   display: -ms-flexbox;
   display: flex;
   font-size: 1.875rem;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
}

.order-box{
  display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    /* line-height: 1.8; */
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}
.order-folio{
  display: block;   
  font-weight: 700;
}
.order-location{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #697582;
}
.order-date{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #697582;
}

.bg-card-custom {
    background-color: #246e51;
    color: #FFF;
}

.card-order{
  padding: 0rem 0.5rem !important;
}
.order-item{
  margin-bottom: 5px;
  border-bottom: rgb(24, 73, 54,0.4) solid 1px;
  border-left: 10px solid #bd2130;
  border-radius: .25rem;
}
.order-item:first-child{
 margin-top: 5px !important; 
}

.order-inprocess{
  margin-bottom: 5px;
  border-bottom: rgb(24, 73, 54,0.4) solid 1px;
  cursor: pointer;
}

.order-inprocess:first-child{
 margin-top: 5px !important; 
}

.delivery-circle {
    display: flex !important;
    border-radius: 50%;
    border-color: #184936;
    border-width: 2px;
    border-style: solid;
    width: 40px;
    height: 40px;
    align-items: center !important;
    justify-content: center !important;
    margin: 2px;
    cursor: pointer;
}

.delivery-circle > i {
    font-size: 1.7em;
    color: #184936;
}