﻿.modal-content {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.modal-title {
    text-align: center;
}

.table th, .table td {
    text-align: center;
}

.toolbar{
    padding:5px;
}

.el-tree-node__content .buttons {
    display: none;
}

.el-tree-node__content:hover .buttons {
    display: inline;
}

body {
   
}

.form {
    margin: 20px auto;
    width: 310px;
    background: #fff;
    box-shadow: 0 0 35px #677288;
    padding: 30px 30px 0 30px;
    /*border-radius: 25px;*/
}

.el-button.is-round, .el-button, .el-input__inner {
    border-radius: 0px;
}


.filterbar > div {
    float: left;
}

.more-filter {
    z-index: 99;
    border: 1px solid #0094ff;
    position: absolute;
    margin-top: -28px;
    padding: 0px 25px 0px 15px;
    background: #fff;
}

    .more-filter > div {
        margin-bottom: 5px;
    }


.btn-icon{
    height:10px;
    width:auto;
}

div.more {
    position: absolute;
    z-index: 99;
    background: #ffffff;
    border: 1px solid red;
    left: 0px;
    /*margin-top: 35px;*/
}
.selectmore {
    margin-top: 35px;
}

.el-input__inner, .input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 28px;
    line-height: 28px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    /*min-width: 250px;*/
    width: 100%;
}
.el-input-number{
    width:100%;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner{
    width:100%;
}

select.input {
    /*min-width: 250px;*/
}

.input-none {
    border: none;
    margin-right: 8px;
}

    .input-none:hover {
        border: none;
    }

    .input-none:active {
        border: none;
    }

.input-icon {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    transition: all .3s;
    width: 25px;
    line-height: 40px;
    cursor: pointer;
}

    .input-icon:hover {
        color: blue;
    }

.select-row {
    background: #b6ff00;
}

.el-message-box {
    border-radius:0px;
}
.el-message-box__header {
    background: #f1eef7;
}
.el-message-box__btns {
    padding: 5px 5px 0;
}
.el-tree-node{
    font-size:12px;
}

*{
    font-family:'Microsoft YaHei';
}

#app > div {
    margin-bottom: 15px;
}

.el-textarea__inner {
    border-radius: 0px;
    min-width: 250px;
}
.el-dialog {
    border: 1px #aaa solid;
}
.el-input-number .el-input__inner {
    text-align: left;
}
.el-dialog__header {
    padding: 10px 20px 10px;
    text-align: center;
    background:#aaa;
}
.el-dialog__title{
    color:white;
}
.el-dialog__headerbtn .el-dialog__close {
    color: blue;

}
.el-dialog__body {
    padding: 10px 20px;
}
.el-form-item {
    margin-bottom:5px;
}
.el-form-item__error {
    position:static;
}