/*!
 * Copyright (c) 2017. tom@axisj.com
 * - github.com/thomasjang
 * - www.axisj.com
 */ /*!
 * Copyright (c) 2017. tom@axisj.com
 * - github.com/thomasjang
 * - www.axisj.com
 */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 11px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-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
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control
        {
        line-height: 34px
    }
    input[type="date"].input-sm, .input-group-sm>input[type="date"].form-control, .input-group-sm>input[type="date"].input-group-addon,
        .input-group-sm>.input-group-btn>input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm,
        .input-group-sm>input[type="time"].form-control, .input-group-sm>input[type="time"].input-group-addon,
        .input-group-sm>.input-group-btn>input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm,
        .input-group-sm>input[type="datetime-local"].form-control, .input-group-sm>input[type="datetime-local"].input-group-addon,
        .input-group-sm>.input-group-btn>input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"],
        input[type="month"].input-sm, .input-group-sm>input[type="month"].form-control, .input-group-sm>input[type="month"].input-group-addon,
        .input-group-sm>.input-group-btn>input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg, .input-group-lg>input[type="date"].form-control, .input-group-lg>input[type="date"].input-group-addon,
        .input-group-lg>.input-group-btn>input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg,
        .input-group-lg>input[type="time"].form-control, .input-group-lg>input[type="time"].input-group-addon,
        .input-group-lg>.input-group-btn>input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg,
        .input-group-lg>input[type="datetime-local"].form-control, .input-group-lg>input[type="datetime-local"].input-group-addon,
        .input-group-lg>.input-group-btn>input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"],
        input[type="month"].input-lg, .input-group-lg>input[type="month"].form-control, .input-group-lg>input[type="month"].input-group-addon,
        .input-group-lg>.input-group-btn>input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]
    {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled],
    input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline
    {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon,
    .input-group-lg>.input-group-btn>.form-control-static.btn, .form-control-static.input-sm, .input-group-sm>.form-control-static.form-control,
    .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, .input-group-sm>.input-group-btn>select.btn
    {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, .input-group-sm>.input-group-btn>textarea.btn,
    select[multiple].input-sm, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon,
    .input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.5
}

.input-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, .input-group-lg>.input-group-btn>select.btn
    {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, .input-group-lg>.input-group-btn>textarea.btn,
    select[multiple].input-lg, .input-group-lg>select[multiple].form-control, .input-group-lg>select[multiple].input-group-addon,
    .input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback, .input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback,
    .input-group-lg>.input-group-btn>.btn+.form-control-feedback, .input-group-lg+.form-control-feedback, .form-group-lg .form-control+.form-control-feedback
    {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback,
    .input-group-sm>.input-group-btn>.btn+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.form-control-feedback
    {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline,
    .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label,
    .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline,
    .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label,
    .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline,
    .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label,
    .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media ( min-width : 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control
        {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media ( min-width : 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media ( min-width : 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media ( min-width : 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 11px
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not (:first-child ):not (:last-child ), .input-group-btn:not (:first-child ):not (:last-child ),
    .input-group .form-control:not (:first-child ):not (:last-child ){
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 11px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn
    {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn
    {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn,
    .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not
    (:last-child ):not (.dropdown-toggle ), .input-group-btn:last-child>.btn-group:not (:last-child )>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn,
    .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not (:first-child ),
    .input-group-btn:first-child>.btn-group:not (:first-child )>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

[data-ax5select] select[multiple].form-control {
    height: 34px
}

[data-ax5select] .ax5select-display.input-sm, [data-ax5select] .input-group-sm>.ax5select-display.form-control, [data-ax5select] .input-group-sm>.ax5select-display.input-group-addon,
    [data-ax5select] .input-group-sm>.input-group-btn>.ax5select-display.btn {
    height: 30px
}

[data-ax5select] select[multiple].input-sm, [data-ax5select] .input-group-sm>select[multiple].form-control, [data-ax5select] .input-group-sm>select[multiple].input-group-addon,
    [data-ax5select] .input-group-sm>.input-group-btn>select[multiple].btn {
    height: 30px
}

[data-ax5select] .ax5select-display.input-lg, [data-ax5select] .input-group-lg>.ax5select-display.form-control, [data-ax5select] .input-group-lg>.ax5select-display.input-group-addon,
    [data-ax5select] .input-group-lg>.input-group-btn>.ax5select-display.btn {
    height: 46px
}

[data-ax5select] select[multiple].input-lg, [data-ax5select] .input-group-lg>select[multiple].form-control, [data-ax5select] .input-group-lg>select[multiple].input-group-addon,
    [data-ax5select] .input-group-lg>.input-group-btn>select[multiple].btn {
    height: 46px
}

.form-group-sm [data-ax5select] select[multiple].form-control {
    height: 30px
}

.form-group-lg [data-ax5select] select[multiple].form-control {
    height: 46px
}

@media ( min-width : 768px) {
    .form-inline [data-ax5select] {
        display: inline-block
    }
}

[data-ax5select] {
    position: relative;
    overflow: visible;
    display: block;
    box-sizing: border-box;
    margin: 0
}

[data-ax5select] *, [data-ax5select] *:before, [data-ax5select] *:after {
    box-sizing: border-box
}

[data-ax5select] select {
    z-index: 1;
    position: absolute;
    opacity: 0;
    user-select: none
}

@
-webkit-keyframes ax-select-option-group {
    from {-webkit-transform: translateY(-10%);
    opacity: 0
}

to {
    -webkit-transform: translateY(0%);
    opacity: 1
}

}
@
-moz-keyframes ax-select-option-group {
    from {-moz-transform: translateY(-10%);
    opacity: 0
}

to {
    -moz-transform: translateY(0%);
    opacity: 1
}

}
@
keyframes ax-select-option-group {
    from {-webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0
}

to {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

}
@
-webkit-keyframes ax-select-option-group-destroy {
    from {-webkit-transform: translateY(0%) scaleY(1);
    opacity: 1
}

to {
    -webkit-transform: translateY(0%) scaleY(0);
    opacity: 0
}

}
@
-moz-keyframes ax-select-option-group-destroy {
    from {-moz-transform: translateY(0%) scaleY(1);
    opacity: 1
}

to {
    -moz-transform: translateY(0%) scaleY(0);
    opacity: 0
}

}
@
keyframes ax-select-option-group-destroy {
    from {-webkit-transform: translateY(0%) scaleY(1);
    -moz-transform: translateY(0%) scaleY(1);
    -ms-transform: translateY(0%) scaleY(1);
    -o-transform: translateY(0%) scaleY(1);
    transform: translateY(0%) scaleY(1);
    opacity: 1
}

to {
    -webkit-transform: translateY(0%) scaleY(0);
    -moz-transform: translateY(0%) scaleY(0);
    -ms-transform: translateY(0%) scaleY(0);
    -o-transform: translateY(0%) scaleY(0);
    transform: translateY(0%) scaleY(0);
    opacity: 0
}

}
.ax5select-display, .input-group [data-ax5select] .ax5select-display {
    position: relative;
    z-index: 2;
    padding: 0px;
    display: block;
    height: 34px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    border: 1px solid #ccc;
    color: #444;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ax5select-display:hover, .input-group [data-ax5select] .ax5select-display:hover, .ax5select-display:focus, .input-group [data-ax5select] .ax5select-display:focus
    {
    text-decoration: none
}

.ax5select-display .ax5select-display-table, .input-group [data-ax5select] .ax5select-display .ax5select-display-table {
    width: 100%;
    height: 100%;
    display: table;
    border-collapse: collapse;
    user-select: none
}

.ax5select-display .ax5select-display-table [data-ax5select-display="label"] {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 7px;
    color: #444;
    white-space: nowrap
}

.ax5select-display .ax5select-display-table [data-ax5select-display="addon"] {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
    text-align: center
}

.ax5select-display .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-reset {
    display: none
}

.ax5select-display .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed {
    display: block
}

.ax5select-display .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened {
    display: none
}

.ax5select-display .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed {
    width: 16px;
    text-align: left;
    line-height: 6.363px
}

.ax5select-display .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow {
    content: '';
    width: 0px;
    height: 0px;
    display: inline-block;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 6.363px solid #444;
    background: transparent;
    opacity: 1
}

.ax5select-display .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened {
    width: 16px;
    text-align: left;
    line-height: 6.363px
}

.ax5select-display .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow {
    content: '';
    width: 0px;
    height: 0px;
    display: inline-block;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-bottom: 6.363px solid #444;
    background: transparent;
    opacity: 1
}

.ax5select-display[data-select-option-group-opened], .input-group [data-ax5select] [data-select-option-group-opened].ax5select-display
    {
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    background-image: none
}

.ax5select-display[data-select-option-group-opened] .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-reset
    {
    display: block;
    position: absolute;
    right: 23px;
    top: 0px;
    height: 100%
}

.ax5select-display[data-select-option-group-opened] .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed
    {
    display: none
}

.ax5select-display[data-select-option-group-opened] .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened
    {
    display: block
}

.ax5select-display.default:hover:not ([disabled] ), .ax5select-display.default:active:not ([disabled] ),
    .ax5select-display.default:focus:not ([disabled] ), .ax5select-display.default[data-select-option-group-opened]:not
    ([disabled] ){
    border-color: #ccc;
    color: #555;
    text-decoration: none
}

.ax5select-display.default:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.default:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.default:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.default[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow
    {
    border-top-color: #555
}

.ax5select-display.default:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.default:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.default:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.default[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow
    {
    border-bottom-color: #555
}

.ax5select-display.default [disabled] {
    user-select: none
}

.ax5select-display.primary:hover:not ([disabled] ), .ax5select-display.primary:active:not ([disabled] ),
    .ax5select-display.primary:focus:not ([disabled] ), .ax5select-display.primary[data-select-option-group-opened]:not
    ([disabled] ){
    border-color: #337ab7;
    color: #555;
    text-decoration: none
}

.ax5select-display.primary:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.primary:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.primary:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.primary[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow
    {
    border-top-color: #555
}

.ax5select-display.primary:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.primary:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.primary:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.primary[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow
    {
    border-bottom-color: #555
}

.ax5select-display.primary [disabled] {
    user-select: none
}

.ax5select-display.success:hover:not ([disabled] ), .ax5select-display.success:active:not ([disabled] ),
    .ax5select-display.success:focus:not ([disabled] ), .ax5select-display.success[data-select-option-group-opened]:not
    ([disabled] ){
    border-color: #E64f50;
    color: #555;
    text-decoration: none
}

.ax5select-display.success:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.success:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.success:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.success[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow
    {
    border-top-color: #555
}

.ax5select-display.success:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.success:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.success:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.success[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow
    {
    border-bottom-color: #555
}

.ax5select-display.success [disabled] {
    user-select: none
}

.ax5select-display.info:hover:not ([disabled] ), .ax5select-display.info:active:not ([disabled] ), .ax5select-display.info:focus:not
    ([disabled] ), .ax5select-display.info[data-select-option-group-opened]:not ([disabled] ){
    border-color: #5bc0de;
    color: #555;
    text-decoration: none
}

.ax5select-display.info:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.info:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.info:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.info[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow
    {
    border-top-color: #555
}

.ax5select-display.info:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.info:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.info:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.info[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow
    {
    border-bottom-color: #555
}

.ax5select-display.info [disabled] {
    user-select: none
}

.ax5select-display.warning:hover:not ([disabled] ), .ax5select-display.warning:active:not ([disabled] ),
    .ax5select-display.warning:focus:not ([disabled] ), .ax5select-display.warning[data-select-option-group-opened]:not
    ([disabled] ){
    border-color: #f0ad4e;
    color: #555;
    text-decoration: none
}

.ax5select-display.warning:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.warning:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.warning:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.warning[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow
    {
    border-top-color: #555
}

.ax5select-display.warning:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.warning:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.warning:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.warning[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow
    {
    border-bottom-color: #555
}

.ax5select-display.warning [disabled] {
    user-select: none
}

.ax5select-display.danger:hover:not ([disabled] ), .ax5select-display.danger:active:not ([disabled] ),
    .ax5select-display.danger:focus:not ([disabled] ), .ax5select-display.danger[data-select-option-group-opened]:not ([disabled]
    ){
    border-color: #d9534f;
    color: #555;
    text-decoration: none
}

.ax5select-display.danger:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.danger:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.danger:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow,
    .ax5select-display.danger[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-closed .addon-icon-arrow
    {
    border-top-color: #555
}

.ax5select-display.danger:hover:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.danger:active:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.danger:focus:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow,
    .ax5select-display.danger[data-select-option-group-opened]:not ([disabled] ) .ax5select-display-table [data-ax5select-display="addon"] .addon-icon-opened .addon-icon-arrow
    {
    border-bottom-color: #555
}

.ax5select-display.danger [disabled] {
    user-select: none
}

.ax5select-option-group {
    box-sizing: border-box;
    z-index: 2000;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175);
    border: 1px solid;
    overflow: hidden;
    background-color: #fbfbfb;
    background-image: -webkit-linear-gradient(bottom, #fbfbfb);
    background-image: linear-gradient(to top, #fbfbfb);
    -webkit-animation: ax-select-option-group .1s ease-out;
    -o-animation: ax-select-option-group .1s ease-out;
    animation: ax-select-option-group .1s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.ax5select-option-group.destroy {
    -webkit-animation: ax-select-option-group-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
    -o-animation: ax-select-option-group-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
    animation: ax-select-option-group-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards
}

.ax5select-option-group.direction-top {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.ax5select-option-group.direction-bottom {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.ax5select-option-group.default {
    border-color: #ccc;
    color: #555
}

.ax5select-option-group.default .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover,
    .ax5select-option-group.default .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover {
    background: #a6a6a6 !important;
    color: #222
}

.ax5select-option-group.default .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after,
    .ax5select-option-group.default .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #222 !important
}

.ax5select-option-group.default .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"]
    {
    background: #ccc;
    color: #222
}

.ax5select-option-group.default .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #222 !important
}

.ax5select-option-group.default .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    background: #eee
}

.ax5select-option-group.default .ax-select-body .ax-select-option-group-buttons {
    border-top: 1px solid;
    border-color: #ccc
}

.ax5select-option-group.primary {
    border-color: #337ab7;
    color: #555
}

.ax5select-option-group.primary .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover,
    .ax5select-option-group.primary .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover {
    background: #64a0d3 !important;
    color: #fff
}

.ax5select-option-group.primary .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after,
    .ax5select-option-group.primary .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #fff !important
}

.ax5select-option-group.primary .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"]
    {
    background: #337ab7;
    color: #fff
}

.ax5select-option-group.primary .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #fff !important
}

.ax5select-option-group.primary .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    background: #eee
}

.ax5select-option-group.primary .ax-select-body .ax-select-option-group-buttons {
    border-top: 1px solid;
    border-color: #337ab7
}

.ax5select-option-group.success {
    border-color: #E64f50;
    color: #555
}

.ax5select-option-group.success .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover,
    .ax5select-option-group.success .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover {
    background: #E64f50 !important;
    color: #222
}

.ax5select-option-group.success .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after,
    .ax5select-option-group.success .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #222 !important
}

.ax5select-option-group.success .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"]
    {
    background: #E64f50;
    color: #222
}

.ax5select-option-group.success .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #222 !important
}

.ax5select-option-group.success .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    background: #eee
}

.ax5select-option-group.success .ax-select-body .ax-select-option-group-buttons {
    border-top: 1px solid;
    border-color: #E64f50
}

.ax5select-option-group.info {
    border-color: #5bc0de;
    color: #555
}

.ax5select-option-group.info .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover,
    .ax5select-option-group.info .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover {
    background: #9bd8eb !important;
    color: #fff
}

.ax5select-option-group.info .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after,
    .ax5select-option-group.info .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #fff !important
}

.ax5select-option-group.info .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"]
    {
    background: #5bc0de;
    color: #fff
}

.ax5select-option-group.info .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #fff !important
}

.ax5select-option-group.info .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    background: #eee
}

.ax5select-option-group.info .ax-select-body .ax-select-option-group-buttons {
    border-top: 1px solid;
    border-color: #5bc0de
}

.ax5select-option-group.warning {
    border-color: #f0ad4e;
    color: #555
}

.ax5select-option-group.warning .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover,
    .ax5select-option-group.warning .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover {
    background: #f6ce95 !important;
    color: #fff
}

.ax5select-option-group.warning .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after,
    .ax5select-option-group.warning .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #fff !important
}

.ax5select-option-group.warning .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"]
    {
    background: #f0ad4e;
    color: #fff
}

.ax5select-option-group.warning .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #fff !important
}

.ax5select-option-group.warning .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    background: #eee
}

.ax5select-option-group.warning .ax-select-body .ax-select-option-group-buttons {
    border-top: 1px solid;
    border-color: #f0ad4e
}

.ax5select-option-group.danger {
    border-color: #d9534f;
    color: #555
}

.ax5select-option-group.danger .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover,
    .ax5select-option-group.danger .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover {
    background: #e7908e !important;
    color: #fff
}

.ax5select-option-group.danger .ax-select-body .ax-select-option-group-content .ax-select-option-item:hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after,
    .ax5select-option-group.danger .ax-select-body .ax-select-option-group-content .ax-select-option-item.hover .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #fff !important
}

.ax5select-option-group.danger .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"]
    {
    background: #d9534f;
    color: #fff
}

.ax5select-option-group.danger .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    border-color: #fff !important
}

.ax5select-option-group.danger .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    background: #eee
}

.ax5select-option-group.danger .ax-select-body .ax-select-option-group-buttons {
    border-top: 1px solid;
    border-color: #d9534f
}

.ax5select-option-group .ax-select-body {
    padding: 0px
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content {
    max-height: 170px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-item {
    padding: 3px 0px;
    text-align: left;
    cursor: pointer;
    font-size: 11px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder
    {
    display: table;
    position: relative;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    height: 17px
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell
    {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 11px;
    line-height: 17px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox
    {
    overflow: hidden;
    width: 11px;
    text-align: center
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap
    {
    position: relative;
    display: block;
    width: 11px;
    height: 17px
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    content: '';
    width: 8px;
    height: 4px;
    position: absolute;
    top: 4.25px;
    right: 0px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0.1;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-label
    {
    padding: 0px 7px;
    padding-right: 8px
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    opacity: 1
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder
    {
    display: table;
    position: relative;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    height: 17px
}

.ax5select-option-group .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 11px;
    line-height: 17px;
    padding: 5px 10px;
    user-select: none
}

.ax5select-option-group .ax-select-body .ax-select-option-group-buttons {
    text-align: center;
    padding: 3px 0px
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body {
    padding: 0px
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content {
    max-height: 206px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-item
    {
    padding: 5px 0px;
    text-align: left;
    cursor: pointer;
    font-size: 15.6px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder
    {
    display: table;
    position: relative;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    height: 20.6px
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell
    {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15.6px;
    line-height: 20.6px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox
    {
    overflow: hidden;
    width: 15.6px;
    text-align: center
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap
    {
    position: relative;
    display: block;
    width: 15.6px;
    height: 20.6px
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    content: '';
    width: 11.6px;
    height: 5.8px;
    position: absolute;
    top: 5.15px;
    right: 0px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0.1;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-label
    {
    padding: 0px 7px;
    padding-right: 11.6px
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    opacity: 1
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder
    {
    display: table;
    position: relative;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    height: 20.6px
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15.6px;
    line-height: 20.6px;
    padding: 5px 10px;
    user-select: none
}

.ax5select-option-group.ax5select-option-group-lg .ax-select-body .ax-select-option-group-buttons {
    text-align: center;
    padding: 5px 0px
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body {
    padding: 0px
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content {
    max-height: 152px;
/*    max-height: 385px;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-item
    {
    padding: 2px 0px;
    text-align: left;
    cursor: pointer;
/*     font-size: 10.8px; */
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder
    {
    display: table;
    position: relative;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    height: 15.8px
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell
    {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
/*     font-size: 10.8px; */
    font-size: 11px;
    line-height: 15.8px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox
    {
    overflow: hidden;
    width: 10.8px;
    text-align: center
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap
    {
    position: relative;
    display: block;
    width: 10.8px;
    height: 15.8px
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    content: '';
    width: 6.8px;
    height: 3.4px;
    position: absolute;
    top: 3.95px;
    right: 0px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0.1;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-label
    {
    /* TODO */
/*     padding: 0px 7px; */
    padding: 0px 2px;
    padding-right: 6.8px
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    opacity: 1
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder
    {
    display: table;
    position: relative;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    height: 15.8px
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
/*     font-size: 10.8px; */
    font-size: 14px;
    line-height: 15.8px;
    padding: 5px 10px;
    user-select: none
}

.ax5select-option-group.ax5select-option-group-sm .ax-select-body .ax-select-option-group-buttons {
    text-align: center;
    padding: 2px 0px
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body {
    padding: 0px
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content {
    max-height: 146px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-item
    {
    padding: 1px 0px;
    text-align: left;
    cursor: pointer;
    font-size: 9.6px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder
    {
    display: table;
    position: relative;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    height: 14.6px
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell
    {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 9.6px;
    line-height: 14.6px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox
    {
    overflow: hidden;
    width: 9.6px;
    text-align: center
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap
    {
    position: relative;
    display: block;
    width: 9.6px;
    height: 14.6px
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    content: '';
    width: 5.6px;
    height: 2.8px;
    position: absolute;
    top: 3.65px;
    right: 0px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0.1;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-item .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-label
    {
    padding: 0px 7px;
    padding-right: 5.6px
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-item[data-option-selected="true"] .ax-select-option-item-holder .ax-select-option-item-cell.ax-select-option-item-checkbox .item-checkbox-wrap.useCheckBox:after
    {
    opacity: 1
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder
    {
    display: table;
    position: relative;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    height: 14.6px
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-content .ax-select-option-group .ax-select-option-item-holder .ax-select-option-group-label
    {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 9.6px;
    line-height: 14.6px;
    padding: 5px 10px;
    user-select: none
}

.ax5select-option-group.ax5select-option-group-xs .ax-select-body .ax-select-option-group-buttons {
    text-align: center;
    padding: 1px 0px
}

.input-group [data-ax5select] {
    display: table-cell
}

.input-group [data-ax5select] select {
    z-index: 1;
    position: absolute;
    opacity: 0;
    user-select: none
}

.input-group [data-ax5select]:first-child .ax5select-display {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group [data-ax5select]:last-child .ax5select-display {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}