.luckysheet-icon-img-container.iconfont,
.luckysheet-submenu-arrow .iconfont
{
    font-size: 24px;
}

.luckysheet-toolbar-menu-button .luckysheet-iconfont-xiayige,
.luckysheet-toolbar-combo-button .luckysheet-iconfont-xiayige
{
    font-size: 12px;
    top: -8px;
    left: -3px;
}

.luckysheet-toolbar-select .luckysheet-iconfont-xiayige{
    margin-right: 4px;
}

#luckysheet-icon-morebtn{
    position: absolute;
    right: 15px;
    transform: translate(0,-50%);
    top: 50%;
}


.toolbar .luckysheet-icon-text-color,
.toolbar .luckysheet-icon-cell-color,
.toolbar .luckysheet-icon-border-all,
.toolbar .luckysheet-icon-valign,
.toolbar .luckysheet-icon-textwrap
{
    margin-right: -3px;
}

.toolbar .luckysheet-icon-merge-button,
.toolbar .luckysheet-icon-align,
.toolbar .luckysheet-icon-rotation,
.toolbar .luckysheet-icon-function,
.toolbar .luckysheet-freezen-btn-horizontal
{
    margin-right: -4px;
}

#luckysheet-icon-morebtn{
    padding: 2px 13px 0 5px;
}
#luckysheet-icon-morebtn .iconfont{
    top:-9px;
}


/* custom common style */

.lucky-button-custom{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lucky-button-custom:hover{
    background-color: #E1E4E8;
}

/* more button border */
#luckysheet-icon-morebtn-div{
    border: 1px solid rgb(212, 212, 212);
}

/* sheet bar add/menu button */
/* #luckysheet-sheets-add, #luckysheet-sheets-m{
    padding: 1px 3px;
} */
.luckysheet-sheets-add .iconfont, .luckysheet-sheets-m .iconfont{
    font-size: 21px;
}

/* sheet bar left/right scroll */
#luckysheet-sheets-leftscroll , #luckysheet-sheets-rightscroll{
    padding:6px 10px;
}

input.luckysheet-mousedown-cancel{
    border:1px solid #A1A1A1;
}
input.luckysheet-mousedown-cancel:focus{
    border: 1px solid rgb(1, 136, 251);
    outline: none;
}
.luckysheet-cellFormat-config{
    display: none;
}

.luckysheet-cellFormat-config .luckysheet-modal-dialog-content{
    position: relative;
    height: 550px;
    width: 600px;
}

.luckysheet-cellFormat-menu-c{
    position: absolute;
    width: 100%;
    height: 30px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 12px;
}

.luckysheet-cellFormat-menu{
    position: relative;
    display: inline-block;
    height: 30px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    background: #F0F0F0;
    cursor: pointer;
}

.luckysheet-cellFormat-menu:hover{
    background: #e7e7e7;
}


.luckysheet-cellFormat-menu-active{
    background: #fff;
    cursor: default;
}

.luckysheet-cellFormat-menu-active:hover{
    background: #fff;
}


.luckysheet-cellFormat-content{
    position: absolute;
    top:30px;
    bottom: 0px;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-top: none;
}

.luckysheet-cellFormat-protection{
    position: relative;
    margin-top: 30px;
    margin-left: 40px;
}

.luckysheet-cellFormat-protection span{
    font-size: 12px;
    color:#ff2929;
    padding-left: 12px;
}
/* body {
    margin: 0px;
    height: 100%;
    overflow: hidden;
}
 */


::-webkit-scrollbar-track {
    background-color: transparent;
}

.luckysheet-noselected-text {
    -moz-user-select: -moz-test;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chart-moveable{
  cursor: move;
}

.luckysheet {
    position: absolute;
    /*width: 100%;
    height: 100%;*/
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.luckysheet * {
    box-sizing: initial;
    outline: none;
}

.luckysheetLoaderGif {
    /*换用GIF loading*/
    width: 8em;
    height: 8em;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);

    background-image: url(loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.luckysheet-loading-mask{
    position:absolute;
    z-index:1000000000;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width:100%;
    height:100%;
    background:#fff;
}

.luckysheet-loading-content{
    position:relative;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    font-size: 14px;
    color: #409eff;
    text-align:center;
}

.luckysheet-loading-image{
    width: 8em;
    height: 8em;
    margin: 0 auto;
}

.luckysheet-loading-text{
    margin-top: 1em;
}

.luckysheet-loading-image .image-type{
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.luckysheet-loading-image .path-type{
    width:100%;
    height:100%;
}

.luckysheet-work-area {
    height: 90px;
    width: 100%;
    position: relative;
}

.luckysheet_info_detail {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0 17px;
    /* width: 100%; */
    height: 56px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -1px 0px 0px rgba(230, 231, 232, 1);
    border-bottom: 1px solid #d4d4d4;
}

.luckysheet_info_detail .sheet-name {
    margin: auto;
}

.luckysheet_info_detail div.luckysheet_info_detail_back {
    font-size: 14px;
    padding: 0 8px;
    margin-right: 18px;
    border-radius: 3px;
    cursor: pointer;
}

.luckysheet_info_detail div.luckysheet_info_detail_back:hover {
    background: #eee;
}


.luckysheet_info_detail .luckysheet_info_detail_input {
    border: 1px solid transparent;
    border-radius: 3px !important;
    color: #000000;
    font-size: 16px;
    height: 26px;
    line-height: 22px;
    margin: 0;
    min-width: 1px;
    padding: 2px 7px;
    visibility: hidden;
}

.luckysheet_info_detail .luckysheet_info_detail_input:hover {
    border: 1px solid #e5e5e5;
}

.luckysheet_info_detail .luckysheet_info_detail_input:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #0188fb !important;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
    color: #000;
    outline: none;
}

.luckysheet_info_detail_update {
    color: #cbcbcb;
    font-size: 12px;
    margin-left: 15px;
}

.luckysheet_info_detail_user {
	/* right: 20px; */
	font-size: 12px;
	cursor: pointer;
	margin-left: 10px;
	/* position: absolute; */
}
#luckysheet_info_detail_user_img {
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.luckysheet_info_detail_save {
    color: #828282;
    font-size: 12px;
    margin:0 5px;
}

.luckysheet-share-logo {
    height: 32px;
    width: 152px;
    z-index: 1;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJgAAAAgCAYAAADuW7E5AAAN7ElEQVR4Xu2be5BU1Z3Hv7/Tj2EYkEA0Uj4QTBRBZgofYFAWHzGlVLlqNGg0u6vZVKBqLVmZ7kGcvnf6dt/bDMx0D4RNYiRGd92EcmFZDRrAWl/J6ho3JJAZhELBRQTj+lgfMEhP973frdMzPdMzdM8rTFadOX/N3Ps7557zO5/zO7/f75yWKittYZBFKfXvO+oCLw6y+ki1YaABGQFsGMzy/+MQOwEj5CR4nDCgvijZRshOhczeZmv0wQHVHREeFhroAszDZMA7dyCjpuANgbwF4S9arPJfD6TuiOzw0MCfFbAqi2fQS98AJZeB0DCXtcTKKoeHqofnKIsCRsgUQIJ9qUSAoxQcE3iNLbHytaXkq2xORTa73IN3owCqQO7NlljZpL6+M/L+s6uBEoCpqRD0CRiINoAZAImd8VH/cJwaLPormVkJcDEA//FqkmdbYsGvfXbVN9LzvjQwZICdb3GCQmY9yJIAUZDYaZUZfXVy5P1nVwNDAthki6PGsk07/bN6U40ncskrVvC/+qM+a3lyukecSRfv2XXh3/WnzlDJRJzGaqGcAXCzY9Y8PVTf6a3dT0Mf+jPuIQGsMpr+OYDb++jAtpZYWa8AFtaPOMkHhFgIyFbHDM3vz+CGSsawk9sAXCSCiG2Elw/Vd3pr99PQh8L+WZalsr6x1wLeMceseTb/7oQDNsNK3yTExr6ULvSubo6XP9OXXP79CGDdNfVpA8xwkr8CMU9ElthGaPXQAKadeq9tJwRT+wDn8ZZY2Tf6C5eWGwHsUw6YndoFcNqQAlYVS99GD+t6BUewu/WT1jmvr5zw0VACVpdIft2lTBCqZsdcsrvwW7Wx5HzxyUleFtvrrdCr+XcdZv46gHNFUEHyIEU9lzBCvymsX8p6GPbqqRR3ppbV3/UHfYczmcxl+n9/ZtQvY7G7jnTf9ptmA5wixGHHDG3W75bV14/3Z4PfAvhlQEfy6k1AbXLMe/aU6kPGl7k/4AbvIL1zKXJQebLFrgtt76nfJU1N5RWt3jVCXECRLwLc58tmN8Ziyw4Umwsz3nQ+hfNEMJ1EK4AX/O7hzZZleQU7y1xAThcyBeB0QB6hYLPQ+x/HrHn+hG6RM6LpJwS4rhQ4BA9Q8LVXrFF7BwLXYCxYb1uIUWS11SZWn6o890mAFxfp2/o9zS/fvmHDBle/K9a25TTNztLbCmA8RLb6s4dvTgcnVPjctjd1QlkUvmdHwg/2gETDfQ4g9ztm6O8Mu0n7MBsAjOnRBw+g7Zg1nRcTuvogD5G8pn1yO4ogA6pFjln9cP6RYa+aRvE2Czm5e9s8pqAWx83QTwqfm05qJckwuuctIcDLPhfXWVb4PS1vOslNJP6yp85E8IxthK8+cYDtLvtR5fTMBwDHFoNHhC8CZTc1W/LOQOH6cwBm2KktAK8F+L6IzxLxXnOJWQLUgiinwEwYYacYYBEnOVeIXwI4CZQNPvfjv4rFYm0dstqi36ZXv2OG/6LTWrYD+bL+31O+i4KZj3ZkfWP0pI0H8KTn8cdK+TJCzqfC32s5Qr6aMKpzUXcesJy1FDwl4P0UNZ4eNYRnAXjP7449y7IWHV24cGHg1Enn7iAxHcDvhCpJ4cci+LpH3i26CWJ2PjqPOMlvC/EzgG2AagTkBVGcCJc1lFwbmxwzfEMOsETqTpDTSH4X0FYRz4pgG8m9jlnzE5kZbzfhrscLSDf3t1DNJTC6bxCoV7Q2lwkqbFGU13rWIfG+gAlXyn64KyY5pQ+mDNQHG4gFq0ukrvQ8PqvVLMo3x669Jzfx7RPZFAK8JIB9jhn+Sk/AfORvMpBNAlRQ8GAge2RR4RZyX7zhcp+o5wlQ4J3jmEv3ta/81PfJXAJ6u2OGL4w2NEx00+qPOZCE1yeMmifyfTCdpnrS06cr6xwztKmwDyT2v3vq2HPXLlqkE96IOKlLhXox63bcWQnj3m2GnbwbwBqA72Zbs1NXrLjvg662U40dlioHzd1r1pSN+zD9OkROI2Em6toXlS7RaMNE16+01R3jKe/i5ZGlv+/SUwkfLC8ww8pcIXRzpo6Q68HilqgEHAlRvj+A3q/a68MTyA5R8uiRo/61r6+UAflbxb4xpIDZKcsDowB2OGb4gsLva7+l/BP3HP0smGndqeHphBd42gMuE6AcQMoxw3pLOa4YduMuQKYJEbfrwtH169f7mve8eQjgqRTclTDCP8pBF0++0m4h5CiFjwqxxT/G97S1ZMmHPRst2CLX2EYoZ+F0WbBggW9q1SXHtNtHjzclojWPmfHU4xTeoLct0tctrSLizSD5fQKZV5snlU+feajS9dyc/yaUOyiqxy0ZrxHghRREE0Y43m/AqqyjZxBydq4CcR4pZSVgOu6xUurFTCDwx0DWvdQVvq2O+ne1rJDOVdLfdnqTG0rADDv1c4A6b/dvjhm+ua/+Fm5PeVkRNNhG+N7igCU1AKsp2J+IhM42nFXXAN4WDVImkDlt5bJluQUYcVJnAvypEFfr+e1oKwvgeaVkeTwSeq5rQttzcYAYjhlKFH7XsJMayHEU+VbCCP1LxEnuFuK8vsblC/jPymbdOUI+2pcsgIcdM/y3/QasHw12F1lA3/nnp6co+E7LBvyv8QjafP7M2VkVOLQnJm8NuL0+KgwlYJF48gERncTlVses6TOJWwCYJyKPkbw5t70K/saOhH7WcygdkeFBgKMB35WAqyfmrwXyiG2G7ugpH3GaTqfHa5R4VwKY3+HbuErktrgR0kFA0UCjAL5ugBl2UvttOqn9a0A9WUrVvmz2nzNKLlJKcjIiyiSRLiavhK/HjVBnvrNY4JRrY0AgWPRXeW0LPMHtArk879CL8n3TzXoHlGL+2GcvBY9lmF29J1ZxQmAbBGB6tV8BoNExw0vz47Ss5MlZH3RkNyqfs4k4qbCQjQIcrJw6afItt9ySixZ1MePJWRT5Jwg+eeeUMV/Vvk4BYKscM1xtOKkHkXNyeYziuzzviBfqNuKkHhbyTh0EQKghHiNU8+y66v/Qcpa1arKrvLkUHnHM8ONd/X1gdMZ/+EkhrhTgJdsMXzoIwB7RQJN4KlEXvrawXzXRhonlAf8cjx797pFNWd/oKYDKRfkUmXN8iqbxCiW+8Rnl7amvDe86YRZsRiz7DXHd+mJJVM9Tc7PK/99BtB3qDqy0ClnfHA8u1zv6gGDuITwIwB4C8B0Ar/jdIxdblnXMsix/1jdWR0e3tq/Q9qyzYTdqB1oraxSAascMr2qfdEtl/WPXgbxVRH5hG6Ebi03umjVryt75KP0CIDrF8RZFzU4Y1d10YcYbL6FIYT5tj2OGO7ctM95USfGa24Mmd4Zj3tuZuzMSqR/A410AfuuY4dkDByylc3s6aPCE6iq7rjrnK3fo4wkdPVPwXMIIX0VSTCelg5xZItiiModvzEfE5vKmyz3Xe0YAn0vvivq6pbl2cv1xkttBzATEcsxQLP+8TwvWcXD901JnizmHPh08WftcldG0jiJzkVa3Iuqxw/Dfvt8S7XwOqnQB1nv1AmiuAiR/FPUGgJdJVInk+qfNfkVh1tmwU3GAZi5gJ7VV2QfBLBAzALQK1Ry7rrql1ORGV6ye5GbcbQBPEeC3PveL8yzrO93Ga9iN2wFpT8SK1NhGSEennXNh2I3PIbcz4H8BPKWTm0pkKsG5ud1GieFE2v2t3qPk7j6Yljfjjf9KkZu1M68EWz3gfQDzhNB+9xG/4mVWpEYDjlqr4ULlUy/puEZEdNT4n3pcJHS+zV9sazec5D+CuAMiLgi9uBocM/TDXgHLXblhm04e9nIoLb9viQUv0h2bYaUbhKgpgcC6lljZtwdFV7ejov4BpqUiTnKZkLH85UkB3iZkEYAVxY41DDv1PYANAL7QNe3YIUrdY9e2r/reJtewG68mZKte4R0phW7j7UoXoM3v8kzLqumWE7xv+ZpTfG5mNcFb29voLB8A8mO/e9jIp0AGCtjChQ8EvnTmxxGILNV5vYK2nxfKPXZd6A+Fmq2NNsxUfqUTw7m57Sg6d5ZQmcOr81Yt/0L7jUI+BFCnuiryFwFKA6bPFZHZ2tt9rtxKVGppczTQqP+eGm09LYjAqwArimMgi1piwZI3XwcLX2/1lq5cOTaQCUzTMu8eqNi+dm17vqiXIobdOJkipwcCwf3WvYv1avyTtvcCMHPbtpAb7bqab5bqg2Wt+kJbAJN9bmYchW9/aVz5/sWLFxd1tgeqM50i2bX3wDlu1jc+6//k1fraWm3JShbLapoAP8/L0ve+3/1wn2VZOqrtdykJWGW0LQWwureWdBL1aDr45cI8V1VdOkJBZ3KuR/23ZUzwK801os+1hlVpt07pA4CMAtR8x6zWO8PnvhQFTN+hZ7ZtZ/FrzgU6Iatb4qNyDnFXoVRa2Y2gV/S2BEW+u9MK6pU8rErESRpC2AAP+N3WKYXZ/s+zIooDFs1sJLybehu4PlvMsuyqYsc/fQQGm1piZblzrOFSdLTmqjG7qY9fhPX5M83hMP7jANM/LfPY9kaPX//0sFF4QyE4u6+D68pom05e6pB1YmcDgkMtVtkZw0G5I2MskmitrDt2F0R+UFI5gt0eeH1/r9xUNbLCa83cKuQNkFxEcnILgqNhSeedopGJ+Pxq4DgLVmml14G56yXFyuOtx1rvHOhlwW4NWVQjcH1+geo5suMBi6Y7DlG7iW4TessGcod++KhwZKS9+uo9X1ZG0zpbPQ6Q1yh8iZBN/f1p2YiqRzTQUwP/ByH3mYpBTz2UAAAAAElFTkSuQmCC");
}

.luckysheet-wa-editor {
    height: 32px;
    /* background: #f7f7f7; */
    background: #fafafc;
    position: relative;
    /* padding-left: 15px; */
    /* padding: 0px 0px 10px 15px; */
    padding: 5px 0px 3px 15px;
    border-bottom: 1px solid #d4d4d4;
    white-space: nowrap;
    transition: all 0.2s;
}

/* 
.luckysheet-wa-editor>div.luckysheetfulltoolbar {
    display: inline-block;
    height: 34px;
    padding: 0px 5px;
    line-height: 34px;
    font-size: 13px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    vertical-align: middle;
}

.luckysheet-wa-editor>div.luckysheetfulltoolbar:hover {
    background: #0188fb;
    color: #FAFAFA;
    cursor: pointer;
}

.luckysheet-wa-editor>div.luckysheetfulltoolbar:active {
    background: #FB4747;
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 0 2px #727272;
    -moz-box-shadow: inset 0 0 2px #727272;
    box-shadow: inset 0 0 2px #727272;
    cursor: pointer;
} */

/*toolbar菜单start*/

.luckysheet-toolbar-left-theme {
    width: 15px;
    /* background: #0188fb;  */ /* 工具栏左边的蓝色背景 */
    position: absolute;
    left: 0px;
    top: 1px;
    bottom: 1px;
}

.luckysheet-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

/*分隔符*/
.luckysheet-toolbar-separator {
    line-height: normal;
    list-style: none;
    outline: none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    width: 0;
    /* height: 35px; */
    height: 20px;
    vertical-align: top;
    border-left: 1px solid #e0e0e0;
    /* margin: 0 1px; */
    margin: 5px 1px;
}

/*combo*/
.luckysheet-toolbar-combo-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    outline: none;
    padding: 0;
    color: #333;
    list-style: none;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    /* top: 2px; */
    height: 26px;
    line-height: 26px;
    vertical-align: inherit;
    margin: 0 1px;
}

.luckysheet-toolbar-combo-button:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(to bottom, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(to bottom, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(to bottom, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(to bottom, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
    border-color: #c6c6c6 !important;
    color: #222;

    border-width: 1px;
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, .06);
    background-image: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.luckysheet-toolbar-combo-button:hover .luckysheet-toolbar-combo-button-input {
    border-right-color: rgba(0, 0, 0, 0.12);
}

.luckysheet-toolbar-combo-button-open {
    color: #222;
    border-width: 1px;
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, 0.12);
    background-image: none;
    cursor: pointer;
}


.luckysheet-toolbar-combo-button-open .luckysheet-toolbar-combo-button-input {
    background: transparent;
    border-right: 1px solid transparent !important;
}


.luckysheet-toolbar-combo-button-outer-box,
.luckysheet-toolbar-combo-button-inner-box {
    border: 0;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

/* .luckysheet-toolbar-combo-button-inner-box {
    padding: 0 2px;
    margin: 0 1px;
} */

.luckysheet-toolbar-zoom-combobox .luckysheet-toolbar-combo-button-caption {
    /* width: 48px !important; */
    width: 36px !important;
}

.luckysheet-toolbar-combo-button-caption {
    padding: 0;
    margin: 0 0 0 -3px;
}

.luckysheet-toolbar-combo-button-input {
    background: transparent;
    border: 1px solid transparent !important;
    color: #333;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    height: 20px !important;
    overflow: hidden !important;
    color: rgba(0, 0, 0, .7);
    height: 22px !important;
    width: 22px;
}

.luckysheet-toolbar-combo-button-input:focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
    outline: none;
    border: 1px solid #0188fb !important;
}

.luckysheet-toolbar-textinput {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 13px;
    height: 25px;
    /* padding: 1px 8px; */
    padding: 1px 0px 1px 8px;
}

.luckysheet-toolbar-combo-button-dropdown {
    /* background: url(arrow-down.png) center no-repeat; */
    float: right;
    margin: 9px 0 0 0px;
    padding: 0 0 0 1px;
    min-width: 7px;
    opacity: .8;
    vertical-align: middle;
    width: 5px;
    height: 7px;

    margin-top: 10px;
}

/*menubar*/
.luckysheet-toolbar-color-menu-button .luckysheet-toolbar-menu-button-caption {
    top: -2px;
}

.luckysheet-color-menu-button-indicator {
    position: relative;
    /* border-bottom: 4px solid #f0f0f0; */
    height: 20px;
    /* border-bottom-color: transparent; */
}

.luckysheet-color-menu-button-indicator .text-color-bar{
    position: absolute;
    bottom: 0px;
    background-color: #0081f9;
    height: 3px;
    width: 55%;
    left: 30%;
}

.luckysheet-toolbar-button-inner-box .luckysheet-icon,
.luckysheet-toolbar-menu-button-caption .luckysheet-icon,
.luckysheet-toolbar-menu-button-caption .luckysheet-color-menu-button-indicator .luckysheet-icon {
    margin-top: 0px;
}

/*menubutton*/
.luckysheet-toolbar-menu-button-caption {
    padding: 0;
    margin: 0;
}

.luckysheet-toolbar-menu-button-inner-box {
    margin: 0px 2px;
}

.luckysheet-toolbar-menu-button-dropdown {
    /* background: url(arrow-down.png) center no-repeat; */
    float: right;
    margin: 10px 2px 0 3px;
    padding: 0;
    opacity: .8;
    vertical-align: middle;
    width: 5px;
    height: 7px;

    margin-left: 4px;
    margin-right: 0;

    margin-top: 10px;
}

.luckysheet-toolbar-button-split-right .luckysheet-toolbar-menu-button-dropdown {
    padding: 0px 3px;
}

/* .luckysheet-toolbar-select {
    margin-left: 1px;
} */

/*split*/
.luckysheet-toolbar-button-split-left,
.luckysheet-toolbar-button-split-left * {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-right: 0;
}

.luckysheet-toolbar-button-split-right,
.luckysheet-toolbar-button-split-right * {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-width: 5px !important;
    margin-left: 0;
}

#luckysheet-icon-merge-menu {
    margin-right: 1px;
}


/*button*/
.luckysheet-toolbar-button,
.luckysheet-toolbar-menu-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: 0;
    border: 1px solid transparent;
    outline: none;
    padding: 0;
    list-style: none;
    font-size: 11px;
    /* font-weight: bold; */
    text-decoration: none;
    vertical-align: middle;
    cursor: default;

    /* margin: 3px -3px 0px 2px; */
    height: 26px;
    line-height: 26px;
    /* color: rgba(0, 0, 0, .7); */
    color: #333;
}

.luckysheet-toolbar-button:hover,
.luckysheet-toolbar-menu-button:hover,
.luckysheet-toolbar-button-hover {
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.06);
    background-image: none;
    box-shadow: none;
    cursor: pointer;
}

.luckysheet-toolbar-button-split-right.luckysheet-toolbar-menu-button:hover {
    border-left-color: rgba(0, 0, 0, 0.12) !important;
}

.luckysheet-toolbar-button-split-right-hover {
    border-width: 1px;
    border-color: transparent !important;
    background-color: rgba(0, 0, 0, 0.06);
    cursor: pointer;
    box-shadow: none;
    border-left-color: rgba(0, 0, 0, 0.12) !important;
}

.luckysheet-toolbar-button:active,
.luckysheet-toolbar-menu-button:active {
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.12);
    background-image: none;
    box-shadow: none;
    cursor: pointer;
}

.luckysheet-toolbar-button-outer-box,
.luckysheet-toolbar-menu-button-outer-box {
    border: 0;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.luckysheet-toolbar-button-inner-box,
.luckysheet-toolbar-menu-button-inner-box {
    padding: 0 2px;
    padding: 0;
    text-align: center;
    height: 26px;
    min-width: 26px;
}

.luckysheet-icon {
    direction: ltr;
    /* text-align: left; */
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    /* height: 18px;
    width: 18px; */
    height: 26px;
    width: 26px;
    /* margin: 1px 2px 2px 1px; */
    margin: 2px;
    /* opacity: .54; */
}

#luckysheet-icon-fmt-other .luckysheet-toolbar-menu-button-caption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55px;
    margin-left: 1px;
    text-align: center;
}

#luckysheet-icon-font-family .luckysheet-toolbar-menu-button-caption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55px;
    margin-left: 1px;
    /* text-align: left; */
    text-align: center;
}

/* .luckysheet-icon-bold {
    left: -18px;
    top: -186px;
}

.luckysheet-icon-italic {
    left: -36px;
    top: -1606px;
}

.luckysheet-icon-strikethrough {
    left: -54px;
    top: -442px;
}

.luckysheet-icon-text-color {
    left: -72px;
    top: -1850px;
}

.luckysheet-icon-cell-color {
    left: 0;
    top: -406px;
}

.luckysheet-icon-border-all {
    left: -54px;
    top: -1552px;
}

.luckysheet-icon-merge {
    left: -54px;
    top: -1534px;
}


.luckysheet-icon-align-left {
    left: -18px;
    top: -1426px;
}

.luckysheet-icon-align-center {
    left: -18px;
    top: -334px;
}

.luckysheet-icon-align-right {
    left: -36px;
    top: -1588px;
}


.luckysheet-icon-valign-middle {
    left: -72px;
    top: -1390px;
}

.luckysheet-icon-valign-top {
    left: -72px;
    top: -442px;
}

.luckysheet-icon-valign-bottom {
    left: 0;
    top: -316px;
}

.luckysheet-icon-textwrap-wrap {
    left: -36px;
    top: -316px;
}

.luckysheet-icon-textwrap-overflow {
    left: -58px;
    top: -1116px;
}

.luckysheet-icon-textwrap-clip {
    left: -54px;
    top: -1444px;
}

.luckysheet-icon-rotation-none {
    left: -36px;
    top: -586px;
}

.luckysheet-icon-rotation-angleup {
    left: -72px;
    top: -1134px;
}

.luckysheet-icon-rotation-angledown {
    left: -36px;
    top: -186px;
}

.luckysheet-icon-rotation-vertical {
    left: -36px;
    top: -1282px;
}

.luckysheet-icon-rotation-rotation-up {
    left: 0;
    top: -1318px;
}

.luckysheet-icon-rotation-rotation-down {
    left: -36px;
    top: -1336px;
}

.luckysheet-icon-function {
    left: -18px;
    top: -460px;
}



.luckysheet-material-icon .luckysheet-icon-border-all {
    left: -54px;
    top: -1552px;
}

.luckysheet-icon-border-inside {
    left: -36px;
    top: -806px;
}

.luckysheet-icon-border-horizontal {
    left: -58px;
    top: -168px;
}

.luckysheet-icon-border-vertical {
    left: 0;
    top: -878px;
}

.luckysheet-icon-border-outside {
    left: -54px;
    top: -1246px;
}

.luckysheet-icon-border-left {
    left: -54px;
    top: 0;
}

.luckysheet-icon-border-top {
    left: -36px;
    top: -752px;
}

.luckysheet-icon-border-right {
    left: -18px;
    top: -406px;
}

.luckysheet-icon-border-bottom {
    left: -72px;
    top: -586px;
}


.luckysheet-icon-border-none {
    left: -18px;
    top: -1072px;
}


.luckysheet-icon-line-color {
    left: -36px;
    top: -622px;
}

.luckysheet-icon-line-type {
    left: 0;
    top: -126px;
} */


#luckysheet-icon-function .luckysheet-toolbar-menu-button-caption {
    margin-right: 5px;
    margin-left: -5px;
}

#luckysheet-icon-function .luckysheet-icon {
    margin-right: 0px;
}

/* .luckysheet-icon-autofilter {
    left: -36px;
    top: -406px;
} */

#luckysheet-icon-pivotTable .luckysheet-toolbar-menu-button-caption {
    color: #0188fb;
}

#luckysheet-icon-chart .luckysheet-toolbar-menu-button-caption {
    color: #0188fb;
}

.luckysheet-rightgclick-menu-sub .sp-container {
    background-color: #ffffff;
    border: solid 1px #ffffff;
}

#luckysheet-icon-text-color-menu-menuButton .sp-palette-container,
#luckysheet-icon-cell-color-menu-menuButton .sp-palette-container {
    margin-bottom: -300px;
}

#luckysheet-icon-text-color-menu-menuButton .sp-palette,
#luckysheet-icon-cell-color-menu-menuButton .sp-palette {
    margin-top: -10px;
}

/*toolbar菜单end*/

.luckysheet-wa-calculate {
    height: 28px;
    /*padding: 10px 8px;*/
    background: #fff;
    position: relative;
    padding-right: 44px;
    border-bottom: 1px solid #d4d4d4;
}




.luckysheet-wa-calculate-help {
    height: 100%;
    width: 99px;
    border-right: 1px solid #d4d4d4;
}

.luckysheet-wa-calculate-help-box {
    height: 100%;
    width: 85px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#luckysheet-helpbox {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    resize: none;
    /* border: 1px #b9b9b9 solid; */
    font-family: arial, sans, sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-color: #ffffff;
    padding: 2px 5px;
}

.luckysheet-helpbox-cell-input {
    width: 100%;
    height: 100%;
    margin: 0;
    outline: none;
    cursor: text;
    -webkit-user-modify: read-write-plaintext-only;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    background-color: white;
    word-wrap: break-word;
    -webkit-nbsp-mode: space;
    -webkit-line-break: after-white-space;

}


.luckysheet-wa-calculate-help-tool {
    position: absolute;
    left: 85px;
    text-align: center;
    height: 100%;
    width: 13px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.luckysheet-wa-calculate-help-tool .fa-caret-down {
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
}

.luckysheet-wa-calculate-help-tool:hover {
    background: #EFEFEF;
    cursor: pointer;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.luckysheet-wa-calculate-size {
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
}

.luckysheet-wa-calculate-size:hover {
    background: #5e5e5e;
    cursor: ns-resize;
}


#luckysheet-wa-functionbox-cancel {
    left: 104px;
    /* font-size: 18px; */
}

#luckysheet-wa-functionbox-confirm {
    left: 130px;
    /* font-size: 18px; */
}


.luckysheet-wa-functionbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background-color: #fff;*/
    text-align: center;
    left: 156px;
    color: #d6d6d6;
}

.luckysheet-wa-functionbox span {
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.luckysheet-wa-functionbox i {
    font-size: 24px;
}


.luckysheet-wa-calculate-active {
    color: #585858;
    cursor: pointer;
}

.luckysheet-wa-calculate-active:hover {
    color: #0188fb;
}

.luckysheet-grid-container {
    width: 100%;
    position: absolute;
    top: 90px;
    bottom: 0px;
}

.luckysheet-stat-area {
    position: absolute;
    height: 23px;
    bottom: 0px;
    background: #ff00dc;
    width: 100%;
}

.luckysheet-sta-c {
    height: 22px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.luckysheet-stat-area:hover .luckysheet-sta-c {
    -moz-user-select: -moz-all;
    -khtml-user-select: initial;
    -webkit-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.luckysheet-sta-c .luckysheet-sta-content {
    /* position: absolute; */
    /* left: 0px; */
    /* right: 358px; */
    height: 22px;
    line-height: 22px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
}

.luckysheet-sta-c .luckysheet-sta-content span {
    margin-right: 10px;
}

.luckysheet-grid-window {
    position: absolute;
    top: 0px;
    bottom: 23px;
    left: 0;
    right: 0px;
    overflow: hidden;
    background: #00ffff;
}

.luckysheet-sheet-area {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: #f6f6f6; */
    background-color: #fafafc;
    color: #444;
    height: 31px;
    padding: 0 0 0 44px;
    margin: 0;
    -webkit-touch-callout: none;
    cursor: default;
    transition: .3s ease all;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#luckysheet-sheet-content {
    width: 0;
    flex: 3;
    display: flex;
    align-items: center;
}
#luckysheet-sheet-content .lucky-button-custom {
}

#luckysheet-bottom-pager {
    width: 0;
    background-color: #fafafc;
    z-index: 1;
    flex: 2;
    text-align: right;
    white-space: nowrap;
}

.luckysheet-sheet-area>div,
.luckysheet-sheet-area .luckysheet-sheets-item {
    display: inline-block;
    /* margin-right: 6px;
    margin-top: 1px;
    padding: 1px 6px; */
    /* padding: 6px 10px; */
}

/* .luckysheet-sheet-area .luckysheet-sheets-add {
    margin-left: 47px;
} */

/* div.luckysheet-sheets-add,
div.luckysheet-sheets-m,
div.luckysheet-sheets-scroll {
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    color: #4E4E4E;
} */

div.luckysheet-sheets-scroll {
    display: none;
}

div.luckysheet-sheets-add:hover,
div.luckysheet-sheets-m:hover {
    color: #2A2A2A;
}

.docs-sheet-fade {
    position: absolute;
    display: block;
    top: 0;
    width: 6px;
    height: 100%;
    /* z-index: 1005; */
    z-index: 1;/*因为会覆盖右击菜单，改为1*/
}

.docs-sheet-fade div {
    background-color: #d7d7d7;
    width: 2px;
    float: right;
    position: relative;
    height: 100%;
}

.docs-sheet-fade-left {
    left: 0;
}

.docs-sheet-fade-right {
    right: 0;
}

.docs-sheet-fade1 {
    opacity: 0.82;
    filter: alpha(opacity=82);
}

.docs-sheet-fade2 {
    opacity: 0.62;
    filter: alpha(opacity=62);
}

.docs-sheet-fade3 {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.luckysheet-sheet-area div.luckysheet-sheet-container {
    padding: 0px 0px;
    margin-left: 0px;
    position: relative;
    max-width: 70%;
    vertical-align: bottom;
    display: inline-block;
}

.luckysheet-sheet-area div.luckysheet-sheet-container div.luckysheet-sheet-container-c {
    padding: 0px 0px;
    margin-left: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    max-width: 100%;
    vertical-align: bottom;
    display: inline-block;
}

.luckysheet-sheet-container-menu-hide .luckysheet-sheets-item{
    padding-right: 5px !important;
}

.luckysheet-sheet-container-menu-hide .luckysheet-sheets-item-menu{
    display: none !important;
}

.luckysheet-sheet-area div.luckysheet-sheets-item {
    padding: 2px 6px;
    height: 29px;
    line-height: 29px;
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset; */
    /* background-color: #f7f7f7; */
    background-color: #fafafc;
    /* border-color: #000; */
    /* border-top-color: #aaa; */
    /* border-width: 0 1px 1px 1px; */
    color: #676464;
    min-width: 30px;
    top: 0px;
    position: relative;
    /* border-radius: 0 0 2px 2px; */
    margin-right: -1px;
    cursor: pointer;
    /* border-bottom: 1px solid #cacaca; */
    transition: all 0.1s;
    /* padding-right: 20px; */
    font-size: 13px;

    padding: 2px 19px 0px 5px;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    /* display:flex;
    justify-content: center;
    align-items: center;
    height: 100%; */
}

.luckysheet-sheet-area div.luckysheet-sheets-item:last-child{
    margin-right: 1px;
}
.luckysheet-sheet-area div.luckysheet-sheets-item:hover {
    background-color: #EFEFEF;
    /* border-color: #a5a5a5; */
    color: #490500;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu {
    margin-left: 2px;
    display: inline-block;
    top: -2px;
    position: relative;
    color: #A1A1A1;
    position: absolute;
    height: 100%;
    width: 15px;
    right: 0px;
    text-align: center;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-menu:hover {
    color: #2A2A2A;
    cursor: pointer;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name {
    padding: 0px 3px;
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name[contenteditable="true"] {
    border: 1px solid #d9d9d9;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    min-width: 8px;
    margin: -4px -1px;
    -moz-user-modify: read-write-plaintext-only;
    -webkit-user-modify: read-write-plaintext-only;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    -webkit-user-select: text !important
}

.luckysheet-sheet-area div.luckysheet-sheets-item .luckysheet-sheets-item-name[contenteditable="true"]:focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #4d90fe;
    outline: none
}

.luckysheet-sheet-area div.luckysheet-sheets-item-active {
    /* padding: 2px 8px; */
    height: 29px;
    line-height: 29px;
    background-color: #efefef;
    /* border-color: #aaa; */
    border-top-color: #fff;
    color: #222;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    cursor: default;
    /* top: -2px; */
    /* border-bottom: none; */
    /* padding-right: 20px; */
}

.luckysheet-sheet-area div.luckysheet-sheets-item-active:hover {
    background-color: #ececec;
    /* border-color: #aaa; */
    color: #222;
}

.luckysheet-grid-window-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 27px;
    left: 0;
    min-width: 200px;
    background-color: #FFFFFF !important;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.luckysheetTableContent {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.luckysheet-grid-window-2 {
    /*background-color: #fff !important;*/
    height: 100%;
    width: 100%;
    outline: none;
    border-collapse: collapse;
    display: table;
}

.luckysheet-paneswrapper {
    overflow: hidden;
    height: 1px;
}

.luckysheet-left-top {
    width: 44.5px;
    height: 18.5px;
    border: solid 0 #dfdfdf;
    position: relative;
    padding-top: 0;
    border-width: 0 1px 1px 0;
    margin: -1px 0 0 -1px;
    padding-left: 0;
    cursor: pointer;
}

.luckysheet-cols-h-c {
    color: #5e5e5e;
    overflow: hidden;
    padding: 0;
    cursor: default;
    /*width: 1548px;*/
    height: 19px;
    outline-style: none;
    position: relative;
    -webkit-user-select: none;
    background: #f3f3f2;
}

.luckysheet-rows-h {
    position: relative;
    outline-style: none;
    color: #5e5e5e;
    overflow: hidden;
    padding: 0;
    margin-top: -2px;
    padding-top: 2px;
    cursor: default;
    /*height: 472px;*/
    width: 38px;
    background: #f3f3f2;
}

.luckysheet-cols-menu-btn {
    color: #5e5e5e;
    cursor: pointer;
    position: absolute;
    z-index: 12;
    border: 1px solid #5e5e5e;
    border-radius: 1px;
    top: 3px;
    margin-left: 0px;
    display: none;
    padding: 0px 2px;
    font-size: 12px;
    height: 12px;
    opacity: 0.5;
    /*transition: all 0.1s;*/
}

.luckysheet-cols-menu-btn:hover {
    opacity: 1;
}


.luckysheet-cols-h-hover {
    color: #5e5e5e;
    cursor: default;
    position: absolute;
    z-index: 11;
    border: 0 none;
    bottom: 0;
    height: 100%;
    margin-left: 0px;
    display: none;
    /*transition: all 0.1s;*/
    background-color: rgba(194, 194, 194, 0.4);
}

.luckysheet-cols-h-selected {
    color: #5e5e5e;
    cursor: default;
    position: absolute;
    z-index: 10;
    border-bottom: 1px solid #0188fb;
    bottom: 0;
    height: 100%;
    margin-left: 0px;
    display: none;
    transition: all 0.1s;
    background-color: rgba(76, 76, 76, 0.1);
    /*left: 2489px;
             width: 863px;*/
}

.luckysheet-cols-h-cells {
    margin: 0;
    padding: 0;
    border: none 0;
    position: relative;
    height: inherit;
    /*width: 4721px;*/
}

.luckysheet-cols-h-cells-c {
    color: #5e5e5e;
    cursor: default;
    width: 5000000px;
    height: inherit;
}

.luckysheet-cols-h-cells-clip {
    color: #5e5e5e;
    cursor: default;
    margin: 0;
    padding: 0;
    border: none 0;
    position: relative;
    float: left;
    direction: ltr;
    height: inherit;
    width: 2561px;
    color: #5e5e5e;
    border-bottom: solid 1px #bbb;
    position: relative;
    top: -1px;
}

.luckysheet-cols-h-cell-nosel {
    position: absolute;
    cursor: pointer;
    border: 0 solid;
    border-color: #dfdfdf;
    display: inline-block;
    min-height: 19px;
    touch-action: manipulation;
    border-right-width: 1px;
    height: inherit;
}

.luckysheet-cols-h-cell-sel {
    direction: ltr;
    height: inherit;
    position: absolute;
    cursor: pointer;
    border: 0 solid;
    border-color: #bfbfbf;
    background-color: #e1e1e1;
    display: inline-block;
    min-height: 19px;
    color: #0188fb;
    font-weight: bold;
    touch-action: manipulation;
    border-right-width: 1px;
}

.luckysheet-col-flow-h {
    float: left;
    direction: ltr;
    position: relative;
    margin: 0;
    padding: 0;
    border: none 0;
    height: inherit;
    overflow: hidden;
}

.luckysheet-col-flow-h-sheet {
    width: inherit;
    height: inherit;
    position: relative;
    float: left;
    direction: ltr;
}

body:not(.ewa-ipad) .luckysheet-cols-h-cell-nosel:hover,
body:not(.ewa-ipad) .luckysheet-cols-h-cell-sel:hover,
body:not(.ewa-ipad) .luckysheet-rows-h-cell-nosel:hover,
body:not(.ewa-ipad) .luckysheet-rows-h-cell-sel:hover {
    background-color: #FCC3C3;
}

.luckysheet-cols-h-cell-txt {
    cursor: pointer;
    height: inherit;
    position: relative;
    text-align: center;
    overflow: hidden;
    touch-action: manipulation;
    font-size: 14px;
    padding-top: 2px;
}

.luckysheet-rows-h {
    position: relative;
    outline-style: none;
    color: #5e5e5e;
    overflow: hidden;
    padding: 0;
    margin-top: -2px;
    padding-top: 2px;
    cursor: default;
    width: 45px;
}

.luckysheet-rows-h-hover {
    position: absolute;
    z-index: 11;
    border: 0 none;
    right: 0;
    width: 100%;
    margin-top: 2px;
    display: none;
    /*transition: all 0.1s;*/
    background-color: rgba(194, 194, 194, 0.4);
}

.luckysheet-rows-h-selected {
    position: absolute;
    z-index: 10;
    border-right: 1px solid #0188fb;
    right: 0;
    width: 100%;
    margin-top: 2px;
    display: none;
    transition: all 0.1s;
    background-color: rgba(76, 76, 76, 0.1);
    /*top: 106px;
             height: 145px;*/
}

.luckysheet-rows-h-cells {
    margin: 0;
    padding: 0;
    border: none 0;
    position: relative;
    width: 100%;
}

.luckysheet-rows-h-cells-c {
    margin: 0;
    padding: 0;
    border: none 0;
    position: relative;
    float: left;
    direction: ltr;
    width: 100%;
}

.luckysheet-rows-h-cells-clip {
    cursor: default;
    color: #5e5e5e;
    direction: ltr;
    border-right: solid 1px #bbb;
    width: inherit;
    height: inherit;
    position: relative;
    left: -1px;
    height: inherit;
}

.luckysheet-rows-h-cell-nosel {
    direction: ltr;
    width: 100%;
    position: absolute;
    cursor: pointer;
    border: 0 solid;
    border-color: #dfdfdf;
    border-bottom-width: 1px;
    touch-action: manipulation;
}

.luckysheet-rows-h-cell-sel {
    direction: ltr;
    width: 100%;
    position: absolute;
    cursor: pointer;
    border: 0 solid;
    border-color: #bfbfbf;
    background-color: #e1e1e1;
    border-bottom-width: 1px;
    color: #0188fb;
    font-weight: bold;
    touch-action: manipulation;
}

.luckysheet-rows-h-cell-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-bottom: 1px;
    max-height: 100%;
    overflow: hidden;
    font-size: 14px;
}

.luckysheet-cell-loading {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    overflow: hidden;
    outline-style: none;
    cursor: not-allowed;
    font-size: 28px;
    z-index: 2;
    display: none;
}

.luckysheet-cell-loading-inner {
    position: relative;
    top: 40%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.luckysheet-cell-loading-inner span {
    margin-left: 10px;
}

.luckysheet-cell-main {
    /*border: solid 1px #BEC1C4;*/
    background-color: white;
    width: 15px;
    height: 15px;
    background-color: #F3F3F2;
    /*#E7E7E7;*/
    border-collapse: collapse;
    position: relative;
    overflow: hidden;
    outline-style: none;
    cursor: default;
}

.luckysheet-scrollbars,
.luckysheet-menu {
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #E7E7E7;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #757778;
    scrollbar-shadow-color: #BEC1C4;
    scrollbar-highlight-color: #BEC1C4;
    -ms-scroll-chaining: none;
    overflow: auto;
}

.luckysheet-scrollbar-ltr {
    position: absolute;
    overflow: hidden;
    z-index: 1003;
}

.luckysheet-scrollbar-ltr div {
    height: 1px;
    width: 1px;
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:start {
    display: none
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:end {
    display: block
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button {
    border: 1px solid #d9d9d9
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal {
    border-width: 1px 0 0 0
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical {
    border-width: 0 0 0 1px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical {
    border-width: 0 1px 0 0
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:increment {
    background: no-repeat url("waffle_sprite.png") -663px -13px;
    width: 15px;
    padding-left: 1px;
    background-clip: border-box;
    border: 1px solid #d9d9d9;
    border-width: 1px 0 0 0;
    box-shadow: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #d9d9d9;
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:increment:hover {
    background: no-repeat url("waffle_sprite.png") -395px -62px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:increment:active {
    background: no-repeat url("waffle_sprite.png") -679px -13px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:decrement {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: no-repeat url("waffle_sprite.png") -283px -62px;
    width: 17px;
    border-bottom: 1px solid #d9d9d9;
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:hover {
    background: no-repeat url("waffle_sprite.png") -145px -70px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:horizontal:active {
    background: no-repeat url("waffle_sprite.png") -552px 0
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:increment {
    padding-top: 1px;
    background: no-repeat url("waffle_sprite.png") -531px -24px;
    border-left: 1px solid #d9d9d9;
    height: 15px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:increment:hover {
    background: no-repeat url("waffle_sprite.png") -570px -42px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:increment:active {
    background: no-repeat url("waffle_sprite.png") -83px -46px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:decrement {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background: no-repeat url("waffle_sprite.png") -631px -27px;
    height: 17px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:decrement:hover {
    background: no-repeat url("waffle_sprite.png") -180px -58px
}

.luckysheet-scrollbar-ltr::-webkit-scrollbar-button:vertical:decrement:active {
    background: no-repeat url("waffle_sprite.png") -776px -28px
}

.luckysheet-scrollbar-x {
    bottom: 0px;
    left: 44px;
    overflow-x: scroll;
}

.luckysheet-scrollbar-y {
    right: 0px;
    top: 0px;
    overflow-y: scroll;

}


.luckysheet-cell-flow {
    margin: 0;
    padding: 0;
    border: none 0;
    position: relative;
    touch-action: manipulation;
    overflow: hidden;
    /*background: #fff;*/
}

.luckysheet-cell-flow-clip {
    border-collapse: collapse;
    cursor: default;
    width: 5000000px;
    touch-action: manipulation;
    overflow: hidden;
}

.luckysheet-cell-flow-col {
    margin: 0;
    padding: 0;
    border: none 0;
    position: relative;
    touch-action: manipulation;
    overflow: hidden;
    float: left;
    direction: ltr;
}

.luckysheet-cell-sheettable {
    position: relative;
    /*background-color: #fff;*/
    text-align: left;
    font-size: 11pt;
    color: #000000;
    text-decoration: none;
}

.luckysheet-bottom-controll-row {
    position: absolute;
    height: 30px;
    /*width: 400px;*/
    /* background: #000; */
    bottom: 38px;
    left: 0px;
    z-index: 1000;
}

#luckysheet-bottom-add-row {
    padding: 5px 20px;
    margin-right: 5px;
    margin-top: -2px;
}

#luckysheet-bottom-add-row-input {
    width: 40px;
    min-width: 40px;
}

#luckysheet-bottom-return-top {
    padding: 5px 6px;
    margin-left: 10px;
    margin-top: -2px;
}


.luckysheet-cell-flow-column {
    position: absolute;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    touch-action: manipulation;
}

.luckysheet-cell-flow-column-line {
    position: absolute;
    border-right: 1px solid #d4d4d4;
    height: inherit;
}

.luckysheet-cell-flow-row {
    text-align: left;
    position: absolute;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    touch-action: manipulation;
}

.luckysheet-cell-flow-row-line {
    position: absolute;
    border-bottom: 1px solid #d4d4d4;
    width: inherit;
}

.luckysheet-cell-selected-focus {
    position: absolute;
    pointer-events: none;
    z-index: 14;
    /*border:1px solid #fff;*/
    margin: 0px 0 0 0px;
    background: rgba(0, 80, 208, 0.15);
    display: none;
    /*transition: all 0.1s;*/
}

.luckysheet-selection-copy {
    position: absolute;
    pointer-events: none;
    z-index: 18;
    border: none;
    margin: 0px 0 0 0px;
    display: none;
}

.luckysheet-selection-copy .luckysheet-copy {
    position: absolute;
    z-index: 18;
    background-color: transparent;
}

.luckysheet-selection-copy-top {
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
    background-position: bottom;
    background-image: url("EwaAntH.gif");
}

.luckysheet-selection-copy-right {
    top: 0;
    bottom: 0;
    width: 2px;
    right: 0;
    background-image: url("EwaAntV.gif");
}

.luckysheet-selection-copy-bottom {
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
    background-image: url("EwaAntH.gif");
}

.luckysheet-selection-copy-left {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 0;
    background-position: right;
    background-image: url("EwaAntV.gif");
}

.luckysheet-selection-copy-hc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px dashed #12A5FF;
    z-index: 8;
}

.luckysheet-selection-highlight {
    position: absolute;
    /*pointer-events: none;*/
    z-index: 14;
    border: none;
    margin: 0px 0 0 0px;
    display: none;
}

.luckysheet-formula-functionrange-highlight .luckysheet-copy {
    background-image: none;
    background: #0188fb;
    position: absolute;
    z-index: 18;
    cursor: move;
    opacity: 0.9;
    /*border: 1px solid #fff;*/
}

.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-top {
    top: -2px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-right {
    right: -2px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-bottom {
    bottom: -2px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-left {
    left: -2px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.luckysheet-formula-functionrange-highlight .luckysheet-selection-copy-hc {
    border: 2px solid #5e5e5e;
    opacity: 0.03;
    z-index: initial;
}

.luckysheet-selection-highlight-topleft {
    left: -3px;
    top: -3px;
    cursor: se-resize;
}

.luckysheet-selection-highlight-topright {
    right: -3px;
    top: -3px;
    cursor: ne-resize;
}

.luckysheet-selection-highlight-bottomleft {
    left: -3px;
    bottom: -3px;
    cursor: ne-resize;
}

.luckysheet-selection-highlight-bottomright {
    right: -3px;
    bottom: -3px;
    cursor: se-resize;
}


.luckysheet-formula-functionrange-highlight .luckysheet-highlight {
    position: absolute;
    z-index: 19;
    border: 1px solid #fff;
    background: #0188fb;
    width: 6px;
    height: 6px;
}

.luckysheet-cell-selected-extend {
    position: absolute;
    pointer-events: none;
    z-index: 16;
    border: 1px dashed #0188fb;
    margin: -1px 0 0 -1px;
    display: none;
    /*transition: all 0.1s;*/
}

.luckysheet-cell-selected-move {
    position: absolute;
    pointer-events: none;
    z-index: 16;
    border: 2px solid #0188fb;
    margin: -1px 0 0 -1px;
    display: none;
    /*transition: all 0.1s;*/
}

.luckysheet-cell-selected {
    position: absolute;
    pointer-events: none;
    z-index: 15;
    border: 1px solid #0188fb;
    margin: -1px 0 0 -1px;
    background: rgba(1, 136, 251, 0.15);
    display: none;
    /*transition: all 0.1s;*/
}

.luckysheet-cs-inner-border {
    pointer-events: none;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.luckysheet-cs-fillhandle {
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: -5px;
    cursor: crosshair;
    background-color: #0188fb;
    border: solid 1px #fff;
    z-index: 16;
    pointer-events: auto;
    right: -5px;
}

.luckysheet-cs-draghandle {
    position: absolute;
    cursor: move;
    background-color: #fff;
    opacity: .01;
    z-index: 15;
    pointer-events: auto;
    border: 2px solid #fff;
}

.luckysheet-cs-draghandle-top {
    top: -4px;
    left: -2px;
    right: -2px;
    height: 2px;
}

.luckysheet-cs-draghandle-bottom {
    right: 0;
    left: -2px;
    bottom: -4px;
    height: 2px;
}

.luckysheet-cs-draghandle-left {
    top: 0;
    left: -4px;
    bottom: 0;
    width: 2px;
}

.luckysheet-cs-draghandle-right {
    top: 0;
    right: -4px;
    bottom: 0;
    width: 2px;
}

.luckysheet-cs-touchhandle {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    padding: 5px;
    z-index: 100;
    pointer-events: auto;
    touch-action: auto;
}

.luckysheet-cs-touchhandle:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
}

.luckysheet-cs-touchhandle-lt {
    left: -13px;
    top: -13px;
}

.luckysheet-cs-touchhandle-lb {
    left: -13px;
    bottom: -13px;
}

.luckysheet-cs-touchhandle-rt {
    right: -13px;
    top: -13px;
}

.luckysheet-cs-touchhandle-rb {
    right: -13px;
    bottom: -13px;
}

.luckysheet-cs-touchhandle .luckysheet-cs-touchhandle-btn {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 8px;
    top: 8px;
    background-color: #018ffb;
    background-position: center;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 11;
}

#luckysheet-dynamicArray-hightShow {
    position: absolute;
    pointer-events: none;
    z-index: 15;
    border: 1px solid blue;
    margin: -1px 0 0 -1px;
    display: none;
}

.luckysheet-scrollbars::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
}

.luckysheet-scrollbar-x::-webkit-scrollbar-track {
    border-left: 1px solid #d9d9d9;
    border-right: none;
}

.luckysheet-scrollbar-y::-webkit-scrollbar-track {
    border-top: none;
    border-bottom: none;
}

.luckysheet-scrollbars::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    /*border:0 none;*/
}

.luckysheet-scrollbars::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-radius: 12px;
    border-width: 2px 1px 1px 2px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}

.luckysheet-scrollbars::-webkit-scrollbar-thumb:hover {
    background-color: #969696;
    border: 1px solid #A0A0A0;
    border-radius: 12px;
}

.luckysheet-grdusedrange {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.luckysheet-grdblkflowpush {
    margin: 0;
    padding: 0;
    border: none 0;
    width: 1px;
}

.luckysheet-grdblkpush {
    margin: 0;
    padding: 0;
    border: none 0;
    height: 1px;
    float: left;
    direction: ltr;
}

.luckysheet-cell-flow-data {
    position: absolute;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: 1;
}

.luckysheet-cell-flow-data-row {
    position: absolute;
    width: inherit;
}

.luckysheet-cell-flow-data-cell {
    position: absolute;
    height: inherit;
}

.luckysheet-cell-flow-data-value {
    position: absolute !important;
    bottom: 0;
    letter-spacing: -.02em;
    white-space: nowrap;
    padding-left: 2px;
    overflow: hidden;
}

.luckysheet canvas {
    position: absolute;
}

.luckysheetcolumeHeader {
    margin-left: -1px;
}

.luckysheetrowHeader {
    margin-top: 1px;
}

.luckysheetsheettable {
    margin-left: -1px;
    margin-top: -1px;
}

.luckysheet-cols-menu {
    max-height: 100%;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.218s;
    -moz-transition: opacity 0.218s;
    -o-transition: opacity 0.218s;
    transition: opacity 0.218s;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: default;
    font-size: 13px;
    margin: 0;
    outline: none;
    padding: 6px 0;
    position: absolute;
    z-index: 1004;
    box-sizing: border-box;
    user-select: none;
    display: none;
}

.luckysheet-cols-menu .luckysheet-cols-menuitem {
    position: relative;
    color: #333;
    cursor: pointer;
    list-style: none;
    margin: 0;
    /*padding: 6px 8em 6px 30px;*/
    padding: 1px 6em 1px 20px;
    white-space: nowrap;
    padding-left: 8px;
    vertical-align: middle;
    padding-right: 24px;
    user-select: none;
}

/* 右击菜单项目 hover背景色 */
.luckysheet-cols-menu .luckysheet-cols-menuitem:hover,
.luckysheet-cols-menu .luckysheet-cols-menuitem-hover {
    background: #EFEFEF;
}

.luckysheet-cols-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
    position: relative;
    color: #333;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 6px 7em 6px 30px;
    white-space: nowrap;
    user-select: none;
}

.luckysheet-rightgclick-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
    position: relative;
    color: #333;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 6px 15px 6px 20px;
    white-space: nowrap;
    user-select: none;
}

#luckysheet-cols-menu .luckysheet-cols-menuitem,
.luckysheet-filter-menu .luckysheet-cols-menuitem,
#luckysheet-pivotTable-config-option .luckysheet-cols-menuitem {
    padding-right: 10px;
    padding-left: 12px;
}

#luckysheet-pivotTable-config-option-sumtype .luckysheet-cols-menuitem {
    padding-right: 15px;
    padding-left: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#luckysheet-cols-menu .luckysheet-cols-menuitem-content,
.luckysheet-filter-menu .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
    padding-right: 10px;
    padding-left: 12px;
}
#luckysheet-sheet-list .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
    padding-right: 0px;
    max-width: 430px;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.luckysheet-filter-menu div.luckysheet-cols-menuitem {
    padding-top: 0px;
    padding-bottom: 0px;
}

.luckysheet-filter-submenu div.luckysheet-cols-menuitem {
    padding-top: 1px;
    padding-bottom: 1px;
}

.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem {
    padding-top: 2px;
    padding-bottom: 0px;
    cursor: default;
}

.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem-content,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem-content {
    padding-top: 2px;
    padding-bottom: 0px;
    cursor: default;
}

.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem-content input,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem-content input {
    height: 24px;
    width: 191px;
    padding-right: 25px;
    padding-left: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 13px;
}


.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem-content input:focus,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem-content input:focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #4d90fe;
    outline: none;
}

.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem-content .luckysheet-filter-byvalue-input-icon,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem-content .luckysheet-pivotTableFilter-byvalue-input-icon {
    position: absolute;
    right: 17px;
    top: 7px;
}

.luckysheet-filter-menu .luckysheet-filter-byvalue .luckysheet-cols-menuitem:hover,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-byvalue .luckysheet-cols-menuitem:hover {
    background: #fff;
}

.luckysheet-filter-menu .luckysheet-cols-menuitem:last-child:hover {
    background: #fff;
}

.luckysheet-filter-menu .luckysheet-cols-menuitem:last-child,
.luckysheet-filter-menu .luckysheet-cols-menuitem:last-child .luckysheet-cols-menuitem-content {
    cursor: default;
}

#luckysheet-filter-byvalue-select,
#luckysheet-pivotTableFilter-byvalue-select {
    min-height: 100px;
    width: 200px;
}

.luckysheet-filter-menu .luckysheet-mousedown-filter-byvalue-btn span,
.luckysheet-filter-menu .luckysheet-mousedown-pivotTableFilter-byvalue-btn span {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.luckysheet-filter-menu .luckysheet-mousedown-filter-byvalue-btn div,
.luckysheet-filter-menu .luckysheet-mousedown-pivotTableFilter-byvalue-btn div {
    position: absolute;
    right: 14px;
    top: 0px;
    font-size: 18px;
}

.luckysheet-filter-menu .luckysheet-filter-bycondition .luckysheet-filter-selected-input,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-bycondition .luckysheet-pivotTableFilter-selected-input {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 3px;
    display: none;
}


.luckysheet-filter-menu .luckysheet-filter-bycondition .luckysheet-filter-selected-input input,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-bycondition .luckysheet-pivotTableFilter-selected-input input {
    height: 24px;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-left: -3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 13px;
}


.luckysheet-filter-menu .luckysheet-filter-bycondition .luckysheet-filter-selected-input2 input,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-bycondition .luckysheet-pivotTableFilter-selected-input2 input {
    height: 24px;
    width: 92px;
    padding-right: 3px;
    padding-left: 3px;
    margin-left: -3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    font-size: 13px;
}

.luckysheet-filter-menu .luckysheet-filter-bycondition .luckysheet-filter-selected-input2 span,
.luckysheet-filter-menu .luckysheet-pivotTableFilter-bycondition .luckysheet-pivotTableFilter-selected-input2 span {
    margin-left: 2px;
    margin-right: 5px;
}

.luckysheet-menuseparator {
    border-top: 1px solid #ebebeb;
    margin-top: 6px;
    margin-bottom: 6px;
}

.luckysheet-submenu-arrow {
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    font-size: 12px;
    left: auto;
    right: -15px;
    padding-top: 1px;
    padding-right: 0;
    position: absolute;
    text-align: right;
    opacity: .5;
    filter: alpha(opacity=50);
    color: #000;
    user-select: none;
    font-family: Arial;
    line-height: 100%;
}

#luckysheet-pivotTable-config-option-sumtype .luckysheet-submenu-arrow {
    right: -5px;
    font-size: 16px;
    padding-top: 0px;
    color: blue;
}

#luckysheet-filter-byvalue-select table,
#luckysheet-pivotTableFilter-byvalue-select table {
    table-layout: fixed;
}

#luckysheet-filter-byvalue-select tr td,
#luckysheet-pivotTableFilter-byvalue-select tr td {
    padding: 2px 3px;
}

#luckysheet-filter-byvalue-select tr:hover td,
#luckysheet-pivotTableFilter-byvalue-select tr:hover td {
    background: #E1E1E1;
}

/*筛选改 -- pan*/
.luckysheet-cols-menu .cf:before,
.luckysheet-cols-menu .cf:after {
    content: "";
    display: table;
}

.luckysheet-cols-menu .cf:after {
    clear: both;
}

#luckysheet-filter-byvalue-select .yearBox .monthList,
#luckysheet-pivotTableFilter-byvalue-select .yearBox .monthList {
    padding-left: 20px;
}

#luckysheet-filter-byvalue-select .yearBox .dayList,
#luckysheet-pivotTableFilter-byvalue-select .yearBox .dayList {
    padding-left: 20px;
}

#luckysheet-filter-byvalue-select .yearBox .fa-caret-right,
#luckysheet-pivotTableFilter-byvalue-select .yearBox .fa-caret-right {
    padding: 0 2px;
    float: left;
    margin-top: 3px;
    cursor: pointer;
}

#luckysheet-filter-byvalue-select .count,
#luckysheet-pivotTableFilter-byvalue-select .count {
    color: gray;
    margin-left: 5px;
}

#luckysheet-filter-byvalue-select input[type="checkbox"],
#luckysheet-pivotTableFilter-byvalue-select input[type="checkbox"] {
    width: auto;
    height: auto;
    float: left;
}

/*颜色筛选 -- pan*/
#luckysheet-filter-orderby-color-submenu {
    font-size: 12px;
}

#luckysheet-filter-orderby-color-submenu .title {
    padding: 10px;
    font-weight: 600;
    color: #333;
    background-color: #f4f4f4;
    text-align: center;
}

#luckysheet-filter-orderby-color-submenu .item {
    padding: 5px 40px 5px 20px;
    cursor: pointer;
    position: relative;
}

#luckysheet-filter-orderby-color-submenu .item:hover {
    background-color: #d3d3d3;
}

#luckysheet-filter-orderby-color-submenu .item label {
    display: block;
    width: 70px;
    height: 20px;
    border: 1px solid #d1d1d1;
}

#luckysheet-filter-orderby-color-submenu .item input[type="checkbox"] {
    position: absolute;
    right: 10px;
    top: 6px;
}

#luckysheet-copy-content {
    position: fixed;
    height: 0px;
    width: 0px;
    left: -100px;
    /*overflow: hidden;*/
    /*text-indent: -999999px;*/
    padding-left: 999999px;
}

/* #luckysheet-copy-btn {
    position: absolute;
    visibility: hidden;
} */


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}


.btn-primary {
    color: #ffffff;
    /* background-color: #337ab7; */
    background-color: #2D7FF9;
    /* border-color: #2e6da4; */
    border-color:transparent;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    /* border-color: #122b40; */
    border-color:transparent;
}

.btn-primary:hover {
    color: #ffffff;
    /* background-color: #286090; */
    background-color: #5391ff;
    /* border-color: #204d74; */
    border-color:transparent;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    /* background-color: #286090; */
    background-color: #5391ff;
    /* border-color: #204d74; */
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #204d74;
    /* border-color: #122b40; */
    border-color:transparent;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    /* border-color: #2e6da4; */
    border-color:transparent;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}

.btn-primary,
.label-default,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background: #0188FB;
    /* border-color: #726EFE; */
    border-color:transparent;
}

.btn-primary:hover,
.btn-primary:focus {
    /* background: #388cf5; */
    background: #5391ff;
    /* border-color: #6864FE; */
    border-color:transparent;
}


.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.luckysheet-cols-change-size,
.luckysheet-rows-change-size,
.luckysheet-change-size-line {
    /*display: none;*/
    position: absolute;
    z-index: 12;
}

.luckysheet-cols-change-size {
    width: 5px;
    height: 100%;
    background: #0188fb;
    cursor: ew-resize;
    opacity: 0;
}

.luckysheet-rows-change-size {
    width: 100%;
    height: 5px;
    background: #0188fb;
    cursor: ns-resize;
    opacity: 0;
}

.luckysheet-change-size-line {
    border-color: #0188fb;
    border-style: solid;
    z-index: 15;
    display: none;
}

.luckysheet-count-show {
    position: absolute;
    z-index: 15;
    background: rgba(76, 76, 76, 0.8);
    color: #fff;
    padding: 2px 3px;
    border-radius: 3px;
    transition: all 0.3s;
    display: none;
    white-space: nowrap;
}

.luckysheet-row-count-show {
    text-align: center;
}

.luckysheet-row-count-show div {
    /*-webkit-writing-mode: vertical-rl;*/
    writing-mode: vertical-rl;
    /*-ms-writing-mode: tb-rl;*/
    writing-mode: vertical-rl;
    -ms-writing-mode: initial;
    *writing-mode: tb-rl;
    /* IE 写法 */
}

.luckysheet-row-count-show div:last-child {
    writing-mode: initial;
}

#luckysheet-sheet-list {
    max-height: 60%;
    overflow: auto;
}

#luckysheet-sheet-list .luckysheet-cols-menuitem {
    padding-left: 0px;
    padding-right: 10px;
}

#luckysheet-sheet-list .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
    padding-left: 5px;
}
/* 
#luckysheet-sheet-list .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
    max-width: 420px;
    min-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */


#luckysheet-sheet-list .icon {
    width: 15px;
    margin-left: 4px;
    display: inline-block;
}

.luckysheet-input-box {
    position: absolute;
    font: normal normal 400 13px arial, sans, sans-serif;
    text-align: left;
    top: -10000px;
    max-height: 9900px;
    max-width: 9900px;
    border: 2px #5292f7 solid;
    padding: 0 2px;
    margin: 0;
    z-index: 15;
    resize: none;
    overflow: auto;
    overflow: initial;
    white-space: pre-wrap;
    outline: none;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    word-wrap: break-word;
}


.luckysheet-cell-input {
    width: 100%;
    height: 100%;
    margin: 0;
    outline: none;
    cursor: text;
    -webkit-user-modify: read-write-plaintext-only;
    white-space: pre-wrap;
    -webkit-transform: translateZ(0);
    /*    background-color: white;*/
}

#luckysheet-rich-text-editor {
    -webkit-user-modify: read-write;
    /*    background-color: rgb(255, 255, 255); 
    font-size: 13px; 
    color: rgb(0, 0, 0); 
    font-weight: 400; 
    font-family: Arial; 
    font-style: normal;*/
}

.luckysheet-input-box-index {
    display: none;
    position: absolute;
    /*top: -20px;
    left: -3px;*/
    height: 14px;
    line-height: 16px;
    font-size: 12px;
    padding: 1px 6px;
    background-color: #5292f7;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    color: white;
}


.luckysheet-modal-dialog {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #acacac;
    border: 1px solid rgba(0, 0, 0, .333);
    outline: 0;
    position: absolute;
    color: #000;
    padding: 30px 42px;
    z-index: 100002;
}

.luckysheet-modal-dialog-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.6;
    display: none;
    left: 0px;
    top: 0px;
    z-index: 1010;
}



.luckysheet-modal-dialog-title {
    background-color: #fff;
    color: #000;
    cursor: default;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 16px;
}

.luckysheet-modal-dialog-title-close {
    height: 11px;
    opacity: 0.7;
    padding: 17px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 11px;
    color: #d4d4d4;
    outline: 0;
}

.luckysheet-modal-dialog-chart {
    padding: 20px 10px;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*         .luckysheet-modal-dialog-chart .luckysheet-modal-dialog-title{
             line-height:0px;
             margin: 0px;
             font-size: 12px;
         }

        .luckysheet-modal-dialog-chart .luckysheet-modal-dialog-title-close,.luckysheet-modal-dialog-chart .luckysheet-modal-dialog-title-max,.luckysheet-modal-dialog-chart .luckysheet-modal-dialog-title-min,.luckysheet-modal-dialog-chart .luckysheet-modal-dialog-title-restore, .luckysheet-modal-dialog-chart .luckysheet-modal-dialog-title-update {
             height: 5px;
             opacity: 0.7;
             padding: 12px;
         }

         .luckysheet-modal-dialog-title-update {
             right: 105px;
             color:#0188fb;
             font-size:14px;
             padding-top: 9px;
         }

         .luckysheet-modal-dialog-title-min {
             right: 70px;
             padding-top: 9px;
         }

         .luckysheet-modal-dialog-title-max, .luckysheet-modal-dialog-title-restore {
             right: 35px;
         }

         .luckysheet-modal-dialog-title-restore{
             display: none;
         }*/

.luckysheet-modal-dialog-resize {
    position: absolute;
    border: 2px solid #0188fb;
    margin: 0px;
    padding: 0px;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    pointer-events: none;
}

.luckysheet-modal-dialog-resize-item {
    position: absolute;
    height: 6px;
    width: 6px;
    background: #ffffff;
    border: 2px solid #0188fb;
    pointer-events: all;
    border-radius: 6px;
}

.luckysheet-modal-dialog-resize-item-lt {
    left: -6px;
    top: -6px;
    cursor: se-resize;
}

.luckysheet-modal-dialog-resize-item-mt {
    left: 50%;
    top: -6px;
    margin-left: -4px;
    cursor: s-resize;
}

.luckysheet-modal-dialog-resize-item-rt {
    right: -6px;
    top: -6px;
    cursor: ne-resize;
}

.luckysheet-modal-dialog-resize-item-lm {
    top: 50%;
    left: -6px;
    margin-top: -4px;
    cursor: w-resize;
}

.luckysheet-modal-dialog-resize-item-rm {
    top: 50%;
    right: -6px;
    margin-top: -4px;
    cursor: w-resize;
}

.luckysheet-modal-dialog-resize-item-lb {
    left: -6px;
    bottom: -6px;
    cursor: ne-resize;
}

.luckysheet-modal-dialog-resize-item-mb {
    left: 50%;
    bottom: -6px;
    margin-left: -4px;
    cursor: s-resize;
}

.luckysheet-modal-dialog-resize-item-rb {
    right: -6px;
    bottom: -6px;
    cursor: se-resize;
}


.luckysheet-modal-dialog-controll {
    position: absolute;
    margin: 0px;
    padding: 0px;
    right: -35px;
    /* width: 60px; */
    font-size: 14px;
    top: 0px;
}

.luckysheet-modal-controll-btn {
    height: 13px;
    /* opacity: 0.7; */
    padding: 8px;
    /* position: relative; */
    /* right: 0px; */
    /* top: 0px; */
    width: 13px;
    color: #d4d4d4;
    outline: 0;
    border: 1px solid #B6B6B6;
    display: block;
    background: #fff;
    margin-bottom: 3px;
    cursor: pointer;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.luckysheet-modal-controll-btn:hover {
    border: 1px solid #A1A1A1;
    color: #0188fb;
}

.luckysheet-modal-controll-btn:active {
    border: 1px solid #BBBBBB;
    background: #EFEFEF;
    color: #0188fb;
}

.luckysheet-modal-controll-del {
    font-size: 16px;
}

.luckysheet-modal-controll-max-close {
    font-size: 22px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #383838;
    opacity: 0.7;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100000;
    text-align: center;
}

.luckysheet-modal-controll-max-close:hover {
    background: #0188fb;
    cursor: pointer;
}

.luckysheet-sort-item-close {
    margin-right: 3px;
    font-size: 14px;
    color: #BBBBBB;
    cursor: pointer;
}

.luckysheet-sort-item-close:hover {
    color: #494949;
}

.luckysheet-modal-dialog-title-close:hover {
    color: #5e5e5e;
    cursor: pointer;
}

.luckysheet-modal-dialog-content {
    background-color: #fff;
    line-height: 1.4em;
    word-wrap: break-word;
}

.luckysheet-modal-dialog-buttons {
    margin-top: 10px;
}

.luckysheet-modal-dialog-buttons button {
    margin-right: 10px;
}

.luckysheet-modal-dialog-title-text span {
    font-family: Arial;
}

.luckysheet-sort-modal {
    font-size: 12px;
}

.luckysheet-sort-modal label input,
.luckysheet-sort-modal label span {
    vertical-align: middle;
}

.luckysheet-sort-modal>div,
.luckysheet-sort-modal table {
    margin-bottom: 10px;
}

.luckysheet-sort-modal table tr {
    margin-bottom: 10px;
}

.luckysheet-sort-modal table tr td {
    padding: 5px;
    white-space: nowrap;
    border-top: 1px solid #ffc6c6;
}

.luckysheet-sort-modal table tr td>div:first-child {
    margin-bottom: 8px;
}

.luckysheet-sort-modal table tr td select {
    max-width: 180px;
    min-width: 50px;
}

.luckysheet-sort-modal table tr:first-child td {
    border-top: none;
}

.luckysheet-filter-options {
    color: #897BFF;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    border: 1px solid #897BFF;
    border-radius: 3px;
    top: 3px;
    margin-left: 0px;
    display: none;
    padding: 0px 4px;
    font-size: 12px;
    height: 15px;
    background: #fff;
    /* transition: all 0.1s; */
}

.luckysheet-filter-options:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #897BFF;
}

.luckysheet-filter-options-active {
    color: #fff;
    border: 1px solid #897BFF;
    background: #897BFF;
}


.luckysheet-flat-menu-button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(to bottom, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(to bottom, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(to bottom, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(to bottom, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
    border: 1px solid #dcdcdc;
    color: #333;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
    list-style: none;
    margin: 0 2px;
    min-width: 46px;
    outline: none;
    padding: 0 18px 0 6px;
    text-align: left;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

.luckysheet-flat-menu-button:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(to bottom, #f1f1f1, #f5f5f5);
    background-image: -moz-linear-gradient(to bottom, #f1f1f1, #f5f5f5);
    background-image: -ms-linear-gradient(to bottom, #f1f1f1, #f5f5f5);
    background-image: -o-linear-gradient(to bottom, #f1f1f1, #f5f5f5);
    background-image: linear-gradient(to bottom, #f1f1f1, #f5f5f5);
    border: 1px solid #D0D0D0;
    color: #000;
}

.luckysheet-flat-menu-button div {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 15px;
}


/*图表生成CSS*/

.luckysheet-data-visualization {
    width: 60%;
    min-width: 860px;
}

.luckysheet-data-visualization-selection,
.luckysheet-data-pivotTable-selection {
    width: 30%;
    min-width: 200px;
    display: none;
}

.luckysheet-data-visualization-chart {
    width: 50%;
    /*min-width: 860px;*/
    height: 50%;
}

.luckysheet-data-visualization-chart .luckysheet-modal-dialog-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.luckysheet-datavisual-modal {
    font-size: 12px;
    /*height: 450px;*/
    height: 100%;
    width: 100%;
}

/*, .luckysheet-datavisual-right*/
.luckysheet-datavisual-left {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.luckysheet-datavisual-left {}

.luckysheet-datavisual-tabs {
    border-bottom: 1px solid #DEDEDE;
    width: 80%;
    height: 26px;
    padding-left: 20px;
}

.luckysheet-datavisual-tabs .luckysheet-datavisual-tab {
    padding: 0px 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    border-bottom: none;
    height: 24px;
    line-height: 24px;
    background: #fff;
    color: #777;
}

.luckysheet-datavisual-tabs .luckysheet-datavisual-tab:hover {
    color: #000;
}

.luckysheet-datavisual-tabs .luckysheet-datavisual-tab-active {
    border: 1px solid #DEDEDE;
    border-bottom: none;
    cursor: default;
    height: 26px;
    color: #000;
}

.luckysheet-datavisual-tab-content {
    position: absolute;
    top: 28px;
    bottom: 0px;
    width: 100%;
    display: none;
}



.luckysheet-datavisual-quick {}

.luckysheet-datavisual-quick-menu {
    width: 90px;
    overflow: auto;
    margin-top: 5px;
}

.luckysheet-datavisual-quick-menu::-webkit-scrollbar {
    display: none;
}

.luckysheet-datavisual-quick-menu>div {
    text-align: left;
    padding: 4px 4px;
    border-right: 3px solid #fff;
    color: #777;
    cursor: pointer;
    line-height: 1.4em;
    word-wrap: break-word;
    /*margin: 4px 0px;*/
}

.luckysheet-datavisual-quick-menu>div:hover {
    color: #000;
}

.luckysheet-datavisual-quick-menu>div i {
    width: 15px;
}

.luckysheet-datavisual-quick-menu>div:hover i {
    color: #FF7E7E;
}

.luckysheet-datavisual-quick-menu>div.luckysheet-datavisual-quick-menu-active {
    border-right: 3px solid #FF7E7E;
    color: #000;
    font-weight: bold;
}

.luckysheet-datavisual-quick-menu>div.luckysheet-datavisual-quick-menu-active:hover i {
    color: #000;
}

.luckysheet-datavisual-quick-range {
    padding: 5px 0px;
}

.luckysheet-datavisual-range-container {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    min-width: 20px;
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

.luckysheet-datavisual-range-container-focus {
    border: 1px solid #4d90fe;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    outline: none;
}

.luckysheet-datavisual-range-input,
.luckysheet-datavisual-range-input:focus {
    background: transparent !important;
    border: none !important;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 25px;
    margin: 0;
    outline: none !important;
    padding: 1px 8px !important;
    width: 100%;
}

.luckysheet-datavisual-range-button-container {
    overflow: hidden;
    padding: 0 0 0 8px;
    text-align: right;
    width: 21px;
}

.luckysheet-datavisual-range-button-container div {
    padding: 2px 10px 0px 10px;
    font-size: 18px;
    cursor: pointer;
    color: #6598F3;
}

.luckysheet-datavisual-range-button-container div:hover {
    color: #FF7E7E;
}

.luckysheet-datavisual-range-config {
    /*display: inline-block;*/
}

.luckysheet-datavisual-quick-m {
    margin-top: 5px;
}

.luckysheet-datavisual-quick-list {
    left: 90px;
    right: 0px;
    bottom: 0px;
    top: 110px;
    position: absolute;
    overflow: auto;
    border-top: 1px solid #e5e5e5;
    padding: 5px 3px 35px 3px;
}

.luckysheet-datavisual-quick-list-title {
    padding: 4px 6px;
    background: #e5e5e5;
    margin-top: 10px;
}

.luckysheet-datavisual-quick-list-ul {
    overflow: hidden;
}

.luckysheet-datavisual-quick-list-item {
    display: inline-block;
    margin: 5px 8px;
    border: 1px solid #DADADA;
    width: 100px;
    height: 80px;
}

.luckysheet-datavisual-quick-list-item:hover {
    border: 1px solid #FF7E7E;
    box-shadow: 0px 0px 20px #FF7E7E;
}

.luckysheet-datavisual-quick-list-item img {
    display: inline-block;
    width: 100px;
    height: 80px;
}

.luckysheet-datavisual-quick-list-item-active {
    border: 1px solid #6598F3;
    box-shadow: 0px 0px 20px #6598F3;
}

/*.luckysheet-datavisual-right {
    background: #fff;
}

.luckysheet-datavisual-right-chart {
    width: 100%;
    height: 90%;
    top: 5%;
    position: relative;
}*/

.jfk-tooltip {
    z-index: 300000;
}

.jfk-tooltip-hide {
    -webkit-transition: visibility .13s, opacity .13s ease-out, left 0 linear .13s, top 0 linear .13s;
    -moz-transition: visibility .13s, opacity .13s ease-out, left 0 linear .13s, top 0 linear .13s;
    -o-transition: visibility .13s, opacity .13s ease-out, left 0 linear .13s, top 0 linear .13s;
    transition: visibility .13s, opacity .13s ease-out, left 0 linear .13s, top 0 linear .13s;
    opacity: 0;
    left: 20px !important;
    top: 20px !important;
    visibility: hidden !important;
}

.jfk-tooltip {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: visibility 0, opacity .13s ease-in;
    -moz-transition: visibility 0, opacity .13s ease-in;
    -o-transition: visibility 0, opacity .13s ease-in;
    transition: visibility 0, opacity .13s ease-in;
    background-color: #2a2a2a;
    border: 1px solid #fff;
    color: #fff;
    cursor: default;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-left: -1px;
    opacity: 1;
    padding: 7px 9px;
    position: absolute;
    visibility: visible;
    white-space: pre-wrap;
    word-break: break-all;
    word-break: break-word;
}

.jfk-tooltip-arrowup {
    top: -6px;
}

.jfk-tooltip-arrow {
    pointer-events: none;
    position: absolute;
}

.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
    border: 5px solid;
}

.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
    border: 6px solid;
}

.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
    border-top-width: 0;
    top: 1px;
}

.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
    border-color: #2a2a2a transparent;
    left: -5px;
}

.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
    border-top-width: 0;
}

.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
    border-color: #fff transparent;
    left: -6px;
}


/*图表详细设置*/
.luckysheet-datavisual-config {
    position: relative;
    width: 100%;
    height: 97%;
    overflow: auto;
    top: 0px;
}

.luckysheet-datavisual-config input {
    outline: none;
}

.luckysheet-datavisual-config .luckysheet-datavisual-accordion-title {
    position: relative;
    width: 97%;
    height: 33px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    margin-top: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #D14836;
    cursor: pointer;
}

.luckysheet-datavisual-config .luckysheet-datavisual-accordion-title:hover {
    background: #EFEFEF;
    border: 1px solid #E0E0E0;
}

.luckysheet-datavisual-config .luckysheet-datavisual-accordion-content {
    position: relative;
    width: 97%;
    border: 1px solid #E5E5E5;
    border-top: 1px solid #fff;
    display: none;
    color: #505050;
    padding-bottom: 20px;
}

.luckysheet-datavisual-config-input,
.luckysheet-datavisual-config-input-no {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    min-width: 50px;
    width: 90%;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 3px;
}

.luckysheet-datavisual-config-input:focus,
.luckysheet-datavisual-config-input-no:focus {
    border: 1px solid #4d90fe;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
    outline: none;
}

.luckysheet-datavisual-content-row {
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
}

.luckysheet-datavisual-content-column {
    display: inline-block;
    position: relative;
}

.luckysheet-datavisual-content-column-title {
    text-align: left;
    font-size: 14px;
}

.luckysheet-datavisual-content-column-right {
    text-align: right;
}

.luckysheet-datavisual-content-rowsplit {
    height: 5px;
    border-top: 1px solid #E5E5E5;
    width: 100%;
    margin-top: 25px;
}

.luckysheet-datavisual-content-rowsplit-sub {
    height: 2px;
    border-top: 1px dashed #E5E5E5;
    width: 90%;
    margin: 0 auto;
    margin-top: 18px;
    text-align: center;
}

.sp-replacer {
    padding: 2px;
    border: solid 1px #E5E5E5;
    background: #F5F5F5;
}

.ui-visual-focus {
    box-shadow: none;
}

.luckysheet-datavisual-config-slider,
.luckysheet-datavisual-config-slider-range {
    width: 70%;
    display: inline-block;
}

.luckysheet-datavisual-config-slider-range .luckysheet-slider-handle {
    width: 45px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    text-align: center;
    line-height: 26px;
}

.luckysheet-datavisual-content-row-subtitle {
    display: none;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 48%;
}

.luckysheet-datavisual-content-column-italic {
    font-style: italic;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.luckysheetChartAxisShow {
    display: none;
}

.luckysheet-datavisual-chart-axistitle-show {
    display: none;
}

.luckysheetChartseriesShow {
    display: none;
}

#luckysheetswichxy-button,
#piecutselect-button {
    width: 70%;
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: 0.5em 0 0.5em 3em;
}

.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 26px;
    width: 26px;
    top: 0.1em;
    background-image: none;
}

#luckysheetswichseries-menu .ui-state-active,
#pie0cutselect-menu .ui-state-active,
#pie1cutselect-menu .ui-state-active,
#pie2cutselect-menu .ui-state-active,
#luckysheetscatterselectshow-menu .ui-state-active {
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    color: #333;
}

.ui-front {
    z-index: 100003;
}

.luckysheet-datavisual-skin {}

.luckysheet-datavisual-skin-menu {
    top: 5px;
    position: absolute;
    left: 0px;
    width: 90%;
    height: 30px;
}

#luckysheet-chart-theme-content {
    height: 21px;
    width: 120px;
}

.luckysheet-datavisual-skin-c {
    position: absolute;
    left: 0px;
    top: 38px;
    bottom: 0px;
    /*background: #000;*/
    width: 100%;
    overflow: auto;
}

.luckysheet-datavisual-skin-c .luckysheet-datavisual-skin-item {
    display: inline-block;
    width: 46%;
    height: 152px;
    /*background: red;*/
    margin-right: 5px;
    border: 4px solid #EFEFEF;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.luckysheet-datavisual-skin-c .luckysheet-datavisual-skin-item-more {
    display: inline-block;
    width: 94%;
    height: 32px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.luckysheet-datavisual-skin-item .luckysheet-datavisual-skin-canvas,
.luckysheet-datavisual-skin-item .luckysheet-datavisual-skin-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.luckysheet-datavisual-skin-item .luckysheet-datavisual-skin-canvas {
    /*z-index: 1;*/
}

.luckysheet-datavisual-skin-item .luckysheet-datavisual-skin-cover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 14px;
    height: 30%;
    /*opacity: 0;*/
    transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
}

.luckysheet-datavisual-skin-item:hover .luckysheet-datavisual-skin-cover {
    opacity: 1;
    z-index: 2;
}

.luckysheet-datavisual-skin-cover .luckysheet-datavisual-skin-cover-txt {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    text-align: center;
}



/*图表点设置*/
.luckysheet-chart-point-config {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px;
    font-size: 12px;
}

.luckysheet-chart-point-config-set {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0px;
    top: 0px;
    /*background:#ff0000;*/
}

.luckysheet-chart-point-config-left {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0px;
    top: 0px;
}

.luckysheet-chart-point-config-left-top {
    position: absolute;
    top: 0px;
    height: 120px;
    width: 100%;
}

.luckysheet-chart-point-searchcondition {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.luckysheet-chart-point-config-left-mid {
    position: absolute;
    top: 120px;
    height: 25px;
    width: 100%;
    text-align: left;
    margin-left: 20px;
    line-height: 35px;
}

.luckysheet-chart-point-config-left-mid span {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px
}

.luckysheet-chart-point-config-left-bottom {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: 145px;
    width: 100%;
}

.luckysheet-chart-point-searchitem-c {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    cursor: default;
}

.luckysheet-chart-point-searchitem {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    width: 90px;
    border: 2px solid #F5F5F5;
    background: #fff;
    text-align: center;
    padding: 5px 0px;
    user-select: none;
    cursor: default;
    position: relative;
}

.luckysheet-chart-point-searchitem-selected {
    position: absolute;
    color: #616161;
    left: -6px;
    top: -10px;
    font-size: 20px;
    display: none;
    font-weight: normal;
}

.luckysheet-chart-point-searchitem-active {
    box-shadow: 0px 0px 4px #656565;
}

.luckysheet-chart-point-searchitem-active .luckysheet-chart-point-searchitem-selected {
    display: block;
}

.luckysheet-chart-point-searchitem-name {
    font-size: 12px;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.luckysheet-chart-point-searchitem-dim {
    font-size: 12px;
    opacity: 0.7;
    /*color: #C1C1C1;*/
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#luckysheet-chart-point-selectedhelp {
    pointer-events: none;
    position: absolute;
    border: 1px dotted #535353;
}

.luckysheet-chart-point-config-right {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    right: 0px;
}

.luckysheet-chart-point-itemconfig {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: auto;
}

.luckysheet-chart-point-config-chart {
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0px;
    top: 0px;
}

.luckysheet-chart-point-config-chart-c {
    width: 100%;
    height: 80%;
    top: 10%;
    position: relative;
}

@media (max-width: 776px) {
    .luckysheet-chart-point-config-set {
        width: 90%;
    }

    .luckysheet-chart-point-config-chart {
        width: 10%;
    }
}

@media (min-width: 768px) {
    .luckysheet-chart-point-config-set {
        width: 80%;
    }

    .luckysheet-chart-point-config-chart {
        width: 20%;
    }
}


@media (min-width: 1024px) {
    .luckysheet-chart-point-config-set {
        width: 70%;
    }

    .luckysheet-chart-point-config-chart {
        width: 30%;
    }
}

@media (min-width: 1280px) {
    .luckysheet-chart-point-config-set {
        width: 60%;
    }

    .luckysheet-chart-point-config-chart {
        width: 40%;
    }
}

@media (min-width: 1680px) {
    .luckysheet-chart-point-config-set {
        width: 50%;
    }

    .luckysheet-chart-point-config-chart {
        width: 50%;
    }
}


/*边栏通用样式*/
.luckysheet-modal-dialog-slider {
    top: 1px;
    bottom: 1px;
    position: absolute;
    right: 0px;
    width: 260px;
    border: 1px solid #E5E5E5;
    z-index: 1004;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*display: none;*/
}

.luckysheet-modal-dialog-slider .luckysheet-modal-dialog-slider-title {
    background: #333;
    color: #fff;
    height: 39px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 39px;
    font-size: 13px;
}

.luckysheet-modal-dialog-slider .luckysheet-modal-dialog-slider-title>span:first-child {
    margin-left: 5px;
    font-weight: bold;
}

.luckysheet-modal-dialog-slider .luckysheet-modal-dialog-slider-title>span:last-child {
    position: relative;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.luckysheet-modal-dialog-slider-content {
    background: #EFEFEF;
    margin-top: 39px;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    font-size: 12px;
}

.luckysheet-modal-dialog-slider-range {
    background: #E1E1DE;
    color: #1B1B19;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
}

.luckysheet-modal-dialog-slider-range>div:first-child {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    max-width: 170px;
    margin-right: 10px;
    margin-left: 5px;
    white-space: nowrap;
}

.luckysheet-modal-dialog-slider-range>div:last-child {
    color: blue;
    cursor: pointer;
    float: left;
}

.luckysheet-modal-dialog-slider-list {
    width: 250px;
    height: 320px;
    overflow-y: scroll;
    margin: 5px 0px;
    margin-left: 5px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.luckysheet-modal-dialog-slider-list-title {
    height: 20px;
    line-height: 25px;
    padding: 0px 5px;
}

.luckysheet-modal-dialog-slider-list .luckysheet-modal-dialog-slider-list-item {
    padding: 0px 4px;
    position: relative;
    width: 228px;
    height: 25px;
    user-select: none;
    border: 1px solid #fff;
}

.luckysheet-modal-dialog-slider-list .luckysheet-modal-dialog-slider-list-item:hover {
    background: #FFF6CB;
    border: 1px solid #FFE463;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-name {
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    cursor: move;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 22px;
    right: 40px;
    top: 0px;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected {
    width: 20px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 25px;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected i {
    margin-top: 4px;
    font-size: 16px;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected div {
    border: 1px solid #9C9C9C;
    top: 4px;
    left: 1px;
    position: absolute;
    height: 14px;
    width: 14px;
    -moz-box-shadow: 1px 1px 1px #DBDBDB inset;
    /* For Firefox3.6+ */
    -webkit-box-shadow: 1px 1px 1px #DBDBDB inset;
    /* For Chrome5+, Safari5+ */
    box-shadow: 1px 1px 1px #DBDBDB inset;
    /* For Latest Opera */
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected div:hover {
    border: 1px solid #5E5E5E;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filtered {
    width: 20px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 2px;
    height: 25px;
    display: none;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filtered i {
    margin-top: 2px;
    font-size: 16px;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filtered:hover i {
    color: #FB8686;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filtered i.fa-times {
    right: 0px;
    bottom: 3px;
    color: red;
    font-size: 9px;
    position: absolute;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filter {
    width: 20px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 25px;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filter i {
    margin-top: 2px;
    font-size: 16px;
}

.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-filter:hover i {
    color: #FB8686;
}

.luckysheet-modal-dialog-slider-config-c {
    width: 100%;
    position: absolute;
    margin-top: 390px;
    top: 0px;
    bottom: 3px;
}

.luckysheet-modal-dialog-slider-config {
    height: 50%;
    width: 50%;
    position: absolute;
}

.luckysheet-modal-dialog-slider-config>div:first-child {
    color: #1B1B19;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
}

.luckysheet-modal-dialog-slider-config>div:first-child span {
    font-weight: bold;
    font-weight: bold;
    overflow: hidden;
}

.luckysheet-modal-dialog-slider-config .luckysheet-modal-dialog-slider-config-list {
    position: absolute;
    margin-top: 22px;
    margin-left: 5px;
    left: 0px;
    right: 5px;
    top: 0px;
    bottom: 3px;
    border: 1px solid #e5e5e5;
    user-select: none;
    overflow-y: auto;
    background: #fff;
}

.luckysheet-modal-dialog-slider-config-list .luckysheet-modal-dialog-slider-config-item {
    position: relative;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    border: 1px solid #88adfd;
    background: #aac1fe;
    margin: 2px;
}

.luckysheet-modal-dialog-slider-config-list .luckysheet-modal-dialog-slider-config-item:hover {
    border: 1px solid #0188fb;
    background: #5f9afc;
}

.luckysheet-modal-dialog-slider-config-item-txt {
    position: absolute;
    height: 100%;
    left: 5px;
    right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: move;
}

.luckysheet-modal-dialog-slider-config-item-icon {
    position: absolute;
    height: 100%;
    width: 15px;
    right: 0;
    top: -4px;
    cursor: pointer;
    font-size: 14px;
}

.luckysheet-modal-dialog-slider-config-item-icon:hover {
    color: #FA7272;
}


.luckysheet-modal-dialog-config-filter {
    top: 0;
    left: 0;
}

.luckysheet-modal-dialog-config-column {
    top: 0;
    left: 50%;
}

.luckysheet-modal-dialog-config-row {
    top: 50%;
    left: 0;
}

.luckysheet-modal-dialog-config-value {
    top: 50%;
    left: 50%;
}

#luckysheet-modal-dialog-slider-pivot-move {
    position: absolute;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px dotted #000;
    color: #000;
    font-size: 14px;
    opacity: 0.6;
    z-index: 1005;
    padding: 3px 8px;
    pointer-events: none;
    user-select: none;
}

.luckysheet-modal-dialog-slider-chart {
    width: 445px;
}

.luckysheet-modal-dialog-slider-chart .luckysheet-modal-dialog-slider-title {
    background: #b94045;
}

.luckysheet-modal-dialog-slider-chart .luckysheet-modal-dialog-slider-content {
    background: #fff;
}

#luckysheet-dialog-pivotTable-clearitem {
    color: blue;
    cursor: pointer;
    float: right;
    margin-right: 30px;
}


/*冻结窗口样式*/
.luckysheet-freezebar-handle,
.luckysheet-freezebar-drop {
    position: absolute;
    z-index: 999;
}

.luckysheet-freezebar-vertical-handle {
    width: 4px;
    display: none;
    /*background: url(//ssl.gstatic.com/docs/spreadsheets/ritz_luckysheet-freezebar_vertical.png) no-repeat;*/
}

.luckysheet-freezebar-vertical-drop {
    /*background: url(//ssl.gstatic.com/docs/spreadsheets/jfk_luckysheet-freezebar_active_vertical.png) no-repeat;*/
    width: 4px;
}

.luckysheet-freezebar-active .luckysheet-freezebar-vertical-handle {
    display: block;
    z-index: 1003;
}

.luckysheet-freezebar-vertical-handle-bar {
    width: 2px;
    background: #dbe5f7;
    border-color: #a5c6fe;
    border-style: solid;
    border-width: 0 1px;
    opacity: 0.45;
    filter: alpha(opacity=45);
    margin-top: 19px;
    top: 0px;
    bottom: 0px;
}

.luckysheet-freezebar-vertical-handle-title {
    width: 4px;
    background: #9dbefb;
    opacity: 0.80;
    filter: alpha(opacity=80);
    height: 19px;
    top: 0px;
}

.luckysheet-freezebar-handle-bar,
.luckysheet-freezebar-drop-bar {
    position: absolute;
    z-index: 7;
}

.luckysheet-freezebar-vertical-drop-bar {
    width: 2px;
    background: rgba(0, 0, 0, 0.45);
    border-width: 2px 1px 2px 2px;
    margin-top: 19px;
    top: 0px;
    bottom: 0px;
}

.luckysheet-freezebar-vertical-drop-title {
    width: 2px;
    background: #bcbdbc;
    /*            opacity: 0.80;
            filter: alpha(opacity=80);*/
    height: 19px;
    top: 0px;
}


.luckysheet-freezebar-hover .luckysheet-freezebar-vertical-drop-bar,
.luckysheet-freezebar-active .luckysheet-freezebar-vertical-drop-bar {
    background: #C1C1C1;
    width: 4px;
}

.luckysheet-freezebar-hover .luckysheet-freezebar-vertical-drop-title,
.luckysheet-freezebar-active .luckysheet-freezebar-vertical-drop-title {
    background: #5D88DB;
    width: 4px;
}


.luckysheet-freezebar-horizontal-handle {
    height: 4px;
    display: none;
    /*background: url(//ssl.gstatic.com/docs/spreadsheets/ritz_luckysheet-freezebar_horizontal.png) no-repeat;*/
}

.luckysheet-freezebar-horizontal-drop {
    /*background: url(//ssl.gstatic.com/docs/spreadsheets/jfk_luckysheet-freezebar_active_horizontal.png) no-repeat;*/
    height: 4px;
}

.luckysheet-freezebar-active .luckysheet-freezebar-horizontal-handle {
    display: block;
    z-index: 1003;
}

.luckysheet-freezebar-horizontal-handle-bar {
    height: 2px;
    background: #dbe5f7;
    border-color: #a5c6fe;
    border-style: solid;
    border-width: 1px 0;
    opacity: 0.45;
    filter: alpha(opacity=45);
    margin-left: 45px;
    left: 0px;
    right: 0px;
}

.luckysheet-freezebar-horizontal-handle-title {
    height: 4px;
    background: #9dbefb;
    opacity: 0.80;
    filter: alpha(opacity=80);
    width: 45px;
    left: 0px;
}

.luckysheet-freezebar-horizontal-drop-bar {
    height: 2px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.45);
    border-width: 2px 2px 1px 2px;
    margin-left: 45px;
    left: 0px;
    right: 0px;
}


.luckysheet-freezebar-horizontal-drop-title {
    height: 2px;
    background: #bcbdbc;
    /*            opacity: 0.80;
            filter: alpha(opacity=80);*/
    width: 45px;
    left: 0px;
}

.luckysheet-freezebar-hover .luckysheet-freezebar-horizontal-drop-bar,
.luckysheet-freezebar-active .luckysheet-freezebar-horizontal-drop-bar {
    background: #C1C1C1;
    height: 4px;
}

.luckysheet-freezebar-hover .luckysheet-freezebar-horizontal-drop-title,
.luckysheet-freezebar-active .luckysheet-freezebar-horizontal-drop-title {
    background: #5D88DB;
    height: 4px;
}



/*函数样式*/
#luckysheet-functionbox-container {
    height: 100%;
    padding-left: 10px;
    overflow: hidden;
    position: absolute;
    padding: 0;
    top: 0px;
    left: 185px;
    right: 10px;
    border-left: 1px solid #e5e5e5;
}


#luckysheet-functionbox-container>div {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}


#luckysheet-functionbox {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 6px;
    resize: none;
    /*border: 1px #b9b9b9 solid;*/
    font-family: arial, sans, sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-color: #ffffff;
    padding: 0px 5px;
}



#luckysheet-functionbox .luckysheet-functionbox-cell-input {
    word-wrap: break-word;
    -webkit-nbsp-mode: space;
    -webkit-line-break: after-white-space;
}

.luckysheet-functionbox-cell-input {
    width: 100%;
    height: 100%;
    margin: 0;
    outline: none;
    cursor: text;
    -webkit-user-modify: read-write-plaintext-only;
    white-space: pre-wrap;
    -webkit-transform: translateZ(0);
    background-color: white;
}

.luckysheet-formula-text-color {
    color: black;
}

.luckysheet-formula-text-string {
    color: forestgreen;
}

.luckysheet-formula-search-c {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    color: #535353;
    font-size: 12px;
    background: #fff;
    z-index: 1003;
    width: 300px;
    display: none;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item {
    background: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item .luckysheet-formula-search-detail {
    display: none;
    color: #444;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item .luckysheet-formula-search-func {
    color: #222;
    font-size: 14px;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item-active {
    display: block;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    background: #F5F5F5;
}

.luckysheet-formula-search-c .luckysheet-formula-search-item-active .luckysheet-formula-search-detail {
    display: block;
}

.luckysheet-formula-help-c {
    display: none;
    position: absolute;
    left: 20%;
    top: 20%;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    color: #535353;
    font-size: 12px;
    background: #fff;
    z-index: 1003;
    width: 300px;
}

.luckysheet-formula-help-c .luckysheet-formula-help-content {
    max-height: 300px;
    overflow-y: scroll;
}

.luckysheet-formula-help-content-example {
    margin-top: 5px;
}

.luckysheet-formula-help-title {
    display: block;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    background: #F5F5F5;
    padding: 2px 10px;
    font-size: 14px;
}

.luckysheet-formula-help-title-formula {
    width: 250px;
    word-break: break-word;
}

.luckysheet-arguments-help-section {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #222;
}

.luckysheet-arguments-help-section-title {
    padding: 1px 10px;
    color: #666;
}

.luckysheet-arguments-help-parameter-content {
    padding: 1px 10px;
    display: inline-block;
    word-wrap: break-word;
}

.luckysheet-arguments-help-formula {
    padding: 1px 10px;
    font-size: 14px;
}

.luckysheet-arguments-help-parameter-active {
    background-color: #fff9b2;
}


.luckysheet-formula-help-collapse {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 16px;
    cursor: pointer;
    color: #bbb;
}

.luckysheet-formula-help-close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 16px;
    cursor: pointer;
    color: #bbb;
}

.luckysheet-formula-help-close:hover,
.luckysheet-formula-help-collapse:hover {
    color: #555;
}


.luckysheetLoader {
    font-size: 20px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: load-effect 1s infinite linear;
}

/*.luckysheetLoaderGif>img{
    width:100%;
    height:100%;
}*/

@keyframes load-effect {
    0% {
        box-shadow:
            /*
          0:左移3em
          -3em:下移2em
          0:模糊距离0，即纯色
          .2em:外扩.2em
          #FFF:白色
         */
            0 -3em 0 .2em #0188fb,
            /*上*/
            2em -2em 0 0 #0188fb,
            /*右上*/
            3em 0 0 -.5em #0188fb,
            /*右*/
            2em 2em 0 -.5em #0188fb,
            /*右下*/
            0 3em 0 -.5em #0188fb,
            /*下*/
            -2em 2em 0 -.5em #0188fb,
            /*左下*/
            -3em 0 0 -.5em #0188fb,
            /*左*/
            -2em -2em 0 0 #0188fb;
        /*左上*/
    }

    12.5% {
        box-shadow:
            0 -3em 0 0 #0188fb,
            2em -2em 0 .2em #0188fb,
            3em 0 0 0 #0188fb,
            2em 2em 0 -.5em #0188fb,
            0 3em 0 -.5em #0188fb,
            -2em 2em 0 -.5em #0188fb,
            -3em 0 0 -.5em #0188fb,
            -2em -2em 0 -.5em #0188fb;
    }

    25% {
        box-shadow:
            0 -3em 0 -.5em #0188fb,
            2em -2em 0 0 #0188fb,
            3em 0 0 .2em #0188fb,
            2em 2em 0 0 #0188fb,
            0 3em 0 -.5em #0188fb,
            -2em 2em 0 -.5em #0188fb,
            -3em 0 0 -.5em #0188fb,
            -2em -2em 0 -.5em #0188fb;
    }

    37.5% {
        box-shadow:
            0 -3em 0 -.5em #0188fb,
            2em -2em 0 -.5em #0188fb,
            3em 0 0 0 #0188fb,
            2em 2em 0 .2em #0188fb,
            0 3em 0 0 #0188fb,
            -2em 2em 0 -.5em #0188fb,
            -3em 0 0 -.5em #0188fb,
            -2em -2em 0 -.5em #0188fb;
    }

    50% {
        box-shadow:
            0 -3em 0 -.5em #0188fb,
            2em -2em 0 -.5em #0188fb,
            3em 0 0 -.5em #0188fb,
            2em 2em 0 0 #0188fb,
            0 3em 0 .2em #0188fb,
            -2em 2em 0 0 #0188fb,
            -3em 0 0 -.5em #0188fb,
            -2em -2em 0 -.5em #0188fb;
    }

    62.5% {
        box-shadow:
            0 -3em 0 -.5em #0188fb,
            2em -2em 0 -.5em #0188fb,
            3em 0 0 -.5em #0188fb,
            2em 2em 0 -.5em #0188fb,
            0 3em 0 0 #0188fb,
            -2em 2em 0 .2em #0188fb,
            -3em 0 0 0 #0188fb,
            -2em -2em 0 -.5em #0188fb;
    }

    75% {
        box-shadow:
            0 -3em 0 -.5em #0188fb,
            2em -2em 0 -.5em #0188fb,
            3em 0 0 -.5em #0188fb,
            2em 2em 0 -.5em #0188fb,
            0 3em 0 -.5em #0188fb,
            -2em 2em 0 0 #0188fb,
            -3em 0 0 .2em #0188fb,
            -2em -2em 0 0 #0188fb;
    }

    87.5% {
        box-shadow:
            0 -3em 0 0 #0188fb,
            2em -2em 0 -.5em #0188fb,
            3em 0 0 -.5em #0188fb,
            2em 2em 0 -.5em #0188fb,
            0 3em 0 -.5em #0188fb,
            -2em 2em 0 0 #0188fb,
            -3em 0 0 0 #0188fb,
            -2em -2em 0 .2em #0188fb;
    }

    100% {
        box-shadow:
            0 -3em 0 .2em #0188fb,
            2em -2em 0 0 #0188fb,
            3em 0 0 -.5em #0188fb,
            2em 2em 0 -.5em #0188fb,
            0 3em 0 -.5em #0188fb,
            -2em 2em 0 -.5em #0188fb,
            -3em 0 0 -.5em #0188fb,
            -2em -2em 0 0 #0188fb;
    }
}

.luckysheetpopover {
    position: absolute;
    /*    left: 50%; 
    top:20px; */
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 18px;
    padding: 20px 100px;
    text-align: center;
    z-index: 10000;
    border-radius: 4px;
    user-select: none;
    display: none;
}

.luckysheetpopover .luckysheetpopover-content {}

.luckysheetpopover .luckysheetpopover-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 2px 4px;
    cursor: pointer;
    font-size: 14px;
}

.luckysheetpopover .luckysheetpopover-btn:hover {
    border: 1px solid #FEA2A2;
    color: #FEA2A2;
}

.luckysheetPaintCursor {
    cursor: url(paint_24px.ico), auto;
}

/*        input {
             -webkit-appearance: textfield;
             background-color: white;
             -webkit-rtl-ordering: logical;
             user-select: text;
             cursor: auto;
             padding: 1px;
             border-width: 2px;
             border-style: inset;
             border-color: initial;
             border-image: initial;
         }
         user agent stylesheet
         input, textarea, keygen, select, button {
             text-rendering: auto;
             color: initial;
             letter-spacing: normal;
             word-spacing: normal;
             text-transform: none;
             text-indent: 0px;
             text-shadow: none;
             display: inline-block;
             text-align: start;
             margin: 0em 0em 0em 0em;
             font: 13.3333px Arial;
         }*/

/*查找替换弹出框样式*/
#luckysheet-search-replace .tabBox {
    margin-top: 20px;
    font-size: 0;
}

#luckysheet-search-replace .tabBox span {
    display: inline-block;
    text-align: center;
    width: 100px;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    line-height: 2;
}

#luckysheet-search-replace .tabBox span.on {
    background-color: #8C89FE;
    border-color: #726EFE;
    color: #fff;
}

#luckysheet-search-replace .ctBox {
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    font-size: 14px;
}

#luckysheet-search-replace .inputBox {
    height: 90px;
    position: relative;
}

#luckysheet-search-replace .inputBox .textboxs {
    height: 30px;
    line-height: 30px;
}

#luckysheet-search-replace .inputBox .checkboxs {
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
}

#luckysheet-search-replace .inputBox .checkboxs div {
    height: 30px;
    line-height: 30px;
}

#luckysheet-search-replace .inputBox .checkboxs input[type="checkbox"] {
    float: left;
    margin-top: 9px;
}

#luckysheet-search-replace .btnBox {
    margin-top: 10px;
}

#luckysheet-search-replace .btnBox button {
    margin: 0 2.5px;
}

#luckysheet-search-replace #searchAllbox {
    height: 210px;
    border: 1px solid #d4d4d4;
    margin-top: 10px;
    overflow-y: auto;
    position: relative;
}

#luckysheet-search-replace #searchAllbox .boxTitle {
    width: 100%;
    height: 30px;
    line-height: 29px;
    padding: 0 5px;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
    position: sticky;
    left: 0;
    top: 0;
}

#luckysheet-search-replace #searchAllbox .boxTitle span {
    display: inline-block;
    text-align: center;
}

#luckysheet-search-replace #searchAllbox .boxTitle span:nth-of-type(1) {
    width: 25%;
}

#luckysheet-search-replace #searchAllbox .boxTitle span:nth-of-type(2) {
    width: 25%;
}

#luckysheet-search-replace #searchAllbox .boxTitle span:nth-of-type(3) {
    width: 50%;
}

#luckysheet-search-replace #searchAllbox .boxMain .boxItem {
    height: 30px;
    line-height: 29px;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 5px;
    box-sizing: border-box;
}

#luckysheet-search-replace #searchAllbox .boxMain .boxItem.on {
    background-color: #8C89FE;
    color: #fff;
}

#luckysheet-search-replace #searchAllbox .boxMain .boxItem span {
    display: block;
    text-align: center;
    float: left;
}

#luckysheet-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(1) {
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#luckysheet-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(2) {
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#luckysheet-search-replace #searchAllbox .boxMain .boxItem span:nth-of-type(3) {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*函数公式查找样式*/
#luckysheet-search-formula {
    font-size: 12px;
}

#luckysheet-search-formula .inpbox {
    margin-bottom: 5px;
}

#luckysheet-search-formula .inpbox label {
    display: block;
    margin-bottom: 5px;
}

#luckysheet-search-formula .inpbox input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    border: 1px solid #d4d4d4;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
}

#luckysheet-search-formula .selbox {
    margin-bottom: 5px;
}

#luckysheet-search-formula .selbox select {
    width: 50%;
    height: 24px;
    line-height: 24px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    font-size: 12px;
}

#luckysheet-search-formula .listbox label {
    display: block;
    margin-bottom: 5px;
}

#formulaTypeList {
    width: 300px;
    height: 170px;
    border: 1px solid #d4d4d4;
    overflow-y: scroll;
}

#formulaTypeList .listBox {
    padding: 5px;
    border-bottom: 1px solid #d4d4d4;
}

#formulaTypeList .listBox.on {
    background-color: #8C89FE;
    color: #fff;
}

#formulaTypeList .listBox span:nth-of-type(1) {
    display: block;
}

#formulaTypeList .listBox span:nth-of-type(2) {
    display: block;
}

#luckysheet-search-formula-parm {
    width: 502px;
    font-size: 12px;
}

#luckysheet-search-formula-parm .parmListBox {
    width: 500px;
    padding: 5px 0;
    border: 1px solid #d4d4d4;
}

#luckysheet-search-formula-parm .parmBox {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

#luckysheet-search-formula-parm .parmBox:last-child {
    margin-bottom: 0;
}

#luckysheet-search-formula-parm .parmBox .name {
    width: 90px;
    height: 30px;
    padding: 0 5px;
    float: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#luckysheet-search-formula-parm .parmBox .txt {
    width: 198px;
    height: 28px;
    border: 1px solid #d4d4d4;
    float: left;
}

#luckysheet-search-formula-parm .parmBox .txt input {
    width: 150px;
    height: 28px;
    padding: 0 10px;
    border: none;
    outline-style: none;
    float: left;
}

#luckysheet-search-formula-parm .parmBox .txt i {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}

#luckysheet-search-formula-parm .fa-table {
    cursor: pointer;
    color: #6598F3;
}

#luckysheet-search-formula-parm .fa-table:hover {
    color: #FF7E7E;
}

#luckysheet-search-formula-parm .parmBox .val {
    width: 190px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#luckysheet-search-formula-parm .formulaDetails {
    padding: 5px;
}

#luckysheet-search-formula-parm .parmDetailsBox {
    max-height: 100px;
    padding: 5px 0 5px 20px;
    overflow-y: scroll;
}

#luckysheet-search-formula-parm .parmDetailsBox span {
    display: inline-block;
}

#luckysheet-search-formula-parm .result {
    padding: 5px;
    border-top: 1px solid #d4d4d4;
}

/*条件格式颜色选择器*/
#textCellColor {
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
}

#textCellColor .colorbox {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

#textCellColor .colorbox input[type="checkbox"] {
    float: left;
    margin-top: 10px;
}

#textCellColor .colorbox label {
    display: inline-block;
    width: 80px;
}

/*条件格式单元格选择框*/
#luckysheet-singleRange-dialog input,
#luckysheet-multiRange-dialog input {
    border: 1px solid #d4d4d4;
    padding: 0 10px;
    height: 30px;
}

/*条件格式弹出框*/
#luckysheet-conditionformat-dialog {
    font-size: 12px;
}

#luckysheet-conditionformat-dialog .box .boxTitleOne {
    margin: 5px 0;
    font-weight: 600;
}

#luckysheet-conditionformat-dialog .box .inpbox {
    width: 198px;
    height: 28px;
    border: 1px solid #d4d4d4;
}

#luckysheet-conditionformat-dialog .box .inpbox input {
    width: 150px;
    height: 28px;
    padding: 0 10px;
    border: none;
    outline-style: none;
    float: left;
}

#luckysheet-conditionformat-dialog .box .inpbox2 {
    float: left;
    width: 108px;
    height: 28px;
    border: 1px solid #d4d4d4;
}

#luckysheet-conditionformat-dialog .box .inpbox2 input {
    width: 60px;
    height: 28px;
    padding: 0 10px;
    border: none;
    outline-style: none;
    float: left;
}

#luckysheet-conditionformat-dialog .box i.fa-table {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}

#luckysheet-conditionformat-dialog .box .fa-table {
    cursor: pointer;
    color: #6598F3;
}

#luckysheet-conditionformat-dialog .box .fa-table:hover {
    color: #FF7E7E;
}

#luckysheet-conditionformat-dialog .box #daterange-btn {
    width: 188px;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}

#luckysheet-conditionformat-dialog .box .selectbox {
    width: 150px;
    height: 30px;
}

#luckysheet-icon-dataBar-menuButton .bgImgBox {
    width: 28px;
    height: 26px;
    background: url(../plugins/images/CFdataBar.png)no-repeat;
}

#luckysheet-icon-colorGradation-menuButton .bgImgBox {
    width: 28px;
    height: 26px;
    background: url(../plugins/images/CFcolorGradation.png)no-repeat;
}

/*条件格式规则管理器*/
#luckysheet-administerRule-dialog {
    font-size: 12px;
}

#luckysheet-administerRule-dialog .chooseSheet {
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}

#luckysheet-administerRule-dialog .chooseSheet select {
    height: 24px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 12px;
}

#luckysheet-administerRule-dialog .ruleBox {
    border: 1px solid #d4d4d4;
}

#luckysheet-administerRule-dialog .ruleBox .ruleBtn {
    padding: 2.5px 5px;
    border-bottom: 1px solid #d4d4d4;
}

#luckysheet-administerRule-dialog .ruleBox .ruleBtn button {
    margin-right: 10px;
    font-size: 12px;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle {
    height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #d4d4d4;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle span {
    display: block;
    height: 100%;
    line-height: 29px;
    float: left;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle span:nth-of-type(1) {
    width: 30%;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle span:nth-of-type(2) {
    width: 20%;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listTitle span:nth-of-type(3) {
    width: 45%;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox {
    height: 150px;
    overflow-y: scroll;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item {
    height: 24px;
    padding: 2.5px 10px;
    border-bottom: 1px solid #d4d4d4;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item.on {
    background-color: #8C89FE;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleName {
    width: 30%;
    height: 100%;
    line-height: 24px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    box-sizing: border-box;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item.on .ruleName {
    color: #fff;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .format {
    width: 20%;
    height: 100%;
    line-height: 24px;
    float: left;
    position: relative;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .format .colorbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: solid 1px #d0d0d0;
    margin: 3px 5px;
    cursor: pointer;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleRange {
    width: 45%;
    height: 100%;
    border: 1px solid #d4d4d4;
    float: left;
    margin-left: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleRange input {
    width: 130px;
    height: 22px;
    padding: 0 5px;
    border: none;
    outline-style: none;
    float: left;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleRange i.fa-table {
    float: right;
    cursor: pointer;
    color: #6598F3;
    margin-top: 6px;
    margin-right: 5px;
}

#luckysheet-administerRule-dialog .ruleBox .ruleList .listBox .item .ruleRange i.fa-table:hover {
    color: #FF7E7E;
}

/*新建、编辑条件格式规则*/
.luckysheet-newEditorRule-dialog {
    font-size: 12px;
}

.luckysheet-newEditorRule-dialog .boxTitle {
    margin-bottom: 5px;
}

.luckysheet-newEditorRule-dialog .ruleTypeBox {
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
}

.luckysheet-newEditorRule-dialog .ruleTypeBox .ruleTypeItem {
    padding: 3px 5px;
    cursor: pointer;
}

.luckysheet-newEditorRule-dialog .ruleTypeBox .ruleTypeItem.on {
    background-color: #7C79FE;
    color: #fff;
}

.luckysheet-newEditorRule-dialog .ruleTypeBox .ruleTypeItem .icon {
    font-family: Arial, Helvetica, sans-serif;
}

.luckysheet-newEditorRule-dialog .ruleExplainBox {
    border: 1px solid #d4d4d4;
    padding: 10px;
}

.luckysheet-newEditorRule-dialog .ruleExplainBox .title {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.luckysheet-newEditorRule-dialog .ruleExplainBox select {
    height: 30px;
    font-size: 12px;
    float: left;
    margin-right: 5px;
}

.luckysheet-newEditorRule-dialog .ruleExplainBox .inpbox {
    width: 100px;
    height: 30px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    font-size: 12px;
    float: left;
}

.luckysheet-newEditorRule-dialog .ruleExplainBox .inpbox input {
    width: 70px;
    height: 100%;
    border: none;
    outline-style: none;
    padding: 0 5px;
}

.luckysheet-newEditorRule-dialog .ruleExplainBox .txt {
    display: block;
    height: 100%;
    line-height: 30px;
    float: left;
    margin: 0 5px;
}

.luckysheet-newEditorRule-dialog .ruleExplainBox #isPercent {
    float: left;
    margin: 9px 0 8px 10px;
}

.luckysheet-newEditorRule-dialog i.fa-table {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}

.luckysheet-newEditorRule-dialog .fa-table {
    cursor: pointer;
    color: #6598F3;
}

.luckysheet-newEditorRule-dialog .fa-table:hover {
    color: #FF7E7E;
}

.luckysheet-newEditorRule-dialog .iconsBox {
    height: 30px;
    margin-bottom: 5px;
    position: relative;
}

.luckysheet-newEditorRule-dialog .iconsBox label {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.luckysheet-newEditorRule-dialog .iconsBox .showbox {
    width: 150px;
    height: 20px;
    padding: 4px 4px 4px 10px;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    float: left;
    cursor: pointer;
}

.luckysheet-newEditorRule-dialog .iconsBox .showbox .model {
    width: 125px;
    height: 20px;
    background: url(../plugins/images/CFicons.png)no-repeat;
    background-size: 256px;
    float: left;
}

.luckysheet-newEditorRule-dialog .iconsBox ul {
    display: none;
    width: 164px;
    max-height: 150px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: 80px;
    top: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.luckysheet-newEditorRule-dialog .iconsBox ul li {
    padding: 5px 10px;
    background-color: #fff;
    cursor: pointer;
}

.luckysheet-newEditorRule-dialog .iconsBox ul li:hover {
    background-color: #dfdfdf;
}

.luckysheet-newEditorRule-dialog .iconsBox ul li div {
    width: 125px;
    height: 20px;
    background: url(../plugins/images/CFicons.png)no-repeat;
    background-size: 256px;
}

/*条件格式 图标集弹框*/
#luckysheet-CFicons-dialog .box {
    padding: 10px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
}

#luckysheet-CFicons-dialog .box .title {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #ebebeb;
}

#luckysheet-CFicons-dialog .box .list {
    width: 300px;
    padding: 5px 0;
}

#luckysheet-CFicons-dialog .box .list .left {
    width: 50%;
    float: left;
}

#luckysheet-CFicons-dialog .box .list .right {
    width: 50%;
    float: right;
}

#luckysheet-CFicons-dialog .box .list .item {
    width: 125px;
    height: 20px;
    padding: 2.5px 10px;
    background-color: #fff;
    cursor: pointer;
}

#luckysheet-CFicons-dialog .box .list .item:hover {
    background-color: #dfdfdf;
}

#luckysheet-CFicons-dialog .box .list .item div {
    width: 125px;
    height: 20px;
    background: url(../plugins/images/CFicons.png)no-repeat;
    background-size: 256px;
}

/*交替颜色*/
#luckysheet-modal-dialog-slider-alternateformat {
    width: 280px;
    font-size: 12px;
}

#luckysheet-modal-dialog-slider-alternateformat .luckysheet-modal-dialog-slider-content {
    background-color: #fff;
    overflow-y: scroll;
}

#luckysheet-modal-dialog-slider-alternateformat .textTitle {
    padding: 5px 10px;
    font-weight: 600;
}

#luckysheet-alternateformat-range {
    width: 198px;
    height: 28px;
    border: 1px solid #d4d4d4;
    margin-left: 10px;
}

#luckysheet-alternateformat-range input {
    width: 150px;
    height: 28px;
    padding: 0 10px;
    border: none;
    outline-style: none;
    float: left;
}

#luckysheet-alternateformat-range .fa-table {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    cursor: pointer;
    color: #6598F3;
}

#luckysheet-alternateformat-range .fa-table:hover {
    color: #FF7E7E;
}

#luckysheet-alternateformat-checkbox {
    padding: 5px 10px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 10px 0;
}

#luckysheet-alternateformat-checkbox div {
    height: 20px;
    line-height: 20px;
}

#luckysheet-alternateformat-checkbox div:first-child {
    margin-bottom: 5px;
}

#luckysheet-alternateformat-checkbox input[type="checkbox"] {
    float: left;
    cursor: pointer;
    margin-top: 4px;
}

#luckysheet-alternateformat-modelList {
    padding: 0 10px;
    margin-bottom: 10px;
}

#luckysheet-alternateformat-modelCustom {
    padding: 0 10px;
    margin-bottom: 10px;
}

#luckysheet-modal-dialog-slider-alternateformat .modelbox {
    display: inline-block;
    width: 36px;
    padding: 2px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-right: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

#luckysheet-modal-dialog-slider-alternateformat .modelbox.on {
    border-color: #726EFE;
}

#luckysheet-modal-dialog-slider-alternateformat .modelbox .box {
    width: 100%;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}

#luckysheet-modal-dialog-slider-alternateformat .modelbox .box span {
    display: block;
    width: 100%;
    height: 10px;
    line-height: 9px;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
}

#luckysheet-modal-dialog-slider-alternateformat .modelbox .box span:last-child {
    line-height: 10px;
    border-bottom: none;
}

#luckysheet-alternateformat-modelToning {
    padding: 10px;
}

#luckysheet-alternateformat-modelToning .toningbox {
    height: 25px;
    margin-bottom: 5px;
}

#luckysheet-alternateformat-modelToning .toningbox .toningShow {
    width: 150px;
    height: 100%;
    line-height: 23px;
    text-align: center;
    border: 1px solid #d4d4d4;
    float: left;
    margin-right: 10px;
}

#luckysheet-alternateformat-modelToning .toningbox .luckysheet-color-menu-button-indicator {
    width: 20px;
    float: left;
    user-select: none;
    cursor: pointer;
}

#luckysheet-alternateformat-modelToning .toningbox .luckysheet-color-menu-button-indicator .luckysheet-icon {
    user-select: none;
    margin-bottom: -6px;
}

#luckysheet-alternateformat-colorSelect-dialog .currenColor {
    font-size: 12px;
    margin-bottom: 5px;
}

#luckysheet-alternateformat-colorSelect-dialog .currenColor span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: solid 1px #d0d0d0;
    margin-left: 5px;
    margin-bottom: -5px;
    cursor: pointer;
}

#luckysheet-alternateformat-rangeDialog input {
    border: 1px solid #d4d4d4;
    padding: 0 10px;
    height: 30px;
}

/*if公式生成器*/
#luckysheet-ifFormulaGenerator-dialog {
    font-size: 12px;
}

#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox {
    height: 30px;
    margin-bottom: 10px;
}

#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox label {
    display: block;
    width: 100px;
    height: 100%;
    line-height: 30px;
    padding: 0 5px;
    text-align: right;
    float: left;
}

#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox .inpBox {
    width: 150px;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    float: left;
}

#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox .inpBox input {
    width: 100px;
    height: 100%;
    padding: 0;
    border: none;
    outline-style: none;
    background: transparent;
    float: left;
}

#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox .inpBox i.fa-table {
    font-size: 14px;
    color: #6598F3;
    float: right;
    margin-right: 0;
    margin-top: 8px;
    cursor: pointer;
}

#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox .inpBox i.fa-table:hover {
    color: #FF7E7E;
}

#luckysheet-ifFormulaGenerator-dialog .ifAttr .attrBox span.text {
    height: 100%;
    line-height: 30px;
    padding: 0 5px;
    float: left;
}

#luckysheet-ifFormulaGenerator-dialog #smallRange,
#luckysheet-ifFormulaGenerator-dialog #largeRange {
    width: 100px;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    float: left;
}

#luckysheet-ifFormulaGenerator-dialog #rangeAssess {
    height: 100%;
    line-height: 30px;
    float: left;
    margin-left: 20px;
}

#luckysheet-ifFormulaGenerator-dialog #rangeAssess i.fa-table {
    color: #6598F3;
    cursor: pointer;
}

#luckysheet-ifFormulaGenerator-dialog #rangeAssess i.fa-table:hover {
    color: #FF7E7E;
}

#luckysheet-ifFormulaGenerator-dialog #DivisionMethod {
    width: 100px;
    height: 100%;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    float: left;
}

#luckysheet-ifFormulaGenerator-dialog #DivisionMethodVal {
    width: 120px;
    height: 100%;
    border: 1px solid #d4d4d4;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    margin-left: 10px;
}

#luckysheet-ifFormulaGenerator-dialog #createBtn {
    width: 100px;
    height: 100%;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #8C89FE;
    float: right;
    cursor: pointer;
}

#luckysheet-ifFormulaGenerator-dialog .ifList {
    border-top: 1px solid #d4d4d4;
    height: 180px;
    padding: 10px;
    overflow-y: scroll;
}

#luckysheet-ifFormulaGenerator-dialog .ifList .item {
    height: 30px;
    margin-bottom: 10px;
}

#luckysheet-ifFormulaGenerator-dialog .ifList .item input {
    width: 80px;
    height: 100%;
    border: 1px solid #d4d4d4;
    padding: 0 5px;
    background: transparent;
    box-sizing: border-box;
    float: left;
}

#luckysheet-ifFormulaGenerator-dialog .ifList .item input.markText {
    width: 140px;
}

#luckysheet-ifFormulaGenerator-dialog .ifList .item select {
    width: 50px;
    height: 100%;
    padding: 0 5px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    float: left;
    margin: 0 10px;
}

#luckysheet-ifFormulaGenerator-dialog .ifList .item span {
    height: 100%;
    line-height: 30px;
    float: left;
    margin: 0 10px;
}

#luckysheet-ifFormulaGenerator-dialog .ifList .item i.fa-remove {
    font-size: 16px;
    float: left;
    margin-left: 15px;
    margin-top: 7px;
    color: #d6d6d6;
    cursor: pointer;
}

#luckysheet-ifFormulaGenerator-dialog .ifList .item i.fa-remove:hover {
    color: #333;
}

#luckysheet-ifFormulaGenerator-singleRange-dialog input,
#luckysheet-ifFormulaGenerator-multiRange-dialog input {
    border: 1px solid #d4d4d4;
    padding: 0 10px;
    height: 30px;
}

.pictorialBarUploadImg:hover {
    border: 1px solid #ccc !important;
    background: #EFEFEF;
}

/*下拉图标*/
#luckysheet-dropCell-icon #icon_dropCell {
    width: 25px;
    height: 15px;
    background-image: url(../plugins/images/icon_dropCell.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/*定位*/
#luckysheet-locationCell-dialog .listbox {
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 14px;
    color: #000;
}

#luckysheet-locationCell-dialog .listbox .listItem {
    padding: 5px 0;
}

#luckysheet-locationCell-dialog .listbox .listItem input[type="radio"] {
    float: left;
    margin-top: 5px;
}

#luckysheet-locationCell-dialog .listbox .listItem .subbox {
    height: 30px;
    padding: 0 10px;
}

#luckysheet-locationCell-dialog .listbox .listItem .subbox .subItem {
    float: left;
    margin-right: 5px;
}

/*更多格式*/
#luckysheet-moreFormat-dialog {
    font-size: 14px;
    color: #000;
}

#luckysheet-moreFormat-dialog .decimal {
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
}

#luckysheet-moreFormat-dialog .decimal input {
    width: 80px;
    height: 24px;
    padding: 0 5px;
}

#luckysheet-moreFormat-dialog .listbox {
    border: 1px solid #666;
    height: 240px;
    overflow-y: auto;
}

#luckysheet-moreFormat-dialog .listbox .listItem {
    height: 30px;
    padding: 0 20px 0 10px;
    border-bottom: 1px solid #dfdfdf;
}

#luckysheet-moreFormat-dialog .listbox .listItem.on {
    background-color: #7C79FE;
    color: #fff;
}

#luckysheet-moreFormat-dialog .listbox .listItem .name {
    line-height: 29px;
    float: left;
}

#luckysheet-moreFormat-dialog .listbox .listItem .value {
    line-height: 30px;
    float: right;
    color: gray;
}

#luckysheet-moreFormat-dialog .listbox .listItem.on .value {
    color: #fff;
}

/*分列*/
#luckysheet-splitColumn-dialog {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#luckysheet-splitColumn-dialog .box {
    font-size: 14px;

}

#luckysheet-splitColumn-dialog .box .boxTitle {
    padding: 5px;
}

#luckysheet-splitColumn-dialog .box .boxMain {
    padding: 5px;
    border: 1px solid #dfdfdf;
}

#luckysheet-splitColumn-dialog .box input[type="checkbox"] {
    float: left;
    margin-top: 5px;
}

#luckysheet-splitColumn-dialog .box .boxMain input[type="text"] {
    margin-left: 5px;
    width: 50px;
    padding: 0 5px;
}

#luckysheet-splitColumn-dialog .box #splitColumnData {
    height: 100px;
    overflow-y: auto;
}

#luckysheet-splitColumn-dialog .box #splitColumnData table {
    border-collapse: collapse;
}

#luckysheet-splitColumn-dialog .box #splitColumnData td {
    border: 1px solid #333;
}

/*图表设置最下方下拉框优化*/
.luckysheet-datavisual-config .luckysheet-datavisual-accordion-content:last-child {
    padding-bottom: 100px;
}

/*批注聚焦框 移动 改变大小*/
.luckysheet-postil-dialog-move {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item {
    /*background: #000;*/
    position: absolute;
    pointer-events: all;
    cursor: move;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-t {
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #000;
    left: 0;
    top: -4px;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-r {
    width: 3px;
    height: 100%;
    border-left: 1px solid #000;
    right: -4px;
    top: 0;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-b {
    width: 100%;
    height: 3px;
    border-top: 1px solid #000;
    left: 0;
    bottom: -4px;
}

.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item-l {
    width: 3px;
    height: 100%;
    border-right: 1px solid #000;
    left: -4px;
    top: 0;
}

.luckysheet-postil-show-active .luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item {
    border-color: #0188fb;
}

.luckysheet-postil-dialog-resize {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    pointer-events: none;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item {
    position: absolute;
    height: 6px;
    width: 6px;
    border: 1px solid #0188fb;
    pointer-events: all;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lt {
    left: -6px;
    top: -6px;
    cursor: se-resize;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mt {
    left: 50%;
    top: -6px;
    margin-left: -4px;
    cursor: s-resize;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lm {
    top: 50%;
    left: -6px;
    margin-top: -4px;
    cursor: w-resize;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rm {
    top: 50%;
    right: -6px;
    margin-top: -4px;
    cursor: w-resize;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rt {
    right: -6px;
    top: -6px;
    cursor: ne-resize;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-lb {
    left: -6px;
    bottom: -6px;
    cursor: ne-resize;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-mb {
    left: 50%;
    bottom: -6px;
    margin-left: -4px;
    cursor: s-resize;
}

.luckysheet-postil-dialog-resize .luckysheet-postil-dialog-resize-item-rb {
    right: -6px;
    bottom: -6px;
    cursor: se-resize;
}

/*图表设置最下方下拉框优化*/
.luckysheet-datavisual-config .luckysheet-datavisual-accordion-content:last-child {
    padding-bottom: 100px;
}

/*图表样式新增样式: 设置界面overflow滚动*/
.luckysheet-datavisual-left .el-tabs__content {
    overflow: auto;
}


/* .luckysheet-modal-dialog {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #acacac;
    border: 1px solid rgba(0, 0, 0, .333);
    outline: 0;
    position: absolute;
    color: #000;
    padding: 30px 42px;
    z-index: 100002;
}

.luckysheet-modal-dialog-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.6;
    display: none;
    left: 0px;
    top: 0px;
    z-index: 1010;
}



.luckysheet-modal-dialog-title {
    background-color: #fff;
    color: #000;
    cursor: default;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 16px;
}

.luckysheet-modal-dialog-title-close {
    height: 11px;
    opacity: 0.7;
    padding: 17px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 11px;
    color: #d4d4d4;
    outline: 0;
}

.luckysheet-modal-dialog-chart {
    padding: 20px 10px;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.luckysheet-modal-dialog-resize {
    position: absolute;
    border: 2px solid #85c0fc;
    margin: 0px;
    padding: 0px;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    pointer-events: none;
}

.luckysheet-modal-dialog-resize-item {
    position: absolute;
    height: 6px;
    width: 6px;
    background: #ffffff;
    border: 2px solid #85c0fc;
    pointer-events: all;
    border-radius: 6px;
}

.luckysheet-modal-dialog-resize-item-lt {
    left: -6px;
    top: -6px;
    cursor: se-resize;
}

.luckysheet-modal-dialog-resize-item-mt {
    left: 50%;
    top: -6px;
    margin-left: -4px;
    cursor: s-resize;
}

.luckysheet-modal-dialog-resize-item-rt {
    right: -6px;
    top: -6px;
    cursor: ne-resize;
}

.luckysheet-modal-dialog-resize-item-lm {
    top: 50%;
    left: -6px;
    margin-top: -4px;
    cursor: w-resize;
}

.luckysheet-modal-dialog-resize-item-rm {
    top: 50%;
    right: -6px;
    margin-top: -4px;
    cursor: w-resize;
}

.luckysheet-modal-dialog-resize-item-lb {
    left: -6px;
    bottom: -6px;
    cursor: ne-resize;
}

.luckysheet-modal-dialog-resize-item-mb {
    left: 50%;
    bottom: -6px;
    margin-left: -4px;
    cursor: s-resize;
}

.luckysheet-modal-dialog-resize-item-rb {
    right: -6px;
    bottom: -6px;
    cursor: se-resize;
}


.luckysheet-modal-dialog-controll {
    position: absolute;
    margin: 0px;
    padding: 0px;
    right: -35px;
    font-size: 14px;
    top: 0px;
}

.luckysheet-modal-controll-btn {
    height: 13px;
    padding: 8px;
    width: 13px;
    color: #d4d4d4;
    outline: 0;
    border: 1px solid #B6B6B6;
    display: block;
    background: #fff;
    margin-bottom: 3px;
    cursor: pointer;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.luckysheet-modal-controll-btn:hover {
    border: 1px solid #A1A1A1;
    color: #85c0fc;
}

.luckysheet-modal-controll-btn:active {
    border: 1px solid #BBBBBB;
    background: #EFEFEF;
    color: #85c0fc;
}

.luckysheet-modal-controll-del {
    font-size: 16px;
}

.luckysheet-modal-controll-max-close {
    font-size: 22px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #383838;
    opacity: 0.7;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100000;
    text-align: center;
}

.luckysheet-modal-controll-max-close:hover {
    background: #85c0fc;
    cursor: pointer;
} */

/* 图片 */
#luckysheet-modal-dialog-activeImage .luckysheet-modal-dialog-content{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges;
}

#luckysheet-modal-dialog-cropping::before{
    content: "";
    outline: 1px solid #fff;
    position: absolute;
    left: 33.3%;
    right: 33.3%;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
#luckysheet-modal-dialog-cropping::after{
    content: "";
    outline: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 33.3%;
    bottom: 33.3%;
    z-index: 1;
    pointer-events: none;
}
#luckysheet-modal-dialog-cropping .cropping-mask{
    filter: brightness(.5);
    position: absolute;
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
#luckysheet-modal-dialog-cropping .cropping-content{
    position: absolute;
    overflow: hidden;
    background-position: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#luckysheet-modal-dialog-cropping .luckysheet-modal-dialog-resize{
    border: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: all;
}
#luckysheet-modal-dialog-cropping .resize-item{
    width: 0;
    height: 0;
    background: none;
    border: none;
    position: absolute;
    z-index: 3;
}
#luckysheet-modal-dialog-cropping .resize-item::before{
    content: "";
    display: block;
    position: absolute;
    background: #000;
}
#luckysheet-modal-dialog-cropping .resize-item::after{
    content: "";
    display: block;
    position: absolute;
    background: #000;
}
#luckysheet-modal-dialog-cropping .lt{
    left: 0;
    top: 0;
    cursor: nwse-resize;
}
#luckysheet-modal-dialog-cropping .lt::before{
    width: 18px;
    height: 4px;
    left: 0;
    top: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .lt::after{
    width: 4px;
    height: 14px;
    left: 0;
    top: 4px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .mt{
    left: 50%;
    top: 0;
    cursor: ns-resize;
}
#luckysheet-modal-dialog-cropping .mt::before{
    width: 18px;
    height: 4px;
    left: -11px;
    top: 0;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .rt{
    right: 0;
    top: 0;
    cursor: nesw-resize;
}
#luckysheet-modal-dialog-cropping .rt::before{
    width: 18px;
    height: 4px;
    right: 0;
    top: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .rt::after{
    width: 4px;
    height: 14px;
    right: 0;
    top: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .lm{
    left: 0;
    top: 50%;
    cursor: ew-resize;
}
#luckysheet-modal-dialog-cropping .lm::before{
    width: 4px;
    height: 18px;
    left: 0;
    top: -11px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .rm{
    right: 0;
    top: 50%;
    cursor: ew-resize;
}
#luckysheet-modal-dialog-cropping .rm::before{
    width: 4px;
    height: 18px;
    right: 0;
    top: -11px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .lb{
    left: 0;
    bottom: 0;
    cursor: nesw-resize;
}
#luckysheet-modal-dialog-cropping .lb::before{
    width: 18px;
    height: 4px;
    left: 0;
    bottom: 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .lb::after{
    width: 4px;
    height: 14px;
    left: 0;
    bottom: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .rb{
    right: 0;
    bottom: 0;
    cursor: nwse-resize;
}
#luckysheet-modal-dialog-cropping .rb::before{
    width: 18px;
    height: 4px;
    right: 0;
    bottom: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .rb::after{
    width: 4px;
    height: 14px;
    right: 0;
    bottom: 4px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}
#luckysheet-modal-dialog-cropping .mb{
    left: 50%;
    bottom: 0;
    cursor: ns-resize;
}
#luckysheet-modal-dialog-cropping .mb::before{
    width: 18px;
    height: 4px;
    left: -11px;
    bottom: 0;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}
#luckysheet-modal-dialog-slider-imageCtrl .luckysheet-modal-dialog-slider-content{
    background-color: #fff;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box{
    border-bottom: 1px solid #E1E4E8;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-title{
    padding: 10px 20px;
    font-weight: 600;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-radios{
    padding: 10px 30px;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .radio-item{
    margin-bottom: 10px;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .radio-item:last-child{
    margin-bottom: 0;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .radio-item input{
    vertical-align: sub;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-checkbox{
    padding: 10px 30px;
    border-top: 1px solid #E1E4E8;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-checkbox input{
    vertical-align: middle;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .slider-box-borderConfig{
    padding: 10px 30px;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item{
    margin-bottom: 10px;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item:last-child{
    margin-bottom: 0;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item label{
    display: inline-block;
    width: 40px;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item input{
    width: 130px;
    padding: 5px;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item .imgItemBorderColor{
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 2px;
    border: 1px solid #E1E4E8;
    vertical-align: middle;
    cursor: pointer;
}
#luckysheet-modal-dialog-slider-imageCtrl .slider-box .border-item .imgItemBorderColor span{
    display: block;
    width: 100%;
    height: 100%;
}
#luckysheet-imageCtrl-colorSelect-dialog .currenColor{
    font-size: 12px;
    margin-bottom: 5px;
}
#luckysheet-imageCtrl-colorSelect-dialog .currenColor span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: solid 1px #d0d0d0;
    margin-left: 5px;
    margin-bottom: -5px;
    cursor: pointer;
}
#luckysheet-modal-dialog-activeImage, #luckysheet-modal-dialog-cropping{
    background: none;
    box-shadow: none;
}

.luckysheet-modal-dialog-image {
    border: none;
    box-shadow:none;
    background: none;
    box-shadow:none;
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges;
}

.luckysheet-modal-dialog-image .luckysheet-modal-dialog-content, #luckysheet-modal-dialog-activeImage .luckysheet-modal-dialog-content{
    background: none;
}
/* 单元格日期选择 */
.cell-date-picker{
    position: absolute;
    display: none;
}
/* 插入链接 */
#luckysheet-insertLink-dialog{
    user-select: none;
}
#luckysheet-insertLink-dialog .box{
    font-size: 12px;
}
#luckysheet-insertLink-dialog .box-item{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
#luckysheet-insertLink-dialog .box-item label{
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}
#luckysheet-insertLink-dialog .box-item input{
    width: 200px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    outline-style: none;
    box-sizing: border-box;
}
#luckysheet-insertLink-dialog .box-item select{
    width: 200px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #d4d4d4;
    outline-style: none;
    box-sizing: border-box;
}
/* 数据验证 */
#luckysheet-dataVerification-dialog{
    user-select: none;
}
#luckysheet-dataVerification-dialog .box{
    font-size: 12px;
}
#luckysheet-dataVerification-dialog .box select{
    width: 100%;
    height: 30px;
    border-color: #d4d4d4;
    outline-style: none;
}
#luckysheet-dataVerification-dialog .box input::-webkit-input-placeholder { 
    color: #d4d4d4; 
} 
#luckysheet-dataVerification-dialog .box input:-moz-placeholder { 
    color: #d4d4d4; 
} 
#luckysheet-dataVerification-dialog .box input::-moz-placeholder { 
    color: #d4d4d4; 
} 
#luckysheet-dataVerification-dialog .box input:-ms-input-placeholder { 
    color: #d4d4d4; 
}
#luckysheet-dataVerification-dialog .box-item{
    padding: 10px;
    border-bottom: 1px solid #E1E4E8;
}
#luckysheet-dataVerification-dialog .box-item .box-item-title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
#luckysheet-dataVerification-dialog .box-item .range{
    width: 100%;
    height: 30px;
    border: 1px solid #d4d4d4;
}
#luckysheet-dataVerification-dialog .box-item .range input{
    width: calc(100% - 30px);
    height: 30px;
    padding: 0 10px;
    float: left;
    border: none;
    outline-style: none;
    box-sizing: border-box;
}
#luckysheet-dataVerification-dialog .box-item .range i.fa-table{
    float: right;
    margin-top: 9px;
    margin-right: 5px;
    cursor: pointer;
    color: #6598F3;
}
#luckysheet-dataVerification-dialog .box-item .multi {
    margin-top: 10px;
    line-height: 30px;
    font-size: 12px;
}
#luckysheet-dataVerification-dialog .box-item .multi input {
    vertical-align: text-top;
}
#luckysheet-dataVerification-dialog .box-item .show-box{
    margin-top: 10px;
}
#luckysheet-dataVerification-dialog .box-item .check-box{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
#luckysheet-dataVerification-dialog .box-item .check-box:last-child{
    margin-bottom: 0;
}
#luckysheet-dataVerification-dialog .box-item .check-box input{
    height: 30px;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}
#luckysheet-dataVerification-dialog .box-item .check{
    line-height: 30px;
}
#luckysheet-dataVerification-dialog .box-item .check input{
    vertical-align: text-top;
}
#luckysheet-dataVerification-dialog .box-item .input{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
#luckysheet-dataVerification-dialog .box-item .input input{
    height: 30px;
    padding: 4px 10px 4px 10px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}
#luckysheet-dataVerification-dialog .box-item .input1 input{
    width: 150px;
}
#luckysheet-dataVerification-dialog .box-item .input2 input{
    width: 100%;
}
#luckysheet-dataVerification-dialog .box-item .input span{
    display: inline-block;
    width: 30px;
    text-align: center;
}
#luckysheet-dataVerification-dialog .data-verification-hint-text{
    width: 100%;
    height: 30px;
    border: 1px solid #d4d4d4;
    margin-top: 10px;
}
#luckysheet-dataVerification-dialog .data-verification-hint-text input{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: none;
    outline-style: none;
    box-sizing: border-box;
}
#luckysheet-dataVerification-dialog .show-box .show-box-item{
    display: none;
}
#luckysheet-dataVerificationRange-dialog input{
    height: 30px;
    padding: 0 10px;
    border: 1px solid #d4d4d4;
    outline-style: none;
}
#luckysheet-dataVerification-dropdown-btn{
    display: none;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    overflow: hidden;
}
#luckysheet-dataVerification-dropdown-btn::after{
    content: '';
    width: 10px;
    height: 10px;
    background: url(arrow-down.png) center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
#luckysheet-dataVerification-dropdown-List{
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 10000;
    box-sizing: border-box;
}
#luckysheet-dataVerification-dropdown-List .dropdown-List-item{
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

#luckysheet-dataVerification-dropdown-List .dropdown-List-item.multi {
    padding-left: 0;
}
#luckysheet-dataVerification-dropdown-List .dropdown-List-item.multi:before{
    content: "";
    width: 14px;
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 2px;
}
#luckysheet-dataVerification-dropdown-List .dropdown-List-item.multi.checked:before{
    content: "\e7c8"; 
}
#luckysheet-dataVerification-dropdown-List .dropdown-List-item:hover{
    background-color: #E1E1E1;
}
#luckysheet-dataVerification-showHintBox{
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1000;
    user-select: none;
    cursor: default;
    white-space: nowrap;
}

#luckysheet-icon-undo.disabled,
#luckysheet-icon-redo.disabled {
    cursor: default;
    opacity: .4;
}
.luckysheet-print-viewList{
    position: relative;
    float: right;
    width:126px;
    /* right: 222px; */
    height: 22px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    user-select: none;
}

.luckysheet-print-viewBtn {
    position: absolute;
    top: 0;
    left: 0px;
    width: 42px;
    height:22px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.luckysheet-print-viewBtn .iconfont{
    font-size: 22px;
}

.luckysheet-print-viewBtn:hover{
    background: #E1E4E8;
}

.luckysheet-print-viewBtn-active{
    background: #dcdcdc;
    cursor: default;
}

.luckysheet-print-viewBtn-active:hover{
    background: #dcdcdc;
}

.luckysheet-print-viewNormal{
    left: 0px;
}

.luckysheet-print-viewLayout{
    left: 42px;
}

.luckysheet-print-viewPage{
    left: 84px;
}



#luckysheet-modal-dialog-slider-protection .luckysheet-modal-dialog-slider-content{
    background: #fff;
}

.luckysheet-slider-protection-config{
    position: absolute;
    width: 100%;
}

.luckysheet-slider-protection-row{
    position: relative;
    width: 98%;
    height: 35px;
    left: 1%;
}

.luckysheet-slider-protection-column{
    position: absolute;
    height: 100%;
}


.luckysheet-slider-protection-config input, .luckysheet-slider-protection-config textarea, .luckysheet-protection-rangeItem-dialog input, .luckysheet-protection-rangeItem-dialog textarea, .luckysheet-protection-sheet-validation input{
    border: 1px solid #d4d4d4;
    outline: none;
}

.luckysheet-slider-protection-config input:focus, .luckysheet-slider-protection-config textarea:focus, .luckysheet-protection-rangeItem-dialog input:focus, .luckysheet-protection-rangeItem-dialog textarea:focus,.luckysheet-protection-sheet-validation input:focus{
    border: 1px solid #0389FB;
    outline: none;
}

.luckysheet-protection-input{
    width: 100%;
    height: 19px;
    position: relative;
}

.luckysheet-protection-textarea{
    width: 100%;
    height: 47px;
    position: relative;
    resize:none;
}

.luckysheet-protection-column-2x{
    width: 20%;
}

.luckysheet-protection-column-3x{
    width: 30%;
}

.luckysheet-protection-column-4x{
    width: 40%;
}

.luckysheet-protection-column-5x{
    width: 50%;
}

.luckysheet-protection-column-6x{
    width: 60%;
}

.luckysheet-protection-column-7x{
    width: 70%;
}

.luckysheet-protection-column-8x{
    width: 80%;
}

.luckysheet-protection-column-9x{
    width: 90%;
}

.luckysheet-protection-column-10x{
    width: 100%;
}

.luckysheet-protection-column-left{
    text-align: left;
}

.luckysheet-protection-column-center{
    text-align: center;
}

.luckysheet-protection-column-right{
    text-align: right;
}

.luckysheet-slider-protection-ok{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0188fb;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
}

.luckysheet-slider-protection-ok:hover{
    background: #0181EE;
}

.luckysheet-slider-protection-ok:active{
    background: #0074da;
}

.luckysheet-slider-protection-cancel{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    color: #353535;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
}

.luckysheet-slider-protection-cancel:hover{
    background: #d6d6d6;
}

.luckysheet-slider-protection-cancel:active{
    background: #c7c7c7;
}

.luckysheet-slider-protection-addRange{
    line-height: 23px;
    font-size: 12px;
    top: 2px;
    height: 23px;
}


.luckysheet-protection-rangeItem{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
}

.luckysheet-protection-rangeItem:hover{
    background: #D5D5D5;
}

.luckysheet-protection-rangeItem > div{
    position: absolute;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-del{
    left: 5px;
    top:5px;
    height: 20px;
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-name{
    left: 30px;
    width: 80px;
    text-align: left;
}

.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-range{
    left: 110px;
    width: 120px;
}

.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-update{
    left: 230px;
    width: 30px;
    font-size: 14px;
    top: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    cursor: pointer;
}

.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-del:hover, .luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-update:hover{
    background: #0181EE;
    color: #fff;
}

.luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-del:active, .luckysheet-protection-rangeItem .luckysheet-protection-rangeItem-update:active{
    background: #0074da;
    color: #fff;
}


.luckysheet-protection-rangeItem-content{
    position: relative;
    width: 350px;
    height: 270px;
}


#luckysheet-protection-rangeItem-dialog .luckysheet-slider-protection-column .range {
    width: 100%;
    height: 30px;
    border: 1px solid #d4d4d4;
}

#luckysheet-protection-rangeItem-dialog .luckysheet-slider-protection-column .range input {
    width: calc(100% - 30px);
    height: 30px;
    padding: 0 10px;
    float: left;
    border: none;
    outline-style: none;
    box-sizing: border-box;
}

#luckysheet-protection-rangeItem-dialog .luckysheet-slider-protection-column .range i.fa-table {
    float: right;
    margin-top: 9px;
    margin-right: 5px;
    cursor: pointer;
    color: #6598F3;
}

.luckysheet-protection-rangeItemTextarea{
    width: 100%;
    height: 120px;
    position: relative;
    resize:none;
}

.luckysheet-protection-rangeItemiInput{
    width: 100%;
    height: 23px;
    position: relative;
}


.luckysheet-protection-sheet-validation{
    width: 390px;
    height: 180px;
    display: none;
}
.luckysheet-zoom-content{
    position: relative;
    float: right;
    width:210px;
    /* right: 0px; */
    height: 22px;
    line-height: 22px;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    user-select: none;
}

.luckysheet-zoom-content .luckysheet-zoom-minus{
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    height:20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luckysheet-zoom-content .luckysheet-zoom-minus-icon{
    background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIycHgiIHZpZXdCb3g9IjAgMCAxNCAyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2MyAoOTI0NDUpIC0gaHR0cHM6Ly9za2V0Y2guY29tIC0tPgogICAgPHRpdGxlPnJpcWlxdWppYW7lpIfku70gNDU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iMjAyMC8wOC8xNCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IueUu+adv+Wkh+S7vS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwNC4wMDAwMDAsIC0xMDY0LjAwMDAwMCkiIGZpbGw9IiM0NDRENUEiPgogICAgICAgICAgICA8ZyBpZD0icmlxaXF1amlhbuWkh+S7vS0xMjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2OTkuMDAwMDAwLCAxMDUzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Iue8lue7hCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDExLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaIiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
    width: 14px;
    height: 2px;
}

.luckysheet-zoom-content .luckysheet-zoom-minus:hover{
    background-color: #E1E4E8;
}

.luckysheet-zoom-content .luckysheet-zoom-slider{
    position: absolute;
    top: 0;
    left: 25px;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
}


.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-line{
    position: absolute;
    top: 10px;
    width: 100px;
    height: 2px;
    background: #E1E4E8;
}

.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-cursor{
    position: absolute;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #B5BDB8;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
}

.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-cursor:hover{
    transform: scale(1.2);
    transform-origin: center center;
    background: rgb(160, 160, 160);
}

.luckysheet-zoom-content .luckysheet-zoom-slider .luckysheet-zoom-hundred{
    position: absolute;
    top: 9px;
    width: 2px;
    height: 4px;
    left: 49px;
    background: #1E1E1F;
}


.luckysheet-zoom-content .luckysheet-zoom-plus{
    position: absolute;
    top: 0;
    left: 130px;
    width: 20px;
    height:20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luckysheet-zoom-content .luckysheet-zoom-plus .luckysheet-zoom-plus-icon{
    background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYzICg5MjQ0NSkgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+cmlxaXF1amlhbuWkh+S7vSA0NjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSIyMDIwLzA4LzE0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i55S75p2/5aSH5Lu9LTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODQ4LjAwMDAwMCwgLTEwNTguMDAwMDAwKSIgZmlsbD0iIzQ0NEQ1QSI+CiAgICAgICAgICAgIDxnIGlkPSJyaXFpcXVqaWFu5aSH5Lu9LTExOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTg0My4wMDAwMDAsIDEwNTMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i57yW57uEIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjAwMDAwMCwgNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiB4PSIwIiB5PSI2IiB3aWR0aD0iMTQiIGhlaWdodD0iMiI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaLlpIfku70iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCA3LjAwMDAwMCkgcm90YXRlKC0yNzAuMDAwMDAwKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtNy4wMDAwMDApICIgeD0iMCIgeT0iNiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
    width: 14px;
    height: 14px;
}

.luckysheet-zoom-content .luckysheet-zoom-plus:hover{
    background-color: #E1E4E8;
}

.luckysheet-zoom-content .luckysheet-zoom-ratioText{
    position: absolute;
    top: 0;
    left: 155px;
    width: 60px;
    color: #1E1E1F;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}

.luckysheet-zoom-content .luckysheet-zoom-ratioText:hover{
    background-color: #E1E4E8;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72,72,72,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72,72,72,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72,72,72,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(90,97,113,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90,97,113,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eceef1;
          box-shadow: -1px 0 0 #eceef1;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}
.flatpickr-day.today {
  border-color: #bbb;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ff5a5f;
          box-shadow: -10px 0 0 #ff5a5f;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
          box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72,72,72,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72,72,72,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
          box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72,72,72,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
span.flatpickr-day.selected {
  font-weight: bold;
}
