body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 3rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #FFF;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
    padding-bottom: 5px;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    /*background-color: rgba(0, 0, 0, .25);*/
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.bg-header {
    background-color: slategray;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.nav-item a {
    text-decoration:none;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

td {
    line-height: 22px;
}

.member-list {
}

.member-list td {
    line-height: 30px;
    padding-left: 10px;
}

.member-list th {
    padding-left: 10px;
}

img.avatar {
    width: 30px;
    height: 30px;
}

img.button-icon {
	cursor: pointer;
    width: 20px;
    height: 20px;
    opacity:0.9;
	margin-top: 5px;
}

img.img-margin {
    margin-left: 15px;
}

.page-title {
    font-size: 12pt;
    font-weight: bold;
    line-height: 30px;
}

.td-avg6 {
    width: 16.66%;
    height: 0;
}

.td-label-right {
    text-align: right;
    line-height: 40px;
    padding-right: 10px;
    /*font-weight: bold;*/
    font-size: 10pt;
}

.td-top {
    vertical-align:top;
    text-align: right;
    line-height: 40px;
    padding-right: 0px;
    /*font-weight: bold;*/
    font-size: 10pt;
}

.image-preview {
    margin-top: 10px;
    width: 150px;
    height: 150px;
    background-color: #3d546f;
}

.image-preview-small {
    cursor: pointer;
    margin: 10px 10px 0 0;
    width: 100px;
    height: 100px;
    background-color: #3d546f;
    object-fit: cover;
    object-position: center;
}

.image-input {
}

.image-preview-after {
    margin-top: 10px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.image-preview-list {
}

.image-preview-list td {
    line-height: 60px;
    padding-left: 10px;
}

.image-preview-list th {
    padding-left: 10px;
}

.image-preview-list-image {
    height: 60px;
    margin-right: 10px;
    object-fit: cover;
    object-position: center;
}

.ml-3 {
    margin-left: 10px;
}

.ml-4 {
    margin-left: 15px;
}

.mr-3 {
    margin-right: 10px;
}

.set-label {
    border:1px solid #0080ff;
    padding: 0 5px 0 5px;
    color: #0080ff;
}

.icon-middle {
    width: 28px;
    height: 28px;
}

.koubei-which-best {
    width: 400px;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    overflow: hidden;
    word-break: break-all;  /* break-all(允许在单词内换行。) */
    text-overflow: ellipsis;  /* 超出部分省略号 */
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
}

.item-block {
    width: 100px;
    height: 100px;
    font-size: 15pt;
    background-color: #4099ff;
    text-align: center;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    line-height: 30px;
    font-weight: bold;
    text-decoration:none;
    padding: 20px 0;
    margin: 10px;
	cursor: pointer;
}

.item-block:hover {
    color: #FFF;
}

.div-hidden {
    display: none;
}
