<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";

#VisualSearchImage{
	display: none;
}

#heading {
	margin-top: 2%;
	margin-left: 11%;
	float: left;
	width: 100%;
	margin-bottom: 2%;
}

.helpName {
	font-weight: 500;
	margin-left: 10%;
	margin-top: 30%;
	width: 100%;
}

.helptext {
	font-weight: 700;
	margin-left: 35%;
	margin-bottom: 1%;
	margin-right: 80%;
	color: #b20838;
	cursor: pointer
}

#questionmark {
	font-weight: 700;
	margin-left: 35%;
	margin-bottom: 1%;
	margin-right: 80%;
	color: #b20838;
}

.helptextModel {
	font-weight: 700;
	color: #b20838;
	cursor: pointer
}

.helpNameLink {
	margin-left: 10%;
	width: 100%;
}

.link {
	text-decoration: underline;
}

#row {
	margin-left: 11%;
	margin-bottom: 1%;
	width: 40%;
}

.manufacturer-box {
	float: left;
	border-radius: 10px;
	color: black;
	padding: 1em;
	width: 100%;
}

.manufacturer-box ul.categories li.category {
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 6px;
	background-color: white;
	border: 1px darkgray solid;
	border-bottom: none;
}

#help-spot {
	position: absolute;
	margin-left: 55%;
	margin-top: 10%;
}

#helpName_2,#helpName_0 {
	margin-top: 15%;
}

#help-spot2 {
    position: absolute;
    margin-left: 55%;
    border-style: solid;
    border-width: thin;
    margin-top: 2%;
    background-color: white;
   width: 440px;
   height: 150px;
        
}

#helpIco_1 {
text-align: center;
    color: white;
    font-weight: bold;
    display: inline-block;
    background:#b20838;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    margin-left: 4%;
    }
    
#helpIco_2,#helpIco_0,#helpIco_3,#helpIco_4{
text-align: center;
    color: white;
    font-weight: bold;
    display: inline-block;
    background:#b20838;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    margin-left: 2%;
    }


.help-spot_1 {
	position: absolute;
	margin-left: 84%;
	margin-top: 5%;
}

.help-link-spot {
	float: right;
}

.help-link-spot2 {
	float: right;
    padding-right: 17%;
  margin-top: 5%;
  width: max-content;
   
}

.manufacturer-box h5 {
	padding-top: 1em;
	padding-bottom: .6em;
	font-weight: 900;
	color: #444;
}

.manufacturer-box ul.categories li.category:last-of-type {
	border: 1px darkgray solid;
}

#help_link_font {
	font-size: 14px;
	text-decoration: underline;
}

input[type='radio'] {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	outline: none;
	-moz-appearance: none
}

input[type='radio']:before {
	content: '';
	display: block;
	width: 60%;
	height: 60%;
	margin: 20% auto;
	border-radius: 50%;
	-moz-appearance: none
}

input[type="radio"]:checked:before {
	background: #b20838;
}

.role {
	margin-right: 80px;
	margin-left: 20px;
	font-weight: normal;
}

.checkbox label {
	margin-bottom: 20px !important;
}

.roles {
	margin-bottom: 40px;
}

#title {
	color: #b20838;
	font-size: 1.9em;
	margin-left: 25px;
	font-weight: 700;
}

* {
	box-sizing: border-box;
}

#myInput_1,#myInput_0,#myInput_2 {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 26.7%;
	font-size: 16px;
	padding: 8px 10px 6px 14px;
	border: 1px solid #d0cdd1;
	float: right;
	height: 32px;
}

.resetSelectionBrand {
	float: right;
	font-size: 13px;
	color: #b20838;
	margin-top: 1%;
	cursor: pointer;
}

.myTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 18px;
}

#myTable th, #myTable td {
	text-align: left;
	padding: 12px;
}

#myTable tr {
	border-bottom: 1px solid #ddd;
}

#datatableheader {
	width: 40%;
	background-color: #dfdfdf;
	font-weight: 600;
	text-align: left;
	padding: 12px;
}

#placeholderText {
	font_color: #b20838;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge for placeholder text color*/
	color: #b20838;
	font-weight: 700;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #b20838;
	opacity: 1;
	font-weight: 700;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b20838;
	opacity: 1;
	font-weight: 700;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b20838;
	font-weight: 700;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #b20838;
	font-weight: 700;
}

.helpModel {
	background: url(../assets/imgs/header-search--white-icon.png) no-repeat
		center;
	background-color: #b20838;
	border-radius: 0 2px 2px 0;
	border-color: #bcbdc1;
	display: inline-block;
	float: right;
	margin-top: 0px;
	padding: 16px;
}

.between {
	border-top-color: rgba(37, 36, 36, 0.18);
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
}

.corner-image {
	background-image: url(../assets/imgs/triangle-plus.png);
    height: 36px;
    width: 36px;
    position: absolute;
    top: 0;
    left: 27%;
}

#cornerImage_0 {
	margin-right: 64%
}

#cornerImg{
	         margin-top: 16%;
    height: 36px;
    width: 36px;
    left: 22.5%;
}

#showResults {
	font-size: 10pt;
	font-weight: 600;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-left: 11%;
}



.helptext:hover {
color:  #767676;
}
#helpicon_1 {
	float: none;
    background: no-repeat center;
    background-color: #b20838;
    border-color: #bcbdc1;
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    margin-left: 4%;
 }
#helpicon_0, #helpicon_2 {
	float: none;
    background: no-repeat center;
    background-color: #b20838;
    border-color: #bcbdc1;
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    margin-left: 1.5%;
 }
#help {
	float: left;
	
}
#helpfield3 {
	float: left;
	
}
#helpicon:hover {
background-color: #767676;
}
#helpiconfield3:hover {
background-color: #767676;
}

#helptext:hover #helpiconfield3 { background-color: #767676; }

#com{
	float: left;
}

#img2{
    margin-left: 15%;
    margin-top: 20%;
    width: 30%;
}

#base_1 {
	width:183%;
}
#base_2 {
	width: 70%;
}
.help {
	float: left;
}
#helptextModel_2,#helptextModel_3,#helptextModel_4 {
	margin-left: 33.7%;
    margin-top: 4%;

}
#helptextModel_1 {
	margin-left: 78%;
    margin-top: 4%;

}
#helptextModel_1:hover #helpIco_1 { background-color: #767676; }
#helptextModel_2:hover #helpIco_2 { background-color: #767676;}
#helptextModel_0:hover #helpIco_0 { background-color: #767676;}
#helpLabel_0 ,#helpLabel_1 ,#helpLabel_2 ,#helpLabel_3,#helpLabel_4{
	    color: #b20838;

}

#helptextModel_1:hover #helpLabel_1{ color: #767676; }
#helptextModel_0:hover #helpLabel_0{ color: #767676; }
#helptextModel_2:hover #helpLabel_2{ color: #767676; }
#helptextModel_3:hover #helpLabel_3{ color: #767676; }
#helptextModel_4:hover #helpLabel_4{ color: #767676; }

#popup_close_button {
	
	  background: url(../assets/imgs/table_x_delete.png) no-repeat center;
   padding: 8px;
    border-radius: 5px;
	float: right;
display: inline-block;
    cursor: pointer;
	position:relative;
	z-index:999;
} 

.close-modal {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 1.5em;
    cursor: pointer;
    text-align: center;
    color: white;
    font-weight: bold;
    background: #373737;
    width: 21px;
    height: 21px;
    margin-top: 8px;
    line-height: 1em;
}
.popup_close_button {
	
	  background: url(../assets/imgs/table_x_delete.png) no-repeat center;
   padding: 8px;
    border-radius: 5px;
	margin-top: 5px;
	margin-right:0px;	
display: inline-block;
    cursor: pointer;
	 position: absolute;
    top: 0;
    right: 8px;
}
#image {
	width: 100px;
	height:100px
} 

#helpNameLink_2{
 margin-top: 4%;
}</pre></body></html>