Files
2022-06-30 05:46:02 -04:00

16122 lines
374 KiB
CSS
Executable File

/*
mkd-image-uppload-light-theme.css code below
*/
.uppload-modal-bg {
background-color: rgba(125, 125, 125, 0.25);
}
.uppload-modal {
background-color: #fff;
color: #1b0000;
box-shadow: 0 5rem 10rem rgba(0, 0, 0, 0.3);
}
.uppload-modal .uppload-help {
background-color: #fff;
color: #1b0000;
}
.uppload-modal .need-help-link,
.uppload-modal .uppload-help button {
background-color: #dfe6e9;
color: inherit;
}
.uppload-modal a {
color: inherit;
}
.uppload-modal aside {
background-color: #dfe6e9;
color: inherit;
}
.uppload-modal aside nav .uppload-service-name input[type='radio']:checked + label {
background-color: #fff;
color: inherit;
}
.uppload-modal aside nav .uppload-service-name input[type='radio']:checked + label:hover,
.uppload-modal aside nav .uppload-service-name input[type='radio']:checked + label:focus {
background-color: #fff;
}
.uppload-modal aside nav .uppload-service-name input[type='radio']:focus + label {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.uppload-modal aside nav .uppload-service-name input[type='radio'] + label:hover,
.uppload-modal aside nav .uppload-service-name input[type='radio'] + label:focus {
background-color: #d0dadf;
}
.uppload-modal .uppload-error {
background-color: #c33;
color: #fff;
}
.uppload-modal form input {
border-color: rgba(0, 0, 0, 0.1);
}
.uppload-modal form button,
.uppload-modal .uppload-button {
background-color: #333;
color: #fff;
}
.uppload-modal .effects-continue button {
background-color: whitesmoke;
color: inherit;
}
.uppload-modal .effects-continue button:hover,
.uppload-modal .effects-continue button:focus {
background-color: white;
}
.uppload-modal .effects-continue button.effects-continue--upload {
background-color: #3498db;
color: #fff;
}
.uppload-modal .effects-continue button.effects-continue--upload:hover,
.uppload-modal .effects-continue button.effects-continue--upload:focus {
background-color: #217dbb;
}
.uppload-modal footer.effects-nav {
background-color: #dfe6e9;
color: inherit;
}
.uppload-modal footer.effects-nav label svg g,
.uppload-modal footer.effects-nav label svg path {
fill: inherit;
}
.uppload-modal footer.effects-nav input[type='radio']:focus + label {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.uppload-modal footer.effects-nav label:hover,
.uppload-modal footer.effects-nav label:focus {
background-color: #d0dadf;
}
.uppload-modal footer.effects-nav input[type='radio']:checked + label {
background-color: #fff;
color: inherit;
}
.uppload-modal .uppload-service--default .uppload-services button {
background-color: whitesmoke;
color: inherit;
}
.uppload-modal .uppload-service--default .uppload-services button:hover,
.uppload-modal .uppload-service--default .uppload-services button:focus {
background-color: #dfe6e9;
color: inherit;
}
.uppload-modal .uppload-service--local .drop-area {
border: 3px dashed rgba(0, 0, 0, 0.1);
background-color: transparent;
color: inherit;
}
.uppload-modal .uppload-service--local .drop-area.drop-area-active {
border: 3px dashed rgba(0, 0, 0, 0.25);
background-color: whitesmoke;
color: inherit;
}
.uppload-modal .uppload-loader > div {
background-color: #333;
}
.uppload-modal .uppload-effect--crop .uppload-actions input[type='radio']:focus + label {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.uppload-modal .uppload-actions label,
.uppload-modal .settings button {
background-color: #dfe6e9;
color: inherit;
}
.uppload-modal aside.uppload-services--single {
display: block !important;
}
/*
mkd-image-uppload.css code below
*/
@charset "UTF-8";
/*
* Modal background
*/
.image_complete_uppload {
display: block !important;
}
.uppload-modal-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 10000;
text-align: right;
}
.uppload-modal-bg .uppload-close {
font: inherit;
border: none;
padding: 0;
line-height: 1;
vertical-align: top;
appearance: none;
background: none;
margin: 1rem 1.5rem;
font-size: 200%;
}
/*
* Modal foreground
*/
.uppload-modal {
border-radius: 0.2rem;
width: 800px;
height: 500px;
display: flex;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
overflow: hidden;
z-index: 12000;
}
.uppload-modal .uppload-help {
display: none;
position: absolute;
left: 0;
right: 0;
text-align: right;
top: 0;
bottom: 0;
}
.uppload-modal .uppload-help.visible {
display: block;
}
.uppload-modal .uppload-help iframe {
border: none;
width: 100%;
height: 100%;
background-color: #fff;
}
.uppload-modal .uppload-help button {
position: absolute;
right: 1rem;
top: 1rem;
z-index: 1;
font: inherit;
border-radius: 2rem;
line-height: 1;
padding: 0.75rem 1.25rem 0.75rem 1rem;
border: none;
}
.uppload-modal .uppload-help button span:last-child {
margin-left: 0.75rem;
transform: scale(1.5) translateY(-1px);
display: inline-block;
}
.uppload-modal aside {
width: 25%;
overflow-x: auto;
}
.uppload-modal aside.uppload-services--single {
display: none;
}
.uppload-modal aside nav .uppload-service-name {
position: relative;
width: 100%;
flex: 1 0 0;
display: flex;
}
.uppload-modal aside nav .uppload-service-name input[type='radio'] {
position: absolute;
opacity: 0;
}
.uppload-modal aside nav .uppload-service-name input[type='radio']:checked + label {
font-weight: bold;
}
.uppload-modal aside nav .uppload-service-name label {
transition: 0.2s;
display: block;
width: 100%;
display: flex;
padding: 1rem;
align-items: center;
line-height: 1;
}
.uppload-modal aside nav .uppload-service-name label svg {
margin-right: 0.75rem;
height: 1.25rem;
display: inline-block;
margin-top: -0.1rem;
vertical-align: middle;
}
.uppload-modal section {
flex: 1 0 0;
display: flex;
flex-direction: column;
}
.uppload-modal section .uppload-active-container {
display: flex;
flex: 1 0 0;
padding: 1rem;
overflow-y: auto;
box-sizing: border-box;
}
.uppload-modal section .uppload-active-container .uppload-service {
width: 100%;
flex: 1 0 0;
}
.uppload-modal section .uppload-active-container footer {
text-align: center;
font-size: 90%;
}
.uppload-modal section .uppload-active-container footer a {
color: inherit;
text-decoration: none;
opacity: 0.75;
}
.uppload-modal section .uppload-active-container footer a:hover,
.uppload-modal section .uppload-active-container footer a:focus {
text-decoration: underline;
}
/*
* Inline modal
*/
.uppload-inline .uppload-modal-bg {
position: relative;
}
.uppload-inline .uppload-modal-bg .uppload-close {
display: none;
}
.uppload-inline .uppload-modal {
position: static;
box-shadow: none;
border: 0.1rem solid rgba(0, 0, 0, 0.1);
transform: none;
width: 100%;
}
.uppload-container .uppload-help-loading {
display: none;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
.uppload-container .uppload-help-loading .uppload-loader {
display: flex;
}
.uppload-container .uppload-help-loading p {
width: 100%;
}
.uppload-container .uppload-help-loading.visible {
display: flex;
}
.uppload-modal p {
margin: 0;
margin-bottom: 1rem;
}
.uppload-modal p:last-child {
margin-bottom: 0;
}
.uppload-modal .uppload-error {
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 1rem;
text-align: center;
}
.uppload-modal form {
text-align: center;
margin: 2rem 0;
}
.uppload-modal form input {
width: 75%;
border: 0.1rem solid;
}
.uppload-modal form input,
.uppload-modal form button,
.uppload-modal button.uppload-button,
.uppload-modal .effects-continue button {
-webkit-appearance: none;
appearance: none;
font: inherit;
padding: 0.75rem 1rem;
border-radius: 0.2rem;
font-size: 135%;
display: block;
margin: 1rem auto;
transition: 0.2s;
}
.uppload-modal form button,
.uppload-modal button.uppload-button,
.uppload-modal .effects-continue button {
border: none;
}
.uppload-modal .effects-continue button {
margin: 0 1rem;
}
.uppload-modal form button[type='submit']::after,
.uppload-modal .uppload-button--cta::after,
.uppload-modal .effects-continue--upload::after {
content: '→';
margin-left: 0.5rem;
}
.cropper-container {
direction: ltr;
font-size: 0;
line-height: 0;
position: relative;
touch-action: none;
user-select: none;
}
.cropper-container img {
display: block;
height: 100%;
image-orientation: 0deg;
max-height: none !important;
max-width: none !important;
min-height: 0 !important;
min-width: 0 !important;
width: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
overflow: hidden;
}
.cropper-drag-box {
background-color: rgba(0, 0, 0, 0.5);
}
.cropper-view-box {
display: block;
height: 100%;
outline: 1px dashed #fff;
overflow: hidden;
width: 100%;
}
.cropper-dashed.dashed-h {
border-bottom-width: 1px;
border-top-width: 1px;
height: calc(100% / 3);
left: 0;
top: calc(100% / 3);
width: 100%;
}
.cropper-dashed.dashed-v {
border-left-width: 1px;
border-right-width: 1px;
height: 100%;
left: calc(100% / 3);
top: 0;
width: calc(100% / 3);
}
.cropper-center {
display: block;
height: 0;
left: 50%;
opacity: 0.75;
position: absolute;
top: 50%;
width: 0;
}
.cropper-center::before {
height: 1px;
left: -3px;
top: 0;
width: 7px;
}
.cropper-center::after {
height: 7px;
left: 0;
top: -3px;
width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
display: block;
height: 100%;
opacity: 0.1;
position: absolute;
width: 100%;
}
.cropper-face {
background-color: #fff;
left: 0;
top: 0;
}
.cropper-line.line-e {
cursor: ew-resize;
right: -3px;
top: 0;
width: 5px;
}
.cropper-line.line-n {
cursor: ns-resize;
height: 5px;
left: 0;
top: -3px;
}
.cropper-line.line-w {
cursor: ew-resize;
left: -3px;
top: 0;
width: 5px;
}
.cropper-line.line-s {
bottom: -3px;
cursor: ns-resize;
height: 5px;
left: 0;
}
.cropper-point {
background-color: #fff;
border: 1px solid #000;
height: 5px;
opacity: 0.75;
width: 5px;
}
.cropper-point.point-e {
cursor: ew-resize;
margin-top: -3px;
right: -3px;
top: 50%;
}
.cropper-point.point-n {
cursor: ns-resize;
left: 50%;
margin-left: -3px;
top: -3px;
}
.cropper-point.point-w {
cursor: ew-resize;
left: -3px;
margin-top: -3px;
top: 50%;
}
.cropper-point.point-s {
bottom: -3px;
cursor: s-resize;
left: 50%;
margin-left: -3px;
}
.cropper-point.point-ne {
cursor: nesw-resize;
right: -3px;
top: -3px;
}
.cropper-point.point-nw {
cursor: nwse-resize;
left: -3px;
top: -3px;
}
.cropper-point.point-sw {
bottom: -3px;
cursor: nesw-resize;
left: -3px;
}
.cropper-point.point-se {
bottom: -3px;
cursor: nwse-resize;
height: 20px;
opacity: 1;
right: -3px;
width: 20px;
}
@media (min-width: 768px) {
.cropper-point.point-se {
height: 15px;
width: 15px;
}
}
@media (min-width: 992px) {
.cropper-point.point-se {
height: 10px;
width: 10px;
}
}
@media (min-width: 1200px) {
.cropper-point.point-se {
height: 5px;
opacity: 0.75;
width: 5px;
}
}
.cropper-point.point-se::before {
background-color: #39f;
bottom: -50%;
content: ' ';
display: block;
height: 200%;
opacity: 0;
position: absolute;
right: -50%;
width: 200%;
}
.cropper-invisible {
opacity: 0;
}
.cropper-hide {
display: block;
height: 0;
position: absolute;
width: 0;
}
.cropper-hidden {
display: none !important;
}
.cropper-move {
cursor: move;
}
.cropper-crop {
cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
cursor: not-allowed;
}
.service-icon {
margin-bottom: 2rem;
}
.service-icon svg {
width: 4rem;
height: 4rem;
}
.uppload-service--uploading .uppload-loader {
display: flex;
}
.uppload-service--default {
text-align: center;
}
.uppload-service--default p {
padding: 0;
margin: 1rem 0 2rem 0;
font-size: 150%;
}
.uppload-service--default .uppload-services {
display: flex;
flex-wrap: wrap;
}
.uppload-service--default .uppload-services .uppload-service-name {
box-sizing: border-box;
width: 22.5%;
margin: 0 1.25% 2.5% 1.25%;
}
.uppload-service--default .uppload-services .uppload-service-name button {
border: none;
font: inherit;
display: block;
width: 100%;
padding: 1.15rem 0;
border-radius: 0.2rem;
text-align: center;
transition: 0.2s;
}
.uppload-service--default .uppload-services .uppload-service-name svg {
display: block;
margin: 0 auto 0.75rem auto;
height: 2.5rem;
}
.uppload-service--unsplash .unsplash-images,
.uppload-service--unsplash .pixabay-images,
.uppload-service--unsplash .giphy-images,
.uppload-service--unsplash .pexels-images,
.uppload-service--unsplash .search-images,
.uppload-service--pixabay .unsplash-images,
.uppload-service--pixabay .pixabay-images,
.uppload-service--pixabay .giphy-images,
.uppload-service--pixabay .pexels-images,
.uppload-service--pixabay .search-images,
.uppload-service--giphy .unsplash-images,
.uppload-service--giphy .pixabay-images,
.uppload-service--giphy .giphy-images,
.uppload-service--giphy .pexels-images,
.uppload-service--giphy .search-images,
.uppload-service--pexels .unsplash-images,
.uppload-service--pexels .pixabay-images,
.uppload-service--pexels .giphy-images,
.uppload-service--pexels .pexels-images,
.uppload-service--pexels .search-images {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.uppload-service--unsplash .unsplash-images .result,
.uppload-service--unsplash .pixabay-images .result,
.uppload-service--unsplash .giphy-images .result,
.uppload-service--unsplash .pexels-images .result,
.uppload-service--unsplash .search-images .result,
.uppload-service--pixabay .unsplash-images .result,
.uppload-service--pixabay .pixabay-images .result,
.uppload-service--pixabay .giphy-images .result,
.uppload-service--pixabay .pexels-images .result,
.uppload-service--pixabay .search-images .result,
.uppload-service--giphy .unsplash-images .result,
.uppload-service--giphy .pixabay-images .result,
.uppload-service--giphy .giphy-images .result,
.uppload-service--giphy .pexels-images .result,
.uppload-service--giphy .search-images .result,
.uppload-service--pexels .unsplash-images .result,
.uppload-service--pexels .pixabay-images .result,
.uppload-service--pexels .giphy-images .result,
.uppload-service--pexels .pexels-images .result,
.uppload-service--pexels .search-images .result {
width: 32%;
margin-bottom: 2%;
}
.uppload-service--unsplash .unsplash-images .result button,
.uppload-service--unsplash .pixabay-images .result button,
.uppload-service--unsplash .giphy-images .result button,
.uppload-service--unsplash .pexels-images .result button,
.uppload-service--unsplash .search-images .result button,
.uppload-service--pixabay .unsplash-images .result button,
.uppload-service--pixabay .pixabay-images .result button,
.uppload-service--pixabay .giphy-images .result button,
.uppload-service--pixabay .pexels-images .result button,
.uppload-service--pixabay .search-images .result button,
.uppload-service--giphy .unsplash-images .result button,
.uppload-service--giphy .pixabay-images .result button,
.uppload-service--giphy .giphy-images .result button,
.uppload-service--giphy .pexels-images .result button,
.uppload-service--giphy .search-images .result button,
.uppload-service--pexels .unsplash-images .result button,
.uppload-service--pexels .pixabay-images .result button,
.uppload-service--pexels .giphy-images .result button,
.uppload-service--pexels .pexels-images .result button,
.uppload-service--pexels .search-images .result button {
display: block;
width: 100%;
cursor: pointer;
border: none;
height: 7rem;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.uppload-service--unsplash .unsplash-images .author,
.uppload-service--unsplash .pixabay-images .author,
.uppload-service--unsplash .giphy-images .author,
.uppload-service--unsplash .pexels-images .author,
.uppload-service--unsplash .search-images .author,
.uppload-service--pixabay .unsplash-images .author,
.uppload-service--pixabay .pixabay-images .author,
.uppload-service--pixabay .giphy-images .author,
.uppload-service--pixabay .pexels-images .author,
.uppload-service--pixabay .search-images .author,
.uppload-service--giphy .unsplash-images .author,
.uppload-service--giphy .pixabay-images .author,
.uppload-service--giphy .giphy-images .author,
.uppload-service--giphy .pexels-images .author,
.uppload-service--giphy .search-images .author,
.uppload-service--pexels .unsplash-images .author,
.uppload-service--pexels .pixabay-images .author,
.uppload-service--pexels .giphy-images .author,
.uppload-service--pexels .pexels-images .author,
.uppload-service--pexels .search-images .author {
font-size: 85%;
overflow-x: hidden;
white-space: nowrap;
display: block;
line-height: 1;
text-overflow: ellipsis;
margin-top: 0.25rem;
margin-bottom: 0.5rem;
}
.uppload-service--unsplash .unsplash-images .author img,
.uppload-service--unsplash .pixabay-images .author img,
.uppload-service--unsplash .giphy-images .author img,
.uppload-service--unsplash .pexels-images .author img,
.uppload-service--unsplash .search-images .author img,
.uppload-service--pixabay .unsplash-images .author img,
.uppload-service--pixabay .pixabay-images .author img,
.uppload-service--pixabay .giphy-images .author img,
.uppload-service--pixabay .pexels-images .author img,
.uppload-service--pixabay .search-images .author img,
.uppload-service--giphy .unsplash-images .author img,
.uppload-service--giphy .pixabay-images .author img,
.uppload-service--giphy .giphy-images .author img,
.uppload-service--giphy .pexels-images .author img,
.uppload-service--giphy .search-images .author img,
.uppload-service--pexels .unsplash-images .author img,
.uppload-service--pexels .pixabay-images .author img,
.uppload-service--pexels .giphy-images .author img,
.uppload-service--pexels .pexels-images .author img,
.uppload-service--pexels .search-images .author img {
vertical-align: middle;
margin-right: 0.25rem;
height: 1.25rem;
width: 1.25rem;
border-radius: 100%;
}
.uppload-service--unsplash .unsplash-footer,
.uppload-service--unsplash .pixabay-footer,
.uppload-service--unsplash .giphy-footer,
.uppload-service--unsplash .pexels-footer,
.uppload-service--unsplash .search-footer,
.uppload-service--pixabay .unsplash-footer,
.uppload-service--pixabay .pixabay-footer,
.uppload-service--pixabay .giphy-footer,
.uppload-service--pixabay .pexels-footer,
.uppload-service--pixabay .search-footer,
.uppload-service--giphy .unsplash-footer,
.uppload-service--giphy .pixabay-footer,
.uppload-service--giphy .giphy-footer,
.uppload-service--giphy .pexels-footer,
.uppload-service--giphy .search-footer,
.uppload-service--pexels .unsplash-footer,
.uppload-service--pexels .pixabay-footer,
.uppload-service--pexels .giphy-footer,
.uppload-service--pexels .pexels-footer,
.uppload-service--pexels .search-footer {
text-align: center;
padding-bottom: 1.5rem;
font-size: 90%;
opacity: 0.75;
}
.filter-previews {
overflow-x: auto;
padding-bottom: 1rem;
}
.filter-previews img {
max-width: 100%;
}
.filter-previews .filter-previews-scroll {
white-space: nowrap;
}
.filter-previews .filter-previews-scroll > div {
display: inline-block;
margin-right: 0.5rem;
}
.filter-previews .filter-previews-scroll > div :last-child {
margin-right: 0;
}
.filter-previews .filter-previews-scroll img {
height: 220px;
}
.filter-previews .filter-pic {
line-height: 1;
}
.filter-previews [class*='filter'] {
position: relative;
}
.filter-previews [class*='filter']::before {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.filter-previews .filter-1977 {
filter: sepia(0.5) hue-rotate(-30deg) saturate(1.4);
}
.filter-previews .filter-aden {
filter: sepia(0.2) brightness(1.15) saturate(1.4);
}
.filter-previews .filter-brooklyn {
filter: sepia(0.25) contrast(1.25) brightness(1.25) hue-rotate(5deg);
}
.filter-previews .filter-brooklyn::before {
background: rgba(127, 187, 227, 0.2);
content: '';
mix-blend-mode: overlay;
}
.filter-previews .filter-inkwell {
filter: brightness(1.25) contrast(0.85) grayscale(1);
}
.filter-previews .filter-poprocket {
filter: sepia(0.15) brightness(1.2);
}
.filter-previews .filter-poprocket::before {
background: radial-gradient(circle closest-corner, rgba(206, 39, 70, 0.75) 40%, black 80%);
background: -o-radial-gradient(circle closest-corner, rgba(206, 39, 70, 0.75) 40%, black 80%);
background: -moz-radial-gradient(circle closest-corner, rgba(206, 39, 70, 0.75) 40%, black 80%);
content: '';
mix-blend-mode: screen;
}
.filter-previews .filter-xpro-ii {
filter: sepia(0.45) contrast(1.25) brightness(1.75) saturate(1.3) hue-rotate(-5deg);
}
.filter-previews .filter-xpro-ii::before {
background: radial-gradient(circle closest-corner, rgba(0, 91, 154, 0.35) 0, rgba(0, 0, 0, 0.65) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(0, 91, 154, 0.35) 0, rgba(0, 0, 0, 0.65) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(0, 91, 154, 0.35) 0, rgba(0, 0, 0, 0.65) 100%);
content: '';
mix-blend-mode: multiply;
}
.uppload-loader {
height: 100%;
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
}
.uppload-loader > div {
width: 7.5rem;
height: 7.5rem;
margin-top: -2rem;
margin-bottom: 2rem;
border-radius: 100%;
animation: sk-scaleout 1.5s infinite ease-in-out;
}
@keyframes sk-scaleout {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
opacity: 0;
}
}
.microlink-container {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.microlink-container form {
width: 100%;
}
.uppload-service--local {
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}
.uppload-service--local .drop-area {
flex: 1 0 0;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-around;
text-align: center;
border: 1px dashed;
padding: 3rem;
margin: 2rem;
border-radius: 0.2rem;
transition: 0.2s;
}
.uppload-service--local .drop-area.drop-area-active {
transform: scale(1.05);
}
.uppload-service--local .drop-area > div {
font-size: 150%;
}
.uppload-service--local .alternate-input {
text-align: center;
padding: 2rem 0;
zoom: 1.5;
opacity: 0.1;
position: fixed;
left: -100%;
}
.uppload-cropping-element {
text-align: center;
}
.uppload-modal .service-footer button.uppload-button {
margin: 0 0.5rem;
display: inline-block;
}
.uppload-service--camera {
display: flex;
flex-direction: column;
}
.uppload-service--camera video {
width: 100px;
}
.uppload-service--camera .service-main {
flex: 1 0 0;
display: flex;
flex-direction: column;
}
.uppload-service--camera .camera-waiting,
.uppload-service--camera .camera-error,
.uppload-service--camera .camera-success,
.uppload-service--camera .service-footer {
opacity: 0;
transition: opacity 0.2s;
}
.uppload-service--camera .camera-waiting,
.uppload-service--camera .camera-error,
.uppload-service--camera .camera-success {
flex: 1 0 0;
justify-content: center;
display: flex;
opacity: 0;
transition: 0.2s;
}
.uppload-service--camera .camera-waiting,
.uppload-service--camera .camera-error {
max-width: 75%;
margin: auto;
text-align: center;
flex-direction: column;
}
.need-help-link {
position: absolute;
right: 1rem;
bottom: 1rem;
z-index: 1;
font: inherit;
border-radius: 2rem;
line-height: 1;
padding: 0.75rem 1rem;
border: none;
opacity: 0.75;
}
.need-help-link span:first-child {
display: none;
}
.need-help-link span:last-child {
transform: scale(1.35);
display: inline-block;
}
.need-help-link:hover,
.need-help-link:focus {
opacity: 1;
}
.need-help-link:hover span:first-child,
.need-help-link:focus span:first-child {
display: inline-block;
}
.need-help-link:hover span:last-child,
.need-help-link:focus span:last-child {
display: none;
}
.uppload-modal .uppload-effect [type='range'] {
-webkit-appearance: none;
background: transparent;
margin: 0.5rem 0;
width: 100%;
}
.uppload-modal .uppload-effect [type='range']::-moz-focus-outer {
border: 0;
}
.uppload-modal .uppload-effect [type='range']:focus {
outline: 0;
}
.uppload-modal .uppload-effect [type='range']:focus::-webkit-slider-runnable-track {
background: #b7b7b7;
}
.uppload-modal .uppload-effect [type='range']:focus::-ms-fill-lower {
background: #aaa;
}
.uppload-modal .uppload-effect [type='range']:focus::-ms-fill-upper {
background: #b7b7b7;
}
.uppload-modal .uppload-effect [type='range']::-webkit-slider-runnable-track {
cursor: default;
height: 0.25rem;
transition: all 0.2s ease;
width: 100%;
background: #aaa;
border-radius: 1rem;
}
.uppload-modal .uppload-effect [type='range']::-webkit-slider-thumb {
background: #fff;
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.5);
border-radius: 1rem;
box-sizing: border-box;
cursor: default;
height: 1rem;
width: 1rem;
-webkit-appearance: none;
margin-top: -0.375rem;
}
.uppload-modal .uppload-effect [type='range']::-moz-range-track {
cursor: default;
height: 0.25rem;
transition: all 0.2s ease;
width: 100%;
background: #aaa;
border-radius: 1rem;
height: 0.125rem;
}
.uppload-modal .uppload-effect [type='range']::-moz-range-thumb {
background: #fff;
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.5);
border-radius: 1rem;
box-sizing: border-box;
cursor: default;
height: 1rem;
width: 1rem;
}
.uppload-modal .uppload-effect [type='range']::-ms-track {
cursor: default;
height: 0.25rem;
transition: all 0.2s ease;
width: 100%;
background: transparent;
border-color: transparent;
border-width: 0.5rem 0;
color: transparent;
}
.uppload-modal .uppload-effect [type='range']::-ms-fill-lower {
background: #9d9d9d;
border-radius: 2rem;
}
.uppload-modal .uppload-effect [type='range']::-ms-fill-upper {
background: #aaa;
border-radius: 2rem;
}
.uppload-modal .uppload-effect [type='range']::-ms-thumb {
background: #fff;
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.5);
border-radius: 1rem;
box-sizing: border-box;
cursor: default;
height: 1rem;
width: 1rem;
margin-top: 0.0625rem;
}
.uppload-modal .uppload-effect [type='range']:disabled::-webkit-slider-thumb,
.uppload-modal .uppload-effect [type='range']:disabled::-moz-range-thumb,
.uppload-modal .uppload-effect [type='range']:disabled::-ms-thumb,
.uppload-modal .uppload-effect [type='range']:disabled::-webkit-slider-runnable-track,
.uppload-modal .uppload-effect [type='range']:disabled::-ms-fill-lower,
.uppload-modal .uppload-effect [type='range']:disabled::-ms-fill-upper {
cursor: not-allowed;
}
.uppload-container .active-effect-container {
flex: 1 0 0;
text-align: center;
}
.uppload-container .effects-continue button.uppload-button {
display: inline-block;
margin: 0 1rem;
}
.uppload-container footer.effects-nav {
display: flex;
justify-content: space-between;
align-items: center;
overflow: hidden;
}
.uppload-container footer.effects-nav .effects-tabs {
width: 100px;
display: flex;
overflow-x: auto;
flex-wrap: nowrap;
}
.uppload-container footer.effects-nav .effects-tabs-flow {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
}
.uppload-container footer.effects-nav input[type='radio'] {
position: absolute;
opacity: 0;
}
.uppload-container footer.effects-nav label {
display: block;
padding: 0.5rem 0;
text-align: center;
width: 4.5rem;
font-size: 120%;
transition: 0.2s;
}
.uppload-container footer.effects-nav label span {
font-size: 55%;
display: block;
}
.uppload-container footer.effects-nav label svg {
display: block;
margin: 0.2rem auto;
height: 1.25rem;
}
.uppload-container .uppload-effect {
flex: 1 0 0;
display: flex;
flex-direction: column;
justify-content: space-between;
opacity: 0;
transition: opacity 0.2s;
}
.uppload-container .uppload-effect .active-effect-container {
flex: 1 0 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.uppload-container .uppload-effect .active-effect-container > div:first-child {
flex: 1 0 0;
}
.uppload-container .uppload-effect .active-effect-container .settings {
text-align: center;
padding: 1rem 0;
}
.uppload-container .uppload-effect .active-effect-container .settings button.flip-btn-horizontal,
.uppload-container .uppload-effect .active-effect-container .settings button.flip-btn-vertical {
font: inherit;
border: none;
line-height: 1;
padding: 0.5rem 1rem;
margin: 0 0.25rem;
border-radius: 5rem;
}
.uppload-container .uppload-effect .active-effect-container .settings .value {
display: inline-block;
vertical-align: middle;
margin-left: 0.5rem;
}
.uppload-container .uppload-effect .active-effect-container input[type='range'] {
margin: 0 auto;
width: 75%;
}
.uppload-container .uppload-preview-element {
text-align: center;
}
.uppload-container .uppload-hue-image {
text-align: center;
}
.uppload-container .uppload-actions {
text-align: center;
margin-top: 0.5rem;
}
.uppload-container .uppload-actions label {
position: relative;
display: inline-block;
padding: 0.5rem 1rem;
margin: 0 -0.25rem;
}
.uppload-container .uppload-actions label:first-of-type {
padding-left: 1.5rem;
border-radius: 2rem 0 0 2rem;
}
.uppload-container .uppload-actions label:last-of-type {
padding-right: 1.5rem;
border-radius: 0 2rem 2rem 0;
}
.uppload-container .uppload-actions input[type='radio'] {
opacity: 0;
position: absolute;
}
.uppload-container .uppload-actions input[type='radio']:checked + label {
font-weight: bold;
}
.uppload-container .uppload-actions input[type='radio']:focus + label {
z-index: 1;
}
.uppload-container .uppload-effect--rotate .cropper-drag-box {
background-color: transparent;
}
@media (max-height: 500px) {
.uppload-modal {
height: 90%;
}
}
@media (max-width: 850px) {
.uppload-modal {
transform: none;
left: 0;
right: 0;
width: 100%;
border-radius: 0;
bottom: 0;
height: auto;
top: 10%;
flex-direction: column;
}
.uppload-modal .uppload-service--default .uppload-services .uppload-service-name {
width: 47.5%;
}
.uppload-modal aside {
height: auto;
width: 100%;
}
.uppload-modal aside .uppload-services {
display: flex;
}
.uppload-modal aside nav .uppload-service-name label {
white-space: nowrap;
}
.uppload-modal footer.effects-nav {
flex-direction: column;
padding: 1rem 0;
}
.uppload-modal footer.effects-nav .effects-tabs {
width: 100% !important;
margin: 1rem 0 !important;
}
.uppload-modal .effects-continue {
width: 90%;
}
.uppload-modal .effects-continue button {
margin: 0 !important;
width: 100%;
box-sizing: border-box;
}
.uppload-modal section .uppload-active-container footer button {
display: block !important;
margin: 0.5rem 0 0 0 !important;
width: 100%;
box-sizing: border-box;
}
}
/**
* Initially, the widget will be appended to body but invisible
*/
.uppload-container {
display: none;
}
.uppload-container.visible {
display: block;
}
/*
suneditor.min.css
*/
.sun-editor {
width: auto;
height: auto;
box-sizing: border-box;
font-family: Helvetica Neue;
border: 1px solid #dadada;
background-color: #fff;
color: #000;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.sun-editor * {
box-sizing: border-box;
-webkit-user-drag: none;
overflow: visible;
}
.sun-editor-common button,
.sun-editor-common input,
.sun-editor-common select,
.sun-editor-common textarea {
font-size: 14px;
line-height: 1.5;
}
.sun-editor-common blockquote,
.sun-editor-common body,
.sun-editor-common button,
.sun-editor-common code,
.sun-editor-common dd,
.sun-editor-common div,
.sun-editor-common dl,
.sun-editor-common dt,
.sun-editor-common fieldset,
.sun-editor-common form,
.sun-editor-common h1,
.sun-editor-common h2,
.sun-editor-common h3,
.sun-editor-common h4,
.sun-editor-common h5,
.sun-editor-common h6,
.sun-editor-common input,
.sun-editor-common legend,
.sun-editor-common li,
.sun-editor-common ol,
.sun-editor-common p,
.sun-editor-common pre,
.sun-editor-common select,
.sun-editor-common td,
.sun-editor-common textarea,
.sun-editor-common th,
.sun-editor-common ul {
margin: 0;
padding: 0;
border: 0;
}
.sun-editor-common dl,
.sun-editor-common li,
.sun-editor-common menu,
.sun-editor-common ol,
.sun-editor-common ul {
list-style: none !important;
}
.sun-editor-common hr {
margin: 6px 0 !important;
}
.sun-editor textarea {
resize: none;
border: 0;
padding: 0;
}
.sun-editor button {
border: 0;
background-color: transparent;
touch-action: manipulation;
cursor: pointer;
outline: none;
}
.sun-editor button,
.sun-editor input,
.sun-editor select,
.sun-editor textarea {
vertical-align: middle;
}
.sun-editor button span {
display: block;
margin: 0;
padding: 0;
}
.sun-editor button .txt {
display: block;
margin-top: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sun-editor button * {
pointer-events: none;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
}
.sun-editor .se-svg,
.sun-editor button > svg {
width: 16px;
height: 16px;
margin: auto;
fill: currentColor;
display: block;
text-align: center;
float: none;
}
.sun-editor .close > svg,
.sun-editor .se-dialog-close > svg {
width: 10px;
height: 10px;
}
.sun-editor .se-btn-select > svg {
float: right;
width: 10px;
height: 10px;
}
.sun-editor .se-btn-list > .se-list-icon {
display: inline-block;
width: 16px;
height: 16px;
margin: -1px 10px 0 0;
vertical-align: middle;
}
.sun-editor .se-line-breaker > button > svg {
width: 24px;
height: 24px;
}
.sun-editor button > i:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
font-size: 15px;
line-height: 2;
}
.sun-editor button > [class='se-icon-text'] {
font-size: 20px;
line-height: 1;
}
.sun-editor .se-arrow,
.sun-editor .se-arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border: 11px solid transparent;
}
.sun-editor .se-arrow.se-arrow-up {
top: -11px;
left: 20px;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #dadada;
}
.sun-editor .se-arrow.se-arrow-up:after {
top: 1px;
margin-left: -11px;
content: ' ';
border-top-width: 0;
border-bottom-color: #fff;
}
.sun-editor .se-toolbar .se-arrow.se-arrow-up:after {
border-bottom-color: #fafafa;
}
.sun-editor .se-arrow.se-arrow-down {
top: 0;
left: 0;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #dadada;
}
.sun-editor .se-arrow.se-arrow-down:after {
top: -12px;
margin-left: -11px;
content: ' ';
border-bottom-width: 0;
border-top-color: #fff;
}
.sun-editor .se-toolbar .se-arrow.se-arrow-down:after {
border-top-color: #fafafa;
}
.sun-editor .se-container {
position: relative;
width: 100%;
height: 100%;
}
.sun-editor button {
color: #000;
}
.sun-editor .se-btn {
float: left;
width: 34px;
height: 34px;
border: 0;
border-radius: 4px;
margin: 1px !important;
padding: 0;
font-size: 12px;
line-height: 27px;
}
.sun-editor .se-btn:enabled:focus,
.sun-editor .se-btn:enabled:hover {
background-color: #e1e1e1;
border-color: #d1d1d1;
outline: 0 none;
}
.sun-editor .se-btn:enabled:active {
background-color: #d1d1d1;
border-color: #c1c1c1;
-webkit-box-shadow: inset 0 3px 5px #c1c1c1;
box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-btn-primary {
color: #000;
background-color: #c7deff;
border: 1px solid #80bdff;
border-radius: 4px;
}
.sun-editor .se-btn-primary:focus,
.sun-editor .se-btn-primary:hover {
color: #000;
background-color: #80bdff;
border-color: #3f9dff;
outline: 0 none;
}
.sun-editor .se-btn-primary:active {
color: #fff;
background-color: #3f9dff;
border-color: #4592ff;
-webkit-box-shadow: inset 0 3px 5px #4592ff;
box-shadow: inset 0 3px 5px #4592ff;
}
.sun-editor input,
.sun-editor select,
.sun-editor textarea {
color: #000;
border: 1px solid #ccc;
border-radius: 4px;
}
.sun-editor input:focus,
.sun-editor select:focus,
.sun-editor textarea:focus {
border: 1px solid #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem #c7deff;
box-shadow: 0 0 0 0.2rem #c7deff;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sun-editor .se-btn:enabled.active {
color: #4592ff;
outline: 0 none;
}
.sun-editor .se-btn:enabled.active:focus,
.sun-editor .se-btn:enabled.active:hover {
background-color: #e1e1e1;
border-color: #d1d1d1;
outline: 0 none;
}
.sun-editor .se-btn:enabled.active:active {
background-color: #d1d1d1;
border-color: #c1c1c1;
-webkit-box-shadow: inset 0 3px 5px #c1c1c1;
box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-btn:enabled.on {
background-color: #e1e1e1;
border-color: #d1d1d1;
outline: 0 none;
}
.sun-editor .se-btn:enabled.on:focus,
.sun-editor .se-btn:enabled.on:hover {
background-color: #d1d1d1;
border-color: #c1c1c1;
outline: 0 none;
}
.sun-editor .se-btn:enabled.on:active {
background-color: #c1c1c1;
border-color: #b1b1b1;
-webkit-box-shadow: inset 0 3px 5px #b1b1b1;
box-shadow: inset 0 3px 5px #b1b1b1;
}
.sun-editor .se-btn-list:disabled,
.sun-editor .se-btn:disabled,
.sun-editor button:disabled {
cursor: not-allowed;
background-color: inherit;
color: #bdbdbd;
}
.sun-editor .se-loading-box {
position: absolute;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
opacity: 0.7;
filter: alpha(opacity=70);
z-index: 2147483647;
}
.sun-editor .se-loading-box .se-loading-effect {
position: absolute;
display: block;
top: 50%;
left: 50%;
height: 25px;
width: 25px;
border-top: 2px solid #07d;
border-right: 2px solid transparent;
border-radius: 50%;
animation: spinner 0.8s linear infinite;
margin: -25px 0 0 -25px;
}
.sun-editor .se-line-breaker {
position: absolute;
display: none;
width: 100%;
height: 1px;
cursor: text;
border-top: 1px solid #3288ff;
z-index: 7;
}
.sun-editor .se-line-breaker > button.se-btn {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
top: -15px;
float: none;
left: -50%;
background-color: #fff;
border: 1px solid #0c2240;
opacity: 0.6;
cursor: pointer;
}
.sun-editor .se-line-breaker > button.se-btn:hover {
opacity: 0.9;
background-color: #fff;
border-color: #041b39;
}
.sun-editor .se-line-breaker-component {
position: absolute;
display: none;
width: 24px;
height: 24px;
background-color: #fff;
border: 1px solid #0c2240;
opacity: 0.6;
border-radius: 4px;
cursor: pointer;
z-index: 7;
}
.sun-editor .se-line-breaker-component:hover {
opacity: 0.9;
}
.sun-editor .se-toolbar {
display: block;
position: relative;
height: auto;
width: 100%;
overflow: visible;
padding: 0;
margin: 0;
background-color: #fafafa;
outline: 1px solid #dadada;
z-index: 5;
}
.sun-editor .se-toolbar-cover {
position: absolute;
display: none;
font-size: 36px;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fefefe;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
z-index: 4;
}
.sun-editor .se-toolbar-separator-vertical {
display: inline-block;
height: 0;
width: 0;
margin: 1px;
vertical-align: top;
}
.sun-editor .se-toolbar.se-toolbar-balloon,
.sun-editor .se-toolbar.se-toolbar-inline {
display: none;
position: absolute;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.sun-editor .se-toolbar.se-toolbar-balloon {
z-index: 2147483647;
width: auto;
}
.sun-editor .se-toolbar.se-toolbar-sticky {
position: fixed;
top: 0;
}
.sun-editor .se-toolbar-sticky-dummy {
display: none;
position: static;
z-index: -1;
}
.sun-editor .se-btn-module {
display: inline-block;
}
.sun-editor .se-btn-module-border {
border: 1px solid #dadada;
border-radius: 4px;
}
.sun-editor .se-btn-module-enter {
display: block;
width: 100%;
height: 1px;
margin-bottom: 5px;
background-color: transparent;
}
.sun-editor .se-toolbar-more-layer {
margin: 0 -3px;
background-color: #fafafa;
}
.sun-editor .se-toolbar-more-layer .se-more-layer {
display: none;
border-top: 1px solid #dadada;
}
.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form {
display: inline-block;
width: 100%;
height: auto;
padding: 4px 3px 0;
}
.sun-editor .se-btn-module .se-btn-more.se-btn-more-text {
width: auto;
padding: 0 4px;
}
.sun-editor .se-btn-module .se-btn-more:focus,
.sun-editor .se-btn-module .se-btn-more:hover {
color: #000;
background-color: #d1d1d1;
border-color: #c1c1c1;
outline: 0 none;
}
.sun-editor .se-btn-module .se-btn-more.on {
color: #333;
background-color: #d1d1d1;
border-color: #c1c1c1;
outline: 0 none;
}
.sun-editor .se-btn-module .se-btn-more.on:hover {
color: #000;
background-color: #c1c1c1;
border-color: #b1b1b1;
outline: 0 none;
}
.sun-editor .se-menu-list,
.sun-editor .se-menu-list li {
float: left;
padding: 0;
margin: 0;
}
.sun-editor .se-menu-list li {
position: relative;
}
.sun-editor .se-btn-select {
width: auto;
display: flex;
padding: 4px 6px;
}
.sun-editor .se-btn-select .txt {
flex: auto;
text-align: left;
}
.sun-editor.se-rtl .se-btn-select svg {
margin: auto 1px;
}
.sun-editor .se-btn-select.se-btn-tool-font {
width: 100px;
}
.sun-editor .se-btn-select.se-btn-tool-format {
width: 82px;
}
.sun-editor .se-btn-select.se-btn-tool-size {
width: 78px;
}
.sun-editor .se-btn-tray {
position: relative;
width: 100%;
height: auto;
padding: 4px 3px 0;
margin: 0;
}
.sun-editor .se-menu-tray {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
}
.sun-editor .se-submenu {
overflow-x: hidden;
overflow-y: auto;
}
.sun-editor .se-menu-container {
overflow-x: unset;
overflow-y: unset;
}
.sun-editor .se-list-layer {
display: none;
position: absolute;
top: 0;
left: 0;
height: auto;
z-index: 5;
border: 1px solid #bababa;
border-radius: 4px;
padding: 6px 0;
background-color: #fff;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
outline: 0 none;
}
.sun-editor .se-list-layer .se-list-inner {
padding: 0;
margin: 0;
overflow-x: initial;
overflow-y: initial;
overflow: visible;
}
.sun-editor .se-list-layer button {
margin: 0;
width: 100%;
}
.sun-editor .se-list-inner ul {
width: 100%;
padding: 0;
}
.sun-editor .se-list-inner li > button {
min-width: 100%;
width: max-content;
}
.sun-editor .se-list-inner .se-list-basic li {
width: 100%;
}
.sun-editor .se-list-inner .se-list-basic li button.active {
background-color: #80bdff;
border: 1px solid #3f9dff;
border-left: 0;
border-right: 0;
}
.sun-editor .se-list-inner .se-list-basic li button.active:hover {
background-color: #3f9dff;
border: 1px solid #4592ff;
border-left: 0;
border-right: 0;
}
.sun-editor .se-list-inner .se-list-basic li button.active:active {
background-color: #4592ff;
border: 1px solid #407dd1;
border-left: 0;
border-right: 0;
-webkit-box-shadow: inset 0 3px 5px #407dd1;
box-shadow: inset 0 3px 5px #407dd1;
}
.sun-editor .se-list-inner .se-list-checked li button > .se-svg {
float: left;
padding: 6px 6px 0 0;
}
.sun-editor .se-list-inner .se-list-checked li button > .se-svg > svg {
display: none;
}
.sun-editor .se-list-inner .se-list-checked li button.se-checked {
color: #4592ff;
}
.sun-editor .se-list-inner .se-list-checked li button.se-checked > .se-svg > svg {
display: block;
}
.sun-editor .se-btn-list {
width: 100%;
height: auto;
min-height: 32px;
padding: 0 14px;
cursor: pointer;
font-size: 12px;
line-height: normal;
text-indent: 0;
text-decoration: none;
text-align: left;
}
.sun-editor .se-btn-list.default_value {
background-color: #f3f3f3;
border-top: 1px dotted #b1b1b1;
border-bottom: 1px dotted #b1b1b1;
}
.sun-editor .se-btn-list:focus,
.sun-editor .se-btn-list:hover {
background-color: #e1e1e1;
border-color: #d1d1d1;
outline: 0 none;
}
.sun-editor .se-btn-list:active {
background-color: #d1d1d1;
border-color: #c1c1c1;
-webkit-box-shadow: inset 0 3px 5px #c1c1c1;
box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-list-layer.se-list-font-size {
min-width: 140px;
max-height: 300px;
}
.sun-editor .se-list-layer.se-list-font-family {
min-width: 156px;
}
.sun-editor .se-list-layer.se-list-font-family .default {
border-bottom: 1px solid #ccc;
}
.sun-editor .se-list-layer.se-list-line {
width: 125px;
}
.sun-editor .se-list-layer.se-list-align .se-list-inner {
left: 9px;
width: 125px;
}
.sun-editor .se-list-layer.se-list-format {
min-width: 156px;
}
.sun-editor .se-list-layer.se-list-format li {
padding: 0;
width: 100%;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list {
line-height: 100%;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value='h1'] {
height: 40px;
}
.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value='h2'] {
height: 34px;
}
.sun-editor .se-list-layer.se-list-format ul p {
font-size: 13px;
}
.sun-editor .se-list-layer.se-list-format ul div {
font-size: 13px;
padding: 4px 2px;
}
.sun-editor .se-list-layer.se-list-format ul h1 {
font-size: 2em;
font-weight: 700;
color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h2 {
font-size: 1.5em;
font-weight: 700;
color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h3 {
font-size: 1.17em;
font-weight: 700;
color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h4 {
font-size: 1em;
font-weight: 700;
color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h5 {
font-size: 0.83em;
font-weight: 700;
color: #333;
}
.sun-editor .se-list-layer.se-list-format ul h6 {
font-size: 0.67em;
font-weight: 700;
color: #333;
}
.sun-editor .se-list-layer.se-list-format ul blockquote {
font-size: 13px;
color: #999;
height: 22px;
margin: 0;
background-color: transparent;
line-height: 1.5;
border-color: #b1b1b1;
padding: 0 0 0 7px;
border-left: 5px #b1b1b1;
border-style: solid;
}
.sun-editor .se-list-layer.se-list-format ul pre {
font-size: 13px;
color: #666;
padding: 4px 11px;
margin: 0;
background-color: #f9f9f9;
border: 1px solid #e1e1e1;
border-radius: 4px;
}
.sun-editor .se-selector-table {
display: none;
position: absolute;
top: 34px;
left: 1px;
z-index: 5;
padding: 5px 0;
float: left;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.sun-editor .se-selector-table .se-table-size {
font-size: 18px;
padding: 0 5px;
}
.sun-editor .se-selector-table .se-table-size-picker {
position: absolute !important;
z-index: 3;
font-size: 18px;
width: 10em;
height: 10em;
cursor: pointer;
}
.sun-editor .se-selector-table .se-table-size-highlighted {
position: absolute !important;
z-index: 2;
font-size: 18px;
width: 1em;
height: 1em;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==')
repeat;
}
.sun-editor .se-selector-table .se-table-size-unhighlighted {
position: relative !important;
z-index: 1;
font-size: 18px;
width: 10em;
height: 10em;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC')
repeat;
}
.sun-editor .se-selector-table .se-table-size-display {
padding-left: 5px;
}
.sun-editor .se-list-layer.se-table-split {
top: 36px;
}
.sun-editor .se-list-layer .se-selector-color {
display: flex;
width: max-content;
max-width: 270px;
height: auto;
padding: 0;
margin: auto;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet {
width: 100%;
height: 100%;
padding: 0;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet li {
display: flex;
float: left;
position: relative;
margin: 0;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button {
display: block;
cursor: default;
width: 30px;
height: 30px;
text-indent: -9999px;
}
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,
.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover {
border: 3px solid #fff;
}
.sun-editor .se-form-group {
display: flex;
width: 100%;
min-height: 40px;
height: auto;
padding: 4px;
}
.sun-editor .se-form-group input {
flex: auto;
display: inline-block;
width: auto;
height: 33px;
font-size: 12px;
margin: 1px 0;
padding: 0;
border-radius: 0.25rem;
border: 1px solid #ccc;
}
.sun-editor .se-form-group button,
.sun-editor .se-submenu-form-group button {
float: right;
width: 34px;
height: 34px;
margin: 0 2px !important;
}
.sun-editor .se-form-group button.se-btn {
border: 1px solid #ccc;
}
.sun-editor .se-form-group > div {
position: relative;
}
.sun-editor .se-form-group label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.sun-editor .se-form-group-label {
width: 100%;
height: auto;
padding: 0 4px;
}
.sun-editor .se-form-group-label label {
font-size: 13px;
font-weight: 700;
}
.sun-editor .se-submenu .se-form-group input {
width: auto;
height: 33px;
color: #555;
}
.sun-editor .se-submenu .se-form-group .se-color-input {
width: 72px;
text-transform: uppercase;
border: none;
border-bottom: 2px solid #b1b1b1;
outline: none;
}
.sun-editor .se-submenu .se-form-group .se-color-input:focus {
border-bottom: 3px solid #b1b1b1;
}
.sun-editor .se-wrapper {
position: relative !important;
width: 100%;
height: auto;
overflow: hidden;
z-index: 1;
}
.sun-editor .se-wrapper .se-wrapper-inner {
width: 100%;
height: 100%;
min-height: 65px;
overflow-y: auto;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
user-select: auto;
-o-user-select: auto;
-moz-user-select: auto;
-khtml-user-select: auto;
-webkit-user-select: auto;
-ms-user-select: auto;
}
.sun-editor .se-wrapper .se-wrapper-inner:focus {
outline: none;
}
.sun-editor .se-wrapper .se-wrapper-code {
background-color: #191919;
color: #fff;
font-size: 13px;
word-break: break-all;
padding: 4px;
margin: 0;
resize: none !important;
}
.sun-editor .se-wrapper .se-wrapper-wysiwyg {
display: block;
}
.sun-editor .se-wrapper .se-wrapper-code-mirror {
font-size: 13px;
}
.sun-editor .se-wrapper .se-placeholder {
position: absolute;
display: none;
white-space: nowrap;
text-overflow: ellipsis;
z-index: 1;
color: #b1b1b1;
font-size: 13px;
line-height: 1.5;
top: 0;
left: 0;
right: 0;
overflow: hidden;
margin-top: 0;
padding-top: 16px;
padding-left: 16px;
margin-left: 0;
padding-right: 16px;
margin-right: 0;
pointer-events: none;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
}
.sun-editor .se-resizing-bar {
display: flex;
width: auto;
height: auto;
min-height: 16px;
border-top: 1px solid #dadada;
padding: 0 4px;
background-color: #fafafa;
cursor: ns-resize;
}
.sun-editor .se-resizing-bar.se-resizing-none {
cursor: default;
}
.sun-editor .se-resizing-back {
position: absolute;
display: none;
cursor: default;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2147483647;
}
.sun-editor .se-resizing-bar .se-navigation {
flex: auto;
position: relative;
width: auto;
height: auto;
color: #666;
margin: 0;
padding: 0;
font-size: 10px;
line-height: 1.5;
background: transparent;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper {
flex: none;
position: relative;
display: block;
width: auto;
height: auto;
margin: 0;
padding: 0;
color: #999;
font-size: 13px;
background: transparent;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink {
color: #b94a48;
animation: blinker 0.2s linear infinite;
}
.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label {
margin-right: 4px;
}
.sun-editor .se-dialog {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2147483647;
}
.sun-editor .se-dialog button,
.sun-editor .se-dialog input,
.sun-editor .se-dialog label {
font-size: 14px;
line-height: 1.5;
color: #111;
margin: 0;
}
.sun-editor .se-dialog .se-dialog-back {
background-color: #222;
opacity: 0.5;
}
.sun-editor .se-dialog .se-dialog-back,
.sun-editor .se-dialog .se-dialog-inner {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content {
position: relative;
width: auto;
max-width: 500px;
margin: 1.75rem auto;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 509px) {
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content {
width: 100%;
}
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary {
display: inline-block;
padding: 6px 12px;
margin: 0 0 10px !important;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
border-radius: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header {
height: 50px;
padding: 6px 15px;
border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
float: right;
font-weight: 700;
text-shadow: 0 1px 0 #fff;
-webkit-appearance: none;
filter: alpha(opacity=100);
opacity: 1;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title {
float: left;
font-size: 14px;
font-weight: 700;
margin: 0;
padding: 0;
line-height: 2.5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-body {
position: relative;
padding: 15px 15px 5px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form {
margin-bottom: 10px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer {
margin-top: 10px;
margin-bottom: 0;
}
.sun-editor .se-dialog .se-dialog-inner input:disabled {
background-color: #f3f3f3;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text {
width: 100%;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w {
width: 70px;
text-align: center;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x {
margin: 0 8px;
width: 25px;
text-align: center;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer {
height: auto;
min-height: 55px;
padding: 10px 15px 0;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div {
float: left;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
margin: 0 5px 0 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio {
margin-left: 12px;
margin-right: 6px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check {
margin-left: 12px;
margin-right: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check {
margin-left: 0;
margin-right: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child {
margin-right: 16px;
margin-left: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files {
position: relative;
display: flex;
align-items: center;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files > input {
flex: auto;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button {
flex: auto;
opacity: 0.8;
border: 1px solid #ccc;
}
.sun-editor
.se-dialog
.se-dialog-inner
.se-dialog-form
.se-dialog-form-files
.se-dialog-files-edge-button.se-file-remove
> svg {
width: 8px;
height: 8px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover {
background-color: #f0f0f0;
outline: 0 none;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active {
background-color: #e9e9e9;
-webkit-box-shadow: inset 0 3px 5px #d6d6d6;
box-shadow: inset 0 3px 5px #d6d6d6;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select {
display: inline-block;
width: auto;
height: 34px;
font-size: 14px;
text-align: center;
line-height: 1.42857143;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control {
display: inline-block;
width: 70px;
height: 34px;
font-size: 14px;
text-align: center;
line-height: 1.42857143;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form {
display: block;
width: 100%;
height: 34px;
font-size: 14px;
line-height: 1.42857143;
padding: 0 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url {
direction: ltr;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled {
text-decoration: line-through;
color: #999;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio {
width: 70px;
margin-left: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a {
color: #004cff;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert {
border: 1px solid #ccc;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover {
background-color: #e1e1e1;
border-color: #d1d1d1;
outline: 0 none;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active {
background-color: #d1d1d1;
border-color: #c1c1c1;
-webkit-box-shadow: inset 0 3px 5px #c1c1c1;
box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-dialog-tabs {
width: 100%;
height: 25px;
border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-dialog-tabs button {
background-color: #e5e5e5;
border-right: 1px solid #e5e5e5;
float: left;
outline: none;
padding: 2px 13px;
transition: 0.3s;
}
.sun-editor .se-dialog-tabs button:hover {
background-color: #fff;
}
.sun-editor .se-dialog-tabs button.active {
background-color: #fff;
border-bottom: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp {
resize: vertical;
height: 4rem;
border: 1px solid #ccc;
font-size: 13px;
padding: 4px;
direction: ltr;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size {
width: 6em;
height: 28px;
margin-left: 1em;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview {
font-size: 13px;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > span {
display: inline-block;
-webkit-box-shadow: 0 0 0 0.1rem #c7deff;
box-shadow: 0 0 0 0.1rem #c7deff;
}
.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview > span * {
direction: ltr;
}
.sun-editor .se-dialog .se-dialog-inner .se-link-preview {
display: block;
height: auto;
max-height: 18px;
font-size: 13px;
font-weight: 400;
font-family: inherit;
color: #666;
background-color: transparent;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
white-space: pre;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form {
width: 100%;
display: flex;
margin-top: 4px;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon {
flex: unset;
display: none;
line-height: 1.5;
color: #4592ff;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview {
flex: auto;
margin: 0;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel {
height: 34px;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn {
width: 46px;
color: #3f9dff;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper {
display: flex;
line-height: 1.5;
padding-top: 6px;
}
.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview {
text-align: left;
}
.sun-editor .se-controller .se-arrow.se-arrow-up {
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.sun-editor .se-controller {
position: absolute;
display: none;
overflow: visible;
z-index: 6;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 4px;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
line-break: auto;
}
.sun-editor .se-controller .se-btn-group {
position: relative;
display: flex;
vertical-align: middle;
padding: 2px;
top: 0;
left: 0;
}
.sun-editor .se-controller .se-btn-group .se-btn-group-sub {
left: 50%;
min-width: auto;
width: max-content;
display: none;
}
.sun-editor .se-controller .se-btn-group .se-btn-group-sub button {
margin: 0;
min-width: 72px;
}
.sun-editor .se-controller .se-btn-group button {
position: relative;
min-height: 34px;
height: auto;
border: none;
border-radius: 4px;
margin: 1px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.sun-editor .se-controller .se-btn-group button:focus:enabled,
.sun-editor .se-controller .se-btn-group button:hover:enabled {
background-color: #e1e1e1;
border-color: #d1d1d1;
outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:active:enabled {
background-color: #d1d1d1;
border-color: #c1c1c1;
-webkit-box-shadow: inset 0 3px 5px #c1c1c1;
box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-controller .se-btn-group button span {
display: block;
padding: 0;
margin: 0;
}
.sun-editor .se-controller .se-btn-group button:enabled.active {
color: #4592ff;
outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.active:focus,
.sun-editor .se-controller .se-btn-group button:enabled.active:hover {
background-color: #e1e1e1;
border-color: #d1d1d1;
outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.active:active {
background-color: #d1d1d1;
border-color: #c1c1c1;
-webkit-box-shadow: inset 0 3px 5px #c1c1c1;
box-shadow: inset 0 3px 5px #c1c1c1;
}
.sun-editor .se-controller .se-btn-group button:enabled.on {
background-color: #e1e1e1;
border-color: #d1d1d1;
outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.on:focus,
.sun-editor .se-controller .se-btn-group button:enabled.on:hover {
background-color: #d1d1d1;
border-color: #c1c1c1;
outline: 0 none;
}
.sun-editor .se-controller .se-btn-group button:enabled.on:active {
background-color: #c1c1c1;
border-color: #b1b1b1;
-webkit-box-shadow: inset 0 3px 5px #b1b1b1;
box-shadow: inset 0 3px 5px #b1b1b1;
}
.sun-editor .se-controller .se-form-group input {
min-width: 120px;
}
.sun-editor .se-controller-resizing {
margin-top: -50px !important;
padding: 0;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 1.42857143;
}
.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list {
width: 74px;
}
.sun-editor .se-resizing-container {
position: absolute;
display: none;
outline: 1px solid #3f9dff;
background-color: transparent;
}
.sun-editor .se-resizing-container .se-modal-resize {
position: absolute;
display: inline-block;
background-color: #3f9dff;
opacity: 0.3;
}
.sun-editor .se-resizing-container .se-resize-dot {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.sun-editor .se-resizing-container .se-resize-dot > span {
position: absolute;
width: 7px;
height: 7px;
background-color: #3f9dff;
border: 1px solid #4592ff;
}
.sun-editor .se-resizing-container .se-resize-dot > span.tl {
top: -5px;
left: -5px;
cursor: nw-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.tr {
top: -5px;
right: -5px;
cursor: ne-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.bl {
bottom: -5px;
left: -5px;
cursor: sw-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.br {
right: -5px;
bottom: -5px;
cursor: se-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.lw {
left: -7px;
bottom: 50%;
cursor: w-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.th {
left: 50%;
top: -7px;
cursor: n-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.rw {
right: -7px;
bottom: 50%;
cursor: e-resize;
}
.sun-editor .se-resizing-container .se-resize-dot > span.bh {
right: 50%;
bottom: -7px;
cursor: s-resize;
}
.sun-editor .se-resizing-container .se-resize-display {
position: absolute;
right: 0;
bottom: 0;
padding: 5px;
margin: 5px;
font-size: 12px;
color: #fff;
background-color: #333;
border-radius: 4px;
}
.sun-editor .se-controller-table,
.sun-editor .se-controller-table-cell {
width: auto;
}
.sun-editor .se-controller-link,
.sun-editor .se-controller-table,
.sun-editor .se-controller-table-cell {
padding: 0;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 1.42857143;
}
.sun-editor .se-controller-link:after,
.sun-editor .se-controller-link:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sun-editor .se-controller-link .link-content {
padding: 0;
margin: 0;
}
.sun-editor .se-controller-link .link-content a {
display: inline-block;
color: #4592ff;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
margin-left: 5px;
}
.sun-editor .se-select-list {
position: absolute;
top: 0;
left: 0;
display: none;
width: auto;
max-width: 100%;
background-color: #fff;
padding: 0;
margin: 0;
border: 1px solid #bababa;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
outline: 0 none;
}
.sun-editor .se-select-list .se-select-item {
line-height: 28px;
min-height: 28px;
font-size: 13px;
padding: 0 5px;
margin: 2px 0;
cursor: pointer;
}
.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,
.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active {
background-color: #e1e1e1;
}
.sun-editor .se-dialog-form-files .se-select-list {
width: 100%;
}
.sun-editor .se-file-browser {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2147483647;
}
.sun-editor .se-file-browser button,
.sun-editor .se-file-browser input,
.sun-editor .se-file-browser label {
font-size: 14px;
line-height: 1.5;
color: #111;
margin: 0;
}
.sun-editor .se-file-browser .se-file-browser-back {
background-color: #222;
opacity: 0.5;
}
.sun-editor .se-file-browser .se-file-browser-back,
.sun-editor .se-file-browser .se-file-browser-inner {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
position: relative;
width: 960px;
max-width: 100%;
margin: 20px auto;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 4px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.sun-editor .se-file-browser .se-file-browser-header {
height: auto;
min-height: 50px;
padding: 6px 15px;
border-bottom: 1px solid #e5e5e5;
}
.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close {
float: right;
font-weight: 700;
text-shadow: 0 1px 0 #fff;
-webkit-appearance: none;
filter: alpha(opacity=100);
opacity: 1;
}
.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close > svg {
width: 12px;
height: 12px;
}
.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title {
font-size: 16px;
font-weight: 700;
margin: 0;
padding: 0;
line-height: 2.2;
}
.sun-editor .se-file-browser .se-file-browser-tags {
display: block;
width: 100%;
padding: 0;
text-align: left;
margin: 0 -15px;
}
.sun-editor .se-file-browser .se-file-browser-tags a {
display: inline-block;
background-color: #f5f5f5;
padding: 6px 12px;
margin: 8px 0 8px 8px;
color: #333;
text-decoration: none;
border-radius: 32px;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
cursor: pointer;
}
.sun-editor .se-file-browser .se-file-browser-tags a:hover {
background-color: #e1e1e1;
}
.sun-editor .se-file-browser .se-file-browser-tags a:active {
background-color: #d1d1d1;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on {
background-color: #ebf3fe;
color: #4592ff;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on:hover {
background-color: #d8e8fe;
}
.sun-editor .se-file-browser .se-file-browser-tags a.on:active {
background-color: #c7deff;
}
.sun-editor .se-file-browser .se-file-browser-body {
position: relative;
height: auto;
min-height: 350px;
padding: 20px;
overflow-y: auto;
}
.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list {
position: relative;
width: 100%;
}
@media screen and (max-width: 992px) {
.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
width: 748px;
}
}
@media screen and (max-width: 768px) {
.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content {
width: 600px;
}
}
.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column {
position: relative;
display: block;
height: auto;
float: left;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
width: calc(25% - 20px);
margin: 0 10px;
}
@media screen and (max-width: 992px) {
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
width: calc(33% - 20px);
}
}
@media screen and (max-width: 768px) {
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column {
width: calc(50% - 20px);
}
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img {
position: relative;
display: block;
cursor: pointer;
width: 100%;
height: auto;
border-radius: 4px;
outline: 0;
margin: 10px 0;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover {
opacity: 0.8;
-webkit-box-shadow: 0 0 0 0.2rem #3288ff;
box-shadow: 0 0 0 0.2rem #3288ff;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > img {
position: relative;
display: block;
width: 100%;
border-radius: 4px;
outline: 0;
height: auto;
}
.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img > .se-file-img-name {
position: absolute;
z-index: 1;
font-size: 13px;
color: #fff;
left: 0;
bottom: 0;
padding: 5px 10px;
background-color: transparent;
width: 100%;
height: 30px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.sun-editor
.se-file-browser
.se-file-browser-list.se-image-list
.se-file-item-img
> .se-file-img-name.se-file-name-back {
background-color: #333;
opacity: 0.6;
}
.sun-editor .se-notice {
position: absolute;
top: 0;
display: none;
z-index: 7;
width: 100%;
height: auto;
word-break: break-all;
font-size: 13px;
color: #b94a48;
background-color: #f2dede;
padding: 15px;
margin: 0;
border: 1px solid #eed3d7;
user-select: auto;
-o-user-select: auto;
-moz-user-select: auto;
-khtml-user-select: auto;
-webkit-user-select: auto;
-ms-user-select: auto;
}
.sun-editor .se-notice button {
float: right;
padding: 7px;
}
.sun-editor .se-tooltip {
position: relative;
overflow: visible;
}
.sun-editor .se-tooltip .se-tooltip-inner {
visibility: hidden;
position: absolute;
display: block;
width: auto;
top: 120%;
left: 50%;
background: transparent;
opacity: 0;
z-index: 1;
line-height: 1.5;
transition: opacity 0.5s;
margin: 0;
padding: 0;
bottom: auto;
float: none;
pointer-events: none;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text {
position: relative;
display: inline-block;
width: auto;
left: -50%;
font-size: 0.9em;
margin: 0;
padding: 4px 6px;
border-radius: 2px;
background-color: #333;
color: #fff;
text-align: center;
line-height: unset;
white-space: nowrap;
cursor: auto;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border: 5px solid transparent;
border-bottom-color: #333;
}
.sun-editor .se-tooltip:hover .se-tooltip-inner {
visibility: visible;
opacity: 1;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
display: block !important;
}
.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut > .se-shortcut-key {
display: inline;
font-weight: 700;
}
.sun-editor.se-rtl .se-btn-tray {
direction: rtl;
}
.sun-editor.se-rtl .se-btn-select .txt {
flex: auto;
text-align: right;
direction: rtl;
}
.sun-editor.se-rtl .se-btn-list {
text-align: right;
}
.sun-editor.se-rtl .se-btn-list > .se-list-icon {
margin: -1px 0 0 10px;
}
.sun-editor.se-rtl .se-menu-list,
.sun-editor.se-rtl .se-menu-list li {
float: right;
}
.sun-editor.se-rtl .se-list-layer * {
direction: rtl;
}
.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote {
padding: 0 7px 0 0;
border-right-width: 5px;
border-left-width: 0;
}
.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li {
float: right;
}
.sun-editor.se-rtl .se-list-inner .se-list-checked li button > .se-svg {
float: right;
padding: 6px 0 0 6px;
}
.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,
.sun-editor.se-rtl .se-wrapper .se-placeholder {
direction: rtl;
}
.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut {
direction: ltr;
}
.sun-editor.se-rtl .se-dialog * {
direction: rtl;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close {
float: left;
}
.sun-editor.se-rtl .se-dialog-tabs button,
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title {
float: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text {
padding-right: 34px;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary {
float: left;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div {
float: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer > div > label {
margin: 0 0 0 5px;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child {
margin-left: 16px;
margin-right: 0;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview {
margin-left: 4px;
text-align: right;
}
.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn {
float: right;
}
.sun-editor.se-rtl .se-file-browser * {
direction: rtl;
}
.sun-editor.se-rtl .se-file-browser .se-file-browser-tags {
text-align: right;
}
.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a {
margin: 8px 8px 0;
}
.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close {
float: left;
}
.sun-editor.se-rtl .se-controller .se-btn-group,
.sun-editor.se-rtl .se-resizing-container .se-resize-display {
direction: rtl;
}
@keyframes blinker {
50% {
opacity: 0;
}
}
@keyframes spinner {
to {
transform: rotate(361deg);
}
}
.sun-editor-editable {
font-family: Helvetica Neue;
font-size: 13px;
color: #333;
background-color: #fff;
line-height: 1.5;
word-break: normal;
word-wrap: break-word;
padding: 16px;
margin: 0;
}
.sun-editor-editable * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
color: inherit;
}
.sun-editor-editable.se-rtl * {
direction: rtl;
}
.sun-editor-editable audio,
.sun-editor-editable figcaption,
.sun-editor-editable figure,
.sun-editor-editable iframe,
.sun-editor-editable img,
.sun-editor-editable td,
.sun-editor-editable th,
.sun-editor-editable video {
position: relative;
}
.sun-editor-editable .__se__float-left {
float: left;
}
.sun-editor-editable .__se__float-right {
float: right;
}
.sun-editor-editable .__se__float-center {
float: center;
}
.sun-editor-editable .__se__float-none {
float: none;
}
.sun-editor-editable span {
display: inline;
vertical-align: baseline;
margin: 0;
padding: 0;
}
.sun-editor-editable span.katex {
display: inline-block;
}
.sun-editor-editable span.katex * {
direction: ltr;
}
.sun-editor-editable a {
color: #004cff;
text-decoration: none;
}
.sun-editor-editable span[style~='color:'] a {
color: inherit;
}
.sun-editor-editable a:focus,
.sun-editor-editable a:hover {
cursor: pointer;
color: #0093ff;
text-decoration: underline;
}
.sun-editor-editable a.on {
color: #0093ff;
background-color: #e8f7ff;
}
.sun-editor-editable pre {
display: block;
padding: 8px;
margin: 0 0 10px;
font-family: monospace;
color: #666;
line-height: 1.45;
background-color: #f9f9f9;
border: 1px solid #e1e1e1;
border-radius: 2px;
white-space: pre-wrap !important;
word-wrap: break-word;
overflow: visible;
}
.sun-editor-editable ol {
list-style-type: decimal;
}
.sun-editor-editable ol,
.sun-editor-editable ul {
list-style-position: outside;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0;
margin-inline-end: 0;
padding-inline-start: 40px;
}
.sun-editor-editable ul {
list-style-type: disc;
}
.sun-editor-editable li {
display: list-item;
text-align: -webkit-match-parent;
margin-bottom: 5px;
}
.sun-editor-editable ol ol,
.sun-editor-editable ol ul,
.sun-editor-editable ul ol,
.sun-editor-editable ul ul {
margin: 0;
}
.sun-editor-editable ol ol,
.sun-editor-editable ul ol {
list-style-type: lower-alpha;
}
.sun-editor-editable ol ol ol,
.sun-editor-editable ul ol ol,
.sun-editor-editable ul ul ol {
list-style-type: upper-roman;
}
.sun-editor-editable ol ul,
.sun-editor-editable ul ul {
list-style-type: circle;
}
.sun-editor-editable ol ol ul,
.sun-editor-editable ol ul ul,
.sun-editor-editable ul ul ul {
list-style-type: square;
}
.sun-editor-editable sub,
.sun-editor-editable sup {
font-size: 75%;
line-height: 0;
}
.sun-editor-editable sub {
vertical-align: sub;
}
.sun-editor-editable sup {
vertical-align: super;
}
.sun-editor-editable p {
display: block;
margin: 0 0 10px;
}
.sun-editor-editable div {
display: block;
margin: 0;
padding: 0;
}
.sun-editor-editable blockquote {
display: block;
font-family: inherit;
font-size: inherit;
color: #999;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0;
margin-inline-end: 0;
padding: 0 5px 0 20px;
border: solid #b1b1b1;
border-width: 0 0 0 5px;
}
.sun-editor-editable blockquote blockquote {
border-color: #c1c1c1;
}
.sun-editor-editable blockquote blockquote blockquote {
border-color: #d1d1d1;
}
.sun-editor-editable blockquote blockquote blockquote blockquote {
border-color: #e1e1e1;
}
.sun-editor-editable.se-rtl blockquote {
padding-left: 5px;
padding-right: 20px;
border-left-width: 0;
border-right-width: 5px;
}
.sun-editor-editable h1 {
font-size: 2em;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
}
.sun-editor-editable h1,
.sun-editor-editable h2 {
display: block;
margin-inline-start: 0;
margin-inline-end: 0;
font-weight: 700;
}
.sun-editor-editable h2 {
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
}
.sun-editor-editable h3 {
font-size: 1.17em;
margin-block-start: 1em;
margin-block-end: 1em;
}
.sun-editor-editable h3,
.sun-editor-editable h4 {
display: block;
margin-inline-start: 0;
margin-inline-end: 0;
font-weight: 700;
}
.sun-editor-editable h4 {
font-size: 1em;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
}
.sun-editor-editable h5 {
font-size: 0.83em;
margin-block-start: 1.67em;
margin-block-end: 1.67em;
}
.sun-editor-editable h5,
.sun-editor-editable h6 {
display: block;
margin-inline-start: 0;
margin-inline-end: 0;
font-weight: 700;
}
.sun-editor-editable h6 {
font-size: 0.67em;
margin-block-start: 2.33em;
margin-block-end: 2.33em;
}
.sun-editor-editable hr {
display: flex;
border-width: 1px 0 0;
border-color: #000;
border-image: initial;
height: 1px;
}
.sun-editor-editable hr.__se__solid {
border-style: solid none none;
}
.sun-editor-editable hr.__se__dotted {
border-style: dotted none none;
}
.sun-editor-editable hr.__se__dashed {
border-style: dashed none none;
}
.sun-editor-editable hr.on {
border-color: #4592ff;
-webkit-box-shadow: 0 0 0 0.1rem #c7deff;
box-shadow: 0 0 0 0.1rem #c7deff;
}
.sun-editor-editable table {
display: table;
table-layout: auto;
border: 1px solid #ccc;
width: 100%;
max-width: 100%;
margin: 0 0 10px;
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
}
.sun-editor-editable.se-rtl table {
margin: 0 0 10px auto;
}
.sun-editor-editable table thead {
border-bottom: 2px solid #333;
}
.sun-editor-editable table tr {
border: 1px solid #efefef;
}
.sun-editor-editable table th {
background-color: #f3f3f3;
}
.sun-editor-editable table td,
.sun-editor-editable table th {
border: 1px solid #e1e1e1;
padding: 0.4em;
background-clip: padding-box;
}
.sun-editor-editable table.se-table-size-auto {
width: auto !important;
}
.sun-editor-editable table.se-table-size-100 {
width: 100% !important;
}
.sun-editor-editable table.se-table-layout-auto {
table-layout: auto !important;
}
.sun-editor-editable table.se-table-layout-fixed {
table-layout: fixed !important;
}
.sun-editor-editable table td.se-table-selected-cell,
.sun-editor-editable table th.se-table-selected-cell {
outline: 1px double #4592ff;
}
.sun-editor-editable.se-disabled * {
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.sun-editor-editable .se-component {
display: flex;
padding: 1px;
margin: 0 0 10px;
}
.sun-editor-editable[contenteditable='true'] .se-component {
outline: 1px dashed #e1e1e1;
}
.sun-editor-editable[contenteditable='true'] .se-component.se-component-copy {
-webkit-box-shadow: 0 0 0 0.2rem #80bdff;
box-shadow: 0 0 0 0.2rem #3f9dff;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sun-editor-editable audio,
.sun-editor-editable iframe,
.sun-editor-editable img,
.sun-editor-editable video {
display: block;
margin: 0;
padding: 0;
width: auto;
height: auto;
max-width: 100%;
}
.sun-editor-editable[contenteditable='true'] figure:after {
position: absolute;
content: '';
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: default;
display: block;
background: transparent;
}
.sun-editor-editable[contenteditable='true'] figure a,
.sun-editor-editable[contenteditable='true'] figure iframe,
.sun-editor-editable[contenteditable='true'] figure img,
.sun-editor-editable[contenteditable='true'] figure video {
z-index: 0;
}
.sun-editor-editable[contenteditable='true'] figure figcaption {
display: block;
z-index: 2;
}
.sun-editor-editable[contenteditable='true'] figure figcaption:focus {
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem #c7deff;
box-shadow: 0 0 0 0.2rem #c7deff;
}
.sun-editor-editable .se-image-container,
.sun-editor-editable .se-video-container {
width: auto;
height: auto;
max-width: 100%;
}
.sun-editor-editable figure {
display: block;
outline: none;
margin: 0;
padding: 0;
}
.sun-editor-editable figure figcaption {
padding: 1em 0.5em;
margin: 0;
background-color: #f9f9f9;
outline: none;
}
.sun-editor-editable figure figcaption p {
line-height: 2;
margin: 0;
}
.sun-editor-editable .se-image-container a img {
padding: 1px;
margin: 1px;
outline: 1px solid #4592ff;
}
.sun-editor-editable .se-video-container iframe,
.sun-editor-editable .se-video-container video {
outline: 1px solid #9e9e9e;
position: absolute;
top: 0;
left: 0;
border: 0;
width: 100%;
height: 100%;
}
.sun-editor-editable .se-video-container figure {
left: 0;
width: 100%;
max-width: 100%;
}
.sun-editor-editable audio {
width: 300px;
height: 54px;
}
.sun-editor-editable audio.active {
outline: 2px solid #80bdff;
}
.sun-editor-editable.se-show-block div,
.sun-editor-editable.se-show-block h1,
.sun-editor-editable.se-show-block h2,
.sun-editor-editable.se-show-block h3,
.sun-editor-editable.se-show-block h4,
.sun-editor-editable.se-show-block h5,
.sun-editor-editable.se-show-block h6,
.sun-editor-editable.se-show-block li,
.sun-editor-editable.se-show-block ol,
.sun-editor-editable.se-show-block p,
.sun-editor-editable.se-show-block pre,
.sun-editor-editable.se-show-block ul {
border: 1px dashed #3f9dff !important;
padding: 14px 8px 8px !important;
}
.sun-editor-editable.se-show-block ol,
.sun-editor-editable.se-show-block ul {
border: 1px dashed #d539ff !important;
}
.sun-editor-editable.se-show-block pre {
border: 1px dashed #27c022 !important;
}
.se-show-block p {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==')
no-repeat;
}
.se-show-block div {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==')
no-repeat;
}
.se-show-block h1 {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC')
no-repeat;
}
.se-show-block h2 {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==')
no-repeat;
}
.se-show-block h3 {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC')
no-repeat;
}
.se-show-block h4 {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC')
no-repeat;
}
.se-show-block h5 {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC')
no-repeat;
}
.se-show-block h6 {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC')
no-repeat;
}
.se-show-block li {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==')
no-repeat;
}
.se-show-block ol {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==')
no-repeat;
}
.se-show-block ul {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==')
no-repeat;
}
.sun-editor-editable .__se__p-bordered,
.sun-editor .__se__p-bordered {
border-top: 1px solid #b1b1b1;
border-bottom: 1px solid #b1b1b1;
padding: 4px 0;
}
.sun-editor-editable .__se__p-spaced,
.sun-editor .__se__p-spaced {
letter-spacing: 1px;
}
.sun-editor-editable .__se__p-neon,
.sun-editor .__se__p-neon {
font-weight: 200;
font-style: italic;
background: #000;
color: #fff;
padding: 6px 4px;
border: 2px solid #fff;
border-radius: 6px;
text-transform: uppercase;
animation: neonFlicker 1.5s infinite alternate;
}
@keyframes neonFlicker {
0%,
19%,
21%,
23%,
25%,
54%,
56%,
to {
text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 2px #f40, 0 0 4px #f40, 0 0 6px #f40,
0 0 8px #f40, 0 0 10px #f40;
box-shadow: 0 0 0.5px #fff, inset 0 0 0.5px #fff, 0 0 2px #08f, inset 0 0 2px #08f, 0 0 4px #08f,
inset 0 0 4px #08f;
}
20%,
24%,
55% {
text-shadow: none;
box-shadow: none;
}
}
.sun-editor-editable .__se__t-shadow,
.sun-editor .__se__t-shadow {
text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff, 0 0 0.2rem #999, 0 0 0.4rem #888, 0 0 0.6rem #777,
0 0 0.8rem #666, 0 0 1rem #555;
}
.sun-editor-editable .__se__t-code,
.sun-editor .__se__t-code {
font-family: monospace;
color: #666;
background-color: rgba(27, 31, 35, 0.05);
border-radius: 6px;
padding: 0.2em 0.4em;
}
/*
luckysheet@latest/dist/plugins/css/pluginsCss.css
*/
@font-face {
font-family: iconfont;
src: url(//at.alicdn.com/t/font_1109445_3uhchn0iu1o.eot?t=1573095457319);
src: url(//at.alicdn.com/t/font_1109445_3uhchn0iu1o.eot?t=1573095457319#iefix) format('embedded-opentype'),
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALYAAsAAAAABnAAAAKLAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAp8gQgBNgIkAwgLBgAEIAWEbQcwG64FEdWTCWR/Sm4OkS3AzL8KYg4aSemU4GqI3mB6P9n7k+2ut5hEQy2TwEw6Jnj+G/fdNzOfTFqrA4xW6ExSSNs2tP0h7emOUEjc/7WdKSEPXj+LJBJ0Tfhn/8R3w0pl8CbO3gca9TS2Pm4BBXSFwhB+R7yoMeuFnFxjrdBQiQocctB2llgyjyil+oEV+FgAZBR4eiLSpPrEvdM/gT5I6wHluBeNNWlSF1AXB1KAe2G0hUso44axC1zCeQjgJEER0tDUMYCDwZomgCzOzYzh5PwYDEvZEaw1aw2yh4ld7ahhN/y+fFSIHRQWjVXRM904yeqZnaH+PyefIKAgoM0WQANFgAEZqI13oSOM0zjjBhmwr1KBZ79vQ/ZqRthfZxW7AYhByT1JXdmtphTAbfUlByge9QaQnIp42a/CP45oR+Fg+HTYIt/f+0PjPsijc8rpF9fZv0Ic8fcbSMDqdxvswkyfxTnpZBvc/8yEW6zwz/S4OgQQKDqiEV952TEA3P48NBn6OcG+X4fA/5H2bDG63LIqo0prOxU5561y4gT+sTvI01hD5GbSgp3ICKeNeAqNnSzSsEWw4KIKVuxUw0khzZtdhFhHR4wDKGADQPBzBYWXFDR+bkjDPsJClC9Y8YuGkyFhe7rIEa30THhnfMLjB6XoO+nY2YtKt5i/mjtl5SHviDSVIUijpJjaYIc0x4LpnWfMEiT1LazBZdg0PQzUVyg4KpiHZRzLuhtFom8VTzHhnfEJjx+Uou+k35290ue3mL+aO7U01cSPSFM5OKRR0oPcaLpeTfdyzfTOM2YJkvoW1mAUNk0PQ/2oCgVHxYjosIztdrKvJlpf137dHsCpWEal2sM0FK9SFKgoAAA=')
format('woff2'),
url(//at.alicdn.com/t/font_1109445_3uhchn0iu1o.woff?t=1573095457319) format('woff'),
url(//at.alicdn.com/t/font_1109445_3uhchn0iu1o.ttf?t=1573095457319) format('truetype'),
url(//at.alicdn.com/t/font_1109445_3uhchn0iu1o.svg?t=1573095457319#iconfont) format('svg');
src: url(//at.alicdn.com/t/font_934335_kaqqxgj7xqf.eot?t=1544334973484);
src: url(//at.alicdn.com/t/font_934335_kaqqxgj7xqf.eot?t=1544334973484#iefix) format('embedded-opentype'),
url('data:application/x-font-woff;charset=utf-8;base64,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')
format('woff'),
url(//at.alicdn.com/t/font_934335_kaqqxgj7xqf.ttf?t=1544334973484) format('truetype'),
url(//at.alicdn.com/t/font_934335_kaqqxgj7xqf.svg?t=1544334973484#iconfont) format('svg');
}
.iconfont {
font-family: iconfont !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-huiche:before {
content: '\e651';
}
.icon-shezhi:before {
content: '\e624';
}
.icon-quanxianfuzhi:before {
content: '\e62c';
}
.icon-date:before {
content: '\e91c';
}
.icon-jiantou:before {
content: '\e616';
}
.icon-tubiaozhexiantu:before {
content: '\e79a';
}
.icon-biaoti:before {
content: '\e62b';
}
.icon-chart:before {
content: '\e61d';
}
.icon-dagou:before {
content: '\e617';
}
.icon-table:before {
content: '\e61e';
}
.icon-theme:before {
content: '\e66f';
}
.icon-guanbi:before {
content: '\e641';
}
.icon-Kxiantu:before {
content: '\e679';
}
.icon-tubiao-liucheng:before {
content: '\e68e';
}
.icon-jiacu:before {
content: '\e6fe';
}
.icon-zhutiheliutu:before {
content: '\e62f';
}
.icon-activity_fill:before {
content: '\e6de';
}
.icon-add:before {
content: '\e6df';
}
.icon-gou:before {
content: '\e695';
}
.icon-tubiao:before {
content: '\e60f';
}
.icon-guanbi1:before {
content: '\e618';
}
.icon-leidatu:before {
content: '\e615';
}
.icon-zhcc_xiangshangjiantou:before {
content: '\e688';
}
.icon-biaodanzujian-biaoge:before {
content: '\eb94';
}
.icon-jianshao:before {
content: '\e644';
}
.icon-xieti:before {
content: '\e6ef';
}
.icon-jia:before {
content: '\e61b';
}
.icon-fsux_tubiao_duijizhuzhuangtu:before {
content: '\e600';
}
.icon-fsux_tubiao_duijizhuzhuangtu1:before {
content: '\e601';
}
.icon-fsux_tubiao_bingtu:before {
content: '\e602';
}
.icon-fsux_tubiao_juxingshutu:before {
content: '\e603';
}
.icon-fsux_tubiao_qipaotu:before {
content: '\e604';
}
.icon-fsux_tubiao_kxiantu:before {
content: '\e605';
}
.icon-fsux_tubiao_loudoutu:before {
content: '\e606';
}
.icon-fsux_tubiao_duijimianjitu:before {
content: '\e607';
}
.icon-fsux_tubiao_yibiaopan:before {
content: '\e608';
}
.icon-fsux_tubiao_ditu:before {
content: '\e609';
}
.icon-fsux_tubiao_ciyun:before {
content: '\e60a';
}
.icon-fsux_tubiao_relitu:before {
content: '\e60b';
}
.icon-fsux_tubiao_nandingmeiguitu:before {
content: '\e60c';
}
.icon-fsux_tubiao_guanxitu:before {
content: '\e60d';
}
.icon-fsux_tubiao_zidantu:before {
content: '\e60e';
}
.icon-fsux_tubiao_luoxuantu:before {
content: '\e610';
}
.icon-fsux_tubiao_huiguiquxiantu:before {
content: '\e611';
}
.icon-format_icon:before {
content: '\e612';
}
.icon-fsux_tubiao_jinzitatu:before {
content: '\e613';
}
.icon-fsux_tubiao_shuiqiutu:before {
content: '\e614';
}
.icon-Dtubiao:before {
content: '\e672';
}
.icon-shuzi:before {
content: '\e7f8';
}
.icon-jian2:before {
content: '\e64e';
}
.sp-container {
position: absolute;
top: 0;
left: 0;
display: inline-block;
z-index: 9999994;
overflow: hidden;
}
.sp-container.sp-flat {
position: relative;
}
.sp-container,
.sp-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.sp-top {
position: relative;
width: 100%;
display: inline-block;
}
.sp-top-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.sp-color {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 20%;
}
.sp-hue {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 84%;
height: 100%;
}
.sp-clear-enabled .sp-hue {
top: 33px;
height: 77.5%;
}
.sp-fill {
padding-top: 80%;
}
.sp-sat,
.sp-val {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sp-alpha-enabled .sp-top {
margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
display: block;
}
.sp-alpha-handle {
position: absolute;
top: -4px;
bottom: -4px;
width: 6px;
left: 50%;
cursor: pointer;
border: 1px solid #000;
background: #fff;
opacity: 0.8;
}
.sp-alpha {
display: none;
position: absolute;
bottom: -14px;
right: 0;
left: 0;
height: 8px;
}
.sp-alpha-inner {
border: solid 1px #333;
}
.sp-clear {
display: none;
}
.sp-clear.sp-clear-display {
background-position: center;
}
.sp-clear-enabled .sp-clear {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 84%;
height: 28px;
}
.sp-alpha,
.sp-alpha-handle,
.sp-clear,
.sp-container,
.sp-container button,
.sp-container.sp-dragging .sp-input,
.sp-dragger,
.sp-preview,
.sp-replacer,
.sp-slider {
-webkit-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
display: none;
}
.sp-palette-only .sp-picker-container {
display: none;
}
.sp-palette-disabled .sp-palette-container {
display: none;
}
.sp-initial-disabled .sp-initial {
display: none;
}
.sp-sat {
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
}
.sp-val {
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
}
.sp-hue {
background: -moz-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
background: -ms-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
background: -o-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
from(red),
color-stop(0.17, #ff0),
color-stop(0.33, #0f0),
color-stop(0.5, #0ff),
color-stop(0.67, #00f),
color-stop(0.83, #f0f),
to(red)
);
background: -webkit-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}
.sp-1 {
height: 17%;
}
.sp-2 {
height: 16%;
}
.sp-3 {
height: 17%;
}
.sp-4 {
height: 17%;
}
.sp-5 {
height: 16%;
}
.sp-6 {
height: 17%;
}
.sp-hidden {
display: none !important;
}
.sp-cf:after,
.sp-cf:before {
content: '';
display: table;
}
.sp-cf:after {
clear: both;
}
@media (max-device-width: 480px) {
.sp-color {
right: 40%;
}
.sp-hue {
left: 63%;
}
.sp-fill {
padding-top: 60%;
}
}
.sp-dragger {
border-radius: 5px;
height: 5px;
width: 5px;
border: 1px solid #fff;
background: #000;
cursor: pointer;
position: absolute;
top: 0;
left: 0;
}
.sp-slider {
position: absolute;
top: 0;
cursor: pointer;
height: 3px;
left: -1px;
right: -1px;
border: 1px solid #000;
background: #fff;
opacity: 0.8;
}
.sp-container {
border-radius: 0;
background-color: #ececec;
border: solid 1px #f0c49b;
padding: 0;
}
.sp-clear,
.sp-color,
.sp-container,
.sp-container button,
.sp-container input,
.sp-hue {
font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sp-top {
margin-bottom: 3px;
}
.sp-clear,
.sp-color,
.sp-hue {
border: solid 1px #666;
}
.sp-input-container {
float: right;
width: 100px;
margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
width: 100%;
}
.sp-input {
font-size: 12px !important;
border: 1px inset;
padding: 4px 5px;
margin: 0;
width: 100%;
background: 0 0;
border-radius: 3px;
color: #222;
}
.sp-input:focus {
border: 1px solid orange;
}
.sp-input.sp-validation-error {
border: 1px solid red;
background: #fdd;
}
.sp-palette-container,
.sp-picker-container {
float: left;
position: relative;
padding: 10px;
padding-bottom: 300px;
margin-bottom: -290px;
}
.sp-picker-container {
width: 172px;
border-left: solid 1px #fff;
}
.sp-palette-container {
border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
border: 0;
}
.sp-palette .sp-thumb-el {
display: block;
position: relative;
float: left;
width: 24px;
height: 15px;
margin: 3px;
cursor: pointer;
border: solid 2px transparent;
}
.sp-palette .sp-thumb-el.sp-thumb-active,
.sp-palette .sp-thumb-el:hover {
border-color: orange;
}
.sp-thumb-el {
position: relative;
}
.sp-initial {
float: left;
border: solid 1px #333;
}
.sp-initial span {
width: 30px;
height: 25px;
border: 0;
display: block;
float: left;
margin: 0;
}
.sp-initial .sp-clear-display {
background-position: center;
}
.sp-button-container,
.sp-palette-button-container {
float: right;
}
.sp-replacer {
margin: 0;
overflow: hidden;
cursor: pointer;
padding: 4px;
display: inline-block;
border: solid 1px #91765d;
background: #eee;
color: #333;
vertical-align: middle;
}
.sp-replacer.sp-active,
.sp-replacer:hover {
border-color: #f0c49b;
color: #111;
}
.sp-replacer.sp-disabled {
cursor: default;
border-color: silver;
color: silver;
}
.sp-dd {
padding: 2px 0;
height: 16px;
line-height: 16px;
float: left;
font-size: 10px;
}
.sp-preview {
position: relative;
width: 25px;
height: 20px;
border: solid 1px #222;
margin-right: 5px;
float: left;
z-index: 0;
}
.sp-palette {
max-width: 220px;
}
.sp-palette .sp-thumb-el {
width: 16px;
height: 16px;
border-radius: 16px;
margin: 2px 1px;
border: solid 1px #d0d0d0;
}
.sp-container {
padding-bottom: 0;
}
.sp-container button {
background-color: #eee;
background-image: -webkit-linear-gradient(top, #eee, #ccc);
background-image: -moz-linear-gradient(top, #eee, #ccc);
background-image: -ms-linear-gradient(top, #eee, #ccc);
background-image: -o-linear-gradient(top, #eee, #ccc);
background-image: linear-gradient(to bottom, #eee, #ccc);
border: 1px solid #ccc;
border-bottom: 1px solid #bbb;
border-radius: 3px;
color: #333;
font-size: 14px;
line-height: 1;
padding: 5px 4px;
text-align: center;
text-shadow: 0 1px 0 #eee;
vertical-align: middle;
}
.sp-container button:hover {
background-color: #ddd;
background-image: -webkit-linear-gradient(top, #ddd, #bbb);
background-image: -moz-linear-gradient(top, #ddd, #bbb);
background-image: -ms-linear-gradient(top, #ddd, #bbb);
background-image: -o-linear-gradient(top, #ddd, #bbb);
background-image: linear-gradient(to bottom, #ddd, #bbb);
border: 1px solid #bbb;
border-bottom: 1px solid #999;
cursor: pointer;
text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
border: 1px solid #aaa;
border-bottom: 1px solid #888;
-webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
-moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
-ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
-o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}
.sp-cancel {
font-size: 11px;
color: #d93f3f !important;
margin: 0;
padding: 2px;
margin-right: 5px;
vertical-align: middle;
text-decoration: none;
}
.sp-cancel:hover {
color: #d93f3f !important;
text-decoration: underline;
}
.sp-palette span.sp-thumb-active,
.sp-palette span:hover {
border-color: #000;
}
.sp-alpha,
.sp-preview,
.sp-thumb-el {
position: relative;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-alpha-inner,
.sp-preview-inner,
.sp-thumb-inner {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.sp-palette .sp-thumb-inner {
background-position: 50% 50%;
background-repeat: no-repeat;
border-radius: 16px;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
background-repeat: no-repeat;
background-position: center;
background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
/*
luckysheet@latest/dist/plugins/plugins.css
*/
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: FontAwesome;
src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),
url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),
url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),
url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: 400;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: 0.2em 0.25em 0.15em;
border: solid 0.08em #eee;
border-radius: 0.1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right {
margin-left: 0.3em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: 0.3em;
}
.fa.pull-right {
margin-left: 0.3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
.fa-glass:before {
content: '\f000';
}
.fa-music:before {
content: '\f001';
}
.fa-search:before {
content: '\f002';
}
.fa-envelope-o:before {
content: '\f003';
}
.fa-heart:before {
content: '\f004';
}
.fa-star:before {
content: '\f005';
}
.fa-star-o:before {
content: '\f006';
}
.fa-user:before {
content: '\f007';
}
.fa-film:before {
content: '\f008';
}
.fa-th-large:before {
content: '\f009';
}
.fa-th:before {
content: '\f00a';
}
.fa-th-list:before {
content: '\f00b';
}
.fa-check:before {
content: '\f00c';
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
content: '\f00d';
}
.fa-search-plus:before {
content: '\f00e';
}
.fa-search-minus:before {
content: '\f010';
}
.fa-power-off:before {
content: '\f011';
}
.fa-signal:before {
content: '\f012';
}
.fa-cog:before,
.fa-gear:before {
content: '\f013';
}
.fa-trash-o:before {
content: '\f014';
}
.fa-home:before {
content: '\f015';
}
.fa-file-o:before {
content: '\f016';
}
.fa-clock-o:before {
content: '\f017';
}
.fa-road:before {
content: '\f018';
}
.fa-download:before {
content: '\f019';
}
.fa-arrow-circle-o-down:before {
content: '\f01a';
}
.fa-arrow-circle-o-up:before {
content: '\f01b';
}
.fa-inbox:before {
content: '\f01c';
}
.fa-play-circle-o:before {
content: '\f01d';
}
.fa-repeat:before,
.fa-rotate-right:before {
content: '\f01e';
}
.fa-refresh:before {
content: '\f021';
}
.fa-list-alt:before {
content: '\f022';
}
.fa-lock:before {
content: '\f023';
}
.fa-flag:before {
content: '\f024';
}
.fa-headphones:before {
content: '\f025';
}
.fa-volume-off:before {
content: '\f026';
}
.fa-volume-down:before {
content: '\f027';
}
.fa-volume-up:before {
content: '\f028';
}
.fa-qrcode:before {
content: '\f029';
}
.fa-barcode:before {
content: '\f02a';
}
.fa-tag:before {
content: '\f02b';
}
.fa-tags:before {
content: '\f02c';
}
.fa-book:before {
content: '\f02d';
}
.fa-bookmark:before {
content: '\f02e';
}
.fa-print:before {
content: '\f02f';
}
.fa-camera:before {
content: '\f030';
}
.fa-font:before {
content: '\f031';
}
.fa-bold:before {
content: '\f032';
}
.fa-italic:before {
content: '\f033';
}
.fa-text-height:before {
content: '\f034';
}
.fa-text-width:before {
content: '\f035';
}
.fa-align-left:before {
content: '\f036';
}
.fa-align-center:before {
content: '\f037';
}
.fa-align-right:before {
content: '\f038';
}
.fa-align-justify:before {
content: '\f039';
}
.fa-list:before {
content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
content: '\f03b';
}
.fa-indent:before {
content: '\f03c';
}
.fa-video-camera:before {
content: '\f03d';
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
content: '\f03e';
}
.fa-pencil:before {
content: '\f040';
}
.fa-map-marker:before {
content: '\f041';
}
.fa-adjust:before {
content: '\f042';
}
.fa-tint:before {
content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: '\f044';
}
.fa-share-square-o:before {
content: '\f045';
}
.fa-check-square-o:before {
content: '\f046';
}
.fa-arrows:before {
content: '\f047';
}
.fa-step-backward:before {
content: '\f048';
}
.fa-fast-backward:before {
content: '\f049';
}
.fa-backward:before {
content: '\f04a';
}
.fa-play:before {
content: '\f04b';
}
.fa-pause:before {
content: '\f04c';
}
.fa-stop:before {
content: '\f04d';
}
.fa-forward:before {
content: '\f04e';
}
.fa-fast-forward:before {
content: '\f050';
}
.fa-step-forward:before {
content: '\f051';
}
.fa-eject:before {
content: '\f052';
}
.fa-chevron-left:before {
content: '\f053';
}
.fa-chevron-right:before {
content: '\f054';
}
.fa-plus-circle:before {
content: '\f055';
}
.fa-minus-circle:before {
content: '\f056';
}
.fa-times-circle:before {
content: '\f057';
}
.fa-check-circle:before {
content: '\f058';
}
.fa-question-circle:before {
content: '\f059';
}
.fa-info-circle:before {
content: '\f05a';
}
.fa-crosshairs:before {
content: '\f05b';
}
.fa-times-circle-o:before {
content: '\f05c';
}
.fa-check-circle-o:before {
content: '\f05d';
}
.fa-ban:before {
content: '\f05e';
}
.fa-arrow-left:before {
content: '\f060';
}
.fa-arrow-right:before {
content: '\f061';
}
.fa-arrow-up:before {
content: '\f062';
}
.fa-arrow-down:before {
content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
content: '\f064';
}
.fa-expand:before {
content: '\f065';
}
.fa-compress:before {
content: '\f066';
}
.fa-plus:before {
content: '\f067';
}
.fa-minus:before {
content: '\f068';
}
.fa-asterisk:before {
content: '\f069';
}
.fa-exclamation-circle:before {
content: '\f06a';
}
.fa-gift:before {
content: '\f06b';
}
.fa-leaf:before {
content: '\f06c';
}
.fa-fire:before {
content: '\f06d';
}
.fa-eye:before {
content: '\f06e';
}
.fa-eye-slash:before {
content: '\f070';
}
.fa-exclamation-triangle:before,
.fa-warning:before {
content: '\f071';
}
.fa-plane:before {
content: '\f072';
}
.fa-calendar:before {
content: '\f073';
}
.fa-random:before {
content: '\f074';
}
.fa-comment:before {
content: '\f075';
}
.fa-magnet:before {
content: '\f076';
}
.fa-chevron-up:before {
content: '\f077';
}
.fa-chevron-down:before {
content: '\f078';
}
.fa-retweet:before {
content: '\f079';
}
.fa-shopping-cart:before {
content: '\f07a';
}
.fa-folder:before {
content: '\f07b';
}
.fa-folder-open:before {
content: '\f07c';
}
.fa-arrows-v:before {
content: '\f07d';
}
.fa-arrows-h:before {
content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: '\f080';
}
.fa-twitter-square:before {
content: '\f081';
}
.fa-facebook-square:before {
content: '\f082';
}
.fa-camera-retro:before {
content: '\f083';
}
.fa-key:before {
content: '\f084';
}
.fa-cogs:before,
.fa-gears:before {
content: '\f085';
}
.fa-comments:before {
content: '\f086';
}
.fa-thumbs-o-up:before {
content: '\f087';
}
.fa-thumbs-o-down:before {
content: '\f088';
}
.fa-star-half:before {
content: '\f089';
}
.fa-heart-o:before {
content: '\f08a';
}
.fa-sign-out:before {
content: '\f08b';
}
.fa-linkedin-square:before {
content: '\f08c';
}
.fa-thumb-tack:before {
content: '\f08d';
}
.fa-external-link:before {
content: '\f08e';
}
.fa-sign-in:before {
content: '\f090';
}
.fa-trophy:before {
content: '\f091';
}
.fa-github-square:before {
content: '\f092';
}
.fa-upload:before {
content: '\f093';
}
.fa-lemon-o:before {
content: '\f094';
}
.fa-phone:before {
content: '\f095';
}
.fa-square-o:before {
content: '\f096';
}
.fa-bookmark-o:before {
content: '\f097';
}
.fa-phone-square:before {
content: '\f098';
}
.fa-twitter:before {
content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
content: '\f09a';
}
.fa-github:before {
content: '\f09b';
}
.fa-unlock:before {
content: '\f09c';
}
.fa-credit-card:before {
content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
content: '\f09e';
}
.fa-hdd-o:before {
content: '\f0a0';
}
.fa-bullhorn:before {
content: '\f0a1';
}
.fa-bell:before {
content: '\f0f3';
}
.fa-certificate:before {
content: '\f0a3';
}
.fa-hand-o-right:before {
content: '\f0a4';
}
.fa-hand-o-left:before {
content: '\f0a5';
}
.fa-hand-o-up:before {
content: '\f0a6';
}
.fa-hand-o-down:before {
content: '\f0a7';
}
.fa-arrow-circle-left:before {
content: '\f0a8';
}
.fa-arrow-circle-right:before {
content: '\f0a9';
}
.fa-arrow-circle-up:before {
content: '\f0aa';
}
.fa-arrow-circle-down:before {
content: '\f0ab';
}
.fa-globe:before {
content: '\f0ac';
}
.fa-wrench:before {
content: '\f0ad';
}
.fa-tasks:before {
content: '\f0ae';
}
.fa-filter:before {
content: '\f0b0';
}
.fa-briefcase:before {
content: '\f0b1';
}
.fa-arrows-alt:before {
content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
content: '\f0c1';
}
.fa-cloud:before {
content: '\f0c2';
}
.fa-flask:before {
content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
content: '\f0c5';
}
.fa-paperclip:before {
content: '\f0c6';
}
.fa-floppy-o:before,
.fa-save:before {
content: '\f0c7';
}
.fa-square:before {
content: '\f0c8';
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
content: '\f0c9';
}
.fa-list-ul:before {
content: '\f0ca';
}
.fa-list-ol:before {
content: '\f0cb';
}
.fa-strikethrough:before {
content: '\f0cc';
}
.fa-underline:before {
content: '\f0cd';
}
.fa-table:before {
content: '\f0ce';
}
.fa-magic:before {
content: '\f0d0';
}
.fa-truck:before {
content: '\f0d1';
}
.fa-pinterest:before {
content: '\f0d2';
}
.fa-pinterest-square:before {
content: '\f0d3';
}
.fa-google-plus-square:before {
content: '\f0d4';
}
.fa-google-plus:before {
content: '\f0d5';
}
.fa-money:before {
content: '\f0d6';
}
.fa-caret-down:before {
content: '\f0d7';
}
.fa-caret-up:before {
content: '\f0d8';
}
.fa-caret-left:before {
content: '\f0d9';
}
.fa-caret-right:before {
content: '\f0da';
}
.fa-columns:before {
content: '\f0db';
}
.fa-sort:before,
.fa-unsorted:before {
content: '\f0dc';
}
.fa-sort-desc:before,
.fa-sort-down:before {
content: '\f0dd';
}
.fa-sort-asc:before,
.fa-sort-up:before {
content: '\f0de';
}
.fa-envelope:before {
content: '\f0e0';
}
.fa-linkedin:before {
content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
content: '\f0e2';
}
.fa-gavel:before,
.fa-legal:before {
content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
content: '\f0e4';
}
.fa-comment-o:before {
content: '\f0e5';
}
.fa-comments-o:before {
content: '\f0e6';
}
.fa-bolt:before,
.fa-flash:before {
content: '\f0e7';
}
.fa-sitemap:before {
content: '\f0e8';
}
.fa-umbrella:before {
content: '\f0e9';
}
.fa-clipboard:before,
.fa-paste:before {
content: '\f0ea';
}
.fa-lightbulb-o:before {
content: '\f0eb';
}
.fa-exchange:before {
content: '\f0ec';
}
.fa-cloud-download:before {
content: '\f0ed';
}
.fa-cloud-upload:before {
content: '\f0ee';
}
.fa-user-md:before {
content: '\f0f0';
}
.fa-stethoscope:before {
content: '\f0f1';
}
.fa-suitcase:before {
content: '\f0f2';
}
.fa-bell-o:before {
content: '\f0a2';
}
.fa-coffee:before {
content: '\f0f4';
}
.fa-cutlery:before {
content: '\f0f5';
}
.fa-file-text-o:before {
content: '\f0f6';
}
.fa-building-o:before {
content: '\f0f7';
}
.fa-hospital-o:before {
content: '\f0f8';
}
.fa-ambulance:before {
content: '\f0f9';
}
.fa-medkit:before {
content: '\f0fa';
}
.fa-fighter-jet:before {
content: '\f0fb';
}
.fa-beer:before {
content: '\f0fc';
}
.fa-h-square:before {
content: '\f0fd';
}
.fa-plus-square:before {
content: '\f0fe';
}
.fa-angle-double-left:before {
content: '\f100';
}
.fa-angle-double-right:before {
content: '\f101';
}
.fa-angle-double-up:before {
content: '\f102';
}
.fa-angle-double-down:before {
content: '\f103';
}
.fa-angle-left:before {
content: '\f104';
}
.fa-angle-right:before {
content: '\f105';
}
.fa-angle-up:before {
content: '\f106';
}
.fa-angle-down:before {
content: '\f107';
}
.fa-desktop:before {
content: '\f108';
}
.fa-laptop:before {
content: '\f109';
}
.fa-tablet:before {
content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: '\f10b';
}
.fa-circle-o:before {
content: '\f10c';
}
.fa-quote-left:before {
content: '\f10d';
}
.fa-quote-right:before {
content: '\f10e';
}
.fa-spinner:before {
content: '\f110';
}
.fa-circle:before {
content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
content: '\f112';
}
.fa-github-alt:before {
content: '\f113';
}
.fa-folder-o:before {
content: '\f114';
}
.fa-folder-open-o:before {
content: '\f115';
}
.fa-smile-o:before {
content: '\f118';
}
.fa-frown-o:before {
content: '\f119';
}
.fa-meh-o:before {
content: '\f11a';
}
.fa-gamepad:before {
content: '\f11b';
}
.fa-keyboard-o:before {
content: '\f11c';
}
.fa-flag-o:before {
content: '\f11d';
}
.fa-flag-checkered:before {
content: '\f11e';
}
.fa-terminal:before {
content: '\f120';
}
.fa-code:before {
content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: '\f123';
}
.fa-location-arrow:before {
content: '\f124';
}
.fa-crop:before {
content: '\f125';
}
.fa-code-fork:before {
content: '\f126';
}
.fa-chain-broken:before,
.fa-unlink:before {
content: '\f127';
}
.fa-question:before {
content: '\f128';
}
.fa-info:before {
content: '\f129';
}
.fa-exclamation:before {
content: '\f12a';
}
.fa-superscript:before {
content: '\f12b';
}
.fa-subscript:before {
content: '\f12c';
}
.fa-eraser:before {
content: '\f12d';
}
.fa-puzzle-piece:before {
content: '\f12e';
}
.fa-microphone:before {
content: '\f130';
}
.fa-microphone-slash:before {
content: '\f131';
}
.fa-shield:before {
content: '\f132';
}
.fa-calendar-o:before {
content: '\f133';
}
.fa-fire-extinguisher:before {
content: '\f134';
}
.fa-rocket:before {
content: '\f135';
}
.fa-maxcdn:before {
content: '\f136';
}
.fa-chevron-circle-left:before {
content: '\f137';
}
.fa-chevron-circle-right:before {
content: '\f138';
}
.fa-chevron-circle-up:before {
content: '\f139';
}
.fa-chevron-circle-down:before {
content: '\f13a';
}
.fa-html5:before {
content: '\f13b';
}
.fa-css3:before {
content: '\f13c';
}
.fa-anchor:before {
content: '\f13d';
}
.fa-unlock-alt:before {
content: '\f13e';
}
.fa-bullseye:before {
content: '\f140';
}
.fa-ellipsis-h:before {
content: '\f141';
}
.fa-ellipsis-v:before {
content: '\f142';
}
.fa-rss-square:before {
content: '\f143';
}
.fa-play-circle:before {
content: '\f144';
}
.fa-ticket:before {
content: '\f145';
}
.fa-minus-square:before {
content: '\f146';
}
.fa-minus-square-o:before {
content: '\f147';
}
.fa-level-up:before {
content: '\f148';
}
.fa-level-down:before {
content: '\f149';
}
.fa-check-square:before {
content: '\f14a';
}
.fa-pencil-square:before {
content: '\f14b';
}
.fa-external-link-square:before {
content: '\f14c';
}
.fa-share-square:before {
content: '\f14d';
}
.fa-compass:before {
content: '\f14e';
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
content: '\f150';
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
content: '\f151';
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
content: '\f152';
}
.fa-eur:before,
.fa-euro:before {
content: '\f153';
}
.fa-gbp:before {
content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
content: '\f155';
}
.fa-inr:before,
.fa-rupee:before {
content: '\f156';
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
content: '\f157';
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
content: '\f158';
}
.fa-krw:before,
.fa-won:before {
content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
content: '\f15a';
}
.fa-file:before {
content: '\f15b';
}
.fa-file-text:before {
content: '\f15c';
}
.fa-sort-alpha-asc:before {
content: '\f15d';
}
.fa-sort-alpha-desc:before {
content: '\f15e';
}
.fa-sort-amount-asc:before {
content: '\f160';
}
.fa-sort-amount-desc:before {
content: '\f161';
}
.fa-sort-numeric-asc:before {
content: '\f162';
}
.fa-sort-numeric-desc:before {
content: '\f163';
}
.fa-thumbs-up:before {
content: '\f164';
}
.fa-thumbs-down:before {
content: '\f165';
}
.fa-youtube-square:before {
content: '\f166';
}
.fa-youtube:before {
content: '\f167';
}
.fa-xing:before {
content: '\f168';
}
.fa-xing-square:before {
content: '\f169';
}
.fa-youtube-play:before {
content: '\f16a';
}
.fa-dropbox:before {
content: '\f16b';
}
.fa-stack-overflow:before {
content: '\f16c';
}
.fa-instagram:before {
content: '\f16d';
}
.fa-flickr:before {
content: '\f16e';
}
.fa-adn:before {
content: '\f170';
}
.fa-bitbucket:before {
content: '\f171';
}
.fa-bitbucket-square:before {
content: '\f172';
}
.fa-tumblr:before {
content: '\f173';
}
.fa-tumblr-square:before {
content: '\f174';
}
.fa-long-arrow-down:before {
content: '\f175';
}
.fa-long-arrow-up:before {
content: '\f176';
}
.fa-long-arrow-left:before {
content: '\f177';
}
.fa-long-arrow-right:before {
content: '\f178';
}
.fa-apple:before {
content: '\f179';
}
.fa-windows:before {
content: '\f17a';
}
.fa-android:before {
content: '\f17b';
}
.fa-linux:before {
content: '\f17c';
}
.fa-dribbble:before {
content: '\f17d';
}
.fa-skype:before {
content: '\f17e';
}
.fa-foursquare:before {
content: '\f180';
}
.fa-trello:before {
content: '\f181';
}
.fa-female:before {
content: '\f182';
}
.fa-male:before {
content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
content: '\f184';
}
.fa-sun-o:before {
content: '\f185';
}
.fa-moon-o:before {
content: '\f186';
}
.fa-archive:before {
content: '\f187';
}
.fa-bug:before {
content: '\f188';
}
.fa-vk:before {
content: '\f189';
}
.fa-weibo:before {
content: '\f18a';
}
.fa-renren:before {
content: '\f18b';
}
.fa-pagelines:before {
content: '\f18c';
}
.fa-stack-exchange:before {
content: '\f18d';
}
.fa-arrow-circle-o-right:before {
content: '\f18e';
}
.fa-arrow-circle-o-left:before {
content: '\f190';
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
content: '\f191';
}
.fa-dot-circle-o:before {
content: '\f192';
}
.fa-wheelchair:before {
content: '\f193';
}
.fa-vimeo-square:before {
content: '\f194';
}
.fa-try:before,
.fa-turkish-lira:before {
content: '\f195';
}
.fa-plus-square-o:before {
content: '\f196';
}
.fa-space-shuttle:before {
content: '\f197';
}
.fa-slack:before {
content: '\f198';
}
.fa-envelope-square:before {
content: '\f199';
}
.fa-wordpress:before {
content: '\f19a';
}
.fa-openid:before {
content: '\f19b';
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
content: '\f19c';
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
content: '\f19d';
}
.fa-yahoo:before {
content: '\f19e';
}
.fa-google:before {
content: '\f1a0';
}
.fa-reddit:before {
content: '\f1a1';
}
.fa-reddit-square:before {
content: '\f1a2';
}
.fa-stumbleupon-circle:before {
content: '\f1a3';
}
.fa-stumbleupon:before {
content: '\f1a4';
}
.fa-delicious:before {
content: '\f1a5';
}
.fa-digg:before {
content: '\f1a6';
}
.fa-pied-piper-pp:before {
content: '\f1a7';
}
.fa-pied-piper-alt:before {
content: '\f1a8';
}
.fa-drupal:before {
content: '\f1a9';
}
.fa-joomla:before {
content: '\f1aa';
}
.fa-language:before {
content: '\f1ab';
}
.fa-fax:before {
content: '\f1ac';
}
.fa-building:before {
content: '\f1ad';
}
.fa-child:before {
content: '\f1ae';
}
.fa-paw:before {
content: '\f1b0';
}
.fa-spoon:before {
content: '\f1b1';
}
.fa-cube:before {
content: '\f1b2';
}
.fa-cubes:before {
content: '\f1b3';
}
.fa-behance:before {
content: '\f1b4';
}
.fa-behance-square:before {
content: '\f1b5';
}
.fa-steam:before {
content: '\f1b6';
}
.fa-steam-square:before {
content: '\f1b7';
}
.fa-recycle:before {
content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
content: '\f1ba';
}
.fa-tree:before {
content: '\f1bb';
}
.fa-spotify:before {
content: '\f1bc';
}
.fa-deviantart:before {
content: '\f1bd';
}
.fa-soundcloud:before {
content: '\f1be';
}
.fa-database:before {
content: '\f1c0';
}
.fa-file-pdf-o:before {
content: '\f1c1';
}
.fa-file-word-o:before {
content: '\f1c2';
}
.fa-file-excel-o:before {
content: '\f1c3';
}
.fa-file-powerpoint-o:before {
content: '\f1c4';
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
content: '\f1c5';
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
content: '\f1c6';
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: '\f1c8';
}
.fa-file-code-o:before {
content: '\f1c9';
}
.fa-vine:before {
content: '\f1ca';
}
.fa-codepen:before {
content: '\f1cb';
}
.fa-jsfiddle:before {
content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
content: '\f1cd';
}
.fa-circle-o-notch:before {
content: '\f1ce';
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
content: '\f1d0';
}
.fa-empire:before,
.fa-ge:before {
content: '\f1d1';
}
.fa-git-square:before {
content: '\f1d2';
}
.fa-git:before {
content: '\f1d3';
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
content: '\f1d4';
}
.fa-tencent-weibo:before {
content: '\f1d5';
}
.fa-qq:before {
content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
content: '\f1d7';
}
.fa-paper-plane:before,
.fa-send:before {
content: '\f1d8';
}
.fa-paper-plane-o:before,
.fa-send-o:before {
content: '\f1d9';
}
.fa-history:before {
content: '\f1da';
}
.fa-circle-thin:before {
content: '\f1db';
}
.fa-header:before {
content: '\f1dc';
}
.fa-paragraph:before {
content: '\f1dd';
}
.fa-sliders:before {
content: '\f1de';
}
.fa-share-alt:before {
content: '\f1e0';
}
.fa-share-alt-square:before {
content: '\f1e1';
}
.fa-bomb:before {
content: '\f1e2';
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
content: '\f1e3';
}
.fa-tty:before {
content: '\f1e4';
}
.fa-binoculars:before {
content: '\f1e5';
}
.fa-plug:before {
content: '\f1e6';
}
.fa-slideshare:before {
content: '\f1e7';
}
.fa-twitch:before {
content: '\f1e8';
}
.fa-yelp:before {
content: '\f1e9';
}
.fa-newspaper-o:before {
content: '\f1ea';
}
.fa-wifi:before {
content: '\f1eb';
}
.fa-calculator:before {
content: '\f1ec';
}
.fa-paypal:before {
content: '\f1ed';
}
.fa-google-wallet:before {
content: '\f1ee';
}
.fa-cc-visa:before {
content: '\f1f0';
}
.fa-cc-mastercard:before {
content: '\f1f1';
}
.fa-cc-discover:before {
content: '\f1f2';
}
.fa-cc-amex:before {
content: '\f1f3';
}
.fa-cc-paypal:before {
content: '\f1f4';
}
.fa-cc-stripe:before {
content: '\f1f5';
}
.fa-bell-slash:before {
content: '\f1f6';
}
.fa-bell-slash-o:before {
content: '\f1f7';
}
.fa-trash:before {
content: '\f1f8';
}
.fa-copyright:before {
content: '\f1f9';
}
.fa-at:before {
content: '\f1fa';
}
.fa-eyedropper:before {
content: '\f1fb';
}
.fa-paint-brush:before {
content: '\f1fc';
}
.fa-birthday-cake:before {
content: '\f1fd';
}
.fa-area-chart:before {
content: '\f1fe';
}
.fa-pie-chart:before {
content: '\f200';
}
.fa-line-chart:before {
content: '\f201';
}
.fa-lastfm:before {
content: '\f202';
}
.fa-lastfm-square:before {
content: '\f203';
}
.fa-toggle-off:before {
content: '\f204';
}
.fa-toggle-on:before {
content: '\f205';
}
.fa-bicycle:before {
content: '\f206';
}
.fa-bus:before {
content: '\f207';
}
.fa-ioxhost:before {
content: '\f208';
}
.fa-angellist:before {
content: '\f209';
}
.fa-cc:before {
content: '\f20a';
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
content: '\f20b';
}
.fa-meanpath:before {
content: '\f20c';
}
.fa-buysellads:before {
content: '\f20d';
}
.fa-connectdevelop:before {
content: '\f20e';
}
.fa-dashcube:before {
content: '\f210';
}
.fa-forumbee:before {
content: '\f211';
}
.fa-leanpub:before {
content: '\f212';
}
.fa-sellsy:before {
content: '\f213';
}
.fa-shirtsinbulk:before {
content: '\f214';
}
.fa-simplybuilt:before {
content: '\f215';
}
.fa-skyatlas:before {
content: '\f216';
}
.fa-cart-plus:before {
content: '\f217';
}
.fa-cart-arrow-down:before {
content: '\f218';
}
.fa-diamond:before {
content: '\f219';
}
.fa-ship:before {
content: '\f21a';
}
.fa-user-secret:before {
content: '\f21b';
}
.fa-motorcycle:before {
content: '\f21c';
}
.fa-street-view:before {
content: '\f21d';
}
.fa-heartbeat:before {
content: '\f21e';
}
.fa-venus:before {
content: '\f221';
}
.fa-mars:before {
content: '\f222';
}
.fa-mercury:before {
content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
content: '\f224';
}
.fa-transgender-alt:before {
content: '\f225';
}
.fa-venus-double:before {
content: '\f226';
}
.fa-mars-double:before {
content: '\f227';
}
.fa-venus-mars:before {
content: '\f228';
}
.fa-mars-stroke:before {
content: '\f229';
}
.fa-mars-stroke-v:before {
content: '\f22a';
}
.fa-mars-stroke-h:before {
content: '\f22b';
}
.fa-neuter:before {
content: '\f22c';
}
.fa-genderless:before {
content: '\f22d';
}
.fa-facebook-official:before {
content: '\f230';
}
.fa-pinterest-p:before {
content: '\f231';
}
.fa-whatsapp:before {
content: '\f232';
}
.fa-server:before {
content: '\f233';
}
.fa-user-plus:before {
content: '\f234';
}
.fa-user-times:before {
content: '\f235';
}
.fa-bed:before,
.fa-hotel:before {
content: '\f236';
}
.fa-viacoin:before {
content: '\f237';
}
.fa-train:before {
content: '\f238';
}
.fa-subway:before {
content: '\f239';
}
.fa-medium:before {
content: '\f23a';
}
.fa-y-combinator:before,
.fa-yc:before {
content: '\f23b';
}
.fa-optin-monster:before {
content: '\f23c';
}
.fa-opencart:before {
content: '\f23d';
}
.fa-expeditedssl:before {
content: '\f23e';
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: '\f244';
}
.fa-mouse-pointer:before {
content: '\f245';
}
.fa-i-cursor:before {
content: '\f246';
}
.fa-object-group:before {
content: '\f247';
}
.fa-object-ungroup:before {
content: '\f248';
}
.fa-sticky-note:before {
content: '\f249';
}
.fa-sticky-note-o:before {
content: '\f24a';
}
.fa-cc-jcb:before {
content: '\f24b';
}
.fa-cc-diners-club:before {
content: '\f24c';
}
.fa-clone:before {
content: '\f24d';
}
.fa-balance-scale:before {
content: '\f24e';
}
.fa-hourglass-o:before {
content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: '\f253';
}
.fa-hourglass:before {
content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: '\f255';
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
content: '\f256';
}
.fa-hand-scissors-o:before {
content: '\f257';
}
.fa-hand-lizard-o:before {
content: '\f258';
}
.fa-hand-spock-o:before {
content: '\f259';
}
.fa-hand-pointer-o:before {
content: '\f25a';
}
.fa-hand-peace-o:before {
content: '\f25b';
}
.fa-trademark:before {
content: '\f25c';
}
.fa-registered:before {
content: '\f25d';
}
.fa-creative-commons:before {
content: '\f25e';
}
.fa-gg:before {
content: '\f260';
}
.fa-gg-circle:before {
content: '\f261';
}
.fa-tripadvisor:before {
content: '\f262';
}
.fa-odnoklassniki:before {
content: '\f263';
}
.fa-odnoklassniki-square:before {
content: '\f264';
}
.fa-get-pocket:before {
content: '\f265';
}
.fa-wikipedia-w:before {
content: '\f266';
}
.fa-safari:before {
content: '\f267';
}
.fa-chrome:before {
content: '\f268';
}
.fa-firefox:before {
content: '\f269';
}
.fa-opera:before {
content: '\f26a';
}
.fa-internet-explorer:before {
content: '\f26b';
}
.fa-television:before,
.fa-tv:before {
content: '\f26c';
}
.fa-contao:before {
content: '\f26d';
}
.fa-500px:before {
content: '\f26e';
}
.fa-amazon:before {
content: '\f270';
}
.fa-calendar-plus-o:before {
content: '\f271';
}
.fa-calendar-minus-o:before {
content: '\f272';
}
.fa-calendar-times-o:before {
content: '\f273';
}
.fa-calendar-check-o:before {
content: '\f274';
}
.fa-industry:before {
content: '\f275';
}
.fa-map-pin:before {
content: '\f276';
}
.fa-map-signs:before {
content: '\f277';
}
.fa-map-o:before {
content: '\f278';
}
.fa-map:before {
content: '\f279';
}
.fa-commenting:before {
content: '\f27a';
}
.fa-commenting-o:before {
content: '\f27b';
}
.fa-houzz:before {
content: '\f27c';
}
.fa-vimeo:before {
content: '\f27d';
}
.fa-black-tie:before {
content: '\f27e';
}
.fa-fonticons:before {
content: '\f280';
}
.fa-reddit-alien:before {
content: '\f281';
}
.fa-edge:before {
content: '\f282';
}
.fa-credit-card-alt:before {
content: '\f283';
}
.fa-codiepie:before {
content: '\f284';
}
.fa-modx:before {
content: '\f285';
}
.fa-fort-awesome:before {
content: '\f286';
}
.fa-usb:before {
content: '\f287';
}
.fa-product-hunt:before {
content: '\f288';
}
.fa-mixcloud:before {
content: '\f289';
}
.fa-scribd:before {
content: '\f28a';
}
.fa-pause-circle:before {
content: '\f28b';
}
.fa-pause-circle-o:before {
content: '\f28c';
}
.fa-stop-circle:before {
content: '\f28d';
}
.fa-stop-circle-o:before {
content: '\f28e';
}
.fa-shopping-bag:before {
content: '\f290';
}
.fa-shopping-basket:before {
content: '\f291';
}
.fa-hashtag:before {
content: '\f292';
}
.fa-bluetooth:before {
content: '\f293';
}
.fa-bluetooth-b:before {
content: '\f294';
}
.fa-percent:before {
content: '\f295';
}
.fa-gitlab:before {
content: '\f296';
}
.fa-wpbeginner:before {
content: '\f297';
}
.fa-wpforms:before {
content: '\f298';
}
.fa-envira:before {
content: '\f299';
}
.fa-universal-access:before {
content: '\f29a';
}
.fa-wheelchair-alt:before {
content: '\f29b';
}
.fa-question-circle-o:before {
content: '\f29c';
}
.fa-blind:before {
content: '\f29d';
}
.fa-audio-description:before {
content: '\f29e';
}
.fa-volume-control-phone:before {
content: '\f2a0';
}
.fa-braille:before {
content: '\f2a1';
}
.fa-assistive-listening-systems:before {
content: '\f2a2';
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
content: '\f2a3';
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
content: '\f2a4';
}
.fa-glide:before {
content: '\f2a5';
}
.fa-glide-g:before {
content: '\f2a6';
}
.fa-sign-language:before,
.fa-signing:before {
content: '\f2a7';
}
.fa-low-vision:before {
content: '\f2a8';
}
.fa-viadeo:before {
content: '\f2a9';
}
.fa-viadeo-square:before {
content: '\f2aa';
}
.fa-snapchat:before {
content: '\f2ab';
}
.fa-snapchat-ghost:before {
content: '\f2ac';
}
.fa-snapchat-square:before {
content: '\f2ad';
}
.fa-pied-piper:before {
content: '\f2ae';
}
.fa-first-order:before {
content: '\f2b0';
}
.fa-yoast:before {
content: '\f2b1';
}
.fa-themeisle:before {
content: '\f2b2';
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: '\f2b3';
}
.fa-fa:before,
.fa-font-awesome:before {
content: '\f2b4';
}
.fa-handshake-o:before {
content: '\f2b5';
}
.fa-envelope-open:before {
content: '\f2b6';
}
.fa-envelope-open-o:before {
content: '\f2b7';
}
.fa-linode:before {
content: '\f2b8';
}
.fa-address-book:before {
content: '\f2b9';
}
.fa-address-book-o:before {
content: '\f2ba';
}
.fa-address-card:before,
.fa-vcard:before {
content: '\f2bb';
}
.fa-address-card-o:before,
.fa-vcard-o:before {
content: '\f2bc';
}
.fa-user-circle:before {
content: '\f2bd';
}
.fa-user-circle-o:before {
content: '\f2be';
}
.fa-user-o:before {
content: '\f2c0';
}
.fa-id-badge:before {
content: '\f2c1';
}
.fa-drivers-license:before,
.fa-id-card:before {
content: '\f2c2';
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: '\f2c3';
}
.fa-quora:before {
content: '\f2c4';
}
.fa-free-code-camp:before {
content: '\f2c5';
}
.fa-telegram:before {
content: '\f2c6';
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
content: '\f2c7';
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: '\f2c8';
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: '\f2c9';
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: '\f2ca';
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: '\f2cb';
}
.fa-shower:before {
content: '\f2cc';
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
content: '\f2cd';
}
.fa-podcast:before {
content: '\f2ce';
}
.fa-window-maximize:before {
content: '\f2d0';
}
.fa-window-minimize:before {
content: '\f2d1';
}
.fa-window-restore:before {
content: '\f2d2';
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: '\f2d3';
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: '\f2d4';
}
.fa-bandcamp:before {
content: '\f2d5';
}
.fa-grav:before {
content: '\f2d6';
}
.fa-etsy:before {
content: '\f2d7';
}
.fa-imdb:before {
content: '\f2d8';
}
.fa-ravelry:before {
content: '\f2d9';
}
.fa-eercast:before {
content: '\f2da';
}
.fa-microchip:before {
content: '\f2db';
}
.fa-snowflake-o:before {
content: '\f2dc';
}
.fa-superpowers:before {
content: '\f2dd';
}
.fa-wpexplorer:before {
content: '\f2de';
}
.fa-meetup:before {
content: '\f2e0';
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
} /*! jQuery UI - v1.12.1 - 2017-02-14
* http://jqueryui.com
* Includes: core.css, button.css, controlgroup.css, checkboxradio.css, menu.css, selectmenu.css, slider.css, spinner.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
content: '';
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
}
.ui-state-disabled {
cursor: default !important;
pointer-events: none;
}
.ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -0.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-button {
padding: 0.4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: 0.1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
text-decoration: none;
}
.ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
text-indent: 0;
}
.ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: 0.4em 1em;
}
button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
width: 75%;
width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: 0.12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer;
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
margin: -1px;
}
.ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
}
.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: 0.2em;
margin: auto 0;
}
.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: 700;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.3em;
margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: 0.8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: 0 0;
color: inherit;
padding: 0.222em 0;
margin: 0.2em 0;
vertical-align: middle;
margin-left: 0.4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: 0.5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}
.ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-widget {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #ddd;
background: #fff;
color: #333;
}
.ui-widget-content a {
color: #333;
}
.ui-widget-header {
border: 1px solid #ddd;
background: #e9e9e9;
color: #333;
font-weight: 700;
}
.ui-widget-header a {
color: #333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: 400;
color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
color: #454545;
text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
border: 1px solid #ccc;
background: #ededed;
font-weight: 400;
color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
border: 1px solid #003eff;
background: #007fff;
font-weight: 400;
color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #fff;
text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: 0.7;
filter: Alpha(Opacity=70);
font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 0.35;
filter: Alpha(Opacity=35);
background-image: none;
}
.ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35);
}
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
background-position: 16px 16px;
}
.ui-icon-caret-1-n {
background-position: 0 0;
}
.ui-icon-caret-1-ne {
background-position: -16px 0;
}
.ui-icon-caret-1-e {
background-position: -32px 0;
}
.ui-icon-caret-1-se {
background-position: -48px 0;
}
.ui-icon-caret-1-s {
background-position: -65px 0;
}
.ui-icon-caret-1-sw {
background-position: -80px 0;
}
.ui-icon-caret-1-w {
background-position: -96px 0;
}
.ui-icon-caret-1-nw {
background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
background-position: -144px 0;
}
.ui-icon-triangle-1-n {
background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
background-position: -176px -64px;
}
.ui-icon-arrow-4 {
background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
background-position: -16px -80px;
}
.ui-icon-extlink {
background-position: -32px -80px;
}
.ui-icon-newwin {
background-position: -48px -80px;
}
.ui-icon-refresh {
background-position: -64px -80px;
}
.ui-icon-shuffle {
background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
background-position: 0 -96px;
}
.ui-icon-folder-open {
background-position: -16px -96px;
}
.ui-icon-document {
background-position: -32px -96px;
}
.ui-icon-document-b {
background-position: -48px -96px;
}
.ui-icon-note {
background-position: -64px -96px;
}
.ui-icon-mail-closed {
background-position: -80px -96px;
}
.ui-icon-mail-open {
background-position: -96px -96px;
}
.ui-icon-suitcase {
background-position: -112px -96px;
}
.ui-icon-comment {
background-position: -128px -96px;
}
.ui-icon-person {
background-position: -144px -96px;
}
.ui-icon-print {
background-position: -160px -96px;
}
.ui-icon-trash {
background-position: -176px -96px;
}
.ui-icon-locked {
background-position: -192px -96px;
}
.ui-icon-unlocked {
background-position: -208px -96px;
}
.ui-icon-bookmark {
background-position: -224px -96px;
}
.ui-icon-tag {
background-position: -240px -96px;
}
.ui-icon-home {
background-position: 0 -112px;
}
.ui-icon-flag {
background-position: -16px -112px;
}
.ui-icon-calendar {
background-position: -32px -112px;
}
.ui-icon-cart {
background-position: -48px -112px;
}
.ui-icon-pencil {
background-position: -64px -112px;
}
.ui-icon-clock {
background-position: -80px -112px;
}
.ui-icon-disk {
background-position: -96px -112px;
}
.ui-icon-calculator {
background-position: -112px -112px;
}
.ui-icon-zoomin {
background-position: -128px -112px;
}
.ui-icon-zoomout {
background-position: -144px -112px;
}
.ui-icon-search {
background-position: -160px -112px;
}
.ui-icon-wrench {
background-position: -176px -112px;
}
.ui-icon-gear {
background-position: -192px -112px;
}
.ui-icon-heart {
background-position: -208px -112px;
}
.ui-icon-star {
background-position: -224px -112px;
}
.ui-icon-link {
background-position: -240px -112px;
}
.ui-icon-cancel {
background-position: 0 -128px;
}
.ui-icon-plus {
background-position: -16px -128px;
}
.ui-icon-plusthick {
background-position: -32px -128px;
}
.ui-icon-minus {
background-position: -48px -128px;
}
.ui-icon-minusthick {
background-position: -64px -128px;
}
.ui-icon-close {
background-position: -80px -128px;
}
.ui-icon-closethick {
background-position: -96px -128px;
}
.ui-icon-key {
background-position: -112px -128px;
}
.ui-icon-lightbulb {
background-position: -128px -128px;
}
.ui-icon-scissors {
background-position: -144px -128px;
}
.ui-icon-clipboard {
background-position: -160px -128px;
}
.ui-icon-copy {
background-position: -176px -128px;
}
.ui-icon-contact {
background-position: -192px -128px;
}
.ui-icon-image {
background-position: -208px -128px;
}
.ui-icon-video {
background-position: -224px -128px;
}
.ui-icon-script {
background-position: -240px -128px;
}
.ui-icon-alert {
background-position: 0 -144px;
}
.ui-icon-info {
background-position: -16px -144px;
}
.ui-icon-notice {
background-position: -32px -144px;
}
.ui-icon-help {
background-position: -48px -144px;
}
.ui-icon-check {
background-position: -64px -144px;
}
.ui-icon-bullet {
background-position: -80px -144px;
}
.ui-icon-radio-on {
background-position: -96px -144px;
}
.ui-icon-radio-off {
background-position: -112px -144px;
}
.ui-icon-pin-w {
background-position: -128px -144px;
}
.ui-icon-pin-s {
background-position: -144px -144px;
}
.ui-icon-play {
background-position: 0 -160px;
}
.ui-icon-pause {
background-position: -16px -160px;
}
.ui-icon-seek-next {
background-position: -32px -160px;
}
.ui-icon-seek-prev {
background-position: -48px -160px;
}
.ui-icon-seek-end {
background-position: -64px -160px;
}
.ui-icon-seek-start {
background-position: -80px -160px;
}
.ui-icon-seek-first {
background-position: -80px -160px;
}
.ui-icon-stop {
background-position: -96px -160px;
}
.ui-icon-eject {
background-position: -112px -160px;
}
.ui-icon-volume-off {
background-position: -128px -160px;
}
.ui-icon-volume-on {
background-position: -144px -160px;
}
.ui-icon-power {
background-position: 0 -176px;
}
.ui-icon-signal-diag {
background-position: -16px -176px;
}
.ui-icon-signal {
background-position: -32px -176px;
}
.ui-icon-battery-0 {
background-position: -48px -176px;
}
.ui-icon-battery-1 {
background-position: -64px -176px;
}
.ui-icon-battery-2 {
background-position: -80px -176px;
}
.ui-icon-battery-3 {
background-position: -96px -176px;
}
.ui-icon-circle-plus {
background-position: 0 -192px;
}
.ui-icon-circle-minus {
background-position: -16px -192px;
}
.ui-icon-circle-close {
background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
background-position: -192px -192px;
}
.ui-icon-circle-check {
background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
background: #aaa;
opacity: 0.3;
filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
} /*! jQuery UI - v1.12.1 - 2017-02-14
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei',
'WenQuanYi Micro Hei', sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei',
'WenQuanYi Micro Hei', sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #e5e5e5;
}
.ui-widget-content {
border: 1px solid #e5e5e5;
background: #fff;
color: #333;
}
.ui-widget-content a {
color: #333;
}
.ui-widget-header {
border: 1px solid #e5e5e5;
background: #f5f5f5;
color: #333;
font-weight: 700;
}
.ui-widget-header a {
color: #333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
border: 1px solid #e5e5e5;
background: #f5f5f5;
font-weight: 400;
color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
color: #454545;
text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
border: 1px solid #ccc;
background: #efefef;
font-weight: 400;
color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
border: 1px solid #fd8e8e;
background: #ff9f9f;
font-weight: 400;
color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #fd8e8e;
background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #fff;
text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: 0.7;
filter: Alpha(Opacity=70);
font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 0.35;
filter: Alpha(Opacity=35);
background-image: none;
}
.ui-state-disabled .ui-icon {
filter: Alpha(Opacity=35);
}
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
background-position: 16px 16px;
}
.ui-icon-caret-1-n {
background-position: 0 0;
}
.ui-icon-caret-1-ne {
background-position: -16px 0;
}
.ui-icon-caret-1-e {
background-position: -32px 0;
}
.ui-icon-caret-1-se {
background-position: -48px 0;
}
.ui-icon-caret-1-s {
background-position: -65px 0;
}
.ui-icon-caret-1-sw {
background-position: -80px 0;
}
.ui-icon-caret-1-w {
background-position: -96px 0;
}
.ui-icon-caret-1-nw {
background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
background-position: -144px 0;
}
.ui-icon-triangle-1-n {
background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
background-position: -176px -64px;
}
.ui-icon-arrow-4 {
background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
background-position: -16px -80px;
}
.ui-icon-extlink {
background-position: -32px -80px;
}
.ui-icon-newwin {
background-position: -48px -80px;
}
.ui-icon-refresh {
background-position: -64px -80px;
}
.ui-icon-shuffle {
background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
background-position: 0 -96px;
}
.ui-icon-folder-open {
background-position: -16px -96px;
}
.ui-icon-document {
background-position: -32px -96px;
}
.ui-icon-document-b {
background-position: -48px -96px;
}
.ui-icon-note {
background-position: -64px -96px;
}
.ui-icon-mail-closed {
background-position: -80px -96px;
}
.ui-icon-mail-open {
background-position: -96px -96px;
}
.ui-icon-suitcase {
background-position: -112px -96px;
}
.ui-icon-comment {
background-position: -128px -96px;
}
.ui-icon-person {
background-position: -144px -96px;
}
.ui-icon-print {
background-position: -160px -96px;
}
.ui-icon-trash {
background-position: -176px -96px;
}
.ui-icon-locked {
background-position: -192px -96px;
}
.ui-icon-unlocked {
background-position: -208px -96px;
}
.ui-icon-bookmark {
background-position: -224px -96px;
}
.ui-icon-tag {
background-position: -240px -96px;
}
.ui-icon-home {
background-position: 0 -112px;
}
.ui-icon-flag {
background-position: -16px -112px;
}
.ui-icon-calendar {
background-position: -32px -112px;
}
.ui-icon-cart {
background-position: -48px -112px;
}
.ui-icon-pencil {
background-position: -64px -112px;
}
.ui-icon-clock {
background-position: -80px -112px;
}
.ui-icon-disk {
background-position: -96px -112px;
}
.ui-icon-calculator {
background-position: -112px -112px;
}
.ui-icon-zoomin {
background-position: -128px -112px;
}
.ui-icon-zoomout {
background-position: -144px -112px;
}
.ui-icon-search {
background-position: -160px -112px;
}
.ui-icon-wrench {
background-position: -176px -112px;
}
.ui-icon-gear {
background-position: -192px -112px;
}
.ui-icon-heart {
background-position: -208px -112px;
}
.ui-icon-star {
background-position: -224px -112px;
}
.ui-icon-link {
background-position: -240px -112px;
}
.ui-icon-cancel {
background-position: 0 -128px;
}
.ui-icon-plus {
background-position: -16px -128px;
}
.ui-icon-plusthick {
background-position: -32px -128px;
}
.ui-icon-minus {
background-position: -48px -128px;
}
.ui-icon-minusthick {
background-position: -64px -128px;
}
.ui-icon-close {
background-position: -80px -128px;
}
.ui-icon-closethick {
background-position: -96px -128px;
}
.ui-icon-key {
background-position: -112px -128px;
}
.ui-icon-lightbulb {
background-position: -128px -128px;
}
.ui-icon-scissors {
background-position: -144px -128px;
}
.ui-icon-clipboard {
background-position: -160px -128px;
}
.ui-icon-copy {
background-position: -176px -128px;
}
.ui-icon-contact {
background-position: -192px -128px;
}
.ui-icon-image {
background-position: -208px -128px;
}
.ui-icon-video {
background-position: -224px -128px;
}
.ui-icon-script {
background-position: -240px -128px;
}
.ui-icon-alert {
background-position: 0 -144px;
}
.ui-icon-info {
background-position: -16px -144px;
}
.ui-icon-notice {
background-position: -32px -144px;
}
.ui-icon-help {
background-position: -48px -144px;
}
.ui-icon-check {
background-position: -64px -144px;
}
.ui-icon-bullet {
background-position: -80px -144px;
}
.ui-icon-radio-on {
background-position: -96px -144px;
}
.ui-icon-radio-off {
background-position: -112px -144px;
}
.ui-icon-pin-w {
background-position: -128px -144px;
}
.ui-icon-pin-s {
background-position: -144px -144px;
}
.ui-icon-play {
background-position: 0 -160px;
}
.ui-icon-pause {
background-position: -16px -160px;
}
.ui-icon-seek-next {
background-position: -32px -160px;
}
.ui-icon-seek-prev {
background-position: -48px -160px;
}
.ui-icon-seek-end {
background-position: -64px -160px;
}
.ui-icon-seek-start {
background-position: -80px -160px;
}
.ui-icon-seek-first {
background-position: -80px -160px;
}
.ui-icon-stop {
background-position: -96px -160px;
}
.ui-icon-eject {
background-position: -112px -160px;
}
.ui-icon-volume-off {
background-position: -128px -160px;
}
.ui-icon-volume-on {
background-position: -144px -160px;
}
.ui-icon-power {
background-position: 0 -176px;
}
.ui-icon-signal-diag {
background-position: -16px -176px;
}
.ui-icon-signal {
background-position: -32px -176px;
}
.ui-icon-battery-0 {
background-position: -48px -176px;
}
.ui-icon-battery-1 {
background-position: -64px -176px;
}
.ui-icon-battery-2 {
background-position: -80px -176px;
}
.ui-icon-battery-3 {
background-position: -96px -176px;
}
.ui-icon-circle-plus {
background-position: 0 -192px;
}
.ui-icon-circle-minus {
background-position: -16px -192px;
}
.ui-icon-circle-close {
background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
background-position: -192px -192px;
}
.ui-icon-circle-check {
background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
border-top-left-radius: 1px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
border-top-right-radius: 1px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
border-bottom-left-radius: 1px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
border-bottom-right-radius: 1px;
}
.ui-widget-overlay {
background: #aaa;
opacity: 0.3;
filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
-webkit-box-shadow: 0 0 5px #666;
box-shadow: 0 0 5px #666;
}
#luckysheet-bottom-pager {
margin-right: 10px;
float: right;
}
.spage-total {
display: inline-block;
margin-right: 10px;
line-height: 29px;
color: #666;
font-size: 14px;
}
.spage-number {
display: inline-block;
color: #666;
font-size: 14px;
}
.selectNum {
font-size: 14px;
height: 27px;
box-sizing: border-box;
vertical-align: top;
line-height: 27px;
border: 1px solid #ddd;
margin-left: 5px;
vertical-align: middle;
}
.spage-number button {
position: relative;
box-sizing: border-box;
display: inline-block;
margin-left: -1px;
padding: 0 10px;
line-height: 27px;
border: 1px solid #ddd;
text-align: center;
transition: all 0.2s;
cursor: pointer;
outline: 0;
background: 0 0;
user-select: none;
color: #333;
background: #fff;
vertical-align: middle;
}
.nextBtn,
.prevBtn {
width: 16px;
height: 27px;
background: url(images/js.png) no-repeat center center;
background-size: 100% auto;
display: block;
transform: rotate(180deg);
}
.nextBtn {
transform: rotate(0);
}
.spage-number button.active {
background: #2d98e6;
color: #fff;
border-color: #2d98e6;
z-index: 3;
}
.spage-number button.active:hover {
background: #2d98e6;
color: #fff;
border-color: #2d98e6;
z-index: 3;
}
.spage-number button:hover {
background-color: #eee;
}
.spage-number button.button-disabled {
cursor: not-allowed;
color: #ccc;
}
.spage-before,
.spage-number .spage-after {
padding: 0;
width: 40px;
}
.spage-skip {
display: inline-block;
margin-left: 5px;
line-height: 27px;
color: #666;
font-size: 14px;
}
.spage-skip input {
box-sizing: border-box;
display: inline-block;
width: 45px;
height: 29px;
text-align: center;
vertical-align: top;
border: 1px solid #ddd;
background: 0 0;
outline: 0;
transition: all 0.2s;
}
.spage-skip input:focus {
border-color: #2d98e6;
}
.spage-skip button {
display: inline-block;
padding: 0 14px;
line-height: 27px;
vertical-align: top;
color: #333;
border: 1px solid #ddd;
cursor: pointer;
transition: all 0.2s;
outline: 0;
background: 0 0;
user-select: none;
background-color: #fff;
}
.spage-skip button:hover {
background: #2d98e6;
color: #fff;
border: 1px solid #2d98e6;
}
/*
luckeysheet.css
*/
.luckysheet-icon-img-container.iconfont,
.luckysheet-submenu-arrow .iconfont {
font-size: 24px;
}
.luckysheet-toolbar-combo-button .luckysheet-iconfont-xiayige,
.luckysheet-toolbar-menu-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-border-all,
.toolbar .luckysheet-icon-cell-color,
.toolbar .luckysheet-icon-text-color,
.toolbar .luckysheet-icon-textwrap,
.toolbar .luckysheet-icon-valign {
margin-right: -3px;
}
.toolbar .luckysheet-freezen-btn-horizontal,
.toolbar .luckysheet-icon-align,
.toolbar .luckysheet-icon-function,
.toolbar .luckysheet-icon-merge-button,
.toolbar .luckysheet-icon-rotation {
margin-right: -4px;
}
#luckysheet-icon-morebtn {
padding: 2px 13px 0 5px;
}
#luckysheet-icon-morebtn .iconfont {
top: -9px;
}
.lucky-button-custom {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.lucky-button-custom:hover {
background-color: #e1e4e8;
}
#luckysheet-icon-morebtn-div {
border: 1px solid #d4d4d4;
}
.luckysheet-sheets-add .iconfont,
.luckysheet-sheets-m .iconfont {
font-size: 21px;
}
#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 #0188fb;
outline: 0;
}
.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: 0;
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;
}
::-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;
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: 0;
}
.luckysheet-work-area {
height: 90px;
width: 100%;
position: relative;
}
.luckysheet_info_detail {
position: relative;
left: 0;
top: 0;
margin: 0;
padding: 0 17px;
height: 56px;
display: flex;
align-items: center;
background: #fff;
box-shadow: 0 -1px 0 0 #e6e7e8;
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: #000;
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 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: #000;
outline: 0;
}
.luckysheet_info_detail_update {
color: #cbcbcb;
font-size: 12px;
margin-left: 15px;
}
.luckysheet_info_detail_user {
font-size: 12px;
cursor: pointer;
margin-left: 10px;
}
#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,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);
}
.luckysheet-wa-editor {
height: 32px;
background: #fafafc;
position: relative;
padding: 5px 0 3px 15px;
border-bottom: 1px solid #d4d4d4;
white-space: nowrap;
transition: all 0.2s;
}
.luckysheet-toolbar-left-theme {
width: 15px;
position: absolute;
left: 0;
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: 0;
overflow: hidden;
padding: 0;
text-decoration: none;
width: 0;
height: 20px;
vertical-align: top;
border-left: 1px solid #e0e0e0;
margin: 5px 1px;
}
.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: 0;
padding: 0;
color: #333;
list-style: none;
font-size: 11px;
font-weight: 700;
text-decoration: none;
cursor: default;
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, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 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, 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: 0 0;
border-right: 1px solid transparent !important;
}
.luckysheet-toolbar-combo-button-inner-box,
.luckysheet-toolbar-combo-button-outer-box {
border: 0;
vertical-align: top;
margin: 0;
padding: 0;
}
.luckysheet-toolbar-zoom-combobox .luckysheet-toolbar-combo-button-caption {
width: 36px !important;
}
.luckysheet-toolbar-combo-button-caption {
padding: 0;
margin: 0 0 0 -3px;
}
.luckysheet-toolbar-combo-button-input {
background: 0 0;
border: 1px solid transparent !important;
color: #333;
font-family: Arial, sans-serif !important;
font-size: 11px !important;
font-weight: 700 !important;
height: 20px !important;
overflow: hidden !important;
color: rgba(0, 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: 0;
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 silver;
font-size: 13px;
height: 25px;
padding: 1px 0 1px 8px;
}
.luckysheet-toolbar-combo-button-dropdown {
float: right;
margin: 9px 0 0 0;
padding: 0 0 0 1px;
min-width: 7px;
opacity: 0.8;
vertical-align: middle;
width: 5px;
height: 7px;
margin-top: 10px;
}
.luckysheet-toolbar-color-menu-button .luckysheet-toolbar-menu-button-caption {
top: -2px;
}
.luckysheet-color-menu-button-indicator {
position: relative;
height: 20px;
}
.luckysheet-color-menu-button-indicator .text-color-bar {
position: absolute;
bottom: 0;
background-color: #0081f9;
height: 3px;
width: 55%;
left: 30%;
}
.luckysheet-toolbar-button-inner-box .luckysheet-icon,
.luckysheet-toolbar-menu-button-caption .luckysheet-color-menu-button-indicator .luckysheet-icon,
.luckysheet-toolbar-menu-button-caption .luckysheet-icon {
margin-top: 0;
}
.luckysheet-toolbar-menu-button-caption {
padding: 0;
margin: 0;
}
.luckysheet-toolbar-menu-button-inner-box {
margin: 0 2px;
}
.luckysheet-toolbar-menu-button-dropdown {
float: right;
margin: 10px 2px 0 3px;
padding: 0;
opacity: 0.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: 0 3px;
}
.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;
}
.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: 0;
padding: 0;
list-style: none;
font-size: 11px;
text-decoration: none;
vertical-align: middle;
cursor: default;
height: 26px;
line-height: 26px;
color: #333;
}
.luckysheet-toolbar-button-hover,
.luckysheet-toolbar-button:hover,
.luckysheet-toolbar-menu-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: center;
overflow: hidden;
vertical-align: middle;
height: 26px;
width: 26px;
margin: 2px;
}
#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: center;
}
#luckysheet-icon-function .luckysheet-toolbar-menu-button-caption {
margin-right: 5px;
margin-left: -5px;
}
#luckysheet-icon-function .luckysheet-icon {
margin-right: 0;
}
#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: #fff;
border: solid 1px #fff;
}
#luckysheet-icon-cell-color-menu-menuButton .sp-palette-container,
#luckysheet-icon-text-color-menu-menuButton .sp-palette-container {
margin-bottom: -300px;
}
#luckysheet-icon-cell-color-menu-menuButton .sp-palette,
#luckysheet-icon-text-color-menu-menuButton .sp-palette {
margin-top: -10px;
}
.luckysheet-wa-calculate {
height: 28px;
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: 0;
left: 0;
}
#luckysheet-helpbox {
left: 0;
position: absolute;
right: 0;
top: 6px;
resize: none;
font-family: arial, sans, sans-serif;
font-size: 14px;
line-height: 14px;
background-color: #fff;
padding: 2px 5px;
}
.luckysheet-helpbox-cell-input {
width: 100%;
height: 100%;
margin: 0;
outline: 0;
cursor: text;
-webkit-user-modify: read-write-plaintext-only;
white-space: nowrap;
overflow: hidden;
-webkit-transform: translateZ(0);
background-color: #fff;
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: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: 0;
bottom: 0;
z-index: 1000;
}
.luckysheet-wa-calculate-size:hover {
background: #5e5e5e;
cursor: ns-resize;
}
#luckysheet-wa-functionbox-cancel {
left: 104px;
}
#luckysheet-wa-functionbox-confirm {
left: 130px;
}
.luckysheet-wa-functionbox {
position: absolute;
top: 50%;
transform: translateY(-50%);
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: 0;
}
.luckysheet-stat-area {
position: absolute;
height: 23px;
bottom: 0;
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 {
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: 0;
bottom: 23px;
left: 0;
right: 0;
overflow: hidden;
background: #0ff;
}
.luckysheet-sheet-area {
position: absolute;
right: 0;
bottom: 0;
left: 0;
background-color: #fafafc;
color: #444;
height: 31px;
padding: 0 0 0 44px;
margin: 0;
-webkit-touch-callout: none;
cursor: default;
transition: 0.3s ease all;
}
.luckysheet-sheet-area .luckysheet-sheets-item,
.luckysheet-sheet-area > div {
display: inline-block;
}
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: 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;
}
.docs-sheet-fade2 {
opacity: 0.62;
}
.docs-sheet-fade3 {
opacity: 0.4;
}
.luckysheet-sheet-area div.luckysheet-sheet-container {
padding: 0 0;
margin-left: 0;
position: relative;
max-width: 50%;
vertical-align: bottom;
}
.luckysheet-sheet-area div.luckysheet-sheet-container div.luckysheet-sheet-container-c {
padding: 0 0;
margin-left: 0;
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;
background-color: #fafafc;
color: #676464;
min-width: 30px;
top: 0;
position: relative;
margin-right: -1px;
cursor: pointer;
transition: all 0.1s;
font-size: 13px;
padding: 2px 19px 0 5px;
box-sizing: border-box;
border-left: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
}
.luckysheet-sheet-area div.luckysheet-sheets-item:last-child {
margin-right: 1px;
}
.luckysheet-sheet-area div.luckysheet-sheets-item:hover {
background-color: #efefef;
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: 0;
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: 0 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: 0;
}
.luckysheet-sheet-area div.luckysheet-sheets-item-active {
height: 29px;
line-height: 29px;
background-color: #efefef;
border-top-color: #fff;
color: #222;
cursor: default;
}
.luckysheet-sheet-area div.luckysheet-sheets-item-active:hover {
background-color: #ececec;
color: #222;
}
.luckysheet-grid-window-1 {
position: absolute;
top: 0;
right: 0;
bottom: 27px;
left: 0;
min-width: 200px;
background-color: #fff !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: 0;
top: 0;
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 {
height: 100%;
width: 100%;
outline: 0;
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;
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;
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: 0;
display: none;
padding: 0 2px;
font-size: 12px;
height: 12px;
opacity: 0.5;
}
.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: 0;
display: none;
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: 0;
display: none;
transition: all 0.1s;
background-color: rgba(76, 76, 76, 0.1);
}
.luckysheet-cols-h-cells {
margin: 0;
padding: 0;
border: none 0;
position: relative;
height: inherit;
}
.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: 700;
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;
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);
}
.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: 700;
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 {
background-color: #fff;
width: 15px;
height: 15px;
background-color: #f3f3f2;
border-collapse: collapse;
position: relative;
overflow: hidden;
outline-style: none;
cursor: default;
}
.luckysheet-menu,
.luckysheet-scrollbars {
scrollbar-base-color: #fff;
scrollbar-track-color: #e7e7e7;
scrollbar-darkshadow-color: #fff;
scrollbar-3dlight-color: #fff;
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: 0;
left: 44px;
overflow-x: scroll;
}
.luckysheet-scrollbar-y {
right: 0;
top: 0;
overflow-y: scroll;
}
.luckysheet-cell-flow {
margin: 0;
padding: 0;
border: none 0;
position: relative;
touch-action: manipulation;
overflow: hidden;
}
.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;
text-align: left;
font-size: 11pt;
color: #000;
text-decoration: none;
}
.luckysheet-bottom-controll-row {
position: absolute;
height: 30px;
bottom: 38px;
left: 0;
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;
margin: 0;
background: rgba(0, 80, 208, 0.15);
display: none;
}
.luckysheet-selection-copy {
position: absolute;
pointer-events: none;
z-index: 18;
border: none;
margin: 0;
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;
z-index: 14;
border: none;
margin: 0;
display: none;
}
.luckysheet-formula-functionrange-highlight .luckysheet-copy {
background-image: none;
background: #0188fb;
position: absolute;
z-index: 18;
cursor: move;
opacity: 0.9;
}
.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;
}
.luckysheet-cell-selected-move {
position: absolute;
pointer-events: none;
z-index: 16;
border: 2px solid #0188fb;
margin: -1px 0 0 -1px;
display: none;
}
.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;
}
.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: 0.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: #fff;
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 #00f;
margin: -1px 0 0 -1px;
display: none;
}
.luckysheet-scrollbars::-webkit-scrollbar-track {
background-color: #fff;
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: #fff;
}
.luckysheet-scrollbars::-webkit-scrollbar-thumb {
background-color: rgba(0, 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, 0.1), inset 0 -1px 0 rgba(0, 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: -0.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 {
-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 218ms;
-moz-transition: opacity 218ms;
-o-transition: opacity 218ms;
transition: opacity 218ms;
background: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
cursor: default;
font-size: 13px;
margin: 0;
outline: 0;
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: 1px 6em 1px 20px;
white-space: nowrap;
padding-left: 8px;
vertical-align: middle;
padding-right: 24px;
user-select: none;
}
.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-pivotTable-config-option .luckysheet-cols-menuitem,
.luckysheet-filter-menu .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: 0;
max-width: 430px;
min-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.luckysheet-filter-menu div.luckysheet-cols-menuitem {
padding-top: 0;
padding-bottom: 0;
}
.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: 0;
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: 0;
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 silver;
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: 0;
}
.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: #00f;
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: 0;
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 silver;
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 silver;
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 218ms;
-moz-transition: all 218ms;
-o-transition: all 218ms;
transition: all 218ms;
font-size: 12px;
left: auto;
right: -15px;
padding-top: 1px;
padding-right: 0;
position: absolute;
text-align: right;
opacity: 0.5;
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: 0;
color: #00f;
}
#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;
}
.luckysheet-cols-menu .cf:after,
.luckysheet-cols-menu .cf:before {
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;
}
#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: 0;
width: 0;
left: -100px;
padding-left: 999999px;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
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.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
color: #333;
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;
-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.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
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.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #2d7ff9;
border-color: transparent;
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #286090;
border-color: transparent;
}
.btn-primary:hover {
color: #fff;
background-color: #5391ff;
border-color: transparent;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #5391ff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #204d74;
border-color: transparent;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
background-color: #337ab7;
border-color: transparent;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-primary,
.label-default,
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
background: #0188fb;
border-color: transparent;
}
.btn-primary:focus,
.btn-primary:hover {
background: #5391ff;
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.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
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.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.luckysheet-change-size-line,
.luckysheet-cols-change-size,
.luckysheet-rows-change-size {
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 {
writing-mode: vertical-rl;
writing-mode: vertical-rl;
-ms-writing-mode: initial;
}
.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: 0;
padding-right: 10px;
}
#luckysheet-sheet-list .luckysheet-cols-menuitem .luckysheet-cols-menuitem-content {
padding-left: 5px;
}
#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: 0;
-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: 0;
cursor: text;
-webkit-user-modify: read-write-plaintext-only;
white-space: pre-wrap;
-webkit-transform: translateZ(0);
}
#luckysheet-rich-text-editor {
-webkit-user-modify: read-write;
}
.luckysheet-input-box-index {
display: none;
position: absolute;
height: 14px;
line-height: 16px;
font-size: 12px;
padding: 1px 6px;
background-color: #5292f7;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
color: #fff;
}
.luckysheet-modal-dialog {
-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
background: #fff;
background-clip: padding-box;
border: 1px solid #acacac;
border: 1px solid rgba(0, 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: 0;
top: 0;
z-index: 1010;
}
.luckysheet-modal-dialog-title {
background-color: #fff;
color: #000;
cursor: default;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin: 0 0 16px;
}
.luckysheet-modal-dialog-title-close {
height: 11px;
opacity: 0.7;
padding: 17px;
position: absolute;
right: 0;
top: 0;
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 #0188fb;
margin: 0;
padding: 0;
top: -2px;
left: -2px;
bottom: -2px;
right: -2px;
pointer-events: none;
}
.luckysheet-modal-dialog-resize-item {
position: absolute;
height: 6px;
width: 6px;
background: #fff;
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: 0;
padding: 0;
right: -35px;
font-size: 14px;
top: 0;
}
.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: #0188fb;
}
.luckysheet-modal-controll-btn:active {
border: 1px solid #bbb;
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: 0;
top: 0;
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: #bbb;
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 table,
.luckysheet-sort-modal > div {
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: 0;
display: none;
padding: 0 4px;
font-size: 12px;
height: 15px;
background: #fff;
}
.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: 700;
line-height: 27px;
list-style: none;
margin: 0 2px;
min-width: 46px;
outline: 0;
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;
}
.luckysheet-data-visualization {
width: 60%;
min-width: 860px;
}
.luckysheet-data-pivotTable-selection,
.luckysheet-data-visualization-selection {
width: 30%;
min-width: 200px;
display: none;
}
.luckysheet-data-visualization-chart {
width: 50%;
height: 50%;
}
.luckysheet-data-visualization-chart .luckysheet-modal-dialog-content {
width: 100%;
height: 100%;
overflow: hidden;
}
.luckysheet-datavisual-modal {
font-size: 12px;
height: 100%;
width: 100%;
}
.luckysheet-datavisual-left {
display: inline-block;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.luckysheet-datavisual-tabs {
border-bottom: 1px solid #dedede;
width: 80%;
height: 26px;
padding-left: 20px;
}
.luckysheet-datavisual-tabs .luckysheet-datavisual-tab {
padding: 0 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: 0;
width: 100%;
display: none;
}
.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;
}
.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: 700;
}
.luckysheet-datavisual-quick-menu > div.luckysheet-datavisual-quick-menu-active:hover i {
color: #000;
}
.luckysheet-datavisual-quick-range {
padding: 5px 0;
}
.luckysheet-datavisual-range-container {
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid silver;
min-width: 20px;
width: 100%;
max-width: 200px;
display: inline-block;
}
.luckysheet-datavisual-range-container-focus {
border: 1px solid #4d90fe;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
outline: 0;
}
.luckysheet-datavisual-range-input,
.luckysheet-datavisual-range-input:focus {
background: 0 0 !important;
border: none !important;
box-sizing: border-box;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
height: 25px;
margin: 0;
outline: 0 !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 0 10px;
font-size: 18px;
cursor: pointer;
color: #6598f3;
}
.luckysheet-datavisual-range-button-container div:hover {
color: #ff7e7e;
}
.luckysheet-datavisual-quick-m {
margin-top: 5px;
}
.luckysheet-datavisual-quick-list {
left: 90px;
right: 0;
bottom: 0;
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: 0 0 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: 0 0 20px #6598f3;
}
.jfk-tooltip {
z-index: 300000;
}
.jfk-tooltip-hide {
-webkit-transition: visibility 0.13s, opacity 0.13s ease-out, left 0 linear 0.13s, top 0 linear 0.13s;
-moz-transition: visibility 0.13s, opacity 0.13s ease-out, left 0 linear 0.13s, top 0 linear 0.13s;
-o-transition: visibility 0.13s, opacity 0.13s ease-out, left 0 linear 0.13s, top 0 linear 0.13s;
transition: visibility 0.13s, opacity 0.13s ease-out, left 0 linear 0.13s, top 0 linear 0.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 0.13s ease-in;
-moz-transition: visibility 0, opacity 0.13s ease-in;
-o-transition: visibility 0, opacity 0.13s ease-in;
transition: visibility 0, opacity 0.13s ease-in;
background-color: #2a2a2a;
border: 1px solid #fff;
color: #fff;
cursor: default;
display: block;
font-size: 11px;
font-weight: 700;
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-arrowimplafter,
.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
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: 0;
}
.luckysheet-datavisual-config input {
outline: 0;
}
.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: 700;
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 silver;
min-width: 50px;
width: 90%;
display: inline-block;
height: 24px;
line-height: 24px;
padding: 3px;
}
.luckysheet-datavisual-config-input-no:focus,
.luckysheet-datavisual-config-input:focus {
border: 1px solid #4d90fe;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
outline: 0;
}
.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: 700;
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;
}
#luckysheetscatterselectshow-menu .ui-state-active,
#luckysheetswichseries-menu .ui-state-active,
#pie0cutselect-menu .ui-state-active,
#pie1cutselect-menu .ui-state-active,
#pie2cutselect-menu .ui-state-active {
border: 1px solid #f5f5f5;
background: #f5f5f5;
color: #333;
}
.ui-front {
z-index: 100003;
}
.luckysheet-datavisual-skin-menu {
top: 5px;
position: absolute;
left: 0;
width: 90%;
height: 30px;
}
#luckysheet-chart-theme-content {
height: 21px;
width: 120px;
}
.luckysheet-datavisual-skin-c {
position: absolute;
left: 0;
top: 38px;
bottom: 0;
width: 100%;
overflow: auto;
}
.luckysheet-datavisual-skin-c .luckysheet-datavisual-skin-item {
display: inline-block;
width: 46%;
height: 152px;
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-cover {
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
font-size: 14px;
height: 30%;
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: 0;
font-size: 12px;
}
.luckysheet-chart-point-config-set {
position: absolute;
width: 60%;
height: 100%;
left: 0;
top: 0;
}
.luckysheet-chart-point-config-left {
position: absolute;
height: 100%;
width: 50%;
left: 0;
top: 0;
}
.luckysheet-chart-point-config-left-top {
position: absolute;
top: 0;
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: #00f;
cursor: pointer;
text-decoration: underline;
font-size: 12px;
}
.luckysheet-chart-point-config-left-bottom {
position: absolute;
top: 0;
bottom: 0;
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 0;
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: 400;
}
.luckysheet-chart-point-searchitem-active {
box-shadow: 0 0 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;
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: 0;
right: 0;
}
.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: 0;
top: 0;
}
.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: 0;
width: 260px;
border: 1px solid #e5e5e5;
z-index: 1004;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 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;
}
.luckysheet-modal-dialog-slider .luckysheet-modal-dialog-slider-title {
background: #333;
color: #fff;
height: 39px;
width: 100%;
position: absolute;
top: 0;
left: 0;
line-height: 39px;
font-size: 13px;
}
.luckysheet-modal-dialog-slider .luckysheet-modal-dialog-slider-title > span:first-child {
margin-left: 5px;
font-weight: 700;
}
.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: 0;
bottom: 0;
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: 700;
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: #00f;
cursor: pointer;
float: left;
}
.luckysheet-modal-dialog-slider-list {
width: 250px;
height: 320px;
overflow-y: scroll;
margin: 5px 0;
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: 0 5px;
}
.luckysheet-modal-dialog-slider-list .luckysheet-modal-dialog-slider-list-item {
padding: 0 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: 0;
}
.luckysheet-modal-dialog-slider-list .luckysheet-slider-list-item-selected {
width: 20px;
cursor: pointer;
text-align: center;
position: absolute;
left: 0;
top: 0;
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;
-webkit-box-shadow: 1px 1px 1px #dbdbdb inset;
box-shadow: 1px 1px 1px #dbdbdb inset;
}
.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: 0;
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: 0;
top: 0;
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: 0;
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: 700;
font-weight: 700;
overflow: hidden;
}
.luckysheet-modal-dialog-slider-config .luckysheet-modal-dialog-slider-config-list {
position: absolute;
margin-top: 22px;
margin-left: 5px;
left: 0;
right: 5px;
top: 0;
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: #00f;
cursor: pointer;
float: right;
margin-right: 30px;
}
.luckysheet-freezebar-drop,
.luckysheet-freezebar-handle {
position: absolute;
z-index: 999;
}
.luckysheet-freezebar-vertical-handle {
width: 4px;
display: none;
}
.luckysheet-freezebar-vertical-drop {
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;
margin-top: 19px;
top: 0;
bottom: 0;
}
.luckysheet-freezebar-vertical-handle-title {
width: 4px;
background: #9dbefb;
opacity: 0.8;
height: 19px;
top: 0;
}
.luckysheet-freezebar-drop-bar,
.luckysheet-freezebar-handle-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: 0;
bottom: 0;
}
.luckysheet-freezebar-vertical-drop-title {
width: 2px;
background: #bcbdbc;
height: 19px;
top: 0;
}
.luckysheet-freezebar-active .luckysheet-freezebar-vertical-drop-bar,
.luckysheet-freezebar-hover .luckysheet-freezebar-vertical-drop-bar {
background: #c1c1c1;
width: 4px;
}
.luckysheet-freezebar-active .luckysheet-freezebar-vertical-drop-title,
.luckysheet-freezebar-hover .luckysheet-freezebar-vertical-drop-title {
background: #5d88db;
width: 4px;
}
.luckysheet-freezebar-horizontal-handle {
height: 4px;
display: none;
}
.luckysheet-freezebar-horizontal-drop {
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;
margin-left: 45px;
left: 0;
right: 0;
}
.luckysheet-freezebar-horizontal-handle-title {
height: 4px;
background: #9dbefb;
opacity: 0.8;
width: 45px;
left: 0;
}
.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: 0;
right: 0;
}
.luckysheet-freezebar-horizontal-drop-title {
height: 2px;
background: #bcbdbc;
width: 45px;
left: 0;
}
.luckysheet-freezebar-active .luckysheet-freezebar-horizontal-drop-bar,
.luckysheet-freezebar-hover .luckysheet-freezebar-horizontal-drop-bar {
background: #c1c1c1;
height: 4px;
}
.luckysheet-freezebar-active .luckysheet-freezebar-horizontal-drop-title,
.luckysheet-freezebar-hover .luckysheet-freezebar-horizontal-drop-title {
background: #5d88db;
height: 4px;
}
#luckysheet-functionbox-container {
height: 100%;
padding-left: 10px;
overflow: hidden;
position: absolute;
padding: 0;
top: 0;
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;
font-family: arial, sans, sans-serif;
font-size: 14px;
line-height: 14px;
background-color: #fff;
padding: 0 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: 0;
cursor: text;
-webkit-user-modify: read-write-plaintext-only;
white-space: pre-wrap;
-webkit-transform: translateZ(0);
background-color: #fff;
}
.luckysheet-formula-text-color {
color: #000;
}
.luckysheet-formula-text-string {
color: #228b22;
}
.luckysheet-formula-search-c {
position: absolute;
left: 50%;
top: 50%;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 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, 0.2);
box-shadow: 0 2px 4px rgba(0, 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: 0;
right: 25px;
font-size: 16px;
cursor: pointer;
color: #bbb;
}
.luckysheet-formula-help-close {
position: absolute;
top: 0;
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 {
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%;
}
@keyframes load-effect {
0% {
box-shadow: 0 -3em 0 0.2em #0188fb, 2em -2em 0 0 #0188fb, 3em 0 0 -0.5em #0188fb, 2em 2em 0 -0.5em #0188fb,
0 3em 0 -0.5em #0188fb, -2em 2em 0 -0.5em #0188fb, -3em 0 0 -0.5em #0188fb, -2em -2em 0 0 #0188fb;
}
12.5% {
box-shadow: 0 -3em 0 0 #0188fb, 2em -2em 0 0.2em #0188fb, 3em 0 0 0 #0188fb, 2em 2em 0 -0.5em #0188fb,
0 3em 0 -0.5em #0188fb, -2em 2em 0 -0.5em #0188fb, -3em 0 0 -0.5em #0188fb, -2em -2em 0 -0.5em #0188fb;
}
25% {
box-shadow: 0 -3em 0 -0.5em #0188fb, 2em -2em 0 0 #0188fb, 3em 0 0 0.2em #0188fb, 2em 2em 0 0 #0188fb,
0 3em 0 -0.5em #0188fb, -2em 2em 0 -0.5em #0188fb, -3em 0 0 -0.5em #0188fb, -2em -2em 0 -0.5em #0188fb;
}
37.5% {
box-shadow: 0 -3em 0 -0.5em #0188fb, 2em -2em 0 -0.5em #0188fb, 3em 0 0 0 #0188fb, 2em 2em 0 0.2em #0188fb,
0 3em 0 0 #0188fb, -2em 2em 0 -0.5em #0188fb, -3em 0 0 -0.5em #0188fb, -2em -2em 0 -0.5em #0188fb;
}
50% {
box-shadow: 0 -3em 0 -0.5em #0188fb, 2em -2em 0 -0.5em #0188fb, 3em 0 0 -0.5em #0188fb, 2em 2em 0 0 #0188fb,
0 3em 0 0.2em #0188fb, -2em 2em 0 0 #0188fb, -3em 0 0 -0.5em #0188fb, -2em -2em 0 -0.5em #0188fb;
}
62.5% {
box-shadow: 0 -3em 0 -0.5em #0188fb, 2em -2em 0 -0.5em #0188fb, 3em 0 0 -0.5em #0188fb, 2em 2em 0 -0.5em #0188fb,
0 3em 0 0 #0188fb, -2em 2em 0 0.2em #0188fb, -3em 0 0 0 #0188fb, -2em -2em 0 -0.5em #0188fb;
}
75% {
box-shadow: 0 -3em 0 -0.5em #0188fb, 2em -2em 0 -0.5em #0188fb, 3em 0 0 -0.5em #0188fb, 2em 2em 0 -0.5em #0188fb,
0 3em 0 -0.5em #0188fb, -2em 2em 0 0 #0188fb, -3em 0 0 0.2em #0188fb, -2em -2em 0 0 #0188fb;
}
87.5% {
box-shadow: 0 -3em 0 0 #0188fb, 2em -2em 0 -0.5em #0188fb, 3em 0 0 -0.5em #0188fb, 2em 2em 0 -0.5em #0188fb,
0 3em 0 -0.5em #0188fb, -2em 2em 0 0 #0188fb, -3em 0 0 0 #0188fb, -2em -2em 0 0.2em #0188fb;
}
100% {
box-shadow: 0 -3em 0 0.2em #0188fb, 2em -2em 0 0 #0188fb, 3em 0 0 -0.5em #0188fb, 2em 2em 0 -0.5em #0188fb,
0 3em 0 -0.5em #0188fb, -2em 2em 0 -0.5em #0188fb, -3em 0 0 -0.5em #0188fb, -2em -2em 0 0 #0188fb;
}
}
.luckysheetpopover {
position: absolute;
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-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;
}
#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-multiRange-dialog input,
#luckysheet-singleRange-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;
}
#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: 0 0;
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 #largeRange,
#luckysheet-ifFormulaGenerator-dialog #smallRange {
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: 0 0;
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-multiRange-dialog input,
#luckysheet-ifFormulaGenerator-singleRange-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: 0;
padding: 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
pointer-events: none;
}
.luckysheet-postil-dialog-move .luckysheet-postil-dialog-move-item {
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: 0;
padding: 0;
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;
}
.luckysheet-datavisual-left .el-tabs__content {
overflow: auto;
}
#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;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
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(0.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: 0;
padding: 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
pointer-events: all;
}
#luckysheet-modal-dialog-cropping .resize-item {
width: 0;
height: 0;
background: 0 0;
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: 0 0;
box-shadow: none;
}
.luckysheet-modal-dialog-image {
border: none;
box-shadow: none;
background: 0 0;
box-shadow: none;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
}
#luckysheet-modal-dialog-activeImage .luckysheet-modal-dialog-content,
.luckysheet-modal-dialog-image .luckysheet-modal-dialog-content {
background: 0 0;
}
.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 .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: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-print-viewList {
position: relative;
float: right;
width: 126px;
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: 0;
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: 0;
}
.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-protection-rangeItem-dialog input,
.luckysheet-protection-rangeItem-dialog textarea,
.luckysheet-protection-sheet-validation input,
.luckysheet-slider-protection-config input,
.luckysheet-slider-protection-config textarea {
border: 1px solid #d4d4d4;
outline: 0;
}
.luckysheet-protection-rangeItem-dialog input:focus,
.luckysheet-protection-rangeItem-dialog textarea:focus,
.luckysheet-protection-sheet-validation input:focus,
.luckysheet-slider-protection-config input:focus,
.luckysheet-slider-protection-config textarea:focus {
border: 1px solid #0389fb;
outline: 0;
}
.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;
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: 0;
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: #a0a0a0;
}
.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: 0 0;
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.inline,
.flatpickr-calendar.open {
opacity: 1;
max-height: 640px;
visibility: visible;
}
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999;
}
.flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeInDown 0.3s 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 .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .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:after,
.flatpickr-calendar:before {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: '';
height: 0;
width: 0;
left: 22px;
}
.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
left: auto;
right: 22px;
}
.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
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:after,
.flatpickr-calendar.arrowTop:before {
bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowTop:after {
border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
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-next-month,
.flatpickr-months .flatpickr-prev-month {
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0;
height: 34px;
padding: 10px;
z-index: 3;
color: #5a6171;
fill: #5a6171;
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
display: none;
}
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
right: 0;
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
color: #bbb;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
width: 14px;
height: 14px;
}
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-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-inner-spin-button,
.numInputWrapper input::-webkit-outer-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(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.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;
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: 0 0;
-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: 0 0;
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: 0;
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:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
outline: 0;
}
.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: 0;
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(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.dayContainer + .dayContainer {
-webkit-box-shadow: -1px 0 0 #eceef1;
box-shadow: -1px 0 0 #eceef1;
}
.flatpickr-day {
background: 0 0;
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.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
cursor: pointer;
outline: 0;
background: #e2e2e2;
border-color: #e2e2e2;
}
.flatpickr-day.today {
border-color: #bbb;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
border-color: #bbb;
background: #bbb;
color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
background: #ff5a5f;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
border-color: #ff5a5f;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
-webkit-box-shadow: -10px 0 0 #ff5a5f;
box-shadow: -10px 0 0 #ff5a5f;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.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.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
color: rgba(72, 72, 72, 0.3);
background: 0 0;
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: 0 0;
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: 0 0;
-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: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
font-weight: 400;
}
.flatpickr-time input:focus {
outline: 0;
border: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
height: inherit;
float: left;
line-height: inherit;
color: #484848;
font-weight: 700;
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 .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
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: 700;
}
/* luckysheet@latest/dist/assets/iconfont/iconfont.css */
@font-face {
font-family: 'iconfont';
src: url('iconfont.eot?t=1605236775724'); /* IE9 */
src: url('iconfont.eot?t=1605236775724#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,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')
format('woff2'),
url('iconfont.woff?t=1605236775724') format('woff'), url('iconfont.ttf?t=1605236775724') format('truetype'),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('iconfont.svg?t=1605236775724#iconfont')
format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family: 'iconfont' !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.luckysheet-iconfont-lianjie:before {
content: '\e7f8';
}
.luckysheet-iconfont-dayinquyu:before {
content: '\e7f5';
}
.luckysheet-iconfont-dayinyemianpeizhi:before {
content: '\e7f6';
}
.luckysheet-iconfont-dayinbiaoti:before {
content: '\e7f7';
}
.luckysheet-iconfont-fenyeyulan:before {
content: '\e7f2';
}
.luckysheet-iconfont-putong:before {
content: '\e7f3';
}
.luckysheet-iconfont-yemianbuju:before {
content: '\e7f4';
}
.luckysheet-iconfont-biaogesuoding:before {
content: '\e7ee';
}
.luckysheet-iconfont-zhuandao1:before {
content: '\e7f1';
}
.luckysheet-iconfont-youjiantou:before {
content: '\e7ed';
}
.luckysheet-iconfont-caidan2:before {
content: '\e7ef';
}
.luckysheet-iconfont-tihuan:before {
content: '\e7f0';
}
.luckysheet-iconfont-dongjie1:before {
content: '\e7e1';
}
.luckysheet-iconfont-jian1:before {
content: '\e7e2';
}
.luckysheet-iconfont-jia1:before {
content: '\e7e3';
}
.luckysheet-iconfont-yichu1:before {
content: '\e7e4';
}
.luckysheet-iconfont-shengxu1:before {
content: '\e7e5';
}
.luckysheet-iconfont-neikuangxian:before {
content: '\e7e6';
}
.luckysheet-iconfont-qingchushaixuan:before {
content: '\e7e7';
}
.luckysheet-iconfont-wenbenxiangshang:before {
content: '\e7e8';
}
.luckysheet-iconfont-jiangxu1:before {
content: '\e7e9';
}
.luckysheet-iconfont-neikuanghengxian:before {
content: '\e7ea';
}
.luckysheet-iconfont-neikuangshuxian:before {
content: '\e7eb';
}
.luckysheet-iconfont-zidingyipaixu:before {
content: '\e7ec';
}
.luckysheet-iconfont-logo2:before {
content: '\e7df';
}
.luckysheet-iconfont-logo:before {
content: '\e7e0';
}
.luckysheet-iconfont-wenbenqingxie1:before {
content: '\e7de';
}
.luckysheet-iconfont-jiacu:before {
content: '\e7d9';
}
.luckysheet-iconfont-sousuo:before {
content: '\e78a';
}
.luckysheet-iconfont-guanbi:before {
content: '\e78b';
}
.luckysheet-iconfont-xiayige:before {
content: '\e78c';
}
.luckysheet-iconfont-xiala:before {
content: '\e78d';
}
.luckysheet-iconfont-wenbenyanse:before {
content: '\e78e';
}
.luckysheet-iconfont-shangyige:before {
content: '\e78f';
}
.luckysheet-iconfont-shujutoushi:before {
content: '\e790';
}
.luckysheet-iconfont-tianchong:before {
content: '\e791';
}
.luckysheet-iconfont-zengjiaxiaoshuwei:before {
content: '\e792';
}
.luckysheet-iconfont-bianji2:before {
content: '\e793';
}
.luckysheet-iconfont-jieping:before {
content: '\e794';
}
.luckysheet-iconfont-jianxiaoxiaoshuwei:before {
content: '\e796';
}
.luckysheet-iconfont-caidan:before {
content: '\e797';
}
.luckysheet-iconfont-shujuku:before {
content: '\e798';
}
.luckysheet-iconfont-wubiankuang:before {
content: '\e799';
}
.luckysheet-iconfont-bianji:before {
content: '\e79a';
}
.luckysheet-iconfont-qingchuyangshi:before {
content: '\e79b';
}
.luckysheet-iconfont-shanchu:before {
content: '\e79c';
}
.luckysheet-iconfont-wenbenjuzhongduiqi:before {
content: '\e79d';
}
.luckysheet-iconfont-dayin:before {
content: '\e79e';
}
.luckysheet-iconfont-wenbenfenge:before {
content: '\e79f';
}
.luckysheet-iconfont-hanshu:before {
content: '\e7a0';
}
.luckysheet-iconfont-jiangxu:before {
content: '\e7a1';
}
.luckysheet-iconfont-dingbuduiqi:before {
content: '\e7a2';
}
.luckysheet-iconfont-tupian:before {
content: '\e7a3';
}
.luckysheet-iconfont-xiangxia90:before {
content: '\e7a4';
}
.luckysheet-iconfont-shupaiwenzi:before {
content: '\e7a5';
}
.luckysheet-iconfont-quanjiabiankuang:before {
content: '\e7a6';
}
.luckysheet-iconfont-shengxu:before {
content: '\e7a7';
}
.luckysheet-iconfont-caijian:before {
content: '\e7a8';
}
.luckysheet-iconfont-jine:before {
content: '\e7a9';
}
.luckysheet-iconfont-caidan1:before {
content: '\e7aa';
}
.luckysheet-iconfont-quxiaohebing:before {
content: '\e7ab';
}
.luckysheet-iconfont-wenbenxiahuaxian:before {
content: '\e7ac';
}
.luckysheet-iconfont-shangbiankuang:before {
content: '\e7ad';
}
.luckysheet-iconfont-dingwei:before {
content: '\e7ae';
}
.luckysheet-iconfont-sizhoujiabiankuang:before {
content: '\e7af';
}
.luckysheet-iconfont-cebianlanshouqi:before {
content: '\e7b0';
}
.luckysheet-iconfont-hebing:before {
content: '\e7b1';
}
.luckysheet-iconfont-xiangshangqingxie:before {
content: '\e7b2';
}
.luckysheet-iconfont-shuipingduiqi:before {
content: '\e7b3';
}
.luckysheet-iconfont-wenbenshanchuxian:before {
content: '\e7b4';
}
.luckysheet-iconfont-wenbenyouduiqi:before {
content: '\e7b5';
}
.luckysheet-iconfont-qianjin:before {
content: '\e7b6';
}
.luckysheet-iconfont-tubiao:before {
content: '\e7b7';
}
.luckysheet-iconfont-youbiankuang:before {
content: '\e7b8';
}
.luckysheet-iconfont-baifenhao:before {
content: '\e7b9';
}
.luckysheet-iconfont-geshishua:before {
content: '\e7ba';
}
.luckysheet-iconfont-baocun:before {
content: '\e7bb';
}
.luckysheet-iconfont-shujuyanzheng:before {
content: '\e7bc';
}
.luckysheet-iconfont-jieduan:before {
content: '\e7bd';
}
.luckysheet-iconfont-geshitiaojian:before {
content: '\e7be';
}
.luckysheet-iconfont-zidonghuanhang:before {
content: '\e7bf';
}
.luckysheet-iconfont-cebianlanzhankai:before {
content: '\e7c0';
}
.luckysheet-iconfont-shaixuan2:before {
content: '\e7c1';
}
.luckysheet-iconfont-xiangxiaqingxie:before {
content: '\e7c2';
}
.luckysheet-iconfont-yichu:before {
content: '\e7c3';
}
.luckysheet-iconfont-chuizhihebing:before {
content: '\e7c4';
}
.luckysheet-iconfont-wenbenfensanduiqi:before {
content: '\e7c5';
}
.luckysheet-iconfont-zuobiankuang:before {
content: '\e7c6';
}
.luckysheet-iconfont-fenyechakan:before {
content: '\e7c7';
}
.luckysheet-iconfont-yunhang:before {
content: '\e7c8';
}
.luckysheet-iconfont-lie:before {
content: '\e7c9';
}
.luckysheet-iconfont-quanping:before {
content: '\e7ca';
}
.luckysheet-iconfont-shaixuan:before {
content: '\e7cb';
}
.luckysheet-iconfont-gengxin:before {
content: '\e7cc';
}
.luckysheet-iconfont-qingchu:before {
content: '\e7cd';
}
.luckysheet-iconfont-hang:before {
content: '\e7ce';
}
.luckysheet-iconfont-zhushi:before {
content: '\e7cf';
}
.luckysheet-iconfont-jian:before {
content: '\e7d0';
}
.luckysheet-iconfont-jisuan:before {
content: '\e7d1';
}
.luckysheet-iconfont-jia:before {
content: '\e7d2';
}
.luckysheet-iconfont-dibuduiqi:before {
content: '\e7d3';
}
.luckysheet-iconfont-xiangshang90:before {
content: '\e7d4';
}
.luckysheet-iconfont-wuxuanzhuang:before {
content: '\e7d5';
}
.luckysheet-iconfont-xianshiyincangwangge:before {
content: '\e7d6';
}
.luckysheet-iconfont-dongjie:before {
content: '\e7d7';
}
.luckysheet-iconfont-wenbenzuoduiqi:before {
content: '\e7d8';
}
.luckysheet-iconfont-houtui:before {
content: '\e7da';
}
.luckysheet-iconfont-shuipinghebing:before {
content: '\e7db';
}
.luckysheet-iconfont-xiabiankuang:before {
content: '\e7dc';
}
.luckysheet-iconfont-shezhi:before {
content: '\e7dd';
}
/* sorting icon css
*/
.theme-sort {
position: relative;
text-decoration: none;
/*padding-left: 3rem;
padding-right: 3rem;*/
}
.theme-sort a {
text-decoration: none;
padding-right: 30px;
}
.theme-sort a:hover {
text-decoration: none;
}
.theme-sort:before {
position: absolute;
content: ' ';
background-image: url('/assets/image/arrow-up.svg');
background-size: 15px 15px;
height: 15px;
width: 15px;
opacity: 0.2;
right: 15px;
top: 45%;
}
.theme-sort:after {
position: absolute;
content: ' ';
background-image: url('/assets/image/arrow-down.svg');
background-size: 15px 15px;
height: 15px;
width: 15px;
right: 5px;
top: 45%;
opacity: 0.2;
}
.theme-sort.sort-asc:before {
opacity: 1;
}
.theme-sort.sort-desc:after {
opacity: 1;
}
.active-image-row{
background-color: #EFECEB !important;
}