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

 */

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 40px;
	padding:1em;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #D3DEED;
    text-align: left;
    white-space: nowrap;
font-weight:300;
    color: #323232;
    text-decoration: none;
		 -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;

  
    border-radius: 4px;
    background-color: #fff;
	
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice &gt; span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1em;
padding-left:1em;
padding-top:0.8em;
padding-bottom:0.2em;
}

.ms-choice &gt; span.placeholder {
   font-size: 15px;
color: #323232;

}

.ms-choice &gt; div {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  background: url(/conrad/images/arrow.png) no-repeat;
}

.ms-choice &gt; div.open {
   background: url(/conrad/images/arrow.png) no-repeat 95%;
}

.ms-drop {
  width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}



.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0px 0px;
}

.ms-drop ul &gt; li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
	margin:0;
	margin-left:0.2em;
	color: #323232;
	padding-bottom:0.2em;
	padding-top:0.2em;
}

.ms-drop ul &gt; li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul &gt; li.multiple {
    display: block;
    float: left;
}

.ms-drop ul &gt; li.group {
    clear: both;
}

.ms-drop ul &gt; li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul &gt; li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul &gt; li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}
</pre></body></html>