.vendorlist-button {
	box-shadow: 0px 2px 0px #000000a8;
}

.vendorlist-button:hover {

}

.vendorlist-button:active {
	box-shadow: 0px 0px 0px #000000;
	position: relative;
    top: 2px;
}

.contract_select {
	background-color: #444444;
	border: 1px solid #282828;
	border-radius: 3px;
	padding: 7px;
	margin-top: 5px;
	color: #CCCCCC;
}

.contract_textbox {
	background-color: #444444;
	border: 1px solid #282828;
	border-radius: 3px;
	padding: 7px;
	margin-top: 5px;
	color: #CCCCCC;
}

.contract_button {
	background-color: #1F1F1F;
	border-radius: 5px;
	border: 0px;
	padding: 10px 15px 10px 15px;
	color: #969696;
	cursor: pointer;
}

.contract_textarea {
	background-color: #444444;
	border: 1px solid #282828;
	color: #EEEEEE;
	padding: 10px;
	width: 95%;
	margin-top: 8px;
}

.checkbox_label {
	position: relative;
	padding-left: 27px;
	margin-bottom: 3px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contract_checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	background-color: #444444;
	border: 1px solid #282828;
	border-radius: 3px;
	padding: 5px;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #444444;
	border: 1px solid #282828;
	border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_label .contract_checkbox:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_label .checkmark:after {
  left: 7px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.strong_light {
	color: #EEEEEE;
}

.strong_dark {
	color: #949494;
}

.span_light {
	color: #EEEEEE;
}

.thead_bit {
	margin-left: 15px;
}

.thead_spacer {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}

.trow_light {
	background-color: #383838 !important;
	padding: 20px !important;
}

.trow_dark {
	padding: 20px !important;
}

.terms_div {
	margin-top: 15px;
}

.no_terms {
	font-style: italic;
	color: #EEEEEE;
}

.contract_brating_button {
	display: inline-block;
	margin-top: 8px;
	color: #a7a7a7 !important;
	background-color: #1F1F1F;
	padding: 10px 14px 10px 14px;
	border-radius: 5px;
}

.contract_statusbar {
	text-align: center;
	display: block;
	overflow: hidden;
	position:  relative;
	margin-bottom: 10px;
	margin-top: 2px;
	border-radius: 5px;
	white-space: nowrap;
}

.contract_statusbar span {
	text-decoration: none;
	outline: none;
	display: inline-block;
	font-size: 12px;
	line-height: 42px;
	background: #1F1F1F;
	color: white;
	position: relative;
	min-width: 25%;	
	width: 25%;
}

.contract_statusbar span:first-child {
	border-radius: 5px 0 0 5px;
	padding-right: 10px;
}

.contract_statusbar span:first-child:before {
	left: 14px;
}

.contract_statusbar span:last-child {
	border-radius: 0 5px 5px 0;
	padding-left: 15px;
}

.contract_statusbar span:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -21px; 
	width: 42px; 
	height: 42px;
	transform: scale(0.707) rotate(45deg);
	z-index: 51;
	background: #1F1F1F;
	color: white;
	box-shadow: 3px -3px 0 2px rgb(0, 0, 0), 5px -5px 0 2px rgba(45, 45, 45, 0.4);
	border-radius: 0 5px 0 50px;
}

.contract_statusbar span:last-child:after {
	content: none;
}

.nav_con_active {
	background: #4d2f5d !important;
	position: relative;
	top: 1px;
}

.nav_con_dispute {
	background: #4d2f5d !important;
	position: relative;
	top: 1px;
}

.nav_con_active span {
	background: #4d2f5d !important;	
	font-weight: bold;
	font-size: 15px;
}

.nav_con_dispute span {
	background: #4d2f5d !important;	
	font-weight: bold;
	font-size: 15px;
}

.contract_statusbar span.nav_con_active:after {
	background: #4d2f5d !important;
}

.statusbar_space_left {
	position: relative;
	left: 5px;	
}

.statusbar_first_option {
	position: relative;
	left: -15px;	
}

.statusbar_space_right {
	position: relative;
	right: 15px;
}