@charset "utf-8";



/* The CSS */
.dd-container select {
	width:100%;height: 25px;
    padding:3px;
    margin: 0;
	 font-weight:bold;
    font-family: 'Segoe UI';
    font-size: 12px;
	 text-shadow: -1px 1px 0 #F7F7F7;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
     /*-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
   box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;*/
    background:none;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.dd-container label {position:relative; font-family: "robotomedium";}
.dd-container label:after {
    content:'';
	width:10px; height:10px;
    color:#aaa;
    right:8px; top: 7px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none; /*background:url(../images/arrow-dropdown.png) no-repeat;*/
}
.dd-container label:before {
    content:'';
    right:3px; top:-4px;
    width:21px; height:23px;
    /*background:#e2e2e2 url(../images/bg-dropdown.png);*/
    position:absolute;
    pointer-events:none;
    display:block;
}

.dropdownHold2 label:before{ background:#EEEEEE;}
.dropdownHold2 select{color:#3A3B3C; text-shadow:none; text-align:right; padding-right:4px;}
.dropdownHold2 option{text-align:left;}

option {width:95%; padding:5px; border:none;text-shadow:none; }
option:hover{text-shadow:none;}

a.dd-selected {color: inherit;}
.dd-select:hover {background-color: #EFEBEB;}

#myDropdown label:before {/*background:#e0e0e0;*/ background-image:none;}
#myDropdown01 label:before {/*background:#e0e0e0;*/ background-image:none;}
.dropdownHold{width:110px; height:26px; float:left; border-radius:2px; background:#e2e2e2; border:1px solid #919598; font-weight:bold; text-shadow:-1px 1px 0 #f7f7f7;}
.dropdownHold2{width:110px; height:26px; float:right;margin-top:-6px; border-radius:2px; background:none; border:none; font-weight:bold; text-shadow:-1px 1px 0 #f7f7f7;}