/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

[id^="TB_"], [id^="TB_"] * {
	padding: 0;
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #4b4b4b;
}

#TB_window a:link, #TB_window a:hover, #TB_window a:visited, #TB_window a:active, #TB_window a:focus {
	text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayBG {
	background-color: rgba(34, 34, 34, .7);
}

* html #TB_overlay {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	font-family: 'Open-Sans', 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translateX(-50%) translateY(-50%);
	max-width: 90vw;
	max-height: 90vh;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 99999999;
	color: #01010f;
	display: none;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
@media screen and (max-height: 724px){

	#TB_window {
		max-height: 98vh;
	}
}

* html #TB_window {
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_closeAjaxWindow {
	padding: 5px !important;
	font-size: 64px;
	line-height: 30px;
	position: absolute;
	right: 20px;
	top: 10px;
	overflow: hidden;
}

#TB_closeAjaxWindow a:after {
	content: "\002b";
	display: inline-block;
	transform: rotate(45deg);
}

#TB_closeAjaxWindow a, #TB_closeAjaxWindow a:hover {
	color: #666 !important;
}

#TB_closeAjaxWindow img {
	margin-top: -3px;
	padding-left: 5px;
}

#TB_ajaxWindowTitle {
	padding: 15px 30px 0 30px;
	color: #2279bc;
	font-weight: 600;
	font-size: 20px;
}

#TB_title {
	margin: 0px;
}

#TB_ajaxContent {
	overflow: auto;
	line-height: 1.6;
	width: 100% !important;
	height: auto !important;
}

#TB_ajaxContent > p {
	margin-top: 15px;
	margin-left: 30px;
}

#TB_ajaxContent > p.ui-dialog-notice {
	margin-left: 0;
}

#TB_ajaxContent .myPopUp-content {
	font-family: 'Open-Sans', 'Open Sans', Arial, sans-serif;
	padding: 15px 30px 5px 30px;
	background: #f2f2f2;
	margin-top: 15px;
	overflow: auto;
	min-height: 200px;
	max-height: calc(90vh - 290px);
}

#TB_window .ui-dialog-notice {
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}

#TB_window .ui-dialog-notice:before {
	content: "i";
	font-style: italic;
	background: #2279bc;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	padding: 0 0.65em;
	margin-right: 0.7em;
}

.TB_buttons {
	padding: 15px 30px 15px 30px;
	background: #fff;
	text-align: right;
}

.TB_buttons > input {
	border: 1px solid #2279bc !important;
	-webkit-appearance: none;
	background: none !important;
	color: #2279bc !important;
	padding: 8px 16px !important;
	height: auto !important;
	margin-top: 0 !important;
	font-size: 1em !important;
	transition: .2s ease;
	transition-property: color, background-color, border;
	border-radius: 0;
	cursor: pointer;
}

.TB_buttons > input ~ input {
	margin-left: 10px;
}

.TB_buttons > input[type="submit"] {
	background: #2279bc !important;
	color: #fff !important;
}

.TB_buttons > input[type="button"] {
	background: #2279bc !important;
	color: #fff !important;
}

.TB_buttons > input:hover {
	background-color: #54a4e2 !important;
	border-color: #54a4e2 !important;
	color: #fff !important;
}

#TB_ajaxContent > p{
	padding: 5px 0px 5px 0px;
}

.myPopUp {
	display: none;
	margin: 0;
	padding: 0;
}

.myPopUp-content {
	margin-top: 0;
	padding: 0;
	padding-bottom: 15px;
}

.myPopUp-content img {
	margin-top: 0;
	margin-bottom: 10px;
}

.myPopUp-content > p {
	margin: 3px 20px 0 20px;
}

.moreContent, .moreContent a, .moreContent a:hover {
	text-decoration: underline;
	color: #004b85 !important;
	font-weight: bold;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load {
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
}

#TB_ajaxContent label {
	margin-right: 10px;
	margin-bottom: 10px;
}

#TB_ajaxContent select {
	background-position: right center;
}

#TB_ajaxContent input:not([type="checkbox"]),
#TB_ajaxContent select,
#TB_ajaxContent textarea {
	width: 200px;
	margin-bottom: 20px;
	border-radius: 0;
}

#TB_ajaxContent .select2-container .select2-search--inline input{
	margin-bottom: 0;
	width: 100% !important;
}

#TB_ajaxContent input[type="text"],
#TB_ajaxContent select,
#TB_ajaxContent textarea {
	height: 2.4375rem;
	padding: 0.5rem;
	border: 1px solid #cacaca;
	font-size: 1rem;
	box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	font-family: 'Open-Sans', 'Open Sans', Arial, sans-serif;
}

#TB_ajaxContent textarea {
	min-height: 2.9rem;
}

#TB_ajaxContent button {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ccc));
	background-image: -webkit-linear-gradient(top, #e9e9e9, #ccc);
	background-image: -moz-linear-gradient(top, #e9e9e9, #ccc);
	background-image: -ms-linear-gradient(top, #e9e9e9, #ccc);
	background-image: -o-linear-gradient(top, #e9e9e9, #ccc);
	background-image: linear-gradient(to bottom, #e9e9e9, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e9e9e9, endColorstr=#ccc);
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	border: 1px solid #A5A4A4;
	display: inline;
	font-size: 1em;
	letter-spacing: 0em;
	padding: 2px 1px 2px 2px;
	text-decoration: none;
	width: 80px;
	margin: 10px 10px 0 0;
	float: left;
	color: #4b4b4b;
}

input#feedbackText {
	width: 350px;
}

#TB_window .label {
	background: none;
	font-size: 1em;
	padding: 0
}

#TB_window #TB_ajaxContent label {
	display: inline;
	font-size: 1em;
	line-height: 1;
	margin: 0
}

#TB_window img {
	vertical-align: baseline
}

#TB_window .myPopUp-content ul {
	margin-left: 0
}

#TB_window input[type="submit"]:disabled {
	opacity: 0.5;
	pointer-events: none;
}