@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url(/fonts/NanumSquareR.eot);
    src: url(/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
        url(/fonts/NanumSquareR.woff) format('woff'),
        url(/fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url(/fonts/NanumSquareB.eot);
    src: url(/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
        url(/fonts/NanumSquareB.woff) format('woff'),
        url(/fonts/NanumSquareB.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url(/fonts/NanumSquareEB.eot);
    src: url(/fonts/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
        url(/fonts/NanumSquareEB.woff) format('woff'),
        url(/fonts/NanumSquareEB.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url(/fonts/NanumSquareL.eot);
    src: url(/fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
        url(/fonts/NanumSquareL.woff) format('woff'),
        url(/fonts/NanumSquareL.ttf) format('truetype');
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'NanumSquare', 'Roboto', 'SansSerif';
    font-size: 14pt;
    color: #777;
    background: #252b2f;
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content:
            url(/images/logo.svg)
            url(/images/logo_l_b.svg)
            url(/images/logo_l_w.svg)
            url(/images/icon_search_selected.svg)
            url(/images/icon_reset_hover.svg)
            url(/images/icon_view_list_seleted.svg)
            url(/images/icon_view_grid_seleted.svg)
            url(/images/icon_filter_disabled.svg)
            url(/images/icon_list_open_hover.svg)
            url(/images/icon_list_close_hover.svg)
            url(/images/icon_success.svg)
            url(/images/icon_fail.svg)
            url(/images/icon_trash_p.svg)
            url(/images/icon_radio_selected.svg)
            url(/images/icon_checkbox_selected.svg)
            url(/images/icon_answer_selected.svg)
            url(/images/btn_calendar_hover.svg)
            url(/images/btn_calendar_disabled.svg)
            url(/images/btn_statistics_h.svg)
            url(/images/btn_statistics_d.svg)
            url(/images/btn_history_h.svg)
            url(/images/btn_history_d.svg)
            url(/images/icon_more_hover.svg)
            url(/images/icon_download_h.svg)
            url(/images/icon_download_disabled.svg)
            url(/images/btn_restore_h.svg);
}

div, button, input, textarea {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    font-family: 'NanumSquare', 'Roboto', 'SansSerif';
}

.c-scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}
.c-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}
.c-scrollbar::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background-color: #293238;
    background-clip: padding-box;
    border-radius: 10px;
}

.clearboth {
    clear: both;
}

/* for jquery.custom.js UI */
#bConfirm .confirm-box .content,
#bAlert .alert-box .content,
#bConfirmDoNotShowAgain .confirm-box .content {
    position: relative;
    min-height: 160px;
    padding: 10px 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bAlert .download-message .content {
    text-align: left;
}

#bConfirm .confirm-box .content .sub,
#bAlert .alert-box .content .sub,
#bConfirmDoNotShowAgain .confirm-box .content .sub {
    padding-top: 8px;
    font-size: 12px;
    color: #72829d;
    line-height: 18px;
}

#bConfirm .confirm-box .btn-area,
#bAlert .alert-box .btn-area,
#bConfirmDoNotShowAgain .confirm-box .btn-area {
    position: relative;
    padding: 0 50px 30px 50px;
    white-space: nowrap;
}

#bConfirm .confirm-box .btn-area button,
#bConfirmDoNotShowAgain .confirm-box .btn-area button {
    width: 50%;
}
#bConfirm .confirm-box .btn-area button:first-child,
#bConfirmDoNotShowAgain .confirm-box .btn-area button:first-child {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-right: 6px;
}

#bConfirmDoNotShowAgain .confirm-box .checkbox_wrapper {
    padding: 10px 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}
#bConfirmDoNotShowAgain [type="checkbox"]:not(:checked) + label:before,
#bConfirmDoNotShowAgain [type="checkbox"]:checked + label:before {
    top: 0px;
    height: 16px;
}

#bConfirmDoNotShowAgain [type="checkbox"]:not(:checked) + label:after,
#bConfirmDoNotShowAgain [type="checkbox"]:checked + label:after {
    top: 1px;
    height: 16px;
}

#bConfirmDoNotShowAgain .confirm-box .content {
    min-height: 88px;
}

.loading-box + div {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.loading-box {
    margin: 0 auto 20px;
    position: relative;
    width: 88px;
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-box svg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: fadeIn 1000ms infinite;
}
.loading-box svg:nth-child(1) {
    animation-delay: 0ms;
}
.loading-box svg:nth-child(2) {
    animation-delay: 250ms; 
}  
.loading-box svg:nth-child(3) {
    animation-delay: 500ms; 
} 
.loading-box svg:nth-child(4) {
    animation-delay: 750ms; 
}
@keyframes fadeIn {
    0%, 25% {
      opacity: 0;
    }
    26%, 50% {
      opacity: 1;
    }
    51%, 100% {
      opacity: 0;
    }
}

.dialogCloseButton,
.miniDialogCloseButton {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent url(/images/icon_close.svg) center no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.miniDialogCloseButton {
    width: 20px;
    height: 20px;
    background-size: 12px;
}

.dialogCloseButton:hover,
.miniDialogCloseButton:hover {
    background-image: url(/images/icon_close_hover.svg);
}
/* for jquery.custom.js UI */


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 24px;
    padding-top: 2px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    width: 14px; height: 14px;
    border: 1px solid #41464b;
    background: #1b242c;
    box-shadow: none;
}
[type="checkbox"]:checked + label:before {
    border: 1px solid #41464b;
}
[type="checkbox"]:not(:checked):hover + label:before,
[type="checkbox"]:checked:hover + label:before {
    border-color: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✓';
    position: absolute;
    top: 1px; left: 1px;
    font-size: 14px;
    font-family: 'Roboto';
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: transparent;
    transition: all .1s;
}



.reason:checked + label:after {
    content: '' !important;
    position: absolute;
    top: 1px; left: 1px;
    font-size: 14px;
    font-family: 'Roboto';
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: transparent;
    transition: all .1s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #41464b;
    background-color: #252b2f;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #41464b;
}
[type="checkbox"]:disabled + label {
    color: #41464b;
}


[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 24px;
    padding-top: 2px;
    cursor: pointer;
}

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 0;
    width: 14px; height: 14px;
    border: 1px solid #41464b;
    background: #1b242c;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: none;
}
[type="radio"]:checked + label:before {
    border-color: #fff;
}
[type="radio"]:not(:checked):hover + label:before,
[type="radio"]:checked:hover + label:before {
    border-color: #fff;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px; left: 5px;
    border: 3px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: transparent;
    transition: all .1s;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #41464b;
    background-color: #252b2f;
}
[type="radio"]:disabled:checked + label:after {
    color: #41464b;
}
[type="radio"]:disabled + label {
    color: #41464b;
}


.fit-input-grey {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 8px 13px;
    background: #21262b;
    border: 1px solid #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px !important;
    color: #fff;
    vertical-align: middle;
}
.fit-input-grey:hover {
    border: 1px solid #404040;
}
.fit-input-grey::placeholder {
    color: #6c6c6c;
}
.fit-input-grey:focus {
    border: 1px solid #aaa;
}
.fit-input-grey:disabled {
    color: #6c6c6c;
    background: #707070;
    border: 1px solid #707070;
}

.fit-input-grey2 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 8px 13px;
    background: #21262b;
    border: 1px solid #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px !important;
    color: #fff;
    vertical-align: middle;
}
.fit-input-grey2:hover {
    border: 1px solid #404040;
}
.fit-input-grey2::placeholder {
    color: #6c6c6c;
}
.fit-input-grey2:focus {
    border: 1px solid #aaa;
}
.fit-input-grey2:disabled {
    color: #6c6c6c;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.fit-input-grey3 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 8px 13px;
    background: #21262b;
    border: 1px solid #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px !important;
    color: #fff;
    vertical-align: middle;
    cursor: default;
}
.fit-input-grey3:hover {
    border: 1px solid #21262b;
}
.fit-input-grey3::placeholder {
    color: #6c6c6c;
}
.fit-input-grey3:focus {
    border: 1px solid #21262b;
}
.fit-input-grey3:disabled {
    color: #6c6c6c;
    border: 1px solid #21262b;
    cursor: default;
}

.input-calendar {
    width: 140px;
    height: 36px;
    line-height: 36px;
    padding: 8px 10px;
    background: #21262b url(/images/btn_calendar.svg) right 8px center no-repeat;
    background-size: 22px;
    border: 1px solid #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px !important;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}
.input-calendar:hover {
    border: 1px solid #404040;
    background-image: url(/images/btn_calendar_hover.svg);
}
.input-calendar::placeholder {
    color: #6c6c6c;
}
.input-calendar:focus {
    border: 1px solid #aaa;
}
.input-calendar:disabled {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url(/images/btn_calendar_disabled.svg);
    border: 1px solid transparent;
    cursor: default;
}
.input-calendar:disabled::placeholder {
    color: transparent;
}

.error-input {
    border: 1px solid #f83b2b !important;
}
.error-text {
    color: #f83b2b;
}

.font-roboto {
    font-family: 'Roboto';
}

.color-orange,
.color-done {
    color: #1E57DC !important;
}

.color-skip {
    color: #56dbe6 !important;
}

.color-avg-me {
    color: #a058ff !important;
}

.color-avg-total {
    color: #1E57DC !important;
}

.color-object-new {
    color: #fac000 !important;
}

.color-object-cumul {
    color: #286ad5 !important;
}

.color-review-done {
    color: #3bbc8f !important;
}

.color-review-reject {
    color: #eb4d4d !important;
}

.color-dataset-complete {
    color: #3bbc8f !important;
}

.color-dataset-progress {
    color: #286ad5 !important;
}

.color-dataset-waiting {
    color: #aaa !important;
}

.btn_blue {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #ef6f1f;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_blue:hover, .btn_orange.on {
    background: #e84700;
}
.btn_blue:disabled, .btn_orange.off {
    color: #979c9e;
    background: #6c7276;
    cursor: default;
}

.btn_red {
    width: 295px;
    height: 42px;
    margin: 0;
    padding: 0 30px;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #e84700;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_red:hover, .btn_orange.on {
    background: #1E57DC;
}
.btn_red:disabled, .btn_orange.off {
    color: #979c9e;
    background: #6c7276;
    cursor: default;
}

.btn_orange {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #1E57DC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_orange:hover, .btn_orange.on {
    background: #5488FF;
}
.btn_orange:disabled, .btn_orange.off {
    color: #979c9e;
    background: #6c7276;
    cursor: default;
}

.btn_orange_ol {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    font-size: 14px !important;
    color: #fff;
    background: transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_orange_ol:hover, .btn_orange_ol.on {
    color: #1E57DC;
    border: 1px solid #1E57DC;
}
.btn_orange_ol:disabled, .btn_orange_ol.off {
    color: #979c9e;
    border: 1px solid #979c9e;
    cursor: default;
}

.btn_mint {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #3bbc8f;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_mint:hover, .btn_mint.on {
    background: #248965;
}
.btn_mint:disabled, .btn_mint.off {
    color: #979c9e;
    background: #6c7276;
    cursor: default;
}

.btn_light_blue {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #08B2C9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_light_blue:hover, .btn_light_blue.on {
    background: #06889a;
}
.btn_light_blue:disabled, .btn_light_blue.off {
    color: #979c9e;
    background: #6c7276;
    cursor: default;
}

.btn_grey {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #414b52;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_grey:hover, .btn_grey.on {
    background: #161c1f;
}
.btn_grey:disabled, .btn_grey.off {
    color: #979c9e;
    background: #6c7276;
    cursor: default;
}

.btn_navy {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #314360;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_navy:hover, .btn_navy.on {
    background: #253550;
}
.btn_navy:disabled, .btn_navy.off {
    color: #979c9e;
    background: #6c7276;
    cursor: default;
}

.btn_space {
    width: 100%;
    min-width: 90px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    background: #3e4a53;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_space:hover, .btn_space.on {
    background: #253550;
}
.btn_space:disabled, .btn_space.off {
    color: #979c9e;
    background: #6c7276;
    cursor: default;
}

.btn_transparent {
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px !important;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    background: transparent;
    cursor: pointer;
}
.btn_transparent:hover, .btn_transparent.on {
    font-weight: bold;
    color: #fff;
}
.btn_transparent:disabled, .btn_transparent.off {
    color: #666 !important;
    cursor: default;
}

.btn_member {
    width: 51px;
    height: 36px;
    margin: 0;
    padding: 0 5px 0 25px;
    border: 0;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0) url(/images/icon_member.svg) 5px center no-repeat;
    background-size: 22px;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.btn_member:hover, .btn_member.on {
    background: rgba(0, 0, 0, 0.2) url(/images/icon_member.svg) 5px center no-repeat;
}

.btn_more {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0 5px 0 25px;
    border: 0;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0) url(/images/icon_more.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.btn_more:hover, .btn_more.on {
    background: rgba(0, 0, 0, 0.2) url(/images/icon_more.svg) center no-repeat;
}

.btn_more_s {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0 5px 0 25px;
    border: 0;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    background: transparent url(/images/icon_more.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.btn_more_s:hover, .btn_more_s.on {
    background: transparent url(/images/icon_more_hover.svg) center no-repeat;
}

.btn_statistics {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/btn_statistics.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
}
.btn_statistics:hover, .btn_statistics.on {
    background: transparent url(/images/btn_statistics_h.svg) center no-repeat;
}
.btn_statistics:disabled, .btn_statistics.off {
    background: transparent url(/images/btn_statistics_d.svg) center no-repeat;
    cursor: default;
}

.btn_history {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/btn_history.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
}
.btn_history:hover, .btn_history.on {
    background: transparent url(/images/btn_history_h.svg) center no-repeat;
}
.btn_history:disabled, .btn_history.off {
    background: transparent url(/images/btn_history_d.svg) center no-repeat;
    cursor: default;
}

.btn_navy_down {
    width: 42px !important;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #314360 url(/images/icon_download.svg) center no-repeat;
    background-size: 22px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_navy_down:hover, .btn_navy_down.on {
    background: #253550 url(/images/icon_download.svg) center no-repeat;
}
.btn_navy_down:disabled, .btn_navy_down.off {
    background: #6c7276 url(/images/icon_download_disabled.svg) center no-repeat;
    cursor: default;
}

.btn_down {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0 5px 0 25px;
    border: 0;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0) url(/images/icon_download.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.btn_down:hover, .btn_down.on {
    background: rgba(0, 0, 0, 0.2) url(/images/icon_download.svg) center no-repeat;
}

.btn_down_prj {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0 5px 0 25px;
    border: 0;
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0) url(/images/icon_download.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.btn_down_prj:hover, .btn_down_prj.on {
    background: rgba(0, 0, 0, 0.2) url(/images/icon_download.svg) center no-repeat;
}

.btn_down2 {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/icon_download.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
}
.btn_down2:hover, .btn_down2.on {
    background: transparent url(/images/icon_download_h.svg) center no-repeat;
}
.btn_down2:disabled, .btn_down2.off {
    background: transparent url(/images/icon_download_disabled.svg) center no-repeat;
    cursor: default;
}

.btn_restore {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/btn_restore.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
}
.btn_restore:hover, .btn_restore.on {
    background: transparent url(/images/btn_restore_h.svg) center no-repeat;
}

.btn_account {
    height: 36px;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    font-size: 12px !important;
    color: #fff;
    background: transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.btn_account:hover, .btn_account.on {
    background: #272f34;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.39);
}

.btn_close {
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/btn_close.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
}
.btn_hide {
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/btn_top.svg) center no-repeat;
    background-size: 15px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.btn_hide.on {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
.s_btn_close {
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #c90000 url(/images/btn_close.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
}

.btn_close_noti {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/btn_close_noti.svg) center no-repeat;
    background-size: 16px;
    cursor: pointer;
}


.btn_search {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #414b52 url(/images/icon_search.svg) center no-repeat;
    background-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_search:hover, .btn_search.on {
    background: #fff url(/images/icon_search_selected.svg) center no-repeat;
}

.btn_search_cancel {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.btn_search_cancel:before {
    content: "✕";
    font-size: 6px;
    color: #aaa;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background: #414b52;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.btn_reset {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #414b52 url(/images/icon_reset.svg) center no-repeat;
    background-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_reset:hover, .btn_reset.on {
    background: #fff url(/images/icon_reset_hover.svg) center no-repeat;
}
.btn_reset:disabled, .btn_reset.off {
    background: #414b52 url(/images/icon_reset_disabled.svg) center no-repeat;
    cursor: default;
}

.btn_list {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #414b52 url(/images/icon_view_list.svg) center no-repeat;
    background-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_list:hover, .btn_list.on {
    background: #fff url(/images/icon_view_list_seleted.svg) center no-repeat;
}
.btn_list:disabled, .btn_list.off {
    background: #414b52 url(/images/icon_view_list_disabled.svg) center no-repeat;
    cursor: default;
}

.btn_grid {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #414b52 url(/images/icon_view_grid.svg) center no-repeat;
    background-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_grid:hover, .btn_grid.on {
    background: #fff url(/images/icon_view_grid_seleted.svg) center no-repeat;
}
.btn_grid:disabled, .btn_grid.off {
    background: #414b52 url(/images/icon_view_grid_disabled.svg) center no-repeat;
    cursor: default;
}

.btn_listopen {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #414b52 url(/images/icon_list_open.svg) center no-repeat;
    background-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_listopen:hover, .btn_listopen.on {
    background: #fff url(/images/icon_list_open_hover.svg) center no-repeat;
}
.btn_listopen:disabled, .btn_listopen.off {
    background: #414b52 url(/images/icon_list_open_disabled.svg) center no-repeat;
    cursor: default;
}

.btn_listclose {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #414b52 url(/images/icon_list_close.svg) center no-repeat;
    background-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_listclose:hover, .btn_listclose.on {
    background: #fff url(/images/icon_list_close_hover.svg) center no-repeat;
}
.btn_listclose:disabled, .btn_listclose.off {
    background: #414b52 url(/images/icon_list_close_disabled.svg) center no-repeat;
    cursor: default;
}

.btn_trash {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #414b52 url(/images/icon_trash.svg) center no-repeat;
    background-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.btn_trash:hover, .btn_trash.on {
    background: #fff url(/images/icon_trash_p.svg) center no-repeat;
}
.btn_trash:disabled, .btn_trash.off {
    background: #414b52 url(/images/icon_trash_d.svg) center no-repeat;
    cursor: default;
}

.btn_itype {
    width: 100px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #414b52;
    font-size: 13px !important;
    color: #aaa;
    vertical-align: middle;
    cursor: pointer;
}
.btn_itype:hover, .btn_itype.on {
    background: #1E57DC;
    color: #fff;
}
.btn_itype:disabled, .btn_itye.off {
    background: #414b52 !important;
    color: #aaa !important;
    cursor: default;
}
.btn_itype:disabled.on {
    background: #1E57DC !important;
    color: #fff !important;
}

.btn_movebar {
    width: 14px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/btn_move.svg) center no-repeat;
    background-size: 14px 50px;
    cursor: pointer;
}

.btn_colorbox {
    width: 40px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #414b52;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    cursor: pointer;
}


.dialog-box {
    padding: 21px 0px 30px 0px;
}

.dialog-box .title-area {
    position: relative;
    display: flex;
    align-items: center;
    height: 62px;
    margin: 0 50px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.dialog-box.my .title-area {
    margin: 0 80px;
}

.dialog-box .title-area .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.dialog-box .title-area .btn_close {
    position: absolute;
    top: calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: -webkit-calc(50% - 12px);
    right: 0;
}

.dialog-box .btn-area {
    padding-top: 30px;
    margin: 0 50px;
    text-align: center;
}
.dialog-box .btn-area.nopad {
    border-top: 1px solid #41464b;
}
.dialog-box.my .btn-area {
    margin: 0 80px;
    text-align: right;
}

.dialog-box .btn-area button {
    width: 140px;
    margin: 0 7px;
}
.dialog-box.my .btn-area button {
    margin: 0;
}

.dialog-box .content-area {
    margin: 0 50px;
}
.dialog-box .content-area.nopad {
    margin: 0;
}
.dialog-box.my .content-area {
    margin: 0 80px;
}
.dialog-box .content-area .subtitle {
    padding: 20px 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.dialog-box .content-area .descbox textarea {
    width: 100%;
    height: 90px;
    padding: 10px;
    line-height: 1.5em;
    resize: none;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 0;
    font-size: 12px;
    color: #aaa;
    cursor: default;
}
.dialog-box .content-area .search-area {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #41464b;
}
.dialog-box .content-area.nopad .search-area {
    padding: 20px 0;
    margin: 0 50px;
    border-bottom: 0;
}
.dialog-box .content-area .form-area {
    padding: 30px 0;
}
.dialog-box .content-area .form-area.form-dataset {
}
.dialog-box .content-area .form-area.form-dataset .selectric-items li:first-child {
    display: none;
}
.dialog-box .content-area .search-area .worker-info {
    font-size: 13px;
    color: #aaa;
    padding-bottom: 32px;
}
.dialog-box .content-area .search-area .worker-info .vbar {
    display: inline-block;
    margin: 0 20px;
    width: 2px;
    height: 13px;
    vertical-align: middle;
    background: #6c6c6c;
}
.dialog-box .content-area .search-area .worker-info .white {
    color: #fff;
}
.dialog-box .content-area .search-area .form-row {
    position: relative;
}
.dialog-box .content-area .search-area .form-row .form {
    display: inline-block;
    width: 100%;
    height: 36px;
    vertical-align: middle;
}
.dialog-box .content-area .search-area .form-row .form input {
    width: 310px;
}
.dialog-box .content-area .search-area .form-row .form button {
    margin-left: 8px;
}
.dialog-box .content-area .search-area .form-row .count-box {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.dialog-box .content-area .search-area .form-row .count-box .count {
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
    padding-left: 5px;
}
.dialog-box .content-area .search-area .form-row .btn-box {
    position: absolute;
    top: 0;
    right: 0;
}
.dialog-box .content-area .search-area .form-row .btn-box button {
    width: 100px;
}

.dialog-box .content-area .title-bar {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.dialog-box .content-area .title-bar .title {
    width: 140px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.dialog-box .content-area .title-bar .title .star {
    color: #1E57DC;
}
.dialog-box .content-area .title-bar .form {
    width: calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
}

.dialog-box .content-area .object-listbox,
.dialog-box .content-area .class-listbox {
    position: relative;
    width: 100%;
    height: 480px;
    padding: 0 40px 0 50px;
    overflow: hidden;
    overflow-y: scroll;
}
.dialog-box .content-area .object-listbox.c-scrollbar::-webkit-scrollbar-thumb,
.dialog-box .content-area .class-listbox.c-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(60, 72, 80, 0.8);
}
.table-scroll.c-scrollbar::-webkit-scrollbar-thumb {
    background-color: #3c4850;
}

.dialog-box .content-area .object-listbox .object-nolist,
.dialog-box .content-area .class-listbox .class-nolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    font-size: 14px;
    color: #6c6c6c;
}

.dialog-box .content-area .dataset-formbox {
    padding-bottom: 30px;
    border-bottom: 1px solid #41464b;
}
.dialog-box .content-area .dataset-formbox .ds-listbox {
    height: 240px;
}

.dialog-box .content-area .form-area .selectric-open .selectric {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.dialog-box .content-area .form-area .selectric-open .selectric-items {
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    z-index: 2;
}

.dialog-box .content-area .layout-form {
    padding-top: 23px;
}
.dialog-box .content-area .layout-form .titlebar {
    padding-bottom: 10px;
}
.dialog-box .content-area .layout-form .titlebar .title {
    font-size: 14px;
    color: #fff;
}
.dialog-box .content-area .layout-form .titlebar .star {
    display: inline-block;
    padding-left: 4px;
    font-size: 14px;
    color: #1E57DC;
}
.dialog-box .content-area .layout-form .titlebar .memo {
    font-size: 11px;
    color: #707070;
    display: inline-block;
    vertical-align: middle;
}
.dialog-box .content-area .pass-form input {
    width: 290px;
}
.dialog-box .content-area .form .row {
    padding-bottom: 6px;
    white-space: nowrap;
}
.dialog-box .content-area .form button {
    width: 90px;
    height: 36px;
    font-size: 13px !important;
}
.dialog-box .content-area .pass-form .row button {
    margin-left: 5px;
}

.dialog-box .ds-assign-header,
.dialog-box .do-theader {
    display: flex;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background: #404448;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.dialog-box .ds-assign-header > div,
.dialog-box .do-theader > div {
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.dialog-box .ds-assign-header .ds-name {
    width: calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: -webkit-calc(100% - 330px);
    padding-left: 10px;
}
.dialog-box .ds-assign-header .ds-number,
.dialog-box .ds-assign-header .ds-status,
.dialog-box .ds-assign-header .ds-empty {
    width: 110px;
}
.dialog-box .do-theader .do-name {
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    padding-left: 10px;
}
.dialog-box .do-theader .do-count {
    width: 130px;
}

.dialog-box .ds-assign-listbox,
.dialog-box .do-tlistbox {
    position: relative;
    width: 100%;
    height: 380px;
    padding-left: 10px;
    overflow: hidden;
    overflow-y: scroll;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.dialog-box .do-tlistbox {
    height: 260px;
}
.dialog-box .do-tlistbox .do-tnolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    font-size: 14px;
    color: #6c6c6c;
    z-index: 1;
}
.dialog-box .ds-assign-listbox .ds-assign-infobar,
.dialog-box .do-tlistbox .do-infobar {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    background: #21262b;
    border-bottom: 1px solid #41464b;
}
.dialog-box .ds-assign-listbox .ds-assign-infobar > div,
.dialog-box .do-tlistbox .do-infobar > div {
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 12px;
    color: #aaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dialog-box .ds-assign-listbox .ds-assign-infobar .ds-assign-name {
    width: calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: -webkit-calc(100% - 330px);
    padding: 0 10px;
}
.dialog-box .ds-assign-listbox .ds-assign-infobar .ds-assign-number,
.dialog-box .ds-assign-listbox .ds-assign-infobar .ds-assign-status,
.dialog-box .ds-assign-listbox .ds-assign-infobar .ds-assign-btn {
    width: 110px;
}
.dialog-box .ds-assign-listbox .ds-assign-infobar .ds-assign-btn {
    justify-content: center;
}
.dialog-box .ds-assign-listbox .ds-assign-infobar .ds-assign-btn button {
    width: 80px;
    height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.dialog-box .do-tlistbox .do-infobar .do-name {
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    padding: 0 10px;
}
.dialog-box .do-tlistbox .do-infobar .do-count {
    width: 130px;
}

.sel-dataset-list-add {
    padding: 10px;
    margin: 5px 10px 0 10px;
    text-align: center;
    border-top: 1px solid #41464b;
}
.sel-dataset-list-add button {
    width: 80px;
    height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.sel-dataset-list-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    margin-top: -35px;
}
.sel-dataset-list-empty .inbox .comment {
    font-size: 13px;
    color: #6c6c6c;
    line-height: 20px;
    text-align: center;
}
.sel-dataset-list-empty .inbox .btn {
    padding-top: 20px;
    text-align: center;
}
.sel-dataset-list-empty .inbox .btn button {
    width: 130px;
    height: 36px;
}

.notice-box {
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 20px;
    background: transparent url(/images/icon_noti.svg) center no-repeat;
    background-size: 22px;
    cursor: pointer;
}
.notice-box .notice-light {
    display: none;
    position: absolute;
    top: 2px;
    right: 1px;
    width: 4px;
    height: 4px;
    background: #1E57DC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: blink-light 2s infinite;
}
@keyframes blink-light {
    0%  { background: #1E57DC; }
    80%  { background: #1E57DC; }
    90% { background: transparent; }
    100% { background: #1E57DC; }
}

.infobar .language-box {
    width: 85px;
}

.infobar .language-box .selectric {
    display: none;
    background: transparent;
    border: 1px solid #7e878d;
}

.infobar .language-box .selectric .label {
    margin: 0 28px 0 10px;
    height: 34px;
    padding-left: 22px;
    font-size: 14px;
    color: #fff;
    background: transparent url(/images/icon_global.svg) left center no-repeat;
}

.infobar .language-box .selectric .button {
    width: 28px;
    height: 34px;
}

.infobar .language-box .selectric-hover .selectric,
.infobar .language-box .selectric-open .selectric {
    background: #272f34;
    border: 1px solid #272f34;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.39);
}

.infobar .language-box .selectric-open .selectric {
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
}

.infobar .language-box .selectric-open .selectric-items {
    background: #272f34;
    border: 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.39);
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    z-index: 0;
}

.infobar .language-box .selectric-items li {
    display: flex;
    align-items: center;
    padding: 0 28px 0 32px;
    height: 36px;
    font-size: 14px;
    color: #aaa;
}

.infobar .language-box .selectric-items li.highlighted,
.infobar .language-box .selectric-items li:hover {
    background: #000;
    color: #fff;
}
.infobar .language-box .selectric-items li:last-child.highlighted,
.infobar .language-box .selectric-items li:last-child:hover {
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}


.type .selectric {
    background: #414b52;
    border: 1px solid #414b52;
}

.type .selectric .label {
    margin: 0 12px 0 34px;
    padding: 0;
    height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: right;
}

.type .selectric .button {
    position: absolute;
    left: 0;
    width: 34px;
    height: 34px;
    background: transparent url(/images/icon_filter.svg) center no-repeat;
}

.type .selectric-hover .selectric,
.type .selectric-open .selectric {
    background: #414b52;
    border: 1px solid #414b52;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.39);
}

.type .selectric-open .selectric {
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
}

.type .selectric-open .selectric-items {
    background: #414b52;
    border: 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.39);
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    z-index: 0;
}

.type .selectric-disabled {
    opacity: 1;
}

.type .selectric-disabled .selectric .label {
    color: #565f65;
}

.type .selectric-disabled .selectric .button {
    background-image: url(/images/icon_filter_disabled.svg);
}

.type .selectric-items li {
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 12px !important;
    width: auto !important;
    height: 36px;
    font-size: 14px;
    color: #aaa;
    justify-content: flex-end;
    border-radius: 0 !important;
}

.type .selectric-items li.highlighted,
.type .selectric-items li:hover {
    background: #282e33;
    color: #fff;
}
.type .selectric-items li:last-child.highlighted,
.type .selectric-items li:last-child:hover {
    border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
}


.popup-menu-frame {
    position: absolute;
    margin-top: 10px;
    opacity: 0;
    z-index: 10;
}

.popup-menu-frame .arrow-up {
    position: absolute;
    left: calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: -webkit-calc(50% - 5px);
    top: -6px;
    border: 6px solid transparent;
    border-bottom-color: #404b55;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 2;
}

.popup-menu-frame .content-box {
    background: #404b55;
    padding: 10px 0;
    margin-top: 6px;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.39);
    z-index: 1;
}

.popup-menu-frame .content-box ul,
.popup-menu-frame .content-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popup-menu-frame .content-box li {
    display: flex;
    align-items: center;
    width: auto;
    height: 36px;
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}
.popup-menu-frame .content-box li:hover,
.popup-menu-frame .content-box li.on {
    background: #282e33;
}

.popup-menu-frame .content-box .notice-titlebar {
    position: relative;
    padding: 0 10px 5px 10px;
    display: flex;
    align-items: center;
    height: 36px;
}

.popup-menu-frame .content-box .notice-titlebar .title {
    font-size: 14px;
    color: #fff;
}

.popup-menu-frame .content-box .notice-titlebar .buttons {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.popup-menu-frame .content-box .notice-titlebar .buttons .btn_readall {
    margin-right: 10px;
    padding: 0 7px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    background: #282e33;
    border: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}

.popup-menu-frame .content-box .notice-titlebar .buttons .btn_readall.off,
.popup-menu-frame .content-box .notice-titlebar .buttons .btn_readall:disabled {
    color: rgba(255, 255, 255, 0.1);
    cursor: default;
}

.popup-menu-frame .content-box .notice-listarea {
    height: 335px;
    padding-left: 10px;
    overflow: hidden;
    overflow-y: scroll;
}
.popup-menu-frame .content-box .notice-listarea .notice-nolist {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #333a40;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: default;
}
.popup-menu-frame .content-box .notice-listarea .notice-nolist .frame-box {
    margin-top: -15px;
}
.popup-menu-frame .content-box .notice-listarea .notice-nolist .noti-image {
    width: 62px;
    height: 80px;
    margin: 0 auto;
    background: transparent url(/images/img_noti.svg) center no-repeat;
    background-size: 62px 80px;
}
.popup-menu-frame .content-box .notice-listarea .notice-nolist .comment {
    padding-top: 18px;
    font-size: 12px;
    color: #6c6c6c;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox {
    position: relative;
    padding: 12px 10px;
    margin-bottom: 5px;
    background: #333a40;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox:hover {
    background: #282e33;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox .nl-type {
    font-size: 12px;
    color: #fff;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox .nl-title {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 9px 0;
    line-height: 16px;
    word-break: break-word;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox .nl-title .nl-comment {
    font-weight: normal;
    color: #afafaf;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox .nl-title .nl-highlight {
    font-weight: bold;
    color: #fff;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox .nl-date {
    font-size: 11px;
    color: #afafaf;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox .nl-btn {
    position: absolute;
    top: 11px;
    right: 10px;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox .nl-invited {
    padding-top: 9px;
}
.popup-menu-frame .content-box .notice-listarea .notice-listbox .nl-invited button {
    width: 80px;
    height: 30px;
    font-size: 12px;
}


.cb-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
}

.cb-icon-home {
    width: 12px;
    height: 13px;
    background: transparent url(/images/icon_home.svg) center no-repeat;
    background-size: 14px;
}

.cb-icon-info {
    background: transparent url(/images/icon_info.svg) center no-repeat;
    background-size: 12px 14px;
}

.cb-icon-confirmed {
    background: transparent url(/images/icon_confirmed.svg) center no-repeat;
    background-size: 14px;
}

.cb-icon-gear {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: transparent url(/images/icon_make.svg) center no-repeat;
    background-size: 36px;
}

.cb-icon-pencil {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: transparent url(/images/icon_review.svg) center no-repeat;
    background-size: 36px;
}

.cb-icon-notice {
    width: 14px;
    height: 16px;
    background: transparent url(/images/icon_notice.svg) center no-repeat;
    background-size: 14px 16px;
}

.cb-icon-label {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: transparent url(/images/icon_label.svg) center no-repeat;
    background-size: 36px;
}

.cb-icon-addfile {
    width: 16px;
    height: 21px;
    line-height: 21px;
    background: transparent url(/images/icon_add_file.svg) center no-repeat;
    background-size: 16px 21px;
}

.cb-icon-success {
    background: transparent url(/images/icon_success.svg) center no-repeat;
    background-size: 14px;
}

.cb-icon-fail {
    width: 15px;
    height: 13px;
    line-height: 13px;
    background: transparent url(/images/icon_fail.svg) center no-repeat;
    background-size: 15px 13px;
}

.cb-icon-radio {
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: transparent url(/images/icon_radio.svg) center no-repeat;
    background-size: 12px;
}
.btn_itype:hover .cb-icon-radio, .btn_itype.on .cb-icon-radio {
    background-image: url(/images/icon_radio_selected.svg);
}
.btn_itype:disabled .cb-icon-radio, .btn_itype.off .cb-icon-radio {
    background-image: url(/images/icon_radio.svg) !important;
}
.btn_itype:disabled.on .cb-icon-radio {
    background-image: url(/images/icon_radio_selected.svg) !important;
}

.cb-icon-checkbox {
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: transparent url(/images/icon_checkbox.svg) center no-repeat;
    background-size: 14px;
}
.btn_itype:hover .cb-icon-checkbox, .btn_itype.on .cb-icon-checkbox {
    background-image: url(/images/icon_checkbox_selected.svg);
}
.btn_itype:disabled .cb-icon-checkbox, .btn_itype.off .cb-icon-checkbox {
    background-image: url(/images/icon_checkbox.svg) !important;
}
.btn_itype:disabled.on .cb-icon-checkbox {
    background-image: url(/images/icon_checkbox_selected.svg) !important;
}

.cb-icon-input {
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: transparent url(/images/icon_answer.svg) center no-repeat;
    background-size: 14px;
}
.btn_itype:hover .cb-icon-input, .btn_itype.on .cb-icon-input {
    background-image: url(/images/icon_answer_selected.svg);
}
.btn_itype:disabled .cb-icon-input, .btn_itype.off .cb-icon-input {
    background-image: url(/images/icon_answer.svg) !important;
}
.btn_itype:disabled.on .cb-icon-input {
    background-image: url(/images/icon_answer_selected.svg) !important;
}

.cb-icon-circle {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #41464b;
    background: #1b242c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.cb-icon-box {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #41464b;
    background: #1b242c;
}

.cb-icon-editor-bbox {
    background: transparent url(/images/icon_editor_bounding.svg) center no-repeat;
    background-size: 10px;
}

.cb-icon-editor-rotate_bbox {
    background: transparent url(/images/rotated_bbox.svg) center no-repeat;
    background-size: 10px;
}

.cb-icon-editor-point {
    background: transparent url(/images/icon_editor_point.svg) center no-repeat;
    background-size: 8px;
}

.cb-icon-editor-polygon {
    background: transparent url(/images/icon_editor_polygon.svg) center no-repeat;
    background-size: 10px;
}

.cb-icon-editor-polyline {
    background: transparent url(/images/icon_editor_polyline.svg) center no-repeat;
    background-size: 5px 10px;
}

.cb-icon-editor-segmentation {
    background: transparent url(/images/icon_editor_seg.svg) center no-repeat;
    background-size: 8px;
}

.cb-icon-object {
    width: 18px;
    height: 18px;
    background: transparent url(/images/icon_object.svg) center no-repeat;
    background-size: 18px;
}

.cb-icon-class {
    width: 22px;
    height: 22px;
    background: transparent url(/images/icon_class.svg) center no-repeat;
    background-size: 22px;
}

.cb-icon-image {
    width: 22px;
    height: 22px;
    background: transparent url(/images/icon_img.svg) center no-repeat;
    background-size: 22px;
}

.cb-icon-folder {
    width: 22px;
    height: 22px;
    background: transparent url(/images/icon_folder.svg) center no-repeat;
    background-size: 22px;
}

.cb-icon-member {
    width: 22px;
    height: 22px;
    background: transparent url(/images/icon_member.svg) center no-repeat;
    background-size: 22px;
}

.cb-icon-archive {
    width: 22px;
    height: 22px;
    background: transparent url(/images/icon_archive.svg) center no-repeat;
    background-size: 22px;
}


.hexagon {
    width: 40px;
    height: 22px;
    margin: 12px 0;
    background: #353b42;
    position: relative;
}
.hexagon:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #353b42;
}
.hexagon:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 12px solid #353b42;
}
.hexagon .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.hexagon.on {
    background: #1E57DC;
}
.hexagon.on:before {
    border-bottom-color: #1E57DC;
}
.hexagon.on:after {
    border-top-color: #1E57DC;
}

.form-wrapper {
    position: relative;
}
.form-wrapper input {
    padding-right: 40px;
}
.form-wrapper .btn_search_cancel {
    display: none;
    position: absolute;
    top: 50%;
    right: 2px;
    bottom: 0;
    transform: translateY(-50%);
}


.dataset-formbox {

}
.dataset-formbox .ds-header {
    display: inline-flex;
    width: 100%;
    padding: 0 10px;
    background: #404448;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.dataset-formbox .ds-header .ds-chk {
    display: inline-flex;
    width: 50px;
    height: 30px;
    padding: 7px 0 0 12px;
}
.dataset-formbox .ds-header .ds-name {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.dataset-formbox .ds-header .ds-name-base {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.dataset-formbox .ds-header .ds-result {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.dataset-formbox .ds-header .ds-name2 {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.dataset-formbox .ds-header .ds-date {
    display: inline-flex;
    align-items: center;
    width: 110px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.dataset-formbox .ds-listbox {
    position: relative;
    margin-top: -6px;
    height: 170px;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.dataset-formbox .ds-listbox .ds-nolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
}
.dataset-formbox .ds-listbox .ds-nolist .comment, .comment_cd, .comment_cd_info {
    padding-top: 10px;
    font-size: 14px;
    color: #6c6c6c;
}
.dataset-formbox .ds-listbox .ds-list-wrapper {
    position: absolute;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 2;
}

.ds_uploader_file {
    display: none;
}

.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #21262b;
    border-bottom: 1px solid #41464b;
}

.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-checkbar {
    width: 50px;
    height: 100%;
    padding: 13px 0 0 12px;
}

.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename-base,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename-map,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    height: 100%;
    padding: 0 20px;
    font-size: 12px;
    color: #aaa;
}
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename2 {
    width: calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    padding: 0;
}
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename span,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename-base span,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename2 span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    font-size: 12px;
    color: #aaa;
}
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar2 {
    justify-content: initial;
    width: 110px;
}

.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-filename2.used,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar2.used .dz-success {
    color: #6c6c6c;
}

.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar .dz-progress,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar2 .dz-progress {
    width: 90%;
    height: 4px;
    background: #1b242c;
    border: 1px solid #41464b;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar .dz-progress .dz-upload,
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar2 .dz-progress .dz-upload {
    display: block;
    height: 2px;
    background: #1E57DC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar .dz-success, 
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar .dz-failed {
    display: none;
    position: absolute;
}
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview .dz-infobar2 .dz-success {
    display: none;
    font-size: 12px;
    color: #aaa;
}
.dataset-formbox .ds-listbox .ds-list-wrapper .dz-preview span[data-dz-name-custom]{
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
} 

.dataset-formbox .ds-btnbox {
    position: relative;
    padding-top: 10px;
    width: 100%;
}

.dataset-formbox .ds-btnbox button {
    width: 80px;
    height: 30px;
    margin-right: 10px;
    font-size: 12px !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.dataset-formbox .ds-btnbox button:last-child {
    position: absolute;
    margin: 0;
    right: 0;
}

.object-result-infobar {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background: #333a40;
    border: 2px solid #333a40;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.class-result-infobar {
    position: relative;
    width: 100%;
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #333a40;
    border: 2px solid #333a40;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.object-result-infobar:hover,
.class-result-infobar:hover {
    background: #464c52;
    border: 2px solid #464c52;
}
.object-result-infobar.select,
.class-result-infobar.select {
    background: #464c52;
    border: 2px solid #1E57DC;
}
.object-result-infobar .or-name {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    width: -webkit-calc(100% - 440px);
    height: 100%;
    padding: 0 30px;
    font-size: 13px;
    color: #fff;
}
.object-result-infobar .or-type,
.object-result-infobar .or-color {
    display: inline-flex;
    align-items: center;
    width: 220px;
    height: 100%;
    font-size: 13px;
    color: #fff;
}
.object-result-infobar .or-color .box {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #21262b;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.class-result-infobar .cr-question {
    font-size: 13px;
    color: #fff;
    padding-bottom: 10px;
}
.class-result-infobar .cr-answers .a-row {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-bottom: 6px;
}
.class-result-infobar .cr-answers .a-row .atype {
    display: flex;
    align-items: center;
    width: 22px;
    height: 100%;
}
.class-result-infobar .cr-answers .a-row .atext {
    display: none;
    align-items: center;
    width: 30px;
    height: 100%;
    font-size: 12px;
    color: #aaa;
}
.class-result-infobar .cr-answers .a-row.etc .atext {
    display: flex;
}
.class-result-infobar .cr-answers .a-row .ainput {
    display: flex;
    align-items: center;
    width: calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    height: 100%;
    font-size: 12px;
    color: #aaa;
}
.class-result-infobar .cr-answers .a-row.etc .ainput {
    width: calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
}
.class-result-infobar .cr-answers .a-row input {
    height: 30px;
    font-size: 12px !important;
}
.class-result-infobar .cr-answers .a-row input:disabled {
    background: #3e4448;
    border: 1px solid #3e4448;
    color: #6c6c6c;
}

.ds-result-infobar {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    background: #21262b;
    border-bottom: 1px solid #41464b;
}

.ds-result-infobar .ds-result-name {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    color: #aaa;
}
.ds-result-infobar .ds-result-name span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ds-result-infobar .ds-result-number,
.ds-result-infobar .ds-result-btn {
    display: inline-flex;
    align-items: center;
    width: 100px;
    height: 100%;
    font-size: 12px;
    color: #aaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ds-result-infobar .ds-result-btn {
    justify-content: center;
}

.ds-result-infobar .ds-result-date {
    display: inline-flex;
    align-items: center;
    width: 110px;
    height: 100%;
    font-size: 12px;
    color: #aaa;
}

.ds-result-infobar .ds-result-btn button {
    width: 70px;
    height: auto;
    padding: 5px 12px 3px 12px;
    font-size: 11px !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


.mem-result-infobar {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    background: #21262b;
    border-bottom: 1px solid #41464b;
}

.mem-result-infobar .mem-result-name {
    display: inline-flex;
    align-items: center;
    width: 150px;
    height: 100%;
    padding-left: 10px;
    font-size: 12px;
    color: #aaa;
}

.s3-tile-tab .mem-result-infobar .mem-result-name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    width: 150px;
    height: 100%;
    padding-left: 10px;
    font-size: 12px;
    color: #aaa;
}

.mem-result-infobar .mem-result-email {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 550px);
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    height: 100%;
    padding: 0 10px;
    font-size: 12px;
    color: #aaa;
}
.s3-tile-tab .mem-result-infobar .mem-result-email {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 550px);
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 608px);
    height: 100%;
    padding: 0;
    font-size: 12px;
    color: #aaa;
}

.mem-result-infobar .mem-result-role,
.mem-result-infobar .mem-result-status,
.mem-result-infobar .mem-result-dataset {
    display: inline-flex;
    align-items: center;
    width: 120px;
    height: 100%;
    font-size: 12px;
    color: #aaa;
}
.mem-result-infobar .mem-result-status {
    width: 140px;
}
.s3-tile-tab .mem-result-infobar .mem-result-status {
    width: 210px !important;
}
.s3-tile-tab .mem-result-infobar .mem-result-numofwork {
    display: inline-flex;
    align-items: center;
    width: 250px;
    height: 30px;
    padding-left: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
}
.s3-tile-tab .mem-result-infobar .mem-result-view-work-area {
    display: inline-flex;
    align-items: center;
    width: 150px;
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
}
.s3-tile-tab .mem-result-infobar .mem-result-statu
.mem-result-infobar .mem-result-dataset {
    color: #fff;
    cursor: pointer;
}

.mem-result-infobar .mem-result-date {
    display: inline-flex;
    align-items: center;
    width: 170px;
    height: 100%;
    font-size: 12px;
    color: #aaa;
}
.s3-tile-tab .mem-result-infobar .mem-result-date {
    display: inline-flex;
    align-items: center;
    width: 200px;
    height: 100%;
    font-size: 12px;
    color: #aaa;
}
.mem-result-infobar .mem-result-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    font-size: 12px;
    color: #aaa;
}

.mem-contextmenu {
    display: none;
    position: absolute;
    min-width: 120px;
    padding: 5px 0;
    background: #414b52;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.mem-contextmenu ul,
.mem-contextmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mem-contextmenu li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
.mem-contextmenu li:hover,
.mem-contextmenu li.on {
    background: #282e33;
    color: #fff;
}
.mem-contextmenu li.off {
    background: transparent;
    color: #5b6369;
    cursor: default;
}

.s3-mem-formbox.mod .mem-result-infobar .mem-result-email {
    width: calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: -webkit-calc(100% - 700px);
    padding-left: 0;
}

.s3-mem-formbox.mod .mem-result-infobar .mem-result-date {
    width: 110px;
}

.mem-result-infobar.status-0 .textbox {
    display: inline-block;
    padding: 3px 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.mem-result-infobar.status-2 > div {
    color: #6c6c6c !important;
}
.mem-result-infobar.status-2 .mem-result-btn button {
    display: none;
}

.tooltip-wrapper {
    width: 240px;
}

.opt-bar {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 30px;
}
.tooltip-wrapper .opt-bar {
    height: 26px;
}
.opt-bar .opt-info {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    height: 100%;
}
.opt-bar .opt-info [type="checkbox"]:not(:checked) + label,
.opt-bar .opt-info [type="checkbox"]:checked + label {
    padding-top: 0;
}
.opt-bar .opt-info [type="checkbox"]:not(:checked) + label:before,
.opt-bar .opt-info [type="checkbox"]:checked + label:before {
    top: 50%;
    transform: translateY(-50%);
}
.opt-bar .opt-info [type="checkbox"]:not(:checked) + label:after,
.opt-bar .opt-info [type="checkbox"]:checked + label:after {
    top: 9px;
}
.opt-bar .opt-sub {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 100%;
}
.pcd-searchbar .opt-bar .opt-info {
    width: 100%;
}

.form-dataset .selectric-wrapper .selectric-items li {
    padding: 0 14px 0 10px;
}


.pcd-theader {
    display: inline-flex;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    background: #404448;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.pcd-theader > div {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.pcd-theader .pcd-dataset {
    width: calc(100% - 1055px);
    width: -moz-calc(100% - 1055px);
    width: -webkit-calc(100% - 1055px);
    padding-left: 10px;
}
.pcd-theader .pcd-filename,
.pcd-theader .pcd-labeler,
.pcd-theader .pcd-reviewer {
    width: 155px;
}
.pcd-theader .pcd-lresult,
.pcd-theader .pcd-rresult {
    width: 90px;
}
.pcd-theader .pcd-ltime {
    width: 90px;
}
.pcd-theader .pcd-objectcnt {
    width: 120px;
}
.pcd-theader .pcd-ldate,
.pcd-theader .pcd-rdate {
    width: 100px;
}
.pcd-theader .pcd-name {
    width: 170px;
    padding-left: 10px;
}
.pcd-theader .pcd-email {
    width: calc(100% - 1000px);
    width: -moz-calc(100% - 1000px);
    width: -webkit-calc(100% - 1000px);
}
.pcd-theader .pcd-lastdate,
.pcd-theader .pcd-imagecnt,
.pcd-theader .pcd-avgtime,
.pcd-theader .pcd-totaltime,
.pcd-theader .pcd-objectcnt2 {
    width: 120px;
}
.pcd-theader .pcd-statistics,
.pcd-theader .pcd-history {
    width: 80px;
    margin-right: 0;
    justify-content: center;
}
.pcd-listarea.R .pcd-theader .pcd-name {
    width: 290px;
    padding-left: 10px;
}
.pcd-listarea.R .pcd-theader .pcd-email {
    width: calc(100% - 910px);
    width: -moz-calc(100% - 910px);
    width: -webkit-calc(100% - 910px);
}
.pcd-listarea.R .pcd-theader .pcd-lastdate,
.pcd-listarea.R .pcd-theader .pcd-imagecnt {
    width: 210px;
}
.pcd-listarea.R .pcd-theader .pcd-objectcnt2 {
    display: none;
}
.pcd-listarea.R .pcd-theader .pcd-avgtime {
    display: none;
}
.pcd-listarea.R .pcd-theader .pcd-totaltime {
    display: none;
}

.pcd-listarea.L .pcd-theader .pcd-avgtime {
    display: none;
}
.pcd-listarea.L .pcd-theader .pcd-totaltime {
    display: none;
}
.pcd-tlistbox {
    position: relative;
    height: 400px;
    background: #21262b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.pcd-tlistbox .pcd-tnolist {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 14px;
    color: #6c6c6c;
}
.pcd-tloadlistbox {
    display: inline-flex;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #41464b;
}
.pcd-tlistbox .pcd-tloadlistbox:last-child {
    border-bottom: 0;
}
.pcd-tloadlistbox > div {
    display: inline-block;
    align-items: center;
    margin-right: 10px;
    height: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #aaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pcd-tloadlistbox .pcd-dataset {
    width: calc(100% - 1055px);
    width: -moz-calc(100% - 1055px);
    width: -webkit-calc(100% - 1055px);
    padding-left: 10px;
}
.pcd-tloadlistbox .pcd-filename,
.pcd-tloadlistbox .pcd-labeler,
.pcd-tloadlistbox .pcd-reviewer {
    width: 155px;
}
.pcd-tloadlistbox .pcd-lresult,
.pcd-tloadlistbox .pcd-rresult {
    width: 90px;
}
.pcd-tloadlistbox .pcd-ltime {
    width: 90px;
}
.pcd-tloadlistbox .pcd-objectcnt {
    width: 120px;
}
.pcd-tloadlistbox .pcd-ldate,
.pcd-tloadlistbox .pcd-rdate {
    width: 100px;
    padding-top: 6px;
    line-height: 14px;
}
.pcd-tloadlistbox .pcd-ldate .time,
.pcd-tloadlistbox .pcd-rdate .time {
    font-size: 11px;
    color: #6c6c6c;
}
.pcd-tloadlistbox .pcd-lresult .circle-1 {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #1E57DC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.pcd-tloadlistbox .pcd-lresult .circle-2 {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #56dbe6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.pcd-tloadlistbox .pcd-rresult .circle-1 {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #3bbc8f;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.pcd-tloadlistbox .pcd-rresult .circle-2 {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #eb4d4d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.pcd-tloadlistbox .pcd-name {
    width: 170px;
    padding-left: 10px;
}
.pcd-tloadlistbox .pcd-email {
    width: calc(100% - 1000px);
    width: -moz-calc(100% - 1000px);
    width: -webkit-calc(100% - 1000px);
}
.pcd-tloadlistbox .pcd-lastdate,
.pcd-tloadlistbox .pcd-imagecnt,
.pcd-tloadlistbox .pcd-avgtime,
.pcd-tloadlistbox .pcd-totaltime,
.pcd-tloadlistbox .pcd-objectcnt2 {
    width: 120px;
}
.pcd-tloadlistbox .pcd-statistics,
.pcd-tloadlistbox .pcd-history {
    width: 80px;
    margin-right: 0;
    text-align: center;
}
.pcd-listarea.R .pcd-tloadlistbox .pcd-name {
    width: 290px;
    padding-left: 10px;
}
.pcd-listarea.R .pcd-tloadlistbox .pcd-email {
    width: calc(100% - 910px);
    width: -moz-calc(100% - 910px);
    width: -webkit-calc(100% - 910px);
}
.pcd-listarea.R .pcd-tloadlistbox .pcd-lastdate,
.pcd-listarea.R .pcd-tloadlistbox .pcd-imagecnt {
    width: 210px;
}
.pcd-listarea.R .pcd-tloadlistbox .pcd-objectcnt2 {
    display: none;
}

.pcd-listarea.labeler .pcd-theader .pcd-dataset {
    width: calc(100% - 920px);
    width: -moz-calc(100% - 920px);
    width: -webkit-calc(100% - 920px);
    padding-left: 10px;
}
.pcd-listarea.labeler .pcd-theader .pcd-filename {
    width: 310px;
}
.pcd-listarea.labeler .pcd-theader .pcd-lresult {
    width: 150px;
}
.pcd-listarea.labeler .pcd-theader .pcd-ltime {
    width: 150px;
}
.pcd-listarea.labeler .pcd-theader .pcd-objectcnt {
    width: 150px;
}
.pcd-listarea.labeler .pcd-theader .pcd-ldate {
    width: 120px;
}
.pcd-listarea.labeler .pcd-tloadlistbox .pcd-dataset {
    width: calc(100% - 920px);
    width: -moz-calc(100% - 920px);
    width: -webkit-calc(100% - 920px);
    padding-left: 10px;
}
.pcd-listarea.labeler .pcd-tloadlistbox .pcd-filename {
    width: 310px;
}
.pcd-listarea.labeler .pcd-tloadlistbox .pcd-lresult {
    width: 150px;
}
.pcd-listarea.labeler .pcd-tloadlistbox .pcd-ltime {
    width: 150px;
}
.pcd-listarea.labeler .pcd-tloadlistbox .pcd-objectcnt {
    width: 150px;
}
.pcd-listarea.labeler .pcd-tloadlistbox .pcd-ldate {
    width: 120px;
    padding-top: 6px;
    line-height: 14px;
}

.pcd-listarea.reviewer .pcd-theader .pcd-dataset {
    width: calc(100% - 730px);
    width: -moz-calc(100% - 730px);
    width: -webkit-calc(100% - 730px);
    padding-left: 10px;
}
.pcd-listarea.reviewer .pcd-theader .pcd-filename {
    width: 460px;
}
.pcd-listarea.reviewer .pcd-theader .pcd-rresult {
    width: 150px;
}
.pcd-listarea.reviewer .pcd-theader .pcd-rdate {
    width: 120px;
}
.pcd-listarea.reviewer .pcd-tloadlistbox .pcd-dataset {
    width: calc(100% - 730px);
    width: -moz-calc(100% - 730px);
    width: -webkit-calc(100% - 730px);
    padding-left: 10px;
}
.pcd-listarea.reviewer .pcd-tloadlistbox .pcd-filename {
    width: 460px;
}
.pcd-listarea.reviewer .pcd-tloadlistbox .pcd-rresult {
    width: 150px;
}
.pcd-listarea.reviewer .pcd-tloadlistbox .pcd-rdate {
    width: 120px;
    padding-top: 6px;
    line-height: 14px;
}


#gAnimateLoading {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 60px;
}
#gAnimateLoading .g-animate-loading {
    width: 20px;
    height: 26px;
    background: #0052ec;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    animation: g-animate-keyframe 1s ease-in-out infinite;
    animation-delay: 0.4s;
    top: 50%;
    margin: -13px auto 0; }
#gAnimateLoading .g-animate-loading::after,
#gAnimateLoading .g-animate-loading::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 26px;
    background: #0052ec;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    animation: g-animate-keyframe 1s ease-in-out infinite; }
#gAnimateLoading .g-animate-loading::before {
    right: 26px;
    animation-delay: 0.2s; }
#gAnimateLoading .g-animate-loading::after {
    left: 26px;
    animation-delay: 0.6s; }

@keyframes g-animate-keyframe {
    0%, 100% {
        background: rgba(0, 82, 236, 1);
        box-shadow: 0 0 0 rgba(0, 82, 236, 1), 0 0 0 rgba(0, 82, 236, 1);
    }
    50% {
        background: rgba(0, 82, 236, 0.5);
        box-shadow: 0 -6px 0 rgba(0, 82, 236, 0.5), 0 5px 0 rgba(0, 82, 236, 0.5);
    }
}


.pagination,
.pagination li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination .page-item {
    display: inline-block;
    padding: 0 8px;
    min-width: 8px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    cursor: pointer;
}
.pagination .page-item:hover {
    color: #1E57DC;
}
.pagination .page-item.on {
    color: #1E57DC;
    font-weight: bold;
    cursor: default;
}


.list-area .list-wrapper .p-result-bar {
    position: relative;
    height: 166px;
    padding: 20px 20px 20px 24px;
    margin-bottom: 30px;
    background: #333a40;
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.list-area .list-wrapper .p-result-bar.status_1:hover,
.list-area .list-wrapper .p-result-bar.status_1.on {
    background: #2456a7;
}
.list-area .list-wrapper .p-result-bar .p-result-status {
    position: absolute;
    top: 20px;
    left: 11px;
    bottom: 20px;
    width: 3px;
    background: #286ad5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.list-area .list-wrapper .p-result-bar.status_2 {
    background: #40494e;
}
.list-area .list-wrapper .p-result-bar.status_2:hover,
.list-area .list-wrapper .p-result-bar.status_2.on {
    background: #59626a;
}
.list-area .list-wrapper .p-result-bar.status_2 .p-result-status {
    background: #919da7;
}
.list-area .list-wrapper .p-result-bar.status_9 .p-result-status {
    background: #3bbc8f;
}
.list-area .list-wrapper .p-result-bar.status_9:hover,
.list-area .list-wrapper .p-result-bar.status_9.on {
    background: #1a7b59;
}
.list-area .list-wrapper .p-result-bar .p-result-status .text {
    display: none;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.list-area .list-wrapper .p-result-bar .p-result-title {
    padding: 8px 10px 0 0;
    height: 56px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: initial;
}
.list-area .list-wrapper .p-result-bar.status_2 .p-result-title {
    color: rgba(255, 255, 255, 0.3);
}
.list-area .list-wrapper .p-result-bar .p-result-date {
    padding-top: 14px;
    font-size: 12px;
    color: #afafaf;
}
.list-area .list-wrapper .p-result-bar .p-result-member {
    position: relative;
    display: inline-block;
    padding-top: 7px;
    vertical-align: top;
}
.list-area .list-wrapper .p-result-bar .p-result-btn {
    position: absolute;
    right: 20px;
    display: inline-block;
    padding-top: 7px;
}
.list-area .list-wrapper .p-result-bar .p-result-btn .btn_down {
    margin-right: 6px;
}

.list-area.onlist .list-wrapper .p-result-bar {
    position: relative;
    display: block;
    align-items: center;
    width: 100%;
    height: 62px;
    padding: 0 20px 0 15px;
    margin-bottom: 10px;
    background: #333a40;
    box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.list-area.onlist .list-wrapper .p-result-bar:last-child {
    margin-bottom: 30px;
}
.list-area.onlist .list-wrapper .p-result-bar .p-result-status {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 28px;
    margin-right: 20px;
    top: initial;
    left: initial;
    bottom: initial;
}
.list-area.onlist .list-wrapper .p-result-bar .p-result-status .text {
    display: inline;
}
.list-area.onlist .list-wrapper .p-result-bar .p-result-title {
    width: calc(100% - 393px);
    width: -moz-calc(100% - 393px);
    width: -webkit-calc(100% - 393px);
    height: 100%;
    line-height: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: initial;
    display: inline-flex;
    align-items: center;
}
.list-area.onlist .list-wrapper .p-result-bar .p-result-title .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-area.onlist .list-wrapper .p-result-bar .p-result-member {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 262px;
    width: 51px;
    height: 100%;
    padding: 0;
}
.list-area.onlist .list-wrapper .p-result-bar .p-result-date {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 137px;
    width: 125px;
    height: 100%;
    padding: 0;
}
.list-area.onlist .list-wrapper .p-result-bar .p-result-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0;
    right: 20px;
    width: 117px;
    height: 100%;
    padding: 0;
}
.review-project .list-area .list-wrapper .p-result-bar .p-result-member .btn_member,
.label-project .list-area .list-wrapper .p-result-bar .p-result-member .btn_member {
    background: rgba(0, 0, 0, 0) url(/images/icon_member.svg) 5px center no-repeat !important;
}

.ui-datepicker {
    width: auto;
    padding: 40px 20px 12px 20px;
    background: #2b3034;
    border: 0 !important;
    border-radius: 8px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    position: relative;
    padding-bottom: 15px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    padding-left: 5px;
    font-size: 15px;
    color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #aaa;
}
.ui-datepicker table {
    width: auto !important;
}
.ui-datepicker td {
    padding: 3px;
}
.ui-datepicker .ui-datepicker-calendar thead {
    color: #aaa;
    text-align: center;
}
.ui-datepicker .ui-datepicker-calendar thead th {
    font-size: 9px;
    font-weight: normal;
    padding: 0;
    width: 26px;
    height: 26px;
}
.ui-datepicker .ui-datepicker-calendar tbody {
    font-size: 12px;
    color: #aaa;
    text-align: center;
}
.ui-datepicker .ui-datepicker-calendar thead .ui-datepicker-week-end:first-child,
.ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-week-end:first-child a {
    color: #eb4d4d;
}
.ui-datepicker .ui-datepicker-calendar thead .ui-datepicker-week-end:last-child,
.ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-week-end:last-child a {
    color: #56dbe6;
}
.ui-datepicker .ui-datepicker-calendar tbody td .ui-state-default {
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    color: #aaa;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-datepicker .ui-datepicker-calendar tbody td:not(.ui-datepicker-week-end) .ui-state-default.ui-state-active {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar tbody td .ui-state-default.ui-state-active {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.ui-datepicker .ui-datepicker-calendar tbody td a:hover {
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-highlight {
    color: #fff;
    background: #1E57DC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled .ui-state-default {
    color: #777;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 32px;
    height: 32px;
    background: #2b3034;
    color: #aaa;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "<";
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ui-datepicker .ui-datepicker-next:before {
    content: ">";
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    color: #fff;
    border: 0;
    background: #1E57DC;
}

.apexcharts-tooltip {
    border-radius: 4px !important;
    box-shadow: 2px 3px 15px 0 rgba(0, 0, 0, 0.3) !important;
    cursor: default;
    font-size: 14px;
    left: 62px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
    z-index: 12;
    transition: 0.15s ease all;
    border: 0 !important;
    background: rgba(40, 46, 51, 0.8) !important;
}

.apexcharts-tooltip * {
    font-family: 'NanumSquare', 'Roboto', 'SansSerif' !important;
}

.apexcharts-tooltip-title {
    padding: 15px 15px 6px 15px !important;
    font-size: 12px !important;
    color: #fff !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.apexcharts-tooltip-series-group {
    padding: 0 15px 8px 15px !important;
}

.apexcharts-tooltip-marker {
    width: 8px !important;
    height: 8px !important;
}

.apexcharts-tooltip-text {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #fff;
}

.apexcharts-tooltip-text-label {
    display: none;
}

.apexcharts-legend-marker {
    width: 8px !important;
    height: 8px !important;
}

.bc-answer {
    display: none !important;
}

#workspace-content.faq .board-content-box .bc-listarea .bc-listbox .bc-infobar > div.bc-answer {
    color: #aaa;
    padding: 5px 10px 10px;
    font-size: 11px;
    width: 100%;
    word-break: break-word;
}

#workspace-content.faq .board-content-box .bc-listarea .bc-listbox .bc-infobar > div.bc-question {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 10px 0;
    word-break: break-word;
}
#workspace-content.faq .bc-infobar.active .bc-answer {
    display: block !important;
}
#workspace-content.faq .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 25px;
    white-space: normal;
    position: relative;
    width: calc(100% - 110px);
}
#workspace-content.faq .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-title >span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    transition: all 300ms;
}
#workspace-content.faq .board-content-box .bc-listarea .bc-listbox .bc-infobar .bc-date {
    font-size: 11px;
    margin-left: auto;
}
#workspace-content.faq .archive-content-box .ac-listarea .ac-listbox .ac-infobar, 
#workspace-content.faq .board-content-box .bc-listarea .bc-listbox .bc-infobar {
    height: auto;
    flex-wrap: wrap;
}

#workspace-content.faq .board-content-box .bc-listarea .bc-listbox .bc-infobar.active .bc-title >span {
    transform: rotate(90deg);
}

#workspace-content.faq .board-content-box .bc-listarea .bc-listbox {
    overflow: auto;
}

#workspace-content.faq .board-content-box .bc-listarea .bc-listbox::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}
#workspace-content.faq .board-content-box .bc-listarea .bc-listbox::-webkit-scrollbar-track {
    background-color: transparent;
}
#workspace-content.faq .board-content-box .bc-listarea .bc-listbox::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    background-color: #3c4850;
    background-clip: padding-box;
}
#workspace-content .form-framebox .form-elm.tile-url .pcheck_tile_url, .pcheck_base_tile_url, .pcheck_work_tile_url, .pcheck_tile_bbox, .pcheck_cd_tile_bbox {
    font-size: 12px;
    margin-left: 10px;
}
#workspace-content .form-framebox .form-elm.tile-url .pcheck_tile_url.valid, .pcheck_base_tile_url.valid, .pcheck_work_tile_url.valid, .pcheck_tile_bbox.valid, .pcheck_cd_tile_bbox.valid {
    color: #004cff;
}
#workspace-content .form-framebox .form-elm.tile-url .pcheck_tile_url.invalid, .pcheck_base_tile_url.invalid, .pcheck_work_tile_url.invalid, .pcheck_tile_bbox.invalid, .pcheck_cd_tile_bbox.invalid {
    color: #ff0000;
}
.selectric .cb-icon-notice {
    margin-right: 3px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    background: transparent;
    color: #aaa;
    font-size: 14px;
    width: 100%;
    border: 0;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 5px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year { 
    font-weight: bold;
}

/***/
.dcalendarpicker {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    transition: background-color .2s linear, opacity .2s cubic-bezier(.4, 0, .2, 1);
    will-change: background-color, opacity;
    z-index: 100001;
    overflow: hidden
}

.dcalendarpicker .dudp__wrapper {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 50%;
    bottom: 24px;
    min-width: 272px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    border-radius: 4px;
    transform: translateX(-50%) scale(1.05) perspective(1px);
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1);
    will-change: transform, -moz-transform, opacity
}

.dcalendarpicker .dudp__calendar-header {
    font-size: 18px;
    padding: 20px;
    color: #dcdcdc;
    box-sizing: content-box
}

.dcalendarpicker .dudp__calendar-header .dcp_sel-date,
.dcalendarpicker .dudp__calendar-header .dudp__sel-year {
    display: block;
    cursor: pointer
}

.dcalendarpicker .dudp__calendar-header .dcp_sel-date:hover,
.dcalendarpicker .dudp__calendar-header .dudp__sel-year:hover {
    color: #fff
}

.dcalendarpicker .dudp__calendar-header .dcp_sel-date {
    font-size: 30px
}

.dcalendarpicker .dudp__cal-container {
    position: relative;
    background-color: #222;
    width: 284px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    flex: 0 1 auto
}

.dcalendarpicker .dudp__cal-container .dudp__btn-cal-next,
.dcalendarpicker .dudp__cal-container .dudp__btn-cal-prev {
    position: absolute;
    top: 0;
    left: 12px;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 44px;
    width: 48px;
    height: 48px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .25s cubic-bezier(0, 0, .2, 1), background-color .25s linear;
    will-change: opacity, background-color;
    z-index: 2
}

.dcalendarpicker .dudp__cal-container .dudp__btn-cal-next:hover,
.dcalendarpicker .dudp__cal-container .dudp__btn-cal-prev:hover {
    background-color: #000
}

.dcalendarpicker .dudp__cal-container .dudp__btn-cal-next:active,
.dcalendarpicker .dudp__cal-container .dudp__btn-cal-prev:active {
    background-color: #000
}

.dcalendarpicker .dudp__cal-container .dudp__btn-cal-next.dp__hidden,
.dcalendarpicker .dudp__cal-container .dudp__btn-cal-prev.dp__hidden {
    opacity: 0;
    visibility: hidden
}

.dcalendarpicker .dudp__cal-container .dudp__btn-cal-next {
    left: auto;
    right: 12px
}

.dcalendarpicker .dudp__cal-container .dudp__calendar-views {
    width: 860px;
    overflow: hidden;
    opacity: 1;
    transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    will-change: opacity
}

.dcalendarpicker .dudp__cal-container .dudp__calendar-views.dp__animate-out {
    opacity: 0
}

.dcalendarpicker .dudp__cal-container .dudp__calendar-views.dp__hidden {
    visibility: hidden;
    opacity: 0
}

.dcalendarpicker .dudp__cal-container .dudp__calendar {
    display: inline-block;
    padding: 0 16px 10px;
    opacity: 1;
    transform: translateX(-100%) perspective(1px);
    transition: none;
    will-change: transform
}

.dcalendarpicker .dudp__cal-container .dudp__calendar.dp__zooming {
    transition: transform .25s, opacity .25s cubic-bezier(0, 0, .2, 1)
}

.dcalendarpicker .dudp__cal-container .dudp__calendar.dp__animate-zoom {
    opacity: 0;
    transform: translateX(-100%) perspective(1px) scale(.85)
}

.dcalendarpicker .dudp__cal-container .dudp__calendar.dp__animate-left {
    transform: translateX(-200%);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important
}

.dcalendarpicker .dudp__cal-container .dudp__calendar.dp__animate-right {
    transform: translateX(0);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-month-year {
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-month-year span {
    display: inline-block;
    cursor: pointer;
    padding: 0 4px
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__weekdays {
    display: flex;
    flex-direction: row
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__weekdays span {
    display: inline-block;
    flex: 0 1 auto;
    width: 36px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    vertical-align: middle
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week {
    display: flex;
    flex-direction: row
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date {
    position: relative;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    color: #fff;
    width: 36px;
    /* line-height: 36px; */
    height: 36px;
    outline: none;
    cursor: pointer
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transition: background-color .24s, color .24s;
    z-index: -1
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.dudp__nm,
.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.dudp__pm {
    color: #969696
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.disabled {
    cursor: not-allowed;
    color: #c8c8c8
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date:not(.disabled):not(.selected):not(.range-from):not(.range-to):hover:before {
    background-color: #000
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date:not(.disabled):not(.selected):not(.range-from):not(.range-to):active:before {
    background-color: #000
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.current {
    color: #1976d2;
    font-weight: 500
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.in-range {
    background-color: rgba(25, 118, 210, .2);
    border-radius: 0
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.range-from,
.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.range-to,
.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.selected {
    font-weight: 400;
    color: #fff !important
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.range-from:before,
.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.range-to:before,
.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.selected:before {
    background-color: #1976d2
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.range-from {
    background-color: rgba(25, 118, 210, .2);
    border-radius: 50% 0 0 50%
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.range-to {
    background-color: rgba(25, 118, 210, .2);
    border-radius: 0 50% 50% 0
}

.dcalendarpicker .dudp__cal-container .dudp__calendar .dudp__cal-week .dudp__date.range-from.range-to {
    border-radius: 50%
}

.dcalendarpicker .dudp__cal-container .dudp__months-view {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transform: scale(1) perspective(1px);
    transition: transform .25s cubic-bezier(0, 0, .2, 1), opacity .25s cubic-bezier(0, 0, .2, 1);
    will-change: transform, opacity
}

.dcalendarpicker .dudp__cal-container .dudp__months-view.dp__animate-out {
    opacity: 0;
    transform: scale(1.3)
}

.dcalendarpicker .dudp__cal-container .dudp__months-view.dp__hidden {
    display: none;
    opacity: 0
}

.dcalendarpicker .dudp__cal-container .dudp__months-view .dudp__month-row {
    display: flex;
    flex-direction: row
}

.dcalendarpicker .dudp__cal-container .dudp__months-view .dudp__month {
    flex: 0 1 auto;
    display: inline-block;
    line-height: 63px;
    min-width: 63px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color .2s linear;
    color: #fff;
}

.dcalendarpicker .dudp__cal-container .dudp__months-view .dudp__month:hover {
    background-color: #000
}

.dcalendarpicker .dudp__cal-container .dudp__months-view .dudp__month:active {
    background-color: #000
}

.dcalendarpicker .dudp__cal-container .dudp__months-view .dudp__month.selected {
    font-weight: 500;
    color: #1565c0
}

.dcalendarpicker .dudp__cal-container .dudp__years-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    opacity: 1;
    transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    overflow-y: scroll;
    overflow-x: hidden
}

.dcalendarpicker .dudp__cal-container .dudp__years-view.dp__hidden {
    opacity: 0;
    visibility: hidden
}

.dcalendarpicker .dudp__cal-container .dudp__years-view .dudp__year {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .2s linear;
    width: 33%;
    float: left;
    color: #fff;
}

.dcalendarpicker .dudp__cal-container .dudp__years-view .dudp__year:hover {
    background-color: #000
}

.dcalendarpicker .dudp__cal-container .dudp__years-view .dudp__year:active {
    background-color: #000
}

.dcalendarpicker .dudp__cal-container .dudp__years-view .dudp__year.selected {
    font-weight: 500;
    font-size: 24px;
    color: #1565c0
}

.dcalendarpicker .dudp__cal-container .dudp__buttons {
    padding: 0 10px 10px;
    text-align: right
}

.dcalendarpicker .dudp__cal-container .dudp__buttons.dp__hidden {
    visibility: hidden
}

.dcalendarpicker .dudp__cal-container .dudp__buttons:after {
    content: "";
    display: block;
    clear: both
}

.dcalendarpicker .dudp__cal-container .dudp__buttons .dudp__button {
    display: inline-block;
    font-size: 14px;
    padding: 0 16px;
    min-width: 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 500;
    cursor: pointer;
    color: #1565c0;
    border-radius: 4px;
    transition: background-color .2s linear
}

.dcalendarpicker .dudp__cal-container .dudp__buttons .dudp__button.clear {
    float: left;
    color: #b71c1c !important
}

.dcalendarpicker .dudp__cal-container .dudp__buttons .dudp__button:hover {
    background-color: #d9d9d9
}

.dcalendarpicker .dudp__cal-container .dudp__buttons .dudp__button:active {
    background-color: #bfbfbf
}

.dcalendarpicker.dp__open {
    visibility: visible;
    opacity: 1;
    background-color: rgba(10, 10, 10, .65)
}

.dcalendarpicker.dp__open .dudp__wrapper {
    transform: translateX(-50%) scale(1.2) translateY(-30%);
}

.dcalendarpicker.dp__closing {
    opacity: 0;
    background-color: transparent
}

.dcalendarpicker[inline=true] {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background-color: transparent !important;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

.dcalendarpicker[inline=true] .dudp__wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none
}

.dcalendarpicker[inline=true].dp__open .dudp__wrapper {
    transform: none
}

.dcalendarpicker[inline=true] .dudp__cal-container {
    width: 272px
}

.dcalendarpicker[inline=true] .dudp__cal-container .dudp__calendar {
    padding: 0 10px
}

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

@media (max-height:414px) {
    .dcalendarpicker .dudp__wrapper {
        flex-direction: row;
        bottom: 8px
    }

    .dcalendarpicker .dudp__calendar-header {
        width: 110px
    }
}

@media (max-height:320px) {
    .dcalendarpicker .dudp__wrapper {
        bottom: 0
    }
}

body[datepicker-display=on] {
    overflow: hidden
}


.dudp__wrapper[data-theme=blue] .dudp__calendar-header {
    background-color: #1E57DC;
}

.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.current {
    color: #1E57DC;
}

.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.in-range,
.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.range-from,
.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.range-to {
    background-color: rgba(25, 118, 210, .2);
}

.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.range-from:before,
.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.range-to:before,
.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.selected:before {
    background-color: #1E57DC
}

.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.range-from:hover:before,
.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.range-to:hover:before,
.dudp__wrapper[data-theme=blue] .dudp__calendar .dudp__cal-week .dudp__date.selected:hover:before {
    background-color: #1E57DC
}

.dudp__wrapper[data-theme=blue] .dudp__buttons .dudp__button,
.dudp__wrapper[data-theme=blue] .dudp__months-view .dudp__month.selected,
.dudp__wrapper[data-theme=blue] .dudp__years-view .dudp__year.selected {
    color: #1E57DC
}

.datepicker {
    background: #21262b url(/images/btn_calendar.svg) right 8px center no-repeat;
    color: #fff;
}

.apexcharts-svg,
.apexcharts-svg foreignObject {
    overflow: visible;
}

.project-statistics .table-wrapper {
    padding-bottom: 30px;
}

.bc-title .intext {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-dialog {
    position: fixed !important;
}

.polygon-label-base {
    width: max-content;
    display: flex !important;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 0.9em;
    color: #FFFF00;
    opacity: 0.8;
}

.polygon-label {
    font-size: 14px;
}

.polygon-label2 {
    font-size: 9px;
}

.buttons-progress {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0 10px;
}

.labeling_progress_button {
    width: 190px;
}