table {
	/*width: 100% !important;*/
	user-select: none;
}

#toggleHoldContainer {
	user-select: none;
	text-align: center;
	padding: 5px;
}

#toggleHoldChk {
	margin-right: 5px;
}

.addressRow:hover {
	cursor: pointer;
}

.modal-body {
	overflow: auto;
}

.modal-open .modal {overflow-x: scroll;}

.half {
	float: left;
	width: 50%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: auto;
}

.form-field {
	box-sizing: border-box;
	padding: 0 5px;
	width: 100%;
	float: left;
}

.form-field-l {
	width: 75%;
}

.form-field-m {
	float: left;
	width: 50%;
}

.form-field-s {
	float: left;
	width: 25%;
}

.form-field-space {
	display: block;
	width: 100%;
	height: 25px;
	float: left;
}

.form-field label {
	display: block;
	width: 90%;
	text-align: left;
	font-size: 12px;
}

.form-field input:not([type="checkbox"]), .form-field select {
	display: block;
	width: 100%;
	height: 30px;
	margin: 3px 0;
	padding-left: 3px;
}

textarea {
	padding-left: 3px;
}

.form-field textarea {
	width: 100%;
	height: 100px;
}

.modal form {
	margin: 0;
}

.modal h3 {
	margin: 10px 0;
}

.can-postal {
	text-transform: uppercase;
}

.btn-container {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
}
.custom-btn {
	width: 180px;
	height: 40px;
	background: #2a7087;
	color: white;
	border: none;
}


#duoModal .modal-dialog {
	width: 80%;
	max-width: 1080px !important;
	min-width: 600px;
}
#blankModal .modal-dialog {
	width: 80%;
	max-width: 1080px !important;
	min-width: 600px;
}
#newJobModal .modal-dialog {
	width: 80%;
	max-width: 1080px !important;
	min-width: 600px;
}

#newJobEditModal .modal-dialog {
	width: 80%;
	max-width: 1080px !important;
	min-width: 600px;
	/*
	tbody:nth-child(odd) { background: #f5f5f5; }
    tbody:nth-child(even) { background: #e5e5e5; }
	*/
}

#techReviewEditModal.modal-dialog {
	width: 80%;
	max-width: 1080px !important;
	min-width: 600px !important;
}
.modal-xlg{
	width: 80%;
	max-width: 1080px !important;
	min-width: 600px !important;
}

.newAddressRadio {
	float: left;
	margin: 5px auto;
}

.newAddressRadio input {
	margin: 5px;
}

.newAddressRadio label {
	font-weight: normal;
}

input:not(.lowercase) {
	text-transform: uppercase;
}

.w3-blue-grey{
    background-color: rgb(28, 28, 155);
}
.matfld{
	font-size: .9rem;
}

@media only screen and (max-width: 1200px) {
  .half {
  	float: none;
  	width: 100%;
  }
}

@media only screen and (max-width: 992px) {
	
}

@media only screen and (max-width: 600px) {
	  .duoModal {
		/*
    width: 99vw !important;
    margin: 0 auto;  Optional: center horizontally 
	*/
  }
  .half{
padding:0px !important;
  }
}


/* modal for no session active */
.modal-expired {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index:10001;
}
.modal-expired-content {
  background-color: white;
  padding: 20px;
  max-width: 400px;
  margin: 15% auto;
  border-radius: 8px;
  text-align: center;
}
