/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
display: block !important;
position: relative !important;
display: inline-block !important;
vertical-align: middle !important;
width: 100% !important;
transition: all .15s ease-in-out !important;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.chosen-container * {
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.chosen-container .chosen-drop {
position: absolute !important;
top: 100% !important;
z-index: 1010 !important;
width: 100% !important;
border: 1px solid #aaa !important;
border-top: 0 !important;
background: #fff !important;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) !important;
clip: rect(0, 0, 0, 0) !important;
-webkit-clip-path: inset(100% 100%) !important;
clip-path: inset(100% 100%) !important;
}
.chosen-container.chosen-with-drop .chosen-drop {
clip: auto !important;
-webkit-clip-path: none !important;
clip-path: none !important;
}
.chosen-container a {
cursor: pointer !important;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
margin-right: 4px !important;
overflow: hidden !important;
white-space: nowrap !important;
text-overflow: ellipsis !important;
font-weight: normal !important;
color: #999999 !important;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
content: ":" !important;
padding-left: 2px !important;
vertical-align: top !important;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
position: relative !important;
display: block !important;
overflow: hidden !important;
padding: 0 0 0 8px !important;
height: 25px !important;
border: 1px solid #aaa !important;
border-radius: 5px !important;
background-color: #fff !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4)) !important;
background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) !important;
background-clip: padding-box !important;
-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1) !important;
box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1) !important;
color: #444 !important;
text-decoration: none !important;
white-space: nowrap !important;
line-height: 24px !important;
}
.chosen-container-single .chosen-default {
color: #999 !important;
}
.chosen-container-single .chosen-single span {
display: block !important;
overflow: hidden !important;
margin-right: 26px !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px !important;
}
.chosen-container-single .chosen-single abbr {
position: absolute !important;
top: 6px !important;
right: 26px !important;
display: block !important;
width: 12px !important;
height: 12px !important;
background: url("chosen-sprite.png") -42px 1px no-repeat !important;
font-size: 1px !important;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px !important;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px !important;
}
.chosen-container-single .chosen-single div {
position: absolute !important;
top: 0 !important;
right: 0 !important;
display: block !important;
width: 18px !important;
height: 100% !important;
}
.chosen-container-single .chosen-single div b {
display: block !important;
width: 100% !important;
height: 100% !important;
background: url("chosen-sprite.png") no-repeat 0px 2px !important;
}
.chosen-container-single .chosen-search {
position: relative !important;
z-index: 1010 !important;
margin: 0 !important;
padding: 3px 4px !important;
white-space: nowrap !important;
}
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0 !important;
padding: 4px 20px 4px 5px !important;
width: 100% !important;
height: auto !important;
outline: 0 !important;
border: 1px solid #aaa !important;
background: url("chosen-sprite.png") no-repeat 100% -20px !important;
font-size: 1em !important;
font-family: sans-serif !important;
line-height: normal !important;
border-radius: 0 !important;
}
.chosen-container-single .chosen-drop {
margin-top: -1px !important;
border-radius: 0 0 4px 4px !important;
background-clip: padding-box !important;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute !important;
clip: rect(0, 0, 0, 0) !important;
-webkit-clip-path: inset(100% 100%) !important;
clip-path: inset(100% 100%) !important;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
color: #444 !important;
position: relative !important;
overflow-x: hidden !important;
overflow-y: auto !important;
margin: 0 4px 4px 0 !important;
padding: 0 0 0 4px !important;
max-height: 240px !important;
-webkit-overflow-scrolling: touch !important;
}
.chosen-container .chosen-results li {
display: none !important;
margin: 0 !important;
padding: 5px 6px !important;
list-style: none !important;
line-height: 15px !important;
word-wrap: break-word !important;
-webkit-touch-callout: none !important;
}
.chosen-container .chosen-results li.active-result {
display: list-item !important;
cursor: pointer !important;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item !important;
color: #ccc !important;
cursor: default !important;
}
.chosen-container .chosen-results li.highlighted {
background-color: #3875d7 !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)) !important;
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
color: #fff !important;
}
.chosen-container .chosen-results li.no-results {
color: #777 !important;
display: list-item !important;
background: #f4f4f4 !important;
}
.chosen-container .chosen-results li.group-result {
display: list-item !important;
font-weight: bold !important;
cursor: default !important;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px !important;
}
.chosen-container .chosen-results li em {
font-style: normal !important;
text-decoration: underline !important;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
position: relative !important;
overflow: hidden !important;
margin: 0 !important;
font-size: .875rem !important;
line-height: 1.5 !important;
width: 100% !important;
/*height: calc(2.75rem + 2px) !important;*/
height: auto !important;
padding: .625rem .75rem !important;
transition: all .15s cubic-bezier(.68,-.55,.265,1.55) !important;
color: #8898aa !important;
border: 1px solid #dee2e6 !important;
border-radius: .25rem !important;
background-color: #fff !important;
background-clip: padding-box !important;
box-shadow: 0 3px 2px rgba(233,236,239,.05) !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)) !important;
background-image: linear-gradient(#eee 1%, #fff 15%) !important;
cursor: text !important;
}
.chosen-container-multi .chosen-choices li {
float: left !important;
list-style: none !important;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0 !important;
padding: 0 !important;
white-space: nowrap !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0 !important;
padding: 0 !important;
height: 25px !important;
outline: 0 !important;
border: 0 !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #999 !important;
font-size: 100% !important;
font-family: sans-serif !important;
line-height: normal !important;
border-radius: 0 !important;
width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative !important;
margin: 3px 5px 3px 0 !important;
padding: 3px 20px 3px 5px !important;
border: 1px solid #aaa !important;
max-width: 100% !important;
border-radius: 3px !important;
background-color: #eeeeee !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)) !important;
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
background-size: 100% 19px !important;
background-repeat: repeat-x !important;
background-clip: padding-box !important;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05) !important;
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05) !important;
color: #333 !important;
line-height: 13px !important;
cursor: default !important;
}
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute !important;
top: 4px !important;
right: 3px !important;
display: block !important;
width: 12px !important;
height: 12px !important;
background: url("chosen-sprite.png") -42px 1px no-repeat !important;
font-size: 1px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px !important;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px !important;
border: 1px solid #ccc !important;
background-color: #e4e4e4 !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)) !important;
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%) !important;
color: #666 !important;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4 !important;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px !important;
}
.chosen-container-multi .chosen-results {
margin: 0 !important;
padding: 0 !important;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item !important;
color: #ccc !important;
cursor: default !important;
}
/* @end */
/* @group Active */
.chosen-container-active .chosen-single {
border: 1px solid #5897fb !important;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa !important;
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff)) !important;
background-image: linear-gradient(#eee 20%, #fff 80%) !important;
-webkit-box-shadow: 0 1px 0 #fff inset !important;
box-shadow: 0 1px 0 #fff inset !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none !important;
background: transparent !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px !important;
}
.chosen-container-active .chosen-choices {
border: 1px solid #5897fb !important;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
opacity: 0.5 !important;
cursor: default !important;
}
.chosen-disabled .chosen-single {
cursor: default !important;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default !important;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
text-align: right !important;
}
.chosen-rtl .chosen-single {
overflow: visible !important;
padding: 0 8px 0 0 !important;
}
.chosen-rtl .chosen-single span {
margin-right: 0 !important;
margin-left: 26px !important;
direction: rtl !important;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px !important;
}
.chosen-rtl .chosen-single div {
right: auto !important;
left: 3px !important;
}
.chosen-rtl .chosen-single abbr {
right: auto !important;
left: 26px !important;
}
.chosen-rtl .chosen-choices li {
float: right !important;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl !important;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0 !important;
padding: 3px 5px 3px 19px !important;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto !important;
left: 4px !important;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px !important;
padding: 0 4px 0 0 !important;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px !important;
padding-left: 0 !important;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none !important;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px !important;
background: url("chosen-sprite.png") no-repeat -30px -20px !important;
direction: rtl !important;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px !important;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px !important;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url("[email protected]") !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}
/* @end */
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]