@charset "UTF-8";	

body {
	font-family: Poppins, sans-serif;
}

.swal2-content {
	font-size: 2rem !important;
}

.swal2-popup.swal2-toast .swal2-title {
	font-size: 1.3rem !important;
}

.btn-wsp{

	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom: 30px;
	right: 30px;
	background: #28a745;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 100;

}

.btn-wsp:hover{
	text-decoration: none;
	color: #28a745;
	background: #fff;

}

.label-container {
	display: none;
	font-size: medium;
	position: absolute;
	bottom: 0%;
	left: -5%;
	transform: translateX(-100%);
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: black;
	width: 170px;
}

.btn-wsp:hover .label-container {
	display: block;
}

#sc_grid_content{
	display: block;
}

#quicksearchph_top > span{	
	display:flex;
}	

.toolbox-right{
	padding-right: 0.5rem;
}

.toolbox .sticky-header .fixed{
	background-color: #f4f4f4 !important;
}

.main_table_grid .form-control::-webkit-input-placeholder,	
.main_table_grid .form-control::-moz-placeholder,	
.main_table_grid .form-control:-ms-input-placeholder,	
.main_table_grid .form-control::-ms-input-placeholder,	
.main_table_grid .form-control::placeholder {	
	font-family: Poppins, sans-serif;	
}	

.badge-info {
	color: #fff !important;
	background-color: #33b5e5 !important;
}

.badge-secondary {
	color: #fff !important;
	background-color: #a6c !important;
}

.badge-light {
	color: #000 !important;
	background-color: #e0e0e0 !important;
}

.badge-primary {
	color: #fff !important;
	background-color: #4285f4 !important;
}

.badge-danger {
	color: #fff !important;
	background-color: #ff3547 !important;
}

.badge-success {
	color: #fff !important;
	background-color: #00c851 !important;
}

.badge-warning {
	color: #fff !important;
	background-color: #fb3 !important;
}

.badge {
	border-radius: 0.125rem;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


#sc-id-mobile-in, #sc-id-mobile-out{
	display: none !important;

}