﻿/*//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.css*/
.ui-select-custom .dropdown {
  position: relative;
}
.ui-select-custom .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.ui-select-custom .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.ui-select-custom .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ui-select-custom .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ui-select-custom .dropdown-menu > li > a:hover,
.ui-select-custom .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.ui-select-custom .dropdown-menu > .active > a,
.ui-select-custom .dropdown-menu > .active > a:hover,
.ui-select-custom .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.ui-select-custom .dropdown-menu > .disabled > a,
.ui-select-custom .dropdown-menu > .disabled > a:hover,
.ui-select-custom .dropdown-menu > .disabled > a:focus {
  color: #999;
}
.ui-select-custom .dropdown-menu > .disabled > a:hover,
.ui-select-custom .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ui-select-custom .open > .dropdown-menu {
  display: block;
}
.ui-select-custom .open > a {
  outline: 0;
}
.ui-select-custom .dropdown-menu-right {
  right: 0;
  left: auto;
}
.ui-select-custom .dropdown-menu-left {
  right: auto;
  left: 0;
}
.ui-select-custom .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.ui-select-custom .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.ui-select-custom .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.ui-select-custom input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
.ui-select-custom input[type="search"]::-webkit-search-cancel-button,
.ui-select-custom input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ui-select-custom .form-control {
  display: block;
  width: 100%;
  /*height: 34px;
  padding: 6px 12px;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ui-select-custom .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.ui-select-custom .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ui-select-custom .form-control:-ms-input-placeholder {
  color: #999;
}
.ui-select-custom .form-control::-webkit-input-placeholder {
  color: #999;
}
.ui-select-custom .form-control[disabled],
.ui-select-custom .form-control[readonly],
.ui-select-custom fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.ui-select-custom input[type="search"] {
  -webkit-appearance: none;
}
.ui-select-custom input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-select-custom .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ui-select-custom .btn:focus,
.ui-select-custom .btn:active:focus,
.ui-select-custom .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-select-custom .btn:hover,
.ui-select-custom .btn:focus {
  color: #333;
  text-decoration: none;
}
.ui-select-custom .btn:active,
.ui-select-custom .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.ui-select-custom .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.ui-select-custom .btn-default:hover,
.ui-select-custom .btn-default:focus,
.ui-select-custom .btn-default:active,
.ui-select-custom .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.ui-select-custom .btn-default:active,
.ui-select-custom .btn-default.active {
  background-image: none;
}
.ui-select-custom .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.ui-select-custom .btn-primary:hover,
.ui-select-custom .btn-primary:focus,
.ui-select-custom .btn-primary:active,
.ui-select-custom .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.ui-select-custom .btn-primary:active,
.ui-select-custom .btn-primary.active {
  background-image: none;
}
.ui-select-custom .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
