/*!
 * 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
}

@
-webkit-keyframes ax-modal { 0%{
    opacity: 0.0;
    -webkit-transform: scale(0.8)
}

100%{
opacity
:
1
.0
;-webkit-transform
:scale(1)
}
}
@
-moz-keyframes ax-modal { 0%{
    opacity: 0.0;
    -moz-transform: scale(0.8)
}

100%{
opacity
:
1
.0
;-moz-transform
:scale(1)
}
}
@
keyframes ax-modal { 0%{
    opacity: 0.0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

100%{
opacity
:
1
.0
;-webkit-transform
:scale(1)
;-moz-transform
:scale(1)
;-ms-transform
:scale(1)
;-o-transform
:scale(1)
;transform
:scale(1)
}
}
@
-webkit-keyframes ax-modal-destroy { 100%{
    opacity: 0.0;
    -webkit-transform: translateY(20%)
}

0%{
opacity
:
1
.0
;-webkit-transform
:translateY(0)
}
}
@
-moz-keyframes ax-modal-destroy { 100%{
    opacity: 0.0;
    -moz-transform: translateY(20%)
}

0%{
opacity
:
1
.0
;-moz-transform
:translateY(0)
}
}
@
keyframes ax-modal-destroy { 100%{
    opacity: 0.0;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%)
}

0%{
opacity
:
1
.0
;-webkit-transform
:translateY(0)
;-moz-transform
:translateY(0)
;-ms-transform
:translateY(0)
;-o-transform
:translateY(0)
;transform
:translateY(0)
}
}
@
-webkit-keyframes ax-modal-fullscreen { 0%{
    -webkit-transform: translateY(20%)
}

100%{
-webkit-transform
:translateY(0)
}
}
@
-moz-keyframes ax-modal-fullscreen { 0%{
    -moz-transform: translateY(20%)
}

100%{
-moz-transform
:translateY(0)
}
}
@
keyframes ax-modal-fullscreen { 0%{
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%)
}

100%{
-webkit-transform
:translateY(0)
;-moz-transform
:translateY(0)
;-ms-transform
:translateY(0)
;-o-transform
:translateY(0)
;transform
:translateY(0)
}
}
@
-webkit-keyframes ax-modal-fullscreen-destroy { 0%{
    -webkit-transform: translateY(0)
}

100%{
-webkit-transform
:translateY
(100%)
}
}
@
-moz-keyframes ax-modal-fullscreen-destroy { 0%{
    -moz-transform: translateY(0)
}

100%{
-moz-transform
:translateY
(100%)
}
}
@
keyframes ax-modal-fullscreen-destroy { 0%{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

100%{
-webkit-transform
:translateY
(100%);-moz-transform
:translateY
(100%);-ms-transform
:translateY
(100%);-o-transform
:translateY
(100%);transform
:translateY
(100%)
}
}
@
-webkit-keyframes ax-modal-fade-in { 0%{
    opacity: 0.0
}

100%{
opacity
:
1
.0
}
}
@
-moz-keyframes ax-modal-fade-in { 0%{
    opacity: 0.0
}

100%{
opacity
:
1
.0
}
}
@
keyframes ax-modal-fade-in { 0%{
    opacity: 0.0
}

100%{
opacity
:
1
.0
}
}
@
-webkit-keyframes ax-modal-fade-out { 0%{
    opacity: 1.0
}

100%{
opacity
:
0
.0
}
}
@
-moz-keyframes ax-modal-fade-out { 0%{
    opacity: 1.0
}

100%{
opacity
:
0
.0
}
}
@
keyframes ax-modal-fade-out { 0%{
    opacity: 1.0
}

100%{
opacity
:
0
.0
}
}
.ax5modal {
    -webkit-animation: ax-modal .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -o-animation: ax-modal .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation: ax-modal .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    z-index: 2000;
    position: fixed;
    left: 0px;
    top: 0px;
    box-sizing: content-box
}

.ax5modal * {
    box-sizing: border-box
}

.ax5modal *:before, .ax5modal *:after {
    box-sizing: border-box
}

.ax5modal *, .ax5modal *:before, .ax5modal *:after {
    box-sizing: border-box
}

.ax5modal .ax-modal-header {
    user-select: none;
/*     font-weight: 600; */
    font-size: 1.2857142857em;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: move
}

.ax5modal .ax-modal-header .ax-modal-header-addon {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 10px
}

.ax5modal .ax-modal-header .ax-modal-header-addon [data-modal-header-btn] {
    border: 0;
    padding: 0px 2px;
    background: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0
}

.ax5modal .ax-modal-body {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0px;
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden
}

.ax5modal .ax-modal-body iframe {
    border: 0 none
}

.ax5modal .ax-modal-body .fadeIn {
    -webkit-animation: ax-modal-fade-in .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -o-animation: ax-modal-fade-in .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation: ax-modal-fade-in .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
}

.ax5modal .ax-modal-body .fadeOut {
    -webkit-animation: ax-modal-fade-out .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -o-animation: ax-modal-fade-out .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation: ax-modal-fade-out .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
}

.ax5modal .ax-modal-header {
/*     color: #333; */
/*     background: #f5f5f5 */
    color: #fff;
    background: #4f5251
}

.ax5modal .ax-modal-header .ax-modal-header-addon a {
    color: #333;
    outline: 0
}

.ax5modal.primary .ax-modal-header {
    color: #fff;
    background: #337ab7
}

.ax5modal.primary .ax-modal-header .ax-modal-header-addon a {
    color: #fff;
    outline: 0
}

.ax5modal.success .ax-modal-header {
    color: #3c763d;
    background: #dff0d8
}

.ax5modal.success .ax-modal-header .ax-modal-header-addon a {
    color: #3c763d;
    outline: 0
}

.ax5modal.info .ax-modal-header {
    color: #31708f;
    background: #d9edf7
}

.ax5modal.info .ax-modal-header .ax-modal-header-addon a {
    color: #31708f;
    outline: 0
}

.ax5modal.warning .ax-modal-header {
    color: #8a6d3b;
    background: #fcf8e3
}

.ax5modal.warning .ax-modal-header .ax-modal-header-addon a {
    color: #8a6d3b;
    outline: 0
}

.ax5modal.danger .ax-modal-header {
    color: #a94442;
    background: #f2dede
}

.ax5modal.danger .ax-modal-header .ax-modal-header-addon a {
    color: #a94442;
    outline: 0
}

.ax5modal.destroy {
    -webkit-animation: ax-modal-destroy .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -o-animation: ax-modal-destroy .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation: ax-modal-destroy .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
}

.ax5modal.fullscreen {
    border: 0px none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: ax-modal-fullscreen .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -o-animation: ax-modal-fullscreen .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation: ax-modal-fullscreen .3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards
}

.ax5modal.fullscreen.destroy {
    -webkit-animation: ax-modal-fullscreen-destroy .3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -o-animation: ax-modal-fullscreen-destroy .3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: ax-modal-fullscreen-destroy .3s cubic-bezier(0.19, 1, 0.22, 1) forwards
}

.ax5modal.draged .ax-modal-header {
    opacity: 0.5
}

.ax5modal.draged .ax-modal-body {
    opacity: 0.5
}

.ax5modal [data-ax5modal-resizer] {
    position: absolute;
    display: block
}

.ax5modal [data-ax5modal-resizer]:before {
    position: absolute;
    content: ' ';
    display: block;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="top"] {
    left: 0;
    top: 0;
    width: 100%;
    height: 0
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="top"]:before {
    width: 100%;
    height: 8px;
    left: 0;
    top: -4px;
    cursor: row-resize
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="bottom"] {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="bottom"]:before {
    width: 100%;
    height: 8px;
    left: 0;
    top: -4px;
    cursor: row-resize
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="left"] {
    left: 0;
    top: 0;
    width: 0;
    height: 100%
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="left"]:before {
    width: 8px;
    height: 100%;
    left: -4px;
    top: 0;
    cursor: col-resize
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="right"] {
    right: 0;
    top: 0;
    width: 0;
    height: 100%
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="right"]:before {
    width: 8px;
    height: 100%;
    left: -4px;
    top: 0;
    cursor: col-resize
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="top-left"] {
    left: 0;
    top: 0;
    width: 0;
    height: 0
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="top-left"]:before {
    width: 8px;
    height: 8px;
    left: -4px;
    top: -4px;
    cursor: nwse-resize
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="top-right"] {
    right: 0;
    top: 0;
    width: 0;
    height: 0
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="top-right"]:before {
    width: 8px;
    height: 8px;
    left: -4px;
    top: -4px;
    cursor: nesw-resize
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="bottom-left"] {
    left: 0;
    bottom: 0;
    width: 0;
    height: 0
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="bottom-left"]:before {
    width: 8px;
    height: 8px;
    left: -4px;
    top: -4px;
    cursor: nesw-resize
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="bottom-right"] {
    right: 0;
    bottom: 0;
    width: 0;
    height: 0
}

.ax5modal [data-ax5modal-resizer][data-ax5modal-resizer="bottom-right"]:before {
    width: 8px;
    height: 8px;
    left: -4px;
    top: -4px;
    cursor: nwse-resize
}

.ax5modal-resizer-background {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2000;
    cursor: move
}

.ax5modal-resizer {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2001;
    cursor: move;
    box-sizing: border-box;
    background-color: #ccc;
    border: 1px solid red;
    opacity: .3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6)
}