﻿@font-face {
    /*font-family: Korea-custom;*/
    font-family: "Noto Sans Korean","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    src: url('/font/gulim.ttc') format('WOFF');
}
body {
    font-family: "Noto Sans Korean","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    /*font-family: '굴림체';*/
    /*background-color: #eaeaea;*/
}

.label-font-size-12 {
    font-size: 12px;
}
label{
    margin-bottom:0px !important;
}
/*.main-content {
    line-height: 0;
}*/


/*@media (max-width: 960px) {
    .visible-phone {
        display: inherit;
    }
}*/
/*@media (min-width: 576px) {
    
}*/

@media (max-width: 575.98px) {
    .span_year{
        padding:10px
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .visible-phone {
        display: none;
    }
    .invisible-phone {
        display: inherit;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .visible-phone {
        display: inherit;
    }
    .invisible-phone {
        display: none;
    }
}
/*css lengthMenu inline when move lengthMenu of datatables outsite table*/
#example_length, #tb-data-product_length {
    text-align: center;
}
#example_length > label, #tb-data-product_length > label {
    white-space: nowrap;
}
    #example_length > label > select, #tb-data-product_length > label > select {
        width: auto !important;
        display: inline-block
    }
@media (max-width: 575px) {
    .d-flex.flex-row.bd-highlight.d-header {
        justify-content: space-between;
    }
}
/*end css lengthMenu inline when move lengthMenu of datatables outsite table*/

/*=============css ViewOrderForm===============================*/
#DataTables_Table_0_length {
    /*text-align: center;*/
}

#grid-data-1_length > label {
    white-space: nowrap;
}

#grid-data-1_length > label > select {
    width: auto !important;
    display: inline-block
}
#pagging_menu ul{
    float:right;
}

#grid-data-2_length {
    /*text-align: center;*/
}

#grid-data-2_length > label {
    white-space: nowrap;
}

#grid-data-2_length > label > select {
    width: auto !important;
    display: inline-block
}

#pagging_menu1 ul {
    float: right;
}
/*=============end css ViewOrderForm===============================*/

.child-menu-actived {
    color: yellow !important;
    /*background: #fff !important;*/
}

/*=============css footer grid===============================*/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .footer-grid-actived {
        display: inline-flex;
        position: relative;
        width: 100%;
        font-size: 12px;
    }
    .length-menu-actived {
        position: absolute;
        top: 3px;
        left: 0;
        transform: translateX(0);
        /*padding-left:1rem;*/
    }
    .pagging-menu-actived {
        position: absolute;
        top: 3px;
        /*right: 1em;*/
        right: 2px;
    }
    /*========set margin page permission=========*/
    #div-button-persmisson {
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
    .footer-grid-actived {
        display: inline-flex;
        position: relative;
        width: 100%;
        font-size: 12px;
    }

    .length-menu-actived {
        position: absolute;
        top: 3px;
        left: 50%;
        transform: translateX(-50%);
    }

    .pagging-menu-actived {
        position: absolute;
        top: 3px;
        /*right: 1em;*/
        right: 2px;
    }
    /*========set margin page permission=========*/
    #div-button-persmisson{
        margin-top:0px;
    }
}
.dataTables_paginate {
    font-size:12px;
}
.font-size-sub-menu {
    font-size: 12px !important;
    padding-left: 35px !important;
}
.toggle-parent-menu {
    background: #6d7fcc;
}
.toggle-parent-menu :hover {
    color: #7386D5 !important;
    background: #fff !important;
}
.btn-style {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 15px;
}
.hidden {
    display: none !important;
}
.c-datatable-header {
    font-size: 12px;
    text-align: center;
    height:4px;
}
/*===================css modify grid====================*/
.table td, .table th {
    font-size: 12px;
}
table.dataTable {
    border-collapse: collapse !important;
}
div.dataTables_scrollHead table.table-bordered thead tr {
    background: linear-gradient(to bottom, #f8f8f8, #eee) !important;
}
div.DTFC_LeftWrapper .DTFC_LeftHeadWrapper table.table-bordered thead tr {
    background: linear-gradient(to bottom, #f8f8f8, #eee) !important;
}
div.DTFC_LeftWrapper .DTFC_LeftHeadWrapper table.table-bordered thead tr th {
    background: linear-gradient(to bottom, #f8f8f8, #eee) !important;
    border: 1px solid #DCDCDC !important;
}
div.DTFC_LeftWrapper .DTFC_LeftHeadWrapper table.table-bordered thead tr th:hover {
    background: linear-gradient(to bottom, #f8f8f8, #dadada) !important;
}
div.dataTables_scrollHead table.table-bordered thead tr th:hover {
    background: linear-gradient(to bottom, #f8f8f8, #dadada) !important;
    /*background: red;*/
}
div.dataTables_scrollHead table.table-bordered th {
    font-size: 12px;
    text-align: center;
    vertical-align: middle !important;
    background: linear-gradient(to bottom, #f8f8f8, #eee) !important;
    border: 1px solid #DCDCDC !important;
    color: #212529 !important;
    /*padding: 1.3rem !important;*/
}
.table-bordered td, .table-bordered th {
    border: 1px solid #DCDCDC;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #bdbdbd;
    color: #212529 !important;
}
/*======================style new for grid ===============================*/
.table td, .table th {
    padding: .35rem;
}
/*======================style new for grid ===============================*/
/*@media (min-width: 1200px) {
    .dataTables_scrollHeadInner {
        width: 100% !important;
    }
    .dataTables_scrollHeadInner table {
        width: 100% !important;
    }
}*/
/*============change color-profile grid lines===============*/
.odd {
    background-color: #FAFAFA !important;
    /*background: rgb(250, 250, 250);*/
}
.even {
    background-color: #FFFFFF !important;
}
    .selected, .odd.selected, .even.selected {
        background-color: #e3f1ff !important;
    }
/*============change color-profile grid lines===============*/
/*===================end css modify grid====================*/
/*========================Modify bootbox======================*/
.bootbox .modal-footer button {
    /*height: 25px;*/
    font-size: 12px;
    padding: 0.5em 1em;
}

.bootbox .modal-footer {
    height: 40px;
}

.bootbox {
    top: 30%
}

.bootbox .modal-body {
    height: 80px;
    padding: 0.3rem;
    text-align:center;

}
.bootbox .modal-body .bootbox-body {
    /*margin: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(35%, -50%);*/
    margin-top:20px;
    font-size:12px;
}
/*========================Modify bootbox======================*/
/*========================Just apply for IE======================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-control-sm {
        /*padding: 0.35rem .5rem;*/
        padding: 0 .4rem;
        padding-top: .4em;
        padding-bottom: .67em;
    }

    .form-control-sm-select {
        /*padding: 0.35rem .5rem;*/
        padding-bottom: .4em !important;
    }
}
/*========================Just apply for IE======================*/
/*========================Button permission======================*/
#div-body-button {
    border: 1px solid #D8D8D8;
    text-align: right;
    padding: 0.3rem 1rem 0.3rem 0.3rem;
    border-radius: 5px;
    background-color: white;
    width:100%;
}
#div-content-button {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 5px;    
}
/*#div-body-button button {
    margin: 0 5px;
    padding: 2px 8px;
    background-color: #FA6239;
    color: white;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #8DC223;
}*/
/*#div-body-button button {
    margin: 0 5px;
    padding: 2px 8px;
    background-color: #8DC223;
    color: white;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #8DC223;
}*/
#div-body-button button {
    margin: 0px 5px;
    padding: 4px 8px;
    background-color: #7386D5;
    color:white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #8f8f8f;
}

.c-btn-style-1 {
    /*margin: 0px 5px;
    padding: 4px 8px;
    background-color: #7386D5 !important;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #8f8f8f !important;*/
    margin: 0px 5px;
    padding: 4px 17px;
    background-color: #7386D5;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #8f8f8f;
}
.c-btn-style-1:hover {
    background-color: green !important;
}
.c-btn-style-2 {
    /*margin: 0px 5px;
    padding: 4px 8px;
    background-color: #7386D5 !important;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #8f8f8f !important;*/
    margin: 0px 5px;
    padding: 4px 17px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid red;
}

.c-btn-style-2:hover {
    background-color: brown !important;
}
.c-btn-style-3 {
    margin: 0px 5px;
    padding: 4px 17px;
    background-color: #FA6239;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #FA6239;
}

.c-btn-style-3:hover {
    background-color: #db3030 !important;
}
.c-btn-style-4 {
    margin: 0px 5px;
    padding: 4px 17px;
    background-color: #7386D5;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #8f8f8f;
}

.c-btn-style-4:hover {
    background-color: green !important;
}
/*#div-body-button button {
    margin: 0 5px;
    padding: 2px 8px;
    background-color: white;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #8f8f8f;
}*/
/*#div-body-button button {
    margin: 0 5px;
    padding: 2px 8px;
    background-color: #E5E5E5;
    font-size: 13px;
    font-weight: 400;
}*/
/*#div-body-button button:hover {
    background-color: lightgray
}*/
/*#div-body-button button:hover {
    background-color: blueviolet
}*/
    /*#div-body-button button:hover {
        background-color: #FA6239
    }*/
    #div-body-button button:hover {
        background-color: green;
    }
/*========================end Button permission======================*/

div.dts div.dataTables_scrollBody{
    background-color:white !important;
}
div.dts div.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, #fff, #fff 10px, #fff 10px, #fff 20px);
}
/*========================Block UI======================*/
.div-blockui {
    margin-top:10px;
    margin-left:10px;
   
}
.img-blockui {
    float:left; margin-right:15px;
}
.txt-blockui {
    float:left;
    font-size: 12px
}

@media (min-width: 576px) {
    .blockMsg {
        width: 240px !important;
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 575.98px) {
    .blockMsg {
        width: 70% !important;
        left: 15% !important;
    }
}
/*========================End Block UI======================*/
/*=======================modal css header===================*/
.modal .modal-content {
    border: 0px;
}

.modal .modal-header {
    background-color: #7878a7;
    padding: 0.5rem;
}

    .modal .modal-header .close {
        color: white;
        opacity: 1;
        padding: 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

        .modal .modal-header .close :focus, .modal .modal-header .close:hover {
            opacity: 0.75;
        }

.modal .modal-title {
    color: white;
}
/*=======================end modal css header===================*/
.btn-toggle {
    background-color: white;
    color: black;
    border: 1px solid #c2c2c2;
    width: 100%;
    font-weight: bolder
}
/*.dataTables_scrollBody {
    min-height: 350px;
}*/
