<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
ul.custom-select{
display: inline-block;
min-width: 50px;
font-size: 14px;
max-width: 322px;
}
ul.custom-select &gt; li &gt; a:before{
display: block;
width: 30px;
height: 30px;
background: #94667a;
position: absolute;
right: 1px;
top: 1px;
content: "\f078";
font-family: FontAwesome;
background-size: cover; 
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
text-align: center;
line-height: 32px;
color: #fff;
}
ul.custom-select.open-select &gt; li &gt; a:before{
background-color: #94667a;
background-size: cover;
content: "\f077";
}
ul.custom-select &gt; li &gt; a{
	display: block;
	padding: 6px 40px 6px 10px;
	overflow: hidden;
	height: 18px;	
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	font-family: Open Sans;
	min-width: 160px;
	white-space: nowrap;
	height: 18px;
	border: 1px solid #cacaca;
	color: #666;
	background: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;	
	border-radius: 4px;
}
ul.custom-select &gt; li{
	display: block;
	position: relative;
	width: inherit;	
}	
	

#unique-custom-pane li:hover{
	background: #94667a;
	color: #fff;
}
#unique-custom-pane li:last-child{
	border-bottom: 0;
}
#unique-custom-pane li{
	padding: 0 30px 0 10px;
	cursor: pointer;
	display: block;
	height: 29px;
	line-height: 29px;
    color: #666; 
	font-family: Open Sans;
	border-bottom: solid 1px #fff;
	background: #fff;
	white-space: nowrap;
	border-bottom: solid 1px #cacaca;
}
#unique-custom-pane li:first-child{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#unique-custom-pane li:last-child{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

#unique-custom-pane{
	position: absolute;
	display: none;
	background: transparent;
	min-width: 212px;
	max-height: 150px;
	overflow-y: auto !important;
	margin: 0;
	border-radius: 4px;
	overflow-x: hidden !important;
	border: solid 1px #cacaca;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px #ccc;
	z-index: 10000;
}
#unique-custom-pane::-webkit-scrollbar {
    width: 4px;
    background: #fff; 
	position: absolute;
}
#unique-custom-pane::-webkit-scrollbar-thumb {
    background: #cacaca; 
}

.rat-radiobutton.checked .point{
visibility: visible;
opacity: 1;
}
.rat-radiobutton{
display: inline-block;
width: 12px;
height: 12px;
background: white;
border-radius: 9px;
border: solid 3px #536682;
-webkit-transition: all 0.3s ;
-moz-transition: all 0.3s ;
-ms-transition: all 0.3s ;
-o-transition: all 0.3s ;
transition: all 0.3s ;
cursor: pointer;
}
.rat-radiobutton .point{
width: 8px;
height: 8px;
margin: 2px;
background: #EA2E49;
border-radius: 6px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ;
-moz-transition: all 0.3s ;
-ms-transition: all 0.3s ;
-o-transition: all 0.3s ;
transition: all 0.3s ;	
}

.rat-checkbox .check{
width: 11px;
height: 11px;
visibility: hidden;
-webkit-transition: all 0.3s ;
-moz-transition: all 0.3s ;
-ms-transition: all 0.3s ;
-o-transition: all 0.3s ;
transition: all 0.3s ;	
opacity: 0;
background: url(../images/check.png) center center no-repeat;
}
.rat-checkbox.checked .check{
visibility: visible;
-webkit-transition: all 0.3s ;
-moz-transition: all 0.3s ;
-ms-transition: all 0.3s ;
-o-transition: all 0.3s ;
transition: all 0.3s ;
opacity: 1;
}
.rat-checkbox{
display: inline-block;
width: 11px;
height: 11px;
background: white;
border: solid 2px #536682;
cursor: pointer;
}
.b2j_k2_calendar_container_module ul.custom-select{
	display: none !important;
}
.b2j_k2_calendar_container_module select{
	display: none;
}</pre></body></html>