.logo{
    background-image: url("img/OS_LOGO.png");
    width: 100%;
    height: 70px;
    display: block;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}


label{
    color: white;
}



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: #92bbef;
	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.5;
}

.athonErr{
	line-height: 1.1;
}

.validate-step .info-to-validate{
	padding-bottom: 0px;
}

.step-link{
	color: #92bbef;
}

.reg-subtitle{
	text-align: left;
	color: white;
	font-weight: bold;
}



.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;
}


.logo-opus{
    background: url(img/rra3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 50%;
    height: 100px;
    display: flex;
    margin: 5px auto;
}

.logo-os{
    background: url(img/logo-open-science.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 50%;
    height: 100px;
    display: flex;
    margin: 5px auto;
}




.logosWrap{
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    display: flex;
    align-items: center;
}

.logoBkg{
    background-color: #FFFFFF;
    border-radius: 10px;
}
