/*
 Theme Name:   Twenty Twenty-two Child
 Template:     twentytwentytwo
 Version:      1.0.2
*/

#user-registration, #user-registration.horizontal {
	width: 100%;
	box-shadow: none;
	max-width: 1000px;
}

.wp-site-blocks > header, .wp-site-blocks > footer {
	display: none;
}

.ur-frontend-form.login .ur-form-row .ur-form-grid {
	text-align: center;
}

.ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"] {
	margin: auto;
}

.ur-form-row .ur-form-grid input::placeholder {
	color: #999 !important;
}

.user-info-container table {
	text-align: left;
	min-width: 320px;
	margin-left: 1.8rem;
}

.small-section-title {
	font-size: 1.2em;
	text-align: left;
}

#user-registration {
	margin-top: 3em;
}

.user-registration-MyAccount-navigation {
	position: relative;
}

.user-info-container {
	position: absolute;
	left: 0;
	top: -2.8em;
	list-style: none;
	font-size: 0.8em;
	width: 100%;
	text-align: center;
}

.actual-credits {
	background-color: silver;
	color: white;
	font-weight: bold;
	padding: 2px 4px;
	border-radius: 2px;
}

.red-credits {
	background-color: #af3e3e;
}

.green-credits {
	background-color: #3eaf7c;
}

.user-registration-MyAccount-navigation-link > a:hover {
	text-decoration: underline !important;
}

.dataTables_wrapper {
	font-sizE: 0.9em;
}

table {
	width: 100%;
	font-size: 0.9em;
}

.red-arrow {
	color: #af3e3e;
	font-weight: bold;
}

.green-arrow {
	color: #3eaf7c;
	font-weight: bold;
}

.wpcf7-form p {
	text-align: left;
}

.wpcf7-form input, .wpcf7-form textarea {
	padding: 0.5em 1em;
}

.loading-spinner {
	background-image: url('loading.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: calc(64px + 0.5em);
}

.field-col {
	max-width: 280px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.wider-field-col {
	max-width: 320px;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.field-row {
	margin-bottom: 0.99em;
}

.checkbox-row {
	text-align: left;
}

.field-row label {
	display: block;
	font-weight: bold;
	text-align: left;
}

.field-row input, .jcalendar-input, select {
	padding: 0.5em 1em;
	width: 100%;
	border: 1px solid #b9b9d1;
	border-radius: 2px;
	background-color: white;
}

.submit-row button {
	padding: 0.5em 1em;
	background-color: #3eaf7c;
	border: 0;
	border-radius: 2px;
	opacity: 0.9;
	transition: 0.5s all;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.submit-row button:hover {
	opacity: 1;
	transition: 0.5s all;
}

.submit-row button[disabled=""], .publish-button[disabled=""] {
	background-color: #777;
	cursor: not-allowed;
}

#vin-input {
	text-align: center;
	font-family: monospace;
	letter-spacing: 5px;
}

.fields-cols {
	display: flex;
	flex-wrap: wrap;
}

#power {
	width: 200px;
}

#power + select {
	width: 80px;
}

input.user-registration-Button[name="login"] {
	background-color: #3eaf7c;
	opacity: 0.9;
	cursor: pointer;
	transition: 0.5s all;
}

input.user-registration-Button[name="login"]:hover {
	opacity: 1;
	transition: 0.5s all;
}

.vin-message.message-box {
	margin-bottom: 1.33em;
	background-color: #3e85af;
	border-radius: 0.66em;
	color: white;
	padding: 0.1em 0;
}

.vin-message.message-box p {
	color: white !important;
}

.checkbox-row label {
	cursor: pointer;
}

.increase-selector {
	max-width: 7em;
	text-align: center;
	margin-left: 1em;
}

.increase-selector option {
	text-align: right;
}

.calculated-price-container {
	font-size: 1.33em;
	font-weight: bold;
}

.dec-buttons-row button, .save-draft, .publish-button {
	padding: 0.66em 1.33em;
	border: none;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.accept-price, .save-draft, .publish-button {
	background-color: #3eaf7c;
}

.deny-price {
	background-color: #af3e3e;
}

.hide-navigation {
	display: none;
}

.static-vin {
	font-family: monospace;
	letter-spacing: 3px;
}

.fancybox__content {
	max-width: 1100px !important;
	min-height: 90vh !important;
	padding: 0;
}

.label-cell {
	width: 320px;
	text-align: right;
}

.input-cell {
	width: 320px;
}

.extra-fields {
	width: 670px;
}

.input-cell input {
	width: 100%;
}

h5.small-section-title {
	font-size: 1em;
	font-weight: normal;
}

.enq-field-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.enq-field-container label {
	display: block;
	text-align: left;
}

.enq-field-container input {
	width: 100%;
	height: 100%;
}

.enq-field-container .submit-link, .enq-field-container .submit-button {
	background-color: #3eaf7c;
	color: white;
	text-decoration: none;
	opacity: 0.9;
	transition: 0.5s all;
}

.enq-field-container .submit-button {
	border: none;
	padding: 0.55em;
	cursor: pointer;
	transform: translateY(-1px);
}

.enq-field-container .submit-link:hover, .enq-field-container .submit-button:hover {
	opacity: 1;
	transition: 0.5s all;
}

.enq-form-container {
	display: grid;
	grid-template-columns: 1.33fr 1.33fr 1.33fr 0.66fr;
	grid-gap: 1em;
	margin-bottom: 3em;
}

.hidden-cell {
	display: none;
}

.button-icon {
	width: 26px;
	height: 26px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 0.8;
	transition: 0.5s all;
}

.button-icon:hover {
	opacity: 1;
	transition: 0.5s all;
}

button.dt-button {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}

.copy-icon {
	background-image: url('copy.svg');
}

.excel-icon {
	background-image: url('excel.svg');
}

.results-container {
}

.results-container tbody > tr:first-child > td {
	font-weight: bold;
}

.vehicle-type-bottom-message {
	width: 75%;
	text-align: left;
	margin: auto;
}

.vehicle-type-bottom-message li {
	margin-bottom: 0.9rem;
	font-size: 0.9rem;
	color: #333;
}

.vin-message message-box:empty {
	display: none;
}

.user-registration-form.user-registration-form-login.login {
	text-align: center;
}

#user-registration.horizontal .user-registration-MyAccount-navigation-link.is-active a {
	border-bottom: 3px solid #3eaf7c;
	color: #3eaf7c;
}

#user-registration.horizontal .user-registration-MyAccount-navigation-link a:hover {
	color: #3eaf7c;
	background: rgba(225, 233, 222, 0.51);
	border-bottom-color: #3eaf7c;
}

#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
	background-color: rgba(225, 233, 222, 0.51);
}
