/*!
 * Bootstrap-select v1.6.2 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #e15757;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #e15757;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select .btn:focus:not(:focus-visible) {
	outline: none !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  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-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="col-"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].pull-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1035 + 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* IE8 hack */
imo-select{
    max-width: 225px\9;
    min-width: 180px\9;
    width: auto\9;
}

.imo-select.open.btn-group .btn .caret {
	transform: translateY(-50%) rotate(180deg);
}

.imo-select.btn-group .dropdown-menu li{
    padding-bottom: 4px;
    text-transform: none;
}

.imo-select.btn-group .dropdown-menu li:last-child{
    padding-bottom: 5px;
}

.imo-select.btn-group .dropdown-menu.selectpicker{
    box-shadow: none;
}

.imo-select.btn-group .dropdown-menu li:first-child{
    padding-top: 2px;
}

.imo-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100%;
    max-width: 162px;
    float:left;
}

.imo-select.extra-lat:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    max-width: 225px;
    min-width: 180px;
}

.imo-select.fix:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 162px;
}

.imo-select.btn-group .btn .caret{
    border:0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    margin-right: -7px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.imo-select.btn-group .dropdown-menu{
    max-height: 728px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		margin-top: -2px;
    overflow: hidden;
    min-height: 92px;
    width: 100%;
}

.imo-select.drop-up.btn-group .dropdown-menu {
	border-radius: 5px 5px 0 0;
}

.imo-select .dropdown-menu{
    box-shadow: 1px 1px 3px rgba(139, 139, 139, 0.3);
}

.imo-select .dropdown-menu > li > a{
    padding: 3px 12px;
}

.imo-select .dropdown-menu.open{
    border: 1px solid #b7b9bc;
}

.imo-select .dropdown-menu.inner.selectpicker > li > a{
    font-size: 13px;
    font-weight: 600;
    color: #151515;
    display: block;
}

.imo-select .dropdown-menu.inner.selectpicker > li.selected > a{
    background: #fff;
}

.imo-select .dropdown-menu.inner.selectpicker > li > a:hover{
    color: #fff;
    background: #507fbe;
}

.imo-select .btn-default:hover,.imo-select .btn-default:focus {
    background: #fff;
}

.imo-select .btn-default:active, .imo-select .btn-default.active, .imo-select.open > .dropdown-toggle.btn-default{
    background: #fff;
    border: 1px solid #b7b9bc;
    box-shadow:none;
    border-radius: 5px 5px 0 0px;
}

.imo-select.btn-group.dropup .dropdown-menu {
	border-radius: 5px 5px 0 0;
	bottom: 100%;
	clip-path: inset(-5px -5px 0 0);
	margin-bottom: -1px;
	top: auto;
}

.imo-select.dropup.open > .dropdown-toggle.btn-default {
	border-radius: 0 0 5px 5px;
}

.imo-select > .btn {
	background: #fff;
	border:1px solid #d1d1d1;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 0.5em 1.5em 0.5em 0.5em;
}

.imo-select span.filter-option {
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 7px;
}

.imo-select.minimal {
    width: auto!important;
}

.imo-select.minimal .selectpicker {
    border: 0;
    background: none;
}

.imo-select.minimal .btn .caret {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    top: 48%;
}

.bootstrap-select.btn-group.minimal .btn .filter-option {
    font-size: 13px;
    line-height: 20px;
    color: #507fbe;
}

.imo-select.minimal .btn-default:active, .imo-select.minimal .btn-default.active, .imo-select.minimal.open > .dropdown-toggle.btn-default {
    border:0;
    background: none;
}

.imo-select.btn-group.minimal .dropdown-menu {
    width: 220px;
}

@media (max-width: 400px) {
    .imo-select.smaller-under-400px .caret,
    .imo-select.even-smaller-under-400px .caret {
        right: 7px !important;
    }

    .imo-select.smaller-under-400px {
        width: 125px !important;
    }

    .imo-select.even-smaller-under-400px {
        width: 105px !important;
    }

    .imo-select.smaller-under-400px .btn,
    .imo-select.even-smaller-under-400px .btn {
        font-size: 14px !important;
        height:43px !important;
    }
}




/*# sourceMappingURL=bootstrap-select.css.map */
