/* pagina index */
#institutii_cu_plata h1 {
	color: #777;
	font-size:12.5px!important;
}
.css-text-header{
	text-align:right;
}

.css-margin-header{
	margin-top:10px!important;
}

.css-nav-panel{
	margin-top:10px!important;
	margin-left:10px!important;
	margin-right:10px!important;
}

.sections {display:none}
.sections:target {display:block}

.href-color{
	color:#777;
}

.href-color:hover{
	color:#777;
}

.text-panel-heading{
	font-size:13px!important;
	text-align:justify;
}

.table-condensed{
	font-size:13px!important;
}

.navbar-custom {
	height: 100px;
	align-content: center;
	height: fit-content !important;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px;
	background-color: #FFFFFF;
}

.navbar-brand {
	padding: 0;
	height: 45px;
	line-height: 100px;
	text-align: right;
}

.nav-item>li {
	list-style: none;
	flex: 1;
	cursor: pointer;
	width: 100%;
}

.nav-item>li>a {
	color: #4B576C;
	display: inline-block;
	transition: 0.5s ease;
	padding: 0 15%;
}

.nav-item>li>a:hover{
	background-color: #FFFFFF;
	color: #3466B4;
	font-weight: bold;
}

.navbar-nav>li .active {
	color: #3466B4;
	font-weight: bold;
	box-shadow: none;
	border-bottom: 5px solid #3466B4;
	width: 100%;
	transition: 0.5s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #3466B4;
}

.navbar-light .navbar-nav .nav-link {
	color: #4B576C;
}

.justified{
	text-align: justify;
}
.centred{
	justify-content: center;
	text-align: center;
}

.primarii{
	align-content: center;
	height: fit-content !important;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px;
	background-color: #FFFFFF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #3466B4;
	font: normal normal bold 14px/19px Open Sans;
}

.submenu{
	height: 60px;
	align-content: center;
	height: fit-content !important;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 0px;
	background-color: #FFFFFF;
}

.submenu-sub>li {
	text-align: center;
	list-style: none;
	flex: 1;
	height: 60px;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submenu-sub>li>a {
	color: #4B576C;
	display: inline-block;
	transition: 0.5s ease;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.submenu-sub>li>a:hover{
	background-color: #FFFFFF;
	color: #3466B4;
	font-weight: bold;
}

.submenu-sub>li .active {
	background-color: #3466B4;
	color: #FFFFFF;
	font-weight: bold;
	box-shadow: none;
	/*border-bottom: 5px solid #3466B4;*/
	border-radius: 2px;
	width: 100%;
	transition: 0.5s ease;
}


/*dropdown*/

.dropdownBtn{
	border: 1px solid #CBD0D8;
	font: normal normal normal 14px/19px 'Open Sans';
	height: 50px;
	color: #4B576C;
	margin: 8px 15px;
	vertical-align: middle;
	white-space: normal;
}

.dropdown-toggle::after {
	color: #4B576C !important;
	vertical-align: middle;
	border-top: 0.7em solid;
	border-right: 0.6em solid transparent;
	border-left: 0.6em solid transparent;
}

.dropdown-item{
	font: normal normal normal 14px/19px 'Open Sans';
	color: #4B576C;
	height: 25px;
}

.dropdown-menu.show {
	/*width: 90% !important;*/
	max-height: 250px;
	overflow: auto;
}

.open>.dropdown-menu {
	display: none;
}


/* div primarii */
input[type="text"] {
	width: 100%;
	border: 1px solid #CBD0D8;
	/*border-left: hidden;*/
	border-radius: 2px;
	margin: 8px 15px 0 0;
	outline: none;
	padding: 0px;
	box-sizing: border-box;
	transition: 0.3s;
	padding-left:10px;
	font-weight: bold;
}

input[type="text"]:focus {
	border-color: #CBD0D8;
	box-shadow: none;
	/*box-shadow: 0 0 8px 0 #CBD0D8;*/
}


input::placeholder {
	font-weight: bold;
	color: #cbd1da !important;
}

textarea::placeholder {
	font-weight: bold;
	color: #cbd1da !important;
}
.inputWithIcon {
	position: relative;
	border-left: hidden;

}

.inputWidth{
	min-width: fit-content !important;
	max-width: fit-content;
}

.inputWithIcon img {
	/*position: absolute;*/
	left: 20px;
	top: 25px;
	height: 20px;
	/*padding: 9px 8px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	color: #CBD0D8;
	transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus {
	color: #CBD0D8;
}
.inputWithIcon ::placeholder {
	color: #CBD0D8;
}

.btn[id="selectJudet"]{
	text-align: left;
}

.btn[id="dropdownMenuButton"]{
	text-align: left;
}


.search-img{
	height: 20px;
	margin-right: 15px;
	margin-left: 10px;
	/*top: 15px;*/
	/*left: 15px;*/
	/*position: absolute;*/
}

.input-group-text{
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CBD0D8;
	border-right: hidden;
	border-radius: 2px;
	margin: 8px 0;
	outline: none;
	padding: 0px;
	box-sizing: border-box;
	transition: 0.3s;
}

.form-control{
	font: normal normal normal 14px/19px 'Open Sans';
	height: 50px;
	color: #CBD0D8;
	margin: 8px 0px;
	box-shadow: none;
}

.form-row{
	padding: 40px;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(203 208 216 / 25%);
}

.href-list{
	padding:5px!important;
}

.text{
	font-size:1.1em!important;
}

.panel-body{
	padding:0px!important;
}

/*.textHeader1{*/
/*	font-family: "Verdana", "Tahoma", "Arial", "Sans-serif";*/
/*	font-size: large;*/
/*	color: #006496;*/
/*	font-weight: bold;*/
/*}*/



.backgroundHeader1{
	background-color: #4B576C;
	height: 40px;
}

.headerLink{
	color:#ED9A38;
	margin-right: 1%;
	text-decoration: underline;
}

.headerLink:hover{
	color: #FFFFFF;
	margin-right: 1%;
}

.nav>li>a>img {
	width: 19px;
	margin: 5px;
}


.line{
	padding: 20px 5px !important;
}

.img-primarie{
	height: 37px;
	border: 0;
	margin-right: 32px;
	/*background: url(background-gri.png);*/
	background-repeat: no-repeat;
	background-size: 50px 50px;
}

/* footer */
html,body {
	height: 87%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px;
}

footer,.push {
	height: 61px;
}

.textFooter1{
	font: normal normal normal 14px/19px 'Open Sans';
	text-align:center;
	margin: 2% 8%;
	color: #F7F8FA;
}

.textFooter2{
	text-align:right;
}

.sigla{
	margin-left:32px;
}

.table td{
	border-top:none !important;
}

.info-footer{
	background-color: #3466B4;
	min-height: 102px;

}

.footer{
	padding-bottom: 5%;
	padding-top: 2%;
	background-color: #F7F8FA;
}

.img-footer{
	height: 35px;
	margin-top: 10px;
	margin-right: 16px;
}

/* pagina contact*/
.content-contact{
	/* UI Properties */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 2px;
	opacity: 1;

}
.content-contact-field{
	padding: 54px
}

.contact_email{
	margin-top:35px;
}
.contact_phone{
	margin-top:35px;
}
.contact_email span{
	/* UI Properties */
	text-align: center;
	text-decoration: underline;
	font: normal normal normal 14px/19px Open Sans;
	letter-spacing: 0px;
	color: #3466B4;
	opacity: 1;
	padding-left:20px;
}
.email{
	top: 371px;
	left: 727px;
	width: 545px;
	height: 50px;
	border: 1px solid #CBD0D8;
	border-radius: 2px;
	opacity: 1;
}
.input_email{
	margin-top: 30px;
}
.contact_phone span{
	text-align: center;
	font: normal normal normal 14px/19px Open Sans;
	letter-spacing: 0px;
	color: #3466B4;
	opacity: 1;
	padding-left:20px;
}

.content-contact-field label{
	/* UI Properties */
	text-align: left;
	font: normal normal normal 28px/38px Open Sans;
	letter-spacing: 0px;
	color: #CBD0D8;
	opacity: 1;
}

.btn-mesaj{
	/* UI Properties */
	background: #3466B4 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px;
	opacity: 1;

	text-align: center;
	font: normal normal normal 14px/19px Open Sans;
	letter-spacing: 0px;
	color: #F7F8FA;
}

.mesaj-inregistrat{
	font: normal normal normal 14px/19px Open Sans;
	padding-top:20px;
	font-weight: bold;
	color: #3466B4;
}

#msg{
	font: normal normal normal 14px/19px Open Sans;
}

.error{
	border:2px solid red;
}

/* pagina intrebari */
.content-intrebare{
	padding:20px 40px 40px 40px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 2px;
	opacity: 1;
	height: 130px;
}
.content-intrebare-open{
	height: auto !important;
	color: #3466B4;
}
.content-intrebare-titlu{
	text-align: left;
	font: normal normal normal 12px/17px Museo Sans;
	letter-spacing: 0px;
	color: #4B576C;
	font-weight: 300;
	font-size: 14px;

 }

.content-intrebare-titlu span{
	text-align: left;
	opacity: 1;
	font: 14px Museo Sans;
	letter-spacing: 0px;
	color: #4B576C;
	font-weight: 600;
}
.content-intrebare-titlu img{
	opacity: 1;
	text-align: right;
}
.content-intrebare-descriere{
	text-align: left;
	font: 14px Museo Sans;
	letter-spacing: 0px;
	color: #4B576C;
	opacity: 1;
	font-weight: 300;
}
#intrebari div{
	margin-top:10px;
}

/* start responsive pagina index */

@media only screen and (max-width : 2700px) {

	#textHeaderPrimarii{
		font-size:1em!important;
	}

	#primariiPlataMobil{
		display:none;
	}

	#primariiVizualizareMobil{
		display:none;
	}

	#textHeaderTabel{
		color: #777;
		font-size:12.5px!important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1950px) {

	#textHeaderPrimarii{
		font-size:1em!important;
	}

	#primariiPlataMobil{
		display:none;
	}

	#primariiVizualizareMobil{
		display:none;
	}

	#textHeaderTabel{
		color: #777;
		font-size:12.5px!important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	#textHeaderPrimarii{
		font-size:1em!important;
	}

	#primariiPlataMobil{
		display:none;
	}

	#primariiVizualizareMobil{
		display:none;
	}

	#textHeaderTabel{
		color: #777;
		font-size:12.5px!important;
	}


		.dropdownBtn {
			margin-left: 0;
			margin-right: 0;
		}
	.content-intrebare{
		height: 160px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	.dropdownBtn {
		margin-left: 0;
		margin-right: 0;
	}
	.divHeaderFooter{ text-align:center; }

	#font{
		font-size:1.2em!important;
	}

	#font2{
		display:inherit;
	}

	.navbar-toggler {
		float:left;
		margin-left:5px!important;
		top: 10px;
		position: absolute;
		z-index: 999;
		right: 16px;
	}

	.imagine{
		width:25px!important;
	}

	#primariiPlataDesktop{
		display:none;
	}

	#primariiVizualizareDesktop{
		display:none;
	}

	#primariiPlataMobil{
		display:table-cell;
	}

	#primariiVizualizareMobil{
		display:table-cell;
	}

	#divSiglaGlobalPay{
		float:left;
	}

	#divSiglaIndeco{
		float:right;
	}

	.content-intrebare{
		height: 150px;
	}
}

@media only screen and (min-width: 430px) and (max-width : 767px) {
	#institutii{
		width:65%!important;
	}

	#primariiPlataDesktop{
		display:none;
	}

	#primariiVizualizareDesktop{
		display:none;
	}

	#primariiPlataMobil{
		display:table-cell;
	}

	#primariiVizualizareMobil{
		display:table-cell;
	}

	#divSiglaGlobalPay{
		float:left;
	}

	#divSiglaIndeco{
		float:right;
	}

	#imgGlobalPay{
		padding-top:0px!important;
		top: 5px;
		position: absolute;
		z-index: 999;
		left: 16px;
	}

	.content-intrebare{
		height: 150px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.divHeaderFooter{ text-align:center; }

	.navbar-toggler {
		float:left;
		margin-left:5px!important;
		top: 10px;
		position: absolute;
		z-index: 999;
		right: 16px;
	}

	.imagine{
		width:25px!important;
	}

	#font{
		font-size:1.2em!important;
	}

	#font2{
		display:inherit;
	}

	#wrapper{
		min-height:40%!important;
	}

	#contact{
		width:50em!important;
	}

	#primariiPlataDesktop{
		display:none;
	}

	#primariiVizualizareDesktop{
		display:none;
	}

	#primariiPlataMobil{
		display:table-cell;
	}

	#primariiVizualizareMobil{
		display:table-cell;
	}

	#divSiglaGlobalPay{
		float:left;
	}

	#divSiglaIndeco{
		float:right;
	}

	#imgGlobalPay{
		padding-top:0px!important;
		top: 5px;
		position: absolute;
		z-index: 999;
		left: 16px;
	}

	.content-intrebare{
		height: 150px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

	.divHeaderFooter{ text-align:center; }

	.navbar-toggler {
		float:left;
		margin-left:5px!important;
		top: 10px;
		position: absolute;
		z-index: 999;
		right: 16px;
	}

	.imagine{
		width:25px!important;
	}

	#font{
		font-size:1.2em!important;
		font-weight:bold;
	}

	#font2{
		display:inherit;
	}

	#wrapper{
		min-height:30%!important;
	}

	#div2Footer{
		padding-top:6px!important;
	}

	#textHeaderPrimarii{
		font-size:1em!important;
	}

	#contact{
		width:50em!important;
	}

	#primariiPlataDesktop{
		display:none;
	}

	#primariiVizualizareDesktop{
		display:none;
	}

	#primariiPlataMobil{
		display:table-cell;
	}

	#primariiVizualizareMobil{
		display:table-cell;
	}

	#divSiglaGlobalPay
	{
		float:left;
	}

	#divSiglaIndeco{
		float:right;
	}

	#imgGlobalPay{
		padding-top:0px!important;
		top: 5px;
		position: absolute;
		z-index: 999;
		left: 16px;
	}
}
/* end responsive pagina index */