:root {
	--info-color: #6c757d;
}
@font-face {
	font-family: 'SBAggroB';
	src: url('/static/common/font/SB_Window_Font/SBAggroB.ttf') format('truetype');
}
@font-face {
	font-family: 'SBAggroL';
	src: url('/static/common/font/SB_Window_Font/SBAggroL.ttf') format('truetype');
}

*, a, span, td {
	font-family: 'SBAggroL', sans-serif;
}
h1, h2 {
	font-family: 'SBAggroB', sans-serif;
}
h3, h4, h5, .nav-item > a> p {
	font-family: 'SBAggroL', sans-serif;
}
.sidebar .nav>.nav-item a p, .sidebar .user .info a>span {
	font-size: 15px;
}
body {
	font-size: 15px;
}
label, .tui-grid-container {
	font-size: 15px!important;
}
.btn-info {
	background-color: var(--info-color) !important;
	border-color: var(--info-color) !important;
	color: white !important;
}
.btn-info:hover {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	color: white !important;
}
input .form-control {
	height: 32px;
}
.row.search{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px lightgray solid;
	border-bottom: 1px lightgray solid;
}
.row.search .form-control {
	height:25px !important;
	width:75%;
}
.row.search .search-label{
	width:25%;
	line-height: 25px;
	font-size: 13px;
}
.row-title{
	font-size: 30px;
	font-weight: 600;
	color: #444;
	line-height: 30px;
	margin-bottom: 20px;
}
/* .button-list .header-btn { */
/* 	height:37px; */
/* } */
.tui-datepicker-input {
	margin-top: 6px;
	height: 28px !important;
	padding-left: 10px;
}
.tui-datepicker-custom {
	width: 100% !important;
	border-color: #ebedf2 !important;
	padding: 0.6rem 1rem !important;
	height: 80% !important;
	border-radius: 0.25rem !important;
}
.tui-datepicker-input > input {
	font-size: 14px !important;
	padding-left: 0px;
}
.tui-datepicker {
	z-index: 30;
}
.searchDiv{
	margin-bottom: 8px;
}
.page-inner{
	padding-bottom: 0px;
}
.custom-control.custom-radio.custom-control-inline {
  margin-top: 6px;
}
.custom-control.custom-radio.custom-control-inline > .tui-datepicker-input {
  margin-top: 0px;
}
input[type="checkbox"] {
	vertical-align: middle;
}
.show-password{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	cursor: pointer;
	margin-right: 10px;
}
.custom_select{
    font-size: 13px;
    border-color: #ebedf2;
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding: 0.75rem 0;
    width: 100%;
}