body, html {
    height: 100%
}
*, :after, :before {
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box*/
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased
}

body.dragging {
    user-select: none
}
a {
    outline: 0;
}
img, audio, video{
    border: 0;
    outline: 0
}

.fui_thumb_list, .fui_thumb_list .thumb-list {
    display: inline-block
}

.fui_thumb_list .thumb-list .thumb-item {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    margin: 1px;
    cursor: pointer
}

.fui_thumb_list .thumb-list .thumb-item > img {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}
.fui_file_thumb {
    width: 63px;
    height: 63px;
    border-radius: 3px;
    position: relative;
}

.fui_file_thumb.size-tiny {
    width: 28px;
    height: 28px;
}
.fui_file_thumb.image {
    background: url(../../../../style/filePreview/icons/pic.png) no-repeat;
}
.fui_file_thumb.audio {
    background: url(../../../../style/filePreview/icons/mp3.png) no-repeat;
}
.fui_file_thumb.video {
    background: url(../../../../style/filePreview/icons/mp4.png) no-repeat;
}
.thumb-item.video{
    position: relative;
}
.thumb-item.video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.32);
    background-image: url(../../../../style/filePreview/icons/icon_video.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}
.fui_file_thumb.doc, .fui_file_thumb.docx {
    background: url(../../../../style/filePreview/icons/doc.png) no-repeat;
}
.fui_file_thumb.xls, .fui_file_thumb.xlsx {
    background: url(../../../../style/filePreview/icons/xls.png) no-repeat;
}
.fui_file_thumb.ppt, .fui_file_thumb.pptx {
    background: url(../../../../style/filePreview/icons/ppt.png) no-repeat;
}
.fui_file_thumb.pdf {
    background: url(../../../../style/filePreview/icons/pdf.png) no-repeat;
}
.fui_file_thumb.txt {
    background: url(../../../../style/filePreview/icons/txt.png) no-repeat;
}
.fui_file_thumb.zip {
    background: url(../../../../style/filePreview/icons/zip.png) no-repeat;
}
.fui_file_thumb.rar {
    background: url(../../../../style/filePreview/icons/rar.png) no-repeat;
}
.fui_file_thumb.other {
    background: url(../../../../style/filePreview/icons/common.png) no-repeat;
}
.fui_file_thumb.size-tiny, .fui_file_thumb.size-normal {
    background-size: 100% 100%;
}
.fui_file_thumb.size-normal {
    border-radius: 5px;
}


.fui_text.x-ui-disable > input, .fui_textarea.x-ui-disable > input, .fui_textarea.x-ui-disable > textarea {
    background-color: #F6F7F7;
    border-color: #D9D9D9
}
.fui_file_preview .file-toolbar {
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0)
}

.x-window-mask.modal {
    position: fixed;
    font-size: 14px;
}
.x-window-mask.fadein .x-dialog {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.x-window-mask.fadeout .x-dialog {
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
    transform: translate(0, -20%)
}

.x-window-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.x-window-mask.scrollable {
    overflow: auto
}

.x-window-mask.fadeout {
    opacity: 0
}

.x-window-mask.fadein {
    opacity: 1
}

.x-window-mask.dark {
    background-color: rgba(0, 0, 0, .7)
}

.x-window-mask.light {
    background-color: rgba(240, 240, 240, .8)
}


.x-window-mask > .x-shadow-content {
    -webkit-box-shadow: 0 0 5px rgba(146, 146, 146, .5);
    box-shadow: 0 0 5px rgba(146, 146, 146, .5)
}

.x-window-mask .flow-todo-empty-con {
    height: 100%;
    background: #fff
}

.x-window-mask .flow-todo-empty {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

/*.fx_etl_list .etl-content .content-empty .help-image:hover, .x-msg-bubble.animation {
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px)
}*/

.x-window-mask .flow-todo-empty .x-btn {
    display: inline-block;
    font-size: 16px;
    padding: 0 36px
}

.x-window-mask.offset-10, .x-window-mask.offset-2, .x-window-mask.offset-3, .x-window-mask.offset-4, .x-window-mask.offset-5, .x-window-mask.offset-6, .x-window-mask.offset-7, .x-window-mask.offset-8, .x-window-mask.offset-9 {
    background-color: rgba(240, 240, 240, .4);
    padding-top: 66px;
    padding-bottom: 34px
}

.x-window-mask .flow-todo-empty .empty-extra {
    margin-top: 20px
}

.x-window-mask.center > .x-loader-icon {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.x-window-mask.offset-1 {
    padding-left: 0
}

.x-window-mask.offset-1 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-2 {
    padding-left: 32px
}

.x-window-mask.offset-2 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-3 {
    padding-left: 64px
}

.x-window-mask.offset-3 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-4 {
    padding-left: 96px
}

.x-window-mask.offset-4 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-5 {
    padding-left: 128px
}

.x-window-mask.offset-5 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-6 {
    padding-left: 160px
}

.x-window-mask.offset-6 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-7 {
    padding-left: 192px
}

.x-window-mask.offset-7 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-8 {
    padding-left: 224px
}

.x-window-mask.offset-8 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-9 {
    padding-left: 256px
}

.x-window-mask.offset-9 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-10 {
    padding-left: 288px
}

.x-window-mask.offset-10 .x-shadow-content {
    -webkit-box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5);
    box-shadow: 0 2px 3px 0 rgba(146, 146, 146, .5)
}

.x-window-mask.offset-1 {
    background-color: rgba(240, 240, 240, .8);
    padding-top: 50px;
    padding-bottom: 50px
}

.x-window-mask.full-screen {
    padding: 0
}
.x-window-mask.fadein .x-msg-prompt {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.x-window-mask.fadeout .x-msg-prompt {
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
    transform: translate(0, -20%)
}

.x-ui-disable {
    cursor: default !important
}

.x-ui-hidden {
    display: none !important
}



.fui_file_preview {
    color: #e6e6e6
}

.fui_file_preview .x-loader-icon {
    margin-top: 40%
}

.fui_file_preview .file-header {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
    padding-right: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fui_file_preview .file-header .download:hover {
    background: #000
}

.fui_file_preview .file-header i {
    font-size: 24px
}

.fui_file_preview .file-header .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background 218ms ease;
    -moz-transition: background 218ms ease;
    -o-transition: background 218ms ease;
    transition: background 218ms ease
}

.fui_file_preview .file-header .download {
    position: absolute;
    top: 0;
    right: 60px;
    cursor: pointer;
    width: 60px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    -webkit-transition: background 218ms ease;
    -moz-transition: background 218ms ease;
    -o-transition: background 218ms ease;
    transition: background 218ms ease
}

.fui_file_preview .file-toolbar .file-btn, .fx-form-multi-tab .tab-list-wrapper .inner-wrapper .tab-list {
    -webkit-transition: transform 218ms ease;
    -moz-transition: transform 218ms ease;
    -o-transition: transform 218ms ease
}

.fui_file_preview .file-header .download i {
    float: left;
    margin: 15px 5px 0 0;
}

.fui_file_preview .file-header .file-counter, .fui_file_preview .file-header .file-name {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle
}

.fui_file_preview .file-header .file-counter {
    color: #9D9D9D
}

.fui_file_preview .file-header .file-name {
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fui_file_preview .file-toolbar {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    height: 50px;
    margin: auto;
    line-height: 50px;
    z-index: 1
}

.fui_file_preview > .file-nav:hover .nav-wrapper {
    background: #000
}

.fui_file_preview .file-toolbar .file-btn, .fui_file_preview .file-toolbar .scale-val {
    width: 50px;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.fui_file_preview .file-toolbar .file-btn {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    transition: transform 218ms ease
}

.fui_file_preview > .file-nav .nav-wrapper, .fx_state_button .inner-wrapper {
    -webkit-transition: background 218ms ease;
    -moz-transition: background 218ms ease;
    -o-transition: background 218ms ease
}

.fui_file_preview > .file-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    width: 70px;
    height: 70px;
    cursor: pointer
}

.fui_file_preview > .file-nav .nav-wrapper {
    color: #fff;
    font-size: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: rgba(0, 0, 0, .5);
    margin: auto;
    transition: background 218ms ease
}

.fui_file_preview > .file-nav.next {
    right: 15px;
}
.fui_file_preview > .file-nav.prev {
    left: 15px;
}

.fui_file_preview .file-wrapper {
    margin-top: 60px
}

.fui_file_preview .file-item {
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.fui_file_preview .file-item.file-video {
    margin: 0 100px
}

.fui_file_preview .file-item > img {
    display: block;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -webkit-transition: width, height, transform .15s;
    -moz-transition: width, height, transform .15s;
    -o-transition: width, height, transform .15s;
    transition: width, height, transform .15s;
    background: #fff
}

.fui_file_preview .file-item .iframe-wrapper {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0
}

.fui_file_preview .file-item .iframe-wrapper.hide-header {
    top: -50px
}

.fui_file_preview .file-item .file-box-preview {
    width: 100%;
    height: calc(100% - 50px);
    padding-top: 50px;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .fui_file_preview .file-item.file-video{
        margin: 0 60px;
    }
    .fui_file_preview > .file-nav{
        width: 40px;
        width: 40px;
    }
    .fui_file_preview > .file-nav .nav-wrapper {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.fui_file_preview .file-item .file-text-preview {
    position: absolute;
    top: 0;
    left: 160px;
    right: 160px;
    bottom: 0;
    margin: auto;
    background: #fff
}
/* 不支持的文件 */
.fui_file_preview .file-item > .file-unknown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 300px;
    height: 150px
}
.fui_file_preview .file-item > .file-unknown .fui_file_thumb {
    margin: auto
}

.fui_file_preview .file-item > .file-unknown .file-tip {
    color: #fff;
    margin-top: 20px
}
/*.fui_file_preview .file-item > .file-unknown .file-link {
    color: #0DB3A6;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: underline
}*/

.fui_file_preview .preview-item {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%
}
.fui_file_preview audio.preview-item{
    top: 50%;
    bottom: auto;
    transform: translateY(-100%);
}

.fui_preview_custom_slider .slider-header .switch-btn {
    margin: 10px auto;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    width: 150px;
    height: 40px;
    line-height: 40px
}

.fui_preview_custom_slider .slider-header .switch-btn > i {
    display: inline-block;
    text-align: center;
    width: 75px;
    height: 40px;
    font-size: 20px;
    color: #91A1B7;
    background: #fff;
    cursor: pointer
}

.fui_preview_custom_slider .slider-header .switch-btn > i.selected {
    background: #0DB3A6;
    color: #fff
}

.fui_preview_custom_slider .slider-main {
    background-color: #f4f9f9
}

.fui_preview_custom_slider .slider-main .mobile-preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #F4F6F9
}

.fui_preview_custom_slider .slider-main .mobile-preview .preview-main {
    width: 320px;
    height: 667px;
    margin: 20px auto 0;
    background: #fff;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    border: 13px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 18px 21px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 18px 21px 0 rgba(0, 0, 0, .04)
}

.fui_preview_custom_slider .slider-main .mobile-preview .preview-main > iframe {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #F4F6F9;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #D9D9D9
}
/* 图标 */
.fui_file_preview i[class*=icon-] {
    display: inline-block;
}
i.icon-close-normal {
    width: 60px;
    height: 50px;
    background: url(../../../../style/filePreview/close.png) no-repeat;
}
i.icon-close-normal:hover {
    background: url(../../../../style/filePreview/close_s.png) no-repeat;
}
i.icon-vip-center-excel-import {
    width: 20px;
    height: 20px;
    background: url(../../../../style/filePreview/download.png) no-repeat;
}
i.icon-arrow-right, i.icon-arrow-left{
    width: 20px;
    height: 20px;    
}
i.icon-arrow-right {
    background: url(../../../../style/filePreview/nav_r.png) no-repeat;
}
i.icon-arrow-left {
    background: url(../../../../style/filePreview/nav_l.png) no-repeat;
}
.file-toolbar i[class*=icon-] {
    width: 50px;
    height: 50px;
}
i.icon-enlargement {
    background: url(../../../../style/filePreview/enlargement.png) no-repeat;
}
i.icon-enlargement:hover{
    background: url(../../../../style/filePreview/enlargement_s.png) no-repeat;
}
i.icon-narrow {
    background: url(../../../../style/filePreview/narrow.png) no-repeat;
}
i.icon-narrow:hover {
    background: url(../../../../style/filePreview/narrow_s.png) no-repeat;
}
i.icon-rotate {
    background: url(../../../../style/filePreview/rotate.png) no-repeat;
}
i.icon-rotate:hover {
    background: url(../../../../style/filePreview/rotate_s.png) no-repeat;
}
i.icon-origin-image {
    background: url(../../../../style/filePreview/origin-image.png) no-repeat;
}
i.icon-origin-image:hover {
    background: url(../../../../style/filePreview/origin-image_s.png) no-repeat;
}
.fui_file_preview i[class*=icon-] {
    background-size: 100% 100%;
}


/* loading */
.x-loader-icon {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 35px auto 0;
    border: 2px solid rgba(255, 255, 255, .5);
    border-top-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: rotate .8s infinite linear;
    -o-animation: rotate .8s infinite linear;
    animation: rotate .8s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}
.x-loader-icon.colorful {
    border: 2px solid rgba(13, 179, 166, .25);
    border-top-color: #0DB3A6
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.x-ui-popover {
    position: absolute;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    z-index: 8001;
}

.x-ui-popover.animation {
    -moz-transition: all 218ms;
    transition: all 218ms;
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px)
}

.x-ui-popover:after, .x-ui-popover:before {
    position: absolute;
    border: solid transparent;
    content: " ";
    width: 0;
    height: 0;
    pointer-events: none
}

.x-ui-popover:after {
    border-width: 6px
}

.x-ui-popover:before {
    border-width: 7px
}

.x-ui-popover.bottom:after, .x-ui-popover.bottom:before {
    bottom: 100%;
    left: 50%
}

.x-ui-popover.bottom:after {
    border-bottom-color: #fff;
    margin-left: -6px
}

.x-ui-popover.bottom:before {
    margin-left: -7px
}

.x-ui-popover.top:after, .x-ui-popover.top:before {
    top: 100%;
    left: 50%
}

.x-ui-popover.top:after {
    border-top-color: #fff;
    margin-left: -6px
}

.x-ui-popover.top:before {
    margin-left: -7px
}

.x-ui-popover.left:after, .x-ui-popover.left:before {
    left: 100%;
    top: 50%
}

.x-ui-popover.left:after {
    border-left-color: #fff;
    margin-top: -1px
}

.x-ui-popover.left:before {
    margin-top: -7px
}

.x-ui-popover .right:after, .x-ui-popover .right:before {
    right: 100%;
    top: 50%
}

.x-ui-popover .right:after {
    border-right-color: #fff;
    margin-top: -1px
}

.x-ui-popover .right:before {
    margin-top: -7px
}

.x-ui-popover.dark {
    background: rgba(0, 0, 0, .85);
    color: #fff;
    border: 0
}

.x-ui-popover.dark.top:after {
    border-top-color: rgba(0, 0, 0, .85)
}

.x-ui-popover.dark.bottom:after {
    border-bottom-color: rgba(0, 0, 0, .85)
}

.x-ui-popover.dark.top-right:after {
    right: 30px;
    left: auto;
    margin-left: 0;
    margin-right: -3px
}

.x-ui-popover.light {
    padding: 15px;
    border-width: 0;
    -webkit-box-shadow: 0 2px 3px 1px rgba(147, 147, 147, .5);
    box-shadow: 0 2px 3px 1px rgba(147, 147, 147, .5)
}

.x-ui-popover.light:before {
    position: absolute;
    content: " ";
    width: 6px;
    height: 6px;
    pointer-events: none;
    background: #fff;
    border-width: 0
}

.x-ui-popover.light.bottom {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.x-ui-popover.light.bottom:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 100%;
    left: 50%;
    margin-bottom: -3px;
    margin-left: -3px;
    -webkit-box-shadow: -1px -1px 1px 0 rgba(147, 147, 147, .2);
    box-shadow: -1px -1px 1px 0 rgba(147, 147, 147, .2)
}

.x-ui-popover.light.bottom.bottom-right:before {
    right: 30px;
    left: auto;
    margin-left: 0;
    margin-right: -3px
}

.x-ui-popover.light.top {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.x-ui-popover.light.top:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 100%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(147, 147, 147, .2);
    box-shadow: 1px 1px 1px 0 rgba(147, 147, 147, .2)
}

.x-ui-popover.light.top-left:before {
    left: 30px
}

.x-ui-popover.light.top-right:before {
    right: 30px;
    left: auto;
    margin-left: 0;
    margin-right: -3px
}

.x-ui-popover.light.left {
    -webkit-box-shadow: 0 2px 3px 1px rgba(147, 147, 147, .5);
    box-shadow: 0 2px 3px 1px rgba(147, 147, 147, .5)
}

.x-ui-popover.light.left:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 100%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    -webkit-box-shadow: -1px -1px 1px 0 rgba(147, 147, 147, .3);
    box-shadow: -1px -1px 1px 0 rgba(147, 147, 147, .3)
}

.x-ui-popover.light.right {
    -webkit-box-shadow: 0 2px 3px 1px rgba(147, 147, 147, .5);
    box-shadow: 0 2px 3px 1px rgba(147, 147, 147, .5)
}

.x-ui-popover.light.right:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 100%;
    top: 50%;
    margin-top: -3px;
    margin-right: -3px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(147, 147, 147, .3);
    box-shadow: 1px 1px 1px 0 rgba(147, 147, 147, .3)
}

.x-ui-popover.light.baseline-right:before {
    top: 10%
}

.x-ui-popover.fadein.animation {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.x-ui-popover.no-arrow:after, .x-ui-popover.no-arrow:before {
    content: none
}

.x-ui-popover.dark:before, .x-ui-popover.light:after {
    display: none
}
.x-ui-popover.fadein {
    opacity: 1
}
.x-ui-popover.animation {
    -webkit-transition: all 218ms;
    -o-transition: all 218ms
}