*, *:before, *:after {
    box-sizing: border-box !important;
}

#tlbstoolbar {
    display: none !important;
}

.navbar-brand img{
    max-height: 28px;
}

body {
    padding-top: 70px;
}

.footer{
    background-color: #000;
    color: #999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand{
    color: #999 !important;
    display: flex;
}

#login_container {
    text-align: center;
}

.sk-folding-cube {
    width: 30px;
    height: 30px;
}

.sk-folding-cube .sk-cube:before {
    background-color: #d9edf7 !important;
}

.grid {
    margin: 0 auto;
}

.grid-item {
    display: block;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
}

#dialog-publish .media {
    margin-top: 0;
}

#dialog-publish .modal-footer button {
    min-width: 88px;
}

#dialog-publish .modal-body {
    padding: 0 16px;
}

#dialog-publish .media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#dropdownMenu1 {
    outline: none;
    color: #666666
}

.publish-content .textarea-container {
    height: 143px;
    margin: 0 16px 0 16px;
}

@media (max-width: 768px) {
    .publish-content .textarea-container {
        height: 80px;
    }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .grid-item {
        display: block;
        float: left;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .panel-default {
        border-color: #eee;
    }
    .panel {
        border-radius: 0px;
        border-left: none;
        border-right: none;
    }
    .panel .thumbnail {
        border: none;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        margin-bottom: 0px;
        line-height: 24px;
    }
    .panel-body {
        padding: 10px;
    }
    .panel-body img {
        padding-bottom: 5px;
    }
    .panel .media {
        margin: 16px 10px 0 10px !important;
    }
    .thumbnail .caption {
        padding: 10px 16px 10px 16px;
    }
    p {
        margin: 0;
    }
    body {
        padding-top: 50px;
        background-color: #f5f5f56e;
    }
    .list-group-item {
        border: 1px solid #f5f5f5;
        padding: 10px 10px;
    }
    .navbar-brand {
        padding: 14px 25px;
        font-size: small;
    }
    .grid-wrapper {
        padding-bottom: 70px;
    }
}

.publish-content textarea {
    background: transparent;
    border: 0;
    font-size: 14px;
    height: 100%;
    line-height: 18px;
    min-height: 18px;
    outline: none;
    padding: 0;
    width: 100%;
    resize: none;
    -webkit-border-image: none;
}

.publish-content .btn {
    outline: none !important;
    min-width: 48px;
    color: #666666;
    text-decoration: none;

}

#btn-add-location small {
    vertical-align: text-top;
    font-size: 77%;
    display: inline-block;
    max-width: 200px;
. text-overflow();
}

#btn-add-pictures {
    margin-left: -4px;
}

#btn-add-location {
    padding-left: 0;
}

.scroll-images {
    overflow-x: scroll;
    display: flex;
}

.scroll-images img {
    height: 250px;
}

.publish-content .scroll-images img {
    height: 200px;
}

.publish-content .scroll-images canvas {
    display: block;
    margin-top: 38%;
    margin-left: 75px;
    width: 50px !important;
    height: 50px !important;
}

.publish-content .scroll-images div.box {
    border: 1px solid #f1f0f6;
    position: relative;
    /*margin-right: 8px;*/
}

.publish-content .scroll-images div.cube {
    width: 200px;
    height: 200px;
}

@media (max-width: 768px) {
    .publish-content .scroll-images img {
        height: 100px !important;
    }

    .publish-content .scroll-images div.cube {
        width: 100px;
        height: 100px;
    }

    .publish-content .scroll-images canvas {
        margin-top: 38%;
        margin-left: 35px;
        width: 25px !important;
        height: 25px !important;
    }
}

.box .upload-progress {
    margin-top: 38px;
}

.box button {
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    #dialog-location .modal-dialog {
        width: 530px;
    }
    .panel .media {
        margin: 16px 16px 0 16px !important;
    }
    .panel .thumbnail {
        border: none;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        margin-bottom: 16px;
        line-height: 24px;
    }
}

#dialog-location .modal-body {
    padding-top: 0px;
}

#dialog-location .list-group {
    height: 300px;
    overflow-y: auto;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#dialog-location .list-group-item:last-child {
    border-bottom: none;
}

#dialog-location .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#allmap {
    height: 200px;
}

@media (min-height: 320px) {
    #allmap {
        height: 80px !important;
    }

    #dialog-location .list-group {
        height: 160px !important;
    }

    .modal-header {
        padding: 10px 16px 10px 16px !important;
    }
}

@media (min-height: 375px) {
    #allmap {
        height: 100px !important;
    }

    #dialog-location .list-group {
        height: 190px !important;
    }

    .modal-header {
        padding: 10px 16px 10px 16px !important;
    }
}

@media (min-height: 414px) {
    #allmap {
        height: 130px !important;
    }

    #dialog-location .list-group {
        height: 200px !important;
    }

    .modal-header {
        padding: 10px 16px 10px 16px !important;
    }
}

.main_video {
    width: 100%;
    height: auto;
}

.btn-circle {
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 6px 0;
    font-size: 17px;
    line-height: 1.428571429;
    border-radius: 50%;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}



.panel .media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 36px;
    width: 36px;
}

.panel .list-group-item .media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 30px;
    width: 30px;
}

.panel-body {
    padding-top: 0;
    /*padding-bottom: 0;*/
}

.panel-body .tools {
    margin-left: 0;
    margin-right: 0;
}

.tools small {
    padding: 0px 5px;
}

.tools .btn-link {
    padding-right: 0;
}

.tools .more-comment {
    padding-left: 0;
}

.panel-body .btn-default {
    color: #999;
}

.panel-body .navbar-left {
    margin-left: -16px;
}

.list-group-item .media {
    margin: 4px 0 0 0 !important;
}

.list-group-item .media-body h6 {
    /*margin-top: 0 !important;*/
    line-height: 1.42857143;
}

.media-body .list-group-item {
    padding-right: 0;

}

.list-group-item .media-body p {
    margin-bottom: 0;
}

.list-group-item .media-body .tools {
    margin-left: -12px;
    margin-right: -8px;
}

.reply {
    margin-left: 0;
    margin-right: 0;
}

.list-group-item .media-body .tools a.glyphicon {
    border: none;
    color: #999;
}

.name {
    margin: 0;
    font-weight: 500;
}

.time {
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
}

.list-group-item .media-body textarea {
    overflow-y: hidden;
    background: transparent;
    border: 0;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    min-height: 18px;
    outline: none;
    padding-top: 8px;
    resize: none;
    width: 100%;
}

.mui-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.elevator {
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.plus {
    display: block;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.grid-wrapper {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}

/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
.elevator-item {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    left: 10px;
}

@media (min-width: 1600px) {
    .grid-wrapper {
        width: 94%;
    }
}

@media only screen and (min-width: 860px) {
    .grid-wrapper {
        width: 90%;
    }
}

@media (min-width: 440px) {
    .grid-wrapper {
        width: 90%;
    }
}

@media (max-width: 439px) {
    .grid-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    .elevator-item {
        bottom: 32px;
        right: 32px;
        left: auto;
    }

    #allmap {
        height: 200px !important;
    }

    #dialog-location .list-group {
        height: 300px !important;
    }

}



