/* reset bootstrap */
/* dropdown */
.bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0px;
    /* max-height: 300px !important; */
    max-height: 250px !important;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 998;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn), 
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-dropdown > .btn,
.bootstrap-select > .btn {
    width: 100%;
    padding: 10px 25px 10px 20px;
	text-transform: initial !important;
}
.bootstrap-dropdown > .btn{
    padding-right: 14px;
}
.bootstrap-dropdown > .btn:hover,
.bootstrap-dropdown > .btn:focus,
.bootstrap-select > .btn:hover,
.bootstrap-select > .btn:focus {
	border-color: #f27a24 !important;
    background-color: #fff;
    color: #636363;
    outline: none !important;
}
.bootstrap-select > .btn:hover .caret,
.bootstrap-select > .btn:focus .caret{
    color: #f27a24;
}
.bootstrap-select.open > .btn:hover .caret,
.bootstrap-select.open > .btn:focus .caret{
    color: #fff;
}
.bootstrap-dropdown .btn-success,
.bootstrap-select .btn-default, 
.bootstrap-select .btn-primary, 
.bootstrap-select .btn-success, 
.bootstrap-select .btn-info, 
.bootstrap-select .btn-warning, 
.bootstrap-select .btn-danger {
    border: 1px solid #cccccc;
    background: #fff;
    color: #252525;
    text-shadow: none;
    box-shadow: none;
}
.bootstrap-dropdown .btn-success .filter-option{ 
    padding-right: 6px; 
    color: #999;
}
.bootstrap-dropdown:hover .btn-success .filter-option{
    color: #636363;
}
.bootstrap-dropdown.open .btn-success .filter-option,
.bootstrap-dropdown.open .btn-success .filter-option.active{
    color: #fff;
}
.bootstrap-dropdown .btn-success .filter-option.active{ 
    color: #252525;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 9px;
}
.bootstrap-dropdown .dropdown-menu{
    min-width: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0 !important;
}
.bootstrap-dropdown .dropdown-menu li a{
    /* white-space: nowrap; */
    font-weight: 600;
}
.bootstrap-dropdown .dropdown-menu li a:hover{
    color: #252525;
}
.bootstrap-dropdown .dropdown-menu .dropdown-menu{
    width: 100%;
    display: table;
    position: relative;
    box-shadow: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}
.bootstrap-dropdown .dropdown-menu .dropdown-menu li a{
    white-space: nowrap;
    padding-left: 40px;
    font-weight: 400;
}
.bootstrap-dropdown .dropdown-menu .dropdown-menu li a:hover{
    color: #252525;
}
.dropdown-toggle {
    border-radius: 0px;
}
.form-control:focus,
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {
	position: relative;
    border-color: #f27a24;
    box-shadow: none;
    outline: 0 none;
	z-index:1;
}
.btn-default:active:hover, 
.btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, 
.btn-default.active:focus, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default.focus:active, 
.btn-default.active.focus, 
.open > .dropdown-toggle.btn-default.focus {
    color: #636363;
    background-color: transparent;
    border-color: #f27a24;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {
    color: #636363;
    background-color: transparent;
    border-color: #f27a24;
}
.dropdown-menu {
    border-radius: 0px !important;
    padding: 0px;
}
.dropdown-menu > li {
	margin:0px auto!important;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
    font-family: open sans;
    color: #636363;
	/* white-space: nowrap; */
	white-space: inherit;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > li.selected > a {
	color: #252525;
    background-color: #F0F0F0;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
}
.bootstrap-dropdown .bs-placeholder,
.bootstrap-select .bs-placeholder {
    color: #999;
}
.glyphicon.glyphicon-ok.check-mark{
    line-height: 20px;
    font-size: 10px;
}
/* end dropdown */

/* ISH search implementation */
#lightningLocator select.bs-select-hidden, 
#lightningLocator select.selectpicker { display:block!important; }
/* end ISH search implementation */
/* end reset bootstrap */