
span.Text{
	height: auto;
	background-color:#ccc;
	text-align:left;
}

.msg{
  color: #D50000;
}

.msg.green{
  color: #00ff00;
  text-align: left;
}

.green span{
	color: #92bbef;
}

.w-button{
	margin-left:5px;
	margin-right:5px;
}

.w-button:hover{
	color: lightgray;
}

.field-label-2{
	display: block;
	clear: both;
}

.btn-del-file{
	padding: 3px 10px;
	margin-bottom: 10px;
	float: right;
	background-color: darkred;
}

.border-err{
	background-color: #ffb7b7;
}

/*.w-form .inputFile a{
	color: white;
	line-height: 1;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 100%;
	min-height: 38px;
	padding: 8px 12px;
	overflow: hidden;
	opacity: 0.8;
}*/

.w-form .inputFile a {
    color: white;
    line-height: 1;
    display: flex;
    text-align: left;
    margin-bottom: 10px;
    /* border: 1px solid #ccc; */
    width: 100%;
    min-height: 38px;
    /* padding: 8px 12px; */
    overflow: hidden;
    opacity: 0.8;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: -5px;
    align-content: center;
}

.athonErr{
	line-height: 1.1;
}

.validate-step .info-to-validate{
	padding-bottom: 0px;
}
.inputFile{
    margin-bottom: -30px;
}
.step-link{
	color: #92bbef;
}

.reg-subtitle{
	text-align: left;
	color: white;
	font-weight: bold;
}

.logo-diaspora{
	background: url(img/logo-conferinta-diaspora.svg);
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	display: block;
	margin: 5px auto;
}

.keyword-add{
	padding: 7px 12px;
    background-color: #3898EC;
	color: white;
	border: 0;
	cursor: pointer;
	margin-left: 3px;
}
.keyword-add:hover{
	color: lightgray;
}

.w-input.keyword-input{
	display: inline-block;
	width: 75%;
	margin-left: 0;
}

.ui-menu-item{
	font-size: 11px;
	border-bottom: 1px dashed grey;
	padding: 3px 6px;
	line-height: 1.3;
}

span.keywords {
  color: #fff;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: default !important;
  width: auto !important;
  display: inline-block;
  height: 30px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
  border-radius: 30px;
  line-height: 30px;
  background: #f5bbbb42 ;
}

a.delLink {
  background: url(img/delete-red.svg);
  display: inline-block;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 29px;
  border-radius: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
  line-height: 40px;
  outline: none;
  position: relative;
  white-space: nowrap;
  font-weight: normal;
  margin-right: 6px;
  right: 6px;
  position: absolute;
  top: 1px;
  opacity: 1;
  text-decoration: none;
}

a.delLink {
  right: 2px;
  margin-right: 2px;
}

.keywords:hover {
  background: #262954 !important;
}

.field_keyword div {
  position: relative;
  display: inline-block;
  width: auto;
}

.uefiscdi-logo-alb {
  width: 130px;
  height: 50px;
  display: block;
  background-image: url(img/uefiscdi-logo-alb.svg);
  background-repeat: no-repeat;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 5px;
  opacity: 1;
}

.collapse-holder .title{
	text-align: left;
}

.collapse-holder .title .collapse-title{
	color: orange;
	text-decoration: underline;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
}

.collapse-holder .content{
	padding: 5px 10px;
	
}

.collapse-holder .content li{
	color: #92bbef;
	text-align: left;
}

.athon-collapse-collapsible::after {
  content: ' ';
  background-image: url(img/collapse-up.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}

.athon-collapse-active::after {
  content: ' ';
  background-image: url(img/collapse-down.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}

.qwerty{
    width: 100%;
}

.uploadBox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px
}
