You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
297 lines
6.3 KiB
297 lines
6.3 KiB
/*! |
|
* bootstrap-select v1.1.1 |
|
* https://silviomoreto.github.io/bootstrap-select/ |
|
* |
|
* Copyright 2013 bootstrap-select |
|
* Licensed under the MIT license |
|
*/ |
|
|
|
.bootstrap-select.btn-group, |
|
.bootstrap-select.btn-group[class*="span"] { |
|
float: none; |
|
display: inline-block; |
|
margin-bottom: 10px; |
|
margin-left: 0; |
|
} |
|
.form-search .bootstrap-select.btn-group, |
|
.form-inline .bootstrap-select.btn-group, |
|
.form-horizontal .bootstrap-select.btn-group { |
|
margin-bottom: 0; |
|
} |
|
|
|
.bootstrap-select.btn-group.pull-right, |
|
.bootstrap-select.btn-group[class*="span"].pull-right, |
|
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right { |
|
float: right; |
|
} |
|
|
|
.input-append .bootstrap-select.btn-group { |
|
margin-left: -1px; |
|
} |
|
|
|
.input-prepend .bootstrap-select.btn-group { |
|
margin-right: -1px; |
|
} |
|
|
|
.bootstrap-select:not([class*="span"]) { |
|
width: 235px; |
|
} |
|
|
|
.bootstrap-select { |
|
/*width: 220px\9; IE8 and below*/ |
|
width: 220px \0/; /*IE9 and below*/ |
|
} |
|
|
|
.bootstrap-select > .btn { |
|
width: 100%; |
|
} |
|
|
|
.error .bootstrap-select .btn { |
|
border: 1px solid #b94a48; |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow.open > .btn { |
|
z-index: 1001; |
|
} |
|
|
|
.bootstrap-select .btn:focus { |
|
outline: thin dotted #333333 !important; |
|
outline: 5px auto -webkit-focus-ring-color !important; |
|
outline-offset: -2px; |
|
} |
|
|
|
.bootstrap-select.btn-group .btn .filter-option { |
|
overflow: hidden; |
|
position: absolute; |
|
left: 12px; |
|
right: 25px; |
|
text-align: left; |
|
} |
|
|
|
.bootstrap-select.btn-group .btn .caret { |
|
position: absolute; |
|
top: 50%; |
|
right: 12px; |
|
margin-top: -2px; |
|
} |
|
|
|
.bootstrap-select.btn-group > .disabled, |
|
.bootstrap-select.btn-group .dropdown-menu li.disabled > a { |
|
cursor: not-allowed; |
|
} |
|
|
|
.bootstrap-select.btn-group > .disabled:focus { |
|
outline: none !important; |
|
} |
|
|
|
.bootstrap-select.btn-group[class*="span"] .btn { |
|
width: 100%; |
|
} |
|
|
|
.bootstrap-select.btn-group button { |
|
font-weight: 400; |
|
font-family: "Varela Round", sans-serif; |
|
border: 1px solid #34302d; |
|
min-width: 100%; |
|
background: none; |
|
padding: 0; |
|
} |
|
|
|
.bootstrap-select.btn-group.open button { |
|
background-color: #6db33f; |
|
color: #f1f1f1; |
|
} |
|
|
|
.bootstrap-select.btn-group button .filter-option { |
|
padding: 6px 0 6px 19px; |
|
} |
|
|
|
.bootstrap-select.btn-group.open button .filter-option { |
|
padding: 7px 0 5px 20px; |
|
} |
|
|
|
.bootstrap-select.btn-group > button.dropdown-toggle { |
|
border-radius: 0; |
|
-webkit-border-radius: 0; |
|
-moz-border-radius: 0; |
|
border-radius: 0; |
|
} |
|
|
|
.bootstrap-select.btn-group > .dropdown-toggle .item-dropdown--icon { |
|
background-color: #34302d; |
|
color: #cbcaca; |
|
padding: 10px; |
|
} |
|
|
|
.bootstrap-select.btn-group.open > .dropdown-toggle .item-dropdown--icon { |
|
padding: 10px 10px 10px 9px; |
|
} |
|
|
|
.bootstrap-select.btn-group > .dropdown-menu { |
|
padding: 0; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu { |
|
min-width: 100%; |
|
-moz-box-sizing: border-box; |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box; |
|
|
|
background-color: #34302d; |
|
border-radius: 0; |
|
-webkit-border-radius: 0; |
|
-moz-border-radius: 0; |
|
border-radius: 0; |
|
-webkit-box-shadow: none; |
|
-moz-box-shadow: none; |
|
box-shadow: none; |
|
margin: 0; |
|
border: none; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu li.selected { |
|
background-color: black; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu.inner { |
|
position: static; |
|
border: 0; |
|
padding: 0; |
|
margin: 0; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu dt { |
|
display: block; |
|
padding: 3px 20px; |
|
cursor: default; |
|
} |
|
|
|
.bootstrap-select.btn-group .div-contain { |
|
overflow: hidden; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu li { |
|
position: relative; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu li > a.opt { |
|
padding-left: 35px; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu li > a { |
|
cursor: pointer; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu > li > a { |
|
color: #f1f1f1; |
|
font-size: 14px; |
|
line-height: 19px; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu > li > a:hover { |
|
background: none; |
|
} |
|
|
|
|
|
.bootstrap-select.btn-group .spring-icon { |
|
vertical-align: top; |
|
margin: 2px 0 0 6px; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu li > dt small { |
|
font-weight: normal; |
|
} |
|
|
|
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark { |
|
display: inline-block; |
|
position: absolute; |
|
right: 15px; |
|
margin-top: 2.5px; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark { |
|
display: none; |
|
} |
|
|
|
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { |
|
margin-right: 34px; |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu li small { |
|
padding-left: 0.5em; |
|
} |
|
|
|
|
|
|
|
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled):hover, |
|
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled):focus { |
|
background-color: rgba(0,0,0,0.3); |
|
} |
|
|
|
.bootstrap-select.btn-group .dropdown-menu li > dt small { |
|
font-weight: normal; |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow .dropdown-toggle:before { |
|
content: ''; |
|
display: inline-block; |
|
border-left: 7px solid transparent; |
|
border-right: 7px solid transparent; |
|
border-bottom: 7px solid #CCC; |
|
border-bottom-color: rgba(0, 0, 0, 0.2); |
|
position: absolute; |
|
bottom: -4px; |
|
left: 9px; |
|
display: none; |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow .dropdown-toggle:after { |
|
content: ''; |
|
display: inline-block; |
|
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 #ccc; |
|
border-bottom: 0; |
|
border-top-color: rgba(0, 0, 0, 0.2); |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { |
|
bottom: auto; |
|
top: -3px; |
|
border-top: 6px solid #ffffff; |
|
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; |
|
} |
|
|
|
.mobile-device { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
display: block !important; |
|
width: 100%; |
|
height: 100% !important; |
|
opacity: 0; |
|
} |