@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500&display=swap');

body {
    color:#666;
}

.admin_v1 *:not(.fa) {
    font-family: 'Noto Sans KR', sans-serif;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.admin_v1 h1 {
    font-size: 2.5rem;
}

.admin_v1 h2 {
    font-size: 2rem;
}

.admin_v1 h3 {
    font-size: 1.75rem;
}

.admin_v1 h4 {
    font-size: 1.5rem;
}

.admin_v1 h5 {
    font-size: 1.25rem;
}

.admin_v1 h6 {
    font-size: 1rem;
}

.admin_v1 a {
    /*color: #3276b1;*/
    text-decoration: none;
    font-weight:400;
}

.admin_v1 a:hover {
    text-decoration: underline;
}

.admin_v1 .content-wrap {
    padding: 2rem;
    margin-top:-10px;
    margin-left:-14px;
    margin-right:-14px;
}

.admin_v1 .page-title {
    margin-top:0;
    margin-bottom:2rem;
    font-weight:400;
}

/* table-layout1 */
.admin_v1 .table-layout1 {
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.2);
    margin-bottom:1rem;
    font-size: 12px;
    border:0;
}

.admin_v1 .table-layout1 thead th {
    font-weight:600;
    color:#222;
    border-bottom:2px solid #eee;
    font-size: 13px;
}

.admin_v1 .table-layout1 thead tr.filters th { border-bottom:0; padding-top:12px; padding-bottom:12px; }
.admin_v1 .table-layout1 thead tr.filters { background-color:#1b1b1b; }
.admin_v1 .table-layout1 th, .admin_v1 .table-layout1 td { padding: 15px 7.5px 15px 7.5px; }
.admin_v1 .table-layout1 tr th:first-child, .admin_v1 .table-layout1 tr td:first-child {padding-left:15px;}
.admin_v1 .table-layout1 tr th:last-child, .admin_v1 .table-layout1 tr td:last-child {padding-right:15px;}
.admin_v1 .table-layout1 tbody th, .admin_v1 .table-layout1 tbody td { border-bottom: 1px solid #eee; }
.admin_v1 .table-layout1.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
.admin_v1 .table-layout1.table-bordered {border-collapse:collapse;}
.admin_v1 .table-layout1.table-bordered th, .admin_v1 .table-layout1.table-bordered td {border: 1px solid #dee2e6;border-bottom:0;}
.admin_v1 .table-layout1.table-bordered tr th:first-child, .admin_v1 .table-layout1.table-bordered tr td:first-child {border-left:0;}
.admin_v1 .table-layout1.table-bordered tr th:last-child, .admin_v1 .table-layout1.table-bordered tr td:last-child {border-right:0;}
.admin_v1 .table-layout1 tr.bg-primary th {color:#fff;}

/* 주문 테이블 */
.admin_v1 .table-layout1.order-list .user-badge {border-radius: .5rem;font-size: 60%;padding: .1rem .55rem;font-weight: 400;text-align: center;display:block;width:45px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.admin_v1 .table-layout1.order-list .user-badge.vip {border: 1px solid #e30000;background-color: #ff1a49;background: linear-gradient(-90deg, #ff1a49, #fc7792);color: #fff;}
.admin_v1 .table-layout1.order-list .user-badge.professor {border: 1px solid #436b43;background-color: #09612c;background: linear-gradient(-90deg, #578257, #739e73);color: #fff;}
.admin_v1 .table-layout1.order-list .user-badge.translator {border: 1px solid #025ad0;background-color: #699de4;background: linear-gradient(-90deg, #0062e7, #699de4);;color: #fff;}
.admin_v1 .table-layout1.order-list .order-user div.item {display:inline-block;vertical-align: middle;}
.admin_v1 .table-layout1.order-list .order-user div.item .user-badge:not(:last-child) {margin-bottom:.3rem;}
.admin_v1 .table-layout1.order-list .order-user div.item:not(:last-child) {margin-right: .7rem;}
.admin_v1 .table-layout1.order-list td mark:not(:last-child), .admin_v1 .table-layout1.order-list td .action {margin-bottom:2px;}
.admin_v1 .table-layout1.order-list mark {font-size:11px;padding:.2rem .5rem;width:100px;display:block;}
.admin_v1 .table-layout1.order-list mark.not-paid, .admin_v1 .table-layout1.order-list mark.is_not_charged {background-color:#de5245 !important;}
.admin_v1 .table-layout1.order-list mark.deferred {background-color:#d6a018;}
.admin_v1 .table-layout1.order-list mark.bill {background-color:#1da3cc;}
.admin_v1 .table-layout1.order-list mark.hp {background-color:#8d2dba;}
.admin_v1 .table-layout1.order-list mark.quote{background-color: #0411f9;}
.admin_v1 .table-layout1.order-list .action {display:block;text-align:center;font-size:10px;padding:.2rem .5rem;width:80px;border:1px solid #ccc;background:#fff;border-radius: 3px;color:#444;}
.admin_v1 .table-layout1.order-list .order-link {display:block;font-size:13px;font-weight:400;}
.admin_v1 .table-layout1.order-list .order-link + mark {margin-top:.2rem;}
.admin_v1 .table-layout1.order-list textarea.order-memo {width:120px;}
.admin_v1 .table-layout1.order-list.recent {}
/* 주문 테이블 끝 */

.admin_v1 .table-layout1 .dropdown-menu {padding-top:0;padding-bottom:0;}
.admin_v1 .table-layout1 .dropdown-menu>li>a {padding:7px 15px;}
.admin_v1 .user-detail.dropdown .dropdown-menu .user_login {padding:7px 15px;background:#000;color:#fff;font-size:12px;}
.admin_v1 .table-layout1 .select2-container {min-width:auto;}
.admin_v1 .dotdotdot {font-size:10px;margin-left:2px;}

@media screen and (max-width: 1199px) {
    .admin_v1 .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 767px) {
    .admin_v1 .table-responsive { border:none; }
}


/* FILTER */
.admin_v1 .filter {
    display:inline-block;
    position:relative;
    margin-top:1rem;
    margin-bottom:2rem;
    padding: 15px 100px 15px 80px;
    background:#fff;
    border: 1px solid #eee;
    border-radius: 0 5px 5px 0;
}

.admin_v1 .btns {
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px 6px;
    border:1px solid #ccc;
    font-size: 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.admin_v1 .btns:hover, .btns:visited, .btns:active, .btns:link{text-decoration: none;}
.admin_v1 .btns.default {color: #333; background-color: #fff; border-color: #ccc;}
.admin_v1 .btns.default:hover {background-color:#eee;}
.admin_v1 .btns.ok {color: #fff; background-color: #4982ff; border-color: transparent; }
.admin_v1 .btns.ok:hover {background-color: #376cdd;}

.admin_v1 .filter .btns.reset {color: #333; background-color: #fff; border-color:#eee; border-width: 0 1px 0 0; border-radius:0;font-size:15px;position:absolute;left:0;top:0;width:60px;height:100%;text-align:center;box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.admin_v1 .filter .btns.reset:hover {background-color: #fafafa;}
.admin_v1 .filter .btns.search {border-radius: 0 5px 5px 0;font-size:15px;position:absolute;right:0;top:0;width:40px;height:100%;}

.admin_v1 .filter .form-inline .form-group > label:first-child {display:block;font-weight:600;}
.admin_v1 .filter .form-inline .form-group > label {margin-right:1rem;}
.admin_v1 .filter .form-inline .form-group {vertical-align:top;margin-top:.5rem;margin-right:2rem;}

@media screen and (max-width: 767px) {
    .admin_v1 .filter {width:100%; padding:1rem;}
    .admin_v1 .filter .btns.reset {border-width:1px;}
    .admin_v1 .filter .btns.search, .admin_v1 .filter .btns.reset {width:100%;display:block;position:relative;border-radius:0;}
    .admin_v1 .filter .form-inline .form-group {margin-right:0;}
}

.admin_v1 .selected:after, .selected:before {
    display:none;
}

.admin_v1 .selected {
    border:none !important;
}

.admin_v1 .quickbar .divider {margin-left:.7rem;margin-right:.7rem;border-right:2px solid #bbb;height:10px;display:inline-block;vertical-align: middle;}
.admin_v1 .filter-is-trashed {color:#333;}
.admin_v1 .filter-is-trashed.on {color:#275ca3;font-weight:600;}

.admin_v1 .slide-window {position:fixed;bottom:-150px;right:80px;z-index:999;box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.2);transition: all .5s;}
.admin_v1 .slide-window.on {bottom:80px;}
.admin_v1 .slide-window .header {background:#000;padding:1rem 2rem;color:#fff;}
.admin_v1 .slide-window .body {background:#fff;padding:1rem 2rem;}
.admin_v1 .slide-window .visible-is-trashed-no, .admin_v1 .slide-window .visible-is-trashed-yes {display:none;}
.admin_v1 #btnExecute {color:#fff;}
.admin_v1 .section-style-1 {padding:1.5rem 1.5rem;background:#efefef;border:1px solid #ddd;margin-bottom:2rem;}
.admin_v1 .section-style-1 .header {font-weight:500;background:#015c92;color:#fff;margin-bottom:1rem;padding:1rem 2rem;}
.admin_v1 .section-style-1 .header small {color:#fff;}
.admin_v1 .section-style-1 article:last-child .table-layout1 {margin-bottom:0;}
.admin_v1 .section-style-1 .inner {background:#fff;border-radius: 10px;box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.2);padding:15px;}

#content > .alert {
    position:fixed;
    top:-100%;
    left:0;
    right:0;
    z-index:999;
    border-left:0;
    border-radius:0;
    padding:2rem;
    animation: slideup 5s;
    -moz-animation: slideup 5s;
    -webkit-animation: slideup 5s;
    -o-animation: slideup 5s;
    font-size:15px;
    -webkit-box-shadow:0 0px 10px rgba(0, 0, 0, 0.65);
    box-shadow:0 0px 10px rgba(0, 0, 0, 0.65);
}
#content > .alert.alert-danger {
    background: -moz-linear-gradient(65deg, #f00c58, #ff4f8a);
    background: -webkit-linear-gradient(65deg, #f00c58, #ff4f8a);
    background: linear-gradient(25deg, #f00c58, #ff4f8a);
    color:#fff;
}

#content > .alert.alert-success {
    background: -moz-linear-gradient(65deg, #50A7C2, #B7F8DB);
    background: -webkit-linear-gradient(65deg, #50A7C2, #B7F8DB);
    background: linear-gradient(25deg, #50A7C2, #B7F8DB);
    color:#FFF;
}

@keyframes slideup {
    0% {
        display:block;
        top:0px;
    }
    85% {
        top:0px;
    }
    100% {
        top:-100px;
        display:none;
    }
}
@-moz-keyframes slideup {
    0% {
        display:block;
        top:0px;
    }
    85% {
        top:0px;
    }
    100% {
        top:-100px;
        display:none;
    }
}
@-webkit-keyframes slideup {
    0% {
        display:block;
        top:0px;
    }
    85% {
        top:0px;
    }
    100% {
        top:-100px;
        display:none;
    }
}
@-o-keyframes slideup {
    0% {
        display:block;
        top: 0px;
    }
    85% {
        top: 0px;
    }
    100% {
        top: -100px;
        display:none;
    }
}

.admin_v1 .collect-history-wrap .history-title{margin-top:2rem;margin-bottom:1rem;background:#fafafa;padding:.75rem 1.5rem;border:1px solid #aaa;font-weight:400;}
.admin_v1 .collect-history {overflow-x:auto; white-space: nowrap; padding-bottom:1rem;}
.admin_v1 .collect-history .item {width:220px;display:inline-block;border:1px solid #eee;background:#fafafa;padding:1rem;font-size:12px; vertical-align: top;}
.admin_v1 .collect-history .item:not(:last-child) {margin-right:1rem;}
.admin_v1 .collect-history .item .number {margin-bottom:1rem;display:block;font-size:13px;}
.admin_v1 .collect-history .item .order-info {height:110px;white-space:normal;word-break: keep-all;}
.admin_v1 .collect-history .item .qa-report {height:160px;position:relative;}
.admin_v1 .collect-history .item .client-reviews {height:180px;position:relative;}
.admin_v1 .collect-history .item .final {height:45px;}
.admin_v1 .collect-history .item .qa-report,
.admin_v1 .collect-history .item .client-reviews,
.admin_v1 .collect-history .item .final { border-top:1px solid #ddd;padding-top:1rem;position:relative;}
.admin_v1 .collect-history .item .qa-report .comment,
.admin_v1 .collect-history .item .client-reviews .comment {height:100px;overflow-y:auto;white-space:normal;margin-top:.5rem;}
.admin_v1 .collect-history .item .final .label {padding:.7em !important;font-size:12px;}
.admin_v1 .collect-history .item .user-badge.vip {display: inline-block;margin-left: .5rem;border: 1px solid #e30000;background-color: #ff1a49;background: linear-gradient(-90deg, #ff1a49, #fc7792);color: #fff;border-radius: .5rem;font-size: 60%;padding: .1rem .55rem;font-weight: 400;text-align: center;}
.admin_v1 .collect-history .item.early-up {background:#e8f4ff; border:1px solid #9acdfc;}
.admin_v1 .collect-history .item.early-down {background:#ffe8e8; border:1px solid #ffb5b5;}
.admin_v1 .collect-history-wrap {margin-top:10px;}
.admin_v1 .collect-history-logs {padding:0;padding-bottom:1rem;list-style:none;overflow-x: auto;white-space: nowrap;margin-bottom:1rem;margin-top:1rem;}
.admin_v1 .collect-history-logs li {display: inline-block;*display: inline;zoom: 1;}
.admin_v1 .collect-history-logs li:not(:last-child) {margin-right:3rem;}


.wv-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 6px;
}

.wv-pagination__item {
    line-height: 1;
}

.wv-pagination__item:first-child .wv-pagination__link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.wv-pagination__item:last-child .wv-pagination__link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.wv-pagination__item:not(:first-child) .wv-pagination__link {
    border-left: none;
}

.wv-pagination__link {
    position: relative;
    display: block;
    padding: 12px 12px;
    color: #0d6efd;
    background-color: #ffffff;
    border: solid 1px #dee2e6;
}

.wv-pagination__link:hover {
    background-color: #f8f9fa;
}

.pace .pace-progress {
    height: 5px;
    background-color: #09612c;
    background: linear-gradient(-90deg, #578257, #739e73);
}

.pace .pace-progress-inner {
    display: none;
}