/*
| ------------------------------
| General Style
| ------------------------------
*/
body {
	font-size: 12px !important;
}
h1, .h1 {
  font-size: 1.35rem; 
}
h2, .h2 {
  font-size: 1.15rem; 
}
h3, .h3 {
  font-size: 1rem; 
}
h4, .h4 {
  font-size: .85rem; 
}
h5, .h5 {
  font-size: .8rem; 
}
h6, .h6 {
  font-size: .75rem; 
}
p, a {
  font-size: 12px;
}
.btn {
	padding: 8px 10px;
	font-size: 12px !important;
}
input, 
textarea {
	padding: 8px 10px !important;
	font-size: 12px;
}
.table th, .table td {
	height: unset;
	padding: 12px !important;
}
.page-title a {
	font-size: 18px;
}



/*
| ------------------------------
| Width & Height Style
| ------------------------------
*/
.w-10px {
	width: 30px !important;
}
.w-20px {
	width: 30px !important;
}
.w-30px {
	width: 30px !important;
}
.w-50px {
	width: 50px !important;
}
.w-80px {
	width: 80px !important;
}
.w-100px {
	width: 100px !important;
}
.w-110px {
	width: 110px !important;
}
.w-120px {
	width: 120px !important;
}
.w-125px {
	width: 125px !important;
}
.w-130px {
	width: 130px !important;
}
.w-135px {
	width: 135px !important;
}
.w-150px {
	width: 150px !important;
}
.w-155px {
	width: 155px !important;
}
.w-160px {
	width: 160px !important;
}
.w-180px {
	width: 180px !important;
}
.w-200px {
	width: 200px !important;
}
.w-250px {
	width: 250px !important;
}
.w-300px {
	width: 300px !important;
}
.w-500px {
	width: 500px !important;
}
.w-50pc {
	width: 50% !important;	
}
.w-100pc {
	width: 100% !important;	
}


/*
| ------------------------------
| Margin Style
| ------------------------------
*/
.mt-3 {
	margin-top: 1rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}

.mt-10px {
	margin-top: 10px !important;
}
.mb-10px {
	margin-bottom: 10px !important;
}
.ml-10px {
	margin-left: 10px !important;
}
.mr-10px {
	margin-right: 10px !important;
}
.mt-20px {
	margin-top: 20px !important;
}
.mb-20px {
	margin-bottom: 20px !important;
}
.ml-20px {
	margin-left: 20px !important;
}
.mr-20px {
	margin-right: 20px !important;
}
.mt-30px {
	margin-top: 30px !important;
}
.mb-30px {
	margin-bottom: 30px !important;
}
.ml-30px {
	margin-left: 30px !important;
}
.mr-30px {
	margin-right: 30px !important;
}
.mt-50px {
	margin-top: 50px !important;
}
.mb-50px {
	margin-bottom: 50px !important;
}
.ml-50px {
	margin-left: 50px !important;
}
.mr-50px {
	margin-right: 50px !important;
}
.mt-80px {
	margin-top: 80px !important;
}
.mb-80px {
	margin-bottom: 80px !important;
}
.ml-80px {
	margin-left: 80px !important;
}
.mr-80px {
	margin-right: 80px !important;
}
.mt-100px {
	margin-top: 100px !important;
}
.mb-100px {
	margin-bottom: 100px !important;
}
.ml-100px {
	margin-left: 100px !important;
}
.mr-100px {
	margin-right: 100px !important;
}


/*
| ------------------------------
| Custom Heading
| ------------------------------
*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}


/*
| ------------------------------
| Custom SideBar
| ------------------------------
*/
.sidebar .nav > .nav-item a i {
	font-size: 14px;
	line-height: 1;
}


/*
| ------------------------------
| Custom Form
| ------------------------------
*/
textarea {
	min-height: 100px;
}
.required {
	color: red;
}
.form-group {
	margin-bottom: 1rem;
	padding: 0;
}
.form-check label, .form-group label {
	margin-bottom: 6px;
}
@media (min-width: 576px) {
	.form-inline label {
		justify-content: flex-start;
	}
}


/*
| ------------------------------
| Custom Card
| ------------------------------
*/
.card .card-body, 
.card-light .card-body {
	padding: 15px;
}


/*
| ------------------------------
| Custom Table
| ------------------------------
*/
/*table td, table th {
	height: unset;
	padding: 15px;
}*/


/*
| ------------------------------
| Custom Bootstrap Table
| ------------------------------
*/
.th-inner {
	padding: 0 !important;
}
.bootstrap-table .export > button > .caret {
	display: none !important;
}
.bootstrap-table .pagination-detail > .page-list > .dropdown > button > .caret {
	display: none !important;
}


/*
| ------------------------------
| Custom Style
| ------------------------------
*/
.flex-center-page {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.login-page {
	background-image: url(../images/backgroud-abstract.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.login-page > div > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.label_nm {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	padding: 4px;
}
.img-lightGallery img {
	width: 100%;
	height: 200px !important;
	object-fit: contain;
}
@media (min-width: 992px) {
	.img-lightGallery img {
		height: 250px !important;
	}	
}