
.prez-den{
	color: white;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.3;
}

.prez-descr {
    margin-top: 20px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #afb4c0;
    letter-spacing: 0.3px;
    padding: 0 5px;
}

.prez-poza-container{
	text-align: right;
}

.prez-poza-container img{
	border-radius: 3px;
}

.prez-contact{
	margin-top: 10px;
	display: inline-block;
	color: yellow;
	background-color: #0275d8;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px;
}

.prez-contact:hover{
	color: orange;
	background-color: #015eb1;
}

.table_content_view{
	padding: 20px 10px;
	text-align: center;
	margin-top: 20px;
}

.prez-list-title{
	display: block;
	font-size: 2rem;
	color: #0275d8;
	font-weight: 1000;
	margin-bottom: 70px;
	text-align: center;
}

.prez-container-proiect{
	padding: 70px 10px 10px;
    background-color: #ffffff;
    height: auto;
    
    overflow: hidden;
    border-radius: 5px;
    border: 5px solid #0275d8;
}

.prez-container-proiect .prez-contact{
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
}

.prez-container-proiect:hover{
	box-shadow: 0 0 15px 5px rgba(2, 117, 216,0.5);
    cursor: pointer;
    transition: 0.5s;
}

.prez-logo-pr{
	top: -60px;
    position: absolute;
    left: calc(50% - 60px);
    border: 10px solid #efefef;
    width: 120px;
    height: 120px;
    line-height: 100px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 50%;
    background-color: #0275d8;
    color: white;
}

.tip2 .prez-logo-pr, .tip2 .prez-contact{
	background-color: #6301da;
}

blockquote {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 20px;
}

.item-row{
	margin: 10px;
}

.item-row-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	/* color: #757c85; */
	border-bottom: 1px solid #757c85;
	
}

.item-row-content{
	color: #02549d;
	font-weight: 500;
	line-height: 1.3;
	padding: 5px;
	vertical-align: top-text;
	font-size: 0.9rem;
}

.item-row-content li label{
	display: block;
}

.rolInst{
	color: #292b2c;
	font-size: 0.9rem;
}

.item-row-content a{
	color: #e67e00 ;
}

.item-row-content a:hover{
	color: darkorange;
}

.profile_view input[type="button"]{
	background-color: #0275d8;
	color: white;
	border: 0px solid #ffffff;
	padding: 10px 20px;
	padding-left: 70px;
	border-radius: 50% 5px 5px 50%;
	margin: 10px 0;
	font-weight: 400;
	font-size: 14px;
}

.profile_view input[type="button"]:hover{
	background-color: #01529a;
}

.prez-list-title{
	display: block;
	font-size: 2rem;
	color: #0275d8;
	font-weight: 1000;
	margin-bottom: 70px;
	text-align: center;
}

.prez-list-subtitle{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

.formular-pub{
	padding: 20px;
    background-color: #efefef;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 70px;
}

.formular-pub:hover{
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.5s;
}

.form-item-row{
	margin-bottom: 10px;
}

.form-item-title{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
}

.form-item-content{
	text-align: left;
}

.form-item-content input[type="text"], .form-item-content select, .form-item-content textarea{
	font-size: 14px;
	color: #0275d8;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	width: 99%;
}

.form-item-content input[type="text"]:hover, .form-item-content select:hover, .form-item-content textarea:hover{
	background-color: #eaf5ff;
}

.form-item-content input[type="text"]:focus, .form-item-content select:focus, .form-item-content textarea:focus{
	border: 1px solid #0275d8!important;
}

.form-item-content input[type="text"]:active, .form-item-content select:active, .form-item-content textarea:active{
	border: 1px solid #0275d8!important;
}

.form-item-content span.Text{
	padding: 5px;
	border: 1px solid #999;
	width: 99%;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	background-color: #ddd;
	min-height: 33px;
}

.btn-zone{
	text-align: center;
}

.form-item-content img{
	border: 1px solid red;
	border-radius: 5px;
}

.steluta{
	color: red;
	font-weight: bold;
	font-size: 16px;
}

.bigAlertBox {
    position: relative;
}

.bigAlertBox .AlertText {
    position: absolute;
    font-size: 12px;
    color: #d1d3d8;
    bottom: 4px;
    top: auto;
    right: 0px;
    width: 100%;
    text-align: right;
    height: 30px;
    border-radius: 0px 0px 4px 4px;
    background: #666;
    padding-right: 20px;
    box-sizing: border-box;
}

.bigAlertBox textarea {
    width: 100%;
    height: 230px!important;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
textarea.text-count {
    margin-bottom: 0px!important;
}

.AlertText label{
	color: darkorange;
	font-weight: bold;
}

.AlertText strong {
    color: #ee9f9b;
    font-weight: bold;
}

.capcha-text{
	font-size: 13px;
	color: darkred;
	line-height: 1.1;
	display: block;
}

.scsInfo, .scsErr {
    width: 100%;
    color: #fff;
    background-color: #497740;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding:10px;
    font-size: 0.9rem;
    border-radius: 5px;
    text-align: left;
}
.scsInfo label, .scsErr label{
	margin-bottom: 0px;
}

.scsErr{
	background-color: #df4842;
}

.btn-zone input[type="button"]{
	background-color: #666;
	color: yellow;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
}

.btn-zone input[type="button"]:hover{
	background-color: #999;
	color: white;
}

.container-msg{
	background-color: #fff; 
	border: 5px solid #999; 
	border-radius: 5px;
	font-weight: normal;
}

@media only screen and (max-width: 1000px){
	blockquote{
		word-break: break-word;
	}
}

@media only screen and (max-width: 675px){
	blockquote{
		word-break: break-word;
	}
	.profile_view input[type="button"]{
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 575px){
	.prez-list-title{
		padding: 0 20px;
		line-height: 1.1;
		
	}
}