﻿/* Datatable */
.datatable-header {
	overflow: auto;
}

.datatable-body {
}

.datatable-footer {
	padding: 15px 0;
}

.dataTables_info {
	text-align: center;
}
.dataTables_info {
	text-align: right;
}

.dataTables_wrapper {
	overflow-y: hidden;
}


.datatable-footer .dataTables_paginate {
	position: relative;
	/*top: 14.4px;*/
}

.datatable-footer .dataTables_length select {
	height: 36px;
	margin-left: 5px;
}

.datatable-footer {
	white-space: nowrap;
}


	.datatable-footer .dataTables_paginate.paging_simple_numbers, .dataTables_length {
		display: inline;
	}

.dataTables_paginate .paging_simple_numbers {
	position: relative;
	top: 40px;
}

.datatable-footer {
	padding-top: 0px;
	padding-bottom: 0px;
}

	.datatable-footer .dataTables_info {
		/*top: 10px;*/
		position: relative;
		padding-top: 0px;
	}

.dt-button.buttons-columnVisibility a {
	cursor: pointer;
}

.buttons-columnVisibility a:hover {
	background-color: #7cd700 !important;
}

.buttons-columnVisibility.active a:hover {
	background-color: #c7c7c7 !important;
}
.dataTables_wrapper .table > tbody > tr > td.text-right:not(.no-extra-padding) {
	padding-right: 30px;
}

.datatable-body {
	position: relative;
}
table.dataTable {
	margin: 0 !important;
}

div.dataTables_wrapper div.dataTables_info {
	color: #767676;
	padding-top: 9px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
	padding-top: 6px;
	padding-bottom: 6px;
}

div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
	margin-bottom: 0;
	font-size: 13px;
	color: #767676;
}

	div.dataTables_wrapper div.dataTables_length label select {
		padding: 2px;
	}

.am-datatable-header {
	border-bottom: 1px solid #eaeaea;
	margin: 2px 0 0;
	padding: 15px 10px 22px;
}

	.am-datatable-header .dt-buttons .btn embed {
		outline: none;
	}

.am-datatable-footer {
	margin: 0;
	padding: 15px 3px 13px;
	background-color: #f7f7f7;
	border-top: 1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	.am-datatable-footer .col-sm-4 {
		position: relative;
		width: 33%;
		padding: 2px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

@media only screen and (max-width: 912px) {
	/*	.am-datatable-footer {
		flex-direction: column-reverse;
	}*/
	.am-datatable-footer .col-sm-4 {
		width: 100%;
	}
}

@media only screen and (max-width: 1080px) {
	.am-datatable-footer .col-sm-4 label {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}

.dataTables_processing {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	margin-left: 0px;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	/* border: 1px solid #ddd; */
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: #ffffffba;
	z-index: 100;
	font-size: 20px;
}

.panel-heading .tools {
	display: table;
	height: 33px;
}

.panel-heading .tools {
	margin-top: -5px;
	font-size: 1em;
	float: right;
}

.panel-heading .tools > a,
.panel-heading .tools > span {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}

.panel-heading .panel-title, .panel-heading .title, .panel-heading > h1, .panel-heading > h2, .panel-heading > h3, .panel-heading > h4, .panel-heading > h5, .panel-heading > h6 {
	font-size: 18px;
	font-weight: 300;
	display: block;
	margin: 0;
}

.panel, .user-profile .user-display .bottom, .widget {
	border: 1px solid #DEDEDE;
}

.panel {
	background-color: #ffffff;
	margin-bottom: 30px;
	box-shadow: none;
	border-width: 0;
}

.panel-default > .panel-heading {
	color: #333333;
	background-color: transparent;
	border-color: #ddd;
}

.panel-heading {
	padding: 15px 0px;
	font-size: 16px;
	font-weight: 400;
	min-height: 48px;
	margin: 0 20px;
}