/* .td-row h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
} */

/* .td-row h4 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
} */

.bottom {
	align-items: bottom;
}

.blue {
	color: blue;
}

input.hasDatepicker {
    background-color: #e9ffff;
}

.ui-timepicker-div {
    font-size: large;
}

select.ui-timepicker-select {
    font-size: large;
}

/* #btnAddRef {
	padding: .3rem;
	border: 1px solid red;
} */

.refType {
	font-weight: bold;
}

.edit-message {
	color: red;
	font-size: 0.9em;
	padding-left: 1em;
}

#errorLabel {
	color: red;
}

.info {
	display: inline;
}

.info-icon {
	background: red;
	border: 0px solid white;
	/* border-radius: 2px; */
	color: white;
}

.info .info-text {
	background-color: #fadcd9;
	border: 2px solid black;
	border-radius: 5px;
	border-width: 2px;
	padding: 10px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	z-index: 1;
	bottom: 5rem;
	left: 0 !important;
	right: 0 !important;
}

.info:hover .info-text {
	visibility: visible;
}

.info-text-title {
	font-size: 16px;
}

.info-text-paragraph {
	text-align: left;
}

.WOtitle {
	margin-left: 10px;
}

.loading {
	margin-top: 1rem;
	font-weight: bold;
    /* margin-left: 10rem; */
    text-align: center;
    margin-bottom: 2rem;
    color: green;
}

.red-text {
	color: red;
}

i.required {
	margin-left: 10px; 
	margin-right: 10px;
}


i.wo-review {
	display: inline;
	padding-left: 12em;
}

/* input.goods-text {
	width: 50px;
} */

.goodstext {
	text-align: center;
}

label.cod-label {
	margin-left: 50px;
}
label.dock-label {
	margin-left: 21px;
}

#cbDockFee {
	margin-bottom: 5px;
}

input.datepicker {
	width: 200px; 
	font-size: 1.5em;
	margin-bottom: .5em;
}

div.datecheckbox {
	margin-bottom: .2em;
}

.divSquare {
	font-size: clamp(10px, 2.3vw, 14px);
}

.summaryCatagory {
	font-size: clamp(12px, 2.3vw, 18px);
}

#xlf {
	background-color: #FFFAF0;
}

#uploadExcelFile {
	width: 60px; 
	align-content: right	
}

.row {
	margin: 1rem 0;
}

.dispatch, .loads, .referenceNums {
	/* background-color: white; */
	padding: 1rem;
}

#multiLoad, .dispatch, #referenceList {
	background-color: #c6dfec;
	border-radius: 15px;
}

#editPallets, #editPieces, #editWeight, #editWeightUnit, #editCube {
	width: 5rem !important;
}

/* Has to be > height of info icon */
.info-div {
	height: 2rem;
}

/* .goods-field {
	height: 30px;
} */

div.goods-section {
	margin-right: .5rem;
}

/* #tdgoods {
	width: fit-content;
} */

#first-row {
	flex-wrap: wrap;
}

#selectweight, #selectServiceType {
	padding-left: 0;
}

#amountCOD, #amountDock {
	width: 80px;
}

#textcomments {
	width: 100%;
	min-height: 7em; 
	border-color: black;
	margin-bottom: 1rem;
}

/* Backlogging the feedback box + modal feature for now (low-priority) */
/* #feedback-box {
	border: 1px solid #8CADF6;
	border-radius: .3rem;
	align-self: flex-end;
	width: 100px;
	padding: .3rem;
	text-align: center;
}
#feedback-box:hover {
	background-color: #8CADF6;
	cursor: pointer;
}

#feedback-form {
	height: 85vh;
	width: 90%;
	padding: 2rem;
	margin: 0 auto;
	background-color: #8CADF6;
	position: absolute;
	top: 5%;
	left: 2.5%;

	border-radius: 1rem;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
*/

/* .form-overlay {
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
}

.form-title {
	font-size: 2rem;
}

.form-header {
	text-align: center;
} */

/* multiload items */

div.colPieces, div.colWeight, div.colPallets, div.colCube {
	width: 82px;
	margin-right: .5rem;
}

div.colWeightUnit {
	width: 50px; 
	margin-right: .5rem;
}

div.colCommodity {
	width: 110px; 
	margin-right: .5rem;
}

div.section {
	margin-bottom: 1rem;
}

#out {
	margin-top: 0;
}

#textboxEmail {
	margin-right: 1rem;
}


div.back {
	width: 97%;
	margin: 0 auto;
}

#dispatch-section {
	background-color: white;
}

/* Accounts for address row behaving weirdly when resized */
@media (min-width: 1180px) and (max-width: 1400px) {
	.col-xl-4 {
	  max-width: 33.333333% !important;
	  flex: 0 0 33.333333% !important;
	}
  }

@media (max-width: 1450px) {
	.col-xl-6 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
}

