@charset "UTF-8";

.hide {
    display: none!important;
}

.panel-search > :first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.8rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1rem;
    color: inherit;
    color: #666666;
    position: relative;
    font-weight: 500;
}

.panel-search label {
    display: inline-block;
    margin-bottom: 0.3rem;
    font-weight: 500;
    color: #777777;
}


.table-sm th, .table-sm td {
    padding: 0.45rem;
}
.th-sm, .td-sm {
    padding: 0.45rem;
}

.modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 1.25rem 0.7rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-header .modal-btn {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
    border: none;
    background: none;
}

/*-- popup bottom margin */
.page-bottom-fixed { margin-bottom: 52px !important; }
.footer-popup { position: fixed; bottom: 0; left: 0; width: 100%; border-top: 0; z-index: 10000; font-size: 14px; color: #000; text-align: left; line-height: 1; letter-spacing: normal; direction: ltr; padding: 0 15px; /* background: inherit; */}
.footer-popup { background: #fff; border-top: 1px solid #e5e5e5; }
.footer-popup .portlet { margin: 12px 15px 7px 15px; }
.footer-popup .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.subheader:not(:empty) {
    margin-bottom: 1.0rem;
}

.hidden {
    display: none;
}


@media screen and (max-width: 1000px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
        -ms-overflow-style: auto;
        border: 1px solid #e7ecf1;
    }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; }
}

@media (min-width: 100px) {
    .modal-dialog {
        max-width: none;
        margin: 1.75rem auto; }
    .modal-sm {
        max-width: none;
    }

    .page-content-wrapper-modal {
        padding-left:0 !important;
    }
    .page-content-modal {
        margin-top: 0 !important;
        padding: 1.0rem 1.0rem !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: none;
        margin: 1.75rem auto; }
    .modal-sm {
        max-width: none;
    }

    .page-content-wrapper-modal {
        padding-left:0 !important;
    }
    .page-content-modal {
        margin-top: 0 !important;
        padding: 1.0rem 1.0rem !important;
    }
}

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

    .page-content-wrapper-modal {
        padding-left:0 !important;
    }
    .page-content-modal {
        margin-top: 0 !important;
        padding: 1.0rem 1.0rem !important;
    }
}

@media (min-width: 1399px) {
    .modal-xl {
        max-width: none;
    }

    .page-content-wrapper-modal {
        padding-left:0 !important;
    }
    .page-content-modal {
        margin-top: 0 !important;
        padding: 1.0rem 1.0rem !important;
    }
}

/*------------ view 에서 사용함 -----------------*/
.form-control-sm {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.275rem 0.744rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: -13px;
    margin-right: -13px;
}
.form-group {
    margin-bottom: 15px;
}

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    color: #444;
}

.form-horizontal .form-label {
    text-align: right;
    margin-bottom: 5px;
    padding-top: 7px;
    margin-left: 7px;
    font-weight: 400;
}

.form-control-sm {
    height: calc(1.5em + 0.8rem + 2px);
    padding: 0.275rem 0.744rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.7rem + 2px)!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.7rem + 2px)!important;
    padding: 0px 0.875rem;
}

.icon-required:after {
    content: "*";
    font-family: FontAwesome;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fd3995!important;
    font-weight: 500;
    padding-left: 5px;
}

[class^="icon-required"], [class*=" icon-required"], [class^="icon-semi-required"], [class*=" icon-semi-required"] {
    display: inline-block;
    /*-webkit-font-smoothing: antialiased;*/
}
