﻿html,
body {
    height: 100%;
    width: 100%;
}

html,
body,
form,
iframe,
table,
tbody,
tr,
td {
    border: none;
    margin: 0;
    padding: 0;
}

html,
body,
form,
iframe,
table {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #313131;
}

.panel-title,
.panel-body,
.tree-title,
.textbox .textbox-text,
.combobox-item {
    font-size: 14px;
}

.tree-icon,
.tree-hit,
.tree-checkbox {
    margin-top: 3px;
}

.tree-title a {
    text-decoration: none;
}

.tree-node {
    height: 32px;
}

.panel-group {
    max-height: 770px;
    overflow: auto;
}

.datagrid-cell,
.datagrid-header .datagrid-cell span,
.l-btn-text,
.pagination span,
.pagination-info {
    font-size: 14px;
}

.datagrid-row,
.datagrid-header-row {
    height: 30px;
    line-height: 30px;
}

.datagrid-row-selected,
.tree-node-selected {
    background: #dbe5ea;
    color: black;
}

textarea {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
}

.a {
    color: #40AB52;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #bed0da;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 2px;
    background-color: #d1efff;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #008fd8;
}


/*定义最上方和最下方的按钮*/

::-webkit-scrollbar-button {
    background-color: #006092;
    /* border: 1px solid yellow;*/
}

#layout_menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #bed0da;
}

#layout_menu::-webkit-scrollbar-track {
    background-color: #07a9ff;
    /* border: 1px solid yellow;*/
}

.datagrid-header-row {
    color: #2b2a2a;
}

.panel-body,
input,
textarea,
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
    color: #585555;
}

.checkbox-checked {
    background-color: #f09d21;
}

.checkbox {
    border: 2px solid #da8f1e;
}

.c9,
.c9:hover,
.c9>.panel-header {
    color: #fff;
    border-color: #24b1f9;
    background: #248bbf;
    background: -webkit-linear-gradient(top, #76acc7 0, #3ca1d4 100%);
    background: -moz-linear-gradient(top, #b8eecf 0, #a4e9c1 100%);
    background: -o-linear-gradient(top, #b8eecf 0, #a4e9c1 100%);
    background: linear-gradient(to bottom, #0eaeff 0, #0977af 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#b8eecf, endColorstr=#a4e9c1, GradientType=0);
}

a.c9:hover {
    background: #1092d4;
    filter: none;
}

.c10,
.c10:hover,
.c10>.panel-header {
    color: #fff;
    border-color: #0b8cce;
    background: #248bbf;
    background: -webkit-linear-gradient(top, #76acc7 0, #3ca1d4 100%);
    background: -moz-linear-gradient(top, #b8eecf 0, #a4e9c1 100%);
    background: -o-linear-gradient(top, #b8eecf 0, #a4e9c1 100%);
    background: linear-gradient(to bottom, #09a0ec 0, #2395d0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#b8eecf, endColorstr=#a4e9c1, GradientType=0);
}

a.c10:hover {
    background: #1092d4;
    filter: none;
}

.window {
    background-color: #08abff;
    background: -webkit-linear-gradient(top, #08abff 0, #0f98de 20%);
    background: -moz-linear-gradient(top, #08abff 0, #0f98de 20%);
    background: -o-linear-gradient(top, #08abff 0, #0f98de 20%);
    background: linear-gradient(to bottom, #0f98de 0, #08abff 20%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#08abff, endColorstr=#0f98de, GradientType=0);
}

.panel-title {
    color: white;
}

.panel-tool-close {
    background-color: #e0f1ff;
}

.btn-group {
    display: inline-block !important;
}

.blue_style {
    background-color: #409eff;
    color: #fff;
}

.white_style {
    background-color: #fff;
    color: #202020;
}

.btn_center {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* chart hover */

.chart_style {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 5px;
}

.chart_style:hover {
    box-shadow: 0 7px 14px rgba(100, 100, 100, 0.25), 0 5px 5px rgba(100, 100, 100, 0.22);
}