label.starred:after {
	content: ' *';
	color: red;
}

.form-check.has-error {
	height: calc(2.25rem + 2px);
	border: solid 1px red;
	border-radius: .25rem;
}

.has-error input, 
.has-error select, 
.has-error textarea {
	border: solid 2px red;
}

.required {
	border: solid 1px orange;
}

#sys_message {
	position: fixed; 
	top: 60px; 
	left: 10%; 
	width: 80%; 
	z-index: 999999; 
	opacity: 0.9;
}

#tariff-tablrs .tariff-edit {
	border: none;
	background: transparent;
	width: 60px;
}

#tariff-tablrs .tariff-edit:focus {
	background: #fff;
}

#requests {
	line-height: 1;
}

.ml-auto {
   
    text-align: center;
}
.navbar-nav .dropdown-menu {
    text-align: center!important;
    text-transform: uppercase;
	}
	
.request-preview .dots, 
.shipment-preview .dots 
{	
	border-style: dotted
}

.request-preview span, 
.shipment-preview span
{
	font-weight: 700;
	font-size: 16px;
}
.request-preview .title, 
.shipment-preview .title
{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px
}

.request-preview a span, 
.shipment-preview a span{
	color: black;
}

.shipment-preview .shipment-total span{
	font-weight: 700;
	font-size: 20px;
	color: #3CC755;
}

.shipment-preview .shipment-total {
	text-align: center;
}

.choose-scan .block {
	display: block;
	width: 90%;
	border: none;
	background-color:#3CC755;
	color: white;
	padding: 10px 15px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}

.choose-scan .block:hover {
	background-color: #343a40;
	color: rgb(255, 255, 255);
}

.choose-scan .row {
	line-height: 30px;
}


