.main-body .page-wrapper {
	padding: 10px;
}

th, td {
	font-size: 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 4px !important;
}

.main-menu {
	width: 200px !important;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-header .pcoded-left-header, .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar{
	width: 200px !important;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
	margin-left: 200px !important;
}

.table.dataTable tbody th, table.dataTable tbody td {
	padding: 5px 7px !important;
}

.profile {
	height: 80px; 
	width: 80px; 
	background: linear-gradient( to right, #0071f3, #73b4ff );
	/*background: #fff;*/
	border-radius: 100%; 
	margin: 0 auto;
}

.profile img {
	width: 100%;
	border-radius: 100%; 
	height: 78px; 
	width: 78px; 
}

.card-box {
    background: aliceblue;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.125);
}

.card-box ul {
	padding: 0px;
	margin-top: 8px;
}

.card-box ul li {
	border-bottom: 1px solid #d3d9df;
	padding: 4px;
	font-size: 12.50px;
}

.card-box ul li:last-child {
	border-bottom: none;
}

/*.card-box ul li:hover{*/
/*	background: #73b4ff;*/
/*	color: #fff;*/
/*}*/

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	opacity: 0;
	outline: none;
	background: #fff;
	cursor: pointer;
	display: block;
}

.swal-overlay--show-modal {
	z-index: 10000000000;
}

.card .card-block {
	padding: 15px 15px;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient( to right, #0071f3, #73b4ff );
}

/*#ui-datepicker-div {
    top: 100px !important;
}*/

#ui-datepicker-div {
	background-image: url( '../images/datepicker.jpg' );
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "Poppins", sans-serif;
}
.ui-datepicker-title select {
	font-family: "Poppins", sans-serif;
}

#preloader {
	background: rgba( 255, 242, 230, 0.5 );
	height: 100%;
	width: 100%;
	z-index: 100000;
	position: absolute;
}

#status {
	position: fixed;
	z-index: 10000;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}