@CHARSET "UTF-8";
.page-header.navbar .page-logo .logo-default {
    margin: 10px 10px 0;
}
.page-logo img{
	width:50px;
}
div.toolbar{
	display:inline;
	margin-left:20px;
}
div.toolbar .form-control{
	display:inline;
	width:200px;
}
div.toolbar label{
	vertical-align:middle;
	margin-right:5px;
}

.dataTables_wrapper .dataTables_processing {
    height: 70px;
	z-index:99;
}
.note-time{
	font-size:12px;
}

.save-status{
	float: right;
    margin-top: 5px;
}
.notes-internal,.notes-customer-container{
	
}

.red{
	color:red;
}

.note-order{
	background-color: #e9e9e9;
}
.notes-customer{
	margin-top:1em;
}
.dropzone .dz-message {
    margin: 1em 0;
}
.dropzone {
    min-height: 107px;
}
.btn-label{
	color:#000;
}

a button{
	color:#fff;
}

.shipment{
	display: flex;
    justify-content: space-between;
}
.mt1em{
	margin-top:1em;
}
.form-group.form-md-line-input {
    margin: 0 0 21px;
}
.form-group.form-md-line-input .input-group.input-group-sm .help-block {
    margin-top: 33px;
}

.createLabelForm{
	display: flex;
    justify-content: space-between;
}

h3{
	color:#000;
}

.pb1em{
	padding-bottom: 1em;
}