﻿body {
    background-color: #e2e2e2;
}
#container {
    background-color: transparent !important
}

.input-group-addon, .btn, .form-control {
    font-size: 12px
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.form-control {
    height: 31px;
    border-radius: 0px;
    background-color: #fffff0;
}
/*表格样式--------------------------------------------------------------------------------*/
#tableInfo .odd {
    background-color: transparent;
}

#tableInfo .even {
    background-color: transparent;
}

#tableInfo {
    color: #ffffff !important;
}

table.dataTable.cell-border tbody td {
    border-top: none;
    border-right: 1px solid #3270c6;
    border-left: 1px solid #3270c6;
    border-bottom: 1px solid #3270c6;
}

table.dataTable tbody tr, table.dataTable tbody tr:hover {
    background-color: transparent;
}
#tableInfo {
    background-color: #051786 !important;
}
/*表格样式完结--------------------------------------------------------------------------------*/
/*主页面--------------------------------------------------------------------------------*/

.innerBg {
    background-size: 10px 10px;
    border: 1px solid #1639ad;
    border-radius: 5px;
}
.bigRect {
    float: left;
    background: linear-gradient(to left, #fff, #fff) left top no-repeat, linear-gradient(to bottom, #fff, #fff) left top no-repeat, linear-gradient(to left, #fff, #fff) right top no-repeat, linear-gradient(to bottom, #fff, #fff) right top no-repeat, linear-gradient(to left, #fff, #fff) left bottom no-repeat, linear-gradient(to bottom, #fff, #fff) left bottom no-repeat, linear-gradient(to left, #fff, #fff) right bottom no-repeat, linear-gradient(to left, #fff, #fff) right bottom no-repeat;
    background-size: 3px 9px, 9px 3px, 3px 9px, 9px 3px;
    border-radius: 4px;
    text-align: center;
    padding: 2px 2px 2px 2px;
    color: white;
    height:98%
}
.bigRectCon {
    width: 100%;
    height: 100%;
    border: 1px solid #1639ad;
    border-radius: 4px;
}
.Content {
    width: 40%;
    margin-left: 10px
}
.Content1 {
    width: 30%;
    margin-left: 10px
}
.rowContent2 {
    width:580px;
    height:230px
}
.btnDetail {
 height:20px;
 text-align:right;
 padding-right:20px
}
/*主页面完结--------------------------------------------------------------------------------*/