/*!
 * 项目CSS，有特殊需求就写在这里。
**/

table md-switch {
    margin: 0 0;
}

.tree-table {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 100%;
    outline: 0;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 0;
}

.tree-table thead > tr, .tree-table tbody > tr {
    height: 44px;
}

.tree-table thead > tr > th {
    background-color: #e8e8e8;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
}

.tree-table tbody > tr > td {
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
}

.md-subheader.md-header-black {
    font-size: 16px;
    color: black;
}

.dashboard-background {
    background: #fff;
    bottom: 0;
    direction: ltr;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 200%;
    width: 110%;
}

.content-toolbar .md-toolbar-tools {
    padding-right: 0;
}

.side-info .content-toolbar .md-toolbar-tools .md-button {
    height: 100%;
    margin: 0;
    padding: 0
}

.text-click {
    cursor: pointer;
    text-decoration: underline;
}