/* Select picker blueish style */

/* SELECT */
.picker-style-blue button {
    outline: none;
}

.picker-style-blue .btn-default {
  color: #517DA5;
  background-color: #DCE5ED;
  border-color: transparent;
  text-transform: none;
  padding: 7px 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.picker-style-blue .btn-default:hover,
.picker-style-blue .btn-default:focus,
.picker-style-blue .btn-default.focus,
.picker-style-blue .btn-default:active,
.picker-style-blue .btn-default.active,
.picker-style-blue.open > .dropdown-toggle.btn-default {
  color: #517DA5;
  background-color: #DCE5ED;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.picker-style-blue .btn-default:active,
.picker-style-blue .btn-default.active,
.picker-style-blue.open > .dropdown-toggle.btn-default {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.picker-style-blue .btn-default.disabled,
.picker-style-blue .btn-default[disabled],
.picker-style-blue fieldset[disabled] .btn-default,
.picker-style-blue .btn-default.disabled:hover,
.picker-style-blue .btn-default[disabled]:hover,
.picker-style-blue fieldset[disabled] .btn-default:hover,
.picker-style-blue .btn-default.disabled:focus,
.picker-style-blue .btn-default[disabled]:focus,
.picker-style-blue fieldset[disabled] .btn-default:focus,
.picker-style-blue .btn-default.disabled.focus,
.picker-style-blue .btn-default[disabled].focus,
.picker-style-blue fieldset[disabled] .btn-default.focus,
.picker-style-blue .btn-default.disabled:active,
.picker-style-blue .btn-default[disabled]:active,
.picker-style-blue fieldset[disabled] .btn-default:active,
.picker-style-blue .btn-default.disabled.active,
.picker-style-blue .btn-default[disabled].active,
.picker-style-blue fieldset[disabled] .btn-default.active {
  background-color: #DCE5ED;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.picker-style-blue .btn-default .badge {
  color: #517DA5;
  background-color: #DCE5ED;
}

.picker-style-blue.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
    background-color: #DCE5ED;
}

.picker-style-blue.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* DROPDOWN MENU */
.picker-style-blue .dropdown-menu {
    background-color: #DCE5ED;
    border: 0;
    color: #517DA5;
}

.picker-style-blue .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.picker-style-blue .dropdown-menu > li > a:hover,
.picker-style-blue .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #204d74;
}

.picker-style-blue .dropdown-menu >li > a {
    display: block;
    padding: 2px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #517DA5;
    white-space: nowrap;
}

.picker-style-blue .dropdown-toggle:focus {
    outline: none;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group>.disabled {
    cursor: default;
}