/* Calendar */
/* ----------------------------------------------------------------------- */
.option_box {width: 280px; position: relative;}
.option_box .calendars {padding-top: 5px;padding-bottom: 5px;}
.option_box #cal_head {text-align: center; color: #867a6d; font-size: 18px; margin-bottom: 12px;}
.option_box #cal_head a {color: darkgray;vertical-align: middle; display: inline-block; margin:-3px 35px 0;}
.option_box table {text-align: center;}
.option_box table th {padding:5px 0;}
.option_box table td {height: 30px; line-height: 30px;}
.option_box table td.today span {display: block; background: #ea5529; color: #fff; margin: auto; line-height: 20px; width: 20px; height: 20px; display: block; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;} 
.option_box table th:nth-child(1) {color: #ea5529;}
.option_box table td:nth-child(1) {color: #ea5529;}
.option_box table th:nth-child(7) {color: #3f6ad8;}
.option_box table td:nth-child(7) {color: #3f6ad8;} 
/* ----------------------------------------------------------------------- */

.com-hidden {
    visibility: collapse;
}

pre {
    color: #495057;
}

.app-theme-white .app-header {
    background: #22CC88;
}

.app-page-title {
    padding: 1rem 30px 1rem 30px;
}

.modal .table td {
    padding: 3px 8px 3px 8px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #ffffff;
}

/* 지도 라인 그리기 */
/* ----------------------------------------------------------------------- */
.dot {
    overflow:hidden;
    float:left;
    width:12px;
    height:12px;
    background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/mini_circle.png');
}

.dotOverlay {
    position:relative;
    bottom:10px;
    border-radius:6px;
    border: 1px solid #ccc;
    border-bottom:2px solid #ddd;
    float:left;
    font-size:12px;
    padding:5px;
    background:#fff;
}

.dotOverlay:nth-of-type(n) {
    border:0; 
    box-shadow:0px 1px 2px #888;
}

.number {
    font-weight:bold;
    color:#ee6152;
}

.dotOverlay:after {
    content:'';
    position:absolute;
    margin-left:-6px;
    left:50%;
    bottom:-8px;
    width:11px;
    height:8px;
    background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white_small.png');
}

.distanceInfo {
    position:relative;top:5px;left:5px;list-style:none;margin:0;
}

.distanceInfo .label {
    display:inline-block;width:50px;
}

.distanceInfo:after {
    content:none;
}
/* ----------------------------------------------------------------------- */

/* 메뉴 아이콘 색상 변경 */
/* ----------------------------------------------------------------------- */
.mm-active .metismenu-icon {
    color: white;
}

i.metismenu-icon {
    opacity: 1 !important;
}
/* ----------------------------------------------------------------------- */

/* 배경 색상 */
/* ----------------------------------------------------------------------- */
.bg-color-main {
    background-color: #22CC88;
}

.bg-color-white {
    background-color: #fff;
}

.bg-color-gray {
    background-color: #dcdcdc;
}
/* ----------------------------------------------------------------------- */

/* Font 색상 */
/* ----------------------------------------------------------------------- */
.font-color-main {
    color: #22CC88;
}

.font-color-white {
    color:white;
}

.font-color-gray {
    color:#909090;
}

.font-color-gray-light {
    color:#F3F5F7;
}

.font-color-black-light {
    color:#4B535D;
}

.font-color-black {
    color: #353535;
}

.font-color-red {
    color: #ff0000 !important;
}

.font-color-danger {
    color: #d92550;
}

.font-color-warning {
    color: #f7b924;
}

.font-color-blue {
    color: #0000ff;
}

.font-bold {    
    font-weight:700;
}
/* ----------------------------------------------------------------------- */

/* 화물 상태별 색상 */
/* ----------------------------------------------------------------------- */
.table-hover tbody tr:hover {
    background-color:#22cc885b
}
/* ----------------------------------------------------------------------- */

/* Font 크기 */
/* ----------------------------------------------------------------------- */
.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

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

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-33 {
    font-size: 33px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-96 {
    font-size: 96px;
}
/* ----------------------------------------------------------------------- */

.vertical-center {
    align-items: center;
}

.text-right {
    text-align: right;
}

.unfollow-background {
    background-color: #fff0f5;
}

.word-wrap {
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    word-wrap: break-word;
}

a.none-deco {
    text-decoration: none;
}

/* 선택 메뉴 색상 */
/* ----------------------------------------------------------------------- */
.vertical-nav-menu ul>li>a.mm-active {
    color: #fff;
    background: #22CC88;
    font-weight: bold;
}

.vertical-nav-menu ul>li>a:hover{
    color:#fff
}

.vertical-nav-menu li>a.mm-active {
    color: #fff;
    background: #22CC88;
    font-weight: bold;
}

.vertical-nav-menu li a:hover{
    color: #fff;
    background:#22CC88;
    text-decoration:none
}
/* ----------------------------------------------------------------------- */

a {
    color: #22CC88;
}

/* Button Main Color */
/* ----------------------------------------------------------------------- */
.btn-main {
    color: white;
    background-color: #22CC88;
    border-color: #22CC88;
}

.btn-main:hover {
    color: white;
    background-color: #22CC88;
    border-color: #22CC88;
}

.btn-append {
    color: #495057;
    background-color: #eff9ff;
    border-color: #ced4da;
}

.btn-append:hover {
    color: #495057;
    background-color: #eff9ff;
    border-color: #ced4da;
}

.btn-search {
    color: white;
    background-color: #10a268;
    border-color: #10a268;
}

.btn-search:hover {
    color: white;
    background-color: #10a268;
    border-color: #10a268;
}

.btn-outline-white {
    color: white;
    border-color: white;
}

.btn-outline-white:hover {
    color:#22CC88;
    background-color:white;
    border-color:white
}

.btn-outline-main {
    color: #22CC88;
    border-color: #22CC88;
}

.btn-outline-main:hover {
    color:#fff;
    background-color:#22CC88;
    border-color:#22CC88
}

.btn-main-round {
    color: white;
    background-color: #22CC88;
    border-color: #22CC88;
    border-radius: 30px;
}

.btn-main-round:hover {
    color: white;
    background-color: #22CC88;
    border-color: #22CC88;
    border-radius: 30px;
}

.btn-green {
    color: white;
    background-color: #0096bd;
    border-color: #0096bd;
}

.btn-green:hover {
    color: white;
    background-color: #0096bd;
    border-color: #0096bd;
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #C4C4C4;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
    color: #fff;
    background-color: #22CC88;
    border-color: #C4C4C4;
}

.btn-white:hover {
    color: white;
    background-color: #22CC88;
    border-color: #22CC88;
}
/* ----------------------------------------------------------------------- */

/* Button Sub Color */
/* ----------------------------------------------------------------------- */
.btn-sub {
    color: white;
    background-color: #0096bd;
    border-color: #0096bd;
}

.btn-sub:hover {
    color: white;
    background-color: #0096bd;
    border-color: #0096bd;
}
/* ----------------------------------------------------------------------- */

/* table-heaer or footer Container */
/* ----------------------------------------------------------------------- */
.table-header-container {
    background: #f8f9fa; 
    border-bottom: #f2f3f3 solid 1px; 
    padding: 1rem;
}

.table-footer-container {
    background: #f8f9fa; 
    border-top: #f2f3f3 solid 1px; 
    padding: 1rem;
}
/* ----------------------------------------------------------------------- */

/* round progress shape */
/* ----------------------------------------------------------------------- */
.progress-bar-container {
    position:absolute; 
    width:100%; 
    height:100%; 
    padding:8% 5% 0% 5%; 
    background-color:rgba(0,0,0,0.5);
}

.progress-round-container {
    position:absolute; 
    width:100%; 
    height:100%; 
    padding:15% 0% 0% 47%; 
    background-color:rgba(0,0,0,0.5);
}

.progress-round-container > button {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
/* ----------------------------------------------------------------------- */

/* Paging */
/* ----------------------------------------------------------------------- */
.page-item.active .page-link, .pagination .active.page-number .page-link {
    background-color: #22CC88;
    border-color: #22CC88;
}

.pagination li a {
    color: #22CC88;
}
/* ----------------------------------------------------------------------- */

/* Radio Control */
/* ----------------------------------------------------------------------- */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #22CC88;
    background-color: #22CC88;
}
/* ----------------------------------------------------------------------- */

/* Scrollable Table */
/* ----------------------------------------------------------------------- */
.table-scrollable th, .table-scrollable td {
    white-space: nowrap;
}
.table-scrollable td pre {
    white-space: pre;
}
.table-scrollable td.pre-wrap {
    white-space: pre;
}
.table-scrollable td img {
    width: 150px;
}
.table-scrollable td input {
    width: auto;
}
.table-scrollable td textarea {
    width: auto;
}
/* ----------------------------------------------------------------------- */

/* Search Keyword Block */
/* ----------------------------------------------------------------------- */
.block {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 0px 5px 4px 5px;
    font-size: 16px;
    min-height: 47px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.block input {
    position: relative;
    display: inline-flex;
    margin: 5px 5px 2px 0px;
    padding: 1px 5px 0px 5px;
    height: 33px;
    line-height: 31px;
    outline: 0;
    border-width: 0 0 2px;
    border-color: #ced4da
}
.block input:focus {
    border-color: #3f6ad8
}
.block .item {
    position: relative;
    display: inline-flex;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    margin: 5px 5px 2px 0px;
    padding: 0px 25px 0px 10px;
    overflow: hidden;
    height: 33px;
    line-height: 31px;
}
.block .item .btnclose {
    color: #444;
    position: absolute;
    font-size: 16px;
    right: 5px;
    top: 7px;
    cursor: pointer;
}
.block .item .btnclose:hover {
    opacity: 0.75;
}
/* ----------------------------------------------------------------------- */

/* Button for File Selection
/* ----------------------------------------------------------------------- */
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/* ----------------------------------------------------------------------- */

/* Multi Selector
/* ----------------------------------------------------------------------- */
.drop {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.drop.open {
    z-index: 100;
}
.drop.open .drop-options {
    z-index: 200;
    max-height: 160px;
}
.drop.open .drop-display {
    z-index: 200;
}
.drop select {
    display: none;
}
.drop .drop-display {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 0px 20px 4px 5px;
    width: 100%;
    background: #FFF;
    z-index: 1;
    margin: 0px;
    font-size: 16px;
    min-height: 47px;
}
.drop .drop-display:hover:after {
    opacity: 0.75;
}
.drop .drop-display:after {
    font-family: 'Material Icons';
    content: "\e5cf";
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    color: #444;
}
.drop.open .drop-display:after {
    font-family: 'Material Icons';
    content: "\e5ce";
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    color: #444;
}
.drop .drop-display .item {
    position: relative;
    display: inline-block;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    margin: 5px 5px -4px 0px;
    padding: 0px 25px 0px 10px;
    overflow: hidden;
    height: 33px;
    line-height: 31px;
}
.drop .drop-display .item .btnclose {
    color: #444;
    position: absolute;
    font-size: 16px;
    right: 5px;
    top: 7px;
    cursor: pointer;
}
.drop .drop-display .item .btnclose:hover {
    opacity: 0.75;
}
.drop .drop-display .item.remove {
    -webkit-animation: removeSelected 0.1s, hide 1s infinite;
            animation: removeSelected 0.1s, hide 1s infinite;
    -webkit-animation-delay: 0s, 0.1s;
            animation-delay: 0s, 0.1s;
}
.drop .drop-display .item.add {
    -webkit-animation: addSelected 0.1s;
            animation: addSelected 0.1s;
}
.drop .drop-display .item.hide {
    display: none;
}
.drop .drop-options {
    background: #fafbfc;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: .25rem;
    margin-bottom: 2px;
    position: absolute;
    width: 100%;
    max-height: 0px;
    overflow-y: auto;
    transition: all 0.25s linear;
    z-index: 1;
}
.drop .drop-options a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    position: relative;
    max-height: 40px;
    transition: all 1s;
    overflow: hidden;
}
.drop .drop-options a:hover {
    background: #0090e2;
    cursor: pointer;
    color: #FFF;
}
.drop .drop-options a.remove {
    -webkit-animation: removeOption 0.2s;
            animation: removeOption 0.2s;
    max-height: 0px;
}
.drop .drop-options a.add {
    -webkit-animation: addOption 0.2s;
            animation: addOption 0.2s;
}
.drop .drop-options a.hide {
    display: none;
}
@-webkit-keyframes pop {
    from {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes pop {
    from {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes removeOption {
    from {
        max-height: 40px;
    }
    to {
        max-height: 0px;
    }
}
@keyframes removeOption {
    from {
        max-height: 40px;
    }
    to {
        max-height: 0px;
    }
}
@-webkit-keyframes addOption {
    from {
        max-height: 0px;
    }
    to {
        max-height: 40px;
    }
}
@keyframes addOption {
    from {
        max-height: 0px;
    }
    to {
        max-height: 40px;
    }
}
@-webkit-keyframes removeSelected {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
}
@keyframes removeSelected {
    from {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    to {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
}
@-webkit-keyframes addSelected {
    from {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes addSelected {
    from {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes hide {
    from, to {
        max-height: 0px;
        max-width: 0px;
        padding: 0px;
        margin: 0px;
        border-width: 0px;
    }
}
@keyframes hide {
    from, to {
        max-height: 0px;
        max-width: 0px;
        padding: 0px;
        margin: 0px;
        border-width: 0px;
    }
}  

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px;
    }
}
/* ----------------------------------------------------------------------- */