.eveniment-bknd .inputFile{
	margin-top:20px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 10px;
	display: block;
}

.eveniment-bknd .inputFile a{
	display: block;
	margin-left: 10px;
}

.eveniment-bknd textarea{
	width: 100%;
	border: 1px solid #999;
}

.eveniment-bknd input[type="file"]{
	width: 100%;
	border: 1px solid #999;
	background-color: white;
	padding: 3px 10px;
}

.eveniment-bknd th{
	text-transform: uppercase;
	padding: 10px;
	height: 50px;
	font-size: 14px!important;
}

.eveniment-bknd td{
	padding: 10px!important;
}

input[type="button"].btn-add{
	color: green;
	float: right;
}

input[type="button"].btn-del{
	color: red;
	float: right;
}

.eveniment-bknd .speaker-item{
	border: 1px dotted grey;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
	background-color: #72ABC7;
}

.eveniment-bknd .speaker-item:hover{
	background-color: #06466D;
}

.eveniment-bknd .speaker-item .speaker-view{
	float: right;
}

.speaker-item input[type="text"], .speaker-item input[type="file"]{
	width: 50%;
	border-radius: 5px;
	margin-bottom: 5px;
	color: black;
}

.speaker-item textarea{
	border-radius: 5px;
	margin-bottom: 5px;
	color: black;
}

.eveniment-bknd .speaker-item a{
	color: orange;
}

.eveniment-bknd .speaker-item a:hover{
	color: yellow;
}

.menu__icon--trash {
    width: 15px;
    height: 15px;
    -webkit-mask: url(./img/delete-red.svg) no-repeat 50% 50%;
    mask: url(./img/delete-red.svg) no-repeat 50% 50%;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-size: 100%;
    display: inline-block;
    position: relative;
    background-color: rgba(244, 67, 54, 0.31);
    vertical-align: baseline;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: -3px;
}

.menu__icon--trash:hover {
    background-color: #f44336;
}

.image-list .inputFile{
	display: inline-block;
	height: auto;
	margin: 0;
}

.image-list a{
	display: inline-block;
	position: relative;
	padding: 5px;
}

.image-list .wizard-image-name{
	display: inline-block;
}

.image-list .photo-item{
	width: 30%;
	float: left;
	
	padding: 10px;
	border: 1px dotted grey;
	border-radius: 10px;
	min-height: 100px;
	margin-right: 10px;
	margin-top: 10px;
}

.ev-view{
	max-width: 935px;
	border: 0px solid darkblue;
	margin: 0 auto;
	padding: 0;
}

.ev-banner{
	text-align: center;
	/* width: 935px; */
}

.ev-descriere{
	margin-top: 20px;
	font-size: 13px;
	text-align: justify;
}

.ev-right-box{
	margin-top: 20px;
	padding: 20px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 0.2s;
}

.ev-right-box .subtitle{
	font-weight: 600;
	display: inline;
}

.ev-right-box label{
	display: inline;
}

.ev-right-box .inputFile{
	display: inline;
}

.ev-container-harta{
	padding-top: 5px;
}

.ev-container-harta ul{
	line-height: 1;
  	padding: 5px !important;
  	margin: 0;
  	font-size: 11px;
}

.ev-speaker-view{
	margin-bottom: 30px;
}

.ev-speaker-view hr{
	
	margin: 5px 5px;
}

.ev-speaker-view{
	line-height: 1;	
}

.ev-speaker-view .speaker-name{
	text-align: center;
}

.ev-speaker-view .speaker-name .spk-name{
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin-bottom: 0;
}

.ev-speaker-view .speaker-name .spk-inst{
	font-size: 12px;
}	

.ev-view .image-slider-holder{
	width: 460px;
	margin: 10px auto;
	display: none;
}

.ev-view .image-slider-holder.big{
	width: 750px;
	margin: 10px auto;
	display: block;
}

.ev-view .image-slider-holder.big .w-slider{
	height: 487px;
}

.new-ev-title{
	text-align: center;
}

.new-ev-title label{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	margin: 20px 20px 10px 20px;
}

.new-ev-date{
	text-align: center;
	font-size: 18px;
	color: #208CCB;
	
}

.new-ev-date label{
	font-weight: bold;
}

.map-box ul{
	line-height: 1;
	padding: 5px!important;
	margin: 0;
	font-size: 11px;
}

.new-ev-section{
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 0.2s;
    margin: 20px 0px;
    padding: 20px;
    background: #eee;
}

.new-ev-section-title{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #208CCB;
	color: #208CCB;
}

.speaker-box{
	margin-bottom: 10px;
	
}

.speaker-poza-container{
	background-color: #72ABC7;
	text-align: center;
	padding: 10px;
	border-radius: 5px 5px 0 0 ;
	min-height: 250px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.speaker-poza{
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.speaker-name-box{
	padding: 20px 10px 10px 10px;
}

.speaker-name-row label{
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.speaker-role{
	color: #eee;
	font-size: 12px;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.speaker-bio-container{
	background-color: #06466D;
	color: white;
	font-size: 12px;
	padding: 20px 10px;
	line-height: 1.3;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.speaker-bio-content{
	height: 120px;
	overflow-y: auto;
	overflow-x: hidden;
}

.speaker-name-box a{
	color: yellow;
	font-size: 13px;
	display: block;
}

.speaker-name-box a:hover{
	color: #06466D;
}

.expand {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 3px;
}

.expand span {
    overflow: hidden;
    height: 80px;
    display: block;
    position: relative;
    /* cursor: pointer; */
}

.expand.active span {
    height: 100%;
}

label.read-more-front {
    color: orange;
    font-size: 12px;
    cursor: pointer;
    display: block;
    font-weight: normal;
    border-top: 0px solid #eee;
}

label.read-more-front:hover{
	color: darkorange;
}

@media (max-width: 767px) {
	.ev-view .image-slider-holder{
		display: block;
	}
	
	.ev-view .image-slider-holder.big{
		display: none;
	}
	
	.speaker-pic{
		text-align: center;
		margin-bottom: 5px;
	}
	
	.new-ev-title label{
		font-size: 20px;
		line-height: 1.1;
	}
	.new-ev-date{
		font-size: 16px;
	}
	
	.new-ev-section-text p{
		font-size: 14px;
		line-height: 1.4;
	}
}	