@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap')

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	/* font: 12px Arial, Helvetica, sans-serif; */
	color: #071437;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	background-color: transparent;
}

#TB_secondLine {
	/* font: 10px Arial, Helvetica, sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 12px;
	color: #666666;
}

#TB_window a:link {
	color: #666666;
	/*  left: -17px;
    position: absolute;
    top: -50px; */
}

.sel_type {
	font-size: 12px;
	height: 21px;
	padding: 0;
	width: 130px;
	margin-left: 8px;
}

.sel_type_div {
	float: right;
	margin-right: 25px;
	margin-top: 3px;
	height: 25px;
}

.label_seltype {
	color: #000;
	float: left;
	font-size: 13px;
	margin-top: 2px;
}

/* #TB_window a:visited {
     color: #666666;
    left: 40px;
    position: absolute;
    top: -20px;
}
#TB_window a:hover { 
color: #666666;
    left: 40px;
    position: absolute;
    top: -20px;}
#TB_window a:active { color: #666666;
    left: 40px;
    position: absolute;
    top: -20px;}
#TB_window a:focus{ color: #666666;
    left: 40px;
    position: absolute;
    top: -20px;
}
 */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 99999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay {
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	/* background: #ffffff; */
	background: transparent;
	z-index: 999999;
	color: #000000;
	display: none;
	/* border: 4px solid #525252; */
	text-align: left;
	top: 25px;
	left: 50%;
}

* 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_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	position: absolute;
	right: -20px;
	text-align: right;
	top: -21px;
}

#TB_ajaxWindowTitle {
	text-align: center;
	/* padding:7px 0 5px 10px; */
	/* margin-bottom:1px; */
	font-size: 1.35rem;
	font-weight: 600;
	position: relative;
	color: #fff;
	/* text-shadow: 0 1px 0 #000; */
	height: 45px;
	overflow: hidden;
}

/* #TB_title {
	background-color: #4950F3;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
} */

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 999999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* margin: -30px 0 0 -104px; */
}

* 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;
	background-color: #fff;
}

#TB_closeAjaxWindow a#TB_closeWindowButton {
	/* color: #FFF;
	font-size: 18px; */
	display: inline-block;
}

/* new mr css */
#TB_title {

	/*background-color: #fff;*/
	background-color: #4950F3;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid silver;
	box-sizing: border-box;
	border-right: 1px solid transparent;
	border-radius: 4px 4px 0px 0px !important;

}

#TB_ajaxWindowTitle {

	text-align: left !important;
	margin-left: 10px !important;
	color: #ffffff;
	text-shadow: 0;
	font-size: 17px;
	/* text-transform: uppercase; */
}


#TB_iframeContent {

	border-radius: 0 0 4px 4px !important;
}

#TB_closeAjaxWindow {
	position: absolute;
	right: 9px;
	text-align: right;
	top: 0;
}

/* #TB_closeAjaxWindow{
	
	color:#999;
	font-size:13px;
	
}	 */
/* new mr css */

/* RTL CSS */
[dir=rtl] #TB_ajaxWindowTitle {
	text-align: right !important;
	margin-right: 10px;
}

[dir=rtl] #TB_closeAjaxWindow {
	left: 9px;
	right: auto;
}

/* RTL CSS */