body {
	margin: 0;
	padding: 0;
	font-family: 'Questrial', sans-serif;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

h1 {
	text-align: center;
}

h5 {
	text-align: center;
}

.jcf-select {
	margin-bottom: 0;
	height: 40px;
	border-color: #7d7d7d;
	border-radius: 5px;
	margin-left: 10px;

}

.jcf-select.jcf-drop-active {
	border-radius: 5px 5px 0 0;
}

.jcf-select.jcf-drop-flipped.jcf-drop-active {
	border-radius: 0 0 5px 5px;
}

.jcf-select .jcf-select-opener svg {
	transition: transform 0.25s linear;
}

.jcf-select.jcf-drop-flipped .jcf-select-opener svg {
	transform: rotate(180deg);
}

.jcf-select .jcf-select-opener {
	background: none;
	font-size: 26px;
	line-height: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 38px;
	margin-left: 13px;
}

.jcf-select-drop .jcf-select-drop-content {
	border-color: #7d7d7d;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
	border-radius: 5px 5px 0 0;
}

.jcf-list {
	font-size: 14px;
	line-height: 1.2857;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content .jcf-list {
	border-radius: 5px 5px 0 0;
}

.jcf-list .jcf-option {
	padding: 8px 13px;
	color: #484646;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e5f7fd;
}

.jcf-list .jcf-option.jcf-selected {
	display: none;
}

.data-block {
	margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_info {
	padding-top: 0;
}

.dataTables_length {
	width: 50%;
	margin-bottom: 15px;
}

.dataTables_filter {
	width: 50%;
	max-width: 250px;
	margin-bottom: 15px;
}

/*.dataTables_filter:before {
	content: '';
}*/

.dataTables_filter label {
	display: block;
	position: relative;
}

.dataTables_filter label svg {
	color: #333;
	font-size: 18px;
	position: absolute;
	top: 9px;
	left: 8px;
}

.dataTables_filter input[type="search"] {
	width: 100%;
	margin: 0;
	padding-left: 40px;
	border: 1px solid #ccc;
	border-radius: 6px;
	outline: none;
	transition: border-color 0.25s linear;
}

.dataTables_filter input[type="search"]:focus {
	border-color: #769ba7;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background-position: 0 50%;
}

.dataTables_wrapper {
	padding-bottom: 10px;
	border-bottom: 2px solid #333;
}

.dataTables_wrapper .dataTables_length label {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	vertical-align: top;
	-ms-align-items: center;
	align-items: center;
}

.dataTables_wrapper .dataTables_length .select-label {
	margin-right: 8px;
}

.dataTables_wrapper .dataTables_paginate {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-top: 0;
}

.dataTables_wrapper .dataTables_paginate > span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #3b71b5;
	border-color: #3b71b5;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button svg {
	display: block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
	font-size: 30px;
	line-height: 1;
	color: #58737b !important;
	padding: 0;
	min-width: 0;
	border: none;
	cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:active {
	background: none;
	border: none;
	color: #3b71b5 !important;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
	color: #ccc !important;
}

.dataTables_wrapper .dataTables_length select {
	display: inline-block;
	width: 80px;
	height: 36px;
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url('data:image/svg+xml;utf8,<svg class="svg-inline--fa fa-angle-down fa-w-8" aria-hidden="true" focusable="false" data-prefix="fal" data-icon="angle-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" data-fa-i2svg=""><path fill="currentColor" d="M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z"></path></svg>') no-repeat right .75rem center/14px 28px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin-right: 10px;
}

table#reportTable.dataTable.no-footer {
	width: 100% !important;
	border-top: 2px solid #333;
	margin-bottom: 10px;
}

table#reportTable.dataTable.no-footer tbody tr:nth-child(even) td {
	background: #fdf9f9;
}

table.dataTable thead .sorting {
	background-image: url('images/sort.svg');
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

table.dataTable thead .sorting_asc {
	background-image: url('images/sort-inc.svg');
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

table.dataTable thead .sorting_desc {
	background-image: url('images/sort-dec.svg');
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

.update-info {
	font-size: 14px;
	color: #ccc;
}

.press-col {
	padding-left: 50px;
}

.press-list-holder {
	max-height: 686px;
}

.press-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.press-list li {
	padding: 10px 0;
}

.press-list li:first-child {
	padding-top: 0;
}

.press-list li:last-child {
	padding-bottom: 0;
}

.press-list li + li {
	border-top: 1px solid #eee;
}

.press-list li > a {
	color: #3b71b5;
	text-decoration: none;
}

.press-list li > a:hover {
	color: #134569;
}

.press-list .meta-data {
	font-size: 13px;
	color: #a7a0a0;
	padding-top: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.press-list .meta-data .src {
	width: 80px;
}

.press-list .meta-data .src img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-bar {
	background: #a09e9e;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
	
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #f5f5f5;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
	border-radius: 0;
}

.data-list {
        top: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.data-list li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
}

.data-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	background: currentColor;
	border-radius: 100%;
}

.link-update button {
	text-decoration: none;
	/*color: #3b71b5;*/
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	vertical-align: top;
	-ms-align-items: center;
	align-items: center;
}

.link-update svg {
	font-size: 18px;
	line-height: 1;
	margin-right: 10px;
	/*animation: animRotation 2s infinite;*/
}

.link-update strong {
	font-weight: bold;
	margin-left: 5px;
}

#footer-text
{
	height: auto;
	text-align: center;
	padding: 20px;
	font-size: 12px;
	line-height: 1.6667;
}

span.red
{
	color: #ee0000;
}

#footer-text a {
	color: #ccc;
}

@media screen and (max-width: 1199px) {
	.press-col {
		padding-left: 30px;
	}
}

@media screen and (max-width: 991px) {
	.press-col {
		padding-left: 12px;
	}
}

@media screen and (max-width: 767px) {
	.h1, h1 {
		font-size: 20px;
	}

	.h4, h4 {
		font-size: 19px;
	}

	.h5, h5 {
		font-size: 16px;
	}

	.dataTables_wrapper .dataTables_paginate {
		justify-content: center;
	}
}

@keyframes animRotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
