/* Copies of Bootstrap styles from main site */
/* <select> */
body#phpbb article select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	appearance: none;
	-moz-appearance: none;
}

body#phpbb article select:focus {
	border-color: #c5d0a3;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 162, 82, 0.25);
}

body#phpbb article select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

body#phpbb article select[multiple], body#phpbb article select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

body#phpbb article select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

body#phpbb article select::-ms-expand { display: none; }

body#phpbb article select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

body#phpbb article .select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}

body#phpbb article .select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

body#phpbb article select[size], body#phpbb article select[multiple] { height: auto; }

/* <input[text|password]> */
body#phpbb article input[type=text],
body#phpbb article input[type=password] {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	body#phpbb article input[type=text],
	  body#phpbb article input[type=password] { transition: none; }
}

body#phpbb article input[type=text]::-ms-expand,
body#phpbb article input[type=password]::-ms-expand {
	background-color: transparent;
	border: 0;
}

body#phpbb article input[type=text]:-moz-focusring,
body#phpbb article input[type=password]:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

body#phpbb article input[type=text]:focus,
body#phpbb article input[type=password]:focus {
	color: #495057;
	background-color: #fff;
	border-color: #c5d0a3;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 162, 82, 0.25);
}

body#phpbb article input[type=text]::placeholder,
body#phpbb article input[type=password]::placeholder {
	color: #6c757d;
	opacity: 1;
}

body#phpbb article input[type=text]:disabled,
body#phpbb article input[type=password]:disabled,
body#phpbb article input[type=text][readonly],
body#phpbb article input[type=password][readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

/*.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}*/

/*.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}*/

/*.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}*/

/*.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}*/

/*.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}*/

/*.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}*/

/*.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0;
}*/

/*.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0;
}*/

textarea.form-control { height: auto; }
.form-group { margin-bottom: 1rem; }