.auth_page .panel-main{
	margin-top: 75px;
}

.bsearch{
	max-width: 840px;
	margin: 0 auto;
    margin-top: 0px;
	position: relative;
	font-size: 15px;
}

.bsearch input[type="button"]{
	display: block;
	text-align: center;	
	color: #0275d8;
	background-color: #ff8040;
	border: 1px solid #ff8040;
	border-radius: 6px;
	padding: 4px;
	width: 140px;
	font-weight: 400;
	text-decoration: none;
	float: right;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-bottom: 10px;
}

.bsearch input[type="button"]:hover{
	background: #417dc0;
	border: 1px solid #417dc0;
	color: #ffffff;
}

.bsearch .query{
	clear: both;
	background: #417dc0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	padding: 10px;
}

.bsearch .query h2{
	text-align: center;
	margin-bottom: 20px;
}

.bsearch .query input, .bsearch .query select{
	color: #417dc0;
	font-size: .8rem;
	font-weight: 500;
}

.bsearch .query select{
	float: right;
	padding: 5px 10px;
	background-color: #e2ffe1;
	border-radius: 5px;
}

.bsearch .query input[type="text"]{
	border-radius: 22px;
	padding: 5px 10px;
	background-color: #e2ffe1;
	width: 50%;
	max-width: 350px;
	float: left;
}

.bsearch .query input[type="button"]{
	padding: 5px 10px;
	height: 30px;
	margin-bottom: 0;
	background-color: #006200;
	border: 1px solid #006200;
	color: white;
	float: left;
}

.bsearch .query input[type="button"]:hover{
	background-color: #009300;
}	

.bsearch hr{
	background-color: green;
}

.flex-container {
    display: table;
    width: 100%;
}

.flex-item{
	padding: 10px;
}

.flex-item:nth-child(1), .flex-item:nth-child(2) {
    float:left;
}
.flex-item:nth-child(2) {
    width: 500px;
}

.container-search-poza {
    padding: 10px 0px 10px 10px !important;
}

.bsearch .results{
	background-color:white;
}

.result-item{
	border-bottom: 1px solid #eeeeee;
	clear: both;
}

.container-search-nume {
    line-height: 18px;
}

.container-search-nume label.nume {
    color: #36434d;
    font-weight: 400;
    font-size: 1.05rem;
}

.container-search-nume .titlu {
    margin-top: 8px;
    color: #148f14;
    font-size: .9rem;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}

.container-search-nume .datac{
	float: right;
	font-size: .9rem;
	color: #148f14;
	font-weight: 400;
}

.bsearch .results .separator{
	margin-top: 10px;
	border-bottom: 1px dashed #eee;
}

.bsearch .results .continut{
	padding: 5px 10px;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.4;
	display: block;
	border-radius: 5px;
	background-color: #cbf8cb;
	margin-top: 20px;
}

.bsearch .results input[type="button"]{
	padding: 3px 10px;
	
	background: transparent;
	background-color: transparent;
	border: 1px solid #417dc0;
	color: #417dc0;
	font-size: .8rem;
}

.bsearch .results input[type="button"]:hover{
	background-color: #417dc0;
	color: white;
}

input[type="button"].more-comm{
	border: 0px!important;
	padding: 0!important;
	width: auto;
}

input[type="button"].more-comm:hover{
	background: transparent!important;
	background-color: transparent!important;
	color: darkorange!important;
}

.msg-zone{
	color: #666;
	font-weight: 400;
}

.msg-zone span{
	font-weight: 600;
}

.comment-list{
	padding: 10px;
}

.comment-list.extra{
	padding: 0 10px;
}

.comment-item{
	font-size: 12px;
	background: #eee;
	padding: 5px;
	border-radius: 5px;
	color: #0275d8;
	margin-bottom: 3px;
	font-weight: 400;
}

.comm-user{
	color: #999;
	float: left;
}

.comm-data{
	color: #999;
	float: right;
}

.comm-content{
	clear: both;
	display: block;
	margin-left: 10px;
}

.tablePages {
    text-align: center;
    background: #fff!important;
    
}

.tablePages div{
	padding: 20px 0;
	font-size: 13px!important;
	font-weight: 400;
	color: #656565;
	
}

.tablePages 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: #417dc0;
    background-color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #e6e6e6;
}

.tablePages a:hover {
	color: #ffffff;
	background-color: #417dc0;
	border:1px solid #417dc0;
	box-shadow: inset 0px -2px 0px #417dc0;
 	-moz-box-shadow: inset 0px -2px 0px #417dc0;
 	-webkit-box-shadow: inset 0px -2px 0px #417dc0;
}

.tablePages a:active {
	color: #ffffff;
	background-color: #417dc0;
	border:1px solid #417dc0;
	box-shadow: inset 0px -1px 0px #417dc0;
 	-moz-box-shadow: inset 0px -1px 0px #417dc0;
 	-webkit-box-shadow: inset 0px -1px 0px #417dc0;
 	-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: 5px;
    padding-left: 7px;
    padding-right: 9px;
    color: #ffffff;
    background-color: #417dc0;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #417dc0;
}

.mask-avatar{
	display: block;
	margin-bottom: 10px;
}

.is-offer{
	clear: both;
	width: 40px;
    height: 40px;
    background: url(./img/offer.svg) no-repeat 50% 50%;    
    background-size: 100%;
    float: right;
    opacity: 0.6;
}

.is-request{
	clear: both;
	width: 40px;
    height: 40px;
    background: url(./img/request.svg) no-repeat 50% 50%;    
    background-size: 100%;
    float: right;
    opacity: 0.6;
}

.bform{
	max-width: 840px;
	margin: 0 auto;
    margin-top: 0px;
	position: relative;
	font-size: 15px;
	background-color: #384175;
	padding: 20px;
	border-radius: 5px;	
}

.bform h2{
	margin-bottom: 5px;
	color: #ffffff;	
	
}

.bform h3{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	color: #999;
}

.bform h3 label{
	color: #cccccc;
}

.bform table{
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
}

.bform table th{
	background-color: #417dc0;
	color: white;
	font-weight: 500;	
	padding: 5px;
}	

.bform table td{
	background-color: #384175;
	padding: 5px;
	color: #ffffff;
}

.bform input[type="text"], .bform textarea, .bform input[type="password"]{
	color: #ffffff;
	font-size: .8rem;
	font-weight: 500;
	padding: 5px 10px;
	background: #2b2f5b!important;
	background-color: #2b2f5b!important;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #292f5a!important;
}

.bform input[type="text"]:active, .bform input[type="text"]:focus{
	background: #2b2f5b!important;
	background-color: #2b2f5b!important;
}

input:-internal-autofill-selected{
	background: #2b2f5b!important;
	background-color: #2b2f5b!important;
}

.bform textarea{
	height: 100px;
}

.bform input[type="button"], .bform input[type="submit"]{
	display: inline-block;
	text-align: center;	
	color: #ffffff;
	background-color: #2aa5fc;
	border: 1px solid #2aa5fc;
	border-radius: 6px;
	padding: 4px;
	width: 140px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
}

.bform input[type="button"]:hover, .bform input[type="submit"]:hover{
	background: #417dc0;
	color: #ffffff;
}

.bform .control{
	text-align: center;
}

.bform .control input[type="button"]:first-of-type{
	margin-right: 10px;
}

.bform .control a{
	margin-top: 10px;
	display: inline-block;
	color: orange;
}

.bform .control a:hover{
	color: yellow;
}

.count-char{
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: #999;
}

.count-char label{
	color: blue;
	display: inline;
}

.count-char strong{
	color: darkred;
}

textarea.input-like{
	height: 50px;
}

.obs{
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
}

.authContainer{

}

.user-info-header .signUp, .user-info-header .logIn{
	position: relative;
    display: inline-block;
    
    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;
    
	width: auto;
	padding: 0 10px;
	
	
	text-decoration: none;
}

.authContainer .signUp:hover,.authContainer .logIn:hover {
    background: #417dc0;
    color: #fff;
    text-decoration: none;
}

.footerLinks {
    bottom: 0px;
    position: relative;
    margin-top: 30px;
}    

.footer_links, .footer_links li:first-child {
    padding-left: 0px;
    text-align: center;
}

.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;
}

.footerLinks a, .footerLinksRelative a {
    color: #313131;
}
.footer_links li a {
    font-size: 12px;
    text-decoration: none;
}

.uefiscdi-logo-albastru {
    width: 130px;
    height: 50px;
    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;
}

.link-block.message{
	
}

.link-simple-blue{
	background: transparent;
}

.comments-holder{
	min-height: 20px;
}

.user-info-header-mobile a.auth.greyfont{
	width: 45px;
    height: 36px;
}

.user-info-header-mobile .link-block.avatara {
    float: none;
}

.form-label.obsnew{
	margin-top: 0;
	margin-bottom: 20px;
}

.heading-with-icon.obsnew{
	margin-bottom: 0;
	margin-top: 20px;
}

.scsErr{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffdede;
  
  padding: 10px;
  border-radius: 4px;
  
} 

.scsErr label{
	font-weight: normal;
	margin-bottom: 0;
}

.scsInfo{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ddffe3;
  
  padding: 10px;
  border-radius: 4px;
  
} 

.scsInfo label{
	font-weight: normal;
	margin-bottom: 0;
}

.benchmark{
	width: auto;
	margin: 5px auto;
	text-align: center;
	font-size: 10px;
	color: #ccc;
}

.post-usere span{
	font-weight: 500;
	/* color: darkblue; */
}

/* .comments-holder.chat{
	padding-left: 60px;
}

.chat .comment-regulaar{
	width: 90%;
	float: left;
}

.chat .comment-brainmaap{
	width: 90%;
	float: right;

} */

.type-container{
	display: inline-block;
}

.select-tip, .select-tip:hover, .select-tip:active, .select-tip:focus{
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.tips-a{
	text-decoration: none;
	color: #333;
}

h1.subheading{
	line-height: 25px;
}

.subheading .bold-text{
	font-size: 22px!important;
	
}

.comp-name{
	color: #63c0a3;
}

.post-usere{
	color: #999;
}

.post-nou .form-input, .selectize-input{
	background-color: #efefef!important;
}

.check-oferta{
	cursor: pointer; 
	font-weight: normal; 
	display: inline-block; 
	
	font-size: 16px;
	font-weight: bold;
  	line-height: 1.1;
  	display: grid;
  	grid-template-columns: 35px 35px auto;
  	gap: 5px;
  	justify-content: center;
}

.post-0nou input[type="checkbox"], .post-nou input[type="radio"]{
	background: #eee;
}

.post-type{
	margin-top: 5px;
}

.cms-txt .italic-text{
	font-size: 1.5em;
}

.btn-big{
	font-size: 1.3em;
}