
.body{
    background-color: #053541;
    /*background-color: #ACC51A;*/
}

.logoC{
    background-image: url("img/CAPACITIES_Logo_CMYK.svg");
    width: 100%;
    height: 70px;
    display: block;
    background-size:120%;
    background-repeat: no-repeat;
    background-position: center;
}
.logoM{
    background-image: url("img/64a2936f74269e1a61e4bf95_m100logo.svg");
    width: 100%;
    height: 70px;
    display: block;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
}


label{
    color: #c4be4c;
}



span.Text{
	height: auto;
	background-color:#ccc;
	text-align:left;
}

.msg{
  color: #c4be4c;
}

.msg.green{
  color: #c4be4c;
  text-align: left;
}

.green span{
	color: #92bbef;
}

.w-button{
	background-color: #c4be4c;
    width: 100%;
    border-radius: 10px;
}

.w-button:hover{
	color: black;
}

.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;
}

.field-label-2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #c4be4c;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #f9f9f9;
    border: 1px solid #adc618;
    border-radius: 10px;
}

.logo-m100{
    background: url(img/white_h.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 80%;
    height: 75px;
    display: flex;
    margin: 5px auto;
}

.logo-uefiscdi{
    background: url(img/uefiscdi.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10%;
    height: 75px;
    display: flex;
    margin: 5px auto;
}

.logo-eea{
    background: url(img/eea.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10%;
    height: 75px;
    display: flex;
    margin: 5px auto;
}

.logo-oar{
    background: url(img/oar.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10%;
    height: 75px;
    display: flex;
    margin: 5px auto;
}

.logo-ranis3{
    background: url(img/rannis.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10%;
    height: 75px;
    display: flex;
    margin: 5px auto;
}

.logo-ntnu{
    background: url(img/ntnu.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10%;
    height: 75px;
    display: flex;
    margin: 5px auto;
}

.logo-ne{
    background: url(img/ne.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10%;
    height: 75px;
    display: flex;
    margin: 5px auto;
}

.logo-urbanize{
    background: url(img/urbanize.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10%;
    height: 75px;
    display: flex;
    margin: 5px auto;
}


.logosWrap{
    padding-left: 10px;
    padding-right: 10px;
    height: 75px;
    display: flex;
    align-items: center;
}

.logosWrap2{
    width: 200%;
    padding-left: 10px;
    padding-right: 10px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-items: center;
}


.auth-inline-container.authed {
    justify-content: center;
    display: grid;
    min-height: 204px;
    padding: 10px;
    color: white;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-items: center;
