/* Bootstrap Forms */
.bootstrap input, .bootstrap textarea, .bootstrap select, .bootstrap button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.bootstrap input[type="date"], .bootstrap input[type="time"], .bootstrap input[type="datetime-local"], .bootstrap input[type="month"] {
	-webkit-appearance: listbox;
}

.bootstrap button, .bootstrap input {
	overflow: visible;
}

.bootstrap button, .bootstrap select {
	text-transform: none;
}

.bootstrap select {
	word-wrap: normal;
}

.bootstrap button, .bootstrap [type="button"], .bootstrap [type="reset"], .bootstrap [type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

.bootstrap button::-moz-focus-inner, .bootstrap [type="button"]::-moz-focus-inner, .bootstrap [type="reset"]::-moz-focus-inner, .bootstrap [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.bootstrap input[type="radio"], .bootstrap input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

.bootstrap textarea {
	overflow: auto;
	resize: vertical;
}

.bootstrap fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.bootstrap legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	white-space: normal;
	color: inherit;
}

.bootstrap input[type="search"] {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

.bootstrap .form-control {
	display: block;
	width: 100%;
	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.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-sizing: border-box;
}

.bootstrap .form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.bootstrap .form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.bootstrap .form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.bootstrap .form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.bootstrap .form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.bootstrap .form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.bootstrap select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.bootstrap .form-group {
	margin-bottom: 1rem;
}

.bootstrap .form-text {
	display: block;
	margin-top: 0.25rem;
}

.bootstrap .form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.bootstrap .form-row > .col, .bootstrap .form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.bootstrap .form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.bootstrap .form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.bootstrap .form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

.bootstrap .form-check-label {
	margin-bottom: 0;
}

.bootstrap .form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.bootstrap .form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

@media (min-width: 576px) {
	.bootstrap .form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.bootstrap .form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}

	.bootstrap .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.bootstrap .form-inline .form-control-plaintext {
		display: inline-block;
	}

	.bootstrap .form-inline .input-group, .bootstrap .form-inline .custom-select {
		width: auto;
	}

	.bootstrap .form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}

	.bootstrap .form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}

	.bootstrap .form-inline .custom-control {
		align-items: center;
		justify-content: center;
		width: auto;
		min-height: 1.5rem;
		padding-left: 0;
	}

	.bootstrap .form-inline .custom-control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.bootstrap .form-inline .custom-control-label::before, .form-inline .custom-control-label::after {
		top: 0;
		left: -1.5rem;
		height: 1.5rem;
		width: 1.5rem;
	}
}
