.dataTables_wrapper {
	position: relative;
}

.dataTables_info {
	padding-top: 0 !important;
}

.dataTables_paginate {
	text-align: right;
}

.dataTables_paginate .pagination {
	margin-bottom: 0;
	margin-top: 0 !important;
}

.dataTables_processing {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .6);
	z-index: 10;
	font-weight: bold;
}

.dataTables_processing .dt_processing {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

.dataTables_processing .dt_processing i {
	margin-right: 8px;
	margin-top: -2px;
}

.dataTable .selected {
	background: #eee;
}

.graph-circle {
	border: 6px solid #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
}
.graph-orange {
	border-color: #ff9900;
}
.graph-yellow {
	border-color: #ffff00;
}
.graph-red {
	border-color: #cc0000;
}
.graph-blue {
	border-color: #9FC5F8;
}
.graph-brown {
	border-color: #BF9000;
}

.card-box form {
	max-width: 1310px;
	margin: 0 auto;
}

.map {
	width: 100%;
}

.map #pac-input {
	height: 40px !important;
	width: calc(100% - 247px);
	border: 0;
	line-height: 40px;
	box-shadow: rgb(0 0 0 / 30%) 0 1px 4px -1px;
	border-radius: 2px;
}

@media(max-width:767px) {
	.logo_login img {
		max-width: 100px;
		margin: 50px 0;
	}

	.login-container .btn {
		display: block;
		width: 100%;
		padding: 12px 20px;
	}

	.login-container .btn-login {
		margin-bottom: 25px;
	}

	.login-container .sub-action {
		text-align: center;
	}
}

table.sortable tbody tr {
	cursor: s-resize;
}
