.position-left {
    margin-left: 5px;
}

.position-right {
    margin-right: 5px;
}

.toolbar {
    float: right;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(223, 248, 195, 0.2);
}

.scroll-container {
    overflow: auto;
    margin-top: 5px
}

.page-title {
    padding: 0.55em;
}

.dropdown-item.active {
    color: #333;
    background-color: rgba(0, 0, 0, .04);
}

/* 保持data table 中button的间隔 */
table > tbody > tr > td > .btn {
    /*margin-left: 2px;*/
}

i {
    margin-right: 3px;
}

span.error {
    color: red;
}

input.error {
    border: 1px solid red;
}

button {
    margin-right: 2px;
}

.select2-selection {
    min-height: 36px;
}