
.dt-buttons, .dataTables_filter, .dataTables_info {
	margin: 10px 15px;
}
button.dt-button{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	padding: 0 12px 0 25px;
	line-height: 22px;
	border-radius: 0;
	position: relative;
	border: 1px solid #1A3552;
	background: #5e7386;
	color: #FFF;
}
.dt-buttons button.dt-button:hover{
	background: #ff8a16;
	border-color: #485f73;
}
button.buttons-csv:before {
	font-family: 'FontAwesome', serif;
	content: '\f093';
	font-size: 14px;
	position: absolute;
	left: 8px;
	top: 0;
	line-height: 22px;
	font-weight: 400;
	color: #FFF;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
	color: #485f73;
}
.dataTables_filter input{
	padding: 2px 1px;
	border: 1px solid #a9a9a9;
	border-radius: 1px;
	line-height: 16px;
}

table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table.dataTable thead .sorting{
	position: relative;
	background: none;
}
#emailPreviewTable_wrapper.dataTables_wrapper .dataTables_filter{margin-right: 0;}
#emailPreviewTable_wrapper div.dt-buttons{margin-left: 0;}
#emailPreviewTable_wrapper table.dataTable thead td{
	font-weight: 600;
	font-size: 13px;
	padding-left: 8px;
}
#emailPreviewTable_wrapper table.dataTable thead td:first-child {
	width: 62px !important;
	padding-left: 0;
}
#emailPreviewTable_wrapper table.dataTable tbody td:first-child {
	text-align: center;
	width: 62px !important;
	padding-left: 0;
}

div#emailPreviewTable_wrapper {
	padding-left: 40px;
	padding-right: 8px;
	margin-top: 3px;
}

table.dataTable thead .sorting:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc:after {
	font-family: "FontAwesome",serif;
	content: "\f0dc";
	position: absolute;
	right: 5px;
	font-weight: 400 !important;
	color: #ccc;
	font-size: 18px;
}
table.dataTable thead .sorting_desc:after{
	content: "\f0dd";
	color: #1A3552;
}
table.dataTable thead .sorting_asc:after{
	content: "\f0de";
	color: #1A3552;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before
{
	background-color: #ff8a16;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background: #f3f4f6;
	padding: 3px 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 3px 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: #f3f4f6;
	padding: 3px 8px;
	color: #1A3552 !important;
}
.postalCodeListBlock .dataTables_length{
	margin: 8px;
}
table#postalCodesList {
	width: 100% !important;
}
#postalCodesList tr td{
	border-bottom: 1px solid #e0e4e8;
	padding-top: 4px;
	padding-bottom: 4px;
}
#postalCodesList td:last-child {
	background: #f3f4f6;
}