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
}

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

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

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

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 12px;
    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
}


.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: 12px;
    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: 12px;
    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: 12px;
    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: 12px
    }
}

.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 12px;
    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: 12px;
    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
}

@
-webkit-keyframes ax-menu { 0%{
    opacity: 0.0
}

1%{
opacity
:
0
.0
}
100%{
opacity
:
0
.95
}
}
@
-moz-keyframes ax-menu { 0%{
    opacity: 0.0
}

1%{
opacity
:
0
.0
}
100%{
opacity
:
0
.95
}
}
@
keyframes ax-menu { 0%{
    opacity: 0.0
}

1%{
opacity
:
0
.0
}
100%{
opacity
:
0
.95
}
}
@
-webkit-keyframes ax-menu-destroy {
    from {-webkit-transform: scale(1);
    opacity: 1.0
}

to {
    -webkit-transform: scale(0.5);
    opacity: 0.0
}

}
@
-moz-keyframes ax-menu-destroy {
    from {-moz-transform: scale(1);
    opacity: 1.0
}

to {
    -moz-transform: scale(0.5);
    opacity: 0.0
}

}
@
keyframes ax-menu-destroy {
    from {-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1.0
}

to {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.0
}

}
.ax5-ui-menu {
    box-sizing: border-box;
    z-index: 2000;
    position: fixed;
    left: 0px;
    top: 0px; .
    width: 100px;
    opacity: 0.95;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: ax-menu .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: ax-menu .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: ax-menu .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -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;
    background-color: #eee;
    background-image: -webkit-linear-gradient(bottom, #eee);
    background-image: linear-gradient(to top, #eee);
    border: 1px solid;
    border-color: #aaa;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    color: #333
}

.ax5-ui-menu *, .ax5-ui-menu *:before, .ax5-ui-menu *:after {
    box-sizing: border-box
}

.ax5-ui-menu .ax-menu-heading {
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #333;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5);
    background-image: linear-gradient(to top, #f5f5f5)
}

.ax5-ui-menu .ax-menu-heading .badge {
    font-size: 0.8em;
    color: #f5f5f5;
    background-color: #333;
    background-image: -webkit-linear-gradient(bottom, #333);
    background-image: linear-gradient(to top, #333)
}

.ax5-ui-menu .ax-menu-body {
    padding: 5px 0px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.ax5-ui-menu .ax-menu-body .ax-menu-item {
    padding: 4px 0px;
    text-align: left;
    background: #eee;
    color: #444;
    cursor: pointer;
    font-size: 13px;
    display: table;
    position: relative;
    border-collapse: separate;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 18px
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox {
    overflow: hidden;
    width: 18px;
    text-align: center
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap {
    position: relative;
    display: block;
    width: 18px;
    height: 18px
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #444;
    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)
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox[data-item-checked="true"]:after {
    opacity: 1
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-icon {
    text-align: left
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-label {
    padding-right: 10px
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator {
    text-align: right;
    padding: 0px 7px 0px 0px
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator .item-wrap {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block
}

.ax5-ui-menu .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-handle {
    overflow: hidden;
    width: 14px;
    text-align: center
}

.ax5-ui-menu .ax-menu-body .ax-menu-item:hover, .ax5-ui-menu .ax-menu-body .ax-menu-item.hover {
    background: #999;
    color: #fff
}

.ax5-ui-menu .ax-menu-body .ax-menu-item:hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after, .ax5-ui-menu .ax-menu-body .ax-menu-item.hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after {
    border-color: #fff
}

.ax5-ui-menu .ax-menu-body .ax-menu-item-divide {
    border-top: 1px solid;
    border-color: #aaa;
    margin: 5px 0px
}

.ax5-ui-menu .ax-menu-body .ax-menu-item-html {
    padding: 0px 5px;
    text-align: left
}

.ax5-ui-menu .ax-menu-body .ax-menu-buttons button:not (:last-child ){
    margin-right: 3px
}

.ax5-ui-menu.direction-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.direction-top.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0px
}

.ax5-ui-menu.direction-top.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #aaa
}

.ax5-ui-menu.direction-top.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #eee
}

.ax5-ui-menu.direction-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ax5-ui-menu.direction-right.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 50%
}

.ax5-ui-menu.direction-right.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #aaa
}

.ax5-ui-menu.direction-right.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #eee
}

.ax5-ui-menu.direction-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ax5-ui-menu.direction-bottom.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0px
}

.ax5-ui-menu.direction-bottom.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #aaa
}

.ax5-ui-menu.direction-bottom.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #eee
}

.ax5-ui-menu.direction-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.direction-left.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 50%
}

.ax5-ui-menu.direction-left.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #aaa
}

.ax5-ui-menu.direction-left.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #eee
}

.ax5-ui-menu.primary {
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #eee);
    background-image: linear-gradient(to top, #eee);
    border: 1px solid;
    border-color: #ccc; /* #3a7da5 */
    border-radius: 3px;
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-top:5px;
    min-width:130px;
}

.ax5-ui-menu.primary .ax-menu-heading {
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(bottom, #337ab7);
    background-image: linear-gradient(to top, #337ab7)
}

.ax5-ui-menu.primary .ax-menu-heading .badge {
    font-size: 0.8em;
    color: #337ab7;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #fff);
    background-image: linear-gradient(to top, #fff)
}

.ax5-ui-menu.primary .ax-menu-body {
    padding: 5px 5px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item {
    padding: 5px 0px;
    text-align: left;
    background: #fff; /* color:#3a7da5; */
    cursor: pointer;
    font-size: 13px;
    display: table;
    position: relative;
    border-collapse: separate;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 18px;
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox {
    overflow: hidden;
    width: 10px;
    text-align: center
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap {
    position: relative;
    display: block;
    width: 10px;
    height: 18px
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #337ab7;
    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)
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox[data-item-checked="true"]:after {
    opacity: 1
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-icon {
    text-align: left
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-label {
    padding-right: 10px
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator {
    text-align: right;
    padding: 0px 7px 0px 0px
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator .item-wrap {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-handle {
    overflow: hidden;
    width: 14px;
    text-align: center;
    content: "";
    font-size:0;
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-handle:after {
   content: "\f105"; 
   display:inline-block;
   font: normal normal normal 13px/1 FontAwesome;
   position:relative;
   left:-2px;
   top:3px;
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item:hover, .ax5-ui-menu.primary .ax-menu-body .ax-menu-item.hover {
    background: #3a7da5;
    color: #fff
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item:hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after, .ax5-ui-menu.primary .ax-menu-body .ax-menu-item.hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after {
    border-color: #fff
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item-divide {
    border-top: 1px solid;
    border-color: #337ab7;
    margin: 5px 0px
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-item-html {
    padding: 0px 5px;
    text-align: left
}

.ax5-ui-menu.primary .ax-menu-body .ax-menu-buttons button:not (:last-child ){
    margin-right: 3px
}

.ax5-ui-menu.primary.direction-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.primary.direction-top.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0px
}

.ax5-ui-menu.primary.direction-top.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #337ab7
}

.ax5-ui-menu.primary.direction-top.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #eee
}

.ax5-ui-menu.primary.direction-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ax5-ui-menu.primary.direction-right.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 50%
}

.ax5-ui-menu.primary.direction-right.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #337ab7
}

.ax5-ui-menu.primary.direction-right.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #eee
}

.ax5-ui-menu.primary.direction-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ax5-ui-menu.primary.direction-bottom.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0px
}

.ax5-ui-menu.primary.direction-bottom.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #337ab7
}

.ax5-ui-menu.primary.direction-bottom.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #eee
}

.ax5-ui-menu.primary.direction-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.primary.direction-left.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 50%
}

.ax5-ui-menu.primary.direction-left.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #337ab7
}

.ax5-ui-menu.primary.direction-left.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #eee
}

.ax5-ui-menu.success {
    background-color: #eee;
    background-image: -webkit-linear-gradient(bottom, #eee);
    background-image: linear-gradient(to top, #eee);
    border: 1px solid;
    border-color: #5cb85c;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    color: #3c763d
}

.ax5-ui-menu.success .ax-menu-heading {
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    background-image: -webkit-linear-gradient(bottom, #dff0d8);
    background-image: linear-gradient(to top, #dff0d8)
}

.ax5-ui-menu.success .ax-menu-heading .badge {
    font-size: 0.8em;
    color: #dff0d8;
    background-color: #3c763d;
    background-image: -webkit-linear-gradient(bottom, #3c763d);
    background-image: linear-gradient(to top, #3c763d)
}

.ax5-ui-menu.success .ax-menu-body {
    padding: 5px 0px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item {
    padding: 4px 0px;
    text-align: left;
    background: #eee;
    color: #5cb85c;
    cursor: pointer;
    font-size: 13px;
    display: table;
    position: relative;
    border-collapse: separate;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 18px
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox {
    overflow: hidden;
    width: 18px;
    text-align: center
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap {
    position: relative;
    display: block;
    width: 18px;
    height: 18px
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #5cb85c;
    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)
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox[data-item-checked="true"]:after {
    opacity: 1
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-icon {
    text-align: left
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-label {
    padding-right: 10px
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator {
    text-align: right;
    padding: 0px 7px 0px 0px
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator .item-wrap {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-handle {
    overflow: hidden;
    width: 14px;
    text-align: center
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item:hover, .ax5-ui-menu.success .ax-menu-body .ax-menu-item.hover {
    background: #5cb85c;
    color: #fff
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item:hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after, .ax5-ui-menu.success .ax-menu-body .ax-menu-item.hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after {
    border-color: #fff
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item-divide {
    border-top: 1px solid;
    border-color: #5cb85c;
    margin: 5px 0px
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-item-html {
    padding: 0px 5px;
    text-align: left
}

.ax5-ui-menu.success .ax-menu-body .ax-menu-buttons button:not (:last-child ){
    margin-right: 3px
}

.ax5-ui-menu.success.direction-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.success.direction-top.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0px
}

.ax5-ui-menu.success.direction-top.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #5cb85c
}

.ax5-ui-menu.success.direction-top.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #eee
}

.ax5-ui-menu.success.direction-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ax5-ui-menu.success.direction-right.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 50%
}

.ax5-ui-menu.success.direction-right.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #5cb85c
}

.ax5-ui-menu.success.direction-right.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #eee
}

.ax5-ui-menu.success.direction-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ax5-ui-menu.success.direction-bottom.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0px
}

.ax5-ui-menu.success.direction-bottom.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #5cb85c
}

.ax5-ui-menu.success.direction-bottom.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #eee
}

.ax5-ui-menu.success.direction-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.success.direction-left.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 50%
}

.ax5-ui-menu.success.direction-left.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #5cb85c
}

.ax5-ui-menu.success.direction-left.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #eee
}

.ax5-ui-menu.info {
    background-color: #eee;
    background-image: -webkit-linear-gradient(bottom, #eee);
    background-image: linear-gradient(to top, #eee);
    border: 1px solid;
    border-color: #5bc0de;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    color: #31708f
}

.ax5-ui-menu.info .ax-menu-heading {
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    background-image: -webkit-linear-gradient(bottom, #d9edf7);
    background-image: linear-gradient(to top, #d9edf7)
}

.ax5-ui-menu.info .ax-menu-heading .badge {
    font-size: 0.8em;
    color: #d9edf7;
    background-color: #31708f;
    background-image: -webkit-linear-gradient(bottom, #31708f);
    background-image: linear-gradient(to top, #31708f)
}

.ax5-ui-menu.info .ax-menu-body {
    padding: 5px 0px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item {
    padding: 4px 0px;
    text-align: left;
    background: #eee;
    color: #31b0d5;
    cursor: pointer;
    font-size: 13px;
    display: table;
    position: relative;
    border-collapse: separate;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 18px
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox {
    overflow: hidden;
    width: 18px;
    text-align: center
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap {
    position: relative;
    display: block;
    width: 18px;
    height: 18px
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #31b0d5;
    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)
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox[data-item-checked="true"]:after {
    opacity: 1
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-icon {
    text-align: left
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-label {
    padding-right: 10px
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator {
    text-align: right;
    padding: 0px 7px 0px 0px
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator .item-wrap {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-handle {
    overflow: hidden;
    width: 14px;
    text-align: center
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item:hover, .ax5-ui-menu.info .ax-menu-body .ax-menu-item.hover {
    background: #5bc0de;
    color: #fff
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item:hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after, .ax5-ui-menu.info .ax-menu-body .ax-menu-item.hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after {
    border-color: #fff
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item-divide {
    border-top: 1px solid;
    border-color: #5bc0de;
    margin: 5px 0px
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-item-html {
    padding: 0px 5px;
    text-align: left
}

.ax5-ui-menu.info .ax-menu-body .ax-menu-buttons button:not (:last-child ){
    margin-right: 3px
}

.ax5-ui-menu.info.direction-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.info.direction-top.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0px
}

.ax5-ui-menu.info.direction-top.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #5bc0de
}

.ax5-ui-menu.info.direction-top.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #eee
}

.ax5-ui-menu.info.direction-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ax5-ui-menu.info.direction-right.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 50%
}

.ax5-ui-menu.info.direction-right.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #5bc0de
}

.ax5-ui-menu.info.direction-right.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #eee
}

.ax5-ui-menu.info.direction-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ax5-ui-menu.info.direction-bottom.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0px
}

.ax5-ui-menu.info.direction-bottom.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #5bc0de
}

.ax5-ui-menu.info.direction-bottom.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #eee
}

.ax5-ui-menu.info.direction-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.info.direction-left.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 50%
}

.ax5-ui-menu.info.direction-left.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #5bc0de
}

.ax5-ui-menu.info.direction-left.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #eee
}

.ax5-ui-menu.warning {
    background-color: #eee;
    background-image: -webkit-linear-gradient(bottom, #eee);
    background-image: linear-gradient(to top, #eee);
    border: 1px solid;
    border-color: #f0ad4e;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    color: #8a6d3b
}

.ax5-ui-menu.warning .ax-menu-heading {
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    background-image: -webkit-linear-gradient(bottom, #fcf8e3);
    background-image: linear-gradient(to top, #fcf8e3)
}

.ax5-ui-menu.warning .ax-menu-heading .badge {
    font-size: 0.8em;
    color: #fcf8e3;
    background-color: #8a6d3b;
    background-image: -webkit-linear-gradient(bottom, #8a6d3b);
    background-image: linear-gradient(to top, #8a6d3b)
}

.ax5-ui-menu.warning .ax-menu-body {
    padding: 5px 0px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item {
    padding: 4px 0px;
    text-align: left;
    background: #eee;
    color: #c77c11;
    cursor: pointer;
    font-size: 13px;
    display: table;
    position: relative;
    border-collapse: separate;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 18px
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox {
    overflow: hidden;
    width: 18px;
    text-align: center
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap {
    position: relative;
    display: block;
    width: 18px;
    height: 18px
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #c77c11;
    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)
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox[data-item-checked="true"]:after {
    opacity: 1
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-icon {
    text-align: left
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-label {
    padding-right: 10px
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator {
    text-align: right;
    padding: 0px 7px 0px 0px
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator .item-wrap {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-handle {
    overflow: hidden;
    width: 14px;
    text-align: center
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item:hover, .ax5-ui-menu.warning .ax-menu-body .ax-menu-item.hover {
    background: #f0ad4e;
    color: #fff
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item:hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after, .ax5-ui-menu.warning .ax-menu-body .ax-menu-item.hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after {
    border-color: #fff
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item-divide {
    border-top: 1px solid;
    border-color: #f0ad4e;
    margin: 5px 0px
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-item-html {
    padding: 0px 5px;
    text-align: left
}

.ax5-ui-menu.warning .ax-menu-body .ax-menu-buttons button:not (:last-child ){
    margin-right: 3px
}

.ax5-ui-menu.warning.direction-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.warning.direction-top.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0px
}

.ax5-ui-menu.warning.direction-top.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #f0ad4e
}

.ax5-ui-menu.warning.direction-top.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #eee
}

.ax5-ui-menu.warning.direction-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ax5-ui-menu.warning.direction-right.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 50%
}

.ax5-ui-menu.warning.direction-right.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #f0ad4e
}

.ax5-ui-menu.warning.direction-right.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #eee
}

.ax5-ui-menu.warning.direction-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ax5-ui-menu.warning.direction-bottom.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0px
}

.ax5-ui-menu.warning.direction-bottom.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #f0ad4e
}

.ax5-ui-menu.warning.direction-bottom.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #eee
}

.ax5-ui-menu.warning.direction-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.warning.direction-left.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 50%
}

.ax5-ui-menu.warning.direction-left.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #f0ad4e
}

.ax5-ui-menu.warning.direction-left.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #eee
}

.ax5-ui-menu.danger {
    background-color: #eee;
    background-image: -webkit-linear-gradient(bottom, #eee);
    background-image: linear-gradient(to top, #eee);
    border: 1px solid;
    border-color: #d9534f;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    color: #a94442
}

.ax5-ui-menu.danger .ax-menu-heading {
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    background-image: -webkit-linear-gradient(bottom, #f2dede);
    background-image: linear-gradient(to top, #f2dede)
}

.ax5-ui-menu.danger .ax-menu-heading .badge {
    font-size: 0.8em;
    color: #f2dede;
    background-color: #a94442;
    background-image: -webkit-linear-gradient(bottom, #a94442);
    background-image: linear-gradient(to top, #a94442)
}

.ax5-ui-menu.danger .ax-menu-body {
    padding: 5px 0px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item {
    padding: 4px 0px;
    text-align: left;
    background: #eee;
    color: #a02622;
    cursor: pointer;
    font-size: 13px;
    display: table;
    position: relative;
    border-collapse: separate;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 18px
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    padding: 0px 0px 0px 0px;
    user-select: none
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox {
    overflow: hidden;
    width: 18px;
    text-align: center
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap {
    position: relative;
    display: block;
    width: 18px;
    height: 18px
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #a02622;
    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)
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap.useCheckBox[data-item-checked="true"]:after {
    opacity: 1
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-icon {
    text-align: left
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-label {
    padding-right: 10px
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator {
    text-align: right;
    padding: 0px 7px 0px 0px
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-accelerator .item-wrap {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item .ax-menu-item-cell.ax-menu-item-handle {
    overflow: hidden;
    width: 14px;
    text-align: center
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item:hover, .ax5-ui-menu.danger .ax-menu-body .ax-menu-item.hover {
    background: #d9534f;
    color: #fff
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item:hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after, .ax5-ui-menu.danger .ax-menu-body .ax-menu-item.hover .ax-menu-item-cell.ax-menu-item-checkbox .item-checkbox-wrap:after {
    border-color: #fff
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item-divide {
    border-top: 1px solid;
    border-color: #d9534f;
    margin: 5px 0px
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-item-html {
    padding: 0px 5px;
    text-align: left
}

.ax5-ui-menu.danger .ax-menu-body .ax-menu-buttons button:not (:last-child ){
    margin-right: 3px
}

.ax5-ui-menu.danger.direction-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.danger.direction-top.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0px
}

.ax5-ui-menu.danger.direction-top.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #d9534f
}

.ax5-ui-menu.danger.direction-top.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #eee
}

.ax5-ui-menu.danger.direction-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ax5-ui-menu.danger.direction-right.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    top: 50%
}

.ax5-ui-menu.danger.direction-right.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #d9534f
}

.ax5-ui-menu.danger.direction-right.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #eee
}

.ax5-ui-menu.danger.direction-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ax5-ui-menu.danger.direction-bottom.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0px
}

.ax5-ui-menu.danger.direction-bottom.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #d9534f
}

.ax5-ui-menu.danger.direction-bottom.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    bottom: -18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #eee
}

.ax5-ui-menu.danger.direction-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ax5-ui-menu.danger.direction-left.with-arrow .ax-menu-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 50%
}

.ax5-ui-menu.danger.direction-left.with-arrow .ax-menu-arrow:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #d9534f
}

.ax5-ui-menu.danger.direction-left.with-arrow .ax-menu-arrow:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #eee
}

.ax5-ui-menu.destroy {
    -webkit-animation: ax-menu-destroy .2s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
    -o-animation: ax-menu-destroy .2s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
    animation: ax-menu-destroy .2s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards
}

.ax5-ui-menu.direction-top {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.ax5-ui-menu.direction-right {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.ax5-ui-menu.direction-bottom {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.ax5-ui-menu.direction-left {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.ax5-ui-menubar {
    box-sizing: border-box;
    height: 100%;
    position: relative
}

.ax5-ui-menubar .ax-menu-body {
    display: table;
    height: 100%;
    border-collapse: separate;
    box-sizing: border-box
}

.ax5-ui-menubar .ax-menu-body .ax-menu-item {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 13px
}

.ax5-ui-menubar .ax-menu-body .ax-menu-item .ax-menu-item-cell {
    white-space: nowrap;
    user-select: none
}

.ax5-ui-menubar .ax-menu-body .ax-menu-item {
    color: #444
}

.ax5-ui-menubar .ax-menu-body .ax-menu-item:hover, .ax5-ui-menubar .ax-menu-body .ax-menu-item.hover {
    background: #999;
    color: #fff
}

.ax5-ui-menubar.primary .ax-menu-body .ax-menu-item {
    color: #337ab7
}

.ax5-ui-menubar.primary .ax-menu-body .ax-menu-item:hover, .ax5-ui-menubar.primary .ax-menu-body .ax-menu-item.hover {
    background: #337ab7;
    color: #fff
}

.ax5-ui-menubar.success .ax-menu-body .ax-menu-item {
    color: #5cb85c
}

.ax5-ui-menubar.success .ax-menu-body .ax-menu-item:hover, .ax5-ui-menubar.success .ax-menu-body .ax-menu-item.hover {
    background: #5cb85c;
    color: #fff
}

.ax5-ui-menubar.info .ax-menu-body .ax-menu-item {
    color: #31b0d5
}

.ax5-ui-menubar.info .ax-menu-body .ax-menu-item:hover, .ax5-ui-menubar.info .ax-menu-body .ax-menu-item.hover {
    background: #5bc0de;
    color: #fff
}

.ax5-ui-menubar.warning .ax-menu-body .ax-menu-item {
    color: #c77c11
}

.ax5-ui-menubar.warning .ax-menu-body .ax-menu-item:hover, .ax5-ui-menubar.warning .ax-menu-body .ax-menu-item.hover {
    background: #f0ad4e;
    color: #fff
}

.ax5-ui-menubar.danger .ax-menu-body .ax-menu-item {
    color: #a02622
}

.ax5-ui-menubar.danger .ax-menu-body .ax-menu-item:hover, .ax5-ui-menubar.danger .ax-menu-body .ax-menu-item.hover {
    background: #d9534f;
    color: #fff
}