/* -----------------------------------------
   Main CSS Styling
----------------------------------------- */


.btn.black{
    width: auto;
    background: #4d4d4d;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inse.btn.black:focust;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    min-width: 100px;
}
.btn.black:hover {
    color: #fff;
    background-color: #1d1d1d;
}
.btn.black:focus { 
    -webkit-box-shadow: 0 0 4px #f2f2f2, 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
    -moz-box-shadow: 0 0 4px #f2f2f2, 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
    box-shadow: 0 0 4px #f2f2f2, 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
    color: white; 
}
.btn.white1{
    background: white;
    color: black;
    border: 1px solid gray;
    padding: 5px 25px;
    border-radius: 5px;
}
div.button-holder-home {
    padding: 20px;
}
div.button-holder-home .btn.black{
    min-width: 170px;
}
.button-holder-inbound-menu {
	padding: 0 20px 20px 20px;
}
.button-holder-home .btn.black{
    min-width: 170px;
}
.options {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 10px;
    padding: 10px;
}
.pos-center {
    display: flex;
    justify-content: center;
}
.pos-both {
    display: flex;
    justify-content: space-between;
}
.pos-center input {
    margin: 0px 10px;
    font-weight: normal !important;
    font-size: 15px !important;
}
.close {
    position: relative !important;
    top: auto !important;
}
div.table {
    margin: 20px auto;
}
#myTable {
    width: 100%;
}
#myTable thead {
    background: #4d4d4d;
}
#myTable thead tr th {
    color: white;
    padding: 10px;
    white-space: nowrap;
}
#myTable tbody tr td {
    padding: 5px 3px;
    vertical-align: middle;
}
th.icon {
    width: 50px;
}
td.icon {
    text-align: center;
    cursor: pointer;
}

.btn.white {
    padding: 0;
    background: none;
    border: none;
}
.item {
    width: 120px;
}
.label {
    width: 100%;
    background: #4d4d4d;
    display: block;
}
.item.full {
    width: 100%;
}
.full .label{
    width: 120px;
}
.input {
    width: inherit;
}
.ex {
    position: relative;
    margin-left: 20px;
    top: -10px;
}
img.icon20 {
    width: 20px;
}
.forsearch {
    white-space: nowrap;
    padding-top: 8px;
}
#search {
    width: 230px;
}
.err, .errplus, .errchange {
    color: red;
}
i.status {
    display: none;
}

.likeradio1, .likeradio2 {
    border: 1px solid #cccccc;
    text-align: center;
    margin: 0 0 12px 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    padding: 6px;
    cursor: pointer;
}
[class*="like"] + [class*="like"]:last-child {
    float: left !important;
}
#updatelive {
    font-size: 12px !important;
}
#uploadbtn {
    width: 100%;
    border: 1px solid #cccccc;
    background: white;
    padding: 5px;
    margin-top: -3px;
    margin-left: 12px;
}
.location {
    margin: 13.5px 0px !important;
}
.live {
    display: flex;
}
.live label {
    font-size: 12px;
    margin: auto;
}
.hascolor {
    background-color: #d0d0d0;
    color: #1d1d1d;
}
#viewphoto {
    width: 50vw !important;
    margin-left: -25vw !important;
    text-align: center !important;
}
#dialog-confirm {
    display: none;
}
#dialog-confirm p {
    display: flex;
}
.note {
    padding: 5px;
    border-left: 5px solid #944545;
}
.pright {
    padding-right: 18px !important;
}
.pleft {
    padding-left: 18px !important;
}
p.heading {
    text-align: center;
}
.box {
    display: flex;
    float: right;
    padding: 13px 16px 0px 0px;
    align-items: baseline;
}
.box input {
    width: 90px;
    margin-left: 30px;
}
a.toblock {
    display: block;
    width: fit-content;
    float: right;
    text-align: center;
}
.box1 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.box1 input {
    width: 90px;
    height: 25px;
}
.box1 span {
    white-space: nowrap;
}
#qtyreceived:hover {
    background-color: #FBF9B7 !important;
}
.baseline {
    display: flex;
    align-items: baseline;
}
.baseline div {
    text-align: center;
}
.two-element {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.line {
    display: flex;
    border-left: 5px solid #e9e9e9;
}
.line1 {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 15px;
}
.user-barcode-details { 
    background: #fff; 
    padding: 20px 0 15px 0;}
.user-details-holder {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 5px;
}
.isphoto {
    font-size: 14px;
    color: #4d4d4d; 
    font-weight: 500;
}
.spacer {
	height: 25px;
}

/*Prevent FOUC on Menu */
 
.no-js.top-bar {
	display: flex;
	}
.no-js.title-bar {
	display: none;
}

@media (max-width: 1023px) {
	.no-js.top-bar {
		display: none;
	}
	.no-js.title-bar {
		display: flex;
	}
}
/* Align Mobile Icon */
.title-bar {
-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-bar {
    margin-top: 0px;
}
.top-bar-right {
	margin-left: auto;
}