body {
    margin: 0px;
    padding: 0px;
    --scrollnum: 5px;
}

html,
body {
    height: 100%;
    width: 100%;
}

.treeSelectChecked {
    color: #f00;
}

.kanbanTalbe .tablePopChecked {
    background-color: #3535af !important;
}

.kanbanTalbe .tablePopChecked>td {
    background-color: #3535af;
}

li,
a {
    cursor: default
}

textarea {
    font-family: unset;
}

.navMouseover {
    border: 1px solid #c0c0c0 !important;
}

.funChecked {
    background-color: #5899ff !important;
}

.funCursor {
    background-color: #5899ff !important;
}

.navBackg {
    background-color: #eef5ff !important;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

.redFont {
    background-color: #5899ff;
}

.faDisabled {
    color: #c0c0c0 !important;
}

.forbidButton i {
    color: #c0c0c0 !important;
}

.rowVerify {
    background-color: #fbcaca !important;
}

.frameVerify {
    background-color: #fbcaca
}

.buttons button:hover {
    border: 1px solid #c0c0c0 !important;
    /* border-radius: 3px; */
}

.oblong {
    border: 1px solid #689ceb;
    background-color: #e8f7ff;
    display: inline-block;
    width: 80px;
    height: 50px;
    text-align: center;
}

.navmenu label:hover {
    color: #fff;
}

.navlabelselect {
    color: #fff !important;
}

.emailselect {
    background-color: #5899ff !important;
}

.oblong>span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -35%;
}

.roundStart {
    width: 80px;
    height: 80px;
    background: #7fee1d;
    border-radius: 45px;
    background-color: #fff3e9;
    border: 1px solid #fce0b9;
    display: inline-block;
    text-align: center;
}

.roundStart>span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -75%;
}

.rhomb {
    width: 65px;
    height: 65px;
    background: #1eff00;
    transform: rotate(-45deg);
    background-color: #e8fffb;
    border: 1px solid #b0ece9;
    display: inline-block;
    text-align: center;
}

.rhomb>span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -65%;
    transform: rotate(45deg);
}

.ellipse {
    width: 80px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #cba6f1;
    background-color: #f9f1ff;
    display: inline-block;
    text-align: center;
}

.ellipse>span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -45%;
}

.copyselect {
    background-color: #f0fd35 !important;
}

.roundEnd {
    width: 80px;
    height: 80px;
    background: #7fee1d;
    border-radius: 45px;
    background-color: #f6f9ce;
    border: 1px solid #f0fd35;
    display: inline-block;
    text-align: center;
}

.roundEnd>span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -75%;
}

.output {
    display: none
}

#dragCanvas div:hover .output {
    display: block !important;
}

.output span:hover {
    background-color: #0008ff !important
}

.home_menu li:hover {
    border-radius: 3px;
    background-color: #5899ff !important
}

.relation_menus li:hover {
    border-radius: 3px;
    background-color: #5899ff !important
}

.chartSelect {
    border: 1px solid #f00 !important;
}

.tablePopChecked {
    background-color: #ffeecc !important;
}

.tablePopChecked>td {
    background-color: #ffeecc;
}

.homeFunc :hover {
    background-color: #DFEBF2;
    border-radius: 10px;
}

.homeNews li:hover {
    background-color: #DFEBF2;
}

.newsNavSelect,
.reportNavSelect {
    border: 1px solid #c0c0c0;
    border-bottom: 1px solid #f7f7f7 !important;
    background-color: #f7f7f7 !important;
}

#newsNav li:hover {
    border: 1px solid #c0c0c0;
    /* border-bottom: 1px solid #fff; */
}

.show {
    display: block !important;
}

#nav1buttons button,
#nav2buttons button,
#nav3buttons button {
    background-color: #c6e6ff !important;
}

.maxi_minmize {
    width: 99% !important;
    height: 98% !important;
    top: 0px !important;
    left: 0px !important;
}

.gunPitch {
    opacity: 1 !important;
    display: inline-block !important;
}

.funSelect {
    background-color: #c6e6ff
}

.notice li:hover,
.company li:hover,
.section li:hover,
.personal li:hover {
    background-color: #DFEBF2;
    border-radius: 10px;
}

.noticecolor {
    color: #000 !important;
}

.scrollmargins {
    margin-right: var(--scrollnum, 5px) !important;
}

::-webkit-scrollbar {
    width: var(--scrollnum, 5px);
    height: 10px;
}

.DESK_YMDHMS div::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #c0c0c0;
}

.online {
    color: #4CAF50 !important;
}

.administer {
    color: #FFEB3B !important;
}

@keyframes twinkle {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* 定义twinkle类*/

.twinkle {
    color: #dd4814 !important;
    animation: twinkle 1.5s linear infinite;
}

.emoticonRegion li:hover {
    background-color: #c0c0c0;
    border-radius: 3px;
}

.fontcolourarea li:hover {
    border: 1px solid #000 !important;
}

.add_reduceUser_group li:hover,
.del_reduceUser_group li:hover,
.add_setUser_group li:hover,
.del_setUser_group li:hover {
    background-color: #ffeecc !important;
    ;
}

.titleSelection {
    background: #fff !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 3px;
}

.openFun_FunList li:hover {
    font-weight: 800;
}

button {
    border: 1px solid transparent;
}

.dropdown:after {
    content: "13";
    background-color: yellow;
    color: red;
    font-weight: bold;
}

.selectOns {
    border: 1px solid #c0c0c0 !important;
}

.attributeDetails input {
    font-size: 12px !important;
}

.unreadmail {
    color: #c0c0c0 !important;
}

.mailselect {
    background-color: #a1a1a1 !important;
}

.formLine {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.formLine tr:first-child {
    display: none;
}

.formLine td {
    border: 1px solid #c0c0c0;
}

.formLine input {
    border-bottom: none !important;
}

.treeSetInform input {
    font-size: 12px;
}

.relevance {
    background-color: #f0f0f0;
}

.counter td:hover {
    background-color: #f0f0f0 !important;
}

.countRecord input:hover {
    background-color: #a0a0a0 !important;
}

.authCell {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c0c0c0;
    font-size: 12px;
    text-align: center;
    height: 32px;
}

.authCell input[type="checkbox"]:checked+span {
    border-color: #3535af transparent;
    border-width: 0px 0px 10px 10px;
    border-style: solid;
    position: absolute;
    right: 1px;
    bottom: 1px;
    opacity: 1;
}

.checkbox:checked {
    background: #3535af;
}

.checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 50%;
    margin-top: 5px;
    padding: 0;
    position: relative;
    display: inline-block;
    /*文字对齐方式*/
    vertical-align: top;
    transition: background-color ease 0.1s;
}

.checkbox:checked::after {
    content: '';
    top: 3px;
    left: 3px;
    position: absolute;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg);
}

/* .checkbox:not(:checked)::after{
    content: '';
} */


.authscreen {
    background-color: #ffa1a1;
}

.ruler .major {
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 12px;
    background-color: #3535af;
}

.ruler .major span {
    width: 30px;
    display: inline-block;
    position: absolute;
    left: -8px;
    top: -15px;
}

.ruler .micro {
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 5px;
    background-color: #3535af;
}

.ruler .minor {
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 8px;
    background-color: #3535af;
}

.cheRadio {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    /* background-color: #ffffff; */
    /* border: solid 1px #dddddd; */
    border-radius: 50%;
    margin-top: 5px;
    padding: 0;
    position: relative;
    display: inline-block;
    /*文字对齐方式*/
    vertical-align: top;
    transition: background-color ease 0.1s;
}

.banrow {
    background-color: #f0f0f0;
}

.banrow td:first-child {
    background-color: #f0f0f0 !important;
}

.compile {
    background-color: #f0f9ff;
}

.addpicture {
    border-bottom: 1px solid #07c160 !important;
    color: #07c160 !important;
}

.cheRadio:checked::after {
    content: '';
    top: 3px;
    left: 3px;
    position: absolute;
    border: #000 solid 1px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    transform: rotate(-45deg);
}

.peface>i:hover {
    background-color: #f0f0f0 !important;
}

.ulFocus li:hover {
    background-color: #ffeecc !important;
}

.unitselect {
    background-color: #a0a0a0 !important;
}

.upborderline {
    border-top: 1px solid #000 !important;
}

.dowmborderline {
    border-bottom: 1px solid #000 !important;
}

.leftborderline {
    border-left: 1px solid #000 !important;
}

.rightborderline {
    border-right: 1px solid #000 !important;
}

.upborderlines {
    border-top: 2px solid #000 !important;
}

.dowmborderlines {
    border-bottom: 2px solid #000 !important;
}

.leftborderlines {
    border-left: 2px solid #000 !important;
}

.rightborderlines {
    border-right: 2px solid #000 !important;
}

.dashedborderline {
    border-style: dashed !important;
}

.barcodeList input::-webkit-input-placeholder {
    color: #c0c0c0;
}

.highlight {
    background-color: #ffb92c !important;
}

.kanban .exhibit {
    display: inline-block;
    line-height: 7vh;
    height: 7vh;
    font-size: 2.5vh;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    margin: 0px 0px 0px -1px;
}

#userLogin:focus {
    border: 1px solid #F44336 !important;
}

.pitbordercolor { 
    border-color: #F44336 !important;
}

.arrow:before {
    border-width: 10px 10px 0px 10px;
    border-style: solid dashed dashed dashed;
}

.people:hover {
    border-color: #ff0000 !important;
}

.copyChecked {
    border: 1.2px dashed #999;
}

.linebuttons button:hover {
    border: 1px solid #c0c0c0 !important;
    /* border-radius: 3px; */
}


.frameworkmap .node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.frameworkmap .node {
    font: 10px sans-serif;
}

.frameworkmap .link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

.highlightbox {
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* 盒子阴影 */
}

.cleanup:hover{
    cursor:pointer;
}
