.mydocs-container {
    font-family: NotoSansKR, sans-serif;
    position: fixed;
    width: 100%;
    max-width: 1300px;
    min-width: 1200px;
    height: 80%;
    padding: 24px;
    background-color: #2c2c2c;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0px #00000080;
}

.mydocs-title-wrap {
    margin-bottom: 12px;
}

.mydocs-title-tab {
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
    color: #a4a4a4;
    cursor: pointer;
}

.mydocs-close-btn {
    position: absolute;
    width: 20px;
    top: 26px;
    right: 26px;
    cursor: pointer;
    transition: all ease 0.2s;
}

.mydocs-close-btn:hover {
    transform: scale(1.1);
}

.mydocs-list-container {
    overflow: auto;
    width : 100%;
    height: calc(100% - 36px);
    color: #FFFFFF;
}

.docslist-status-box {
    text-indent: 0 !important;
}

.docs-func-btn {
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 73px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    background-color: #4A4A4A;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
}

.docs-func-btn:hover {
    background-color: #5c5c5c;
}

.docslist-func-btn:hover {
    background-color: #5c5c5c !important;
}

.detail-more-btn:hover > .morebtn-icon {
    filter: brightness(100);
}

.mydocs-detail-container {
    background-color: #2c2c2c;
    border-radius: 3px;
    height: calc(100% - 36px);
    float: right;
    color: #ffffff;
}

#detail-nav-right-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-more-btn {
    position: relative;
    width: 32px;
    height: 32px;
}

.detail-more-list {
    /*display: none;*/
    position: absolute;
    height: max-content;
    top: 35px;
    right: 0;
    z-index: 1;
    width: 100px;
    border: 1px solid #7C7C7C;
    border-radius: 3px;
    background-color: #414141;
    box-shadow: 4px 4px 4px 0px #000000;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.detail-status-labelbox {
    display: inline-block;
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    border-radius: 5px;
}

.detail-status-label {
    font-size: 12px;
    margin-left: 12px;
}

.detail-title-wrap {
    position: relative;
    margin: 12px 0px;
}

.detail-title {
    font-size: 28px;
    margin-bottom: 12px;
}

.detail-create-date {
    position: absolute;
    font-size: 12px;
    color: #a4a4a4;
    right: 0;
    top: 0;
}

.detail-from-member-name-wrap {
    font-size: 14px;
    margin-bottom: 6px;
}

.detail-writer-title, .detail-target-title{
    font-weight: 400;
    color: #cccccc;
    margin-right: 12px;
}

.detail-docs-writer {
    margin-right: 6px;
}

.detail-from-group-name {
    color: #a4a4a4;
    font-size: 12px;
}

.detail-target-name-wrap {
    font-size: 14px;
}

.mydocs-title-tab {
    color: #a4a4a4;
}

.docs-detail-navbar {
    display: flex;
    height: 32px;
    margin-bottom: 12px;
    justify-content: space-between;
}

.docs-product-info-wrap {
    width: 100%;
    padding: 12px 0px;
    margin: 12px 0px;
    /*border-bottom: 1px solid #4a4a4a;*/
}

.reasonbox-docs-header {
    position: fixed;
    width: 896px;
    background-color: #2c2c2c;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 2px solid #4a4a4a;
    border-radius: 8px 8px 0 0;
}

.reasonbox-docs-navbar {
    display: flex;
    height: 32px;
    margin-bottom: 12px;
    justify-content: space-between;
}

.reasonbox-docs-status-label-box {
    display: inline-block;
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #FFBA01;
}

.reasonbox-docs-title-wrap {
    position: relative;
    margin: 12px 0;
}

.reasonbox-docs-title {
    font-size: 28px;
    margin-bottom: 12px;
}

.reasonbox-docs-create-date {
    position: absolute;
    font-size: 12px;
    color: #a4a4a4;
    right: 0;
    top: 0;
}

.reasonbox-docs-from-member-name-wrap {
    font-size: 14px;
    margin-bottom: 6px;
}

.reasonbox-docs-writer-title {
    font-weight: 400;
    color: #cccccc;
    margin-right: 12px;
}

.reasonbox-docs-writer {
    margin-right: 6px;
}

.reasonbox-docs-group-name {
    color: #a4a4a4;
    font-size: 12px;
}

.reasonbox-docs-target-name-wrap {
    font-size: 14px;
}

.reasonbox-docs-target-title {
    font-weight: 400;
    color: #cccccc;
    margin-right: 12px;
}

.reasonbox-docs-content-wrap {
    padding: 0 24px;
}

.reasonbox-docs-log-wrap {
    width: 100%;
    padding: 18px 0px;
    margin-top: 165px;
    margin-bottom: 12px;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
}

.reasonbox-docs-footer {
    position: fixed;
    bottom: calc(1px + 10vh);
    width: 896px;
    height: max-content;
    background-color: #2c2c2c;
    border-top: 1px solid #4a4a4a;
    border-radius: 0 0 8px 8px;
}

.reasonbox-docs-reason-wrap {
    border-bottom: none;
    padding: 0 24px;
    margin: 24px 0px;
}

.reasonbox-docs-reason-input {
    resize: none;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 66px;
    border-radius: 3px;
    background-color: #4a4a4a;
    border: none;
    padding: 12px;
    vertical-align: top;
}

.reasonbox-docs-reason-submit-btn {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    width: 896px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    border-radius: 0 0 8px 8px;
    background-color: #fa6400;
}

.detail-close-btn {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    top: 26px;
    right: 26px;
    cursor: pointer;
    transition: all ease 0.2s;
}

.detail-close-btn:hover {
    transform: scale(1.1);
}

.detail-morebtn-items:hover {
    color: #fa943d;
}

.selected-docs {
    color: #FA943D;
    pointer-events: none;
}

.td-inner-container {
    height: inherit !important;
}

.docs-log-wrap {
    display: flex;
    align-items: center;
    margin: 6px 0px;
}

.docs-log-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.docs-writer-wrap {
    display: inline-block;
}

.docs-writer-name {
    font-size: 12px;
    margin-right: 6px;
}

.docs-writer-group {
    color: #a4a4a4;
    font-size: 12px;
    margin-right: 6px;
}

.docs-writer-time {
    color: #a4a4a4;
    font-size: 12px;
}

.doc-log-type {
    font-size: 14px;
}

.docs-important-btn {
    background: none;
}

.docs-filter-btn {
    margin-left: 12px;
    width: 80px;
    height: 36px;
    background-color: #4A4A4A;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.docs-filter-btn:hover {
    background-color: #5c5c5c;
}

.docs-filter-btn > img {
    width: 20px;
    filter: brightness(100);
}

.date_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.filter-date {
    height: 30px;
    line-height: 30px;
    width: 110px;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    border-bottom: 2px solid #4A4A4A;
    /*border-radius: 3px;*/
}

.filter-date > input {
    position: relative;
    background: none;
    width: 80px;
    color: white;
    height: 25px;
    border: none;
    border-bottom: none;
    margin-right: 3px;
    padding-right: 0px;
    font-size: 14px;
}

#ui-datepicker-div {
    z-index: 10011 !important;
}

.filter-popup-wrap {
    position: absolute;
    width: 260px;
    height: 180px;
    z-index: 10010;
    background-color: #414141;
    border: 1px solid #7c7c7c;
    border-radius: 3px;
    box-shadow: 4px 4px 4px 0px #000000;
    animation: fadein 0.5s;
}

.filter-popup-header {
    display: flex;
    justify-content: space-between;
    padding: 24px 24px 0px 24px;
}

.filter-popup-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.filter-popup-close-button {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.filter-popup-body {
    padding: 24px;
    height: calc(100% - 80px);
}

.filter-popup-subtitle {
    color: #CCCCCC;
    font-size: 14px;
    font-weight: 500;
}

@media only print {
    /*#print-content {*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*    overflow: visible;*/
    /*}*/
    body, .CLASS-of-parent-tag, #ID-of-div-with-long-content {
        display: block !important;
        position: relative !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        margin-left: 0 !important;
    }
}
