/* @group Base */
.chzn-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    zoom: 1;
    /* *display: inline;*/
    -webkit-user-select: none;
    -moz-user-select: none;
}
.chzn-container .chzn-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #827C8E;
    color: #74777c;
}
.chzn-container.chzn-with-drop .chzn-drop {
    left: 0;
}
.chzn-container a {
    cursor: pointer;
}
/* @end */
/* @group Single chzn */
.chzn-container-single .chzn-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    height: 34px;
    background-color: #fff;
    background-clip: padding-box;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    line-height: 34px;
    border: 1px solid #827C8E;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.chzn-container-single .chzn-default {
    color: #333;
}
.chzn-container-single .chzn-single span {
    display: block;
    overflow: hidden;
    margin-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
    margin-right: 60px;
}
.chzn-container-single .chzn-single abbr {
    position: absolute;
    top: 10px;
    right: 48px;
    display: block;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.chzn-container-single .chzn-single abbr:before {
    content: "\f00d";
}
.chzn-container-single .chzn-single abbr:hover {
    transform: scale(1.2);
}
.chzn-container-single .chzn-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 38px;
    height: 100%;
}
.chzn-container-single .chzn-single div:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 80%;
    margin-top: 10%;
    border-left: 1px solid #E4E4E4;
}
.chzn-container-single .chzn-single div b {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
    vertical-align: top;
    margin-top: 9px;
}
.chzn-container-single .chzn-single div b:before {
    content: "\f107";
}
.chzn-container-single .chzn-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #827C8E;
    background-color: #fff;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.chzn-container-single .chzn-search:before {
    content: "\f002";
    position: absolute;
    top: 19px;
    right: 14px;
    color: #74777c;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
    position: absolute;
    left: -9999px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 4px 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.chzn-container .chzn-results li.active-result {
    display: list-item;
    cursor: pointer;
    color: #333;
}
.chzn-container .chzn-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chzn-container .chzn-results li.highlighted {
    background-color: rgba(80, 80, 80, 0.9);
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.chzn-container .chzn-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chzn-container .chzn-results li.group-option {
    padding-left: 15px;
}
.chzn-container .chzn-results li em {
    font-style: normal;
    text-decoration: underline;
}
/* @end */
/* @group Multi chzn */
.chzn-container-multi .chzn-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 15px;
    margin-bottom: 25px;
    width: 100%;
    height: auto !important;
    border: 1px solid #827C8E;
    background-color: transparent;
    cursor: text;
    border-radius: 0px;
}
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: auto;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #74777c;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
    color: #74777c;
}
.chzn-container-multi .chzn-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 0px 28px 0 14px;
    border: 1px solid #827C8E;
    background-color: lightgray;
    color: rgba(32, 40, 51, 0.92);
    line-height: 30px;
    cursor: default;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 8px;
    right: 12px;
    display: block;
    width: 12px;
    height: 12px;
    color: gray;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
    text-decoration: none;
    transform: scale(1.2);
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
    color: #adb2b6;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chzn-container-multi .chzn-drop {
    margin-top: -30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.chzn-container-multi .chzn-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -ms-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}
.chzn-container-active.chzn-with-drop .chzn-single {
    border-color: #adb2b6;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
    border-left: none;
    background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 2px;
}
/* @end */
