.p-0 {
	padding: 0;
}
.grey {
    background-color: #efefef;
}
.expectedTaskStatus-in {
	background: rgba(50,118,177,1);
}
.expectedTaskStatus-out {
	background: rgba(92,184,92,1);
}
.expectedTaskStatus-shunt {
	background: rgba(91,192,222,1);
}
.expectedTaskStatus-custom {
	background: rgb(156, 85, 214);
}
.expectedTaskStatus-swing {
	background: rgba(240,173,78,1);
}
.shipmentStatus-virtual {
	background: rgba(244,67,54,1);
}
.expectedTaskStatus-move-in {
	background: rgb(115,55,0);
}
.expectedTaskStatus-move-out {
	background: rgb(178,178,178);
}
.addNew
  {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
    background: #f1f4f5;
    border-radius: 0 0 4px 4px;
}
.newOrderShowBlock {
    width: 150px;
    height: auto;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    z-index: 999;
    margin-top: -15px;
}
.selectTrailerShowBlock {
    width: 300px;
    height: 150px;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    z-index: 999;
    margin-top: -15px;
}
/*.addNewCargoTab .nav>li>a {
    padding: 4px 8px;
}*/
.cm-checkbox {
    margin-bottom: 15px;
}
.cm-checkbox label {
    font-size: 14px;
}
.checkbox-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px 6px 30px;
    background-color: #f9f9f9 !important;
}
.checkbox-btn:hover {
    border-color: #adadad;
}

/*----- trailer body -----*/

.trailerBody {
	background: url(../../images/trailer02.png) no-repeat top center;
	height: 183px;
	margin: 10px 0;
	padding-left: 15px;
	padding-top: 30px;
}
.trailerBody ul[dnd-list],
.trailerBody ul[dnd-list] > li, .visual-pb-container, .visual-pb-container > li {
    position: relative;
	background: transparent;
}

.trailerBody ul[dnd-list], .visual-pb-container {
	white-space: nowrap;
}

.trailerBody ul[dnd-list] .dndDraggingSource {
    display: none;
}

.trailerBody ul[dnd-list] .dndPlaceholder {
	background: url(../../images/pallet-hover.png) no-repeat bottom center;
    height: 80px;
	text-align: center;
	font-size: 12px;
}
.trailerBody ul[dnd-list] .dndPlaceholder:before {
    content: "New";
	width: 70px;
}

.trailerBody ul[dnd-list] li, .visual-pb {
    background: url(../../images/pallet02.png) no-repeat bottom center #efe5d7;
	width: 70px;
	height: 80px;
    border: 0;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
    display: inline-block;
    padding: 5px;
	cursor: pointer;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 2px;
	overflow: hidden;
}

.visual-pb {
	background: url(../../images/pallet02.png) no-repeat bottom center #c3c3c3 !important;
	margin-bottom: 2px !important;
	cursor: auto;
}

.trailerBody ul[dnd-list] li.selected {
}

.taskManagementFilter {
    background: #fbfbfb;
}

.add-pb-already-on-trailer-btn {
	color: #FFFFFF;
	position: absolute;
    top: 0;
    left: 15px;
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}

.add-pb-already-on-trailer-btn:hover, .add-pb-already-on-trailer-btn:focus{
	color: #FFFFFF;
	background-color: #b3b2b2;
    border-color: #b3b2b2;;
}

.pbaot-scrollable-container {
	float: left; 
	width:150px; 
	height: 95px; 
	margin-left: 15px;
}

.pb-inside-the-trailer-cont-with-visual {
	/*transition:all 0.3s ease;*/
	float: right; 
	width:350px; 
	height: 95px; 
	margin-right: 15px;
}

.pb-inside-the-trailer-cont {
	transition:all 0.3s ease;
	width:520px; height: 95px; margin: 0 auto;
}
.remove-pb-on-trailer-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #efe5d7;
}
.lot-block {
	margin-top: -10px;
}
.lot-checkbox {
	transform: scale(1.5);
}
#task-management-pagination .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 5px 0 0 0;
	border-radius: 4px;
}

.check-auto-create-incoming-task {
	margin-top : -10px;
	margin-bottom: -10px;
	margin-right: 10px;
}
oi-select .select-dropdown:not(.ng-hide) {
	width: auto;
	white-space: nowrap;
	max-height: 400px
}
oi-select:not(.multiple) .select-search-list-item_selection:not(:active) {
	width: 100%;
	list-style-position: inside;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
oi-select .select-search-list-item_selection-remove {
	position: absolute;
	left: 90%;
}
oi-select.error {
	border: 1px solid #d9534f;
	border-radius: 5px;
	box-shadow: 0 0 10px rgb(217 83 79 / 40%) !important;
	-webkit-box-shadow: 0 0 10px rgb(217 83 79 / 40%) !important;
}
oi-select.error input {
	border: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.shipment-tab-error .nav-link {
	border-color: #d9534f !important;
	box-shadow: 0 0 10px rgba(217, 83, 79, 0.4) !important;
	-webkit-box-shadow: 0 0 10px rgba(217, 83, 79, 0.4) !important;
}
.main-wrapper-for-scroll-equipment-modal {
	max-height: 600px;
	overflow-y: auto;
}

.filter-wrapper {
	border-top: 1px solid #ddd;
	margin-bottom: 20px !important;
}

.padding-8 {
	padding: 8px !important;
}

.padding-0 {
	padding: 0 !important;
}

.margin-0 {
	margin: 0 !important;
}
.f-w-bold {
	font-weight: bold !important;
}
.notify-departments-part .notify-departments-list {
	margin-top: 5px;
	font-size: 0.9em;
}
.notify-departments-part .notify-departments-list .notify-departments-list-item.notify-departments-list-item-off:hover {
	color: green;
}
.notify-departments-part .notify-departments-list .notify-departments-list-item.notify-departments-list-item-on:hover {
	color: red;
}
.notify-departments-part .notify-departments-part-scroll-block {
	height: 161px;
	overflow: hidden;
	overflow-y: auto;
	margin-bottom: 10px;
}
.notify-departments-part .notify-departments-part-scroll-block2 {
	height: 200px;
	overflow: hidden;
	overflow-y: auto;
	margin-bottom: 10px;
}
.outflow-content .select-dropdown .select-dropdown-optgroup .select-dropdown-optgroup-option {
    white-space: normal !important;
    word-wrap: break-word !important;
    max-width: none !important;
    display: block !important;
}

.outflow-content .select-dropdown .select-dropdown-optgroup .select-dropdown-optgroup-option {
    max-width: 100% !important;
    width: auto !important;
}
.tkm-filter-row {
	display: flex !important;
	flex-wrap: wrap !important;
	margin: 0 2px !important;
}
.custom-col-6-in-row {
	flex: 1;
	margin: 5px;
}
@media (max-width: 768px) {
	.row.tkm-filter-row {
		flex-wrap: wrap;
	}
	.custom-col-6-in-row {
		flex: 1 1 100%;
	}
	.btn-group {
		flex-direction: column;
		gap: 5px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.custom-col-6-in-row {
		flex: 1 1 48%;
	}
	.btn-group {
		flex-direction: row;
	}
}
