table.form-table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	line-height: 160%;
}

table.form-table th,
table.form-table td {
	border: 1px solid #adc3d5;
	padding: 5px 5px;
	vertical-align: top;
}

table.form-table th {
	background-image: url(images/table_head.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #25639a;
}

table.form-table td {
	padding: 15px 5px;
}

.form-required {
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
.blue-border:focus {
	outline: none;
	border: 1px solid #6dcdf6;
}
#commentInput {
	resize: none;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}
.select2-container--default .select2-selection--single {
	background-color: #f6f7f8 !important;
	border: 0 !important;
	border-radius: 6px !important;
}
.select2-container .select2-selection--single {
	height: 52px !important;
}
.blue-border:focus {
	outline: none;
	border: 1px solid #6dcdf6;
}
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.select2-container--default .select2-results__option--disabled {
	display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}
.select2-search--dropdown {
	display: none !important;
}
.select2-results__option--selectable {
	height: 52px !important;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 300px !important;
}
.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #f6f7f8 !important;
	color: #212529 !important;
}
.select2-results__option {
	padding: 14px 16px !important;
}
.select2-results__option {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.select2-container--default .select2-results__option--disabled {
	display: none !important;
}
.select2-dropdown {
	border: 0px !important;
	border-radius: 6px !important;
	/* outline: 1px solid #6DCDF6 !important; */
	box-shadow: 0px 8px 16px 0px #0000001a;
}
.select2-container--default .select2-selection--single:focus {
	border: 1px solid #6dcdf6 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 12px 16px;
	padding-left: 12px !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #007ac2 !important;
	border-width: 0px 2px 2px 0px !important;
	height: 8px !important;
	width: 8px !important;
	transform: rotate(45deg) !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 9px !important;
	right: 13px !important;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #428fde !important;
	border-width: 0px 2px 2px 0px !important;
	transform: rotate(225deg) !important;
	top: 18px !important;
}
#topicSelect option[disabled] {
	color: #818c99;
}
