/* common */

.mb0 {
	margin-bottom: 0;
}

#mainMenu {
	padding: 0 5%;
}
#mainMenu ul {
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
}
#mainMenu ul li {
	margin: 0;
	width: 280px;
	padding: 10px;
}
#mainMenu ul li a {
	background-color: #eee;
	text-align: center;
	border-radius: 4px;
	padding: 34px 20px;
	font-size: 1.25rem;
}
#mainMenu ul li a:hover {
	background-color: #ddd;
}

h3 .label {
	vertical-align: middle;
}

#scanKegs {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin-top: -2.8125rem;
	overflow: scroll;
}
#scanKegs h4 {
	font-size: 1rem;
	margin-left: 0.5625rem;
	font-weight: bold;
}

#keg-code {
	position: absolute;
	left: -20000px;
}

#scanHead {
	width: 100%;
	height: 60px;
}
#msgPleaseScan {
	position: absolute;
	text-align: center;
	width: 100%;
	color: #888;
	font-size: 30px;
	background-color: #eee;
	height: 60px;
	line-height: 60px;
}

#closeScan {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #CCC;
	color: #666;
	font-size: 40px;
	padding: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

#detailSelect table {
	table-layout: auto;
}
#detailSelect table td.head {
	width: 20%;
	font-weight: bold;
}

#kegScanBox, #kegShipBox {
	display: none;
}
#kegScanList, #kegShipList {
	margin-top: 10px;
	border-top: 1px solid #ebebec;
}
#kegScanList caption, #kegShipList caption {
	margin-bottom: 5px;
}
#kegScanList td, #kegShipList td {
	font-size: 1rem;
	color: #666;
	vertical-align: middle;
}
#kegScanList td.btn, #kegShipList td.btn {
	padding: 0;
	text-align: right;
}
#kegScanList td.btn button, #kegShipList td.btn button {
	height: 100%;
	margin: 0;
	font-size: 1rem;
	padding: 10px;
	width: 100px;
}
#kegCodeSend .submit {
	text-align: center;
}
#kegCodeSend .submit input {
	font-size: 1rem;
}

#showKegCode {
	top: 100px;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 80px;
	color: #aaa;
}

.list-count {
	text-align: center;
}
.list-count span {
	font-weight: bold;
	color: #d42828;
	font-size: 1.2em;
}

.list-table table {
	table-layout: auto;
}
.list-table table tr.selected {
	background-color: #f5f5f5;
}
.list-table table td {
	vertical-align: middle;
}
.list-table table td select {
	margin: 0;
}
.list-table table td.actions button {
	margin: 0;
	white-space: nowrap;
	padding: 10px 20px;
}

.filter {
	background-color: #eee;
	border-radius: 4px;
	padding: 3px 0;
}
.filter dd {
	padding: 3px;
}

.order-edit button[type=submit] {
	float: none;
}
.products button[type=submit] {
	float: none;
}

.order-edit .ship-kegs {
	list-style-type: none;
}

.srch-box table {
	table-layout: auto;
}
.srch-box table td {
	padding: 15px;
}
.srch-box table label {
	display: inline-block;
	margin: 0 5px 0 15px;
	font-size: 20px;
}
.srch-box table input,
.srch-box table select {
	margin: 0 5px 0 0;
	font-size: 20px;
	height: auto;
}
.srch-box button {
	margin: 0;
	font-size: 20px;
	padding: 15px 50px;
}
.srch-box button.grey {
	background-color: #a1a1a1;
}
.srch-box .tb-srch-days {
	width: 5em;
	display: inline-block;
}
.srch-box .kegs-srch-btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.srch-box .kegs-srch-btns .btn-csv {
	padding-left: 15px;
	padding-right: 15px;
}



/* menu button */ 

.menubtn {
    position: relative;
}
.menubtn>a {
	padding-left: 25px !important;
	padding-right: 20px !important;
}
.menubtn .menu-dropdown {
	display:none;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 100;
}
.menubtn .menu-dropdown li {
	float:none;
}
.menubtn .menu-dropdown li:not(.has-form) a:not(.button) {
	background: #222;
}

/* loader */

#loading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
}
.loader,
.loader:before,
.loader:after {
  background: #be140b;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #be140b;
  text-indent: -9999em;
  margin: 30% auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
