/* Small changes made to the CSS, the file will be meged to the main CSS file when all the changes are approved */

.content-info .border img {
	width: 80px;
}

/* text */
body,
p {
	color: #333;
}

.table-files h5,
.gform_wrapper .gform_fields .gfield_label,
.gform_wrapper .gform_fields .ginput_container label {
	color: #333 !important;
}

body,
p {
	font-size: 13px;
}

a,
a:active,
a:focus,
.page-content a,
.page-content a:active,
.page-content a:focus {
	color: #0070b7;
}

a:hover,
.page-content a:hover {
    color: #0264a2;
}

/* european social dialogue */
/*.inner.european-social-dialogue h1,
.inner.european-social-dialogue h2,
.inner.european-social-dialogue h3,
.inner.european-social-dialogue h4,
.inner.european-social-dialogue h5,
.inner.european-social-dialogue h6,
.inner.european-social-dialogue .text-primary,
.inner.integrated-projects a,
.inner.financial-support a {
	color: #0070b7 !important;
}*/
.inner.european-social-dialogue a:hover,
.inner.integrated-projects a:hover,
.inner.financial-support a:hover {
	color: #005387 !important;
}
.inner.european-social-dialogue .children-navigation .active a {
	border-color: #0070b7;
}
.inner.european-social-dialogue .page-content table:not(.table-files) tr:first-child {
	background: #0070b7;
	color: #fff;
}

/* table-files */
.inner.european-social-dialogue .table-files .files ul li.file a,
.inner.european-social-dialogue .files a.file,
.table-files a.file,
.table-files ul li.file a {
    border: 1px solid #0070b7 !important;
	border-radius: 4px;
	color: #333 !important;
	font-size: 11px !important;
	height: 30px;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.table-files ul li.file.long a {
	padding: 0 3px;
	width: auto;
}

.table-files a.file:hover,
.table-files ul li.file a:hover {
	background-color: #333 !important;
	color: #fff !important;
}

.table-files h5 {
    color: #333333 !important;
}

.inner .table-files h5 {
	color: #333 !important;
}

.sidebar-spotlight h2 {
	background-color: #C42E35 !important;
}

/* european social dialogue */
.btn-primary,
.gform_wrapper .gform_footer input.button,
input[submit] {
	background-color: #0070b7 !important;
}

.btn-primary:hover,
.gform_wrapper .gform_footer input.button:hover,
input[submit]:hover {
	background-color: #005184 !important;
}

/* files frames */
.files-group {
	position: relative;
}

.files-group.frame-new {
	background-color: #F2F2F2;
	border: 2px solid #5A70A0;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	margin: 30px 0 10px;
	padding: 0 20px;
	position: relative;
}

.files-group.frame-fill {
	background-color: #EEF1F6;
	margin: 30px 0;
	padding: 5px 20px 1px;
}

.files-group.frame-bordered {
	border: 1px solid #909ebe;
	margin: 30px 0;
	padding: 5px 20px 1px;
}

.files-group .frame-badge {
	background: #5A70A0;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	position: absolute;
	right: 0;
	top: 10px;
}
