.selectbox {vertical-align:middle; cursor:pointer; display: inline-block; width:100%;}
.pr_val .selectbox {width:596px;}
.selectbox #disabled {opacity:0.5; cursor:auto; }

.selectbox.focused .select {}
.selectbox .select {display: inline-block; margin: 0; width:99.7%; height:55px; color:#333745; font-size:18px; font-weight: 500; border: 2px solid #8f9295; background:#fff; outline:none; line-height:55px;}
.selectbox .select .text {display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding:0px 15px; line-height: 55px;}
.birt_val .selectbox .select {width:80px; height:32px; line-height: 32px;}
.pr_val .selectbox .select {width:596px; height:32px; line-height: 32px;}
.birt_val .selectbox .select .text {line-height: 32px;}
.pr_val .selectbox .select .text {line-height: 32px;}

.selectbox .trigger {position:absolute; top:0; right:0; width:50px; height:45px; background:url(images/cf-selects-2.png) no-repeat top right;}
.birt_val .selectbox .trigger {position:absolute; top:0; right:0; width:50px; height:45px; background:url(images/cf-selects-2.png) no-repeat 12px -13px;}
.pr_val .selectbox .trigger {position:absolute; top:0; right:0; width:50px; height:45px; background:url(images/cf-selects-2.png) no-repeat 12px -13px;}
.selectbox .dropdown {margin:0; top:55px; width:100%; height:55px; right:0!important; left:auto!important; overflow-y:hidden!important;}
.birt_val .selectbox .dropdown {margin:0; top:32px; width:100%; height:32px; right:0!important; left:auto!important; overflow-y:hidden!important;}
.pr_val .selectbox .dropdown {margin:0; top:32px; width:100%; height:32px; right:0!important; left:auto!important; overflow-y:hidden!important;}

.selectbox ul {margin:0; padding:0; height:auto; list-style:none; border:1px solid #c5c5c5;}
.selectbox li:first-child { border-top:none;}
.selectbox li {padding: 10px 15px;  color:#333745; font-size:18px; font-weight: 500; border-top:1px solid #c5c5c5; background:#fff;}
.selectbox li:hover {}
.selectbox li.selected {color:#9b9b9b;}
.selectbox li.disabled {color:#9b9b9b;}