.required {
	color: #ff3c7e;
	font-weight: bold;
}
.card-block {
    padding: 10px !important;
}
.card .card-heading {
    padding: 8px 10px !important;
    position: relative !important;
}
.container-fluid {
	padding-right: 3px !important;
	padding-left: 3px !important;
}
.width-200px {
	width: 200px !important;
}
.mrg-top-6 {
	margin-top: 6px;
}
.mrg-top--21 {
	margin-top: -21px !important;
}
.hide_class {
	display: none;
}
.k-grid td {
	padding: 0 !important;
	padding-left: 5px !important;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}
.active-menu {
	background-color: #e3e1e1 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
.margin-right-6 {
	margin-right: 6px !important;
}
.card-header {
	padding: 0 !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.site-menu-list {
    background-color: #ed761e;
    color: #fff;
    font-size: 16px;
    padding: 5px;
}
.menu-border {
    border: 1px solid #ed761e;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.padding-5 {
	padding: 5px !important;
}
.permission-remove-btn {
	float: right !important;
    font-size: 20px !important;
    color: #fff !important;
}
.k-alt {
	background-color: #e3e3e3 !important;
}
.shipment_title {
	background-color: #ef0400;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
.shipment-preview-title {
	background-color: #e3e1e1;
    color: #000;
    font-weight: bold;
    padding: 5px;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: red;
}