@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic:400");

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(/inc/css/fonts/NanumGothic-Regular.eot);
  src: url(/inc/css/fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/inc/css/fonts/NanumGothic-Regular.woff2) format('woff2'),
       url(/inc/css/fonts/NanumGothic-Regular.woff) format('woff'),
       url(/inc/css/fonts/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(/inc/css/fonts/NanumGothic-Bold.eot);
  src: url(/inc/css/fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(/inc/css/fonts/NanumGothic-Bold.woff2) format('woff2'),
       url(/inc/css/fonts/NanumGothic-Bold.woff) format('woff'),
       url(/inc/css/fonts/NanumGothic-Bold.ttf) format('truetype');
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1500px !important;
	}
}

@media (max-width: 900px) {
	.az-content .container {
		width: 1500px !important;
	}
}

body {
	font-family: 'Nanum Gothic', 'Roboto', sans-serif;
}

th, td {
	vertical-align: middle !important;
}

td .btn {
	padding: 3px 0 !important;
	min-height: unset !important;
}

.tx-xl-center-f {
	text-align: center !important;
}

.tx-xl-right-f {
	text-align: right !important;
}

.tx-xl-left-f {
	text-align: left !important;
}

.cs-pointer {
	cursor: pointer;
}

.dp-hide {
	display: none;
}

.ipt-b0-f {
	border: 0 !important;
}

.lh-38-f {
	line-height: 38px !important;
}

.slt-display-f {
	background-color: #e3e7ed !important;
}

.btn-view {
  color: #fff;
  background-color: #ff7c07;
  border-color: #ff7c07; }
  .btn-view:hover {
    color: #fff;
    background-color: #e07400;
    border-color: #d37c00; }
  .btn-view:focus, .btn-view.focus {
    color: #fff;
    background-color: #e07400;
    border-color: #d37c00;
    box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5); }
  .btn-view.disabled, .btn-view:disabled {
    color: #fff;
    background-color: #ff7c07;
    border-color: #ff7c07; }
  .btn-view:not(:disabled):not(.disabled):active, .btn-view:not(:disabled):not(.disabled).active,
  .show > .btn-view.dropdown-toggle {
    color: #fff;
    background-color: #d36d00;
    border-color: #c67400; }
    .btn-view:not(:disabled):not(.disabled):active:focus, .btn-view:not(:disabled):not(.disabled).active:focus,
    .show > .btn-view.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 170, 15, 0.5); }

.az-content-pop {
	padding: 0 20px;
}

.az-logo {
	font-weight: 700;
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	text-transform: lowercase;
	color: #FF9201;
	letter-spacing: -1px;
	display: flex;
	align-items: center;
	position: relative;
	top: -2px;
}

.az-logo span {
	color: #033246;
}

.az-logo:hover, .az-logo:focus {
	color: #FF9201;
}

.az-card-signin {
    height: 400px !important;
	margin-top: 100px;
}

.fc-datepicker {
	display: unset !important;
	cursor: pointer;
}

.az-table-reference thead th {
	font-weight: 700 !important;
	text-align: center !important;
}

.table-striped thead th {
	color: #fff !important;
	background-color: #5f6d88 !important;
	font-weight: 700 !important;
	text-align: center !important;
}

.paging a {
	color: #7987a1;
}

.table-form th {
    background-color: #f4f5f8;
    color: #7987a1;
    font-size: 11px !important;
	font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 0;
}

.table-form label {
	margin: 0.625rem 0 !important;
}

.table-form td {
    height: 55px;
}

.table-form td .btn {
    padding: 8px 20px !important;
    min-height: 38px !important;
}

.table-form .form-txt {
	line-height: 2.9;
}

.table-form .form-help {
	color: #dc3545;
	line-height: 2.9;
	padding-left: calc(0.7em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: left;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.table-form .form-file {
	color: #dc3545;
	line-height: 2.9;
}

.form-control-set {
	display: unset !important;
}

.table-form .custom-file-label {
	margin: 0 !important;
}

.txt-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.td_bg_total {
	background-color: #f8efc0;
	font-weight: 700;
}

.wd-120-f {
	width: 120px !important;
}

.billing_company {
	color: #dc3545;
    line-height: 2.9;
}

