@charset "utf-8";
/* CSS Document */
/*.select2-container--default .select2-selection--multiple .select2-selection__rendered li  {
    width:100%;
 }*/
.select2-container--default .select2-selection--multiple {
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
    /*    background: url('/img/arrow_down.png') right 15px no-repeat #fff;
    max-height: 93px;
    overflow: hidden;*/
}
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*.wheresit .select2-container {
    width:100% !important;
}*/
.wheresit .select2-container--open, .wheresit .select2-container, .wheresit  .select2-search__field{
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    height: 28px;
    padding: 8px 12px 0 6px;
}
.wheresit .select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width:500px;
    overflow:hidden;
    text-overflow: ellipsis;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 8px;
}
.select2-container .select2-selection--multiple, .js-example-basic-hide-search {
    min-height: 50px
}
.js-example-basic-single {
    position: absolute;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 50px;
    width: 100% !important;
    position: relative;
}

.camfilterbox .select2-container--default .select2-selection--single {
    background: #FFFFFF; 
/*    border: 1px solid #aaa;*/
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666;
    line-height: 50px;
}
.camfilterbox .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
input.select2-search__field:focus {
    outline: none !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 14px;
        overflow:hidden;
    text-overflow:ellipsis;
}
.select2-search--dropdown {
/*    display: none;*/
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--below .select2-selection--multiple {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: 0;
/*    max-height: 93px;*/
    overflow: hidden;
}
.select2-container--default.select2-container--open.select2-container--below.select2-container--focus .select2-selection--multiple {
    background-color: white;
    border: 1px solid #fff;
/*    border-radius: 5px;*/
    outline: 0;
    max-height: none;
    overflow: auto;
}
:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
}
.oneflat .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    font-weight: bold;
    margin-right: 13px;
    margin-left: 0px;
    margin-top: -17px;
}
.oneflat .select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 19px;
    padding: 17px 2px 0 2px;
    font-size: 16px;
    width: 10px;
    overflow: hidden;
}
.formblock .cll3 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.formblock .cll3 .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    width: auto;
}
/*.formblock .cll3 .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--below .select2-selection--multiple {
    max-height:50px;
    }*/
#oneCheckboxes .ui-state-default {
    float: left;
    color: #fff;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    margin: 5px 1% 5px 0;
    padding: 0 1% 0 1%;
    border-radius: 5px;
    border: none;
    font-weight: normal;
    background: rgba(0,0,0,0.2);
    background-clip: padding-box;
    box-shadow: none;
    text-shadow: none;
}
#oneCheckboxes .ui-button-text-only .ui-button-text {
    height: 28px;
    line-height: 30px;
    padding: 0 1% 0 1%;
    white-space: nowrap;
}
#oneCheckboxes .ui-state-active {
    background-color: #ff7800;
    color: #fff;
}
#flatCheck .ui-state-default {
    float: none;
    display:block;
    color: #000;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    margin: 1px;
    padding: 1px 6px 1px 32px;
    border-radius: 0;
    border: none;
    font-weight: normal;
    background: none;
    background-clip: padding-box;
    box-shadow: none;
    text-shadow: none;
}
#flatCheck .ui-state-default:hover {
    background-color: #5897fb;
    color: #fff;
}
#flatCheck .ui-button-text-only .ui-button-text {
    height: 28px;
    line-height: 30px;
    padding: 0 1% 0 1%;
    white-space: nowrap;
}
#flatCheck .ui-state-active {
    background: url('../img/listit_select.png') no-repeat 10px 9px #fff;
    color: #000;
}
.searchslide .extendSearch {
    background:rgba(0,0,0,0.2) url('/img/trigger_arrow.png') no-repeat left 0;
    font-size: 18px;
    height: 22px;
    color: #fff;
    padding: 0 0 0 30px;
    white-space: nowrap;
    border-radius: 10px;
    width: 210px;
}
.searchslide.active .extendSearch {
    background:rgba(0,0,0,0.3) url('/img/trigger_arrow.png') no-repeat left -26px;
}
.select2-results strong {
    color: #999;
}
.select2-container--open .select2-dropdown--above {
    box-shadow: 0 -1px 2px rgba(0,0,0,.3);
}
.select2-container--open .select2-dropdown--below {
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: url('/img/listit_select.png') no-repeat 10px 9px;
}
.select2-results__option, .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 32px;
}
.select2-results__option.select2-results__message {
    color:#515151;
    padding-left:6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
/*.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-right: 30px;
}*/
