﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}

*, :after, :before {
    box-sizing: border-box;
}

a, div, span, input, td, tr {
    font-size: inherit;
    font-family:inherit;
}

a {
    text-decoration: none;
}

body,
h1,
h2,
div,
p,
ul,
li,
table,
td,
tr,
th,
h4 {
    margin: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: "å¾®è½¯é›…é»‘";
}

input,
button,
select,
textarea {
    line-height: normal;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.01);
}

::-webkit-scrollbar-track:active {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.4);
}

.nav > li > a {
    padding: 5px 15px;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    color: #000000;
    font-size: 14px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #108ee9;
    font-weight: bold;
}

.ql-hidden {
    display: none;
}


/* Draggable */

.ql-draggable {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14000;
    background: #f2f1f1;
    border-color: #aaa;
}


.ql-resizable {
    display: none;
    overflow: hidden;
    border-style: dashed;
    border-width: 1px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15000;
    background: #f2f1f1;
}

.ql-dragging-mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11000;
    display: none;
    filter: Alpha (opacity=1);
    background: white;
    -moz-opacity: .01;
    opacity: 0.01;
}
