﻿body {
    font-family: Arial,'Microsoft YaHei';
}

tr{
    height: 20px;
}

#toolbar > .btn,
#toolbar1 > .btn,
#toolbar2 > .btn,
#toolbar3 > .btn,
#toolbar4 > .btn,
#toolbar5 > .btn,
#toolbar6 > .btn,
#toolbar61 > .btn,
#toolbar7 > .btn,
#toolbar8 > .btn,
#toolbar21 > .btn {
    width: 120px;
    margin-left: 5px;
    margin-top: 10px;
}

.modal button {
    width: 120px;
    margin-left: 5px;
}

button > i {
    margin-right: 5px;
}

.bg {
    background-color: #d2d2d2;
    box-shadow: 0px 5px 6px rgb(160,160,160);
    background: -webkit-linear-gradient(60deg,rgba(250,250,250,1) 25%,rgba(210,210,210,1));
}

.bg-gray {
    background-color: #F2F2F2;
    /*box-shadow: 0px 5px 6px rgb(160,160,160);*/
    /*background: -webkit-linear-gradient(60deg,rgba(250,250,250,1) 25%,rgba(210,210,210,1));*/
}

#page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9 {
    display: none;
}

.pointer {
    cursor: pointer;
}

    .pointer:hover {
        background-color: #CCCCCC;
    }
.red {
    background-color: #FF0000;
    color: white;
}

.card-view{
    border:2px;
}

.fixed-table-container tbody .selected td {
    background-color: #CCFF66;
}

.table-hover > tbody > tr:hover {
    /*    background-color: #f5f5f5;*/
    background-color: #FFFF66;
}

.bootstrap-table 
.table:not(.table-condensed), 
.bootstrap-table 
.table:not(.table-condensed) > tbody > tr > th, 
.bootstrap-table 
.table:not(.table-condensed) > tfoot > tr > th, 
.bootstrap-table .table:not(.table-condensed) > thead > tr > td, 
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 4px;
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 2px;
}

/*.fixed-table-container tbody td {
    border: #AAAAAA;
}*/