
.dialog .ppt-items {
    list-style: none;
    min-height: 23px;
    overflow: auto;
    margin-bottom: 0;
    padding-left: 0;
}

.dialog .ppt-item {
    float: left;
    border: 1px solid #080808;
    background: #efefef;
    padding: 2px 4px;
    margin: 0 2px 4px;
    border-radius: 4px;
}

.jqx-item .btn-group.inline-box{
    float: left;
}

.jqx-item .ppt-items{
    padding-left: 20px;
    padding-left: 130px;
}

.jqx-item .ppt-items .ppt-item{
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
    display: flex;
}

.jqx-item .ppt-items .ppt-item .ppt-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.jqx-item .ppt-items .ppt-item .ppt-label:hover {
    text-decoration: underline;
}

.jqx-item .ppt-items .ppt-item .ppt-item-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.jqx-item .ppt-items .ppt-item .ppt-item-label:hover {
    text-decoration: underline;
}

.jqx-window .form-floating-click-area{
    display: none;
}

.window-header {
    padding: 10px;
}

.jqx-window .form-main {
    min-height: unset;
}

.jqx-grid-cell_gray {
    color: #9f9f9f;
    font-style: italic;
}

.window-form {
    margin-top: 15px;
}

.window-form .form-main {
    min-height: unset !important;
}

.menu-sub .doc-menu-item .fav-icon {
    display: none;
}


.page-body .user-name span {
    width: 36px;
    height: 36px;
}

.user-profile{
    display: inline-block;
}

.profile-photo-box{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-photo-box .photo {
    width: 100%;
    display: inline-block;
    border-radius: 50%;
}

.doc-assigners {
    display: inline-block;
}



.doc-menu-item i.doc-plus {
    cursor: pointer;
    color: #30475E;
    transition: all 0.3s ease;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 25px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 111;
    opacity: 0;
}
.doc-menu-item:hover > i.doc-plus {
    opacity: 1;
}

.doc-menu-item > a.menu-item-3 + i.doc-plus {
    top: 5px;
}

/* 간트차트 */
.gantt-task-hide-drag-progress .gantt_task_progress_drag {
    display: none !important;
}

.gantt-task-hide-drag-start-date .gantt_task_drag.task_start_date {
    display: none !important;
}

.gantt-task-hide-drag-end-date .gantt_task_drag.task_end_date {
    display: none !important;
}

.btn-red {
    background: red;
}


.page-body>.content .document-editor .form-categories {
    top: 110px;
}

.document-editor .form-categories {
    margin-right: 0 !important;
}

/* pms header count box */
#header .countBox {
    position: absolute;
    right: 100px;
    top: 9px;
    border-radius: 3px;
    background-color: rgb(170 184 199 / 34%);
    padding: 3px 10px 3px 4px;
}
#header .dday-item, #header .progress-item {
    font-size: 0.9rem;
    display: inline-block;
    vertical-align: middle;
}
#header .dday-item {
    background-color: #aab8c7;
    border-radius: 3px;
    padding: 0 10px;
    margin-right: 5px;
}
#header .progress-item {
    color: #fff;
}
#header .progress-item span {
    display: inline-block;
}

@media all and (max-width: 1024px) {
    #header .countBox {right: 50px;}
}


.control-btn-group .btn {
    padding: 2px 4px;
}

.btn-add-row {
    color: #70d0c2;
}

.btn-del-row {
    color: #ff0000;
}

.appr-noline .appr-name {
    display: none;
}

.custom-fp .jqx-grid-cell {
    border-width: 1px !important;
}
.custom-fp .jqx-widget .jqx-grid-cell-pinned {
    background-color: #fff;
}

.cycle-config .checkboxes label {
    min-width: 50px;
}

.multi-box {
    border: 1px solid #dbdbdb;
    padding: 2px 10px;
    border-radius: 4px;
    overflow: auto;
    margin-top: 4px;
    min-height: 30px;
}

.delete-year-date {
    float: right;
    border: 1px solid #dbdbdb;
    padding: 0px 5px;
    border-radius: 4px;
    margin: 0 2px 0 4px;
    cursor: pointer;
    width: 23px;
    text-align: center;
}

.year-date {
    display: flex;
    float: left;
    padding: 0 3px;
}


.cycle-main>.radioboxes {
    float: left;
    border-right: 2px solid #efefef;
    width: 80px;
}

.cycle-main .checkboxes label span {
    color: #1e1e1e;
}

/*담당자 이관*/
.preform-transfer .filter-box {
    display: flex;
}
.preform-transfer .filter-box select.org-list {
    width: unset;
    /*max-width: 100px;*/
}

/* Chrome, Safari, Edge, Opera */
.opt-auth-box input::-webkit-outer-spin-button,
.opt-auth-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.opt-auth-box input[type=number] {
    -moz-appearance: textfield;
}