.modal-header {
	height: 50px;
	background-color: var(--black);
	padding: 11px !important;
	border-radius: 0 !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-backdrop {
	background-color: transparent;
}

.modal-backdrop-transparent {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: -1000;
}

.modal-backdrop-black {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--black);
	opacity: 0.9;
	width: 100%;
	height: 100%;
	z-index: 1040;
}

.modal-transition {
	transition: all 0.4s ease;
}

.modal {
	padding: 0 20px !important;
}

.modal.g-search {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, .83);
}

.modal.g-search .modal-dialog {
	height: fit-content;
	width: 100%;
	margin: 0;
	max-width: unset;
}

.modal.g-search .modal-content {
	border-radius: 0;
	height: 100%;
}

.modal-body form textarea {
	max-width: initial !important;
}

#modal_specified_content input:not([name*="form.buttons"]):not([type="checkbox"]):not([type="radio"]), #modal_specified_content select:not([multiple="multiple"]), #modal_specified_content textarea {
	margin-bottom: 20px;
}

#modal_specified_content span.option {
	display: inline-block;
}

#modal_specified_content span.option > input[type="checkbox"], #modal_specified_content input[type="radio"] {
	margin-right: 5px;
	margin-top: 6px;
	float: left;
}

#modal_specified_content span {
	color: initial;
	font-size: inherit;
}

#modal_specified_content label {
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#modal_specified_content #form label > span.required.horizontal[title="Required"] {
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #c4183c;
	margin-right: 2px;
}

#modal_specified_content span.formHelp {
	font-weight: initial;
	margin-left: 4px;
}

#modal_specified_content div.field-validation-message {
	border-radius: 25px;
	background-color: #dc3545;
	font-size: 13px;
	color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
	float: left;
}

#modal_specified_content table.ordered-selection-field {
	width: 100%;
	margin-bottom: 20px;
}

#modal_specified_content .formControls {
	margin-top: 60px;
}

#modal_specified_content .ck-content {
	min-height: 200px;
}

#modal_specified_content .ck-powered-by-balloon {
	display: none;
}

#modal_specified_content span.ck-file-dialog-button.ck-splitbutton__action {
	opacity: 0.5;
}

.loading-icon-container {
	z-index: 999999;
	display: flex !important;
	position: absolute;
	min-height: inherit;
	height: inherit;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

@media all and (max-width: 767px) {
	.modal-dialog {
		max-width: none !important;
		margin: 0 !important;
	}

	input[type="search"] {
		font-size: 19px !important;
	}

	.modal.g-search .actions {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-top: 30px !important;
	}
}

@media all and (min-width: 768px) and (max-width: 1365px) {
	.modal-dialog {
		max-width: none !important;
		margin: 0 !important;
	}

	.modal.g-search .actions {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-top: 30px !important;
	}

	.modal.g-search .actions .custom-checkbox {
		margin-right: auto !important;
	}
}

@media all and (min-width: 1366px) {

}