body{
	background-color:#F2F4F4;
}

h3,
h4,
h5,
h6,
h7,
h8,
p,
span,
bold,
label,
strong{
	color: #424c59 !important;
}
.bg-primary{
	background-color: #b12c1b !important;
}

.card {
    margin-bottom: 2.2rem;
    box-shadow: -8px 12px 18px 0 rgba(25,42,70,.13);
    transition: all .3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border: 0 solid #DFE3E7;
    border-radius: .267rem;
}

.col.cardLayout {
	margin-top: 1rem !important;	
}

a {
  color: #b12c1b !important;
  text-decoration: none !important;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.7rem;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.boxDragDrop {
  border: 3px solid grey;
  width: 100%;
  height: 350px;
  border-style: dashed;
}

.nav-link {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.logo {
	width: 75px !important;
	padding-top: 0px;
	padding-bottom: 0px;
}

.container-title-h3{
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.form-control:disabled {
  background-color: #e9ecef !important;
  opacity: 1;
}

select,
.select2 {
  display: block !important;
  width: 100% !important;
  height: calc(1.4em + .94rem + 3.7px) !important;
  padding: .47rem .8rem !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  color: #525759 !important;
  background-color: #FFF !important;
  border: 1px solid #DFE3E7 !important;
  border-radius: .267rem !important;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.form-control:focus,
select:focus,
.select2:focus{
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .05rem rgba(13,110,253,.25) !important;
}

.select2-container--default .select2-selection--single{
	border: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
}

.color-primary{
	color: #b12c1b !important;
}

.btn {
	border-radius: 0px !important;	
}

.btn-primary{
	background-color: #b12c1b !important;
	border-color: #b12c1b !important;
	color: white !important;
}

.btn-primary:hover{
	background-color: #525759 !important;
	border-color: #525759 !important;
	color: white !important;
}

.btn:hover{
	border-color: #525759 !important;
}

.btn-block{
	margin-top: 10px;
}

.btn .btn-light {
	border: 1px solid white;
  	background-color: white;
  	color: #b12c1b;	
}

.btn-light:hover {
	background-color: rgba(255,255,255,.12) !important;
  	border: 1px solid white !important;
  	color: white !important;
}

.fa-title{
	font-size: 27px;
	color: #424c59 !important;
	margin-right: 5px;
}

 /*MESSAGGIO ERRORE FORM */
 .message-error {
    color: red;
    /*margin-top: 10px;*/
    font-weight: 700;
    font-size: 12px;
 }
 
 .message-error:before {
    margin-right: 5px;
}

/*.nationalityButton,
.button-minus {
	margin-top: 25px;
}*/

.languadeFlags {
	width: 20px;
	margin-right: 5px;
}



.resizable-card {
  resize: vertical;
  overflow: auto;
/*max-width: 400px;
  min-width: 200px;
  max-height: 600px;
  min-height: 200px;*/
}  

.dropzone {
	border: 3px solid grey !important;
  	border-top-style: solid;
  	border-right-style: solid;
  	border-bottom-style: solid;
  	border-left-style: solid;
	border-style: dashed !important;
}

.uploadCv {
	border: 3px solid grey !important;
  	border-top-style: solid;
  	border-right-style: solid;
  	border-bottom-style: solid;
  	border-left-style: solid;
	border-style: dashed !important;
	padding-top: 3%;
	padding-bottom: 3%;
}

/*SPINNER*/
.spanner{
  top: 50%;
  left: 50%;
  left: 0;
  width: 100%;
  display:block;
  text-align:center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 9999999;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  z-index: 99999999;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  z-index: 99999999;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 99999999;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  z-index: 99999999;
}
.loader:after {
  left: 3.5em;
  z-index: 99999999;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}

span.searchResultElementScore {
	font-weight: bold;
}

#searchResultElements em {
	background-color: #FFFF00;
}

div#searchPagination a.paginationLink.active {
	font-weight: bold;	
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: white !important;
  background-color: #b12c1b !important;
  border-color: #b12c1b !important;
}

.not-associated{
	background-color: #ff00001a;
}

.ul-unstyled{
	list-style-type: none;
}

.my-rating-user > div > svg {
	cursor: default;
}

.icon-wrapper {
    display: flex;
    align-items: center;
}

.material-icons {
	color: #b12c1b !important;
	vertical-align: bottom;
}

.material-symbols-outlined {
	vertical-align: bottom;
}

div.statistic-rows div.col {
	padding-left: 0px;
}

div.statistic-rows span.placeholder-value {
	width: 100%;
}

.select2-container--open {
    z-index: 9999999
}

/* FORM PASSWORD VISIBILE*/
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-addon:not(:first-child){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #DFE3E7;
  border-radius: .25rem;
  display: flex;
  align-items: center;
}
.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group > .form-control.inputShowPassword:not(:last-child){
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.input-group {
  height: fit-content !important;
}

.form-group {
  margin-bottom: 0px !important;
}

/* The message box is shown when the user clicks on the password field */
#message {
  background: #f2f4f4;
  color: #525759;
  position: relative;
  padding: 10px 20px;
  margin-top: 10px;
}

.message-registration{
	margin: 6px 13px;
	width: auto !important;
	margin-top: 3px !important;
}

#message p {
  padding: 10px 35px;
  font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

#letter:before,
#capital:before,
#number:before,
#length:before,
#symbol:before{
	left:0px;
	padding-right: 9px;
}

/* FORM PASSWORD VISIBILE*/
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-addon:not(:first-child){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #DFE3E7;
  border-radius: .25rem;
  display: flex;
  align-items: center;
}
.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group > .form-control.inputShowPassword:not(:last-child){
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.input-group{
	flex-wrap: inherit !important;
}

.modal-fullscreen.association{
	padding: 20px !important;
}

.table {
	word-break: break-word !important;
}

table,
ul,
li {
	word-break: break-all;
}

.text-dark{
	color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;
}
.modal-fullscreen {
  width: 100% !important;
  max-width: none;
  height: 100%;
  margin: 0;
}

.spinner-home-table {
	width:20px;
	height:20px;
	font-size: 15px;
}

.modal-fullscreen {
	padding: 20px !important;
}

.alert.alert-dismissible {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}

a#laguageDropdown{
	color: #424c59 !important;
}

/* CSS SITO EURECNA */

#topbar, 
#topbar a {
  color: white;
  background-color: #525759;
  font-family: 'Lato',sans-serif;
}

.social-icons {
  padding: 0;
  display: block;
  overflow: hidden;
}

#topbar a {
  color: white;
  background-color: #525759;
  font-family: 'Lato',sans-serif;
}

.social-icons span a {
  border: 1px solid #f2f2f2;
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  display: block;
  float: left;
  color: white !important;
  margin-right: 10px;
}

#topbar .topbar-site,
#topbar .topbar-email,
#topbar .topbar-phone,
#topbar .topbar-login,
#topbar .topbar-cart {
  float: left;
  padding: 0 15px;
  line-height: 42px;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

#topbar .topbar-phone,
#topbar .topbar-email,
#topbar .topbar-login {
  border-right: none;
}

#topbar .social-icons span.last a {
  border-right: 1px solid #f2f2f2;
}

.last {
  margin-right: 0 !important;
}

.navbar-expand-lg {
	display: block !important;
    flex-basis: auto;
}

.nav-link {
	color: #525759;
  	font-family: 'Lato',sans-serif;
  	font-weight: bold;
  	font-size: 15px;
}

.navbar-nav > .nav-link.active {
	border-radius: 0 !important;
  	border-bottom: 2px solid #b12c1b;
  	color: #525759 !important;
}

.breadcrumb-item > a{
	color: #424c59 !important;
}

.breadcrumb-item.active > a {
	color: #b12c1b !important;
}

.field-error-message {
	color: red;
	font-size: 14px;
}

.bg-primary-light {
  --bs-bg-opacity: 1;
  background-color: rgb(224, 231, 255) !important;
}

.vacancy-list-title {
  color: #b12c1b !important;
  font-size: 20px !important;
  font-weight: bold;
}

.vacancy-block.highlited{
	border: 2px solid #b12c1b !important;
}

.icon-highlited {
	font-size: 23px;
	float: left;
	margin-right: 5px;
	color: #b12c1b !important;
}

.bnt-filter-vacancy{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #b12c1b;
	color: #b12c1b;
}

.bnt-filter-vacancy.active{
	display: block;
	margin-bottom: 10px;
	border: 1px solid #b12c1b;
	color: #fff;
	background-color: #b12c1b;
}

.accordion-button:not(.collapsed){
	background-color: white !important;
	color: #424c59 !important;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
	color: #424c59 !important;
}

.accordion-button:not(.collapsed)::after {
}

.accordion-button:focus {
	box-shadow: none !important;
}

.color-primary{
	 color: #b12c1b !important;
}

.form-control.disabled {
	background-color: #e9ecef !important;
	border: 1px solid #ced4da;
}

.job-title-field,
.privacy-policy-title{
	font-size: 21px;
  	margin-top: 25px;
 	margin-bottom: 10px;
  	padding-bottom: 10px;
  	border-bottom: 1px solid #e7e7e7;	
}

.aplication-project-preview {
	max-height: 110px; /* Altezza massima che desideri mostrare per l'anteprima */
    overflow: hidden;
    transition: max-height 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px -20px 20px -20px inset;
}

#showAllHeight {
	padding-top: 1rem;
}

.footer {
	background-color: #121214;
  	bottom: 0;
	width: 100%;
	margin-top: auto;
}

.footer-menu ul {
	list-style: none;
    list-style-position: outside;
	list-style-position: outside;
  	float: right;
  	display: inline;
 	margin: 5px;
}

.footer-menu li {
  line-height: 12px;
  float: left;
  padding: 0 7px;
}

#copyrights a {
  color: #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding-right: 12px;
  padding-left: 0;
}

#copyrights a.last {
  border-right: none;
}

.color-text-footer {
	color: #b3b3b3 !important;
}

.mh-210px {
	min-height: 210px;
}

.mh-335px {
	min-height: 335px;
}

.my-rating-user-fix > .jq-star,
.media-rating > .jq-star {
	cursor: default !important;
}