body{
	background-color:#F2F4F4;
}

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

.bg-admin{
	background-color: #d9ecf4 !important;
}

.text-secondary{
	color: #424c59 !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: 0;
}

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

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

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

.breadcrumb-item.active > a {
	color: #418ac7 !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: 100px !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;
}

.select2-container--bootstrap-5 .select2-selection--single{
	border-radius: .375rem !important;
}

.color-primary{
	color: #63b3d5!important;
}

.color-secondary{
	color: #418ac7 !important
}

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

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

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

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

.btn-secondary{
	background-color: #63b3d5 !important;
	border-color: #63b3d5 !important;
}

.btn-secondary:hover{
	background-color: #85a2ad !important;
	border-color: #85a2ad !important;
}

.btn-danger:hover{
	border-color: var(--bs-btn-hover-bg) !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: 9999999999;
}

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

.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: 9999999999;
}
.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: 9999999999;
  margin-bottom: 40px;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 9999999999;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  z-index: 9999999999;
}
.loader:after {
  left: 3.5em;
  z-index: 9999999999;
}
@-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: #63b3d5 !important;
  border-color: #63b3d5 !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: #63b3d5 !important
}*/

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;
}

th{
	z-index: 999;
  	position: relative;
  	background-color: white !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;
}

.icon-wrapper.page-title{
	display: inline-flex;
}

.select2{
	width:100%!important;
}

.highlight{
	background-color: #f8f9fa;
	padding: 1rem 1.5rem !important;
}

.icon-rfs-detail{
	font-size: 1.5rem !important;
}

.countdown,
.countdownTitle{
	font-style: italic !important;
	font-size: 14px;
}

.expiredCountdown{
	/*background-color: #f6ccd0 !important;*/
	/*border: 2px solid red;*/
}

.expiredCountdown > span.countdown{
	font-weight: bold;
 	color: red !important;
}

.bg-danger{
	background-color: #f6ccd0;
}

.bg-notice-cop {
	background-color: #99e4ff !important;
}

.text-no-break{
	word-break: initial !important;
}

.button-disabled {
	background-color: #6c757d !important;
	border-color: #6c757d !important;
}

td,
th {
	vertical-align: middle !important;
	word-break: initial;
}

.min-width-table{
	min-width: 600px !important;
}

.table-height{
	height: 600px !important;
}

.sticky-header {
	position: sticky;
	top: 0;
	z-index: 10;
	box-shadow: 0px 1px 8px 0px #dee2e6;
}

#collapseFilter.show {
  	margin-bottom: 27px;
}