@charset "utf-8";

.dd-select { border-radius: 2px; border: 1px solid rgb(204, 204, 204); position: relative; cursor: pointer; }

.dd-desc { color: rgb(170, 170, 170); display: block; overflow: hidden; font-weight: normal; line-height: 1.4em; }

.dd-selected { overflow: hidden; display: block; padding: 10px; font-weight: bold; }

.dd-pointer { width: 0px; height: 0px; position: absolute; right: 10px; top: 50%; margin-top: -3px; }

.dd-pointer-down { border-width: 5px; border-style: solid; border-color: rgb(0, 0, 0) transparent transparent; border-image: initial; }

.dd-pointer-up { margin-top: -8px; border-width: 5px !important; border-style: solid !important; border-color: transparent transparent rgb(0, 0, 0) !important; border-image: initial !important; }

.dd-options { border-right: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204); border-image: initial; border-top: none; list-style: none; box-shadow: rgb(221, 221, 221) 0px 1px 5px; display: none; position: absolute; z-index: 2000; margin: 0px; padding: 0px; background: rgb(255, 255, 255); overflow: auto; }

.dd-option { padding: 10px; display: block; border-bottom: 1px solid rgb(221, 221, 221); overflow: hidden; text-decoration: none; color: rgb(51, 51, 51); cursor: pointer; transition: 0.25s ease-in-out; }

.dd-options > li:last-child > .dd-option { border-bottom: none; }

.dd-option:hover { background: rgb(243, 243, 243); color: rgb(0, 0, 0); }

.dd-selected-description-truncated { text-overflow: ellipsis; white-space: nowrap; }

.dd-option-selected { background: rgb(246, 246, 246); }

.dd-option-image, .dd-selected-image { vertical-align: middle; float: left; margin-right: 5px; max-width: 64px; }

.dd-image-right { float: right; margin-right: 15px; margin-left: 5px; }

.dd-container { position: relative; }

​ .dd-selected-text { font-weight: bold; }