body, html {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Fira Sans', sans-serif !important;
	text-align: left;
	background: #fff !important;
}

hr {
	overflow: hidden !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 1rem !important;
}

.row {
	margin: 0px !important;
	padding: 0px !important;
}

.container {
	margin: 0px !important;
	padding: 0px !important;
}

.line-spaccer {
	height: 50px;
}
/* .btn-primary {background: #c71595 !important; border: 1px solid #b11377 !important;} */
.blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.blur:hover {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}

h1 {
	font-weight: 800 !important;
	font-family: 'Fira Sans', sans-serif !important;
	color: #3aa5c5 !important;
	padding: 10px 20px 20px 20px !important;
}

.title {
	font-weight: 800;
	color: gray;
}

.firstline {
	background: #fafafa;
	font-weight: 300;
	color: #3aa5c5;
	border-bottom: 1px solid #eee;
}

.secondline {
	background: white;
	padding: 30px 0px 0px 0px !important;
	border-bottom: 2px solid #3aa5c5;
}

.logo img {
	width: 100% !important;
	margin: 10px !important;
	padding: 0px !important;
}

.address {
	color: #3aa5c5;
}

.address i {
	margin: 10px;
}

.phone {
	color: #3aa5c5;
}

.phone i {
	margin: 10px;
}

.linkstyle1 {
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 600;
	font-style: normal;
	color: #349f9e;
	text-transform: uppercase;
}

.linkstyle1:hover {
	text-decoration: none;
}

.menuline {
	padding: 0px 0px !important;
}

.menuline a {
	color: black;
	font-size: 300;
}

.slider {
	border-top: 6px solid #3aa5c5;;
	border-bottom: 10px solid #3aa5c5;;
	background: #3aa5c5;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.align-justify {
	text-align: justify !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

/* Misiune, valori etc */
.boxcolor {
	
}

.boxcolor h3 {
	color: lightyellow;
	text-align: right;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px 20px 20px 20px;
	border-bottom: 2px dotted lightyellow;
	padding-bottom: 20px;
}

.color1 {
	background: #3aa5c5;
	color: white;
	padding: 30px;
	text-align: left;
}

.color2 {
	background: #379EBE;
	color: white;
	padding: 30px;
	text-align: left;
}

.color3 {
	background: #3291AE;
	color: white;
	padding: 30px;
	text-align: left;
}

.color4 {
	background: #2E849E;
	color: white;
	padding: 30px;
	text-align: left;
}

.text-limit1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	text-align: left;
}

.boxcolor .shaddow {
	box-shadow: #3aa5c5 0px 0px 50px;
	border-top: 2px solid #fff;
	border-bottom: 5px solid #fff;
}

/**/
.text-limit2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 15; /* number of lines to show */
	line-clamp: 15;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.latest-attached {
	
}

.latest-attached {
	display: block;
	list-style-type: disc;
	margin-block-start: 0em !important;
	margin-block-end: 0em !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 0px !important;
}

.latest-attached li {
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.latest-attached .publishing-date {
	color: #000;
	font-weight: 300;
	margin-left: 17px;
}

/**/
.anounce-type1 {
	background: #fafafa;
	padding: 15px;
	margin: 10px 0px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	border-radius: 3px;
}

.anounce-type1 .image {
	width: 20%;
	margin: 0px 20px 10px 0px;
	border: 2px solid #ccc;
	padding: 3px;
}

.fadeIn {
	animation: fadeIn 5s;
}

/*Side column*/
.side-col {
	padding: 0px !important;
}

.side-col .gray {
	background: #dadada;
	padding: 15px;
}

.side-col .tools {
	
}

.side-col .tools h5 {
	color: white;
	font-weight: 800;
	text-transform: uppercase;
}

.contact-box {
	background: url("../images/medical-background.jpg") no-repeat !important;
	background-size: cover;
	padding: 20px;
}

.related-link {
	background: #eee;
	color: black;
	padding: 25px !important;
	margin-left: 0px !important;
	border-bottom: 5px solid #fff;
}

.related-link ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px !important;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.related-link ul li {
	margin-bottom: 10px !important;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*Paginations*/
.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination a.active {
	background-color: #4CAF50;
	color: white;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}

/*Category*/
.category-title {
	font-weight: 800;
	color: #3aa5c5;
	padding-top: 10px;
}

.image-inner {
	width: 50%;
	margin: 10px 10px 10px 10px;
}

.image-inner2 {
	width: 40%;
	margin: 10px 10px 10px 10px;
}

.image-inner3 {
	width: 30%;
	margin: 10px 10px 10px 10px;
}

.tools-box {
	padding: 10px;
	background: #3aa5c5 !important;
	color: white;
	border-bottom: 5px solid #fff;
}

.tools-box a {
	color: #eee;
	margin: 10px;
	font-size: 1.3em;
}

.tools-box a:hover {
	color: #fff;
	margin: 10px;
}

/*Article*/
.article {
	padding: 20px;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%,
		rgba(250, 250, 250, 1) 100%);
	border-radius: 10px;
}

/*footer*/
footer {
	background: #3aa5c5;
	color: white;
	padding: 40px;
	margin-top: 30px;
}

footer h4 {
	color: yellow;
	font-weight: 800;
}

footer h5 {
	font-weight: 800;
}

footer ul {
	margin: 0px;
	padding: 0px;
}

footer li {
	list-style: none;
	list-style-type: none;
	margin: 10px;
}

footer a {
	color: white;
}

footer a:hover {
	color: yellow;
}

@media only screen and (max-width: 959px) {
	.mobile-left {
		text-align: left !important;
	}
	.mobile-right {
		text-align: right !important;
	}
	.mobile-justify {
		text-align: justify !important;
	}
}

.formattedContent table {
	border: 1px solid gray;
}

.formattedContent table tr {
	border: 1px solid gray;
}

.formattedContent table tr td {
	border: 1px solid gray;
	vertical-align: top;
	padding: 0.5rem !important;
}

body.modal-open {
	overflow: initial;
}

.modal-dialog-bottom {
	display: flex;
	align-items: end;
	min-height: calc(100% - ( 2rem * 2));
}

/* Stilizare h:selectOne > mobil */
@media ( min-width : 576px) {
	table.radio-select {
		border: none;
	}
	table.radio-select tbody {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
		border: none;
	}
	table.radio-select tbody tr {
		border: none;
	}
	table.radio-select tbody td {
		border: none;
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 1rem;
	}
	table.radio-select tbody tr td>label {
		margin: 0;
	}
}

table.radio-select {
	border: none;
}

table.radio-select tbody {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	border: none;
}

table.radio-select tbody tr {
	border: none;
}

table.radio-select tbody td {
	border: none;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 1rem;
}

table.radio-select tbody tr td>label {
	margin: 0;
}
.fr-window canvas {
	display: none !important;
	opacity: 0 !important;
}
#cookieNoticeModal {
	pointer-events: none;
}
#cookieNoticeModal .modal-content {
	pointer-events: all;
}

.input-invalid {
  border: 1px solid red !important;
  background-color: #fff8f8;
}