.image_content {
    border: #00A6C7 dotted 1px;
    width: 100px;
    height: 100px;
    background: url("../images/users/avatar-1.jpg") center;
    background-size: cover;
}

.thumb_sm {
    border: #00A6C7 dotted 1px;
    width: 64px;
    height: 64px;
    background: url("../images/users/avatar-1.jpg") center;
    background-size: cover;
}

.thumb_sm_input {
    display: flex;
    height: 64px;
    width: 100px;
    align-items: center
}

.thumb_sm_action {
    display: flex;
    height: 64px;
    align-items: center
}


.thumb_input {
    display: flex;
    height: 100px;
    width: 100px;
    align-items: center
}

.thumb_action {
    display: flex;
    height: 100px;
    align-items: center
}

.image_content img, .thumb_sm img {
    width: 100%;
    height: 100%;
}

#page-topbar .topnav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}

#page-topbar .topnav .navbar-nav > .dropdown.active > a {
    color: rgba(255, 255, 255, .9) !important;
}

#page-topbar .topnav .navbar-nav .nav-item .nav-link.active {
    color: rgba(255, 255, 255, .9) !important;
}

.nav-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #7c8a96;
}

.nav-items:active {
    color: #7c8a96;
}

.nav-items .nav-cover {
    width: 64px;
    height: 64px;
    background-color: #59a5ff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-items .nav-cover i {
    font-size: 30px;
    color: white;
}

.nav-items span {
    margin-top: 5px;
}

.material-list {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

.material-list .material-20 {
    width: 15%;
    height: auto;
    padding: 0 10px 10px 15px;
}

.material-item {
    display: flex;
    flex-direction: column;
    height: auto;
    border: 1px solid #E3E2E5;
}

.material-item .thumb {
    width: 100%;
    height: auto;
}

.material-item .thumb img {
    width: 100%;
    height: 100px;
}

.material-item .title {
    color: #595961;
    display: flex;
    height: 40px;
    font-size: 11px;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    padding: 0 5px;
}

.material-item .title span {
    text-overflow: ellipsis;
    overflow: hidden;
}

.material-item .info {
    color: #BBB;
    font-size: 12px;
    margin: 0 10px;
}

.material-item .action {
    color: #BBB;
    margin: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.material-item .action i {
    font-size: 20px;
    cursor: pointer;
}

.material-item .action a {
    font-size: 20px;
    color: #BBB;
}

.material-item .action .line {
    width: 0;
    height: 15px;
    border-left: 1px solid #E3E2E5;
}

.dropzone {
    min-height: 230px;
    border: 1px dashed #ced4da;
    background: #fff;
    border-radius: 6px;
}

.upload-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.upload-item {
    display: flex;
    height: 100px;
    width: 100px;
    border: 1px dashed #ced4da;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.images-item {
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 1px dashed #ced4da;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.images-item .remove-image {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
}

.images-item .remove-image i {
    color: red;
    font-size: 18px;
    line-height: 0;
}

.images-item img {
    width: 100%;
    max-height: 100px;
    max-width: 100px;
}

.upload-item i {
    font-size: 24px;
    color: #7c8a96;
}

.upload-item span {
    color: #7c8a96;
}

.hidden {
    display: none;
}

.pagination .page-link {
    cursor: pointer;
}

#goodsMaterialModal .material-item {
    cursor: pointer;
}

#goodsMaterialModal .material-item .thumb img {
    height: 100px;
}

.order-table {
    font-size: 13px;
    color: #666;
}

.order-col {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    font-size: 13px;
}

.order-goods-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 5px;
}

.order-goods-item div {
    display: flex;
    flex-direction: row;
}

.order-goods-item .title {
    width: 200px;
    flex-wrap: wrap;
}

.order-goods-item img {
    width: 40px;
    height: 40px;
}

.order-goods-item span {
    padding: 0 5px;
}

#uploadMaterialModal .material-20 {
    width: 20%;
}


#upload-area {
    background: url("../images/upload.png") no-repeat center;
    background-size: auto;
}

#navList .child {
    display: none;
}

#navList .show {
    display: table-row;
}

.navbar-brand-box{
    display: flex;
    align-items: center;
}
