@charset "UTF-8";

.guided-setup .main-container .step-container>.row+.row {
    margin-top:20px;
}

.guided-setup .guided-step-card .task-status {
    font-weight: bold;
}

.guided-setup .guided-step-card a.btn-skip {
    color: #007bff;
}


.guided-setup .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.guided-setup .guided-step-task-box .list-group-item:before {
    font-family: 'FontAwesome';
    margin:0 5px 0 -15px;
    content: "\f111";
    color: #dfdfdf;
}

.guided-setup .guided-step-task-box .list-group-item.checked:before {
    font-family: 'FontAwesome';
    margin:0 5px 0 -15px;
    content: "\f00c";
    color: #007bff;
}

.guided-setup .guided-step-task-box .list-group-item.skip:before {
    font-family: 'FontAwesome';
    margin:0 5px 0 -15px;
    content: "\f101";
    color: #dfdfdf;
}

.guided-setup .list-group-item:first-child {
    border-top: 0;
}

.guided-setup .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.guided-setup .guided-step-proc-box {
    text-align: center;
}

.guided-setup .chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    /*font: 18px / 1.4 'Helvetica', 'Arial', sans-serif;*/
}
.guided-setup .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.guided-setup .percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}
.guided-setup .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}

.guided-setup .steps-proc-info {
    adding-top: 5px;
    text-align: center;
    font-size: 20px;
}

.guided-setup .task-box {
    height: 100%;
}

.guided-setup .page-main, .page-main {
    height: 100%;
}

.guided-setup .container-fluid .page-main {
    padding: 0 20px;
}

.guided-setup .control-box {
    text-align: right;
    padding-bottom: 15px;
}

.guided-setup .control-box button {
    background: #97a7c3;
    border: none;
    margin-left: 5px;
    padding: 2px 11px;
    height: 25px;
    color: #fff;
    border-radius: 3px;
}

.guided-setup .list-box {
    padding-top: 42px;
    margin-top: -42px;
    box-sizing: border-box;
    height: 100%;
}


.guided-setup .contents-main, .page-main .contents-main{
    padding-left: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

.guided-setup .page-contents, .page-main .page-contents {
    height: 100%;
}

.guided-setup .contents-left, .page-main .contents-left{
    float: left;
    width: 300px;
    height: 100%;
}

.guided-setup .list-group-item {
    background: transparent;
}
/* UIItem class */

/* Search */
#total_search {
    position: relative;
    font-size: 18px;
    padding-top: 40px;
    margin: -20px auto 0;
    width: 100%;
}

#total_search label {
    position: absolute;
    left: 17px;
    top: 48px;
}

#total_search #total_search-keyword, #total_search .hint {
    padding-left: 43px;
    padding-right: 43px;
    /*border-radius: 23px;*/
}
#total_search_title_result ul, #total_search_title_result li {
    list-style: none;
}

#total_search_title_result li {
    padding: 5px;
}

#total_search_title_result {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 68px;
    left:7px;
    background: white;
    width: 295px;
}

#total_search_title_result ul {
    text-align: left;
}

span.searchToken {
    font-weight: bold;
    background: yellow;
}
span.search_content {
    padding-left:5px;
}

#total_search_title_result li.selected {
    background-color: lavender;
}

.comment-contents .content-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0 5px;
}

.comment-contents .content-item .reg-name{
    display: block;
    font-weight: 500;
    color: #002288;
    font-size: 14px;
}

.comment-contents .content-item .reg-dttm{
    font-size: 11px;
    color: #909090;
}

.comment-contents .content-item .reply-name{
    font-size: 13px;
    color: #1f4388;
}

.comment-contents .content-item .item-btns {
    padding-left: 10px;
}

.comment-contents .content-item .item-btns .btn{
    padding: 0 2px;
}

.comment-contents .content-item .item-btns .btn.on {
    color: #4E89AE;
    cursor: default;
}

.sr-comment-editor .list-box-icon {
    margin-right: 5px;
}

.sr-comment-editor .list-box-icon.on {
    background: #4E89AE;
    color: #fff;
}

.content-item .message {
    /* white-space: pre-line;
    display: inline-block; */
}

.sr-comment-editor .fileinput-button {
    position: relative;
}

.upload-files input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

form[name=fileuploadform] {
    display: inline-block;
}

.sr-comment-editor .ajax-file-upload {
    margin: 0;
}

.sr-comment-editor .ajax-upload-dragdrop {
    min-height: 100px;
}

.sr-comment-editor i.list-box-icon {
    height: 38px;
    width: 38px;
    color: #777;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #eee;
    margin-top: 20px;
    float: left;
    cursor: pointer;
    font-size: 20px;
}

.sr-comment-editor i.file-icon {
    height: 20px;
    width: 20px;
    color: #777;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: transparent;
    float: right;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 5px;
}

.attach-file {
    clear: both;
}

.attach-file .cmt-file {
    text-decoration: underline;
    cursor: pointer;
    word-break: break-all;
}

.attach-file i.file-icon {
    float: right;
    background: #eee;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #777;
    margin-bottom: 5px;
}
.attach-file i.file-icon.red {
    color: #fff;
    background: #ff5f45;
}

.sr-comment-editor i.list-box-icon , .sr-comment-editor .memo_btn .memo_btn_save,
.sr-comment-editor .memo_btn .memo_btn_cancel {
    margin-top: 10px;
}

.comment-item-view .user-photo {
    width: 40px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;

    flex-shrink: 0;
}

.comment-item-view .user-photo img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.sr-comment, .sr-comment textarea {
    font-size: 13px;
    line-height: 22px;
    height: 100%;
}
.sr-comment textarea {
    margin-bottom: 5px;
}

.comment_body > .sr-comment-editor {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 20px);
}

.sr-comment-notice {
    display: inline-block;
    position: relative;
    padding: 3px 10px 2px 25px;
    border-radius: 5px;
    background-color: #eee;
    margin-bottom: 5px;
}

.sr-comment-notice:before {
    content: '\f0a1';
    font-family: 'FontAwesome';
    position: absolute;
    top: 3px; left: 6px;
}

.content-item .message .mention {
    font-weight: normal;
    background: #d8dfea;
    padding: 0 3px; box-sizing: border-box;
}

.sr-comment-editor .fileinput-button {
    position: relative;
}

.comment-new-list {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 40px; right: -50px;
    width: 240px; max-height: 300px;
    overflow-y: auto;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08);
    z-index: 102;
}

.comment-item-view {
    display: flex;
    display: -ms-flexbox;
}

.comment-item-view .comment-text {
	flex-grow: 1;
}
.comment-new-list .message {
    vertical-align: top;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.comment-new-list .content-item {
    padding: 5px 8px; box-sizing: border-box;
}
.comment-new-list .content-item:last-child {
    border-bottom: 0;
}

.comment-new-list .content-item.noread {
    color: #222;
}
.comment-new-list .content-item.noread .message:before {
    content: '';
    display: inline-block; vertical-align: top;
    width: 6px; height: 6px;
    border-radius: 50%;
    background-color: #3e8c9b;
    margin: 8px 4px 0 0;
}

.comment-new-list .content-item:hover {
    background: #efefef;
}

.comment-attach-files {
    margin-top: 10px;
}
.comment-attach-files .attach-file {
    border-top: 1px solid #eaeaea;
    padding: 5px 0;
}

.logout_tm{
    width:100px;
    font-weight:bold;
    font-size:12px;
    color:#0000ff;
    border:1px solid #afbfdf;

    padding:2px;
    padding-left:3px;
    padding-right:0px;
    padding-bottom:0px;
}

.logout_tm_emg{
    width:100px;
    font-weight:bold;
    font-size:12px;
    color:#ff0000;
    border:1px solid #aa88dd;

    background-color:#FFFFCC;
    padding:2px;
    padding-left:3px;
    padding-right:0px;
    padding-bottom:0px;
}

.reply-editor {
    margin-left: 30px;
}

.with-forms span.info {
    font-size: 12px;
}

/* CKeditor Comment */
.ck-comment .comment-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ck-comment .comment-content {
    padding: 0;
    flex-grow: 2;
    overflow-y: auto;
    margin-bottom: 10px;
}

.ck-comment .comment-content > *:after {
    content: '';
    border-top: 1px solid #e0e0e0;
    display: block;

    margin-top: 5px;
    margin-bottom: 10px;
}

.ck-comment .comment-content > *:last-child::after {
    display: none;
}

.ck-comment .comment-content .content-item > .ck-comment-editor {
    margin-bottom: 10px;
}

.ck-comment .comment-content .content-item .comment-item-view .user-photo {
    margin-top: 5px;
}


.ck-comment .comment-content .content-item .reg-name {
    display: block;
    font-weight: 500;
    color: #002288;
    font-size: 14px;
}

.ck-comment .comment-content .content-item .reg-dttm {
    font-size: 11px;
    color: #909090;
}

.ck-comment .comment-content .content-item .reply-name {
    font-size: 13px;
    color: #1f4388;
}

.ck-comment .comment-content .content-item .item-btns {
    padding-left: 10px;
}

.ck-comment .comment-content .content-item .item-btns .btn{
    padding: 0 2px;
}

.ck-comment .comment-content .content-item .item-btns .btn.on {
    color: #4E89AE;
    cursor: default;
}

.ck-comment .comment-content .content-item .message p {
    margin: 0;
    padding: 0;
}

.ck-comment .memo_btn .list-box-icon {
    margin-left: 5px;
}

.ck-comment .memo_btn button {
    margin-top: 10px;
    position: relative;
    bottom: -5px;
}

.ck-comment .ck-comment-editor .ck.ck-editor {
    height: 150px !important;
    overflow: inherit;
}

.ck-comment .ck-comment-editor i.list-box-icon {
    height: 38px;
    width: 38px;
    color: #777;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #eee;
    margin-top: 10px;
    float: left;
    cursor: pointer;
    font-size: 20px;
}

.ck-comment .ck-comment-editor .list-box-icon.on {
    background: #4E89AE;
    color: #fff;
}

.ck-comment-mention-item {
    display: block;
}

.ck-comment-mention-item-dept {
    display: inline-block;
    font-size: smaller !important;
    margin-left: 5px !important;
}

.ck-comment .ck-comment-editor .list-box-icon.fa-maximize {
    display: none;
}

/* ckeditor5 fileuploader */
.ck-editor-readonly.ck-comment-readonly .ck-file-box {
    width: 300px;
}
