body {
	background-color: #37517E;
}

textarea:focus, input:focus {
   box-shadow: none !important;
}

a {
	color: #b03b25;
}
a:hover {
	color: #dc5a19;
}

a.boot, a.boot:hover {
	color: #909090;
}

.sitename, .navmenu li {
	color: #bfbfbf !important;
}

div.login-logo {
	position: relative;
	background-color: #ccc;
	padding: 55px;
}
@media screen and (min-width: 769px) {
	div.login-logo {
		height: 100vh;
	}
}

img.logo {
	position: relative;
	top: calc(50% - 231px);
	left: calc(50% - 225px);
	max-width: 450px;
}
@media screen and (max-width: 1049px) {
	img.logo {
		position: relative;
		top: calc(50% - 193px);
		left: calc(50% - 188px);
		max-width: 375px;
	}
}
@media screen and (max-width: 769px) {
	img.logo {
		position: relative;
		top: calc(50% - 154px);
		left: calc(50% - 150px);
		max-width: 300px;
	}
}

ul {
	list-style-type: circle;
}
li {
	margin-bottom: 5px;
}

img.logo-header {
	max-height: 60px;
}

.text-grey {
	color: #ccc;
}

.btn-block {
	width: 100%;
}

h1.welcome {
	position: relative;
	font-size: calc(25px + (59 - 25) * ((100vw - 200px) / (1200 - 200)));
	color: #c5c5c5;
	margin-bottom: 69px;
}
@media screen and (max-width: 769px) {
	h1.welcome {
		font-size: 63px;
		margin-bottom: 39px;
	}
}

.container.work {
	position: relative;
	padding-bottom: 99px;
}

#uptime {
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 13px;
}

span.padwatch {
	border: 1px solid #b1b1b1;
	margin-left: 5px;
	padding: 0 4px;
}

span.strong {
	font-weight: 600;
	color: #6a2f2f !important;
}

.shadowd {
	-webkit-box-shadow: 0px 0px 67px 22px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 67px 22px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 67px 22px rgba(0,0,0,0.13);
}

.nav-pills .nav-link {
	padding: 5px 7px;
	margin: 5px 4px;
	border: 1px solid transparent;
	-webkit-transition: 0.7s ease-out;
	-moz-transition: 0.7s ease-out;
	-o-transition: 0.7s ease-out;
	transition: 0.7s ease-out;
}
.nav-pills:hover .nav-link:hover {
	border: 1px solid #3f77d8;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

td {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.bkgbtn {
/*
	background-color: #c0c0c0;
	padding: 21px;
*/
}
.bkgbtn > button {
	margin: 9px 0;
	padding: 15px 0;
	width: 100%;
	display: block;
}

.btn-danger {
	background-color: #de4a57;
}
.btn-danger:hover {
	background-color: #cd3c48;
	border-color: #cd3c48;
	color: #ffffff !important;
}
button.autofill {
	background-color: #d42c83;
	padding-left: 15px;
	padding-right: 15px;
}
button.autofill:hover {
	background-color: #c52086;
	border-color: #c52086;
	color: #ffffff;
}
button.reorder {
	background-color: #d42c83;
	padding-left: 15px;
	padding-right: 15px;
}
button.reorder:hover {
	background-color: #c52086;
	border-color: #c52086;
	color: #ffffff;
}
button.autofilldel {
	background-color: #d95b9c;
	padding-left: 11px;
	padding-right: 11px;
}
button.autofilldel:hover {
	background-color: #cb5492;
	border-color: #cb5492;
	color: #ffffff;
}
button.padbtn {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
	padding: 3px 15px !important;
	margin: 7px 9px;
}
button.padbtn:hover {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}
button.padbtn:active {
	background-color: #b66b6b;
}

span.rand {
	background-color: #dd4e98 !important;
}

.pl-2 {
	padding-left: 1.3em;
}

.showit {
  visibility: visible !important;
}

.switches {
	text-align: center;
	margin-top: 13px;
	color: #535353;
	font-size: 13px;
	line-height: 13px;
}
.switches > img {
	position: relative;
	height: 14px;
	top: -1px;
}

.btn.disabled {
   pointer-events: auto;
}

img.pad {
	position: absolute;
	top: 25px;
	right: 21px;
	z-index: 69;
}
@media screen and (max-width: 1541px) {
	img.pad {
		width: 55px;
		top: 25px;
		right: 15px;
	}
}
@media screen and (max-width: 1276px) {
	#importbtn {
		display: none;
	}
}

#pad {
	display: block;
	width: 100%;
	padding: 9px 15px;
	background-color: #4d5b66;
	color: #e9e9e9;
	font-size: 18px;
	line-height: 17px;
}

#currently {
	position: absolute;
	bottom: 461px;
	left: 15px;
	color: #ffdce2;
	font-size: 14px;
}

#size {
	position: absolute;
	bottom: 443px;
	left: 15px;
	color: #ffdce2;
	font-size: 14px;
}

#change {
	position: absolute;
	bottom: 425px;
	left: 15px;
	color: #ffdce2;
	font-size: 14px;
}

#available {
	position: absolute;
	bottom: 407px;
	left: 15px;
	color: #ffdce2;
	font-size: 14px;
}

button.pay {
	position: absolute;
	top: -19px;
	right: 73px;
}

.keypadwrite:hover {
	background-color: transparent !important;
	color: #000000 !important;
}

div.welcome {
	color: #c9c9c9;
	padding: 15px 0 19px;
}

large {
	font-size: 1.15em;
	font-weight: 500;
}

span.info {
	display: block;
	font-size: 14px;
	line-height: 19px;
}

.mr-1 {
	margin-right: 1em;
}

.nav-link {
/* 	margin-right: 25px; */
	margin-bottom: 11px;
	border: 1px solid #6fa9ff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #4781e6;
}

.pdy-4 {
	padding-top: 1.9rem !important;
	padding-bottom: 1.9rem !important;
}

input.tender {
	font-size: 47px;
	padding: 5px 33px;
	width: 100%;
	background-color: #5A6A77;
	color: pink;
	border: none;
	outline: none !important;
	text-align: end;
}
input.tender::-webkit-input-placeholder { color: pink; }
input.tender::-moz-placeholder { color: pink; }
input.tender:-ms-input-placeholder { color: pink; }
input.tender:-moz-placeholder { color: pink; }
input.tender::-webkit-outer-spin-button,
input.tender::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].tender {
  -moz-appearance: textfield;
}
input.isearch {
	font-size: 23px;
	text-align: start;
}
input.isearch::-webkit-input-placeholder { color: #877c7e; }
input.isearch::-moz-placeholder { color: #877c7e; }
input.isearch:-ms-input-placeholder { color: #877c7e; }
input.isearch:-moz-placeholder { color: #877c7e; }

/*
.footer {
	background-color: transparent;
	background-image: url('/i/bkg-footer.png');
	background-position: center center;
}
*/

#padinfo {
	position: relative;
	display: block;
	width: 100%;
	background-color: #4d5b66;
	color: #e9e9e9;
	font-size: 17px;
	text-align: center;
}

#history {
	position: relative;
	display: block;
	width: 100%;
	background-color: #3b6181;
	color: #e9e9e9;
	font-size: 16px;
	text-align: center;
}

#sale {
	position: relative;
	display: block;
	width: 100%;
	background-color: #9e5c5f;
	color: #e9e9e9;
	font-size: 16px;
	text-align: center;
}

.calculator_footer {
	background-color: #5A6A77;
	padding-top: 9px;
}
.btn-close_calculator {
	background-color: #c85258;
	color: #e9e9e9;
	padding: 5px 21px;
}
.btn-close_calculator:hover {
	background-color: #d0545a;
}

.modal-transparent {
	background-color: transparent !important;
	border: none !important;
}

.top-box {
   position: relative;
   box-shadow: inset 0 0 23px rgba(0, 0, 0, 0.23);
}

.boxed {
	background-color: #c0c0c0;
	margin-top: 21px;
	padding: 15px !important;
	border-radius: 9px;
	border: 1px solid #92b0e0;
	box-shadow: 0 15px 40px -40px #000000;
}
.box-shadow-wide {
	box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
.boxed {
	position: relative;
	overflow: hidden;
	padding: 1.85714286em;
}
button.ordered {
	width: 240px;
	background-color: #f1cf5e;
	color: #fff;
}
button.ordered:hover {
	background-color: #e7bf39;
	color: #fff;
}
button.btn, input[type="submit"].btn, not(.print) {
	font-size: 0.85714286em;
	font-weight: 400 !important;
	padding-left: 0;
	padding-right: 0;
}
button.delivered {
	width: 240px;
	background-color: #ffa77e;
	color: #fff;
}
button.delivered:hover {
	background-color: #ef8554;
	color: #fff;
}
span.divide {
	color: #bebebe;
	font-size: 25px;
	line-height: 25px;
	padding: 5px 0 0 0;
}

td.item-available {
	color: #008c29 !important;
/* 	color: #47b16b; */
}

input.alert, input.stocked {
	position: relative; top: 2px;
	appearance: none;
	padding: 16px 32px;
	margin: 0;
	border-radius: 16px;
	background: radial-gradient(circle 12px, white 100%, transparent calc(100% + 1px)) #afafaf -16px;
	transition: 0.3s ease-in-out;
	border: 1px solid #dddddd;
	cursor: pointer;
}
input.alert.green, input.stocked.green {
	background: radial-gradient(circle 12px, white 100%, transparent calc(100% + 1px)) #50c766 -16px;
}
input.alert.orange, input.stocked.orange {
	background: radial-gradient(circle 12px, white 100%, transparent calc(100% + 1px)) #e69868 -16px;
}

input.alert:checked, input.stocked:checked {
  background-color: #1f90ff;
  background-position: 16px;
}
input.alerted:checked {
  background-color: #DE8659;
}
input.noswitch {
	cursor: not-allowed;
}
tr.tralert {
  background-color: rgba(222,  134,  89, 0.53);
}

span.ct {
	position: fixed;
	top: 21px;
	right: 21px;
	font-size: 63px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #ff7a37;
	color: #fff;
	text-align: center;
	line-height: 100px;
	box-shadow: 0 0 33px black;
}

div.cool_search {
	position: absolute;
	top: 189px;
	right: 99px;
	width: 239px;
}

#search-area {
	width: calc(100% + 22px);
	margin-left: -11px;
	padding: 0 9px 15px;
}

input {
	caret-color: red;
}

div.cool_search > input {
	border-color: #6C757D;
}

span.idcte, span.rmcte, span.asale, .lwait, .delivered {
	display: block;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

#h_charts {
	height: 443px;
}
@media screen and (max-width: 982px) {
	#h_charts {
		height: 279px;
	}
}

/*
a.searchfile, a.make-order {
	color: #336699;
	text-decoration: none;
	cursor: pointer;
	transition: 0.1s ease-in-out;
}
a.searchfile:hover, a.make-order:hover {
	color: #ff7a37;
}
*/

input.note {
	width: 69px !important;
}

.tabby {
	margin: 5px;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 7px 23px rgba(0, 0, 0, 0.1);
}

input.orderid {
	width: 300px;
}

div#title {
	display: inline-block;
	background-color: #3d5881;
	color: #fff;
	padding: 5px 21px;
	border: 1px solid #111823;
	border-radius: 5px;
	position: absolute;
	top: 215px;
	left: 300px;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
	opacity: 0.69;
}

input.accounting {
	border: 1px solid #6C757D;
}

table.table.bgc {
	background-color: #d0d0d0 !important;
/* 	white-space: nowrap; */
	border-radius: 5px;
}
table.table.bgc > tbody > tr > td > span {
	line-height: 23px;
}

table.table.bgcd {
	background-color: #c5c5c5 !important;
}

.form-control {
	background-color: #ebebeb;
	border: 1px solid #b9b9b9;
}

.dropdown-menu-dark {
	background-color: #757f88;
}

span.del,
span.delivered,
span.autofill {
	display: inline-block;
	padding: 7px 3px;
	color: #e5e5e5;
	background-color: #b88d8d;
	border-radius: 2px;
	cursor: pointer;
}
span.del:active,
span.delivered:active,
span.autofill:active {
	background-color: #ad4747;
}
span.warehouse:not(span.w_fix) {
	display: inline-block;
	padding: 7px 3px;
	color: #e5e5e5;
	background-color: #a5a5a5;
	border-radius: 2px;
	cursor: pointer;
}
span.warehouse:active:not(span.w_fix) {
	background-color: #ad4747;
}

span.contact {
	cursor: pointer;
}

span.lwait {
	display: inline-block;
	padding: 7px 3px;
	color: #e5e5e5;
	background-color: #de8659;
	border-radius: 2px;
	cursor: pointer;
}
span.lwait:active {
	background-color: #ca5d27;
}

span.tt, span.history, span.salehistory {
	cursor: pointer;
}

.btn:hover {
/* 	background-color: #818d96; */
	color: #dedede;
}

.modal-backdrop {
	background: repeating-linear-gradient(
		45deg,
		#0a0a0a,
		#0a0a0a 20px,
		#000000 20px,
		#000000 40px);
}

.wishes::-webkit-inner-spin-button,
.r_wishes::-webkit-inner-spin-button {
  transform: scale(1.5);
  margin-right: 0 !important;
  padding-right: 0 !important;
  opacity: .5;
}

.bkgreen {
	background-color: #508d50 !important;
}

span.text-grey {
	display: block;
	padding: 15px 0 35px;
	color: #909090;
	letter-spacing: 1px;
}

.btn-search {
	background-color: #dddddd;
}
.lift {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn-search-alert {
	padding: 3px 5px;
	border: 1px solid #ddd;
}
.btn-search-alert:hover {
	border: 1px solid #ccc;
	color: #bbb !important;
}

.search-card {
	background-color: #eaeaea;
	padding: 15px;
	border-radius: 6px;
}

.progress-area {
	padding: 15px 11px 25px;
}
@media screen and (max-width: 767px) {
	.progress-area {
		padding: 5px 11px 7px;
	}
}

#progress {
	width: calc(100% + 22px);
	margin-left: -11px;
}
.progress {
	height: 29px;
	font-size: 15px;
}

#alertme {
	background-color: #E97936;
	border: 3px solid #4A4D4C;
	color: #ffffff;
	z-index: 63;
}

.clicked {
	color: #14a814;
}

button.hideunlisteditem {
	margin-left: 15px;
	padding: 1px 9px;
}

.alertnum {
	background-color: #ccc;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	color: red;
	display: inline-block;
	position: absolute;
	top: 99px; left: 303px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 1px solid red;
	text-align: center;
	box-shadow: -1px 1px 0px 1px #ccc;
	z-index: 999;
}
@media screen and (max-width: 767px) {
	.alertnum {
		top: 69px;
	}
}

.alertord {
	background-color: #ccc;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	color: red;
	display: inline-block;
	position: absolute;
	top: 99px; left: 155px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 1px solid red;
	text-align: center;
	box-shadow: -1px 1px 0px 1px #ccc;
	z-index: 999;
}
@media screen and (max-width: 767px) {
	.alertord {
		top: 69px;
	}
}

.help {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	color: red;
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: -5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid red;
	text-align: center;
}
.help:hover {
	color: #d16b11;
	border: 1px solid #d16b11;
}

.help-card {
	display: inline-block;
	position: relative;
	padding: 11px 31px 45px;
	z-index: 9;
}


.m_help {
	display: none;
	font-size: 15px;
	color: #7e5134;
	padding: 0 21px;
}
@media screen and (max-width: 992px) {
  .m_help {
	  display: block;
  }
  
  
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
/*     margin-bottom: .625em; */
  }
  
  table td {
    border-bottom: 1px solid #aaaaaa !important;
    display: block;
    font-size: .9em !important;
    text-align: right !important;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
.m_view {
	display: none;
}
@media screen and (max-width: 767px) {
  .m_help {
	  display: none;
  }
  .m_view {
	  display: block;
  }
  .m_hide {
	  display: none;
  }
}

td.c_fix {
	text-align: center;
}
td.r_fix {
	text-align: end;
}
td.pr-15 {
	padding-right: 15px;
}

.x-700 {
	max-height: 711px;
	overflow-x: auto;
}

.h-summary {
	position: absolute;
	display: block;
	top: 1px;
	left: 15px;
	width: 100%;
}
.h-space {
	position: relative;
	padding-top: 90px;
	width: 100%;
}

a.reserved {
	color: #909090;
}

/*
.card {
	background-color: #b7b7b7 !important;
}

thead th {
	position: sticky;
	top: 0;
	background-color: #C0C0C0 !important;
	z-index: 1;
}
*/

@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1130px;
	}
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1320px;
	}
}

.bkggrey {
	background-color: #37517E !important;
}
.spinner {
	position: fixed;
	background: transparent;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}
.preloader {
	position:absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -80px;
}
.preloader span {
	position: absolute;
	border: 5px solid #eaeaea;
	border-top: 5px solid transparent;
	border-radius: 999px;
	box-shadow: 1px 1px 1px #37517E;
}

.preloader span:nth-child(1){
	width: 160px;
	height: 160px;
	animation: spin-1 2s infinite linear;
}
.preloader span:nth-child(2){
	top: 20px;
	left: 20px;
	width: 120px;
	height: 120px;
	animation: spin-2 1s infinite linear;
}
@keyframes spin-1 {
	0% {transform: rotate(360deg); opacity: 1;}
	50% {transform: rotate(180deg); opacity: 0.5;}
	100% {transform: rotate(0deg); opacity: 1;}
}
@keyframes spin-2 {
	0% {transform: rotate(0deg); opacity: 0.5;}
	50% {transform: rotate(180deg); opacity: 1;}
	100% {transform: rotate(360deg); opacity: 0.5;}
}

.ml-5 {
	margin-left: 25px !important;
}

span.q_alert {
	padding: 5px 11px;
	border: 1px solid red;
	border-radius: 5px;
	color: red;
}

.love {
	background-color: rgba(255, 255, 255, 0.25);
	padding: 21px 25px;
	margin: 25px 0;
	font-style: italic;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#top {
	width: 39px;
	height: 39px;
	transition: opacity 0.5s ease-in-out;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	opacity: 0;
}

.btn-warning {
	background-color: #ff737a;
	color: #ffffff;
	border-color: #ff4e57;
}
.btn-warning:hover {
	background-color: #ff4e57;
	color: #ffffff;
	border-color: #ff4e57;
}

.search {
	border-top-right-radius: .375rem !important;
	border-bottom-right-radius: .375rem !important;
}

.btn-search {
   position: relative !important;
   background-color: transparent;
   border: 0;
   margin-left: -40px;
   z-index: 6 !important;
}
.btn-search > img {
	height: 17px;
	opacity: 0.55;
	transition: 0.2s ease-in-out;
}
.btn-search > img:hover {
	opacity: 1;
}
