body {
    min-height: 960px;
    font-size: 12px;
}

.height-70 {
    height: 70px;
}

.padding-top-70 {
    padding-top: 70px;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.cursorPointer {
    cursor: pointer;
}

.panel-heading {
    color: #fff;
}

.submenu .active {
    background: #b63b4d;
    color: #FFF;
    position: relative;
}

.submenu .active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -35px;
    top: -1px;
    border: 15px solid transparent;
    border-top: 25px solid transparent;
    border-left: 20px solid #b63b4d;
    border-bottom: 25px solid transparent;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.btn-xs, .btn-group-xs > .btn {
    font-size: 16px;
}

.displayBlock {
    display: block;
}

.nav_color {
    background-color: #2d2c41;
}

.jumbotron {
    min-height: 640px;
    background-color: #fff;
}

.bootstrap-switch {
    overflow: visible;
}

.wordBreak {
    word-break: break-all;
}

.btn {
    font-size: 12px;
}

.input-group-btn .btn {
    border: 0;
    height: 38px;
}

.bootstrap-switch {
    font-size: 12px;
}

.bootstrap-switch > div > span {
    line-height: 17px;
}

.bootstrap-switch {
    height: 25px;
    line-height: 25px;
}

.bootstrap-switch-handle-off:before {
    height: 23px;
    width: 23px;
    top: 1px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: inherit;
    text-align: center;
}

.input-group .form-control {
    height: 38px;
    margin-left: 15px;
}

.input-group-btn:first-child > .btn {
    margin-left: -15px;
    border-radius: 2px;
}

.input-group-btn > .btn {
    border-radius: 2px;
    margin-left: 15px;
}

.input-group-btn:last-child > .btn {
    border-radius: 2px;
}

.td, .th {
    text-align: center;
}

/* 弹出层alert */
.alert-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alert-layer > div {
    margin: 20% auto;
    min-width: 200px;
    width: 20%;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    word-wrap: break-word
}
