div[data-control="balloon-selector"] ul {
    padding: 0;
    margin-bottom: 0;
}

div[data-control="balloon-selector"] ul li {
    list-style: none;
    display: inline-block;
    padding: 6px 7px 5px;
    margin-right: 5px;
    text-transform: uppercase;
    background: #bcc3c7;
    color: #ffffff;
    font-size: 10px;
    line-height: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

div[data-control="balloon-selector"] ul li.active {
    background: #da5700 !important;
}

div[data-control="balloon-selector"].control-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

div[data-control="balloon-selector"]:not(.control-disabled) ul li:hover {
    background: #0181b9;
    cursor: pointer;
}

.custom-checkbox.nolabel label,
.custom-radio.nolabel label {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.custom-checkbox,
.custom-radio {
    padding-left: 23px;
    margin-top: 0;
}

.custom-checkbox input[type=radio],
.custom-radio input[type=radio],
.custom-checkbox input[type=checkbox],
.custom-radio input[type=checkbox] {
    display: none;
}

.custom-checkbox label,
.custom-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    font-size: 12px;
}

.custom-checkbox label:before,
.custom-radio label:before {
    content: "";
    display: inline-block;
    text-align: center;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: -2px;
    bottom: 1px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #666666;
}

.custom-checkbox label:hover:before,
.custom-radio label:hover:before {
    border-color: #808080;
    color: #4d4d4d;
}

.custom-checkbox label:active:before,
.custom-radio label:active:before {
    border-color: #666666;
    color: #333333;
}

.custom-checkbox input[type=radio]:checked + label:before,
.custom-radio input[type=radio]:checked + label:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f111";
    font-size: 9px;
    line-height: 12px;
    border-width: 2px;
}

.custom-checkbox input[type=checkbox]:checked + label:before,
.custom-radio input[type=checkbox]:checked + label:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f00c";
    font-size: 10px;
    line-height: 12px;
    border-width: 2px;
}

.custom-checkbox:focus,
.custom-radio:focus {
    outline: none;
}

.custom-checkbox:focus label:before,
.custom-radio:focus label:before {
    border-color: #5fb6f5;
}

.custom-checkbox p.help-block,
.custom-radio p.help-block {
    margin-top: 0;
}

.custom-radio label:before {
    border-radius: 8px;
}

.custom-checkbox label:before {
    border-radius: 2px;
}

.switch-field .field-switch {
    padding-left: 75px;
    float: left;
}

.custom-switch {
    display: block;
    width: 58px;
    height: 26px;
    position: relative;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.custom-switch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-switch.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.custom-switch .slide-button {
    z-index: 4;
    display: block;
    position: absolute;
    right: 34px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #f6f6f6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.custom-switch label,
.custom-switch > span {
    line-height: 23px;
    vertical-align: middle;
}

.custom-switch label {
    z-index: 3;
    width: 100%;
    display: block;
    position: relative;
}

.custom-switch input {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.custom-switch input:checked ~ .slide-button {
    right: 2px;
}

.custom-switch input:checked ~ span {
    background-color: #8da85e;
}

.custom-switch input:checked ~ span span:first-of-type {
    color: #FFFFFF;
    display: block;
}

.custom-switch input:checked ~ span span:last-of-type {
    color: #666666;
    display: none;
}

.custom-switch > span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #cc3300;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.custom-switch > span span {
    z-index: 5;
    display: block;
    width: 50%;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-switch > span span:last-child {
    left: 50%;
    color: #FFFFFF;
    display: block;
}

.custom-switch > span span:first-of-type {
    padding-left: 9px;
    display: none;
    color: #666666;
}

.form-group.is-required label:first-child:after {
    color: #ff0000;
    vertical-align: super;
    font-size: 60%;
    content: " *";
    text-shadow: 0 0 2px #b30000
}

.select2-container.in-progress .select2-selection .select2-selection__arrow b {
    display: none !important
}

.select2-container--default {
    display: block;
}

.select2-container--default .select2-selection {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #555555;
    font-size: 13px;
    outline: 0
}

.select2-container--default .select2-search--dropdown {
    position: relative
}

.select2-container--default .select2-search--dropdown:after {
    position: absolute;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f002";
    right: 10px;
    top: 7px;
    color: #95a5a6
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #555555;
    font-size: 13px
}

.select2-container--default .select2-search__field {
    outline: 0
}

.select2-container--default .select2-search__field::-webkit-input-placeholder {
    color: #cccccc
}

.select2-container--default .select2-search__field:-moz-placeholder {
    color: #cccccc
}

.select2-container--default .select2-search__field::-moz-placeholder {
    color: #cccccc;
    opacity: 1
}

.select2-container--default .select2-search__field:-ms-input-placeholder {
    color: #cccccc
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999999;
    cursor: not-allowed
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #262626
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4da7e8;
    color: #ffffff
}

.select2-container--default .select2-results__option .select2-results__option {
    padding: 9px 11px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -11px;
    padding-left: 22px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -22px;
    padding-left: 33px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -33px;
    padding-left: 44px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -44px;
    padding-left: 55px
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -55px;
    padding-left: 66px
}

.select2-container--default .select2-results__group {
    color: #999999;
    display: block;
    padding: 9px 11px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #808c8d
}

.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow b:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f106"
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent
}

.select2-container--default .select2-selection__clear {
    color: #666666;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--default .select2-selection__clear:hover {
    color: #333
}

.select2-container--default.select2-container--disabled .select2-selection {
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--default.select2-container--disabled .select2-selection, .select2-container--default.select2-container--disabled .select2-search__field {
    cursor: not-allowed
}

.select2-container--default.select2-container--disabled .select2-selection, .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee
}

.select2-container--default.select2-container--disabled .select2-selection__clear, .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none
}

.select2-container--default .select2-dropdown {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    border-color: #808c8d;
    overflow-x: hidden;
    margin-top: -1px
}

.select2-container--default .select2-dropdown--above {
    margin-top: 1px;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.075)
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 13px;
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single {
    height: 40px;
    line-height: 1.42857143;
    padding: 9px 23px 9px 11px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 11px;
    top: 0;
    width: 4px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 50%;
    height: 9px;
    width: 8px;
    right: 3px;
    margin-top: -5px;
    line-height: 9px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f107";
    display: inline-block
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0 22px 0 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #cccccc
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #cccccc;
    float: left;
    margin-top: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #555555;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 8px 0 0 5.5px;
    padding: 0 9px
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 11px;
    height: 38px;
    line-height: 1.42857143;
    margin-top: 0;
    min-width: 5em
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 4.5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 9px
}

.select2-container--default.input-sm, .select2-container--default.input-lg {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0
}

.select2-container--default.input-sm .select2-selection--single, .input-group-sm .select2-container--default .select2-selection--single, .form-group-sm .select2-container--default .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}

.select2-container--default.input-sm .select2-selection--single .select2-selection__arrow b, .input-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -5px
}

.select2-container--default.input-sm .select2-selection--multiple, .input-group-sm .select2-container--default .select2-selection--multiple, .form-group-sm .select2-container--default .select2-selection--multiple {
    min-height: 30px
}

.select2-container--default.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm .select2-container--default .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 4px 0 0 5px;
    padding: 0 5px
}

.select2-container--default.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 12px;
    height: 28px;
    line-height: 1.5
}

.select2-container--default.input-sm .select2-selection--multiple .select2-selection__clear, .input-group-sm .select2-container--default .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 5px
}

.select2-container--default.input-lg .select2-selection--single, .input-group-lg .select2-container--default .select2-selection--single, .form-group-lg .select2-container--default .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 31px 10px 16px;
}

.select2-container--default.input-lg .select2-selection--single .select2-selection__arrow, .input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 5px
}

.select2-container--default.input-lg .select2-selection--single .select2-selection__arrow b, .input-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px;
    margin-left: -5px;
    margin-left: -10px;
    margin-top: -2.5px
}

.select2-container--default.input-lg .select2-selection--multiple, .input-group-lg .select2-container--default .select2-selection--multiple, .form-group-lg .select2-container--default .select2-selection--multiple {
    min-height: 46px
}

.select2-container--default.input-lg .select2-selection--multiple .select2-selection__choice, .input-group-lg .select2-container--default .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px
}

.select2-container--default.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 16px;
    font-size: 18px;
    height: 44px;
    line-height: 1.3333333
}

.select2-container--default.input-lg .select2-selection--multiple .select2-selection__clear, .input-group-lg .select2-container--default .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px
}

.select2-container--default.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #666666 transparent;
    border-width: 0 5px 5px 5px
}

.input-group-lg .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #666666 transparent;
    border-width: 0 5px 5px 5px
}

.select2-container--default[dir="rtl"] .select2-selection--single {
    padding-left: 23px;
    padding-right: 11px
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 11px;
    right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 5.5px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}