.custom-dropdown-input-box.show .custom-dropdown-head{box-shadow:0 0 10px rgba(0,0,0,.15)}.custom-dropdown-input-box{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999999999;background:#fff;-webkit-transform:translateX(100%);transform:translateX(100%);transition:transform ease .4s;transition-delay:.1s}.custom-dropdown-input-box.show{-webkit-transform:translateX(0);transform:translateX(0);transition-delay:0s}.custom-dropdown-head{height:50px;line-height:50px;font-size:16px;text-align:center;color:#333;background:#fff;font-weight:bold}.custom-dropdown-close{position:absolute;top:10px;left:10px;width:30px;height:30px;z-index:2;background:rgba(0,0,0,.05);color:#515356;font-size:14px;line-height:30px;text-align:center;border:0;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.custom-dropdown-search-bar{display:none;padding:6px 5px 3px;margin-top:14px}.custom-dropdown-search-bar.show{display:block}.custom-dropdown-search{width:100%;padding:9px 5px;font-size:16px!important;border:1px solid #ddd!important;height:40px;border-radius:3px;line-height:20px}.custom-dropdown-highlight{color:#39b54a;text-decoration:underline}.custom-dropdown-option-list-container{display:block;overflow-y:auto;overflow-x:hidden;margin:0;background:#fff;height:calc(100% - 50px);margin-top:10px}.custom-dropdown-search-bar.show+.custom-dropdown-option-list-container{height:calc(100% - 94px)}.custom-dropdown-option-list{display:block;margin-left:5px}.custom-dropdown-option-item{display:block;color:#515356!important;border-bottom:solid 1px #e7e7e7;padding:15px 0 15px 0;font-size:16px!important;float:none!important;line-height:19px}.custom-dropdown-option-item.custom-dropdown-default-option{font-weight:bold}.custom-dropdown-option-item.active{color:#39b54a!important}.custom-dropdown-option-item.highlight{background-color:#eacaae}.custom-dropdown-option-item.grouped{padding-left:25px!important}.custom-dropdown-group-item{display:block;color:#222!important;border-bottom:solid 1px #eaeaea;font-size:16px!important;float:none!important;padding:13px 10px;font-weight:bold;text-transform:uppercase}.custom-dropdown-placeholder{text-align:center;margin-top:20px;background:url(/Content/Mobile/images/loading256.gif) center no-repeat;height:40px;background-size:contain}.custom-dropdown-search-no-results{display:block;color:#7b7b7b!important;border-bottom:solid 1px #eaeaea;height:35px;line-height:35px;font-size:16px!important;float:none!important;padding:0!important;margin-left:5px}.custom-dropdown-search-no-results .keyword{color:#4c4c4c;font-weight:bold;font-style:italic}.custom-dropdown-selected-option{display:inline-block;position:relative;margin:3px 5px 3px 0;padding:3px 25px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#eee;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;overflow:hidden}.custom-dropdown-remove-selected{position:absolute;right:4px;top:4px;background:url(/Scripts/BXHUpload/images/ic-close.png) center no-repeat;height:16px;width:16px}.custom-dropdown-search-bar .btn-search-icon{width:40px;height:40px;position:absolute;right:-5px;z-index:100;background-color:transparent;line-height:40px;color:#2070d2}ul.custom-dropdown-option-list{margin-left:0;margin-top:0;padding:0 10px}.custom-dropdown-option-item.custom-dropdown-default-option{padding-left:0}.custom-dropdown-input-box .custom-dropdown-option-list .custom-dropdown-option-item.active{pointer-events:none}