html {
    overflow-x: hidden;
}

.content-header {
    position: relative;
    padding: 0 0 3px 8px
}

.content-header > .breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
    display: none;
}

.grid-btn {
    margin-bottom: 12px;
}

.grid-btn .btn {
    margin-right: 10px;
}

.pointer {
    cursor: pointer;
}

.ml-10 {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .ml-10 {
        margin-left: 10px !important;
    }

    .col-sm-10 {
        width: 70%;
        padding-left: 0px;
    }

    .col-sm-2 {
        width: 24%;
    }
}

tbody > tr > th {
    font-weight: normal;
}

.panel .table {
    margin: 0 0;
}

.panel .pagination {
    margin: 0;
}

.panel-default > .panel-heading {
    background-color: #f5f5f5;
}

.row {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 20px 2px 0px 2px;
}

.col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal {
    width: 550px;
    padding-top: 20px;
}

.i-tips {
    color: red;
}

.table-scheme {

}

/*.table-scheme > tbody > tr:nth-child(even) {*/
/*    background-color: #F6F6F6;*/
/*}*/
.table-scheme > thead > tr {
    height: 34px;
}

.table-scheme > tbody > tr {
    height: 34px;
}

.table-scheme > tbody > tr > td > input {
    padding: 6px;
    margin: 6px;
    width: 90px;
    display: inline;
}

#table {
    width: 96%;
    margin: 10px;
}

#table > thead > tr > th {
    border: solid #c9c9c9 1px;
}

#table > tbody > tr > td {
    border: solid #c9c9c9 1px;
}

#detail {
    width: 500px;
    border: 1px solid #62a1d4;
    background: #ffffff;
    border-radius: 5px;
    position: fixed;
    z-index: 9999;
    left: 25%;
    top: 10%;
}

#title {
    position: absolute;
    height: 25px;
    font-size: medium;
    left: 20px;
    top: 10px;
    text-align: center;
}

#header-right {
    position: absolute;
    width: 25px;
    height: 25px;
    color: #939393;
    font-size: medium;
    right: 5px;
    top: 6px;
    text-align: center;
}
