@import "custom_style.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

body {
    background-color: #ecf0f5;
    font-family: 'Noto Sans KR',sans-serif!important;
    font-size: 14px;
    font-weight: normal;
}
body.login-page:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/loginbg_3.png) repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}
.sidebar-menu>li>a {
    font-weight: 100;
}
.wrapper{
    background: #fff !important;
}
.main-header .logo {
    background: #38354a !important;
    position: fixed;
}
.main-header .navbar {
    background-color: #007196 !important;
}
aside.main-sidebar{
    background: #38354a;
}
.skin-blue .sidebar-menu>li>a:hover, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    border-left: 5px solid #007196;
    background-color: #007196 !important;
}
.skin-blue .sidebar-menu>li>a {
    border-left: 5px solid transparent;
    padding: 8px;
}
.sidebar-menu>li>a>.fa {
    font-size: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 7px;
    color: #FFFFFF;
    text-align: center;
    background: #38354a;
}
.content-header {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    
    background: #ffffff !important;
    padding-left: 25px;
    box-shadow: 0 1px 1px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.content-wrapper {
   background-color:#fff;
}
.content-wrapper h1 {
   color:#444;
}
.modal-header{
    background-color: #2c82e1!important;
    color:#ffffff;
    border-bottom: 0;
    min-height: 20px;
    padding: 15px;
}
.modal-header h5{
    color:#fff;
}
button.close{
    color: #ffffff;
}
.main-header li.user-header{
    background-color: #007196 !important;
}
.item-table-header{
    background: #2e3e4e;
    color: #fff;
}
.listthumb{
    margin-bottom: 0px;
}

.spinner {
    position: relative
}
.spinner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8) url(../img/cubes_loader.gif) no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}

.form-control{
    border-radius: 0;
}
label{
    font-weight: 700;
    width: auto!important;
}
textarea{
    resize: none;
}
.table tbody>tr>td{
    vertical-align: middle;
}
.sidebar h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#ffffff;
    margin-left: 20px;
}
.login-logo {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    background: #2c82e1;
    padding: 25px;
    color: #FFFFFF;
}
.panel-footer {
    padding: 25px 25px !important;
    border-top: none !important;
    background: #2c82e1 !important;
}
.panel-footer a{
    color:#fff;
}
.invoice {
    padding: 15px 9px 80px;
  
    color: #555;
    max-width: 1000px;
    overflow: hidden;
    min-height: 900px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
}
.invoice table tbody>tr>td .form-group{
    margin-bottom: 0;
}
#taxTotal, #grandTotal, #subTotal, .currencySymbol,#amountDue{
    font-weight: 700;
}
.amount_due{
    font-size: 20px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    padding-right: 0.2em;
}

.invoice_title{
    color: #2e3e4e;
    font-weight: bold;
}
hr.separator{
    border-color:  #2e3e4e;
    margin-top: 10px;
    margin-bottom: 10px;
}
tbody#items > tr > td{
    border: 3px solid #fff !important;
    vertical-align: middle;
}
#items{
    background-color: #f1f1f1;
}

.invoice_status_cancelled
{
    font-size : 25px;
    text-align : center;
    color: #cc0000;
    border: 1px solid #cc0000;
}
.invoice_status_paid
{
    font-size : 30px;
    text-align : center;
    color: #82b440;
    border: 1px solid #82b440;
}
.dropdown-menu>li>a {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 23px;
}
.navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>.active>a, .navbar-default .dropdown-menu>.active>a:hover {
    background: rgba(0,0,0,0.1);
    color: #f6f6f6;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
}
.dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:15px;
}
.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #007196;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #007196;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 9;
}

.navbar-default .dropdown-menu {
    background-color: #007196;
}
.language-img {
    margin-right: 5px;
    margin-top: -2px;
}
.input-file { position: relative; } /* Remove margin, it is just for stackoverflow viewing */
.input-file .input-group-addon { border: 0px; padding: 0px; }

.input-file .input-group-addon input { cursor: pointer; position:absolute; width: 100%;height:35px; z-index:2;top:0;right:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0; background-color:transparent; color:transparent; }
.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}
.line-legend li > span, .pie-legend li span {
    display: inline-block;
    height: 3px;
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.line-legend li, .pie-legend li {
    list-style: none;
    list-style-type: none;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    line-height: 1.6em;
}
.dashboard_stats{
    font-size: 14px;
}
.info-box i {
    font-size: 2.4em;
    display: block;
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}
.info-box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    border-radius: 3px;
    background-clip: padding-box;
}
.info-box .info-box-text {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    text-align: right;
}
.info-box .info-box-number {
    font-size: 2.1em;
    font-weight: 600;
    margin-top: -5px;
    display: block;
    text-align: right;
}
.user-footer a {
    color: #0079a1 !important;;
    background: transparent !important;
}
div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 80px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0 30px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-size: 14px;
    background: url(../img/loading_bar.gif) no-repeat center 38px #fff;
    box-shadow: 2px 2px 5px #444;
    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    z-index: 9999;
}

.outer-wrapper{
    display: inline-block; 
    margin: 5px;
}

.frame{  
    width: 250px;
    height: 160px;
    border: 1px solid #d6d6d6;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}    

.logoimg{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

/*CUSTOM CODE*/


.fa-chevron-circle-right:before {
    margin-right: 5px;
}

.fa-address-book:before {
    margin-right: 5px;
}


aside.main-sidebar {
    background-color: #b8d0e6 ;
}
.brand-link {
    background-color: #2c82e1 ;
    color: #fff !important;
}
li.nav-link {
    transition: .2s ease;
}
li.nav-link:hover {
    background-color: #fff !important;
}
.nav-pills .nav-link.active { background-color: #fff !important;}

.font-weight-light {
    font-weight: bold !important;
}
/*.navbar-white { background-color: #2c82e1;}*/
.navbar-white { background-color: #fff;height:90px;}
.navbar-light .navbar-nav .nav-link { color: #000; transition: .2s ease;font-family: 'Noto Sans KR',sans-serif!important;}

button.nav-link.clients_list { border: 1px solid #ddd; margin-right: 5px; background-color: #fff;}
.form-inline.mt-6.mt-md-0 { background-color:#fff;}

.dataTables_wrapper { padding: 10px; width: 74.5%;}
table.dataTable.no-footer { border-bottom:none; }
table.dataTable { width: auto; }
.table-bordered { border: none; }

.btn-primary {
  color:#333;
  background-color:#fff;
  border-color: #333;
}
.nav-header {
    color:#01225d !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
.navbar-light .navbar-nav .active>.nav-link:hover {color:#fff;}
button.nav-link.clients_list:hover {background-color:#2c82e1; }

/*설정 폼*/
.col-md-9.settingForm {
    max-width: 50% !important;
}
.list-group-item.active {
    background-color: #2c82e1 !important;
    border-color: #2c82e1 !important;
}
/*상품표*/
table#DataTables_Table_0 { width: 1200px; }
.pull-right { margin-left: 0px;}
nav.navbar.navbar-expand-lg.navbar-light.bg-light { width: 100%; }
.col-md-12.company_info {
    width: 100%;
    background-color: #f8f9fa;
}
/*list01*/
ul, li {list-style: none; margin: 0; padding: 0;}
.list_wrapper {
    text-align: center;
}

.list_wrapper {padding-bottom: 20px; width: 75%;}
.list {
    display: inline-block;
    background-color: #f2f2f2;
    font-size: 15px;
    text-align: center;
    width: 280px;
    height: 450px;
    margin: 20px 0;
    padding-top: 50px;
    margin-right: 20px;
    border-radius: 10px;
    
}
.list ul {
    margin: 0;
    padding: 0;
    height: 300px;
}
.list ul li:nth-child(2) {
    padding-top: 20px;
}
i.fas.fa-building {
    margin-right: 5px;
}
/*상단바*/
li.nav-item.d-none.d-sm-inline-block {
    margin-right: 20px;
    font-size: 15px;
}
ul.navbar-nav {
    margin-right:13%;
}
.ml-3 { margin: 0; }
/*모달팝업*/
/*.modal-dialog {
    height: 85%;
    overflow: scroll;
}*/
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.form-control.input-sm { margin-right: 5px; }
/*상품상세표*/
/*뒤로가기btn*/
.btn-info:hover {
     border: 1px solid #b8d0e6 !important;
     background-color: #b8d0e6 !important;
}
tr, td, th, td {
     font-family: 'Noto Sans KR', sans-serif !important;
}
table.detail-table th { background-color: #b8d0e6; border: 1px solid #333; color: #333;}
table.detail-table td { background-color: #f3f3f3; border: 1px solid #333;}
table.detail-table .xl66 { background-color: #b8d0e6;}
/*사용자추가 폼*/
