/* Generated on: Tue Feb 14 2017 17:57:06 GMT+0000 (UTC) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;height:100%;}body{margin:0;height:100%;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0;text-decoration:none;}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


:root {
    --anim-header:cubic-bezier(0.13, 0.36, 0.58, 1);
}

/*LANDING PAGE STYLES*/

.tablePageNumberLast, .tablePageNumberFirst {
    color: darkorange !important;
    background-color: #eee !important;
}

.edit-form{
	width: 100%;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.herosectionLogos{
	background-color: white;
}

.POCA .center-block{
	margin: 0 auto;
}

.POCA img {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
}

.athon-overlay-overlay {
    background-color: rgb(0, 0, 0)!important;
    opacity: 0.9!important;
}
.athon-overlay-wait{
	background-color:#df4842;
	position:fixed;
	top:0; 
	left:0;
	z-index:90000; 
	height:2px;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #273455; */
    text-align: center;
    padding-top: 10px;
}

/* .athon-request-sent-wait{
	background-color: darkred!important;
	color:white;
				padding:12px;
				text-align:center;
				border-radius:2px;
				min-width:20%;
				border:1px sodid #7f0000;
} */

.errisload {
  position:relative;
  color:#fff;
  display:block;
  /* font-family:Mark Pro; */
  font-weight: 400;
  text-align: center;
  font-size:12px;
  /* left:-20px; */
  top:10px;
  animation: light 2s infinite 350ms;
  width:100px;
  /* background-color: #273455; */
}

.loaderPart {
    display: inline-block;
    background: #33385269;
    line-height: 20px;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
.activate {
  cursor: pointer;
  -webkit-transition: background .3s ease, box-shadow .3s ease, -webkit-transform .2s ease;
  transition: background .3s ease, box-shadow .3s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background .3s ease, box-shadow .3s ease;
  transition: transform .2s ease, background .3s ease, box-shadow .3s ease, -webkit-transform .2s ease;
}
.activate input {
    background: var(--invi-color);
    border: none;
}
.activate .loaderText {
    text-align: center;
    display: inline-block;
    height: 44px;
    position: relative;
    width: 200px;
    top: 0px;
    background: #333851;
    color: var(--white-text);
    border-radius: 10px;
    padding: 0px 12px;
    font-family: Mark Pro;
    cursor: pointer;
    margin-left: 4px;
    line-height: 44px;
}
.activate span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.activate span:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--item-color);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background .3s ease, -webkit-transform .3s ease;
  transition: background .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, background .3s ease;
  transition: transform .3s ease, background .3s ease, -webkit-transform .3s ease;
}
.activate span svg {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  z-index: 1;
}
.activate span svg:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  fill: none;
  margin: 0;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dashoffset: 94.248;
  stroke-dasharray: 47.124;
}
.activate span svg:nth-child(2) {
  fill: #5628EE;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.activate span svg:nth-child(3) {
  fill: #5628EE;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.activate:hover span svg:nth-child(2) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.activate:hover span svg:nth-child(3) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.activate:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.activate.loadingBtn span {
  background: none;
  -webkit-transition: background .1s ease .3s;
  transition: background .1s ease .3s;
}
.activate.loadingBtn span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.activate.loadingBtn span svg:nth-child(1) {
  -webkit-animation: turn 1.6s linear infinite forwards, path 1.6s linear infinite forwards;
          animation: turn 1.6s linear infinite forwards, path 1.6s linear infinite forwards;
}
.activate.loadingBtn span svg:nth-child(2) {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.activate.loadingBtn span svg:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.6);
          transform: translateY(0) scale(0.6);
}
.activate.loadingBtn ul {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.activate.loadingBtn.done .loaderPart {
  background: #3FDC75;
  box-shadow: 0 4px 20px rgba(63, 220, 117, 0.15);
}
.activate.loadingBtn.done span {
  background: #fff;
  -webkit-transition: background .1s ease 0s;
  transition: background .1s ease 0s;
}
.activate.loadingBtn.done span:before {
  background: #3FDC75;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.activate.loadingBtn.done span svg:nth-child(1) {
  -webkit-animation: none;
          animation: none;
}
.activate.loadingBtn.done span svg:nth-child(3) {
  fill: #3FDC75;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.4s ease 0.25s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: opacity 0.4s ease 0.25s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s, opacity 0.4s ease 0.25s;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s, opacity 0.4s ease 0.25s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
.activate.loadingBtn.done ul {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.activate ul {   
  padding: 0;
  margin: 0;
  list-style: none;
  height: 44px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.activate ul li {
  --rotateX: 0deg;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotateX(var(--rotateX)) translateZ(10px);
          transform: rotateX(var(--rotateX)) translateZ(10px);
}
.activate ul li:nth-child(2) {
  --rotateX: -90deg;
}
.activate ul li:nth-child(3) {
  --rotateX: -180deg;
}

.topbar-container {
  height: 120px;
  width: 100%;
  line-height: 120px;
  padding: 30px;
  display: block;
}

.lp-logo {
  background-image: url(../img/logo_white.svg)!important;
  background-repeat: no-repeat;
  width: 120px;
  height: 53px;
  display: block;
}

.lp-logo-org {
    background-image: url(../img/brainmap_orgLogo.svg)!important;
    background-repeat: no-repeat;
    width: 115px;
    height: 108px;
    display: block;
    background-position: center;
}

.lp-minHeight{
	height: 600px;
   /*  margin-top: 10%; */
   margin-top: 5%;
}

.athon-request-sent-wait{
	background-color: #1f4f8e!important;
	color:#eeeeee;
	padding:20px;
	text-align:center;
	border-radius:5px;
	border:1px solid #eaeaea;
}

/* .athon-overlay-wait{
	top:0;
	left:0;
	position:fixed;
	border-radius:5px;
	background-color: #1f4f8e!important;
	height:2px!important;
	border:1px solid #1f4f8e;
	overflow:hidden;
	color: #1f4f8e!important;
	padding:0px!important;
	box-shadow: 1px 0px 1px #1f4f8e;
	z-index:99999;
} */



.lp-login {
  height: 30px;
  width: auto;
  color: #ffffff!important;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
  margin-right: 30px;
}

.lp-signup {
  font-weight: 400;
  background-color: #ffffff;
  height: 30px;
  width: 90px;
  line-height: 30px!important;
  border-radius: 15px;
  padding: auto 10px;
  display: block;
  float: right;
  text-align: center;
}

.lp-announcer {
  font-size: 20px;
  width: auto;
  font-weight: 600;
  color: #ffffff;
  margin:auto;
  text-align: center!important;
  display: table!important;
}

.spcr {
  height: 90px;
  display: block;
}

.lp-people {
  width: 900px;
  height: 130px;
  background-image: url(../img/people_new_updated.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
}

.lp-search {
  font-weight: 500;
  width: 750px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border: 0px;
  padding: 0px 21px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
}
.lp-search-width {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.lp-search.org{
	background:rgba(255,255,255,0.8);
}

.lp-search.org::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-weight: 600;
}
.lp-search.org::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-weight: 600;
}
.lp-search.org:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-weight: 600;
}
.lp-search.org:-moz-placeholder { /* Firefox 18- */
  color: #777;
  font-weight: 600;
}

.btn-lp-search {
  content: "";
  background-color: transparent;
  background-image: url(../img/btn-lp-search.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 8px;
  border: 0;
  cursor: pointer;
}

.lp-blabla {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.lp-blabla.org{
	color: darkorange;
}

.lp-explore-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fl-right {float: right;}
.fl-left {float: left;}

.btn-lp-registry {
  color: #ffffff;
  background-color: #1f4f8e;
  font-size: .9rem;
  font-weight: 500;
  line-height: 30px;
  width: 210px;
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
    position: relative;
}

.lp-explore-container.brokermap-container{
	/* width: 300px;
	margin: 0 auto; */
}

.lp-new{
	color: red;
	display: inline-block;
	line-height: 35px;
	float: left;
}

.btn-lp-brokermap{
  color: #ffffff;
  background-color: #1f4f8e;
  font-size: .9rem;
  font-weight: 500;
  line-height: 30px;
  width: 240px;
  min-height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  display: inline-block;
  background-image: url(../img/logo-flip-white.svg);
  background-repeat: no-repeat;
  background-size: 150px 30px;
  background-position: right;
  float: right;
}

.btn-lp-brokermap:hover{
	background-color: #4e93f2;	
}

.btn-lp-brokermap:hover span.new-bkm{
	background: #1fbcfd;
}

span.new-bkm{
	background: red;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 400;
    border-radius: 5px;
    font-size: 11px;
    float: left;
    
    line-height: 20px;
    margin-left: 10px;
    margin-top: 7px;
}

.btn-lp-research:hover,
.btn-lp-research:focus,
.btn-lp-research:active,
.btn-lp-research:visited {
  color: #fff!important;
}

.btn-lp-research {
    color: #ffffff;
    background-color: #1f4f8e;
    font-size: .9rem;
    font-weight: 500;
    line-height: 30px;
    width: 247px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    text-align: center;
}

.btn-lp-org {
    color: #ffffff;
    background-color: #1f4f8e;
    font-size: .9rem;
    font-weight: 500;
    line-height: 30px;
    width: 247px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    text-align: center;
}

.btn-lp-events:hover,
.btn-lp-events:focus,
.btn-lp-events:active,
.btn-lp-events:visited {
  color: orange!important;
}

.btn-lp-events {
    color: darkorange;
    /* background-color: #1f4f8e; */
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    /*margin-right: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    position: relative;
    text-align: left; 
    padding-left: 115px;
}

.btn-lp-events .obs-lp{
	display: block;
	font-size: 13px;
	color: white;
	padding-left: 70px;
}

.btn-lp-events:before {
    content: " ";
    background-image: url(../img/project-date.svg);
    height: 30px;
    width: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 50%;
    /* background-color: white; */
    position: absolute;
    top: -5px;
    left: 80px;
}

.btn-lp-explore {
  color: #ffffff;
  background-color: #1f4f8e;
  font-size: .9rem;
  font-weight: 500;
  line-height: 30px;
  width: 210px;
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
    position: relative;
}
.btn-lp-wordcloud {
  background-color: #1f4f8e;
  font-size: .9rem;
  font-weight: 500;
  line-height: 30px;
  width: 210px;
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  color:#fff;
  /* pointer-events: none; */
}

.btn-lp-explore:hover,
.btn-lp-wordcloud:hover,
.btn-lp-research:hover,
.btn-lp-org:hover{
    color: #ffffff;
    background: #4e93f2;
}

.btn-lp-wordcloud:active,
.btn-lp-wordcloud:visited,
.btn-lp-wordcloud:focus{
    color: #fff;
}
.btn-lp-explore:active,
.btn-lp-explore:visited,
.btn-lp-explore:focus{
    color: #fff;
}
.btn-lp-research:active,
.btn-lp-research:visited,
.btn-lp-research:focus{
    color: #fff;
}

.btn-lp-org:active,
.btn-lp-org:visited,
.btn-lp-org:focus{
    color: #fff;
}

.CMSAdmin{
	background-color: #999;
	padding: 20px;
	border-radius: 5px;
}

.LocalCMS a{
	color: orange;
}

.LocalCMS a:hover{
	color: darkorange;
}

.btn-lp-org:before {
    content: " ";
    background-image: url(../img/team.png);
    height: 62px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    top: -10px;
    left: 215px;
}

.btn-lp-research:before {
    content: " ";
    background-image: url(../img/research.png);
    height: 62px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    top: -24px;
    left: 225px;
}
.btn-lp-explore:before {
    content: " ";
    background-image: url(../img/explore.png);
    height: 62px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    top: -24px;
    left: 173px;
}
.btn-lp-wordcloud:before {
    content: " ";
    background-image: url(../img/keyword-icon.png);
    height: 62px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    top: -24px;
    left: 173px;
}
.new_msg {
    color:#fff;
    text-align:left;
    width:100%;
    font-size:13px;
    top: 14px;
    clear:both;
    display: block;
    position: relative;
}





.new_msg.center{
	text-align: center;
	top: 0px;
	width: 240px;
	float: right;
}

.mtop30 {margin-top: 30px;}


.clear {
  clear: both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
  font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  font-weight: 600;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555;
  font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555;
  font-weight: 600;
}

/*END OF LANDING PAGE*/


.benchmark {display: none;}
/* ==========================================================================
   Keyframe Animaton
   ========================================================================== */

@-webkit-keyframes animation {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% { -webkit-transform: matrix3d(1.158, 0, 0, 0, 0, 1.203, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.158, 0, 0, 0, 0, 1.203, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.225, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.225, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% { -webkit-transform: matrix3d(1.33, 0, 0, 0, 0, 1.446, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.33, 0, 0, 0, 0, 1.446, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.442, 0, 0, 0, 0, 1.584, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.442, 0, 0, 0, 0, 1.584, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.471, 0, 0, 0, 0, 1.613, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.471, 0, 0, 0, 0, 1.613, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% { -webkit-transform: matrix3d(1.562, 0, 0, 0, 0, 1.666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.562, 0, 0, 0, 0, 1.666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.57, 0, 0, 0, 0, 1.665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.57, 0, 0, 0, 0, 1.665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% { -webkit-transform: matrix3d(1.604, 0, 0, 0, 0, 1.62, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.604, 0, 0, 0, 0, 1.62, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.606, 0, 0, 0, 0, 1.594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.606, 0, 0, 0, 0, 1.594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(1.598, 0, 0, 0, 0, 1.535, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.598, 0, 0, 0, 0, 1.535, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.575, 0, 0, 0, 0, 1.48, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.575, 0, 0, 0, 0, 1.48, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(1.567, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.567, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% { -webkit-transform: matrix3d(1.531, 0, 0, 0, 0, 1.448, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.531, 0, 0, 0, 0, 1.448, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1.524, 0, 0, 0, 0, 1.449, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.524, 0, 0, 0, 0, 1.449, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1.49, 0, 0, 0, 0, 1.481, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.49, 0, 0, 0, 0, 1.481, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% { -webkit-transform: matrix3d(1.486, 0, 0, 0, 0, 1.489, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.486, 0, 0, 0, 0, 1.489, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1.48, 0, 0, 0, 0, 1.511, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.48, 0, 0, 0, 0, 1.511, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% { -webkit-transform: matrix3d(1.483, 0, 0, 0, 0, 1.516, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.483, 0, 0, 0, 0, 1.516, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1.496, 0, 0, 0, 0, 1.503, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.496, 0, 0, 0, 0, 1.503, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% { -webkit-transform: matrix3d(1.503, 0, 0, 0, 0, 1.495, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.503, 0, 0, 0, 0, 1.495, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1.504, 0, 0, 0, 0, 1.496, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.504, 0, 0, 0, 0, 1.496, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% { -webkit-transform: matrix3d(1.501, 0, 0, 0, 0, 1.502, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.501, 0, 0, 0, 0, 1.502, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1.499, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.499, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% { -webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% { -webkit-transform: matrix3d(1.158, 0, 0, 0, 0, 1.203, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.158, 0, 0, 0, 0, 1.203, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.225, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.225, 0, 0, 0, 0, 1.3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% { -webkit-transform: matrix3d(1.33, 0, 0, 0, 0, 1.446, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.33, 0, 0, 0, 0, 1.446, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.442, 0, 0, 0, 0, 1.584, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.442, 0, 0, 0, 0, 1.584, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% { -webkit-transform: matrix3d(1.471, 0, 0, 0, 0, 1.613, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.471, 0, 0, 0, 0, 1.613, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% { -webkit-transform: matrix3d(1.562, 0, 0, 0, 0, 1.666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.562, 0, 0, 0, 0, 1.666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.57, 0, 0, 0, 0, 1.665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.57, 0, 0, 0, 0, 1.665, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% { -webkit-transform: matrix3d(1.604, 0, 0, 0, 0, 1.62, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.604, 0, 0, 0, 0, 1.62, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.606, 0, 0, 0, 0, 1.594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.606, 0, 0, 0, 0, 1.594, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% { -webkit-transform: matrix3d(1.598, 0, 0, 0, 0, 1.535, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.598, 0, 0, 0, 0, 1.535, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.575, 0, 0, 0, 0, 1.48, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.575, 0, 0, 0, 0, 1.48, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(1.567, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.567, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% { -webkit-transform: matrix3d(1.531, 0, 0, 0, 0, 1.448, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.531, 0, 0, 0, 0, 1.448, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1.524, 0, 0, 0, 0, 1.449, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.524, 0, 0, 0, 0, 1.449, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1.49, 0, 0, 0, 0, 1.481, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.49, 0, 0, 0, 0, 1.481, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% { -webkit-transform: matrix3d(1.486, 0, 0, 0, 0, 1.489, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.486, 0, 0, 0, 0, 1.489, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1.48, 0, 0, 0, 0, 1.511, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.48, 0, 0, 0, 0, 1.511, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% { -webkit-transform: matrix3d(1.483, 0, 0, 0, 0, 1.516, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.483, 0, 0, 0, 0, 1.516, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1.496, 0, 0, 0, 0, 1.503, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.496, 0, 0, 0, 0, 1.503, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% { -webkit-transform: matrix3d(1.503, 0, 0, 0, 0, 1.495, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.503, 0, 0, 0, 0, 1.495, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1.504, 0, 0, 0, 0, 1.496, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.504, 0, 0, 0, 0, 1.496, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% { -webkit-transform: matrix3d(1.501, 0, 0, 0, 0, 1.502, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.501, 0, 0, 0, 0, 1.502, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1.499, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.499, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% { -webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
html {font-size: 100%;overflow-y: scroll;-webkit-font-smoothing: antialiased;font-smoothing: antialiased;-moz-font-smoothing: antialiased;-o-font-smoothing: antialiased;}
body {font-family: 'Source Sans Pro', Adobe Blank, Arial; font-weight: 300 !important;}

/* all */
::-webkit-input-placeholder { color:#999999;font-size:.8rem;color:rgba(135, 151, 171, 0.56);font-style:italic }
::-moz-placeholder { color:#999999;font-size:.8rem;color:rgba(135, 151, 171, 0.56);font-style:italic } /* firefox 19+ */
:-ms-input-placeholder { color:#999999;font-size:.8rem;color:rgba(135, 151, 171, 0.56);font-style:italic } /* ie */
input:-moz-placeholder { color:#999999;font-size:.8rem;color:rgba(135, 151, 171, 0.56);font-style:italic }

.greyfont {color: #999999}

a:focus, input:focus {outline:0;text-decoration: none;}

.translate {
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
transform: translate(0px);
-webkit-transform: translate(0px);
-moz-transform: translate(0px);
-o-transform: translate(0px);
-ms-transform: translate(0px);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.m_hide{
    display: none;
}
/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */

.profile_tags div{
	display: inline;
}

.nav-header, .main {
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}
section.profile-sidebar {
    width: 23%;
    padding: 0px 20px;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wrapper {
    position: relative;
    width:100%;

}
.logo {
    position: relative;
    left: 20px;
    display: table;
}

.search-box {
    height: 37px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #ecebec;
    width: 100%;
    background: -webkit-linear-gradient(270deg, #f6f5f6, #f6f5f6);
    background: linear-gradient(180deg, #f6f5f6, #f6f5f6);
}
.search-form {
    position: relative;
}
.submit {
    content: "";
    position: absolute;
    background-image: url(../img/lupa.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    width: 15px;
    height: 15px;
    top: 11px;
    right: 10px;
    cursor: pointer;
    z-index:999;
}

.submit-experts {
    content: "";
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #417dc0;
    border: none;
    width: 20px;
    height: 20px;
    right: 12px;
    cursor: pointer;
    position: absolute;
    padding: 18px;
    border-radius: 100%;
    top: 7px;
    background-size: 20px 20px;
    background-position: center;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(5, 26, 53, 0.57);
    -moz-box-shadow: 0px 2px 4px 0px rgba(5, 26, 53, 0.57);
    box-shadow: 0px 2px 4px 0px rgba(5, 26, 53, 0.57);

}
.submit-experts:hover {
    -webkit-animation: animation 1000ms linear both;
    -moz-animation: animation 1000ms linear both;
    -ms-animation: animation 1000ms linear both;
    -o-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both;
}
.auth {
    text-decoration: none;
    font-size: .7rem;
}

.ellipses {
  max-width: 267px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
ul.sidebar-list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    text-align: center;
}
.profile-edit {
	/* color:#ffffff; */
	max-width: 1336px;
}
.p-large {
    padding-top: 50px;
    margin: auto;
    display: table;
}
.p-divider {height: 25px;position: relative;clear: right;display: block; width: 100%;}
.p-name {
    width: 200px;
    margin: auto;
    display: table;
}

.p-name h3{
    padding-top: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}
.p-title,.p-affiliation, .p-location {
    font-size: .8rem;
    text-shadow: 0px 1px rgba(104, 141, 175, 0.2);
    color: #fff;
}
.profile__elinks a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/sprite_external_links.png);
    background-size: cover;
    cursor: pointer;
    margin: 0 6px;
    top: 3px;
    position: relative;    
}
.profile__elinks {
    margin: 30px 0px 0px 0px;
    background: #fff;
    width: auto;
    display: table;
    padding: 5px 10px;
}
.icon__elinks-linkedin {
    background-position:  0px 0px;
}
.icon__elinks-rgate {
    background-position:  -38px 0px;
}
.icon__elinks-pweb {
    background-position:  -76px 0px;
}
.icon__elinks-iweb {
    background-position:  -114px 0px;
}
.icon__elinks-gschoolar {
    background-position:  -152px 0px;
}
.icon__elinks-orcid {
    background-position:  -190px 0px;
}


.p-position {font-size: .8rem;font-weight: 600!important;text-transform: capitalize;color: #fff;}

.pCode {
	font-size: .8rem;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	margin-top: 5px;
	width:100%;
	border-radius: 2px;
}

.pCode label{
	color: orange;
}

.collaborator-share__icon, .menu__icon {
    display: inline-block;
    vertical-align: baseline;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.collaborator-share__icon--link {
    width: 30px;
    height: 30px;
    background-image: url(../img/copy_url.svg);
    background-size: 100%;
    margin-right: 5px;
}
.collaborator-share__icon--link-blue {
    width: 30px;
    height: 30px;
    background-image: url(../img/copy_url.svg);
    background-size: 100%;
    margin-right: 5px;
}
.collaborator-share__icon--link-cv {
    width: 30px;
    height: 30px;
    background-image: url(../img/copy_cv.png);
    background-size: 100%;
    margin-right: 5px;
}
.collaborator-share__icon--help {
    width: 15px;
    height: 15px;
    background-image: url(../img/help-circle.png);
    background-size: 100%;
    margin-left: 2px;
}
.menu__icon--account {
    width: 19px;
    height: 19px;
    background-image: url(../img/ainfo.svg);
    background-size: 100%;
    margin-left: 2px;
    top:4px;
    position: relative;
}
.menu__icon--accountSide {
    width: 19px;
    height: 19px;
    background-image: url(../img/account.svg);
    background-size: 100%;
    margin-left: 2px;
    top:4px;
    position: relative;
}
.menu__icon--password {
    width: 19px;
    height: 19px;
    background-image: url(../img/password_grey.svg);
    background-size: 100%;
    margin-left: 2px;
    top:4px;
    position: relative;
    margin-right: 10px;
}
.menu__icon--projects {
    width: 19px;
    height: 19px;
    background-image: url(../img/icon-projects.svg);
    background-size: 100%;
    margin-left: 2px;
    top:4px;
    position: relative;
}
.menu__icon--record {
    width: 19px;
    height: 19px;
    background-image: url(../img/record.svg);
    background-size: 100%;
    margin-left: 2px;
    top:4px;
    position: relative;
}
.menu__icon--updates {
    width: 19px;
    height: 19px;
    background-image: url(../img/updates.svg);
    background-size: 100%;
    margin-left: 2px;
    top:4px;
    position: relative;
}
.menu__icon--flag {
    width: 30px;
    height: 20px;
    background-image: url(../img/flag.svg);
    background-size: 100%;
    margin:0px 10px;
    top: 6px;
    position: relative;
    background-position: top center;
}
.menu__icon--forms {
    width: 19px;
    height: 19px;
    background-image: url(../img/paper_eye.svg);
    background-size: 100%;
    margin-left: 2px;
    top:4px;
    position: relative;
}
.menu__icon--pinfo {
    width: 19px;
    height: 19px;
    background-image: url(../img/pinfo_grey.svg);
    background-size: 100%;
    margin-left: 2px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
    margin-right: 10px;
}

.menu__icon--skills {
    width: 19px;
    height: 19px;
    background-image: url(../img/skills_grey.svg);
    background-size: 100%;
    margin-left: 2px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
    margin-right: 10px;
}
.menu__icon--tag {
    width: 16px;
    height: 15px;
    background-image: url(../img/tag.svg);
    background-size: 100%;
    margin-left: 2px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
    margin-right: 4px;
}
.menu__icon--skills_blue {
    width: 19px;
    height: 19px;
    background-image: url(../img/skills.svg);
    background-size: 100%;
    margin-left: 2px;
    position: relative;
    background-position: 0px 0px;
    margin-right: 10px;
    vertical-align: bottom;
}
.menu__icon--ainfo {
    width: 19px;
    height: 19px;
    background-image: url(../img/ainfo_grey.svg);
    background-size: 100%;
    margin-left: 2px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
    margin-right: 10px;
}
.menu__icon--save {
    width: 17px;
    height: 17px;
    background-image: url(../img/autosave.svg);
    background-size: 100%;
    margin-right: 5px;
    vertical-align: text-top;
}
.menu__icon--doc {
    width: 22px;
    height: 22px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    background-position: -380px -209px;
}
.menu__icon--pdf {
    width: 22px;
    height: 22px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    background-position: -466px -125px;
}
.menu__icon--download {
    width: 17px;
    height: 17px;
    background-image: url(../img/download.svg);
    background-size: 100%;
    margin-left: 5px;
}
.menu__icon--file {
    width: 17px;
    height: 21px;
    background-image: url(../img/file.svg);
    background-size: 100%;
    margin-right: 6px;
    vertical-align: sub;
}
.expYears label {
    font-weight: bold;
    vertical-align: text-top;
    color: #3e8be8;
    margin-right: 5px;
/*    background: #3e8be8;*/
/*    border-radius: 2px;*/
/*    padding: 1px 9px;*/
}
.expYears {
    display: inline-block;
    top: -2.5px;
    position: relative;
    cursor: pointer;
}
.shareUrl {
    position: relative;
    line-height: 16px;
    font-size: .8rem;
    margin-top: 20px;
    display: inline-block;
    margin-right: 11px;
}
.shareUrlspan a {
    color: #fff;
    margin: 0px;
    padding: 0px;
    display: block;
}
.shareUrlspan a{
    display: block;
	margin-left: 35px;
    color: #fff;
}
a.collaborator-share__copy-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.side-navigation {

    margin: 0px -20px;
}
.side-navigation--nav {
    padding: 0px;
    list-style-type: none;
    display: block;
}
.side-navigation--nav > li > a {
    font-weight: 500;
    padding: 10px;
    color: #fff;
    display: block;
    border-top: 1px solid #98b8d514;
    text-decoration: none;
}
.side-navigation--nav > li > a.active {
    background: #25a4ff;
}

.side-navigation--nav li a span.translate {
    display: inline-block;
    font-weight: bold;
    padding-left: 10px;
}

ul.submenu {
    list-style: none;
    font-size: .9rem;
    background: #91b2d0;
    padding: 7px 0px 7px 20px;
    display: block;
}
.submenu li {
    border-left: 1px solid rgba(214, 220, 224, 0.58);
    padding-left: 15px;
}
.submenu li a {
    padding: 2px 0px;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 400;
}
.submenu li a.active {
    font-weight: 400;
    text-decoration: none;
    color: azure;
}
.submenu li a:hover {
    text-decoration: none;
}
.submenu li a.active:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 19px;
    margin-top: 5px;
    z-index: 3;
}
.submenu li a.active:after {
    content: "";
    width: 6px;
    height: 17px;
    background: #91b2d0;
    position: absolute;
    left: 19px;
    margin-top: 2px;
    z-index: 2;
}
.maxwidth {
    width: 100%;
}
ul.tab-navigation {
    padding: 0px;
    background-color: #6a7a9d1f;
    width: 100%;
}

.tab-navigation li {
    display: inline-flex;
    margin: 0px -2px;
}
.tab-navigation li a {
    padding: 10px 30px;
    color: #ffffff5c;
    text-decoration: none;
    font-size: .9rem;
    font-weight: normal;
}

.tab-navigation li a:hover {
    color: #fff;
}
.tab-navigation li a.pinfo:hover .menu__icon--pinfo {
    background: url(../img/pinfo.svg);
    background-size: 100%;
}
.tab-navigation li a.skills:hover .menu__icon--skills {
    background: url(../img/skills.svg);
    background-size: 100%;
}
.tab-navigation li a.ainfo:hover .menu__icon--ainfo {
    background: url(../img/ainfo.svg);
    background-size: 100%;
}
.tab-navigation li a.ainfo:hover .menu__icon--password {
    background: url(../img/password.svg);
    background-size: 100%;
}
.brain-content {
    position: relative;
    padding-left: 20px;
    top:20px;
}
.edit-form-background {
    position: relative;
    height: 270px;
    width: 100%;
    border-radius: 2px;
    background: #2aa5fc;
}

.btn-primary {
    cursor: pointer;
}
.box1 {color: #fff;}
.accountid .box1, .personalid .box1, .skillsid .box1  {
    padding: 0px 0px 0px 27px;
    color: #fff;
}

input.keywords {
    background-color: #cee7f6!important;
    border: 1px solid #729cbd!important;
    color: #5d6979;
    background-image: url(../img/delete.svg)!important;
    background-position: 97% center;
    background-size: 15px;
    background-repeat: no-repeat;
}

/* Auto save animation */
.save-animate{
-webkit-animation:rotate 1s ease 0s infinite normal;
-moz-animation:rotate 1s ease 0s infinite normal;
-ms-animation:rotate 1s ease 0s infinite normal;
animation:rotate 1s ease 0s infinite normal;
}

@-webkit-keyframes rotate {
100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate {
100%{ transform: rotate(360deg); }
}
.progress-wrapper {
    bottom: 0;
    position: absolute;
}
.autosave {
    font-style: italic;
    color: #fff;
    font-size: .7rem;
    display: block;
}
.box1 .edit-label {
    top: 30px;
    position: relative;
}
.edit-label {
    font-size: 1.6rem;
    font-weight: lighter;
    line-height: 1.3;
    clear: both;
    display: block;
    margin-bottom: 15px;
}

.profile-progress {
    font-size: .7rem;
    font-style: italic;
}
.progress-container {
    width: 100%;
    background: #e1e1e1;
    height: 6px;
    border-radius: 7px;
}
.profile-progress__bar {
    width: 35%;
    background: #0a69ae;
    height: 6px;
    border-radius: 6px;
}
.h-form {
    margin: 0px 23px 15px 23px;
}

.whitebox {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
    box-shadow: none;
    background: #384175;
}

.whitebox-title-romanian{
	background-color:#80A8CD; 
	border-radius:2px 2px 0 0; 
	margin-bottom: 0px;
	padding: 10px 25px;
	font-weight: 400;
	font-size: .8rem;
	letter-spacing: .4px;
	color: #FFFFFF;
}

.whitebox.border-romanian{
	border-radius:0 0 2px 2px;
	border:2px solid #80A8CD;
	box-shadow: 0px 1px 9px 0px rgba(107, 107, 107, 0.34);
}

.whitebox-title-affiliationMain{
	background-color:#31b0d5; 
	border-radius:2px 2px 0 0; 
	margin-bottom: 0px;
	padding: 10px 25px;
	font-weight: 400;
	font-size: .8rem;
	letter-spacing: .4px;
	color: #FFFFFF;
}

.whitebox.border-affiliationMain{
	border-radius:0 0 2px 2px;
	border:2px solid #31b0d5;
	box-shadow: 0px 1px 9px 0px rgba(107, 107, 107, 0.34);
}

.whitebox-title-affiliationOther{
	background-color:#f0ad4e; 
	border-radius:2px 2px 0 0; 
	margin-bottom: 0px;
	padding: 10px 25px;
	font-weight: 400;
	font-size: .8rem;
	letter-spacing: .4px;
	color: #FFFFFF;
}

.whitebox.border-affiliationOther{
	border-radius:0 0 2px 2px;
	border:2px solid #f0ad4e;
	box-shadow: 0px 1px 9px 0px rgba(107, 107, 107, 0.34);
}

/* ==========================================================================
   Form styling
   ========================================================================== */

.top-input {
    position: relative;
    clear: both;
}

.long-label {
    font-size: .9rem;
    font-weight: 400;
    color: #8797ab;
    letter-spacing: .4px;
}
.short-label {
    color: #8797ab;
    width: 223px;
    font-weight: 400;
    font-size: .8rem;
    letter-spacing: .4px;
}
.edit-form input[type="text"], .edit-form input[type="email"],
.edit-form input[type="number"], .edit-form input[type="password"]{
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    font-family: inherit;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    white-space: nowrap;
    font-weight: normal;

}
span.shareUrlspan {
    color: #fff;
}
input[type="password"] {
    font-family: caption;
}

.input_fix_width {
    width: 100%;
    height: 36px;
}
.no-drop {
    cursor: no-drop!important;
}
.field_row {
    margin-bottom: 12px;
}

.field_line {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.input_info {
    color: #bebebe;
    font-size: .7rem;
    font-weight: normal;
    line-height: 1.2;
    display: block;
    margin: 5px 0px 11px 0px;
    font-style: italic;
}

.form_info {
    font-size: .7rem;
    color: rgba(135, 151, 171, 0.71);
    font-style: italic;
    display: block;
    font-weight: 800;
    line-height: 1.3;
}

/* select option */
.nice-select.wide .list {
    z-index: 99999!important;
}
.select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e0e7ee;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    white-space: nowrap;

}

.next-btn {
    color: #fff;
    background-color: #2aa5fc;
    border-color: #2aa5fc;
    text-align: center;
    height: 41px;
    padding: 1px;
}
.next-btn:hover {
    color: #fff;
    background-color: #2393e2;
    border-color: #2aa5fc;
}

/* ==========================================================================
   Special margins
   ========================================================================== */

.margin_cui {
    margin-bottom: 37px;
}
.small_margin {
    margin-bottom: 22px;
}
.small2_margin {
    margin-bottom: 25px;
}

.m_margin {
    margin-bottom: 30px;
}
.m2_margin {
    margin-bottom: 38px;
}

.l_margin {
    margin-bottom: 44px;
}

.margin_next {
    margin-top: 52px;
}



/* ==========================================================================
   Alert form style
   ========================================================================== */
input.error {
    border: 1px solid #dc1e25!important;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 14px rgba(185, 74, 72, 0.28), 0 -1px 13px #FFF, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 14px rgba(185, 74, 72, 0.28);
	-webkit-box-shadow:inset 0 1px 14px rgba(185, 74, 72, 0.28);
}
.form-error {
    position: absolute;
    background-color: rgb(185, 74, 72);
    max-width: 325px;
    border-radius: 2px;
    color: #ffffff;
    padding: 0px 10px;
    z-index: 9;
    font-size: 12px;
    font-weight: normal;
}

.form-error:after {
    content: '';
    display: block;
    background-image: url(../img/alert.svg);
    background-size: 100%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: -30px;
    left: -25px;
}
.form-error:before{
    content: '';
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    border-width: 5px;
    border-style: solid;
    top: -10px;
    left: 10px;
    border-color: transparent transparent #b94a48 transparent;
}

input.error + .document_upload {
    border: 1px solid #dc1e25!important;
    border-top: none;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 1px 14px rgba(185, 74, 72, 0.28), 0 -1px 13px #FFF, 0 1px 0 #FFF;
    -moz-box-shadow:inset 0 1px 14px rgba(185, 74, 72, 0.28);
	-webkit-box-shadow:inset 0 1px 14px rgba(185, 74, 72, 0.28);
}


#profile-error {
    display: inline-block;
}

#profile-error .form-error, #cv-error .form-error {
    position: absolute;
    background-color: rgb(185, 74, 72);
    max-width: 325px;
    border-radius: 2px;
    color: #ffffff;
    padding: 0px 10px;
    z-index: 9;
    font-size: 12px;
    font-weight: normal;
}

#profile-error .form-error:after, #cv-error .form-error:after {
    content: '';
    display: block;
    background-image: url(../img/alert.svg);
    background-size: 100%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0px;
    left: -28px;
}

#profile-error .form-error:before, #cv-error .form-error:before {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    border-width: 5px;
    border-style: solid;
    top: 4px;
    left: -10px;
    border-color: transparent #b94a48 transparent transparent;
}

/* ==========================================================================
   Radio button styling
   ========================================================================== */

.checkbox_wrap {
    display: inline-block;
    right: 0;
    bottom: 0;
    position: relative;
	-ms-touch-action: manipulation;	/* IE10  */
	touch-action: manipulation;		/* IE11+ */
}
label.choice {
    font-size: .7rem;
    vertical-align: baseline;
    line-height: 2;
    font-weight: 300;
    /*color: #6b798a;*/
    color: #ddd;
    cursor: pointer;
    z-index: 9999;
    display: block;
    padding: 1em 2em 0em 2em;
    margin: -2em -2em 0em -2em;
}
.menu__icon--delete {
    width: 15px;
    height: 15px;
    background: url("../img/delete.svg") ;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 2px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
}

.menu__icon--delete-red {
    width: 15px;
    height: 15px;
    background: url("../img/delete-red.svg") ;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 2px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
}

.menu__icon--checkmark {
    width: 15px;
    height: 15px;
    background-image: url(../img/checkmark_grey.svg);
    background-size: 100%;
    margin-left: 2px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
    border: 1px solid #aaa;
    border-radius: 50%;
}

.menu__icon--checkmark--experience {
    width: 15px;
    height: 15px;
    background-image: url(../img/experience.png);
    background-size: 100%;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
    left: -13px;
}

.menu__icon--checkmark--experience2 {
    width: 15px;
    height: 15px;
    background-image: url(../img/experience2.png);
    background-size: 100%;
    top: 7px;
    position: relative;
    background-position: 0px 0px;
    left: -13px;
}

.menu__icon--link {
    width: 11px;
    height: 13px;
    background-image: url(../img/link.svg);
    background-size: 100%;
    margin-left: 7px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
}

.checkbox_wrap label > input[type="checkbox"]{ /* HIDE Checkbox */
	position: absolute;
	z-index: -1;
	opacity: 0;
}

label > input + i{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
}
label > input:checked + i {
    width: 15px;
    height: 15px;
    background-image: url(../img/checkmark.svg);
    background-size: 100%;
    margin-left: 2px;
    top: 4px;
    position: relative;
    background-position: 0px 0px;
    z-index: 999;
    display: inline-block;
}

label > span.Text + i {
	/* ascunde checkboxurile in read only*/
	display:none !important;
}

/* ==========================================================================
   Upload button styling
   ========================================================================== */

.inputfile, .cvfile, .inputfile_hide {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    display: inline-block;
}

.inputfile + label, .cvfile + label {
    cursor: pointer;
}
.document_upload {
    pointer-events: none;
}
.inputfile:focus + label {
	outline: 1px dotted #c2d3ff;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}

/* ==========================================================================
   Profile file upload styling
   ========================================================================== */

label.profile_zone {
    background: url(../img/profile.svg) no-repeat;
    background-size: 100%;
    height: 115px;
    width: 115px;
    position: relative;
    display: table-cell;
    float: left;
    margin-right: 17px;
}
.label_edit {
    position: absolute;
    bottom: 5px;
    right: 7px;
    font-size: 11px;
    font-weight: lighter;
    background: rgba(65, 103, 133, 0.79);
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
    z-index: 3;
}
.profile_zone:hover .label_edit, .cv_zone:hover .label_edit {
    background: rgba(65, 103, 133, 1);
}
.image-holder {
    position: absolute;
    top: 0;
}
.image-holder img {
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 3px;
}

/* ==========================================================================
   CV file upload styling
   ========================================================================== */

.cv_zone {
    background-color: #2b2f5b!important;
    background: #2b2f5b!important;
    border-radius: 5px;
    border: solid 1px #292f5a!important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    font-family: inherit;
    height: 42px;
    line-height: 2.3;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    white-space: nowrap;
    font-weight: normal;
    color: #fff!important;
    width: 100%;
    display: block;
}
.custom-upload-cv {
    display: block;
    position: relative
}
.custom-upload-cv input[type="file"] {
    position: absolute;
    top: 10px;
    left: 7px;
    color: #fff;
}
.thumb-image-cv {
    background: url(../img/cv_filled.svg) no-repeat;
    background-size: 100%;
    height: 115px;
    width: 115px;
    position: relative;
    display: table-cell;
    float: left;
    margin-right: 17px;
}
label.custom-upload-cv a {
    color: #fff;
    font-size: .8rem;
    top: 5px;
    display: block;
}

/* ==========================================================================
   Load spinner button styling
   ========================================================================== */

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner i.save-animate.menu__icon.menu__icon--save {
    vertical-align: middle;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn.active .spinner {
    min-width: 20px;
}

/* ==========================================================================
   Spinner input number button styling
   ========================================================================== */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}

/* ==========================================================================
   Upload document input styling
   ========================================================================== */

.applicable {
    color: #FC8D74;
    cursor: pointer;
    vertical-align: text-bottom;
    line-height: 1.7;
    padding-left: 5px;
}    

.document_upload .label_edit {
    cursor: pointer;
    pointer-events: all;
    bottom: 10px;
    right: 12px;
}
.document_upload {
    height: 42px;
    width: 100%;
    background-color: #2b2f5b!important;
    border: solid 1px #292f5a!important;
    border-radius: 4px;
    position: relative;
}

.document_upload:hover {
    background-color: rgba(104, 134, 158, 0.05)!important;
}

.doc_name {
    color: #8797ab;
    font-size: .8rem;
    font-style: italic;
    font-weight: normal;
    vertical-align: super;
}

.doc_download {
    float: right;
}

.doc_view {
    border-bottom: 1px solid rgba(194, 202, 212, 0.49);
}

/* ==========================================================================
   Notification styling
   ========================================================================== */
.dropdown--title {
    background-color: #fff;
    color: #24b47e;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 16px;
    line-height: 16px;
    word-wrap: break-word;
    border-bottom: 1px solid #e6ebf1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
/* .dropdown--title__links a{
    background-color: #fff;
    color: #525e7f;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 10px;
    line-height: 12px;
    word-wrap: break-word;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #e7ebf1;
    display: block;
} */
.dropdown--title__links a{
    background-color: #fff;
    color: #525e7f;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 10px;
    line-height: 12px;
    word-wrap: break-word;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #e7ebf1;
    display: block;
}

.dropdown--title__links .update-subject{
	font-size: .9rem;
}

.noty_message {
    background: #ec4046;
    height: 200px;
}

.noty_text {
    color: #fff;
}
.menu__icon--notification {
    display: block;
    width: 30px;
    height: 30px;
    top: -3px;
    left: -5px;    
    position: relative;    
}
.menu__icon--info {
    background-image: url(../img/info.svg);
    display: inline-block;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: 20px auto;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    top: 0px;    
}
.notifications__header {
    position: relative;
    float: left;
    height: 31px;
    width: 31px;
    display: block;
    margin-right: 20px;
}

.auth-right {
    float: right;
}
.auth__righ--corner {
    height: 31px;
    width: 31px;
    display: block;
    position: relative;
}
.container-fluid {
    padding: 0px;
}
.notificationAnim {
    top: 9px;
    position: relative;
}
.HasNotification:after {
    content: " ";
    position: absolute;
    top: 7px;
    left: 28px;
    height: 8px;
    width: 8px;
    background-color: #f34c41;
    border-radius: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    pointer-events: none;
    border: 1px solid #282946;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.defaultNotification a {
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #525e7f;
    text-align: left;
    display: block;
}
.notifications__header--dropdown .oaerror {
    width: 100%;
    background-color: transparent;
    padding: 9px 2px 9px 35px;
    border: none;
}
.notifications__header--dropdown .danger:before {
    left: 8px;
}

main .notificationAnim svg {
    width: 46px;
    height: 46px;
}
main .notificationAnim svg > path {
  fill: #aab8c4;
}
main .active .notification--bell {
  animation: bell 2.2s linear infinite;
  transform-origin: 50% 0%;
}
main .active .notification--bellClapper {
  animation: bellClapper 2.2s 0.1s linear infinite;
}

@keyframes bell {
  0%, 25%, 75%, 100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(-8deg);
  }
}
@keyframes bellClapper {
  0%, 25%, 75%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-0.15em);
  }
  45% {
    transform: translateX(0.15em);
  }
  55% {
    transform: translateX(-0.1em);
  }
  60% {
    transform: translateX(0.1em);
  }
}
 /* ==========================================================================
   View Profile CSS
   ========================================================================== */

.profile_view{
    margin-top: 90px;
    max-width: 1336px;
    margin-left:auto;
    margin-right: auto;;
}
.main-nav {
  /*max-width: 1336px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top:50px;
/*
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
*/
  padding: 15px 0px;
}

.profile_view .profile-edit {
    color: #313131;
    font-weight: 400;
}
.profile_view .shareUrl,.profile_view a.collaborator-share__copy-link{
    color:#fff;
}
.profile_view .brain-content{
    top:0px;
}
.profile_tags ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.sidebarTitle {
    font-weight: 600;
    color: #334061;
    margin-bottom: 10px;
    display: block;
    padding-left: 3px;
}
.profile_tags ul li {
    display: inline-block;
}

.profile_tags ul li a {
    padding: 4px 7px 4px 5px;
    border-radius: 25px;
    background: #f2f3f8;
    color: #607894;
    font-weight: normal;
    font-size: .7rem;
}
.ellipsis {
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 227px;
    display: block;
    overflow: hidden;
}

.profile_tags ul li a:hover {
    text-decoration: none;
    background: #dedede;
    color: #9a98a7;

}
.quick_info {
    background: #68a5ea;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    font-weight: normal;
}
.pad_div {
    padding:12px 15px 12px 15px!important;
    background: #fff;
    border-radius: 3px;
}
.belowHero {
    margin-top: 33px;
}
.quick_info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.quick_info ul li a {
    color: #fff;
    text-decoration: underline;
}

.quick_info ul li label {
    color: #dde2f7;

}

.quick_info ul li {
    padding-bottom: 11px;
}
.quick_info ul li:last-child {
    padding-bottom: 0px;
}

.text_download .inputFile a {
    background: url(../img/download_cv.svg);
    border: 1px dashed #b3d2f5;
    border-radius: 4px;
    color: #3d464d;
    display: block;
    max-width: 262px;
    height: 49px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    font-size: .8rem;
    line-height: 3.5;
    padding-left: 10%;
}

.text_download .inputFile a:hover {
    text-decoration: none;
    background-color: #84b8f4;
    color: #fff;
}

.profile_nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.profile_nav ul li {
    display: inline-block;
}
.profile_nav ul li a{
    color: #313131;
    font-weight: normal;
    padding: 6px 15px;
    border-radius: 1px;
}
.profile_nav ul li a.active{
    background: #1e90ff;
    color: #ffffff;
}

.profile_nav ul li a:hover{
    background: #1e90ff;
    color: #ffffff;
    text-decoration: none;
}
.table_content_view .table th, .table_content_view .table td {
    border-top: transparent;
}
.hero_header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 650px;
    transition: all .5s ease-in-out;
    background: url(../img/waves.svg);
    background-color: #171d30;
}
.download_pdf:focus, .download_pdf:visited, .download_pdf:active {
    background: #1e90ff;
    color: #ffffff;

}
/*----------------- //
Search Results STYLE
//-----------------*/

.main-search {
	max-width:840px;
    margin: 0 auto;
    position: relative;
}
.mask-avatar {
    display: inline-block;
    width: 50px;
    max-height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.mask-avatar img {
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px;
    height: 50px;
}
.pozaSearchToolbar{
    display: none;
}

.pozaProfilPublic{
	border-radius:50%;
}

.text_download .inputFile {
	text-align: center;
	margin: 0px;
	margin-left:  5px;
	font-size: .8rem;
	line-height: 15px;
	float: none;
  vertical-align: super;
}

.table-striped .inputFile{
	text-align: left;
	margin: 0px;
	font-size: 0.9rem;
	line-height: 15px;
	float: none;
}

.table-striped label{
	color: #8799e2;
}

.table-striped.table-expertise label{
	color: #292b2c;
	line-height: 16px;
	font-size: 0.9rem;
}

.profile-sidebar-bar ul {
    list-style-type: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.profile-sidebar-bar li {
    color: #ffffff;
}
.shareUrlspan_mobile {
    display: inline-block;
}
.profile-lowInfo {
    text-align: center;
    margin-top: 20px;
}
.profile-edit-img {
    display:block;
    width: 150px;
    max-height: 150px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;

}
.fixed_sidebar {
    background: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    height: 100%;
}
.pozaProfilPublic {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 150px;
  height: 150px;
  left: -7px;
  position: relative;
}
.profile-sidebar-bar {
    background: #80a8cc;
}
.sidebar-p {
    font-size: .9rem;
    font-weight: 400;
    color: #fefefe;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
}

#subside-navigation {
    width: 100%;
}
#subside-navigation--nav {
    padding: 0px;
    list-style-type: none;
    display: block;
}
#subside-navigation--nav > li > a {
    padding: 10px;
    color: #fff;
    display: block;
    border-top: 1px solid #98b8d5;
    text-decoration: none;
}
#subside-navigation--nav > li > a.active {
    background: #25a4ff;
}

#subside-navigation--nav li a span.translate {
    display: inline-block;
}
#subside-navigation--nav > li > a:hover {
    /* TRANSITION */
   -webkit-transition: all 1s ease-in;
   -moz-transition: all 1s ease-in;
   -o-transition: all 1s ease-in;
   -ms-transition: all 1s ease-in;
   transition: all 1s ease-in;

   -webkit-transition: all 1s ease-out;
   -moz-transition: all 1s ease-out;
   -o-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
   transition: all 1s ease-out;
   background: #25a4ff;
}
#subside-navigation--nav li a:hover span.translate{
    -webkit-transition-delay: 2s;
    -moz-transition-delay: all 1s ease-out;
    -o-transition-delay: all 1s ease-out;
    transition-delay: .2s;
    transform: translate(10px);
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -o-transform: translate(10px);
    -ms-transform: translate(10px);

}
#subside-navigation--nav li a:hover i.translate {
transform: translate(10px);
-webkit-transform: translate(10px);
-moz-transform: translate(10px);
-o-transform: translate(10px);
-ms-transform: translate(10px);
}

/* PROFILE NEW UI */
.profile-dash {
    color:#fff;
}
.profile-dash h3 {
    font-weight: bold;
    margin: 0;
}
.profile-dash h4 {
    font-weight: bold;
    font-size: 18px;
}
.profile-dash h5 {
    font-size: 16px;
    line-height: 1;
}
.snap-content {
    background: #f5f6f7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.snap-content-nonAbsolute {
  /* position: absolute; */
  /* top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  /* z-index: 2; */
  /* overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); */
}

.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

.menu-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    text-indent: -999px;
    top: 22px;
    left: 23px;
}

.border-icon {
    height: 30px;
    border-top: 6px solid #1d7db8;
    border-bottom: 6px solid #1d7db8;
}

.border-icon:before {
    content:"";
    position:absolute;
    top:6px;
    left:0;
    width:100%;
    border-top:6px solid #1d7db8;
}


/* ==========================================================================
   Frontpage - Idee- package Atom *** sa vada daca se afla in comment block
   ========================================================================== */
#front-page {
  background-image: url("../img/front_page.gif");
  background-size: cover;
  background-position: center;

}
#front-page:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(12, 11, 21, 0.28);
}


#front-page a.auth, #front-page2 a.auth{
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgb(0, 0, 0, .5);
}
#front-page2 {
  background-image: url("../img/front_page.png");
  background-size: cover;
  background-position: center;
}

.wrapper-box {
    height: 200px;
    width: 528px;
    margin: auto;
    position: relative;
    top:20vh;
    text-align: center;
    background: rgba(73,144,237,1);
    background: -moz-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,144,237,1)), color-stop(100%, rgba(40,98,175,1)));
    background: -webkit-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -o-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: linear-gradient(to bottom, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4990ed', endColorstr='#2862af', GradientType=0 );
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -moz-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
}

.wrapper-box-header{
	height: 170px;
    margin: 20px auto;
    position: relative;
    top:0vh;
    text-align: center;
    background: rgba(73,144,237,1);
    background: -moz-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,144,237,1)), color-stop(100%, rgba(40,98,175,1)));
    background: -webkit-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -o-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: linear-gradient(to bottom, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4990ed', endColorstr='#2862af', GradientType=0 );
    border-radius: 7px;
    border: 1px solid #70b2e2;
    -webkit-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -moz-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
}

.site_tag {
    color: #fff;
    top: -15px;
    font-weight: normal;
    position: relative;
    font-size: 15px;
}
.site_newtag {
    color: #fff;
    font-family: Arial;
    top: -10px;    
    font-weight: 500;
    font-size: 18px;
    position: relative;
    letter-spacing: -.4px;
}
input.search-people {
    width: 100%;
    height: 50px;
    border: transparent;
    border-radius: 0px 0px 2px 2px;
    padding: 2px 52px 2px 10px;
}
.search-form-people {
    position: relative;
}
.search-form-map {
    margin-top: 20px;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -moz-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -ms-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -o-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: .9rem;
    font-weight: normal;
    cursor: pointer;
}

.search-form-map a {
    display: block;
    color: #2862af;
    padding: 6px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.search-form-map a:hover {
    text-decoration: none;
    color: #fff;
}
.search-form-map:hover {
    background: #2862af;
}

.mapCloseButton{
	float: right;
	color: darkred;
	font-size: 18px;
	font-weight: bold;
}

.resultsList{
	background: #eeeeee;
	max-width: 840px;
}



.accountsTxt, .accountsTxt a{
	color: #ffc600;
  font-size: 22px;
  font-weight: 800;
}
.accountsTxt a:hover{
	text-decoration:underline;	
}

.upperTxt{
	text-transform: uppercase;
}

.capitalizeTxt{
	text-transform: capitalize;
}



.or {
    margin-top: 13px;
    display: block;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(18, 36, 72, 0.49);
    font-weight: bold;
}

.authContainer {
  height: 42px;
  display: block;
}

.login-container a {color: #ffffff;}

.homeAuth {
	/*padding: 10px;*/
}

.homeAuth .auth_notlogged{
	font-size: 1em;
	
}

.homeAuth .auth_notlogged.logIn {
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
}

.homeAuth .signUp{
    position: relative;
    display: inline-block;
    width: 130px;
    border-radius: 3px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    background: #39477b;
    font-weight: 400;
}
.homeAuth .signUp:hover {
    background: #417dc0;
    color: #fff;
    text-decoration: none;
}
.homeAuth a.auth{
	font-weight: normal!important;
}

.homeAuth a.auth:hover{
	color: #555!important;
}

.publicProfile .footerLinks a, .footerLinksRelative a {
    color: #313131;
}
.publicProfile .footerLinks {
    bottom: 0px;
    position: relative;
    margin-top: 30px;
}

.profile-edit .footerLinks a {
    color: #fff;
}
.profile-edit .footerLinks {
    bottom: 0px;
    position: relative;
    margin-top: 30px;
}

.footerLinks{
    position: relative;
    text-align: center;
    width: 100%;
    clear: both;
    margin-top: 100px;
    bottom: 0;
}
#front-page .footerLinks {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.auth_notlogged.logIn {
  margin-right: 5px;

}
.auth_notlogged {
  font-size: .7rem;
  position: relative;
}

.footer_links li {
    display: inline-block;
    border-right: 0px solid rgba(255, 255, 255, 0.58);
    padding: 0px 10px;
    height: 14px;
    line-height: 1.1;
}
.footer_links li a{
    font-size: 12px;
}
.footer_links li:last-child {
    border-right: transparent;
    padding-right: 0px;
}
.footer_links, .footer_links li:first-child {
    padding-left: 0px;
    text-align: center;
}
.footerLinksRelative{
	position: relative;
	bottom:10px;
	text-align: center;
	width: 100%;
	color: orange;
	margin-top: 20px;
}

.footerLinksRelative.blueColor{
	margin-top: 40px;
}

.footerLinksRelative.blueColor a{
	color: #0275d8;
}

.footerLinks a, .footerLinksRelative a{
	color: #ffffff;
	font-size: 1rem;
	font-weight: normal;
}

.white-box, .login {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: left;
    margin: 20px 0;
}

.login h3 {
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
    color: rgb(42, 116, 192);
}
.login label {
    margin-top: 15px;
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #707070;
}
.login input[type="text"],
.login input[type="password"],
.login input[type="submit"] {
    width: 100%;
}

/* Evidențiere spații la login user */
.js-username-input {
	text-decoration: underline!important;
	text-decoration-style: wavy!important;
	text-decoration-color: #69f!important;
}


.remember {
    display: inline!important;
    font-weight: normal!important;
}

.login .button, .white-box .button {
    padding: 5px;
    width: 170px !important;
    height: 32px;
    max-width: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(42, 116, 192);
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(42, 116, 192) 0%, rgb(45, 124, 206) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(42, 116, 192) 0%, rgb(45, 124, 206) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(42, 116, 192) 0%, rgb(45, 124, 206) 100%);
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}



.login .button:hover, .white-box .button:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(29, 94, 162) 0%, rgb(32, 109, 188) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(29, 94, 162) 0%, rgb(32, 109, 188) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(29, 94, 162) 0%, rgb(32, 109, 188) 100%);
}

.login a {
    color: #1a7bdf;
    font-weight: 400;
}

.input-blue {
    padding: 2px 2px 2px 5px;
    width: 250px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    background-color: #efefef;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #222222;
    margin-top: 5px;
}

.big-whitebox {
    background: #fff;
    border-radius: 2px;
    padding: 25px;
    box-shadow: 0px 1px 1px 1px #eaecee;
    margin-bottom: 10px;
}


.blueLogin .logIn:hover{
	color: #7c8fe2;
    text-decoration: none;
}

/* .squaredFour */

.squaredFour {
    position: relative;
    padding-bottom: 15px;
    margin-top: 25px;
    text-align: center;
}
.squaredFour span {
    padding-left: 25px;
}
.squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    border: 1px solid #BBBBBB;
    margin: 0;
    /*
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    */
}
.squaredFour label:after {
    color: #63A9DB;
    content: '';
    width: 13px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 3px;
    border: 3px solid #63A9DB;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredFour label:hover::after {
    opacity: 0.5;
}
.squaredFour input[type=checkbox] {
    visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}
/* end .squaredFour */

.uefiscdi-logo-alb {
    width: 130px;
    height: 50px;
    /* background: rgba(73,144,237,1); */
    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;
}

.uefiscdi-logo-albastru {
    width: 130px;
    height: 50px;
    /* background: rgba(73,144,237,1); */
    background-image: url(../img/uefiscdi-logo-albastru.svg);
    background-repeat: no-repeat;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding:5px;
    opacity: 1;
}

.CMStitle {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}

.CMSbigger p {
    font-size: 15px;
}

.pad0 {padding: 0px!important}

.clear {
    clear: both;
}
.textRight {
    text-align: right !important;
}
.textLeft {
    text-align: left !important;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.ptop10 {
    padding-top: 10px;
}
.ptop20 {
    padding-top: 20px;
}
.ptop40 {
    padding-top: 40px;
}
.ptop60 {
    padding-top: 60px;
}
.pleft5 {
    padding-left: 5px;
}
.pleft10 {
    padding-left: 10px;
}
.pleft20 {
    padding-left: 20px;
}
.pleft30 {
    padding-left: 30px;
}
.pright10 {
    padding-right: 10px;
}
.pright20 {
    padding-right: 20px;
}
.pright30 {
    padding-right: 30px;
}
.pbottom5 {
    padding-bottom: 5px;
}
.pbottom10 {
    padding-bottom: 10px;
}
.pbottom20 {
    padding-bottom: 20px;
}
.pbottom30 {
    padding-bottom: 30px;
}
.mleft5 {
    margin-left: 5px;
}
.mleft10 {
    margin-left: 10px;
}
.mleft20 {
    margin-left: 20px;
}
.mleft30 {
    margin-left: 30px;
}
.mleft40 {
    margin-left: 40px;
}
.mleft60 {
    margin-left: 60px;
}
.mright10 {
    margin-right: 10px;
}
.mright20 {
    margin-right: 20px;
}
.mright30 {
    margin-right: 30px;
}
.mright40 {
    margin-right: 40px;
}
.mright50 {
    margin-right: 50px;
}
.mright60 {
    margin-right: 60px;
}
.mtop5 {
    margin-top: 5px;
}
.mtop10 {
    margin-top: 10px;
}
.mtop15 {
    margin-top: 15px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop25 {
    margin-top: 25px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop40 {
    margin-top: 40px;
}

.mtop60 {
    margin-top: 60px;
}

.mtop90 {
    margin-top: 90px;
}

.mbottom60 {
    margin-bottom: 60px!important;
}

.mbottom5 {
    margin-bottom: 5px;
}
.mbottom10 {
    margin-bottom: 10px;
}
.mbottom15 {
    margin-bottom: 15px;
}
.mbottom20 {
    margin-bottom: 20px;
}
.mbottom30 {
    margin-bottom: 30px;
}
.mbottom40 {
    margin-bottom: 40px;
}
.mbottom60 {
    margin-bottom: 60px;
}
.mbottom65 {
    margin-bottom: 65px;
}
.v-spacer10 {
    height: 10px;
    width: 100%;
}
.v-spacer20 {
    height: 20px;
    width: 100%;
}
.inline {
    display: inline;
}
.no-pointer {
    pointer-events: none;
}
.login-panel__subheader {
    display: block;
    margin-bottom: 17px;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 1.09px;
}
.login-panel__header {
    margin-bottom: 33px;
    opacity: .89;
    font-weight: 600;
    font-size: 20px;
    color: #92bbef;
    letter-spacing: 1.42px;
}
.login-panel__caption {
    opacity: 1;
    font-style: italic;
    font-size: 14px;
    color: #85abdf;
    line-height: 20px;
}

.login-panel__content {
    display: table;
    bottom: 0;
    margin-top: 3px;
    padding: 23px;
    border: 1px solid #85abdd1c;
    border-radius: 4px;
}
.auth_page {
    height: 100%;
    position: relative;
    display: block;
}
.auth_page .panel-main {
    margin-top: 150px;
}
.onclick-link {
  color: #0275d8;
  cursor: pointer;
}

.panel-feature_login {
     background-image: url("../img/front_page.png");
}
/*
.panel-feature:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/waves.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 140%;
    opacity: 0.3;
}
*/
.sign-up__quote {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
}
.sign-up__quote__excerpt {
    position: relative;
    margin-bottom: 40px;
    font-size: 1.1rem;
    font-style: italic;
    color: #FFF;
    line-height: 26px;
    opacity: .8;
}
.sign-up__quote__name {
    opacity: .8;
    font-weight: 600;
    font-size: .8rem;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.push {
    position: relative;
    height: 100px;
}
.forgot_pass {
    color: #8C96A9;
    font-size: .6rem;
    text-align: center;
    margin-top: 23px;
}
.password-text p{
    color: #8d96ab;
    font-size: 14px;
    font-weight: 300;
}
.password-text strong {
    color: #8d96ab;
    font-size: 16px;
}
.form-group input,
.form-group input:hover {
    width: 100%;
}
.form-group::-webkit-input-placeholder {
    font-size: 10.5pt;
    color: #555;
}
.form-group::-moz-placeholder {
    font-size: 10.5pt;
    color: #555;
}
.form-group:-ms-input-placeholder {
    font-size: 10.5pt;
    color: #555;
}
.form-group input:-moz-placeholder {
    font-size: 10.5pt;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 2px 2px 2px 5px;
    font-size: 1rem;
    font-weight: 400;
    color: #555;
    vertical-align: middle;
    background-color: #efefef;
    background-image: none;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #222222;
    margin-top: 5px;
}
.removeBlock label {
    display: inline;
}

.main-panel__subheading{
    display: block;
    margin-top: 10px;
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.3;
}
.loginTitle h3, .login h3{
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
.loginTitle {
    width: 100%;
}
.form-label label {
    display: block;
    font-size: 0.7rem;
    color: #8C96A9;
    margin-bottom: 8px;
    font-weight: 300;
}
.form-label input[type="button"] {
    line-height: 0;
    text-align: center;
}
.form-label .ErrorField {
    border: 1px solid red;
}

.form-label.signup label{
	font-size: 0.8rem;
	font-weight: 400;
}

.main-panel__switch {
    position: relative;
    right: 0;
    top: 0;
    font-size: .7rem;
    font-weight: 400;
    color: #f8f8f8;
    letter-spacing: 0;
    line-height: 36px;
}
.main-panel__switch__text {
    padding-right: 10px;   
}
.main-panel__switch__button:before { 
    display: block;
    border: 6px solid transparent;
    border-right-color: #39477b;
    border-left: none;
    position: absolute;
    right: 100%;
    margin-top: -6px;
    top: 50%;  
    content: "";
}

.main-panel__switch__button {
    position: relative;
    display: inline-block;
    width: 130px;
    border-radius: 3px;
    text-align: center;
    height: 30px;
    line-height: 28px;
    font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    background: #39477b;
}
.main-panel__switch__button:hover::before {
    border-right-color: #417dc0;
}
.main-panel__switch__button:hover {
    background: #417dc0;
    color: #fff;
    text-decoration: none;
}
.form-label input {
    display: block;
    background: #fff;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    height: 40px;
    padding: 8px 15px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #8C96A9;
    outline: 0;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    resize: none;
}

.form-label input[type="submit"]:hover{
    background: #9bc7fe;
    
}
.form-label input[type="submit"]{
    display: block;
    border: 1px solid #242c58;
    height: 50px;
    padding: 15px;
    margin-bottom: 23px;
    font-size: 14px;
    outline: 0;
    border-radius: 4px;
    background: #5794e0;
    color: #fff;
    font-weight: bold;
    line-height: 5px;
    cursor: pointer;
    margin: 0 auto;
}
.form__legal {
    color: #8C96A9;
    font-size: .7rem;
    text-align: center;
    margin-top: 23px;
    font-weight: 400;
}

/* ==========================================================================
Admin modules
========================================================================== */

.manageRights{
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	width: 99%;
}

.manageRights label{
	margin-bottom:0px;
}

.manageRights tr:hover td{
	background: #eeeeee;
	border: 1px solid #ffffff;
}

.manageRights td{
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #eeeeee;
	color: #666;
}

.manageRights .tdTitleItemLeft{
	background: #095073!important;
	font-weight: bold;
	color: #ffffff!important;
	text-align: left;
	height: 50px;
}

.manageRights .tdTitleItemCenter{
	background: #095073!important;
	font-weight: bold;
	color: #ffffff!important;
	text-align: center;
	height: 50px;
}

.manageRights .searchManageRights{
	background: #eeeeee;
}

.manageRights .searchManageRights td{
	border: 0px!important;
	background: #eeeeee!important;
	height: 50px;
}

.tableOrizFull .tablePages{
	background: #fff!important;
}

.manageRights .tablePages td{
	padding-left: 0px;
	font-size: 13px;
	font-weight: 400;
	color: #656565;
	padding: 15px!important;
	vertical-align: middle;
	border: 0px!important;
	background: #eeeeee!important;
}

.manageRights .tablePages td a {
	-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 7px;
	padding-right: 9px;
	color: #2e6399;
	background-color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	border:1px solid #bcc6d2;
	box-shadow: inset 0px -2px 0px #bcc6d2;
 	-moz-box-shadow: inset 0px -2px 0px #bcc6d2;
 	-webkit-box-shadow: inset 0px -2px 0px #bcc6d2;
}

.manageRights .tablePages td a:hover {
		-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 7px;
	padding-right: 9px;
	color: #ffffff;
	background-color: #2e6399;
	font-weight: 600;
	cursor: pointer;
	border:1px solid #2e6399;
	box-shadow: inset 0px -2px 0px #194b7e;
 	-moz-box-shadow: inset 0px -2px 0px #194b7e;
 	-webkit-box-shadow: inset 0px -2px 0px #194b7e;
}

.manageRights .tablePages td a:active {
		-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 7px;
	padding-right: 9px;
	color: #ffffff;
	background-color: #2e6399;
	font-weight: 600;
	cursor: pointer;
	border:1px solid #194b7e;
	box-shadow: inset 0px -1px 0px #194b7e;
 	-moz-box-shadow: inset 0px -1px 0px #194b7e;
 	-webkit-box-shadow: inset 0px -1px 0px #194b7e;
 	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.tablePageNumberSelected {
	-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:4px;
	padding-left: 7px;
	padding-right: 9px;
	color: #ffffff;
	background-color: #2e6399;
	font-weight: 600;
	text-decoration: none;
	border:1px solid #2e6399;
}

.manageRights input[type="button"],.manageRights input[type="submit"]{
	min-width: 120px;
	font-size: 11px;
	line-height: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
	background-color: #ffffff;
	color:#286eb6;
	font-weight: bold;
	height: 30px!important;
	text-transform: uppercase;
	border: solid 1px #d1d9e2;
	cursor: pointer;
	margin: 4px 0px 4px 0px;
	padding: 0px 15px 0px 15px!important;
	box-shadow: inset 0px -2px 0px #d1d9e2;
 	-moz-box-shadow: inset 0px -2px 0px #d1d9e2;
 	-webkit-box-shadow: inset 0px -2px 0px #d1d9e2;

}

.manageRights input[type="button"]:hover,.manageRights input[type="submit"]:hover {
	font-size: 11px;
	line-height: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
	background-color: #286eb6;
	color:#ffffff;
	font-weight: bold;
	height: 30px!important;
	text-transform: uppercase;
	border: solid 1px #145598;
	cursor: pointer;
	margin: 4px 0px 4px 0px;
	padding: 3px 15px 3px 15px!important;
	box-shadow: inset 0px -2px 0px #145598;
 	-moz-box-shadow: inset 0px -2px 0px #145598;
 	-webkit-box-shadow: inset 0px -2px 0px #145598;
}

.manageRights input[type="button"]:active,.manageRights input[type="submit"]:active {
	font-size: 11px;
	line-height: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
 	-moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
	background-color: #286eb6;
	color:#ffffff;
	font-weight: bold;
	height: 30px!important;
	text-transform: uppercase;
	border: solid 1px #145598;
	cursor: pointer;
	margin: 4px 0px 4px 0px;
	padding: 3px 15px 3px 15px!important;
	box-shadow: inset 0px -2px 0px #145598;
 	-moz-box-shadow: inset 0px -2px 0px #145598;
 	-webkit-box-shadow: inset 0px -2px 0px #145598;
 	 -webkit-transform: translateY(1px);
	transform: translateY(1px);
}


.btnNav {
	-o-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-ms-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-moz-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	color:#ffffff;
	font-size: 12px;
	font-weight: 400;
	width:190px;
	height:30px;
  	-webkit-border-radius: 3px 3px 3px 3px;
 	 -moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	 box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 background-color: #2e6399;
 	 display: block;
 	 border: 0;
 	 float:left;
 	 margin-right:5px;
 	 white-space: normal;
 	 cursor: pointer;
 	 margin-bottom:20px;
}

.btnNavHome {
	-o-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-ms-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-moz-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	color:#ffffff;
	font-size: 12px;
	font-weight: 400;
	width:190px;
	height:30px;
  	-webkit-border-radius: 3px 3px 3px 3px;
 	 -moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	 box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 background-color: #2e6399;
 	 display: block;
 	 border: 0;
 	 float:left;
 	 margin-right:5px;
 	 margin-left:20px;
 	 margin-bottom:20px;
 	 white-space: normal;
 	 cursor: pointer;
}

.btnNavHome:hover {
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-o-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-ms-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-moz-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	color:#ffffff;
	font-size: 12px;
	font-weight: 400;
	width:190px;
	height:30px;
  	-webkit-border-radius: 3px 3px 3px 3px;
 	 -moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	 box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 background-color: #1768ba;
 	 display: block;
 	 border: 0;
 	 float:left;
 	 margin-right:5px;
 	 margin-left:20px;
 	 white-space: normal;
 	 cursor: pointer;
}


.btnNav:hover {
	clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-o-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-ms-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-moz-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	color:#ffffff;
	font-size: 12px;
	font-weight: 400;
	width:190px;
	height:30px;
  	-webkit-border-radius: 3px 3px 3px 3px;
 	 -moz-border-radius: 3px 3px 3px 3px;
  	border-radius: 3px 3px 3px 3px;
 	 box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
 	 background-color: #1768ba;
 	 display: block;
 	 border: 0;
 	 float:left;
 	 margin-right:5px;
 	 white-space: normal;
 	 cursor: pointer;
}

/* ================================
ERRORS
================================ */


.error-notice {
    margin: 5px;
    /* Make sure to keep some distance from all sides */
}
.oaerror {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 5px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    position: relative;
}
.danger {
    border-left-color: #f66;
    background-color: #f8f8f8;
}
.danger:before {
    content: "!";
    background-color: #f66;
    position: absolute;
    top: 8px;
    left: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}

.danger strong {
    color: #d9534f;
}
.warning {
    border-left-color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.1);
}
.warning strong {
    color: #f0ad4e;
}
.info {
    border-left-color: #5bc0de;
    background-color: rgba(91, 192, 222, 0.1);
}
.info strong {
    color: #5bc0de;
}
.success {
    border-left-color: #50db53;
    background-color: #f8f8f8;
}
.success strong {
    color: #2b542c;
}
.ErrorField {
    background-color: rgba(217, 83, 79, 0.1)!important;
}
.form-label .ErrorField {
    border: 1px solid red;
}

.ValidationErrors {
    display: block;
    color: #F00;
    font-size: 13px;
    margin-top: 5px;
    top: -14px;
    position: relative;
    text-transform: lowercase;
    font-weight: 400;
}
.ValidationErrors::first-letter {
    text-transform: capitalize;
}
.errorBorder{
	border: 1px solid #D74E4A;
}

.white-bg {
    background-color: white!important;
}

.gradientTopBar{
	background: rgba(73,144,237,1);
    background: -moz-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,144,237,1)), color-stop(100%, rgba(40,98,175,1)));
    background: -webkit-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -o-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    background: linear-gradient(to bottom, rgba(73,144,237,1) 0%, rgba(40,98,175,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4990ed', endColorstr='#2862af', GradientType=0 );
}

.rv-content-title {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	padding: 10px;
}



/* ==========================================================================
   Table style
   ========================================================================== */
.table thead th {
    border: none;
    vertical-align: middle;    
}
.table th, .table td {
    vertical-align: middle;  
}
.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}
.table_content_view  tr {
    border-bottom:1px solid #e6e8eb;
    color: #3d464d;
}
table.table.table-striped thead {
    color: #8797ab;
}
.table_content_view .table th, .table_content_view .table td {
    font-size: .84rem;
    font-weight: 500;
}
.table_content_view {
    background: #fff;
    border-radius: 3px;
    margin-top: 10px;
    padding-bottom: 35px;
    font-weight: normal;
}
.table_content_view table tr a {
    border: 1px solid #68a5ea;
    padding: 5px 8px;
    color: #216abe;
    font-size: .8rem;
}
.table_content_view table tr a:hover {
    text-decoration: none;
    background: #1e90ff;
    color: #fff;
}
.sidebarBottom .profile_tags, .sidebarBottom .shareUrl {
    padding: 7px 0px;
}
.sidebarBottom .shareUrl {
    margin-bottom: 12px;
}
table.table.table-striped thead th {
    font-weight: bold;
}


/* ==========================================================================
   Media Query overwrite
   ========================================================================== */
@media (max-width: 1200px) {
        .nav-header, .main {
            width: 100%;
        }
        .shareUrl {
            text-align: center;
            width: auto;
            display: table;
            cursor: pointer;
        }

        .p-large img {
            width: 100%;
        }

        .edit-form .box1 {
            padding: 0px px 0px 9px;
            color: #fff;
        }
        
        .profile_tags ul {
            text-align: center;
        }
        .collaborator-share__icon--link-blue {
            margin: 0px;
        }
        .profile_tags ul li a:hover {
            background: transparent;
        }
        .profile_view .profile-edit, .p-name {
            display: table;
            width: 100%;

        }
        .profile_view .icon_cv {
            width: 50px;
            height: 50px;

        }
        .pad_div {
            padding: 0px!important;
            background: #fff;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }
        .profile_nav ul {
            margin: 0px;
            padding: 10px;
        }
        .profile_view .brain-content {
            display: table;
            max-width: 74%;

        }
        .text_download{
            font-size: .7rem;
        }
        .text_cv {
            font-size: 1rem;
        }


}

@media only screen and (max-width: 1024px) {
    .POCA.is-hidden-mobile{
    	display: none;
    }  
    
    .side-navigation--nav > li > a {
        padding: 0px;
    }
    .quick_info ul li a {
        font-size: 0rem;
    }
            .side-navigation--nav {
            width: 100%;
            text-align: center;
        }
        ul.submenu {
            padding: 1px;
        }
        .submenu li {
            border-left: transparent;
            padding: 0px 5px 0px 9px;
            text-align: left;
            padding-bottom: 10px;
            border-bottom: 1px solid #b8cad8;
            font-weight: normal!important;
        }
        .submenu li a.active:before, .submenu li a.active:after {
            border-color: transparent;
            background: transparent;
        }
        .side-navigation--nav li a span.translate {
            display: block;
        }
        

}

.lp-container {
  /*position: absolute;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  /*background-image: url(../img/landingpage-bg.jpg)!important;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 0!important;
  padding: 0!important;
}



@media only screen and (max-width: 767px) {
    
      
    .profile-dash {text-align: center;}
    .profile__elinks, .profile__resID { 
        margin: 5px auto!important;
    }
    .shareUrl {
        margin: 0 auto;
        top: 20px;
        position: relative;
    }
    .profile_tags div {
        display: inline-block;
        float: none;
        clear:none;
}
    .sidebarTitle {
        display: none;
    }
    
    
}      
@media only screen and (max-width: 690px) {
    .sidebar-list, .sidebarBottom, .profile_view {
        float: none;
        width: 100%;
        margin-top:0px;
    }
    .profile_nav ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .wrapper-box-header{
    	width: 100%;
    }

    .authSeparator{
    	float: right;
    }

    .profile_front {
    text-align: center;
    float: none!important;
    }
    .submit {
        right: 8px;
    }
    .download_cv {
        margin-top: 10px;
    }
    #table_content_view {
        border-radius: 0px;
    }
      table {
        border: 0;
      }
      table caption {
        font-size: 1.3em;
      }
      table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      table tr {
        border-bottom: 3px solid #ddd;
        display: block;
      }
      table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        height: 44px;
      }

      .table-striped .inputFile{
      	text-align: right;
      }

      table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
      }
      table td:last-child {
        border-bottom: 0;
      }
    .profile_tags ul li .menu__icon--skills {
        top:10px;
    }

    .table-expertise tr{
    	border-bottom: 0;
    }

    .table-expertise td{
    	height: auto;

    	text-align: left;
    	font-size: .9em;
    	width: 100%;
    }

    .domLevel3, .domLevel2{
    	width: auto!important;
    }

    .table-striped.table-expertise label{
    	font-size: 0.9rem;
    	line-height: 15px;
    }


}



@media only screen and (max-width: 480px) {
    .main-panel__switch__text {
        display: none;
    }
    .autosave {
        display: none;
    }
    .main-nav {
        margin-top: 0px;
    }
    .tab-navigation li {
        display: inline-table;
        margin: 0px -2px;
        width: 33.333%;
        text-align: center;
    }
   .tab-navigation li a {
        color: transparent;
        text-decoration: none;
        background: #ffffff;
        font-size: 0;
        font-weight: normal;
        height: 41px;
        width: 41px;
        display: inline-block;
        padding: 0px;
   }
    .menu__icon--pinfo, .menu__icon--skills, .menu__icon--ainfo {
        width: 25px;
        height: 25px;
        vertical-align: top;
    }

    .table_content_view table tr a{
    	padding: 5px;
    	font-size: 0.7rem;
    }

    table td{
    	height: 55px;
    }
    .staticPage table td{
    	height: 0px;
    }


    .download_cv{

    	padding: 5px!important;
    }

    .text_download .inputFile{
    	margin-left: 0;
    	text-align: left;
    	font-size: 0.8rem;
    }

    .table-expertise tr{
    	border-bottom: 0;
    }

    .table-expertise td{
    	height: auto;
    	display: table-cell!important;
    	text-align: left;
    	font-size: .8em;
    }

    .domLevel3, .domLevel2, .domLevel1{
    	width: auto!important;
    }

    .table-striped.table-expertise label{
    	font-size: 0.8rem;
    	line-height: 15px;
    }


}

@media only screen and (max-width: 320px) {

    table td{
    	height: 55px;
    }

    .authSeparator{
    	display: none;
    }

    .table-expertise tr{
    	border-bottom: 0;
    }

    .table-expertise td{
    	height: auto;
    	display: table-cell!important;
    	text-align: left;
    	font-size: .7em;
    }

    .domLevel3, .domLevel2, .domLevel1{
    	width: auto!important;
    }

    .table-striped.table-expertise label{
    	font-size: 0.8rem;
    	line-height: 15px;
    }

}

/* ==========================================================================
   Media Query height
   ========================================================================== */

@media only screen and (max-height: 425px) {
    #front-page .footerLinks {
        visibility: hidden;
    }
}

body {
 background: #282637;
 background-image: -webkit-radial-gradient(top, circle cover, #25326F 0%, #282637 80%);
 background-image: -moz-radial-gradient(top, circle cover, #25326F 0%, #282637 80%);
 background-image: -o-radial-gradient(top, circle cover, #25326F 0%, #282637 80%);
 background-image: radial-gradient(top, circle cover, #25326F 0%, #282637 80%);
    background-repeat: no-repeat;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
 background-attachment: fixed;    
}

body:before {
    background: url("../img/waves.svg");
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background-size: cover;
    opacity: 0.48;
    background-position: top center;
}

/* ==========================================================================
   Admin
   ========================================================================== */

.divManager {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px!important;
    position: relative!important;
    color: #242745!important;
    padding: 15px!important;
    font-weight: 600!important;
    cursor: pointer!important;
    text-align: left!important;
    text-shadow: none!important;
    box-shadow: none!important;
}
.moduleAdvertise a.linkManager {
    border: 0px solid rgb(128, 128, 128)!important;
    text-decoration: none!important;
    background: #fff!important;
    width: 150px!important;
    height: 60px!important;
    clear: both!important;
    text-shadow: none!important;
    box-shadow: none!important;    
}
.moduleAdvertise .linkManager {
    border-radius: 5px!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    text-shadow: none!important;
    box-shadow: none!important;    
}

/* ==========================================================================
   De verificat
   ========================================================================== */

.pageStatus {
    position: relative;
    top: 0;
    width: 100%;
    margin: -9px 0px 15px 0px;
}
section.profile-sidebar {
    padding: 0px;
    position: relative;
    display: block;
}


/* Auth corner */

.auth:after {
    background-image: url(img/user.svg);
    background-repeat: no-repeat;
    z-index: 99999;
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    top: 0px;
}
a.auth.greyfont {

    height: 31px;
    width: 31px;
}

.auth-dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #f6f5f6;
    top: 5px;
    left: 0px;
    margin: 9px 0 0;
    z-index: 99999999;
}

a.auth-dropdown {
    width: 50px;
    height: 30px;
    right: -25px;
    display: block;
    top: 0;
    position: absolute;
}
.dropdown .item-color {
  display: block;
  background-color: #f1f1f1;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.dropdown .first.item-color {
  margin-left: 15px;
}
.dropdown .last.item-color {
  margin-right: 15px;
}
.dropdown .item-color:hover .icon-tear {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.dropdown .icon-arrow-up {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}
.dropdown .icon-arrow-up:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFF;
  top: 10px;
  left: 0;
  box-shadow: -1px -1px 6px -2px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #fbfbfb;
  border-left: 1px solid #fbfbfb;
}
.dropdown .icon-arrow-up:hover, .dropdown .icon-arrow-up:hover:after {
  box-shadow: none;
}

.dropdown-link .icon-menu {
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  posiiton: relative;
  cursor: pointer;
  height: 30px;
  display: block;
}
.dropdown-link .icon-menu:before {
  -moz-box-shadow: 0 14px 0 0 #717171, 0 7px 0 0 #717171;
  -webkit-box-shadow: 0 14px 0 0 #717171, 0 7px 0 0 #717171;
  box-shadow: 0 14px 0 0 #717171, 0 7px 0 0 #717171;
  content: "";
  position: absolute;
  left: 15px;
  width: 30px;
  height: 4px;
  background: #717171;
}

.icon-tear {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 100px 0 100px 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px 0 100px 100px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -moz-transform: translateX(9px) translateY(11px) rotate(-45deg);
  -ms-transform: translateX(9px) translateY(11px) rotate(-45deg);
  -webkit-transform: translateX(9px) translateY(11px) rotate(-45deg);
  transform: translateX(9px) translateY(11px) rotate(-45deg);
  display: block;
  background: rgba(255, 255, 255, 0.9);
  width: 10px;
  height: 10px;
}

.dropdown {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
  -webkit-box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
  box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
  top: 50px;
  position: absolute;
  width: 300px;
  background-color: #f6f9fc;
  border: 1px solid #fbfbfb;
  display: none;
  z-index: 99999;  
  right: -11px;
}
.mobile-search .auth-right {
    top:12px;
}


.dropdown .item-color {
  -moz-transform: translateX(15px) translateY(15px);
  -ms-transform: translateX(15px) translateY(15px);
  -webkit-transform: translateX(15px) translateY(15px);
  transform: translateX(15px) translateY(15px);
  float: left;
}
.dropdown .active .dropdown-label {
  border-bottom: 1px solid #242a4d;
}
.dropdown .icon-arrow-up {
  position: absolute;
  top: -15px;
  right: 18px;
}

.dropdown-link .icon-menu:hover {
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.dropdown-label {
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  display: block;
  padding: 25px 15px 25px 60px;
  text-decoration: none;
  text-transform: uppercase;
  color: #595c5f;
  font-weight: bold;
  border-bottom: 1px solid #fbfbfb;
}

.dropdown-blocks .item-block {
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
  -moz-box-shadow: 1px 0 0 #e4e4e4;
  -webkit-box-shadow: 1px 0 0 #e4e4e4;
  box-shadow: 1px 0 0 #e4e4e4;
  float: left;
  display: block;
  padding: 70px 25px 20px;
  width: 70px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #dadcdd;
  line-height: 1.6;
  font-weight: bold;
}
.dropdown-blocks .item-block:hover {
  color: #595c5f;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
  transition: color 1s;
}
.dropdown-blocks .list-item {
  border: 0px;
}
.dropdown-blocks .list-item.active .item-block {
  color: #595c5f;
}
.auth-right {
    position: relative;
    display: block;
}

ul.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
li.list-item a {
    color: #242641;
    font-weight: 400;
    padding: 8px;
    line-height: 1;
    position: relative;
    display: list-item;
}
li.list-item a:hover {
    background: #edf1ff;
    border-radius: 6px;
}
.dropdown {
  -webkit-animation: animation 1000ms linear both;
  animation: animation 1000ms linear both;
}

li.list-item {
    border-bottom: 1px solid #aab8c469;
}

li.list-item:last-child {
    border-bottom:none;
}

/* Generated with Bounce.js. Edit at https://goo.gl/dv40te */

@-webkit-keyframes animation { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes animation { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.07, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.024, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}



@media only screen and (max-width: 992px) {
    .brain-content{
    	/* padding: 5px; */
    }
    .profile-sidebar .footer-container {
        display: none!important;
    }
    .sidebarBottom {
        margin-top: 0px!important;
    }
    .side-navigation--nav li a span.translate {
        display: inline-block;
        color: #1caffd;
    }
    .quick_info ul li {
        font-size: 11px;
    }
    .auth_logo{
        background-image: url("../img/logo.svg");
    }
    section.profile-sidebar {
        width: 100%;
        margin: 0 auto;
    }
    .profile_view .brain-content {
        width: 100%;
        max-width: 100%;
        /* padding: 5px; */
        /* padding-top: 0; */
        display: inline-block;
    }
    .profile_view {
        margin-top: 20px;
    }
    .sidebar-list {
        float: left;
    }
    .sidebarBottom {
        padding: 10px;
    }
    ul.sidebar-list {
        width:auto;
    }
    .profile_tags div {
    	display: inline;
    	float: left;
    	/* clear: both; */
	}
	.profile_tags ul li {margin-bottom:10px;margin-right:3px;}
    .profile_tags ul li a { font-size: .8rem;}
    .text_download {
        font-size: .7rem;
        margin: 0 auto;
        text-align: center;
        display: table;
        overflow: hidden;
    }
    .sidebarBottom .sidebar-p {
        text-align: center;
    }
    .text_download .inputFile a {
        text-indent: 40px;
        padding-right: 15px;
    }
    .table_content_view {
	margin-top:0px;
    }
    .pad_div {
        border-radius: 0px;
    }
    .main-nav {
	    margin-top:0px;
    }  
    .flex-item-search:nth-child(1) {
        -webkit-flex: 0 0 17%;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        }

    .flex-item-search:nth-child(2) {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        }

    .flex-item-search:nth-child(3) {
        -webkit-flex: 0 0 23%;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
    }
    .project-info label{
    	line-height: 1.4;
    }    
    .search-result .container-search-nume{
    	margin-top: 10px;
    }    
    
    /* .shareUrl{
    	top:0;
    	margin-top:10px;
    	clear: both;
    } */
    
    /* .belowHero{
    	margin-top:0;
    } */
    
    .download_pdf .inputFile{
    	margin-top: 10px;
    }
}

/* ==========================================================================
   Rectificari
   ========================================================================== */
 
.panel-main {
    width: 80%;
    margin: 0 auto;
}
.header--menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}
.mobile-search {
    flex-grow: 1;
    padding: 0px 50px;
}
.login-container {
    line-height: 46px;
    text-align: right;
}
#nav-header {
    padding-top: 20px;
}
.nav-header {
    padding-top: 20px;
}
.profile_menu__logged {
    position: relative;
}

.header--frontpage .login-container {
    margin:0px;
}
.header--frontpage .authContainer {
    padding: 0px;
}
.profile_menu {
    top: -4px;
    position: relative;
}
@media (max-width: 425px) {
    .header--frontpage .mobile-logo {
        width: 100%;
        order: 0;
    }
    .header--frontpage .lp-logo {
        float: none;
        margin: auto;
    }
    .header--frontpage .authContainer {
        width: 100%;
    }
    .header--frontpage .login-container {
        line-height: 0px;
        text-align: center;
    }

}





/* ==========================================================================
   Media Query
   ========================================================================== */
@media only screen and (max-width: 1024px) {

    .lp-people {
        width: 100%;
        height: 120px;
        background-position: center;
    }

}
@media only screen and (max-width: 991px) {
	

    body {
        background-size: auto 100%;
    }

    .uefiscdi-logo-alb{
        margin-top: 100px;
    }

    .authContainer {
        padding: 5px 5px 5px 5px;
        height: 60px;
        display: block;
    }
    .auth_page .panel-feature {
        order: 2;
    }
    .auth_page .panel-main {
        width: 100%;
    }
    .mobile-search {
        padding: 0px;
    }
    .greyfont {
        color: #1f4f8e;
        font-weight: 600;
    }

    .lp-logo {
        width: 105px;
        margin-left: 15px;
    }
    .mobile-logo a {
        text-align: center;
        margin: 18px auto 0px;
        float: none;
    }
    .mobile-search .profile_menu {
        display: inline-block;
        position: absolute;
    }
    .lp-top-spacer {
        margin-top: 30%;
    }

    .login-container {
        margin-top: 12px;
        margin-right: 15px;
    }

    .lp-announcer {
        line-height: 20px;
        font-size: 18px
    }

    .accountsTxt {
        margin-top: 15px;
    }

    .lp-people {
        width: 100%;
        height: 85px;
        background-position: center;
    }

    .lp-search-width {
        width: 100%;
    }

    .lp-search {
        width: 100%;
    }

    .lp-blabla {
        font-size: 18px;
        line-height: 20px;
    }

    .lp-explore-container {
        width: 100%;
        text-align: center;
    }

    .lp-explore-container > .fl-left,
    .fl-right {
        float: none;
    }
	
	.btn-lp-brokermap{
		width: 100%;
		margin-bottom: 20px;
        background-position: center;
	}
	
    .btn-lp-explore,
    .btn-lp-wordcloud,
    .btn-lp-research,
    .btn-lp-org{
        padding: 0px;
        width: 100%;
        float: left;
        margin-bottom: 20px;
        text-align: center;
    }
    .btn-lp-explore:before,
    .btn-lp-wordcloud:before,
    .btn-lp-research:before.
    .btn-lp-org:before{
        background-image: url();
        display: none;
    }
	
	.new_msg{
		display: none;
	}
	
	span.new{
		display: none;
	}
	
	.btn-lp-events{
		padding-left: 20px;
	}
	
	.btn-lp-events::before{
		left: -15px;
	}
	
	.btn-lp-events .obs-lp{
		display: none;
	}
	
    .login-container {
        /*margin-top: 25px;*/
        margin-right: 0px;
    }
    .brain-content {
        width: 100%;
        padding-left: 0px;

    }

    .edit-label,
    .autosave,
    .progress-wrapper {
        display: inline-block;
        margin-right: 15px;

    }
    .box1 .edit-label {
        top: 0px;
    }
    .progress-wrapper {
        float: right;
        position: relative;
    }
    .edit-label br {
        display: none;
    }
    ul.tab-navigation {
        margin-bottom: 0px;
    }
    .m_hide {
        display: block;
    }
    .tablet_hide {
        display: none;
    }
    .main-nav {
        top: 0px;
    }
    .brain-content {
        left: 0px;
    }
    .whitebox.row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .form-error {
        position: relative;
    }
    .profile_view .brain-content {
        max-width: 100%;
    }
    .profile_view {
        margin-top: 50px;
    }
    .profile_nav ul {
        text-align: center;
    }
    .profile_nav ul li a {
        padding: 6px;
    }
    .profile-sidebar-bar .profile-edit,
    .profile-edit,
    .shareUrlspan {
        display: block;
    }
    .profile_tags ul li a {
        font-size: .7rem;
        padding: 4px 7px 4px 5px;
    }

    .table-expertise tr {
        border-bottom: 0;
    }

    .table-expertise td {
        height: auto;

        text-align: left;
        font-size: .9em;
        width: 100%;
    }

    .domLevel3,
    .domLevel2 {
        width: auto!important;
    }

    .table-striped.table-expertise label {
        font-size: 0.9rem;
        line-height: 15px;
    }
    .header--menu {
        flex-direction: column;
        flex-flow: row wrap;
    }
    .mobile-search {
        width: 100%;
        order: 3;
    }
    .mobile-logo {
        order: 1;
    }
    .profile_menu {
        order: 2;
    }
    .mobile-logo a {
        text-align: center;
        margin: 18px 0px 0px;
        float: none;
    }
    .profile_view {
       background-color: #31364c;
    }
    .hero_header {
        background: #31364c;
    }
    .hero_header:before {
        background: transparent!important;
    }
    .profile-sidebar-bar .profile-edit, .profile-edit, .shareUrlspan {
        display: inline-block;
    }
    .shareUrlspan a {
        margin-left: 2px;
    }
    .shareUrl {
        margin: 0px 20%;
        margin-bottom: 15px;
        max-width: 80%;
        top: 20px;
        position: relative;
    }    
    
}

@media only screen and (max-width: 540px) {
    .lp-people {
        width: 100%;
        height: 45px;
    }
}
    
    
.athon-console{
	color: white;
	z-index: 9999;
}

.athonPageTitle{
	font-size:20px;
	font-weight:bold;
	border-bottom:0px solid gray;
	padding-bottom:0px;
	display:inline-block;
}

.athonAdmin{
	background-color:white;
	padding:5px;
	border: 1px solid #434971;
	border-radius:10px;
	background-color:#2b325f;
	color: white;
}

.athonMenuSelectedBox{
	margin-top: 20px;
}

.athonMenuSelectedBox{
	background-color:white;
	display:inline-block;
	border-bottom:4px solid #252233;
	padding:3px;
	
	border: 1px solid #434971;
	border-radius:5px;
	background-color:#2b325f;
	color:white;
	margin-bottom:10px;
	
}

.athonMenuUnselectedBox{
	background-color:white;
	display:inline-block;
	border-bottom:4px solid gray;
	padding:3px;
	border: 1px solid #434971;
	border-radius:5px;
	background-color:#2b325f;
	margin-bottom:10px;
}

.athonMenuSelectedBox a{
	color: white;
	cursor: default!important;
}

.athonMenuUnselectedBox a{
	color: #666;
}

.athonMenuUnselectedBox a:hover{
	color: #3e8be8;
}

.athonTable{
	width:100%;	
	font-size: 13px;
	margin: 20px 0;
}

.athonTable .tableHeader{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #3d8be8;
	border: 1px solid #666;
}

.athonTable td{
	padding:3px;	
	border: 1px solid #666;

}
.athonAdmin input[type=button]{
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
	background-color: #0074a9;	
	color:#ffffff;
	font-size: 12px;
	font-weight: 400;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.35);
	width:190px;
	height:30px;
	display: inline-block;
 	border: 0;
 	margin-bottom: 5px;
}

.athonAdmin input[type=button]:hover{
 	 background-color: #0088c6;
}
.athonAdmin input[type=text]{
	color:black;
	width:100%;
}
.athonAdmin textarea{
	color:black;
	width:100%;
}

.athonAdmin select{
	color:black;
	width:100%;
}

.athonAdmin table{
	border-bottom:1px dashed #434971;
}
.athonAdmin table td{
	padding:3px;
	border-left:1px dashed #434971;	
	border-top:1px dashed #434971;
}

.athonAdmin table td:nth-last-child(1){
	border-right:1px dashed #434971;
}


.mail-statistics{
	padding-top: 30px;
	padding-bottom: 30px;
}

.mail-statistics .reportTableMain{
	width: 100%;
	font-size: 12px;
}

.mail-statistics .reportTableHeader{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #444!important;
	border: 1px solid #666!important;
	height: 30px;
}

.mail-statistics .reportTableMain td{
	padding: 3px;
	border: 1px solid #444;
	background-color: #666;
}

.reportTableBody{
	text-align: center;
}




.pageStatus .wrapper .col-md-12 {
    margin: 0px;
    padding: 0px;
}
.error-notice {
     margin: 0px; 
}

/* 10 aprilie */

.tabNavigation.selected {
    color: white;
    border-bottom: 2px solid #fff;
    line-height: 1.3;
}
.tabNavigation:hover{
    color: white;
    border-bottom: 2px solid #fff;
    line-height: 1.3;
}
.page-section--title {
    background: #2e3866;
    width: 100%;
    border: 1px solid #47587e5e;
    border-radius: 5px;
    padding: 15px 10px 10px 50px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 15px;
    height: 90px;
}
.page-section--title h2 {
    font-weight: bold;
    font-size: 1.3rem;
}
.page-section--title p {
    font-size: 14px;
    width: 80%;
    display: inline-block;
}
.export {
    line-height: 1;
    background: #FF9800;
    padding: 0px 10px;
    border: none;
    top: 29px;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    right: 17px;
    color: #fff;
}
.project-anchor {
    padding: 2px;
    top: -2px;
    position: relative;
    font-size: 12px;
}
.edit-project {
    background: #29305866;
    color: #ffffff;
    padding: 2px 14px;
    border-radius: 20px;
}
.edit-project:hover,
.edit-project:focus,
.edit-project:active {
    background: #29305896;
    color: #ffffff;
}
i.page-icon {
    width: 60px;
    height: 60px;
    background-color: #2f3866;
    display: block;
    position: absolute;
    left: -10px;
    border-radius: 100%;
    border: 1px solid #37436e;
    top: 13px;
}

.prof-record {
    background-image: url(img/prof_record.png);
    background-size: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.scsInfo {
    background: #FFEB3B;
    border: transparent;
    color: #2b2f5b;
    padding: 5px;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.scsErr {
    background: #ff8080;
    border: transparent;
    color: #2b2f5b;
    padding: 5px;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

/* 16 aprilie */

.menu__icon--notice {
    width: 24px;
    height: 24px;
    background-image: url(../img/warning.svg);
    background-size: 100%;
    margin-left: 2px;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}
.edit-form-placeholder {
    position: relative;
    background: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.notice-text {
    color: #6b7490;
    vertical-align: middle;
    font-weight: 400;
}
.personalid.personal-information {
    width: 100%;
}

/* 25 mai */
.edit-form input[type="text"], .edit-form input[type="email"], .edit-form input[type="number"], .edit-form input[type="password"], .edit-form .select, .keyword-tag {
    -webkit-tap-highlight-color: transparent!important;
    background-color: #2b2f5b!important;
    border-radius: 5px;
    border: solid 1px #292f5a!important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    font-family: inherit;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    white-space: nowrap;
    font-weight: normal;
    color: #fff!important;
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
/*
.edit-form input[type="text"]:focus, .edit-form input[type="email"]:focus, .edit-form input[type="number"]:focus, .edit-form input[type="password"]:focus, .edit-form .select:focus {
    -webkit-tap-highlight-color: transparent!important;
    background-color: #3e4375!important;
    border: solid 1px #575f9c!important;
    transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;    

}
*/
.tabNavigation.selected {
    color: white;
    border-bottom: 2px solid #fff;
    line-height: 1.3;
}
.downloadfile .inputFile {
    display: inline-block;
    line-height: 2;
}

.downloadfile .inputFile a {
    color: rgba(135, 151, 171, 0.71);

}
.downloadfile .menu__icon--download {
    margin-right: 10px;
    vertical-align: text-top;
}
.field-separator-top {
    margin-top: 25px;
}
.field-separator {
    display: flex;
    margin-top: 25px;
    background: #3e4882;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.title-separator {
    color: #fff;
    flex-grow: 1;
    margin-left: 20px;
}
.add-affiliation {
    background-image: url(./img/icon-affiliation.png);
    width: 36px;
    height: 36px;
    display: block;
    background-size: contain;
}
.title-separator h2 {
    padding: 10px 0px;
    font-size: 15px;
    margin: 0px;
}
.step-radius.whitebox {
    border-radius: 0px 0px 5px 5px;
}
span.read-institution {
    font-weight: bold;
    color: #fff;
    margin: 5px 0px;
    display: block;
}
.other-affiliation {
    height: 75px;
    width: 100%;
    border: none;
    background-color: #2b2f5b;
    resize: none;
    color: #fff;
    padding: 10px;
}
.mbottom50 {
    margin-bottom: 50px;
}
.pull-right {
    float: right;
}
.skillsid .whitebox {
    overflow: visible;
}
.edit-form-skills {
    width: 100%;
}

span.new {
    background: #1fbcfd;
    color: #ffffff;
    padding: 2px 5px;
    margin-left: -50px;
    font-weight: 400;
    border-radius: 5px;
    font-size: 11px;
    margin-right: 18px;
}


.athonForm{
	
	padding:5px;
	border: 1px solid #434971;
	border-radius:10px;
	background-color:#2b325f;
	color: white;
}

.athon-auth-ui{
	width:420px;
}

.athon-auth-reset{
}
.athon-auth-reset-token{
}

.ft-main{
	background: white;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 400;
}

.ft-main .btnNavHome{
	display: none;
}

.page-description{ 
	color: white;
}
.page-description a{
	color: orange;
	font-weight: 400;
}

.page-description a:hover{
	color: yellow;
}

@media screen and (max-width: 991px){
    .btn-lp-org:before,
    .btn-lp-research:before,
    .btn-lp-explore:before,
    .btn-lp-wordcloud:before{
        background-image: none;
    }
}