#orderListTable1 td.table-component__cell {
    line-height: 1.15;
}

@keyframes rotate-s-loader {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.spare-order-spinning-loader {
	width: 25px;
	height: 25px;
	border: 3px solid rgba(228, 85, 31, 0.2);
	border-left-color: rgb(228, 85, 31);
	border-radius: 50%;
	background: transparent;
	animation-name: rotate-s-loader;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-timing-function: linear;
	position: relative;
	top: 40%;
	left: 40%;
}

.spareOrderSpinnerPopUp {
	height: 152px;
	width: 152px !important;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	box-shadow: 0 24px 40px 0 rgb(26 26 26 / 16%);
}

.spareOrderSpinnerContainer {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
	cursor: pointer;
	overflow-y: auto;
}

.table-component--grey .table-component__cell.colPartOrder {
    padding-right: 15px;
}

.table-component__row {
    display: -webkit-box;
}

#orderListTable1_wrapper th {
    height: 3.75rem;
    line-height: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 3rem;
    padding: 0;
}

#orderListTable1_wrapper th span {
    color: #262c43;
    font-weight: 700;
}