.btn-lg {
    border-radius: 4px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 2rem !important;
}

.pr-5 {
    padding-right: 4rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.pl-5 {
    padding-left: 4rem !important;
}

.page-wrapper .page-header {
    margin: 1.25rem 0;
}

.icon-xl {
    width: 4rem;
    height: 4rem;
}

.icon-lg {
    width: 3rem;
    height: 3rem;
}

.icon-md {
    width: 2rem;
    height: 2rem;
}

.icon-sm {
    width: 1.5rem;
    height: 1.5rem;
}

.ml-auto {
    margin-left: auto !important;
}

.card-style {
    background-color: #fff;
    border: 1px solid rgba(134, 140, 151, .24);
}

.card-title {
    font-size: 1.26em;
    font-weight: 600;
}

.list-unstyled, .list-inline {
    font-size: 1.06em;
    font-weight: 400;
    margin: 0.2em 0;
}

.hide {
    display: none;
}

.navbar-brand-image {
    height: 2.1rem;
}

.nav-link-title {
    font-weight: 500;
}

.btn-md {
    padding: 0.425rem 0.55rem;
    font-size: 0.65rem;
    border-radius: 2px;
    min-width: calc(1.725rem + 2px);
    max-height: calc(1.725rem + 2px);
}

.content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    text-align: center;
}

@media (min-width: 48rem) {
    .content-header {
        padding: 3rem;
    }
}

.content-header .content-header-title {
    margin: 0 0 1rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}

.content-header .content-header-subtitle {
    font-size: 1.2rem;
    margin: 0 0 .5rem;
}

.file-dragging {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    text-align: center;
    min-height: 16rem;
    background-color: rgb(61, 153, 245);
}

@media (min-width: 48rem) {
    .file-dragging {
        padding: 0.5rem;
    }
}

.file-dragging .inner-section {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    background: rgba(0, 0, 0, 0.1);
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.15);
    border-image: initial;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-dragging .upload-section {
    position: relative;
    top: 10%;
}

@media (max-width: 535px) {
    .choose-type .filename-section {
        flex: 0 0 66.6666667%;
        max-width: 66.6666667%;
    }

    .choose-type .button-section {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }

    .choose-type .button-section button svg {
        display: none;
    }
}
.hot-tags .panel-body a span {
    margin-bottom: 10px;
}
.tags {
    margin: 0;
    display: inline-block;
}
.tags .tag {
    margin-bottom: 8px;
}

.tag {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    border-radius: 2px;
}
.tag img {
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: 3px;
}
.tag[href]:focus,
.tag[href]:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}
.tag-xs {
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.tag-sm {
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
}
.tag-lg {
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
}
.tag-link {
    background-color: transparent;
}
.tag-logo {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 4px 2px;
    background-size: 16px 16px;
}
.tag-success {
    background-color: #dff0d8;
    color: #18bc9c;
}
.tag-info {
    background-color: #d9edf7;
    color: #3498db;
}
.tag-warning {
    background-color: #fcf8e3;
    color: #f39c12;
}
.tag-danger {
    background-color: #f2dede;
    color: #e74c3c;
}
.article-metas {
    overflow: hidden;
}
.article-metas .metas-title {
    margin: 0;
    font-size: 1.65em;
    line-height: 1.45;
    margin-bottom: 5px;
    color: #444;
}
.article-metas .metas-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-metas .metas-title a:hover {
    color: #007bff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-metas .metas-body {
    color: #999;
    margin: 0px auto;
}
.article-metas .metas-body span {
    margin-right: 10px;
}
.article-metas .metas-body span i {
    margin-right: 5px;
}
.article-metas .metas-body p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
}
.article-text {
    line-height: 30px;
    margin-bottom: 15px;
}
.article-text img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
.article-text ul li {
    line-height: 30px;
}
.article-text a {
    text-decoration: none;
    color: #007bff;
    border-bottom: 1px solid #b3d7ff;
}
.article-text a img {
    cursor: pointer;
}
.article-action-btn {
    color: #999;
}
.article-action-btn a {
    color: #999;
}
.article-action-btn .bdshare-button-style0-16 .bds_more {
    float: none;
    padding: 0;
    height: inherit;
    line-height: inherit;
    font-size: inherit;
    background: none;
    color: #999;
}
.article-prevnext {
    color: #666;
}

.related-article,
.gallery-article {
    margin-top: 10px;
}
.related-article .row,
.gallery-article .row {
    margin: 0 -5px;
}
.related-article .col-sm-3,
.gallery-article .col-sm-3 {
    padding: 0 10px;
}
.related-article .col-sm-3 a,
.gallery-article .col-sm-3 a {
    display: block;
}
@media (max-width: 480px) {
    .related-article .row,
    .gallery-article .row {
        margin: 0 -5px !important;
    }
    .related-article .col-sm-3,
    .gallery-article .col-sm-3 {
        padding: 0 5px 10px 5px;
    }
}
.index-gallary h5,
.related-article h5 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-weight: normal;
    height: 15px;
}
.choose-type {
    text-align: center;
    min-height: 16rem;
}

.theme-dark .progress {
    background-color: rgba(176, 181, 190, .24);
}

.theme-dark .choose-type .choose-type-inner {
    background-color: #354052;
}

.theme-dark .choose-type .dst-type-button {
    opacity: 98%;
}

.theme-dark #addMoreSection > .row > a {
    color: white !important;
}

.theme-dark .order-item a {
    color: white;
}

.theme-dark .order-item {
    color: white;
    background-color: RGB(34, 46, 60) !important;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-bottom: 0;
    border: 1px solid rgba(134, 146, 160, .07);
}

.theme-dark .list-group-item {
    color: inherit;
}

.theme-dark .dropdown-header {
    color: inherit;
}

.list-group-item-light {
    color: #232e3c;
}

.list-group-item-light a {
    color: #232e3c;
}

/*.theme-dark .order-item a {*/
/*    color: white !important;*/
/*}*/

/*.theme-dark .order-item span {*/
/*    color: white !important;*/
/*}*/


@media (max-width: 535px) {
    #addMoreSection {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #addMoreSection > .row {
        justify-content: center;
    }

    #pendingFileCountSection {
        display: none;
    }

    #doneFileCountSection {
        display: none;
    }
}

@media (max-width: 535px) {
    .process-task .order-item .order-name, .order-result {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center !important;
        padding: 2rem 2rem !important;
    }
}

.process-task {
    text-align: center;
    background-color: #fff;
    background-clip: border-box;
}

@media (max-width: 535px) {
    #MyFiles > div.page-header > div > div:nth-child(1) {
        display: none;
    }

    #MyFiles .order-item div.row > div:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0 !important;
        justify-content: center !important;
    }

    #MyFiles .order-item .order-name {
        /*display: none !important;*/
    }

    #MyFiles .order-item .order-time {
        display: none !important;
    }

    #MyFiles .order-item .order-result {
        /*display: none !important;*/
    }
}

.footer-nav {
}

.footer-nav li {
    padding: 0.3rem;
}

.footer-nav li.sub-title {
    padding: 0.3rem;
    color: rgba(0, 0, 0, .55);
}

.footer-nav ul {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.index-nav .index-list-item {
    padding-left: 0;
    padding-right: 0;
}

.index-nav .index-nav-card {
    margin-bottom: 2px;
    border-radius: 0;
    border: none;
    margin-left: 2px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.index-nav .index-nav-card a {
    color: #343231;
}

.index-nav .index-nav-card a:hover {
    text-decoration: none;
    color: #313030;
}

.index-nav .index-nav-card .desc {
    font-size: 90%;
    font-weight: 300;
    color: #999999;
    line-height: 1.75;
}

.index-nav .index-nav-card .card-title {
    font-size: 1.26em;
    font-weight: 600;
}

.theme-dark .icon {
    fill: #fff;
}

.icon-black {
    fill: #000 !important;
}

.theme-dark .dropdown-menu {
    background: #354052;
}

.theme-dark .dropdown-menu .dropdown-item {
    color: #fff;
}

.theme-dark .dropdown-menu .dropdown-item:hover {
    color: #fff;
}

.theme-dark .dropdown-item:hover, .theme-dark .dropdown-item:focus {
    color: inherit;
    text-decoration: none;
    background: #384356;
}

.theme-dark .footer-nav li.sub-title h4 {
    color: #fff;
}

.theme-dark .footer-nav li.sub-title a {
    color: #868c97;
}

.theme-dark a:hover {
    color: inherit;
    text-decoration: none;
}

/*.theme-dark a {*/
/*    color: #868c97;*/
/*}*/

.latest-article-list li {
    margin: 5px 0;
}

.latest-article-list li {
    margin: 5px 0;
}


@media (min-width: 48rem) {
    .empty {
        padding: 3rem 2rem;
    }
}



.dropdown-item-icon {
    width: 1rem !important;
    height: 1rem !important;
    margin-right: .5rem;
    color: #656d77;
    opacity: .7;
    text-align: center;
}

.empty-title {
    font-size: 1.15rem;
}

.empty-subtitle {
    font-size: 0.95rem;
    opacity: 75%;
}

.empty-icon svg {
    width: 75%;
}

.form-label {
    font-weight: 600;
    text-align: left;
}

.ellipsis-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (min-width: 992px) {
    .navbar .nav-item-hover-expand .dropdown-menu {
        display: none;
    }

    .navbar .nav-item-hover-expand:hover .dropdown-menu {
        display: block;
        top:100%;
        left: 0
    }
}
@media (max-width: 992px) {
    #navbar-user .dropdown-menu{
        left: -233%;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.choices__list {
    text-align: left;
}
.category-title {
    margin: 14px 0px;
    font-size: 24px;
    color: #444;
}
.category-title .breadcrumb li {
    font-size: 14px;
}

.category-order li > a.active {
    color: #007bff;
}
.text-left {
    text-align: left;
}

.content .media-wrap.image-wrap {
    max-width: 600px;
}

.panel {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}


.panel-default {
    border: none;
    padding: 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #fff;
}
.panel-default > .panel-heading {
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
    font-size: 16px;
    /*color: @gray-dark;*/
}
.panel-default > .panel-heading .panel-title > i {
    display: none;
}
.panel-default > .panel-heading small {
    font-weight: normal;
    color: #999;
    font-size: 13px;
}
.panel-default > .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
}
.panel-default > .panel-heading .more:hover {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel-default > .panel-heading div.more {
    top: 17px;
}
.panel-default > .panel-heading .panel-bar {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
}
.panel-default > .panel-footer {
    padding: 15px 0;
    background: none;
}
.panel-default > .panel-body {
    position: relative;
    padding: 15px 0;
}
.article-list {
    padding: 0;
    background: #fff;
}
.article-list .article-item {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
.article-list .article-item .content {
    margin-top: 15px;
    color: #919191;
}
.article-list .gallery-article {
    margin-top: 0;
}
.article-list .gallery-article .row {
    margin: 0 -10px;
}
.article-list .gallery-article .article-title {
    margin-bottom: 10px;
}
.article-list .gallery-article .article-title span.highlight {
    color: red;
}
.article-list .gallery-article .media .media-body {
    padding-left: 0;
}
.article-list .gallery-article .media .media-body .article-tag {
    position: relative;
    margin-top: 10px;
}
.article-list .article-title {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.45;
    color: #000;
}
.article-list .article-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-list .article-title a span.highlight {
    color: red;
}
.article-list .article-title a:hover {
    color: #007bff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-list .article-title a .img-new {
    margin-left: 2px;
    margin-bottom: 2px;
    height: 16px;
}
.article-list .article-intro {
    height: 44px;
    line-height: 22px;
    color: #828a92;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.article-list .media {
    color: #919191;
}
.article-list .media .media-body {
    padding-left: 20px;
    line-height: 25px;
}
.article-list .media .media-left {
    overflow: hidden;
    padding: 0;
}
.article-list .media .media-left a {
    display: block;
    width: 160px;
}
.article-list .media-body {
    position: relative;
}
.article-list .media-body .article-tag {
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    color: #aaa;
    font-size: 13px;
}
.article-list .media-body .article-tag span {
    margin: 0 8px;
}
.article-list .media-body .article-tag span a {
    color: #aaa;
}
.article-list .media-body .article-tag .pull-left {
    height: 34px;
    line-height: 34px;
    color: #919191;
}
.article-list .media-body .article-tag .pull-left a {
    color: #919191;
}
.article-list .pager {
    margin: 40px 0 20px 0;
}

@media (max-width: 767px) {
    .article-list .row,
    .gallery-article .row {
        margin: 0 -5px !important;
    }
    .article-list .col-sm-3,
    .gallery-article .col-sm-3 {
        padding: 0 5px 10px 5px;
    }
}
@media (max-width: 1200px) {
    .article-list .media-body .article-tag {
        position: relative;
        bottom: inherit;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .panel-page {
        padding: 15px;
        min-height: 300px;
    }
    .article-list .media .media-left a {
        width: 110px;
    }
    .article-list .media .media-body .article-title {
        font-size: 1em;
    }
    .article-list .media-body .article-tag {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }
    .article-list .media-body .article-tag span {
        margin: 0 2px;
    }
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,.media > .pull-right {
    padding-left: 10px;
}

.media-left,.media > .pull-left {
    padding-right: 10px;
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.channel-list .row .col-xs-12 {
    min-height: 315px;
}
.channel-list .row .col-xs-12 h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    margin-top: 17px;
    margin-bottom: 8.5px;
}
.channel-list .row .col-xs-12 h3 > a {
    font-size: 16px;
    position: relative;
    padding-left: 6px;
}
.channel-list .row .col-xs-12 h3 > a:before {
    position: absolute;
    top: 2px;
    left: 0px;
    content: ' ';
    width: 2px;
    height: 15px;
    background: #007bff;
    display: inline-block;
}
.channel-list .row .col-xs-12 h3 em {
    position: absolute;
    right: 5px;
    top: 2px;
    font-style: normal;
    font-weight: 400;
}
.channel-list .row .col-xs-12 h3 em a {
    font-size: 12px;
}
.channel-list .row .media {
    margin-bottom: 10px;
}
.channel-list .row .media .media-left a {
    width: 120px;
    display: block;
}
.channel-list .row .media .media-body {
    font-size: 12px;
}
.channel-list .row .media .media-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    padding-right: 15px;
}
.channel-list .row ul.inner-list li {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    height: 30px;
    line-height: 30px;
}
.channel-list .row ul.inner-list li a {
    color: #616161;
}
.channel-list .row ul.inner-list li span {
    position: absolute;
    right: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive-square {
    padding-bottom: 100%;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 3px;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
    cursor: default;
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination-sm > li > a,.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center;
}
.pager:before{
    content: " ";
    display: table;
}
.pager:after{
    clear: both;
    content: " ";
    display: table;
}
.pager li {
    margin: 0 .4em;
    display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
    padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: .5em .93em;
    font-size: 14px;
}
