.bootstrap-select {
  width: 100% \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #bfc1c3;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
  outline:none !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -50px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.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.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.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%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.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 #bfc1c3;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .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: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #bcbec0;
  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-top: 7px solid #000;
  border-bottom: 0;
}
.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,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.select_title .btn {
	margin:0;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;
	box-shadow:none;
	background:#fff;
}
.select_title .open.dropup .btn,
.select_title .open .btn {
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
/*.select_title .open.dropup .btn {
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
*/.select_title .btn:hover {
	background:#fff;
}
.select_title .dropdown-toggle,
.select_title .dropdown-toggle:active,
.select_title .dropdown-toggle:hover,
.select_title .dropdown-toggle:focus {
	outline:none !important;
	border-color:#cccccc !important;
}

.select_title .btn-group.open .dropdown-toggle {
	box-shadow:none;
}
.select_title .btn-default:active, 
.select_title .btn-default.active, 
.select_title .open > .dropdown-toggle.btn-default {
    background-color: #fff;
    border: 1px solid #cccccc !important;
    color: #202121;
}
.team_select_box .select_title .btn-default,
.team_select_box .select_title .btn-default:hover,
.team_select_box .select_title .btn-default:active, 
.team_select_box .select_title .btn-default.active, 
.team_select_box .select_title .open > .dropdown-toggle.btn-default {
    border: 1px solid #2f5053 !important;
    color: #2d5354 !important;
}
.select_title .btn-group.open .dropdown-toggle {
    box-shadow:none;
}
.select_title .dropdown-menu {
    background-color: #fff;
    border: 1px solid #bfc1c3;
    border-radius:0;
    box-shadow:none;
    margin:0;
    min-width:100%;
	border-top:none !important;
	padding:0;
}
.team_select_box .select_title .dropdown-menu {
	border:1px solid #2f5053;
}
.select_title .dropdown-menu > li > a {
    clear: both;
    color: #202121;
    padding:6px 7px;
	line-height:normal;
}
.select_title .dropdown-menu > li > a:hover,
.select_title .dropdown-menu > li.selected > a {
	background:#00ba83;
	color:#fff;
}
.select_title .btn > .caret,
.select_title .dropup > .btn > .caret {
	border-top-color: #444444 !important;
}
.team_select_box .select_title .btn > .caret,
.team_select_box .select_title .dropup > .btn > .caret {
	border-top-color: #567776 !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top:0;
    right:8px;
	top:43%;
}
.select_title .btn-default {
	height:28px;
	padding:0 0 0 6px;
	background:#fff url(https://cdn.ligainsider.de/images/menu/bgr_box_shadow.png) repeat-x;
}
.form_select > span {
	 margin:0 !important;
	 font-size:12px !important;
	 line-height:28px;
}
.form_select .caret{
	border-top:6px dashed;
	border-top:6px solid\9;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
}
/*.form_select .dropup .caret{
    content: "";
    border-top: 0;
    border-bottom: 6px dashed;
    border-bottom: 6px solid\9;
}
*/
.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-bottom:none !important}

.leg_table_title .select_title .dropdown-menu,
.table_form_left .select_title .dropdown-menu {
	border:1px solid #2f5053;
}
.table_form_left .select_title .btn-default,
.table_form_left .select_title .btn-default:hover,
.table_form_left .select_title .btn-default:active, 
.table_form_left .select_title .btn-default.active, 
.table_form_left .select_title .open > .dropdown-toggle.btn-default {
    border: 1px solid #2f5053 !important;
    color: #0d3032 !important;
}
.leg_table_title .select_title .btn-default,
.leg_table_title .select_title .btn-default:hover,
.leg_table_title .select_title .btn-default:active, 
.leg_table_title .select_title .btn-default.active, 
.leg_table_title .select_title .open > .dropdown-toggle.btn-default {
    border: 1px solid #2f5053 !important;
    color: #0d3032 !important;
}

.table_form_left .select_title .btn > .caret,
.table_form_left .select_title .dropup > .btn > .caret {
	border-top-color: #567776 !important;
}
.leg_table_title .select_title .btn > .caret,
.leg_table_title .select_title .dropup > .btn > .caret {
	border-top-color: #567776 !important;
}