@charset "UTF-8";
/*--head*/
.mlw-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 50px;
    background: #1f8eec;
    z-index: 1000;
}

.mlw-head > div {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.mlw-head > div > div {
    margin: 0 20px;
}

.mlw-head > div > .mlw-split {
    margin: 0;
    width: 1px;
    height: 18px;
    background: #ffffff;
    opacity: 0.5;
}

.mlw-head-left > div {
    justify-content: flex-start;
}

.mlw-head-left > .mlw-logo {
    margin-right: 10px;
}

.mlw-head-left > .mlw-title {
    margin-left: 0;
    font-size: 20px;
}

.mlw-head-left > .mlw-org {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.mlw-head-left > .mlw-org > .el-dropdown {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.mlw-head-left > .mlw-org .el-dropdown-link {
    color: #ffffff;
    cursor: pointer;
}

.mlw-org-dropdown li {
    line-height: 24px;
    font-size: 16px;
}

.mlw-head-right > div {
    justify-content: flex-end;
}

.mlw-head-right .mlw-user-wrap {
    display: flex;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
}

.mlw-head-right .mlw-docs {
    width: 20px;
    height: 20px;
    margin: 0;
    display: flex;
}

.mlw-head-right .mlw-docs .link {
    opacity: 0.8;
}

.mlw-head-right .mlw-docs .link:hover {
    opacity: 1;
}

.mlw-head-right .mlw-docs .icon {
    color: #fff;
    font-size: 18px;
}

.mlw-user-wrap > .mlw-user-avater {
    margin-right: 10px;
}

.mlw-user-wrap > .mlw-user-avater > .el-avatar {
    width: 32px;
    height: 32px;
}
/*head--*/

/*--menu*/
.mlw-menu {
    overflow-x: hidden;
    position: fixed;
    z-index: 1000;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 250px;
    height: auto;
    padding-bottom: 50px;
    background-color: #ffffff;
    border-right: solid 1px var(--el-menu-border-color);
}

.mlw-menu-collapse {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 28px;
}

.mlw-menu-collapse-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
}

.mlw-menu-collapse-btn:hover {
    background-color: var(--el-menu-hover-bg-color);
}

.mlw-menu-close > .mlw-menu {
    width: 50px;
}

.mlw-menu-open > .mlw-menu {
    width: 250px;
}

.mlw-menu .el-menu {
    height: 100%;
    border-right: none;
}

.mlw-menu-close .el-menu--collapse {
    width: 100%;
}

.mlw-menu-close .el-sub-menu__title {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}


.el-sub-menu__title {
    height: 40px;
    line-height: 40px;
}

.el-menu-item {
    height: 40px;
    line-height: 40px;
}

.mlw-menu .iconfont {
    font-size: 16px;
    color: #000;
}
/*menu--*/

/*--body*/
.mlw-main {
    position: fixed;
    top: 50px;
    left: 250px;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 1000px;
    height: auto;
    background-color: #f8f8f8;
}

.mlw-main.mlw-core .mlw-tab-home {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.mlw-menu-close > .mlw-main {
    left: 49px;
}

.mlw-menu-open > .mlw-main {
    left: 249px;
}

.mlw-main > .mlw-tabs {
    height: 100%;
}

.mlw-main > .mlw-tabs > .el-tabs__header {
    margin: 0;
    background-color: #fff;
}

.mlw-main > .mlw-tabs > .el-tabs__content {
    flex: 1;
}

.mlw-main > .mlw-tabs .el-tabs__nav {
    border-left: none !important;
}

.mlw-main > .mlw-tabs .el-tab-pane {
    height: 100%;
}

.mlw-main > .mlw-tabs > .el-tabs__content > .el-tab-pane > iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/*body--*/
.mlw-iframe-dialog.mlw-big .el-dialog {
    width: 80%;
    height: 80%;
}

.mlw-iframe-dialog.mlw-middle .el-dialog {
    position: relative;
    width: 1000px;
    height: 800px;
}

.mlw-iframe-dialog.mlw-normal .el-dialog {
    position: relative;
    width: 700px;
    height: 800px;
}

.mlw-iframe-dialog.mlw-small .el-dialog {
    position: relative;
    width: 700px;
    height: 600px;
}

.mlw-iframe-dialog .el-dialog.is-fullscreen {
    width: 100%;
    height: 100%;
}

.mlw-iframe-dialog .el-dialog > .el-dialog__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    margin: 0;
    background-color: #1f8eec;
}

.mlw-iframe-dialog .el-dialog .el-dialog__title {
    color: #fff;
}

.mlw-iframe-dialog .el-dialog .el-dialog__headerbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
    width: 32px;
    height: 32px;
}

.mlw-iframe-dialog .el-dialog .el-dialog__close {
    color: #fff;
}

.mlw-iframe-dialog .el-dialog > .el-dialog__body {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0 20px 20px 20px;
}

.mlw-iframe-dialog iframe {
    border: none !important;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

/*通知--*/
.mlw-notice {
    width: 700px;
    padding: 0 10px 10px 10px;
    background: #fff;
    border: solid 1px var(--el-menu-border-color);
    border-radius: 2px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}

.mlw-notice .el-tabs__header {
    margin-bottom: 0;
}

.mlw-notice .mlw-notice-pane {
    min-height: 329px;
}

.mlw-notice .mlw-tool {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 10px;
    width: auto;
    height: 40px;
    font-size: 18px;
    z-index: 10;
}

.mlw-notice .mlw-tool > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.mlw-notice .mlw-tool > span:hover {
    color: #1f8eec;
}

.mlw-notice .mlw-list {
    height:800px;
}

.mlw-notice .mlw-list-wrap > li {
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid var(--el-border-color);
}

.mlw-notice .mlw-notice-read {
    /*color: var(--el-text-color-read);*/
    opacity: 0.5;
}

.mlw-notice .mlw-list-wrap > li:hover {
    background: var(--el-bg-color-hover);
}

.mlw-notice .mlw-list-wrap > li > p {
    padding: 5px 0 0;
}

.mlw-notice .mlw-list-wrap > li > p:first-child {
    display: flex;
    justify-content: space-between;
}

.mlw-notice .mlw-list-wrap > li > p:last-child {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #4b4b4b;
    padding-top: 10px;
    line-height: 1.6;
}

.mlw-notice .mlw-view-bill {
    color: #1f8eec;
    cursor: pointer;
}

.mlw-notice .mlw-view-bill:hover {
    text-decoration: underline;
}

.mlw-notice .mlw-page {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
/*--通知*/

/*通知弹窗提醒--*/
.mlw-ntc-pop {
    overflow: hidden;
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 350px;
    background: #fff;
    box-shadow: var(--el-box-shadow);
    border-radius: 2px;
}

.mlw-ntc-pop > .mlw-popup-tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    background: #1f8eec;
    color: #fff;
}

.mlw-ntc-pop > .mlw-popup-tool > div {
    display: flex;
    align-items: center;
}

.mlw-ntc-pop .mlw-popup-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.mlw-ntc-pop .mlw-popup-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.mlw-ntc-pop > .mlw-popup-con {
    max-height: 600px !important;
    min-height: 250px !important;
}

.mlw-ntc-pop .el-scrollbar {
    height: 100%;
}

.mlw-ntc-pop .mlw-list-wrap > li {
    padding: 0 10px;
    cursor: pointer;
}

.mlw-ntc-pop .mlw-list-wrap > li:hover {
    background: var(--el-fill-color-lighter);
}

.mlw-ntc-pop .mlw-notice-text {
    padding: 8px 0;
    border-bottom: 1px dashed var(--el-border-color);
}

.mlw-ntc-pop .mlw-list-wrap > li:last-child > .mlw-notice-text {
    border-bottom: none;
}

.mlw-ntc-pop .mlw-notice-text > p {
    width: 100%;
    padding: 2px 0;
}

.mlw-ntc-pop .mlw-notice-text > p:last-child {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mlw-ntc-pop .mlw-notice-read {
    color: var(--el-text-color-read);
}
/*--通知弹窗提醒*/
.mlw-tab-home {
    height: 100%;
}

.mlw-tab-home > .el-tabs {
    width: 100%;
    height: 100%;
}

.mlw-home-pane {
    width: 100%;
}

.mlw-home-pane-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*看板--*/
.mlw-board {
    width: 700px;
    height: 800px;
    padding: 0 10px 10px 10px;
    background: #fff;
    border: solid 1px var(--el-menu-border-color);
    border-radius: 2px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}

.mlw-board > .mlw-board-tabs {
    height: 100%;
}

.mlw-board .el-tabs__header {
    margin-bottom: 0;
}

.mlw-board .mlw-tool {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 10px;
    width: auto;
    height: 40px;
    font-size: 18px;
    z-index: 10;
}

.mlw-board .mlw-tool > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.mlw-board-pane {
    height: 100%;
}

.mlw-board-pane .mlw-board-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    /*border-bottom: 1px solid #e7e7e7;*/
    padding: 0 10px;
}

.mlw-board-pane .mlw-board-con {
    height: calc(100% - 60px);
    padding: 0 10px 10px 10px;
}
/*--看板*/

/*工时日历--*/
.mlw-board-pane .calendar-weekdays {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.mlw-board-pane .calendar-weekdays div{
    flex: 1;
    text-align: center;
}

.mlw-board-pane .calendar-days {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.mlw-board-pane .day {
    width: calc(100% / 7);
    height: 85px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    color: #c1c1c1;
    cursor: pointer;
}

.mlw-board-pane .calendar-days .current-month {
    color: #000;
}

.mlw-board-pane .day-border {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
}

.mlw-board-pane .test-boarder{
    pointer-events: none;
    position: absolute;
    width: calc( 100% + 2px );
    height: calc( 100% + 2px );
    border: 2px solid #1f8eec;
    display: none;
}

.mlw-board-pane  .selected .test-boarder{
    display: block;
}

.mlw-board-pane .day-border:hover  .test-boarder{
    /*border: 2px solid #1f8eec;*/
    display: block;
}


.mlw-board-pane .flag-container {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
}


.mlw-board-pane .today-flag {
    left: 0;
    background: #1f8eec;
    color: #fff;
}

.mlw-board-pane .edit-flag {
    top: 2px;
    right: 2px;
    color: #fff;
}

.mlw-board-pane .day.current-month .day-border:hover .edit-flag {
    color: #1f8eec;
}

.mlw-board-pane .work-hours-container {
    position: absolute;
    bottom: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mlw-board-pane  .work-hours {
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 10px;
}

.mlw-board-pane .status-tag {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.mlw-board-pane .status-tag.no-write {
    background-color: #ff7043;
}
.mlw-board-pane .status-tag.no-clock-in {
    background-color: #bbbbbb;
}
/*--工时日历*/


#xxpt_tab>.el-tabs--border-card>.el-tabs__content {
    overflow: scroll;
}
