/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/** Flag icons for English**/
.flag-icon-en {
    background-image: url(../images/flags/4x3/en.svg);
}

.flag-icon-en.flag-icon-squared {
    background-image: url(../images/flags/1x1/en.svg);
}

.flag-icon {
    border-radius: 3px;
    background-size: cover;
}

#footer {
	background: url('../images/footer-bg.jpg') center bottom no-repeat;
	background-size: cover;
}

#copyrights {
	background-color: #FFF;
}

.video-overlay {
	background-color: rgba(0,0,0,0.4);
}

.page-section {
	padding: 60px 0;
}

.page-title-pattern {
	background: transparent url('../images/grid.png') repeat;
}

#search-form input::placeholder {
	font-size: 0.9em;
}

body:not(.device-xs) .type-block:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

body:not(.device-xs) .type-block:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-left: 1px solid #EEE;
}

.type-block-wrap {
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba(14,72,119, 0.2); }

#search-form button,
#search-form input { border-radius: 6px; }

.type-block {
	background-color: #FFF;
	transition: all .3s ease;
}

.type-block:hover,
.type-block.checked { background-color: #F8F9FA; }

.search-form-processing .form-process {
	display: block;
	top: 0;
	left: 0;
	cursor: default;
}

.primary-menu .menu-container .menu-link {
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 3px;
	font-family: 'Roboto', sans-serif !important;
}

.dropdown-langs img {
    width: 18px;
    height: 18px;
}

.pdf-viewer-modal {
	padding-right: 0!important;
}

.pdf-viewer-modal .modal-lg {
	width: 100%;
	max-width: 100%;
	margin:0;
}

.pdf-viewer-modal .modal-content {
	border-radius:0;
	border: 0;
}

.pdf-viewer-modal .modal-body {
	min-height: calc(100vh - 61px);
	overflow-y: hidden;
	padding: 0;
	margin: 0;
}

.pdf-viewer-modal iframe {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
}

.table-ifu tr td:first-child {
	white-space: nowrap;
	min-width: 172px;
}

.table-ifu tr td:first-child a:last-child i {
	margin-right: 0;
}


.gdpr-settings {
	padding: 1.5rem;
	background-color: darkgray;
}

#gdpr-preferences .block{
	max-width: 800px;
}

.btn-outline-gdpr {
	color: #F8F9FA;
	border-color: #F8F9FA;
}

.btn-outline-gdpr:hover {
	color: #333;
	background-color: #F8F9FA;
	border-color: #F8F9FA;
}

.btn-outline-gdpr:focus, .btn-outline-gdpr.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-gdpr.disabled, .btn-outline-gdpr:disabled {
	color: #F8F9FA;
	background-color: transparent;
}

.btn-outline-gdpr:not(:disabled):not(.disabled):active, .btn-outline-gdpr:not(:disabled):not(.disabled).active,
.show > .btn-outline-gdpr.dropdown-toggle {
	color: #333;
	background-color: #F8F9FA;
	border-color: #F8F9FA;
}

.btn-outline-gdpr:not(:disabled):not(.disabled):active:focus, .btn-outline-gdpr:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gdpr.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.iubenda_legal_document ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.attachments-list {
	list-style: none;
}

.attachments-list a {
	white-space: nowrap;
}

@media (min-width: 992px) {

	#header.full-header #logo {
		padding-right: 30px;
		border-right: 1px solid #EEE;
	}

	#header.transparent-header.full-header #logo { border-right-color: rgba(0,0,0,0.1); }

	#header.full-header .primary-menu .menu-container {
		padding-right: 0.5rem;
		margin-right: 0.5rem;
		border-right: 1px solid #EEE;
	}
}
@media (max-width: 991px) {
	.entry-meta li {
		display: block;
		width: 100%;
	}
}