﻿
.with-padding {
    padding: 20px 0px 20px 0px;
}

.blue-gradient {
    padding: 0px 22px !important;
    background: none;
    color: white;
    border: none;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    min-width: 88px;
    margin-right: 11px;
    border-radius: 10px;
    border-radius: 0;
    font-weight: 500;
    background: #f8f8f8;
    display: inline-block;
    text-align: center;
    border: 1px solid #0BF;
    color: #0BF;
    border: 1px solid #999;
    color: #333;
    border-radius: 8px;
}

.button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: baseline;
    position: relative;
    text-align: center;
    /* font-weight: 400; */
    text-transform: none;
    padding: 0 6px;
    font-size: 12px;
    -webkit-background-clip: padding-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 6px;
    border-width: 1px;
    border-style: solid;
    -webkit-background-clip: padding-box;
    -webkit-appearance: none;
    background-position: center center;
    color: #666666;
    font-family: Lato;
    margin: 0px 2px;
}

a {
    cursor: pointer;
}

.table {
    width: 100%;
    border: 1px solid #cccccc;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table > thead, .table > tbody > tr > th, .table > tfoot > tr > th {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px !important;
}

strong, th {
    font-weight: bold;
}

.table > tbody > tr > th, .table > tbody > tr > td {
    padding: 9px 10px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px dotted #cfcfcf;
    font-size: 13px !important;
}

table .button:before {
    color: #69aa46;
}

input[type=button], input[type=submit], button {
    cursor: pointer;
}

.button-group a.button {
    border: none;
    padding: 0 4px;
    font-size: 13px;
    width: auto;
}

body, button, input, textarea {
    color: #000 !important;
    /*font-family: 'Lato', Verdana, sans-serif!important;*/
}

.header:hover{
    cursor:auto!important;
}

.dataTables_length{
    font-size: 13px !important;
}

.dataTables_info{
    font-size: 13px !important;
}

/*width<900px*/
@media screen and (max-width: 900px) {


    table {
        table-layout: fixed !important;
        width: 100% !important;
        border-collapse: collapse;
        border: none;
        font-size: 0.23rem;
    }

    td, th {
        width: 1px;
        word-break: keep-all; /* 避免长单词截断，保持全部 */
        border: solid #676767 1px;
        text-align: center;
        white-space: pre-line;
        word-break: break-all !important;
        word-wrap: break-word !important;
        display: table-cell;
        vertical-align: middle !important;
        height: 34px;
        vertical-align: text-top;
        padding: 2px 2px 0 2px;
        display: table-cell;
        white-space: nowrap!important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .dataTable thead tr {
        font-size: 12px;
    }

    .table > tbody > tr > th, .table > tbody > tr > td {
        font-size: 12px !important;
    }
}

