.custom-scroll::-webkit-scrollbar {
    display: block;
    overflow-y: scroll;
    width: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

 .custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0,0,0,.2)
}

 .custom-scroll::-webkit-scrollbar-track {
    background-color: rgba(128,128,128,.3);
    border-radius: 4px
}

.custom-scroll-x::-webkit-scrollbar {
    display: block;
    overflow-y: scroll;
    width: 10px;
    height: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.custom-scroll-x::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0,0,0,.2)
}

.custom-scroll-x::-webkit-scrollbar-track {
    background-color: rgba(128,128,128,.3);
    border-radius: 4px
}

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

.flex-1 {
    -ms-flex: 1;
    flex: 1
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

img.img-fit-cover {
    object-fit: cover;
    object-position: center
}

img.img-fit-contains {
    object-fit: contain;
    object-position: center
}

img.img-fit-scale {
    object-fit: scale-down;
    object-position: center
}

div[contenteditable="true"][data-placeholder]:empty:before {
    content: attr(data-placeholder);
    color: #757575;
    font-weight: normal;
    opacity: .8
}

.apui-icon {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.icon {
    cursor: pointer;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat
}

.icon-16 {
    width: 16px;
    height: 16px
}

.apui-icon-32 {
    width: 32px;
    height: 32px
}

.apui-icon-24 {
    width: 24px;
    height: 24px
}

.apui-icon-left {
    background-position: left;
    background-repeat: no-repeat
}

.icon-no-data {
    background-image: url('../../css/icons/icon-no-data.svg')
}

.icon-company-white {
    background-image: url('../../css/icons/icon-company-white.svg')
}

.icon-company-24 {
    background-image: url('../../css/icons/icon-company-24.svg')
}

.icon-setting-24 {
    background-image: url('../../css/icons/icon-setting-24.svg')
}

.icon-background-24 {
    background-image: url('../../css/icons/icon-background-24.svg')
}

.icon-help-24 {
    background-image: url('../../css/icons/icon-help-24.svg')
}

.icon-license {
    background-image: url('../../css/icons/icon-license.svg')
}

.icon-close-24 {
    background-image: url('../../css/icons/icon-close-24.svg')
}

.icon-task-completed {
    background-image: url('../../css/icons/icon-notice-completed.svg')
}

.icon-notice-error {
    background-image: url('../../css/icons/ic_error_16.svg')
}

.icon-loading {
    background-image: url('../../css/icons/icon-loading.gif')
}

.icon-notice-info {
    background-image: url('../../css/icons/ic_notice_info_16.svg')
}

.icon-notice-warning {
    background-image: url('../../css/icons/ic_warning_16.svg')
}

.icon-no-notification {
    background-image: url('../../css/icons/icon-no-notification.svg')
}

.icon-notificaiton-setting {
    background-image: url('../../css/icons/icon-notificaiton-setting.svg')
}

.icon-prev-page {
    background-image: url('../../css/icons/icon-prev-page.svg')
}

.icon-next-page {
    background-image: url('../../css/icons/icon-next-page.svg')
}

.icon-trigger-dropdown, .icon-trigger {
    background-image: url('../../css/icons/icon-trigger-dropdown.svg')
}

.bg-empty-launcher {
    background-image: url('../../css/icons/bg-empty-launcher.svg')
}

.apui-checkbox {
    display: block;
    height: 16px;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

label.apui-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

label.apui-checkbox .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 3px;
    background-color: #fdfdfd;
    border: 1px solid #c1c2c3
}

label.apui-checkbox:hover input ~ .checkmark {
    background-color: #fff
}

label.apui-checkbox input:checked ~ .checkmark {
    background-color: #2196f3;
    border-color: #2196f3
}

    label.apui-checkbox input:checked ~ .checkmark:after {
        display: block
    }

label.apui-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

label.apui-checkbox .caption {
    position: absolute;
    left: 24px
}

.apui-data-field-caption {
    margin-bottom: 8px;
    font-size: 12px;
    color: #666;
    display: flex
}

.apui-data-field-control .apui-data-field-input {
    width: 100%;
    border-radius: 3px;
    background: none;
    height: 40px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 0 8px
}

    .apui-data-field-control .apui-data-field-input.not-valid {
        border: 1px solid #ff6a00
    }

.selected-value {
    height: 100%;
    line-height: 40px
}

.apui-data-field .apui-data-field-caption span {
    display: none
}

.apui-data-field[require='true'] .apui-data-field-caption span {
    display: block
}

.data-field-tooltip {
    position: fixed;
    width: 300px;
    background-color: #ff9a9a;
    color: #fff;
    border-radius: 3px;
    padding: 8px 16px
}

.apui-data-field-control .apui-data-long-text-field {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: none;
    height: 64px;
    padding: 8px;
    overflow-y: auto
}

.apui-data-field-control > input.disable:focus {
    border: 1px solid #e0e0e0;
    outline-offset: 0;
    outline: none
}

.apui-data-field-control > input:focus, .apui-data-field-control .apui-data-long-text-field:focus {
    border: 1px solid #2196f3;
    outline-offset: 0;
    outline: none
}

.apui-data-field-control > input.disable {
    background: #eee
}

.apui-data-field-control.icon-trigger {
    background-position: calc(100% - 8px) 18px;
    background-repeat: no-repeat
}

.apui-data-form-row {
    display: flex;
    margin-bottom: 16px
}

.field-space {
    width: 1px;
    margin: 0 8px;
    opacity: 0
}

.apui-data-field {
    -ms-flex: 1;
    flex: 1
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepicker--cells {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

    .datepicker--cell.-focus- {
        background: #f0f0f0
    }

    .datepicker--cell.-current- {
        color: #4eb5e6
    }

        .datepicker--cell.-current-.-focus- {
            color: #4a4a4a
        }

        .datepicker--cell.-current-.-in-range- {
            color: #4eb5e6
        }

    .datepicker--cell.-in-range- {
        background: rgba(92,196,239,.1);
        color: #4a4a4a;
        border-radius: 0
    }

        .datepicker--cell.-in-range-.-focus- {
            background-color: rgba(92,196,239,.2)
        }

    .datepicker--cell.-disabled- {
        cursor: default;
        color: #aeaeae
    }

        .datepicker--cell.-disabled-.-focus- {
            color: #aeaeae
        }

        .datepicker--cell.-disabled-.-in-range- {
            color: #a1a1a1
        }

        .datepicker--cell.-disabled-.-current-.-focus- {
            color: #aeaeae
        }

    .datepicker--cell.-range-from- {
        border: 1px solid rgba(92,196,239,.5);
        background-color: rgba(92,196,239,.1);
        border-radius: 4px 0 0 4px
    }

    .datepicker--cell.-range-to- {
        border: 1px solid rgba(92,196,239,.5);
        background-color: rgba(92,196,239,.1);
        border-radius: 0 4px 4px 0
    }

    .datepicker--cell.-range-from-.-range-to- {
        border-radius: 4px
    }

    .datepicker--cell.-selected- {
        color: #fff;
        border: none;
        background: #5cc4ef
    }

        .datepicker--cell.-selected-.-current- {
            color: #fff;
            background: #5cc4ef
        }

        .datepicker--cell.-selected-.-focus- {
            background: #45bced
        }

    .datepicker--cell:empty {
        cursor: default
    }

.datepicker--days-names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #212121;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500
}

    .datepicker--day-name.-weekend- {
        color: #f84856
    }

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--years {
    height: 170px
}

.datepicker--cells-years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

    .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
        color: #dedede
    }

        .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
            color: #c5c5c5
        }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
    z-index: 99999
}

    .datepicker.-from-top- {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    .datepicker.-from-right- {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    .datepicker.-from-bottom- {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    .datepicker.-from-left- {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    .datepicker.active {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
        transition: opacity .3s ease,transform .3s ease,left 0s 0s;
        transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease
    }

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px/2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px/2)
}

.datepicker--body {
    display: none
}

    .datepicker--body.active {
        display: block
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-title, .datepicker--nav-action {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .datepicker--nav-action:hover {
        background: #f0f0f0
    }

    .datepicker--nav-action.-disabled- {
        visibility: hidden
    }

    .datepicker--nav-action svg {
        width: 32px;
        height: 32px
    }

    .datepicker--nav-action path {
        fill: none;
        stroke: #9c9c9c;
        stroke-width: 2px
    }

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

    .datepicker--nav-title i {
        font-style: normal;
        color: #9c9c9c;
        margin-left: 5px
    }

    .datepicker--nav-title:hover {
        background: #f0f0f0
    }

    .datepicker--nav-title.-disabled- {
        cursor: default;
        background: none
    }

.datepicker--buttons {
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

    .datepicker--button:hover {
        color: #4a4a4a;
        background: #f0f0f0
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

    .datepicker--time.-am-pm- .datepicker--time-sliders {
        -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
        flex: 0 1 138px;
        max-width: 138px
    }

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    position: relative;
    z-index: 1
}

    .datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
        content: '';
        background: #f0f0f0;
        border-radius: 4px;
        position: absolute;
        left: -2px;
        top: -3px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
        opacity: 0
    }

    .datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
        opacity: 1
    }

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat
}

    .datepicker--time-row:first-child {
        margin-bottom: 4px
    }

    .datepicker--time-row input[type='range'] {
        background: none;
        cursor: pointer;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        padding: 0;
        margin: 0;
        -webkit-appearance: none
    }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            -webkit-appearance: none
        }

        .datepicker--time-row input[type='range']::-ms-tooltip {
            display: none
        }

        .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
            border-color: #b8b8b8
        }

        .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
            border-color: #b8b8b8
        }

        .datepicker--time-row input[type='range']:hover::-ms-thumb {
            border-color: #b8b8b8
        }

        .datepicker--time-row input[type='range']:focus {
            outline: none
        }

            .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef
            }

            .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef
            }

            .datepicker--time-row input[type='range']:focus::-ms-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef
            }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s
        }

        .datepicker--time-row input[type='range']::-moz-range-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s
        }

        .datepicker--time-row input[type='range']::-ms-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s
        }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            margin-top: -6px
        }

        .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent
        }

        .datepicker--time-row input[type='range']::-moz-range-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent
        }

        .datepicker--time-row input[type='range']::-ms-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent
        }

        .datepicker--time-row input[type='range']::-ms-fill-lower {
            background: transparent
        }

        .datepicker--time-row input[type='range']::-ms-fill-upper {
            background: transparent
        }

    .datepicker--time-row span {
        padding: 0 12px
    }

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

    .datepicker--time-icon:after, .datepicker--time-icon:before {
        content: '';
        background: currentColor;
        position: absolute
    }

    .datepicker--time-icon:after {
        height: .4em;
        width: 1px;
        left: calc(50% - 1px);
        top: calc(50% + 1px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .datepicker--time-icon:before {
        width: .4em;
        height: 1px;
        top: calc(50% + 1px);
        left: calc(50% - 1px)
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.apui-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 9000000
}

    .apui-dialog-mask .apui-dialog-body {
        position: absolute;
        min-width: 480px;
        min-height: 200px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 3px;
        margin: 0 auto;
        padding: 24px;
        z-index: 10000;
        cursor: move
    }

        .apui-dialog-mask .apui-dialog-body .apui-dialog-header {
            width: 100%;
            height: auto;
            margin-bottom: 8px;
            display: flex
        }

            .apui-dialog-mask .apui-dialog-body .apui-dialog-header .apui-dialog-title {
                width: 100%;
                height: 29px;
                line-height: 29px;
                font-size: 24px;
                font-weight: 500;
                color: #212121;
                -ms-flex: 1;
                flex: 1
            }

        .apui-dialog-mask .apui-dialog-body .apui-dialog-content {
            width: 100%;
            position: relative;
            cursor: default;
            line-height: 18px
        }

        .apui-dialog-mask .apui-dialog-body .apui-dialog-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 8px 24px 24px 24px;
            height: 64px;
            display: inline-flex
        }

.apui-dialog-btn {
    cursor: pointer;
    border-radius: 3px;
    margin-left: 8px;
    padding: 0 16px;
    height: 32px;
    line-height: 32px
}

.apui-dialog-btn-primary {
    background-color: #4f64dc;
    border: 1px solid #4f64dc;
    color: #fff
}

.apui-dialog-btn-cancel {
    border: 1px solid #e0e2e8;
    background-color: #fff;
    color: #212121
}

.apui-dialog-btn-ok {
    background-color: #4f64dc;
    border: 1px solid #4f64dc;
    color: #fff
}

.apui-dialog-btn-delete {
    border: 1px solid #ff6566;
    background-color: #ff6566;
    color: #fff
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999999 !important
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2 !important;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0) !important
}

.misa-dragdrop .disabled-block {
    opacity: .3
}

.misa-dragdrop .is-moving.gu-mirror {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.apui-dropdown-menu {
    position: absolute;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    z-index: 8000000;
    background-color: #fff;
    border-radius: 3px;
    max-height: 400px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-x: hidden;
    overflow-y: hidden
}

    .apui-dropdown-menu:hover {
        overflow-y: auto
    }

    .apui-dropdown-menu .apui-dropdown-item:active {
        color: #212121;
        text-decoration: none;
        background-color: transparent
    }

    .apui-dropdown-menu .apui-result-item {
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #212121;
        padding: 0 16px 0 16px;
        width: 100%;
        display: inline-flex;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block
    }

        .apui-dropdown-menu .apui-result-item .apui-result-item-text {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

        .apui-dropdown-menu .apui-result-item.i-bottom {
            border-bottom: 1px solid #e0e6e8
        }

        .apui-dropdown-menu .apui-result-item:last-child {
            border-bottom: none
        }

        .apui-dropdown-menu .apui-result-item:hover {
            background-color: #f2f2f2;
            cursor: pointer
        }

    .apui-dropdown-menu .apui-dropdow-title {
        height: 40PX;
        line-height: 40PX;
        padding-left: 16PX;
        font-weight: 700
    }

.apui-trigger-container {
    position: relative
}

    .apui-trigger-container .icon-trigger {
        position: absolute;
        top: 0;
        height: 100%;
        right: 8px
    }

.apui-grid-container .apui-grid-header-container {
    display: flex;
    height: 40px;
    padding: 0;
    margin: 0;
    width: 100%
}

    .apui-grid-container .apui-grid-header-container .apui-col-header {
        height: 40px;
        text-align: left;
        padding-left: 0;
        padding-right: 8px;
        font-weight: 500;
        line-height: 40px;
        margin: 0;
        border: none
    }

        .apui-grid-container .apui-grid-header-container .apui-col-header.text-center {
            text-align: center
        }

.apui-grid-container .apui-grid-content-container {
    height: calc(100% - 80px);
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: auto;
    margin-bottom: 8px;
    position: relative;
    border-top: 2px solid #e0e6e8
}

.apui-grid-container .apui-grid-content-body {
    width: 100%
}

.apui-grid-container .apui-grid-content-container .apui-grid-row {
    height: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e0e6e8
}

    .apui-grid-container .apui-grid-content-container .apui-grid-row:hover {
        background-color: #f5f5f5;
        user-select: none
    }

.apui-grid-container .apui-grid-content-container .apui-grid-cell {
    height: 100%;
    padding: 0 8px 0 0;
    margin: 0
}

.apui-grid-container .apui-grid-cell.apui-check-box-cell, .apui-check-box-header {
    width: 48px;
    height: 100%;
    padding: 0
}

    .apui-grid-container .apui-check-box-cell label.apui-checkbox, .apui-check-box-header label.apui-checkbox {
        height: 100%
    }

        .apui-grid-container .apui-check-box-cell label.apui-checkbox, .apui-check-box-header label.apui-checkbox .checkmark {
            left: 16px
        }

.apui-grid-container .apui-grid-cell-menu {
    height: 100%;
    text-align: center;
    position: relative
}

.apui-grid-container .apui-col-header-menu {
    width: 40px
}

.apui-grid-container .apui-grid-cell-menu .apui-cell-menu {
    margin-top: calc(50% - 4px);
    border-radius: 50%
}

    .apui-grid-container .apui-grid-cell-menu .apui-cell-menu:hover {
        background-color: #e0e6e8
    }

.apui-grid-container .apui-grid-footer {
    display: flex;
    width: 100%;
    height: 32px;
    line-height: 32px
}

    .apui-grid-container .apui-grid-footer .apui-grid-total-count {
        margin-top: 0;
        padding-left: 8px
    }

.apui-grid-container .grid-empty {
    top: 50%;
    left: 50%;
    position: absolute;
    width: auto;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

    .apui-grid-container .grid-empty .graphic {
        width: 200px;
        height: 200px;
        margin: 0 auto;
        background-position: center;
        background-repeat: no-repeat
    }

    .apui-grid-container .grid-empty p {
        text-align: center;
        font-size: 16px;
        color: #757575
    }

.apui-grid-content-container.no-content {
    background-color: #fff
}

.apui-grid-container .wrap_nav {
    display: flex;
    margin-left: 20px;
    line-height: 27px;
    padding-top: 2px;
    margin-right: 8px
}

.apui-grid-container .current-page {
    margin: 0 10px 0 10px;
    min-width: 63px;
    text-align: center
}

.apui-grid-container .nav-record-info {
    font-weight: bold
}

.apui-grid-container .nav-direct-btn-active {
    cursor: pointer
}

    .apui-grid-container .nav-direct-btn-active:hover {
        background-color: #faebd7;
        border-radius: 12px
    }

.apui-grid-container .nav-dropdown {
    padding: 0;
    height: 28px;
    margin-right: 10px;
    width: 152px
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.apui-grid-loading-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.04);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2
}

    .apui-grid-loading-mask p {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-top: 24px;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

        .apui-grid-loading-mask p:before {
            content: '';
            background-color: rgba(0,0,0,0);
            border: 5px solid rgba(0,183,229,.9);
            opacity: .4;
            border-right: 5px solid rgba(0,0,0,0);
            border-left: 5px solid rgba(0,0,0,0);
            border-radius: 50px;
            box-shadow: 0 0 35px #2187e7;
            width: 50px;
            height: 50px;
            -moz-animation: spinPulse 1s infinite ease-in-out;
            -webkit-animation: spinPulse 1s infinite ease-in-out;
            -o-animation: spinPulse 1s infinite ease-in-out;
            animation: spinPulse 1s infinite ease-in-out;
            margin: -25px 0 0 -25px;
            position: absolute;
            top: -16px;
            left: 50%;
            -ms-transform: translateX(50%) translateY(50%);
            -webkit-transform: translateX(50%) translateY(50%);
            -moz-transform: translateX(50%) translateY(50%);
            -o-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%)
        }

        .apui-grid-loading-mask p:after {
            content: '';
            background-color: rgba(0,0,0,0);
            border: 5px solid rgba(0,183,229,.9);
            opacity: .9;
            border-left: 5px solid rgba(0,0,0,0);
            border-right: 5px solid rgba(0,0,0,0);
            border-radius: 50px;
            box-shadow: 0 0 15px #2187e7;
            width: 30px;
            height: 30px;
            -moz-animation: spinoffPulse 1s infinite linear;
            -webkit-animation: spinoffPulse 1s infinite linear;
            -o-animation: spinoffPulse 1s infinite linear;
            animation: spinoffPulse 1s infinite linear;
            margin: -15px 0 0 -15px;
            position: absolute;
            top: -16px;
            left: 50%;
            -ms-transform: translateX(50%) translateY(50%);
            -webkit-transform: translateX(50%) translateY(50%);
            -moz-transform: translateX(50%) translateY(50%);
            -o-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%)
        }

.apui-loading-box-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 9000000
}

    .apui-loading-box-mask .apui-loading-box-body {
        position: absolute;
        min-width: 450px;
        min-height: 300px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 3px;
        margin: 0 auto;
        padding: 24px;
        z-index: 10000;
        cursor: move
    }

.apui-loading-box-title {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: #666
}

.apui-loading-box-name {
    font-size: 20px;
    color: #2196f3;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 40px
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.apui-loading-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.04);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999999
}

    .apui-loading-mask p {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        padding-top: 24px;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

        .apui-loading-mask p:before {
            content: '';
            background-color: rgba(0,0,0,0);
            border: 5px solid rgba(0,183,229,.9);
            opacity: .4;
            border-right: 5px solid rgba(0,0,0,0);
            border-left: 5px solid rgba(0,0,0,0);
            border-radius: 50px;
            box-shadow: 0 0 35px #2187e7;
            width: 50px;
            height: 50px;
            -moz-animation: spinPulse 1s infinite ease-in-out;
            -webkit-animation: spinPulse 1s infinite ease-in-out;
            -o-animation: spinPulse 1s infinite ease-in-out;
            animation: spinPulse 1s infinite ease-in-out;
            margin: -25px 0 0 -25px;
            position: absolute;
            top: -16px;
            left: 50%;
            -ms-transform: translateX(50%) translateY(50%);
            -webkit-transform: translateX(50%) translateY(50%);
            -moz-transform: translateX(50%) translateY(50%);
            -o-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%)
        }

        .apui-loading-mask p:after {
            content: '';
            background-color: rgba(0,0,0,0);
            border: 5px solid rgba(0,183,229,.9);
            opacity: .9;
            border-left: 5px solid rgba(0,0,0,0);
            border-right: 5px solid rgba(0,0,0,0);
            border-radius: 50px;
            box-shadow: 0 0 15px #2187e7;
            width: 30px;
            height: 30px;
            -moz-animation: spinoffPulse 1s infinite linear;
            -webkit-animation: spinoffPulse 1s infinite linear;
            -o-animation: spinoffPulse 1s infinite linear;
            animation: spinoffPulse 1s infinite linear;
            margin: -15px 0 0 -15px;
            position: absolute;
            top: -16px;
            left: 50%;
            -ms-transform: translateX(50%) translateY(50%);
            -webkit-transform: translateX(50%) translateY(50%);
            -moz-transform: translateX(50%) translateY(50%);
            -o-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%)
        }

.apui-multi-select-box {
    position: absolute;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    z-index: 9999;
    background-color: #fff;
    border-radius: 3px;
    max-height: 480px;
    font-size: 13px;
    color: #212121;
    padding: 16px
}

.apui-notice-container {
    position: fixed;
    box-shadow: 0 3px 16px rgba(0,0,0,.16);
    border: none;
    border-radius: 3px;
    z-index: 9000000;
    min-width: 200px;
    max-width: 600px;
    min-height: 52px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff
}

    .apui-notice-container .apui-notice-content {
        display: flex;
        min-height: 52px
    }

    .apui-notice-container.notice-center {
        left: 50%;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .apui-notice-container .apui-notice-left {
        width: 4px;
        min-height: 52px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        overflow: hidden
    }

    .apui-notice-container .apui-notice-icon i {
        margin-left: 12px;
        height: 52px;
        cursor: default;
        background-repeat: no-repeat;
        background-position: center;
        display: block
    }

    .apui-notice-container .apui-notice-right {
        width: 40px;
        min-height: 52px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        position: relative;
        overflow: hidden
    }

        .apui-notice-container .apui-notice-right .icon-close {
            position: absolute;
            right: 12px;
            background-image: url('../../css/icons/ic_close_tint_16.svg');
            top: 16px
        }

    .apui-notice-container .apui-notice-des {
        padding: 16px;
        padding-left: 8px;
        -ms-flex: 1;
        line-height: 19px;
        flex: 1
    }

.apui-page-nav {
    width: 100%;
    display: flex;
    height: 40px
}

.apui-p-n .apui-page-nav-total {
    line-height: 40px;
    color: #666
}

.apui-p-n .apui-page-right {
    display: flex
}

.apui-p-n .apui-page-prev, .apui-p-n .apui-page-next {
    height: 40px;
    width: 40px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    opacity: 1;
    cursor: pointer;
    background-color: #fff
}

    .apui-p-n .apui-page-prev:hover, .apui-p-n .apui-page-next:hover {
        background-color: #f2f2f2
    }

    .apui-p-n .apui-page-prev.disable, .apui-p-n .apui-page-next.disable {
        opacity: .5;
        cursor: default
    }

        .apui-p-n .apui-page-prev.disable:hover, .apui-p-n .apui-page-next.disable:hover {
            background-color: #fff
        }

.apui-p-n .apui-page-items {
    margin: 0 8px
}

.apui-p-n .apui-page-item {
    height: 40px;
    width: 40px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    cursor: pointer;
    background-color: #fff;
    margin-right: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.apui-page-item-more {
    cursor: default;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    background-color: #fff;
    margin-right: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.apui-p-n .apui-page-item:hover {
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    color: #47e
}

.apui-p-n .apui-page-item.active {
    background-color: #e1eaff;
    border: 1px solid #47e;
    color: #47e
}

.apui-p-n .apui-page-item:last-child {
    margin-right: 0
}

.apui-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 9999
}

    .apui-popup-mask .apui-popup-body {
        position: absolute;
        min-width: 480px;
        min-height: 200px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 3px;
        margin: 0 auto;
        padding: 24px;
        z-index: 10000;
        cursor: move
    }

        .apui-popup-mask .apui-popup-body .icon-close {
            position: absolute;
            top: 24px;
            right: 24px
        }

        .apui-popup-mask .apui-popup-body .apui-popup-header {
            width: 100%;
            height: auto;
            margin-bottom: 8px;
            display: flex
        }

            .apui-popup-mask .apui-popup-body .apui-popup-header .apui-popup-title {
                width: 100%;
                height: 29px;
                line-height: 29px;
                font-size: 24px;
                font-weight: 500;
                color: #212121;
                -ms-flex: 1;
                flex: 1
            }

        .apui-popup-mask .apui-popup-body .apui-popup-content {
            width: 100%;
            position: relative;
            cursor: default;
            line-height: 18px
        }

        .apui-popup-mask .apui-popup-body .apui-popup-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 8px 24px 24px 24px;
            height: 64px;
            display: inline-flex
        }

.apui-popup-btn {
    cursor: pointer;
    border-radius: 3px;
    margin-left: 8px;
    padding: 0 16px;
    height: 32px;
    line-height: 32px
}

.apui-popup-btn-primary, .apui-popup-btn-save, .apui-popup-btn-ok {
    background-color: #4f64dc;
    border: 1px solid #4f64dc;
    color: #fff
}

.apui-popup-btn-cancel {
    border: 1px solid #e0e2e8;
    background-color: #fff;
    color: #212121
}

.apui-popup-btn-delete {
    border: 1px solid #ff6566;
    background-color: #ff6566;
    color: #fff
}

label.apui-radio {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 22px;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
    font-weight: normal;
    color: #212121;
    margin: 0
}

    label.apui-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        display: none
    }

    label.apui-radio .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 14px;
        width: 14px;
        border: 1px solid #8d9ba2;
        background-color: #fff;
        border-radius: 50%
    }

        label.apui-radio .checkmark:after {
            display: none;
            content: "";
            position: absolute
        }

        label.apui-radio .checkmark:after {
            top: 2px;
            left: 2px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #2196f3
        }

    label.apui-radio input:checked ~ .checkmark {
        background-color: #fff;
        border: 1px solid #2196f3
    }

        label.apui-radio input:checked ~ .checkmark:after {
            display: block
        }

    label.apui-radio .caption {
        position: absolute;
        left: 24px
    }

.apui-sf-result {
    position: absolute;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    z-index: 9999;
    background-color: #fff;
    border-radius: 3px;
    max-height: 480px;
    font-size: 13px;
    color: #212121
}

    .apui-sf-result .result-item {
        width: 100%;
        height: 40px;
        padding: 0 16px;
        line-height: 40px;
        display: inline-flex;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        cursor: pointer
    }

        .apui-sf-result .result-item:hover {
            background-color: #f2f2f2
        }

        .apui-sf-result .result-item.selected {
            background-color: #f2f2f2
        }

.apui-select-type.horizontal {
    display: inline-flex
}

.apui-select-box-item {
    display: flex;
    padding: 8px 0
}

.apui-select-type.horizontal .apui-select-box-item {
    width: auto;
    min-width: 100px;
    margin-left: 16px
}

    .apui-select-type.horizontal .apui-select-box-item:first-child {
        margin-left: 0;
    }

.apui-select-box-item .apui-checkbox {
    margin-right: 8px;
    width: 100%;
    display: inline-flex
}

    .apui-select-box-item .apui-checkbox .caption {
        width: 100%
    }

.apui-select-box-item label.apui-radio .caption {
    position: absolute;
    left: 24px;
    width: calc(100% - 32px)
}

.apui-select-box-item label.apui-radio {
    width: 100%
}

.apui-slides {
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    transform: translateX(0)
}

.apui-slide-nav {
    height: 32px;
    display: flex;
    padding: 6px 0
}

    .apui-slide-nav .nav-pages {
        height: 20px;
        display: flex
    }

    .apui-slide-nav .nav-item {
        height: 20px;
        width: 16px;
        cursor: pointer;
        margin-left: 4px;
        opacity: .4
    }

        .apui-slide-nav .nav-item:before {
            content: "";
            display: block;
            height: 4px;
            width: 100%;
            margin-top: 8px;
            background-color: #fff;
            border-radius: 10px
        }

        .apui-slide-nav .nav-item:first-child {
            margin-left: 0
        }

        .apui-slide-nav .nav-item.active {
            width: 32px;
            opacity: 1
        }

.apui-slides .slide {
    width: 100%;
    height: 100%;
    padding-top: 24px;
    min-height: 350px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    cursor: -webkit-grab;
    overflow: hidden
}

.apui-slider-container {
    position: relative
}

    .apui-slider-container .apui-slide-prev {
        position: absolute;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: #fff;
        opacity: .4
    }

    .apui-slider-container .apui-slide-next {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 20px;
        opacity: .4
    }

        .apui-slider-container .apui-slide-next:before {
            content: "";
            position: absolute;
            left: 9px;
            top: 12px;
            width: 16px;
            height: 16px;
            border: solid #607d8b;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            box-sizing: border-box;
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    .apui-slider-container .apui-slide-prev:before {
        content: "";
        position: absolute;
        left: 14px;
        top: 12px;
        width: 16px;
        height: 16px;
        border: solid #607d8b;
        border-width: 0 2px 2px 0;
        box-sizing: border-box;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .apui-slider-container .apui-slide-prev:hover, .apui-slider-container .apui-slide-next:hover {
        opacity: 1;
        cursor: pointer
    }

.misa-launcher {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../css/img/bg1.jpg');
    background-color: #000;
    display: flex
}

    .misa-launcher * {
        box-sizing: border-box
    }

    .misa-launcher:focus {
        border: none;
        outline: none;
        box-shadow: none
    }

    .misa-launcher .misa-launcher-topbar {
        width: 100%;
        display: flex;
        height: 64px
    }

        .misa-launcher .misa-launcher-topbar .logo-amis {
            width: 180px;
            height: 32px;
            cursor: pointer;
            margin: 24px 0 0 24px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center
        }

        .misa-launcher .misa-launcher-topbar .avatar {
            max-width: 250px;
            width: 32px;
            height: 32px;
            display: flex;
            margin-top: 24px;
            margin-right: 24px;
            cursor: pointer;
            background-color: rgba(255,255,255,.1);
            border-radius: 40px
        }

            .misa-launcher .misa-launcher-topbar .avatar .user-avatar {
                height: 32px;
                width: 32px;
                border-radius: 50%;
                border: 1px solid #333;
                margin-right: 8px
            }

            .misa-launcher .misa-launcher-topbar .avatar .user-name {
                color: #fff;
                font-weight: 500;
                font-size: 15px;
                line-height: 32px
            }

            .misa-launcher .misa-launcher-topbar .avatar .icon-dropdown {
                width: 16px;
                margin-left: 8px;
                line-height: 30px
            }

    .misa-launcher .misa-launcher-body {
        width: 100%;
        height: calc(100% - 64px);
        overflow-x: hidden;
        overflow-y: auto;
        display: flex
    }

        .misa-launcher .misa-launcher-body .misa-launcher-page-container {
            width: 100%;
            height: 100%;
            position: relative
        }

    .misa-launcher .launcher-back-btn {
        background: url('../../css/icons/icon-back.svg') center no-repeat;
        background-position: 0 0;
        padding: 0 0 8px 40px;
        line-height: 24px;
        color: #fff;
        font-size: 20px;
        margin: 24px 0 0 24px;
        cursor: pointer
    }

    .misa-launcher .misa-subapp {
        width: 170px;
        height: 130px;
        padding-top: 10px;
        box-sizing: border-box;
        margin: 16px 20px;
        text-align: center;
        float: left;
        box-sizing: border-box;
        text-decoration: none;
        position: relative;
        border: 1px solid rgba(255,255,255,0)
    }

        .misa-launcher .misa-subapp.selected {
            background-color: rgba(255,255,255,.3)
        }

        .misa-launcher .misa-subapp .new-tab {
            display: none
        }

.gu-unselectable .misa-launcher .misa-subapp {
    border: 1px solid rgba(255,255,255,.15)
}

misa-subapp.gu-mirror {
    padding-top: 0;
    box-sizing: border-box;
    display: block
}

.misa-subapp.gu-mirror .new-tab {
    display: none
}

.misa-subapp .misa-subapp-notifi-count {
    display: block;
    min-width: 24px;
    height: 24px;
    color: #fff;
    background-color: #ff5722;
    border-radius: 12px;
    position: absolute;
    top: 4px;
    right: calc(50% - 48px);
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    padding: 0 4px
}

.misa-launcher .misa-subapp.selected .new-tab, .misa-launcher .misa-subapp:hover .new-tab {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    height: 16px;
    width: 16px;
    cursor: pointer
}

.misa-launcher .ck-hide {
    display: none
}

.misa-launcher .misa-subapp:hover {
    background-color: rgba(255,255,255,.1);
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0)
}

.misa-subapp * {
    -webkit-user-select: none;
    -moz-user-focus: none;
    -ms-user-select: none;
    user-select: none
}

.misa-subapp.is-moving.gu-mirror {
    margin: 16px 20px;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    display: block;
    position: relative;
    background-color: rgba(255,255,255,.16);
    border-radius: 4px;
    box-shadow: 0 3px 16px rgba(0,0,0,.3);
    border: 1px solid rgba(255,255,255,.16)
}

.misa-subapp .subapp-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 8px;
    cursor: pointer
}

.misa-subapp img {
    min-width: 80px;
    min-height: 80px;
    width: 100%;
    height: 100%
}

.misa-subapp .subapp-name {
    font-size: 14px;
    color: rgba(255,250,250,.87);
    cursor: pointer
}

.misa-launcher .misa-subapp.inactive {
    display: none
}

.misa-launcher .misa-launcher-body::-webkit-scrollbar {
    display: block;
    overflow-y: scroll;
    width: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.misa-launcher .misa-launcher-body::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0,0,0,.7)
}

.misa-launcher .misa-launcher-body::-webkit-scrollbar-track {
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    border-radius: 10px
}

.apui-search-field {
    background-image: url('../../css/icons/ic_search.svg');
    background-position: 12px 7px;
    background-repeat: no-repeat;
    padding-left: 40px;
    border: .5px solid rgba(255,255,255,.4);
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    border-radius: 20px;
    height: 32px;
    background-color: rgba(9,9,9,.05);
    overflow: hidden;
    min-width: 102px;
    color: #fff
}

.apui-top-field {
    position: absolute;
    left: calc(50% - 300px);
    width: 600px;
    display: inline-flex;
    height: 40px;
    padding: 4px 0
}

input.apui-search-field::-webkit-input-placeholder {
    color: rgba(255,255,255,.54)
}

input.apui-search-field:-moz-placeholder {
    color: rgba(255,255,255,.54)
}

input.apui-search-field::-moz-placeholder {
    color: rgba(255,255,255,.54)
}

.apui-search-field:focus, .apui-search-field:active {
    outline: none;
    border: .5px solid rgba(255,255,255,.8)
}

.apui-btn-sort {
    width: 44px;
    height: 30px;
    margin-top: 1px;
    background-image: url('../../css/icons/icon-sort.svg');
    background-position: 7px 3px;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: .5px solid rgba(255,255,255,.4)
}

    .apui-btn-sort:hover {
        background-color: rgba(255,255,255,.3)
    }

.apui-sort-menu.apui-dropdown-menu {
    background-color: #050d29;
    z-index: 9999999999
}

    .apui-sort-menu.apui-dropdown-menu .apui-dropdow-title {
        text-transform: uppercase;
        font-size: 16px;
        padding-left: 24px;
        margin-bottom: 16px;
        line-height: 19px;
        margin-top: 16px;
        height: 19px;
        color: rgba(255,255,255,.54);
        font-weight: 500
    }

    .apui-sort-menu.apui-dropdown-menu .apui-result-item {
        font-size: 16px;
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding-left: 24px;
        position: relative
    }

        .apui-sort-menu.apui-dropdown-menu .apui-result-item.selected::after {
            content: "";
            position: absolute;
            right: 16px;
            top: 10px;
            width: 7px;
            height: 14px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .apui-sort-menu.apui-dropdown-menu .apui-result-item:hover {
            background-color: #2b3952
        }

.misa-launcher-subapps {
    width: 100%;
    position: absolute;
    overflow: hidden
}

.apui-animate {
    transition: all .5s ease-out
}

.misa-launcher-content {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.misa-launcher-bg-setting {
    height: 100%;
    width: 0;
    overflow: hidden;
    position: relative
}

.misa-launcher.bg-setting .misa-launcher-content {
    width: calc(100% - 440px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.misa-launcher.bg-setting .misa-launcher-bg-setting {
    width: 440px !important;
    background: #000;
    padding-top: 42px
}

.misa-launcher-bg-setting .icon-close {
    position: absolute;
    top: 42px;
    right: 24px;
    width: 16px;
    height: 16px;
    background-image: url('../../css/icons/ic_close_tint_16.svg')
}

.misa-launcher-bg-setting .bg-setting-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    line-height: 20px;
    height: 20px
}

.bg-setting-images {
    margin: 0 auto;
    width: 404px
}

.bg-setting-item {
    margin: 6px;
    width: 190px;
    height: 133px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left
}

    .bg-setting-item.selected::before {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: 3px solid #fff;
        border-radius: 3px
    }

    .bg-setting-item.selected::after {
        content: "";
        display: block;
        position: absolute;
        left: 92px;
        top: 48px;
        width: 15px;
        height: 30px;
        border: solid #1faf7e;
        border-width: 0 4px 4px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.apui-btn-company-switch {
    width: 32px;
    height: 32px;
    border-radius: 20px;
    margin: 24px 16px 0 0;
    display: none
}

    .apui-btn-company-switch:hover {
        background-color: rgba(255,255,255,.3)
    }

.misa-launcher .apui-slides .slide {
    height: 556px
}

.misa-launcher .misa-launcher-body .misa-launcher-page-container {
    min-height: 620px;
    overflow-y: auto
}

.misa-launcher-empty-box {
    width: 769px;
    height: 533px;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 40px
}

.misa-launcher-empty-header {
    width: 100%;
    height: 221px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.misa-launcher-empty-title {
    color: #ff5b5b;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 16px
}

.misa-launcher-empty-subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 40px
}

.misa-launcher-admin-container {
    margin: 0 100px
}

.misa-launcher-admin-label {
    margin-bottom: 12px
}

.misa-launcher-admin-list {
    overflow-y: auto;
    height: 108px
}

.misa-launcher-admin-item {
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
    min-height: 19px;
    width: 100%
}

    .misa-launcher-admin-item:before {
        content: "";
        position: absolute;
        background-color: #69aaeb;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        left: 0;
        top: 6px;
        display: block
    }

    .misa-launcher-admin-item [field="Email"] {
        color: #2680eb
    }

@media(max-height:768px) {
    .apui-top-field {
        top: 24px !important
    }

    .misa-launcher .apui-slides .slide {
        padding-top: 24px !important
    }

    .misa-launcher-subapps {
        top: 64px !important
    }

    .misa-launcher .apui-slides .slide {
        padding: 8px calc(50% - 380px);
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 450px !important
    }

    .misa-launcher-subapps {
        height: calc(100% - 64px) !important
    }

    .misa-launcher .misa-subapp {
        margin-bottom: 0 !important
    }
}

@media(max-width:850px) {
    .apui-top-field {
        width: 90% !important;
        left: 5% !important;
        top: 24px !important
    }

    .misa-launcher .misa-subapp {
        margin: 16px calc(25% - 75px);
        width: 150px
    }

    .misa-launcher .misa-launcher-body {
        overflow-x: hidden;
        overflow-y: hidden !important
    }

    .misa-launcher .apui-slide-nav {
        display: none
    }

    .misa-launcher-subapps {
        width: 100% !important;
        top: 64px !important;
        height: calc(100% - 40px);
        overflow-y: auto;
        padding-bottom: 40px
    }

    .misa-launcher .apui-slides {
        height: 100% !important
    }

        .misa-launcher .apui-slides .slide:last-child {
            padding-bottom: 40px
        }

        .misa-launcher .apui-slides .slide {
            display: block !important;
            padding-top: 0 !important;
            height: auto
        }
}

@media(min-width:851px) {
    .apui-top-field {
        top: 40px
    }

    .misa-launcher-subapps {
        top: 80px
    }

    .misa-launcher .apui-slides .slide {
        padding: 40px calc(50% - 430px)
    }

    .misa-launcher .misa-subapp {
        width: 170px;
        margin: 16px 0
    }
}

@media(min-width:992px) {
    .apui-top-field {
        top: 40px
    }

    .misa-launcher-subapps {
        top: 80px
    }

    .misa-launcher .apui-slides .slide {
        padding: 56px calc(50% - 430px)
    }

    .misa-launcher .misa-subapp {
        width: 170px;
        margin: 16px 0
    }
}

@media(min-width:1024px) {
    .misa-launcher .apui-slides .slide {
        padding: 56px calc(50% - 430px)
    }

    .misa-launcher .misa-subapp {
        width: 170px;
        margin: 16px 0
    }
}

@media(min-width:1200px) {
    .misa-launcher .apui-slides .slide {
        padding: 56px calc(50% - 505px)
    }

    .misa-launcher .misa-subapp {
        margin: 16px 16px
    }
}

@media(min-width:1900px) {
    .apui-top-field {
        top: 80px
    }

    .misa-launcher-subapps {
        top: 120px
    }
}

.apui-popup-setting {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 99;
    font-size: 13px
}

.apui-popup-setting-content {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 16px rgba(0,0,0,.16);
    width: 450px;
    height: 335px
}

.apui-popup-setting .apui-popup-title {
    clear: both;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    padding: 24px
}

.apui-popup-setting .apui-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 24px;
    width: 24px
}

.apui-popup-setting .apui-popup-footer {
    background-color: #f2f2f2;
    border-top: 1px solid #e0e0e0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 56px;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 24px;
    cursor: pointer
}

    .apui-popup-setting .apui-popup-footer .apui-popup-btn {
        padding: 0 16px;
        height: 32px;
        line-height: 32px;
        margin-top: 12px;
        border-radius: 3px
    }

        .apui-popup-setting .apui-popup-footer .apui-popup-btn.btn-ok {
            color: #fff;
            background-color: #2196f3;
            margin-left: 8px
        }

        .apui-popup-setting .apui-popup-footer .apui-popup-btn.btn-cancel:hover {
            color: #1e7cc7;
            background-color: #f0f0f0
        }

        .apui-popup-setting .apui-popup-footer .apui-popup-btn.btn-ok:hover {
            background-color: #1e7cc7
        }

.apui-popup-setting .apui-popup-body {
    padding: 0 24px;
    font-size: 13px
}

.apui-popup-setting .apui-popup-heading {
    font-weight: 500;
    margin-bottom: 16px
}

.apui-popup-setting .apui-popup-selector {
    display: inline-flex;
    height: 16px;
    margin: 8px 0;
    width: 100%
}

.apui-popup-setting .apui-popup-selector {
    display: inline-flex;
    height: 16px;
    margin: 8px 0;
    width: 100%;
    position: relative;
    cursor: pointer;
    padding-left: 22px;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
    font-weight: normal;
    color: #212121
}

.apui-popup-selector input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none
}

    .apui-popup-selector input:checked ~ .checkmark {
        background-color: #fff;
        border: 1px solid #2196f3
    }

        .apui-popup-selector input:checked ~ .checkmark:after {
            display: block
        }

.apui-popup-selector .checkmark:after {
    display: none;
    content: "";
    position: absolute
}

.apui-popup-selector .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2196f3
}

.apui-popup-selector .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #8d9ba2;
    background-color: #fff;
    border-radius: 50%
}

.apui-startup-app {
    position: relative;
    margin-top: 8px
}

    .apui-startup-app .selected-app-logo {
        position: absolute;
        top: 4px;
        right: 4px;
        height: 32px;
        width: 32px
    }

        .apui-startup-app .selected-app-logo img {
            height: 32px;
            width: 32px
        }

.apui-popup-search-app {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    height: 40px;
    padding: 0 40px 0 16px;
    line-height: 40px;
    width: 100%
}

.result-item.app-search-item {
    display: flex;
    height: 40px
}

    .result-item.app-search-item span {
        flex: 1;
        height: 40px;
        line-height: 40px;
        padding: 0 16px
    }

    .result-item.app-search-item .app-image {
        margin-top: 4px
    }

        .result-item.app-search-item .app-image, .result-item.app-search-item .app-image img {
            width: 32px;
            height: 32px;
            overflow: hidden
        }

.misa-user-account-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: -8px;
    left: auto;
    z-index: 5000000;
    display: none;
    width: 300px;
    float: left;
    padding: 0;
    cursor: default;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 12px rgba(0,0,0,.4);
    box-shadow: 0 1px 12px rgba(0,0,0,.4);
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    color: #212121
}

    .misa-user-account-menu img.apui-menu-user-avatar {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
        border: 1px solid #f0f0f0
    }

    .misa-user-account-menu .apui-user-info {
        text-align: center;
        margin-bottom: 16px;
        margin-top: 16px
    }

        .misa-user-account-menu .apui-user-info .menu-fullname {
            margin-bottom: 4px;
            font-size: 20px;
            font-weight: bold
        }

misa-user-account-menu .menu-subtitle {
    margin-top: 8px;
    text-align: center;
    width: 100%
}

.misa-user-account-menu .apui-user-info .menu-btn-profile {
    display: none;
    border: 1px solid #e0e0e0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 16px
}

    .misa-user-account-menu .apui-user-info .menu-btn-profile:hover {
        border: 1px solid #2196f3;
        color: #fff;
        background-color: #2196f3
    }

.misa-user-account-menu .apui-menu-item-logout {
    border-top: 1px solid #e0e0e0;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: 16px
}

    .misa-user-account-menu .apui-menu-item-logout:hover {
        background-color: #f2f2f2;
        cursor: pointer;
        color: #2196f3
    }

    .misa-user-account-menu .apui-menu-item-logout .icon-logout {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 11px;
        height: 11px;
        margin-right: 8px
    }

    .misa-user-account-menu .apui-menu-item-logout p {
        margin: 0
    }

.misa-user-account-menu i.icon-align {
    width: 8px;
    height: 8px;
    display: block;
    right: 20px;
    top: -4px;
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.misa-user-account-menu .menu-accountname {
    font-size: 13px;
    color: #666
}

.misa-user-account-menu .menu-company {
    height: 40px;
    line-height: 40px;
    margin: 0 24px;
    border-radius: 4px;
    padding: 0 8px;
    color: #212121;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    margin-bottom: 16px
}

    .misa-user-account-menu .menu-company:hover {
        color: #fff;
        background-color: #2196f3;
        border: 1px solid #2196f3
    }

.misa-user-account-menu li.apui-menu-item {
    height: 40px;
    line-height: 40px;
    margin: 0 24px;
    border-radius: 3px;
    color: #212121;
    cursor: pointer;
    display: flex
}

    .misa-user-account-menu li.apui-menu-item i {
        height: 24px;
        width: 24px;
        margin-right: 8px;
        display: none;
        margin-top: 7px
    }

    .misa-user-account-menu li.apui-menu-item span {
        width: 100%;
        display: block
    }

    .misa-user-account-menu li.apui-menu-item.has-icon i {
        display: block
    }

    .misa-user-account-menu li.apui-menu-item.has-icon span {
        width: calc(100% - 32px);
        display: block
    }

    .misa-user-account-menu li.apui-menu-item:hover {
        background-color: #f2f2f2
    }

.apui-user-avatar {
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #fff;
    overflow: hidden
}

    .apui-user-avatar img {
        border-radius: 50%;
        height: 32px;
        width: 32px;
        display: block
    }

.apui-menu-user-avatar {
    height: 64px;
    width: 64px;
    margin: 0 auto;
    margin-top: 24px
}

    .apui-menu-user-avatar .apui-user-avatar {
        border-radius: 50%;
        height: 64px;
        width: 64px;
        display: block
    }

        .apui-menu-user-avatar .apui-user-avatar img {
            border-radius: 50%;
            height: 64px;
            width: 64px;
            display: block
        }

.apui-notification-trigger {
    border-radius: 50%;
    cursor: pointer;
    width: 36px;
    margin-right: 24px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 2px;
    background-image: url("../../css/icons/icon-notification-dark-thick.svg")
}

    .apui-notification-trigger.thin {
        border-radius: 50%;
        cursor: pointer;
        width: 36px;
        margin-right: 24px;
        height: 36px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 2px;
        background-image: url("../../css/icons/icon-notification-dark.svg")
    }

        .apui-notification-trigger.thin.light {
            background-image: url("../../css/icons/icon-notification-light.svg")
        }

    .apui-notification-trigger.light {
        background-image: url("../../css/icons/icon-notification-light-thick.svg")
    }

    .apui-notification-trigger.dark:hover, .apui-notification-trigger.dark.open {
        background-color: rgba(255,255,255,.16)
    }

    .apui-notification-trigger:hover, .apui-notification-trigger.open {
        background-color: rgba(255,255,255,.3)
    }

.apui-notification-box {
    position: absolute;
    top: calc(100% + 8px);
    right: -8px;
    left: auto;
    z-index: 1000000;
    display: none;
    width: 300px;
    min-height: 200px;
    float: left;
    padding: 0 !important;
    cursor: default;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    color: #212121;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 12px rgba(0,0,0,.4);
    box-shadow: 0 1px 12px rgba(0,0,0,.4);
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    background-repeat: no-repeat;
    background-position: center
}

    .apui-notification-box .icon-align {
        width: 8px;
        height: 8px;
        display: block;
        right: 16px;
        top: -4px;
        position: absolute;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.apui-notification-trigger .apui-notifi-unread-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background-color: #ce0000;
    top: -4px;
    right: -4px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center
}

.apui-notification-list {
    overflow-y: auto;
    margin: 0 0 8px 0
}

.apui-notification-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 40px
}

.apui-notification-header {
    height: 48px;
    line-height: 48px;
    padding-left: 16px;
    font-size: 17px;
    font-weight: bold;
    position: relative
}

    .apui-notification-header .icon-notificaiton-setting {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 16px;
        top: 12px;
        background-repeat: no-repeat;
        background-position: center
    }

        .apui-notification-header .icon-notificaiton-setting:hover {
            background-color: #f2f2f2;
            border-radius: 12px;
            cursor: pointer
        }

.apui-notification-trigger.dark .apui-notifi-unread-count {
    background-color: #f44336
}

.apui-notification-item {
    display: flex;
    padding: 8px 16px;
    position: relative;
    cursor: pointer
}

    .apui-notification-item .apui-notifi-icon {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: absolute;
        top: 28px;
        left: 34px;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        box-shadow: 1px 2px 3px rgba(0,0,0,.08)
    }

    .apui-notification-item:hover {
        background-color: #f2f2f2
    }

    .apui-notification-item img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 16px;
        min-width: 32px;
        min-height: 32px;
        max-width: 32px;
        max-height: 32px
    }

    .apui-notification-item[read="true"] {
        background-color: #fff
    }

    .apui-notification-item[read="false"] {
        background-color: #ebf5ff
    }

.apui-notifi-content .apui-notifi-content {
    -ms-flex: 1;
    flex: 1
}

.apui-notifi-message {
    line-height: 19px;
    color: #333;
    word-break: break-word
}

.apui-notifi-date {
    color: #9e9e9e;
    font-weight: normal;
    font-size: 12px;
    margin-top: 4px
}

.apui-notifi-item-loading {
    padding: 8px 16px;
    display: flex
}

    .apui-notifi-item-loading .line-block {
        width: calc(100% - 40px);
        margin-left: 8px
    }

.round-32 {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 16px
}

.apui-popup-tenants {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 5000001;
    font-size: 13px;
    left: 0;
    top: 0
}

    .apui-popup-tenants.loading .apui-popup-body {
        background-image: url('../../css/icons/icon-loading.gif');
        background-repeat: no-repeat;
        background-position: center
    }

.apui-popup-tenants-content {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 16px rgba(0,0,0,.16);
    width: 450px
}

.apui-popup-tenants .apui-popup-title {
    clear: both;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    padding: 24px
}

.apui-popup-tenants .apui-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 24px;
    width: 24px
}

.apui-popup-no-tenant {
    line-height: 80px;
    text-align: center;
    color: #757575
}

.apui-popup-tenants .apui-popup-footer {
    background-color: #f2f2f2;
    border-top: 1px solid #e0e0e0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 56px;
    display: flex;
    width: 100%;
    margin-top: 16px;
    padding: 0 24px;
    cursor: pointer
}

    .apui-popup-tenants .apui-popup-footer .apui-popup-btn {
        padding: 0 16px;
        height: 32px;
        line-height: 32px;
        margin-top: 12px;
        border-radius: 3px
    }

        .apui-popup-tenants .apui-popup-footer .apui-popup-btn.btn-ok {
            color: #fff;
            background-color: #2196f3;
            margin-left: 8px
        }

        .apui-popup-tenants .apui-popup-footer .apui-popup-btn.btn-cancel:hover {
            color: #1e7cc7;
            background-color: #f0f0f0
        }

        .apui-popup-tenants .apui-popup-footer .apui-popup-btn.btn-ok:hover {
            background-color: #1e7cc7
        }

.apui-popup-tenants .apui-popup-list-tenants {
    padding: 0 24px;
    font-size: 13px;
    min-height: 80px;
    max-height: 150px;
    overflow-y: auto
}

.apui-popup-current-tenant {
    padding: 0 24px 16px 24px
}

.apui-current-tenant-title {
    color: #707070
}

.apui-list-tenant-title {
    color: #707070;
    padding-left: 24px;
    margin-bottom: 8px
}

.apui-current-tenant-name {
    font-size: 18px;
    margin-top: 8px;
    color: #2196f3
}

.apui-popup-tenants-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 16px
}

.apui-popup-tenants-loading-title {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: #666
}

.apui-popup-tenants-loading-name {
    font-size: 20px;
    color: #2196f3;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 40px
}

.apui-bg-red {
    background: #f44336
}

.apui-bg-blue {
    background: #2196f3
}

.apui-bg-green {
    background: #8bc34a
}

.apui-horizontal-loader.fast {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important
}

.apui-horizontal-loader {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-animation-name: apuihorizontalProgressBar;
    animation-name: apuihorizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: #2196f3;
    height: 2px;
    left: 0;
    position: fixed;
    top: 0;
    width: 0%;
    z-index: 9999
}

@keyframes apuihorizontalProgressBar {
    0% {
        width: 0%
    }

    25% {
        width: 22%
    }

    50% {
        width: 55%
    }

    75% {
        width: 83%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes apuihorizontalProgressBar {
    0% {
        width: 0%
    }

    25% {
        width: 22%
    }

    50% {
        width: 55%
    }

    75% {
        width: 83%
    }

    100% {
        width: 100%
    }
}

[class*="apui-line"] {
    height: 6px;
    min-width: 50px;
    background: #f6f7f9;
    margin-bottom: 12px;
    margin-right: 4px
}

.apui-line-10 {
    width: 10%
}

.apui-line-20 {
    width: 20%
}

.apui-line-30 {
    width: 30%
}

.apui-line-40 {
    width: 40%
}

.apui-line-50 {
    width: 50%
}

.apui-line-60 {
    width: 60%
}

.apui-line-70 {
    width: 70%
}

.apui-line-80 {
    width: 80%
}

.apui-line-90 {
    width: 90%
}

.apui-line-100 {
    width: 100%
}

[class*="apui-timeline"] {
    animation: timeline;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px auto;
    background-position: 100px 0
}

@keyframes timeline {
    0% {
        background-position: -350px 0
    }

    100% {
        background-position: 400px 0
    }
}

.apui-waiting-more {
    zoom: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: 20px auto;
    animation: wait .8s steps(1,start) infinite;
    background: linear-gradient(0deg,#f4f5fa 1px,transparent 0,transparent 8px,#f4f5fa 8px),linear-gradient(90deg,#f4f5fa 1px,#f6f9fb 0,#f6f9fb 3px,#f4f5fa 3px),linear-gradient(0deg,#ececf5 1px,transparent 0,transparent 8px,#ececf5 8px),linear-gradient(90deg,#ececf5 1px,#f2f3f9 0,#f2f3f9 3px,#ececf5 3px),linear-gradient(0deg,#e7eaf4 1px,transparent 0,transparent 8px,#e7eaf4 8px),linear-gradient(90deg,#e7eaf4 1px,#eef1f8 0,#eef1f8 3px,#e7eaf4 3px),linear-gradient(0deg,#b9bedd 1px,transparent 0,transparent 10px,#b9bedd 10px),linear-gradient(90deg,#b9bedd 1px,#d0d5e8 0,#d0d5e8 3px,#b9bedd 3px),linear-gradient(0deg,#9fa6d2 1px,transparent 0,transparent 15px,#9fa6d2 15px),linear-gradient(90deg,#9fa6d2 1px,#c0c5e1 0,#c0c5e1 3px,#9fa6d2 3px),linear-gradient(0deg,#8490c6 1px,transparent 0,transparent 15px,#8490c6 15px),linear-gradient(90deg,#8490c6 1px,#aeb5da 0,#aeb5da 3px,#8490c6 3px);
    background-repeat: no-repeat;
    background-size: 4px 9px,4px 9px,4px 9px,4px 9px,4px 9px,4px 9px,4px 11px,4px 11px,4px 16px,4px 16px,4px 16px,4px 16px;
    background-position: -4px 3px,-4px 3px,-4px 3px,-4px 3px,-4px 3px,-4px 3px,-4px 2px,-4px 2px,-4px 0,-4px 0,-4px 0,-4px 0
}

@keyframes wait {
    12.5% {
        background-position: -4px,-4px,-4px,-4px,-4px,-4px,-4px,-4px,-4px,-4px,0,0
    }

    25% {
        background-position: -4px,-4px,-4px,-4px,-4px,-4px,-4px,-4px,0,0,6px,6px
    }

    37.5% {
        background-position: -4px,-4px,-4px,-4px,-4px,-4px,0,0,6px,6px,12px,12px
    }

    50% {
        background-position: -4px,-4px,-4px,-4px,0,0,6px,6px,12px,12px,-4px,-4px
    }

    62.5% {
        background-position: -4px,-4px,0,0,6px,6px,12px,12px,-4px,-4px,-4px,-4px
    }

    75% {
        background-position: 0,0,6px,6px,12px,12px,-4px,-4px,-4px,-4px,-4px,-4px
    }

    87.5% {
        background-position: 6px,6px,12px,12px,-4px,-4px,-4px,-4px,-4px,-4px,-4px,-4px
    }

    100% {
        background-position: 12px,12px,-4px,-4px,-4px,-4px,-4px,-4px,-4px,-4px,-4px,-4px
    }
}

.flex-col {
    display: flex;
    flex-direction: column
}

.flex-col-1 {
    -ms-flex: 1;
    flex: 1
}

.flex-row {
    display: flex;
    flex-direction: row
}

.apui-combobox-body {
    height: 40px;
    width: 100%;
    line-height: 40px;
    min-width: 120px;
    position: relative;
    user-select:none;
}

.apui-combobox-input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 3px;
    color: #212121;
    user-select: none;
    background-position: calc(100% - 4px) center;
    background-repeat: no-repeat;
    background-size: 8px;
  /*  border: none;*/
    padding: 0 16px;
    background-image: url(../../../../_public/asset/icons/icon-trigger-dropdown.svg);
}

.apui-combobox-menu {
    position: absolute;
    top: calc(100% + 0px);
    right: 0px;
    left: auto;
    z-index: 5000000;
    display: none;
    width: 300px;
    float: left;
    padding: 8px;
    cursor: default;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    overflow: hidden;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    color: #212121;
    padding-right: 10px;
}

.apui-combobox-empty {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.apui-combobox-menu:hover {
    overflow-y: auto;
}

    .apui-combobox-menu .apui-combobox-item:active {
        color: #212121;
        text-decoration: none;
        background-color: transparent;
    }


.apui-combobox-menu .apui-combobox-item, .apui-combobox-menu  .apui-combobox-menu-clear {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #212121;
    padding: 0 16px 0 16px;
    width: 100%;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

        .apui-combobox-menu .apui-combobox-item .apui-combobox-item-text {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }



        .apui-combobox-menu .apui-combobox-item:last-child {
            border-bottom: none;
        }

    .apui-combobox-menu .apui-combobox-item:hover,
    .apui-combobox-menu .apui-combobox-menu-clear:hover,
    .apui-combobox-menu .apui-combobox-item.selected {
        background-color: #f2f2f2;
        cursor: pointer;
    }

        .apui-combobox-menu .apui-combobox-item.apui-combobox-item-title {
            font-weight: 500;
            line-height: 40px !important;
            height: 40px !important;
            background-color: #f2f2f2;
        }

            .apui-combobox-menu .apui-combobox-item.apui-combobox-item-title:hover {
                cursor: default;
                user-select: none;
            }

    .apui-combobox-menu .apui-combobox-title {
        height: 40PX;
        line-height: 40PX;
        padding-left: 16PX;
        font-weight: 700;
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

    .datepicker--cell.-focus- {
        background: #f0f0f0;
    }

    .datepicker--cell.-current- {
        color: #4EB5E6;
    }

        .datepicker--cell.-current-.-focus- {
            color: #4a4a4a;
        }

        .datepicker--cell.-current-.-in-range- {
            color: #4EB5E6;
        }

    .datepicker--cell.-in-range- {
        background: rgba(92, 196, 239, 0.1);
        color: #4a4a4a;
        border-radius: 0;
    }

        .datepicker--cell.-in-range-.-focus- {
            background-color: rgba(92, 196, 239, 0.2);
        }

    .datepicker--cell.-disabled- {
        cursor: default;
        color: #aeaeae;
    }

        .datepicker--cell.-disabled-.-focus- {
            color: #aeaeae;
        }

        .datepicker--cell.-disabled-.-in-range- {
            color: #a1a1a1;
        }

        .datepicker--cell.-disabled-.-current-.-focus- {
            color: #aeaeae;
        }

    .datepicker--cell.-range-from- {
        border: 1px solid rgba(92, 196, 239, 0.5);
        background-color: rgba(92, 196, 239, 0.1);
        border-radius: 4px 0 0 4px;
    }

    .datepicker--cell.-range-to- {
        border: 1px solid rgba(92, 196, 239, 0.5);
        background-color: rgba(92, 196, 239, 0.1);
        border-radius: 0 4px 4px 0;
    }

    .datepicker--cell.-range-from-.-range-to- {
        border-radius: 4px;
    }

    .datepicker--cell.-selected- {
        color: #fff;
        border: none;
        background: #5cc4ef;
    }

        .datepicker--cell.-selected-.-current- {
            color: #fff;
            background: #5cc4ef;
        }

        .datepicker--cell.-selected-.-focus- {
            background: #45bced;
        }

    .datepicker--cell:empty {
        cursor: default;
    }

.datepicker--days-names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name {
    color: #212121;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

    .datepicker--day-name.-weekend- {
        color: #F84856;
    }

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--years {
    height: 170px;
}

.datepicker--cells-years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

    .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
        color: #dedede;
    }

        .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
            color: #c5c5c5;
        }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    /*transition: opacity 0.1s ease, left 0s 0.1s, -webkit-transform 0.1s ease;
    transition: opacity 0.1s ease, transform 0.1s ease, left 0s 0.1s;
    transition: opacity 0.1s ease, transform 0.1s ease, left 0s 0.1s, -webkit-transform 0.1s ease;*/
    z-index: 99999;
}

    .datepicker.-from-top- {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .datepicker.-from-right- {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    .datepicker.-from-bottom- {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    .datepicker.-from-left- {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }

    .datepicker.active {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        /*transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
        transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;*/
    }

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px;
}

.-only-timepicker- .datepicker--content {
    display: none;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body {
    display: none;
}

    .datepicker--body.active {
        display: block;
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker--nav-action:hover {
        background: #f0f0f0;
    }

    .datepicker--nav-action.-disabled- {
        visibility: hidden;
    }

    .datepicker--nav-action svg {
        width: 32px;
        height: 32px;
    }

    .datepicker--nav-action path {
        fill: none;
        stroke: #9c9c9c;
        stroke-width: 2px;
    }

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}

    .datepicker--nav-title i {
        font-style: normal;
        color: #9c9c9c;
        margin-left: 5px;
    }

    .datepicker--nav-title:hover {
        background: #f0f0f0;
    }

    .datepicker--nav-title.-disabled- {
        cursor: default;
        background: none;
    }

.datepicker--buttons {
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
}

    .datepicker--button:hover {
        color: #4a4a4a;
        background: #f0f0f0;
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}

    .datepicker--time.-am-pm- .datepicker--time-sliders {
        -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
        flex: 0 1 138px;
        max-width: 138px;
    }

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 12px;
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

    .datepicker--time-current-hours:after,
    .datepicker--time-current-minutes:after {
        content: '';
        background: #f0f0f0;
        border-radius: 4px;
        position: absolute;
        left: -2px;
        top: -3px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
        opacity: 0;
    }

    .datepicker--time-current-hours.-focus-:after,
    .datepicker--time-current-minutes.-focus-:after {
        opacity: 1;
    }

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

    .datepicker--time-row:first-child {
        margin-bottom: 4px;
    }

    .datepicker--time-row input[type='range'] {
        background: none;
        cursor: pointer;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        padding: 0;
        margin: 0;
        -webkit-appearance: none;
    }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .datepicker--time-row input[type='range']::-ms-tooltip {
            display: none;
        }

        .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type='range']:hover::-ms-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type='range']:focus {
            outline: none;
        }

            .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef;
            }

            .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef;
            }

            .datepicker--time-row input[type='range']:focus::-ms-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef;
            }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
        }

        .datepicker--time-row input[type='range']::-moz-range-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
        }

        .datepicker--time-row input[type='range']::-ms-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
        }

        .datepicker--time-row input[type='range']::-webkit-slider-thumb {
            margin-top: -6px;
        }

        .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent;
        }

        .datepicker--time-row input[type='range']::-moz-range-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent;
        }

        .datepicker--time-row input[type='range']::-ms-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: transparent;
        }

        .datepicker--time-row input[type='range']::-ms-fill-lower {
            background: transparent;
        }

        .datepicker--time-row input[type='range']::-ms-fill-upper {
            background: transparent;
        }

    .datepicker--time-row span {
        padding: 0 12px;
    }

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

    .datepicker--time-icon:after, .datepicker--time-icon:before {
        content: '';
        background: currentColor;
        position: absolute;
    }

    .datepicker--time-icon:after {
        height: .4em;
        width: 1px;
        left: calc(50% - 1px);
        top: calc(50% + 1px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .datepicker--time-icon:before {
        width: .4em;
        height: 1px;
        top: calc(50% + 1px);
        left: calc(50% - 1px);
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}







.apui-datefield-container {
    height: 40px;
    /* width: 100%; */
    min-width: 120px;
    position: relative;
}

input.apui-datefield-input {
    height: 40px;
    width: 100%;
    padding: 0 40px 0 16px;
}

.apui-datefield-trigger {
    top: 1px;
    right: 1px;
    height: 38px;
    background-size: 24px;
    width: 38px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/png;base64 , iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAABHNCSVQICAgIfAhkiAAAANtJREFUOE9jZEACGVUt/5H5M9pqGJH5MDY+dSgaQAphhiCz0Q3Fp44xpaxGk4WZYwkDI4MRSCOygdhcBxNDV/efgeHQH4Y/2YwZVS0Hf/1h9ZnXVf6ZEhdmZU3l+cP3bifIQBRvUhKGILNQDMTnRWLk4AYSo5hYNbRxIa70RqyrkNPnqAtJDTVU9bRLh4M+lg+ysv3xndzQ8ImyEGRgyKhqPsKYWtmgxsLAuuw/439jnAb+Z2D4z/j/Bz4LGRkZTv1nYKzFWiKja8zNncT+WfgdXrUKDAwMDQ0NPwBuRKtM1Qcm7AAAAABJRU5ErkJggg==');
    display: block;
    cursor: pointer;
}

    .apui-datefield-trigger:hover {
        background-color: #f0f0f0;
    }





.apui-dropdown-menu {
    position: absolute;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 8000000;
    background-color: #fff;
    border-radius: 3px;
    max-height: 400px;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
}



.apui-dropdown-menu:hover {
    overflow-y: auto;
}

.apui-dropdown-menu .apui-dropdown-item:active {
    color: #212121;
    text-decoration: none;
    background-color: transparent;
}

.apui-dropdown-menu .apui-result-item {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #212121;
    padding: 0 16px 0 16px;
    width: 100%;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

    .apui-dropdown-menu .apui-result-item .apui-result-item-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .apui-dropdown-menu .apui-result-item.i-bottom {
        border-bottom: 1px solid #e0e6e8;
    }

    .apui-dropdown-menu .apui-result-item:last-child {
        border-bottom: none;
    }

    .apui-dropdown-menu .apui-result-item:hover {
        background-color: #f2f2f2;
        cursor: pointer;
    }

    .apui-dropdown-menu .apui-result-item.apui-dropdown-item-title {
        font-weight: 500;
        line-height: 40px !important;
        height: 40px !important;
        background-color: #f2f2f2;
    }
    .apui-dropdown-menu .apui-result-item.apui-dropdown-item-title:hover {
        cursor: default;
        user-select: none;
    }

.apui-dropdown-menu .apui-dropdow-title {
    height: 40PX;
    line-height: 40PX;
    padding-left: 16PX;
    font-weight: 700;
}

.apui-trigger-container {
    position: relative;
    cursor:pointer;
}

    .apui-trigger-container .icon-trigger {
        position: absolute;
        top: 0;
        height: 100%;
        right: 8px;
    }

.apui-notice-container {
    position: fixed;
    box-shadow: 0 3px 16px rgba(0,0,0,0.16);
    border: none;
    border-radius: 3px;
    z-index: 9000000;
    min-width: 200px;
    max-width: 600px;
    min-height: 52px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

    .apui-notice-container .apui-notice-content {
        display: flex;
        min-height: 52px;
    }

    .apui-notice-container.notice-center {
        left: 50%;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .apui-notice-container .apui-notice-left {
        width: 4px;
        min-height: 52px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        overflow: hidden;
    }

    .apui-notice-container .apui-notice-icon i {
        margin-left: 12px;
        height: 52px;
        cursor: default;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
    }

    .apui-notice-container .apui-notice-right {
        width: 40px;
        min-height: 52px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        position: relative;
        overflow: hidden;
    }

        .apui-notice-container .apui-notice-right .icon-close {
            position: absolute;
            right: 12px;
            background-image: url('../../../min/icons/ic_close_tint_16.svg');
            top: 16px;
        }

    .apui-notice-container .apui-notice-des {
        padding: 16px;
        padding-left: 8px;
        -ms-flex: 1;
        line-height: 19px;
        flex: 1;
    }

    .apui-notice-container .icon-task-completed {
        background-image: url('../image/icon/icon-notice-completed.svg');
    }

    .apui-notice-container .icon-notice-error {
        background-image: url('../image/icon/ic_error_16.svg');
    }

    .apui-notice-container .icon-loading {
        background-image: url('../image/icon/icon-loading.gif');
    }

    .apui-notice-container .icon-notice-info {
        background-image: url('../image/icon/ic_notice_info_16.svg');
    }

    .apui-notice-container .icon-notice-warning {
        background-image: url('../image/icon/ic_warning_16.svg');
    }

 


/***********FEATURE BOX*************/
.pe-feature-box {
    height: 170px;
    position: relative;
}

    .pe-feature-box .pe-feature-image {
        display: none;
    }

    .pe-feature-box .pe-feature-image-btn {
        position: absolute;
        left: calc(50% - 125px);
        line-height: 160px;
        width: 250px;
        height: 160px;
        background-color: rgba(0,0,0,.16);
        border-radius: 3px;
        display: block;
        margin: 0 auto;
        box-shadow: 0 2px 8px rgba(0,0,0,.16);
        cursor: pointer;
    }

    .pe-feature-box .btn-choose-image {
        padding: 8px 8px;
        border: 1px solid #e0e6e8;
        width: 120px;
        margin-left: 16px;
        margin-bottom: 16px;
        border-radius: 3px;
    }

        .pe-feature-box .btn-choose-image .icon-image-select {
            width: 16px;
            height: 16px;
            margin-right: 4px;
        }

    .pe-feature-box .pe-feature-image-uploading {
        position: absolute;
        top: 40px;
        left: calc(50% - 125px);
        width: 250px;
        height: 160px;
        background-color: rgba(0,0,0,.16);
        border-radius: 3px;
        display: block;
        margin: 0 auto;
        cursor: default;
        display: none;
        background: url('../../../min/editor/img/icon-loading.gif') center no-repeat;
    }

    .pe-feature-box .pe-delete-feature-image {
        display: none;
        color: #fff;
        float: right;
        line-height: 24px;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        position: absolute;
        right: -10px;
        top: -10px;
        height: 24px;
        width: 24px;
        border-radius: 16px;
        background-color: rgba(241,70,70,1);
        cursor: pointer;
    }

    .pe-feature-box .pe-btn-choose-image {
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
    }

    .pe-feature-box[status='has-img'] .pe-feature-image {
        background: #f8f8f8;
        display: block;
        position: absolute;
        left: calc(50% - 125px);
        line-height: 160px;
        width: 250px;
        height: 160px;
        background-color: rgba(0,0,0,.16);
        border-radius: 3px;
        margin: 0 auto;
        box-shadow: 0 2px 8px rgba(0,0,0,.16);
        cursor: pointer;
    }

    .pe-feature-box[status='has-img'] .pe-feature-image-btn,
    .pe-feature-box[status='has-img'] .pe-feature-image-uploading {
        display: none;
    }

    .pe-feature-box[status='has-img'] .pe-feature-image > img {
        width: 250px;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .pe-feature-box[status='has-img']:hover .pe-feature-image-btn {
        display: block;
        background-color: rgba(0,0,0,.3);
    }



    .pe-feature-box[status='has-img'] .pe-delete-feature-image {
        display: block;
    }

    .pe-feature-box[status='uploading'] .pe-feature-image-btn,
    .pe-feature-box[status='uploading'] .pe-feature-image {
        display: none;
    }

    .pe-feature-box[status='uploading'] .pe-feature-image-uploading {
        display: block;
    }

 
 
 

[type="readonly"]:active, [type="readonly"]:focus {
    border: 1px solid #e0e6e8;
}

[type="readonly"] {
    background-color: #f5f5f5;
    cursor: default;
}

.nf-select-category {
    position: relative;
    margin: 0 16px;
}

    .nf-select-category input {
        width: 100%;
    }

.icon-trigger-dropdown {
    position: absolute;
    right: 6px;
    top: 6px;
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 500;
}

.font-700 {
    font-weight: 500;
}

.lh-25 {
    line-height: 25px;
}

.lh-20 {
    line-height: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 0 16px;
    outline: none;
}

    input:focus, input:active {
        border: 1px solid #2196F3;
    }


.field-control {
    width: 100%;
    margin-bottom: 16px;
}

    .field-control span.required-info {
        display: none;
        color: red;
    }

    .field-control.error input {
        border: 1px solid #ff0000;
    }

    .field-control.error span.required-info {
        display: block;
        font-size: 15px;
        margin-top: 4px;
    }

    .field-control .field-label {
      /*  line-height: 40px;*/
        margin-bottom: 8px;
    }

.field-input {
    width: 100%;
}

    .field-input input {
        width: 100%;
    }

    .field-input .radio {
        height: 20px;
        width: 40px;
    }

.app-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 10;
}

.flex {
    display: flex;
}

.popup-header {
    position: absolute;
    width: calc(100% - 48px);
    justify-content: space-between;
}

    .popup-header .popup-title {
        font-size: 16px;
        font-weight: 700;
        position: absolute;
    }

.hide {
    display: none;
}

#popup-wrapper {
    height: 95%;
    width: 600px;
    border-top: 4px solid #2680eb;
    min-height: 200px;
    max-height: 80%;
    position: fixed;
    top: 80px;
    left: 50%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    transform: translateX(-50%);
    overflow-y: hidden;
    z-index: 11;
    padding: 24px;
    flex-direction: column;
}

#popup-success-wrapper {
    height: auto;
    width: 600px;
    min-height: 200px;
    max-height: 80%;
    position: fixed;
    top: 80px;
    left: 50%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    transform: translateX(-50%);
    overflow-y: hidden;
    z-index: 11;
    padding: 24px;
}

@media only screen and (max-width: 768px) {
    #popup-wrapper {
        height: 95% !important;
        width: 90%;
        min-height: 200px;
        max-height: 100%;
        position: fixed !important;
        top: 10px;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,.16);
        transform: translateX(-50%);
        overflow-y: hidden;
        z-index: 11;
        padding: 24px;
    }

    #popup-success-wrapper {
        height: auto;
        width: 80%;
        min-height: 200px;
        max-height: 80%;
        position: fixed;
        top: 80px;
        left: 50%;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,.16);
        transform: translateX(-50%);
        overflow-y: hidden;
        z-index: 11;
        padding: 24px;
    }
}


#popup-wrapper .close-popup-btn {
    position: absolute;
    top: 0px;
    right: 8px;
}

#popup-wrapper .file-trigger {
    height: 100px;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px dashed #2970f6;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
}

#popup-wrapper #apply-job-btn {
    height: 40px;
    width: auto;
    background-color: #2680eb;
    line-height: 40px;
    text-align: center;
    margin: 16px auto;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
}

.popup-body {
    margin-top: 32px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    /*height: 87%;*/
    flex: 1;
}

    .popup-body .popup-body-wrap {
        width: 98%;
        /* margin: 20px; */
        height: auto;
    }

.close-popup-btn {
    cursor: pointer;
}

/*.wrap-field-label {
    height: 40px;
}
*/
.required-symbol {
    color: red;
    margin-left: 4px;
}

.text-file-trigger {
    color: #2680eb;
    margin-top: 20px;
}

.text-accept-file {
    color: #9e9e9e;
}

.file-name {
    margin-top: 40px;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-success-desktop {
    background-position: 0px -217px !important;
    background-image: url(../image/Icon.svg);
    height: 65px;
    width: 50px;
}

.icon-download {
    background-position: -902px 0px !important;
    background-image: url(../image/Icon.svg);
    height: 20px;
    width: 20px;
}

#popup-success-wrapper .close-popup-success-btn {
    position: absolute;
    top: 0px;
    right: 8px;
}

#popup-success-wrapper .popup-body .popup-body-wrap {
    flex-direction: column;
    align-items: center;
}

#popup-success-wrapper .popup-body {
    height: auto;
}

@media only screen and (max-width: 768px) {
    .icon-success-desktop {
        background-position: 8px -290px !important;
        background-image: url(../image/Icon.svg);
        height: 80px;
        width: 80px
    }
}

.wrap-outjob {
    background-image: url(../image/bg_candidate_info_outjob.png);
    height: 100vh;
    width: 100vw;
}

#popup-wrapper .select-multiple-file {
    height: auto !important;
    position: relative;
    border: none !important;
    cursor: context-menu;
    width: fit-content;
}

.btn-select-file {
    background: #efefef;
    width: fit-content;
    padding: 16px 20px;
    line-height: 0px;
    border-radius: 4.5px;
    border: 1px solid #c7c5c5;
}

    .btn-select-file:hover {
        background: #d8d8d8;
    }

.one-file-name {
    display: flex !important;
    color: #2196f3;
}

.remove-file {
    color: red !important;
    font-size: 28px;
    margin-left: 16px;
    transform: translateY(-7px) rotate(45deg);
    cursor: pointer;
}

.btn-select-file.file-trigger {
    height: auto !important;
    position: relative;
    border: none !important;
    cursor: pointer;
    width: fit-content;
}

.combobox-required-info {
    color: red;
    display: none;
}

.combobox-error .combobox-required-info {
    display: block;
}

.combobox-error .combobox {
    border: 1px solid #ff0000;
}

.combobox-label {
    height: 40px;
}

.combobox {
    width: 100%;
    height: 40px;
    background: #fff;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
}
    .combobox.open {
        border-color: #2196F3;
    }

    .combobox .selected-value {
        height: 40px;
        font-size: 13px;
        margin: 0 16px;
        font-family: Roboto,Helvetica,Arial,sans-serif !important;
    }