﻿body {
    margin: 0;
    /*overflow:hidden;*/
}

.divQuery {
    max-height: 100px;
    overflow-y: auto;
}

.tableQuery {
    margin: 2px;
    display: inline-table;
}

.queryTitle {
    width: 100px;
}

.queryInput {
    width: 200px;
}

.el-upload-dragger {
    height: auto;
}

@media screen and (max-width: 700px) {

    .layui-layer {
        width: 90% !important;
    }

    .el-message-box {
        width: 100%;
    }

    .el-message {
        width: 40%;
    }

    .tableQuery {
        width: 95%;
    }
}

@media screen and (max-width:480px) {
    .el-upload {
        width: 100%;
    }


    .el-upload-dragger {
        width: 100%;
    }

    .layui-layer-close2 {
        top: 0px !important;
        right: 0px !important;
    }
}

.el-upload-list {
    display: inline-block;
}

#Datatable_info {
    margin-left: 10px;
}

#Datatable_paginate {
    margin-right: 10px;
}

.tdlabel {
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
    width: 80px;
}

.tdinput {
    width: 120px;
}

.searchtable {
    margin: 2px;
    display: inline-table;
}

.tablebutton {
    margin-left: 5px;
}

.cardbutton {
}



.formtable {
    width: 100%;
    margin-bottom: 20px;
}

.labeltd {
    width: 70px;
}

.inputtd {
    width: 70%;
    /*float: left;*/
    white-space: nowrap;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:focus,
[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:hover {
    background-color: rgb(58, 97, 154);
}
#nav-item  .nav-link:focus,
#nav-item  .nav-link:hover {
    background-color: rgb(58, 97, 154);
}
[v-cloak] {
    display: none;
}



.DataTableColumn {
    vertical-align: middle !important;
}

.CreateTime {
    text-align: center;
}


