/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

[v-cloak] {
    display: none
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}


.border-right-light {
    border-right: 1px solid #f9f9f9;
}

.border-bottom-light {
    border-bottom: 1px solid #f9f9f9;
}

/* article */
.article-style-c .article-title h5 {
    margin-left: 10px;
    color: #ffffff;
}

.article-style-c .article-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* attendance-table */
.attendance-table td.is-right:not(.total):hover {
    background-color: #ecf9f1 !important;
    cursor: pointer;
}

/* el-button */
.el-button:focus {
    outline: none !important;
}

/* blob image*/
.image-placeholder {
    width: 100%;
    height: 100%;
}

.image-slot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #f5f7fa;
    color: #909399;
    font-size: 14px;
}

    .image-slot i {
        font-size: 32px;
    }

/* card */

.card .card-header {
    min-height: 50px !important;
    padding: 15px;
}

    .card .card-header h4 {
        color: #606266 !important;
    }

.card .card-img-top {
    z-index: 1000;
}

.card.card-primary {
    border-top: 2px solid #C00000 !important;
}

/* dashboard image */
.dashboard .project {
    max-width: 500px;
}

.trim {
    overflow: hidden;
    height: 200px;
    position: relative;
}

    .trim img {
        /*position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        min-width:300px;
        width: 100%;
        height: auto;*/
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/* dialog-header*/
.dialog-header {
    width: 100%;
    display: flex;
    line-height: 20px;
    position: relative;
}

.dialog-header__content {
    font-size: 20px;
    color: #303133;
    vertical-align: middle;
}

.dialog-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-right: 40px;
    width: 18px;
    position: relative;
}

    .dialog-header__left i {
        font-size: 18px;
        margin: 0 5px;
        -ms-flex-item-align: center;
        align-self: center;
    }

/*checklist-form*/

.checklist-form .added-image .badge, .checklist-form .attached-image .badge {
    font-size: 25px;
    color: #67c23a;
    z-index: 9999;
    transition: all 0.3s;
    opacity: 0;
    display: block;
    background-color: rgba(255,255,255,1.0);
    position: absolute;
    top: 0;
    left: 121px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.checklist-form .added-image:hover .el-icon-error:before, .checklist-form .attached-image:hover .el-icon-error:before {
    opacity: 1;
}

.checklist-form .added-image:hover .badge, .checklist-form .attached-image:hover .badge {
    opacity: 1;
}

.checklist-form .added-image .el-icon-error:before, .checklist-form .attached-image .el-icon-error:before {
    transition: all 0.3s;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
}

.checklist-form .added-image {
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    margin: 0 8px 8px 0;
    float: left;
}

.checklist-form .attached-image {
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    margin: 0 8px 8px 0;
    float: left;
}

    .checklist-form .attached-image img {
        transition: all 0.3s;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
    }

.checklist-form .images {
    min-height: 148px;
}

/* collapse */

.el-collapse, .el-collapse-item__header, .el-collapse-item__content, .el-collapse-item__wrap {
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

/* context-menu */

.context-menu {
    z-index: 99999 !important;
    position: fixed !important;
}

    .context-menu .item {
        cursor: pointer;
        padding-left: 30px;
    }

    .context-menu li.disabled {
        cursor: default;
        color: #c0c4cc;
    }

        .context-menu li.disabled:hover {
            background-color: #ffffff;
        }

    .context-menu li:hover {
        background-color: #f5f7fa;
    }

/* dashboard */


.dashboard #scroll-container {
    height: calc(100vh - 200px);
    overflow-y: scroll;
    outline: none;
    touch-action: none;
}

    .dashboard #scroll-container::-webkit-scrollbar {
        width: 10px;
    }

    .dashboard #scroll-container::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    }

    .dashboard #scroll-container::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.3);
        border-radius: 10px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    }
/* dept */

.dept .dialog-header__left {
    height: 30px;
}

    .dept .dialog-header__left .el-button {
        border: none !important;
        width: 43px;
        height: 30px;
        padding: 0;
    }

.dept .dialog-header__content {
    padding-top: 7px;
}

.dept .card-header-action {
    margin: 0 0 0 auto;
}

    .dept .card-header-action .action {
        float: right;
    }

    .dept .card-header-action .input-search {
        float: right;
        margin-left: 15px;
        width: 170px !important;
    }

.dept .tree {
    height: calc(100vh - 300px);
    overflow-y: scroll;
}

    .dept .tree::-webkit-scrollbar {
        width: 10px;
    }

    .dept .tree::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    }

    .dept .tree::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.3);
        border-radius: 10px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    }

.dept .action .el-button {
    border: none !important;
}

/* divider */
.el-divider__text {
    background: #f4f6f9 !important;
}

/* document */

.document .dialog-header__left {
    height: 30px;
}

    .document .dialog-header__left .el-button {
        border: none !important;
        width: 43px;
        height: 30px;
        padding: 0;
    }

.document .dialog-header__content {
    padding-top: 7px;
}

.document .directory {
    cursor: pointer;
}

    .document .directory.focused {
        border: 1px solid #67c23a;
    }

    .document .directory.selected {
        background-color: #ecf9f1;
    }

.document .card-header-action {
    width: 560px;
}

    .document .card-header-action .directory-add {
        float: right;
    }

    .document .card-header-action .directory-delete {
        float: right;
    }

    .document .card-header-action .directory-reload {
        float: right;
    }

    .document .card-header-action .directory-change {
        float: right;
    }

    .document .card-header-action .document-search {
        float: right;
        margin-left: 15px;
        width: 170px !important;
    }

    .document .card-header-action .el-button {
        border: none !important;
    }

    .document .card-header-action .file-upload {
        float: right;
    }

/*Glid形式のドキュメントCSS*/

.document .directoryGlid {
    float: left;
    margin: 5px;
    padding: 10px 30px;
    width: 220px;
    border: 1px solid #ffffff;
    position: relative;
}

    .document .directoryGlid:hover {
        background-color: #ecf9f1;
    }

    .document .directoryGlid .check {
        color: #67c23a;
        height: 13px;
        line-height: 13px;
        margin: 15px;
        width: 13px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .document .directoryGlid .directory-file .directory-icon {
        background-image: url('../img/file.png');
        background-repeat: no-repeat;
        background-position: center center;
        height: 128px;
        margin: 0 auto;
        width: 128px;
    }

    .document .directoryGlid .directory-folder .directory-icon {
        background-image: url('../img/folder.png');
        background-repeat: no-repeat;
        background-position: center center;
        height: 128px;
        margin: 0 auto;
        width: 128px;
    }

    .document .directoryGlid .directory-image {
        overflow: hidden;
        height: 128px;
        position: relative;
        width: 128px;
    }

        .document .directoryGlid .directory-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .document .directoryGlid .object-name {
        height: 50px;
        margin-top: 10px;
        text-align: center
    }

/*List形式のドキュメントCSS*/

.document .directoryList {
    float: left;
    margin: 5px;
    padding: 5px 10px;
    width: 1500px;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    position: relative;
    border-bottom: solid #c0c4cc;
    border-bottom-width: thin;
}

    .document .directoryList:hover {
        background-color: #ecf9f1;
    }

    .document .directoryList .check {
        color: #67c23a;
        height: 13px;
        line-height: 13px;
        margin: 15px;
        width: 13px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .document .directoryList .directory-file .directory-icon {
        background-image: url('../img/file.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50px 50px;
        height: 50px;
        width: 50px;
    }

    .document .directoryList .directory-folder .directory-icon {
        background-image: url('../img/folder.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50px 50px;
        height: 50px;
        width: 50px;
    }

    .document .directoryList .directory-image {
        overflow: hidden;
        height: 50px;
        position: relative;
        width: 50px;
    }

        .document .directoryList .directory-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .document .directoryList .object-name {
        align-self: center;
    }

.document .document-icon-root {
    margin-right: 5px;
}

.document #scroll-container {
    height: calc(100vh - 200px);
    overflow-y: scroll;
    outline: none;
    touch-action: none;
}

    .document #scroll-container::-webkit-scrollbar {
        width: 10px;
    }

    .document #scroll-container::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    }

    .document #scroll-container::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.3);
        border-radius: 10px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    }


/* Image Uploader */
.image-uploader .thumbnail-image {
    text-align: center !important;
}

.image-uploader .edit-image {
    max-width: 100%;
    max-height: 500px;
}

.image-uploader.drop-active {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    opacity: .6;
    text-align: center;
    background: #000;
}

    .image-uploader.drop-active h3 {
        margin: -.5em 0 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 40px;
        color: #fff;
        padding: 0;
    }

/* Import */

.import .el-upload {
    width: 100% !important;
}

    .import .el-upload .el-upload-dragger {
        height: auto !important;
        width: 100% !important;
    }

/* dialog */
.el-dialog__header {
    padding: 0 !important;
}

.el-dialog__body {
    padding: 0 !important;
    background-color: rgba(0,0,0,0) !important;
}

/* form */
.form-item-label {
    font-weight: bold !important;
    color: #909399 !important;
}

.el-form-item__label {
    font-weight: bold !important;
    color: #909399 !important;
}

/*image-gallary*/
.image-gallery {
    width: 800px !important;
}

    .image-gallery .el-dialog__headerbtn {
        z-index: 3000;
    }

    .image-gallery .lingallery {
        width: 100% !important;
        padding: 20px;
    }

        .image-gallery .lingallery figure {
            width: 100% !important;
            padding: 0 20px;
        }

            .image-gallery .lingallery figure img {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                max-width: 100%;
                max-height: 100%;
                width: auto;
                height: auto;
            }

        .image-gallery .lingallery .lingallery_thumbnails_content_elem {
            width: 64px;
            height: 64px;
            overflow: hidden;
            position: relative;
            text-align: center;
        }

            .image-gallery .lingallery .lingallery_thumbnails_content_elem img {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 100%;
                height: auto;
            }

        .image-gallery .lingallery .lingallery_thumbnails {
            margin-top: 20px;
        }

/* logo */
.navbar-brand .logo {
    width: 150px;
}

.login-brand .logo {
    width: 150px;
}

/* multiline-text*/
.multiline-text {
    border: none;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    overflow: hidden;
    resize: none;
}

    .multiline-text::placeholder {
        color: #dcdfe6;
    }

/* navbar */
.navbar-brand {
    color: #d91a2a !important;
}

.navbar-bg {
    background-color: #ffffff;
    /*border-bottom: 4px solid #f0f0f0;*/
}

.main-nav {
    width: 360px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto 0 auto;
}

.main-nav-item {
    height: 70px;
    padding-top: 20px;
    width: 120px !important;
    text-align: center;
}

    .main-nav-item i {
        color: rgba(48,49,51,0.5);
        font-size: 22px;
        transition: .3s;
    }

    .main-nav-item a:hover i {
        color: rgba(48,49,51,1);
    }

    .main-nav-item button {
        width: 100%;
    }

.nav-link-user {
    margin-top: 8px;
}

    .nav-link-user img {
        vertical-align: middle !important;
    }

.navbar-bg {
    height: 70px !important;
}

.navbar-nav .main-nav-item a {
    height: 28px;
}

.navbar-nav .main-nav-item.active {
    border-bottom: 4px solid #d91a2a;
}

    .navbar-nav .main-nav-item.active i {
        color: rgba(48,49,51,1);
    }

.navbar-nav .main-nav-item .el-badge__content {
    border: none !important;
}

.navbar .nav-link {
    color: #303133 !important;
}

.navbar-right {
    margin: 0 0 auto auto;
}

    .navbar-right .user-name {
        color: #303133;
        vertical-align: top;
        display: inline-block;
        margin: 2px 10px;
    }

/* page-header*/
.page-header {
    display: flex;
    line-height: 24px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    margin-bottom: 30px;
    padding: 5px 20px 20px 20px;
}

.page-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-right: 40px;
    position: relative;
}

    .page-header__left i {
        font-size: 18px;
        margin-right: 6px;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .page-header__left::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 16px;
        right: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #ffffff;
    }

.page-header__back {
    font-size: 14px;
    font-weight: 500;
}

.page-header__content {
    font-size: 20px;
    color: #303133;
}


/* project */
.project {
    margin: 0 auto;
}

    .project .article-header {
        height: 350px !important;
    }

    .project .project-title {
        font-size: 2em;
        font-weight: normal;
    }

    .project .project-members .card-body {
        max-height: calc(100vh - 520px);
        overflow-y: scroll;
        padding-bottom: 25px;
    }

    .project .section-header {
    }

        .project .section-header .section-header-breadcrumb {
            margin-left: auto;
            display: flex;
            align-items: center;
        }

    .project .sticky-header {
        position: sticky;
        top: 0;
        z-index: 10000;
    }

    .project .sticky-header-enter-active {
        transition: all .3s ease;
    }

    .project .sticky-header-leave-active {
        transition: all .8s ease;
    }

    .project .sticky-header-enter, .sticky-header-leave-to {
        transform: translateX(10px);
        opacity: 0;
    }

    .project .schedule-image {
        width: 502px;
        clear: both;
        margin: 0 auto;
        overflow: hidden;
    }

        .project .schedule-image .single {
            width: 500px;
            height: 500px;
            clear: both;
            overflow: hidden;
            position: relative;
            border: 1px solid #ffffff;
            cursor: pointer;
        }

        .project .schedule-image .half {
            width: 500px;
            height: 250px;
            clear: both;
            overflow: hidden;
            position: relative;
            border: 1px solid #ffffff;
            cursor: pointer;
        }

        .project .schedule-image .quarter {
            width: 250px;
            height: 250px;
            float: left;
            overflow: hidden;
            position: relative;
            border: 1px solid #ffffff;
            cursor: pointer;
        }

        .project .schedule-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: auto;
        }

    .project .schedules {
        /*height: 350px;*/
    }

        .project .schedules .el-divider__text {
            background: #ffffff !important;
        }

    .project .sticky-contents {
        min-width: 200px;
        position: sticky;
        top: 94px;
    }

    .project .timeline {
        /*min-width:565px;*/
    }

    .project .project-description {
        white-space: pre-wrap;
    }

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* quessionare */

.questionnaire .caption {
    width: 150px;
    float: left;
}

.questionnaire .form {
    width: calc(100% - 150px);
    float: left;
}

.questionnaire .single {
    width: 500px;
    height: 500px;
    clear: both;
    overflow: hidden;
    position: relative;
    border: 1px solid #ffffff;
    cursor: pointer;
}

/* search-form */
.search-form {
    min-width: 250px;
}

.search-element {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

    .search-element label {
        margin-bottom: 0 !important;
    }

/* report-form */

.report-form .added-image .badge, .report-form .attached-image .badge {
    font-size: 25px;
    color: #67c23a;
    z-index: 9999;
    transition: all 0.3s;
    opacity: 0;
    display: block;
    background-color: rgba(255,255,255,1.0);
    position: absolute;
    top: 0;
    left: 121px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.report-form .added-image:hover .el-icon-error:before, .report-form .attached-image:hover .el-icon-error:before {
    opacity: 1;
}

.report-form .added-image:hover .badge, .report-form .attached-image:hover .badge {
    opacity: 1;
}

.report-form .added-image .el-icon-error:before, .report-form .attached-image .el-icon-error:before {
    transition: all 0.3s;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
}

.report-form .added-image {
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    margin: 0 8px 8px 0;
    float: left;
}

.report-form .attached-image {
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    margin: 0 8px 8px 0;
    float: left;
}

    .report-form .attached-image img {
        transition: all 0.3s;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
    }

.report-form .images {
    min-height: 148px;
}

/* scroll-container */

.scroll-container {
    overflow-y: scroll;
    outline: none;
    touch-action: none;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.3);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

/* schedule dialog */

.schedule-dialog .card-body {
    max-height: calc(100vh - 250px);
    overflow-y: scroll;
}

/* sidebar menu */

.section-header {
    padding: 20px 25px !important;
}

    .section-header .section-header-action {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .section-header .section-header-center {
        margin-left: 35px;
    }

    .section-header .section-header-action label {
        margin-bottom: 0;
    }

    .section-header .section-header-item {
        margin-right: 10px;
    }

    .section-header .el-button-group {
        margin-bottom: 1px;
    }

/* sidebar menu */
.sidebar-menu li i {
    display: inline-block !important;
    width: 20px !important;
    text-align: center !important;
}

/* switch */
.el-switch.is-checked .el-switch__core {
    border-color: #67c23a !important;
    background-color: #67c23a !important;
}

/* swal */
.swal2-container {
    z-index: 99999999 !important;
}

/* talk */
.talk .add-user {
    width: 500px;
}

    .talk .add-user .search {
        padding: 0 15px;
        margin-top: 15px;
    }

    .talk .add-user .selected-users {
        padding: 0 15px;
    }

        .talk .add-user .selected-users .selected-user {
            width: 70px;
            float: left;
            text-align: center;
            margin-right: 15px;
            margin-bottom: 10px;
        }

        .talk .add-user .selected-users .user-avatar {
            height: 70px;
            margin-top: 15px;
            position: relative;
        }


            .talk .add-user .selected-users .user-avatar .badge {
                display: block;
                background: #ffffff;
                position: absolute;
                left: 50px;
                height: 25px;
                width: 25px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }

            .talk .add-user .selected-users .user-avatar .el-icon-error:before {
                left: 0;
                top: 0;
                position: absolute;
            }

    /*.talk .add-user td {
        border: 0px none;
    }*/

    .talk .add-user .users {
        margin: 15px 0;
        padding: 0 5px 0 15px;
    }

        .talk .add-user .users .el-table .el-table__body-wrapper {
            overflow-y: scroll;
            max-height: 400px;
        }

            .talk .add-user .users .el-table .el-table__body-wrapper .check i {
                font-size: 20px !important;
                color: #67c23a;
            }

            .talk .add-user .users .el-table .el-table__body-wrapper .selected-row {
                background-color: #ecf9f1;
            }

            .talk .add-user .users .el-table .el-table__body-wrapper::-webkit-scrollbar {
                width: 10px;
            }

            .talk .add-user .users .el-table .el-table__body-wrapper::-webkit-scrollbar-track {
                border-radius: 10px;
                box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
            }

            .talk .add-user .users .el-table .el-table__body-wrapper::-webkit-scrollbar-thumb {
                background-color: rgba(0, 0, 50, 0.3);
                border-radius: 10px;
                box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
            }

        .talk .add-user .users .added-user {
            color: #67c23a;
        }

        .talk .add-user .users .user {
            padding: 0 15px;
        }

.talk .chat-box {
    height: calc(100vh - 150px);
}

    .talk .chat-box .chat-form .send {
        right: 45px !important;
    }

    .talk .chat-box .card-header-action .add-user {
        border: none !important;
        height: 40px;
        width: 40px;
        margin-right: 5px;
    }

    .talk .chat-box .card-header-action .settings {
        border: none !important;
        height: 40px;
        width: 40px;
    }

    .talk .chat-box .image {
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
        position: relative;
    }

        .talk .chat-box .image img {
            border-radius: 20px;
        }

    .talk .chat-box .chat-form {
        padding: 15px 15px 10px 15px;
        position: relative;
    }

.talk .chat-content .readers {
    width: 100%;
}

.talk .chat-content::-webkit-scrollbar {
    width: 10px;
}

.talk .chat-content::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
}

.talk .chat-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.3);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

/*.talk .jumbotron{
        background-color:#ffffff;
    }*/

.talk .jumbotron h1 i {
    font-size: 130px;
    color: #ffffff;
}

.talk .messages {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.talk .message-header {
    margin-top: 3px;
    position: relative;
}

.talk .message {
    min-height: 37px;
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    max-width: 70%;
    white-space: pre-line;
    word-wrap: break-word !important;
    position: relative;
}

.talk .file {
    width: 300px;
    border-radius: 20px;
    padding: 8px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    word-wrap: break-word !important;
    position: relative;
}

    .talk .file .file-header {
        margin-top: 15px;
        text-align: center;
    }

        .talk .file .file-header i {
            font-size: 3em;
        }

    .talk .file .extension {
        text-align: center;
    }

    .talk .file .file-contents {
        margin-top: 5px;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 10px;
    }

    .talk .file .file-name {
        font-size: 1.5em;
        font-weight: bold;
    }

    .talk .file .file-footer {
        margin-top: 5px;
        text-align: center;
    }

.talk #scroll-container {
    overflow-y: scroll;
    outline: none;
    touch-action: none;
}

.talk .settings .media-title {
    font-size: 20px;
    line-height: 50px;
}

.talk .settings .media {
    padding: 15px 0;
}

.talk .yours {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}

.talk .talkrooms {
    max-height: calc(100vh - 150px);
}

.talk .talkrooms-body {
    overflow-y: auto;
    outline: none;
    touch-action: none;
}

    .talk .talkrooms-body::-webkit-scrollbar {
        width: 10px;
    }

    .talk .talkrooms-body::-webkit-scrollbar-track {
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    }

    .talk .talkrooms-body::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.3);
        border-radius: 10px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    }

.talk .talkrooms td {
    border: 0px none;
}

.talk .talkrooms tr {
    border: 0px none;
}

.talk .talkrooms table {
    border: 0px none;
}

.talk .talkrooms .talkroom {
    padding: 10px 15px;
    cursor: pointer;
}

    .talk .talkrooms .talkroom .el-avatar {
        min-width: 50px !important;
    }

    .talk .talkrooms .talkroom .last-updated {
        min-width: 75px !important;
    }

    .talk .talkrooms .talkroom .media-title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 280px;
    }

    .talk .talkrooms .talkroom .message-text {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 280px;
    }

.talk .yours.first {
    margin-top: 20px;
}

.talk .yours .user-avatar {
    margin: 5px 0 0 3px;
    width: 40px;
    position: absolute;
}

.talk .yours .message-header {
    margin-left: 70px;
}

.talk .yours .time {
    margin-left: 10px;
}

.talk .yours .message {
    margin-left: 70px;
    margin-right: 25%;
    background-color: #eee;
    position: relative;
}

    .talk .yours .message.first:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: -7px;
        height: 20px;
        width: 20px;
        background: #eee;
        border-top-right-radius: 15px;
    }

    .talk .yours .message.first:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: -10px;
        width: 10px;
        height: 20px;
        background: #f9f9f9;
        border-top-right-radius: 10px;
    }

.talk .yours .image {
    margin-left: 70px;
    margin-right: 25%;
    position: relative;
}

.talk .yours .file {
    margin-left: 70px;
    margin-right: 25%;
    background-color: #eee;
    position: relative;
}

.talk .mine {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .talk .mine.first {
        margin-top: 20px;
    }

    .talk .mine .message-header {
        text-align: right;
    }

    .talk .mine .message {
        color: white;
        margin-left: 25%;
        background: linear-gradient(to bottom, #fddede 0%, #f66666 100%);
        background-attachment: fixed;
        position: relative;
    }

        .talk .mine .message.first:before {
            content: "";
            position: absolute;
            z-index: 0;
            top: 0;
            right: -8px;
            height: 20px;
            width: 20px;
            background: linear-gradient(to bottom, #fddede 0%, #f66666 100%);
            background-attachment: fixed;
            border-top-left-radius: 15px;
        }

        .talk .mine .message.first:after {
            content: "";
            position: absolute;
            z-index: 1;
            top: 0;
            right: -10px;
            width: 10px;
            height: 20px;
            background: #f9f9f9;
            border-top-left-radius: 10px;
        }

    .talk .mine .image {
        background-attachment: fixed;
        position: relative;
    }

    .talk .mine .file {
        background-color: #eee;
        background-attachment: fixed;
        position: relative;
    }

/*.talk .message.last{
        margin-bottom:30px;
    }*/

.talk .multiline-text {
    width: calc(100% - 100px);
}

.talk .el-divider__text {
    background: #f9f9f9 !important;
}

.talk #unread.el-divider {
    background-color: #f66666;
}

    .talk #unread.el-divider .el-divider__text {
        color: #f66666;
    }

.talk .upload {
    float: right;
}

/* schedule dialog */

.schedule-dialog .card-body {
    max-height: calc(100vh - 250px);
    overflow-y: scroll;
}

/* Timecard */

.timecard {
    text-align: center;
}

/* Time Grid */
.fc-bg {
    background-color: #fff;
}

.fc-body {
    background-color: #f9f9f9;
}

.fc-button-group {
    margin-bottom: 1px;
}

.el-button--primary {
    color: #FFF;
    background-color: #303133;
    border-color: #303133;
}

.fc-button {
    color: #303133;
    border-radius: 4px !important;
    font-size: 13px;
    background: #eaeaeb;
    border-color: #acadad;
}

    .fc-button:disabled {
        color: #838385;
        background-color: #eaeaeb;
        border-color: #d6d6d6
    }

.fc-button-group, .fc-today-button {
    margin-right: 1rem !important;
}

    .fc-button-group .fc-button:focus, .fc-button-group .fc-button:hover {
        background: #303133;
        border-color: #303133;
        color: #FFF
    }

    .fc-button-group .fc-button:active {
        background: #2b2c2e;
        border-color: #2b2c2e;
        color: #FFF;
        outline: 0
    }

    .fc-button-group > .fc-button:not(:last-child) {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .fc-button-group > .fc-button:not(:first-child) {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

.fc-add-button {
    color: #FFF;
    background-color: #303133;
    border-color: #303133;
    /*padding:13px 20px!important;
        font-size:0px;
        line-height:0px;*/
}

.fc-content {
    padding: 3px 5px;
    color: #ffffff;
}


    .fc-content .fc-time {
        color: #ffffff;
        font-weight: bold !important;
        height: 24px !important;
    }


/*.fc-add-button:before {
        font-family: 'Font Awesome 5 Free';
        content: '\f053';
        font-weight: 900;
        font-size: 14px !important;
        line-height: 14px;
    }*/

.fc-timeGrid-view {
}

    .fc-timeGrid-view .schedule {
        border: none;
        background-color: #67c23a;
        text-align: left;
        padding: 3px;
    }

    .fc-timeGrid-view .fc-content {
        text-align: left;
    }

.fc-day-header span {
    color: #909399 !important;
    font-weight: bold !important;
}

.fc-row.fc-widget-header {
    border-color: #fff !important;
}

.fc-slats .fc-time {
    color: #909399 !important;
    font-weight: bold !important;
    height: 24px !important;
}

.fc-timeGrid-view .fc-day-grid {
    display: none;
}

.fc-timeGrid-view .fc-divider {
    display: none;
}

.fc-timeGrid-view .fc-scroller {
    height: calc(100vh - 300px) !important;
    /*overflow-y: scroll;*/
}

.fc-today {
    background-color: #ffffe0 !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

.fc-view > table tr, .fc-view > table td {
    border-color: #ebeef4 !important;
}

.fc-view > table th {
    border-color: #ebeef4 !important;
}

.fc-minor td {
    border-top: 1px dashed #f0f0f0 !important;
}

.fc-view-container {
}

.task-rep .fc-title:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f304';
    font-weight: 900;
    margin-right: 5px;
}

.task-rep.fc-event {
    background-color: #33cccc !important;
    border-color: #33cccc !important;
}

.task-tim .fc-title:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f017';
    font-weight: 400;
    margin-right: 5px;
}

.task-tim.fc-event {
    background-color: #ff72b8 !important;
    border-color: #ff72b8 !important;
}

.task-qst .fc-title:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0ae';
    font-weight: 900;
    margin-right: 5px;
}

td.fc-day-top {
    padding: 3px !important;
}

.status-success.fc-event {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0 !important;
}


/* User Detail */
.user-detail .section-header {
    margin-bottom: 5px;
}

.schedule-dialog .card-body {
    max-height: calc(100vh - 250px);
    overflow-y: scroll;
}

.task-dialog .card-body {
    max-height: calc(100vh - 250px);
    overflow-y: scroll;
    padding-bottom: 25px;
}

.task-dialog .checkList-image {
    width: 502px;
    clear: both;
    overflow: hidden;
}

    .task-dialog .checkList-image .single {
        width: 500px;
        height: 500px;
        clear: both;
        overflow: hidden;
        position: relative;
        border: 1px solid #ffffff;
        cursor: pointer;
    }

    .task-dialog .checkList-image .half {
        width: 500px;
        height: 250px;
        clear: both;
        overflow: hidden;
        position: relative;
        border: 1px solid #ffffff;
        cursor: pointer;
    }

    .task-dialog .checkList-image .quarter {
        width: 250px;
        height: 250px;
        float: left;
        overflow: hidden;
        position: relative;
        border: 1px solid #ffffff;
        cursor: pointer;
    }

    .task-dialog .checkList-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
    }

.order-detail-dialog .card-body {
    max-height: calc(100vh - 250px);
    overflow-y: scroll;
    padding-bottom: 25px;
}

/*login*/
.section .login {
    width: 530px;
}

    .section .login .card-header {
        padding: 30px;
    }
/*workspace*/
.workspace .card-body {
    font-size: 14px;
}

.workspace .name {
    font-weight: bold;
    color: darkgrey;
    text-align: right;
}

.workspace .el-progress-bar__outer {
    border-radius: initial;
}

.workspace .el-progress-bar__inner {
    border-radius: initial;
}

.required::before {
    content: " * ";
    color: red;
    vertical-align: middle;
}
