@charset "utf-8";

@font-face{
	font-family:HDharB;
	src:url("/static/font/HDharmonyB-b0e6f55c37dfe8f7098983be80b9213e.eot");
	src:local("��"), url("/static/font/HDharmonyB-ba170cf5683681526116f8947b8700be.woff") format("woff"), url("/static/font/HDharmonyB-211f2ce90f508c913094e8c4e5580da8.ttf") format("truetype");
}
@font-face{
	font-family:HDharM;
	src:url("/static/font/HDharmonyM-b9d690c6763694acd320e2f9fead618d.eot");
	src:local("��"), url("/static/font/HDharmonyM-99029c6a2cc3ea0979abf84b11483864.woff") format("woff"), url("/static/font/HDharmonyM-8fde8e86ed89320158e71b7e55554472.ttf") format("truetype");
}
@font-face{
	font-family:HDharL;
	src:url("/static/font/HDharmonyL-c5d87a5d00bed8ffabb007140240b123.eot");
	src:local("��"), url("/static/font/HDharmonyL-853693e5f59672fbc743a62beb4b4b7e.woff") format("woff"), url("/static/font/HDharmonyL-ad917a8bc19b2c740afd918cc91a8429.ttf") format("truetype");
}

.custom-scrollbar-horizontal::-webkit-scrollbar {
  height: 8px;}
.custom-scrollbar-horizontal::-webkit-scrollbar-track {
  background-color: #efefef;}
.custom-scrollbar-horizontal::-webkit-scrollbar-thumb {
  background-color: #838383;}
.custom-scrollbar-horizontal::-webkit-scrollbar-thumb:hover {
 background-color: dimgray; }
 
 
.font-weight-bold2 {
	font-family:HDharB !important;
	font-weight:normal !important;
}

html body {
	font-family: HDharL !important;
}

select {
	font-family: HDharL !important;
}

.cursor {
	cursor: pointer;
}

.nav-title-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
    padding-right: 5px;
}

.color-main {
	color: #002C5F;
}

.color-system-b {
	color: #637DDE;
}

.bg-main {
	background-color: #002C5F !important;
}

.bg-system-b {
	background-color: #637DDE !important;
}

.pdf-body {
	min-width: 1420px;
}

.table2 {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top-width: 3px !important;
	border-bottom-width: 3px !important;
}

.table2 thead tr th {
	border-bottom-width: 3px !important;
	border-right: 3px solid #e9e9e9;
}

.table2 thead tr > th:nth-child(1) {
	border-left: 0 !important;
}

.table2 thead tr > th:nth-last-child(1) {
	border-right: 0 !important;
}

.table2 tr > td:nth-child(1),
.table2 tr > th:nth-child(1) {
	border-left: 0 !important;
}

.table2 tr > td:nth-last-child(1) {
	border-right: 0 !important;
}

.table2 tr td,
.table2 tr th {
	border: 1px solid #e9e9e9;
	border-right: 3px solid #e9e9e9;
}

.bg-light2 {
	background-color: #fafafa;
}

.dashtd1 {background:url(/static/images/bgd1-b434fa8a5ee8f0354f4223000c05c09c.png);font-size:12px;}
.dashtd2 {background:url(/static/images/bgd2-175e1e4612c2c2c4a1fb31380526f060.png);font-size:12px;}
.dashtd3 {background:url(/static/images/bgd3-40022128682d5ccc087aa4134eb5de65.png);font-size:12px;}

.Satisdiv {position:absolute;width:120px;height:30px;font-size:12px;text-align:center;line-height:15px;border:0px solid #000;}
.Yatisdiv {position:absolute;width:85px;font-size:16px;font-weight: bold;text-align:center;padding: 3px 7px;}

.hover-underline:hover {
	text-decoration: underline;
}

.text-wrap {
	word-wrap: break-word;
	word-break: keep-all;
}

@media (max-width:768px) {
    .mobile-white {
    	color: white !important;
    }
}

.no-box {
	background-color: #FFFFFF;
}

.red-box {
	background-color: #F4826D;
	color:#fff;
}

.blue-box {
	background-color: #2C4E8C;
	color:#fff;
}