/* CSS specifico di ogni applicazione (l'unico da modificare) */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for 'xs' since this is the default */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for 'xs' since this is the default */

/*.icon-alignment {
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    text-align: center !important;
    width: 20px !important;
    height: 20px !important;
    display: block !important
}*/

.whitelink {
	text-decoration: none!important;
}


.customColor {
	color: #5bbad5;
}

.photo {
	background-image: url(../img/photo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
}

.icon-alignment {
    /* margin: auto !important; */
    top: 47% !important;
    /* bottom: 80% !important; */
    /* left: -13px !important; */
    /* right: 5px !important; */
    /* position: relative !important; */
    text-align: center !important;
    width: 1.2em !important;
    height: 1.1em !important;
    display: block !important;
}

.table-stacked.separate-row table {
  border-collapse: separate !important;
  border-spacing: 0 .75rem;
}

.customArea {
	width: 100%;
	height: 500px;
}

p.customMargin {
	margin: 0px;
}

span.customStylePrimary {
	display: inline-block;
	color: #005a8c;
}

span.customStyleDefault {
	display: inline-block;
	color: #5c6f82;
}

span.customStyleSuccess {
	display: inline-block;
	color: #008758;
}

span.customStyleInfo {
	display: inline-block;
	color: #0073e6;
}

span.customStyleWarning {
	display: inline-block;
	color: #a66300;
}

span.customStyleDanger {
	display: inline-block;
	color: #d9364f;
}

p {
	text-align: justify;
	line-height: 2rem;
}

p.alignLeft {
	text-align: left!important;
	line-height: 2rem;
}

.alignCenter {
    text-align: center;
    margin: auto;
}

.red {
	color: red!important;
}

.customPdfIcon{
	color: rgb(0, 90, 140);
}

.customIconColor{
	color: #5A6772;
}

.customWhiteColor{
	color: white;
}

.table-stacked td, .table-stacked th{
  display: block !important;
}

.table-stacked.separate-row > .table:not(.table-bordered) > tbody > tr > th{
  border: none;
}

.table-stacked.separate-row > .table:not(.table-bordered) > tbody > tr > td{
  border-bottom: 1px solid #cbccce;
  border-top: none;
  border-left: 1px solid #cbccce;
  border-right: 1px solid #cbccce;
}

.table-stacked.separate-row > .table:not(.table-bordered) > tbody > tr > th{
  border: 1px solid #cbccce;
}

.table-stacked.separate-row > .table.table-header:not(.table-bordered) > tbody > tr > th{
  border: none;
}

/* .table-stacked > .table.table-header > tbody > tr > th{
  color: #fff;
  background-color:#0d5d94;
} */

.table-stacked > .table > tbody > tr > td:before {
  content: attr(data-th);
  font-weight: 600;
  margin-right: .5rem;
}

.table-stacked > .table:not(.table-header) > tbody > tr > th {
  border-color: #0d5d94;
  color: #0d5d94;
}

@media (max-width: 767.98px){
  .table-stacked.table-md-default > .table > thead{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 991.98px){
  .table-stacked.table-lg-default > .table > thead{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 1199.98px){
  .table-stacked.table-xl-default > .table > thead{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
	.table-stacked.table-md-default > .table > tbody > tr > th{
    color: #19191a !important;
    background-color: transparent !important;
  }
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > th,
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > td{
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
  }
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > th:first-child {
    border-left: 1px solid #cbccce;
    border-right: 1px solid #cbccce;
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
  }
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > td:last-child {
    border-right: 1px solid #cbccce;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .table-stacked.table-md-default.header-sticky-top{
    overflow-x: initial;
  }

  .table-stacked.table-md-default.header-sticky-top > .table > thead > tr > th{
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .table-stacked.table-md-default.separate-row table {
    border-spacing: 0 .25rem;
  }

  .table-stacked.table-md-default > .table > tbody > tr > th{
    color: #19191a !important;
    background-color: transparent !important;
  }

  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > th,
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > td{
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
    border-left: none;
    border-right: none;
  }
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > th:first-child {
    border-left: 1px solid #cbccce;
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
  }
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > td:last-child {
    border-right: 1px solid #cbccce;
  }

  .table-stacked.table-md-default > .table tr td,
  .table-stacked.table-md-default > .table tr th {
    display: table-cell !important;
  }
  .table-stacked.table-md-default > .table td:before {
    content: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .table-stacked.table-lg-default.header-sticky-top{
    overflow-x: initial;
  }

  .table-stacked.table-lg-default.header-sticky-top > .table > thead > tr > th{
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .table-stacked.table-lg-default.separate-row table {
    border-spacing: 0 .25rem;
  }

  .table-stacked.table-lg-default > .table > tbody > tr > th{
    color: #19191a !important;
    background-color: transparent !important;
  }

  .table-stacked.table-lg-default.separate-row > .table:not(.table-bordered) > tbody > tr > th,
  .table-stacked.table-lg-default.separate-row > .table:not(.table-bordered) > tbody > tr > td{
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
    border-left: none;
    border-right: none;
  }
  .table-stacked.table-lg-default.separate-row > .table:not(.table-bordered) > tbody > tr > th:first-child {
    border-left: 1px solid #cbccce;
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
  }
  .table-stacked.table-lg-default.separate-row > .table:not(.table-bordered) > tbody > tr > td:last-child {
    border-right: 1px solid #cbccce;
  }

  .table-stacked.table-lg-default > .table tr td,
  .table-stacked.table-lg-default > .table tr th {
    display: table-cell !important;
  }

  .table-stacked.table-lg-default > .table td:before {
    content: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .table-stacked.table-xl-default.header-sticky-top{
    overflow-x: initial;
  }

  .table-stacked.table-xl-default.header-sticky-top > .table > thead > tr > th{
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .table-stacked.table-xl-default.separate-row table {
    border-spacing: 0 .25rem;
  }

  .table-stacked.table-xl-default > .table > tbody > tr > th{
    color: #19191a !important;
    background-color: transparent !important;
  }

  .table-stacked.table-xl-default.separate-row > .table:not(.table-bordered) > tbody > tr > th,
  .table-stacked.table-xl-default.separate-row > .table:not(.table-bordered) > tbody > tr > td{
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
    border-left: none;
    border-right: none;
  }
  .table-stacked.table-xl-default.separate-row > .table:not(.table-bordered) > tbody > tr > th:first-child {
    border-left: 1px solid #cbccce;
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
  }
  .table-stacked.table-xl-default.separate-row > .table:not(.table-bordered) > tbody > tr > td:last-child {
    border-right: 1px solid #cbccce;
  }

  .table-stacked.table-xl-default > .table tr td,
  .table-stacked.table-xl-default > .table tr th {
    display: table-cell !important;
  }

  .table-stacked.table-md-default > .table td:before {
    content: none;
  }
}


body .ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 3em;
    line-height: normal;
    background-color: rgb(122, 154, 185);
	color: white;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-size: 18px;
}

body .ui-datepicker .ui-datepicker-next, body .ui-datepicker .ui-datepicker-prev {
    width: 1em;
    height: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    color: white;
    cursor: pointer;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
    transition: color .3s;
}

body .ui-datepicker {
    background-color: #fff;
	border: 1px solid #a6a6a6;
	color: #333;
	padding: 0;
	min-width: 18.571em;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.ui-fluid .ui-calendar, .ui-fluid .ui-calendar input {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.label-date-picker{
	color: #005a8c;
	width: max-content;
}


.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
}


body .ui-datepicker .ui-datepicker-next:hover, body .ui-datepicker .ui-datepicker-prev:hover {
	color: rgb(0, 0, 0);
}

.btn-entrypoint {
    border-radius: 0;
    border-width: 2px;
    padding: .25rem 1rem !important;
    text-align: left;
    width: 100%;
}

.card-header-no-back {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.profilo-back-no-border {
 background-color: rgb(215, 233, 242);
}

.ui-button-large{
	font-size: 18px !important;
}

.table-stacked.separate-row table {
  border-collapse: separate !important;
  border-spacing: 0 .75rem;
}
.table-stacked td, .table-stacked th{
  display: block !important;
}

.table-stacked.separate-row > .table:not(.table-bordered) > tbody > tr > th{
  border: none;
}

.table-stacked.separate-row > .table:not(.table-bordered) > tbody > tr > td{
  border-bottom: 1px solid #cbccce;
  border-top: none;
  border-left: 1px solid #cbccce;
  border-right: 1px solid #cbccce;
}

.table-stacked.separate-row > .table:not(.table-bordered) > tbody > tr > th{
  border: 1px solid #cbccce;
}

.table-stacked.separate-row > .table.table-header:not(.table-bordered) > tbody > tr > th{
  border: none;
}

/* .table-stacked > .table.table-header > tbody > tr > th{
  color: #fff;
  background-color:#0d5d94;
} */

.table-stacked > .table > tbody > tr > td:before {
  content: attr(data-th);
  font-weight: 600;
  margin-right: .5rem;
}
.table-stacked > .table:not(.table-header) > tbody > tr > th {
  border-color: #0d5d94;
  color: #0d5d94;
}

@media (max-width: 767.98px){
  .table-stacked.table-md-default > .table > thead{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 991.98px){
  .table-stacked.table-lg-default > .table > thead{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 1199.98px){
  .table-stacked.table-xl-default > .table > thead{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 768px) {

  .table-stacked.table-md-default.header-sticky-top{
    overflow-x: initial;
  }

  .table-stacked.table-md-default.header-sticky-top > .table > thead > tr > th{
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .table-stacked.table-md-default.separate-row table {
    border-spacing: 0 .25rem;
  }

  .table-stacked.table-md-default > .table > tbody > tr > th{
    color: #19191a !important;
    background-color: transparent !important;
  }

  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > th,
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > td{
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
    border-left: none;
    border-right: none;
  }
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > th:first-child {
    border-left: 1px solid #cbccce;
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
  }
  .table-stacked.table-md-default.separate-row > .table:not(.table-bordered) > tbody > tr > td:last-child {
    border-right: 1px solid #cbccce;
  }

  .table-stacked.table-md-default > .table tr td, 
  .table-stacked.table-md-default > .table tr th {
    display: table-cell !important;
  }

  .table-stacked.table-md-default > .table td:before {
    content: none;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .table-stacked.table-lg-default.header-sticky-top{
    overflow-x: initial;
  }

  .table-stacked.table-lg-default.header-sticky-top > .table > thead > tr > th{
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .table-stacked.table-lg-default.separate-row table {
    border-spacing: 0 .25rem;
  }

  .table-stacked.table-lg-default > .table > tbody > tr > th{
    color: #19191a !important;
    background-color: transparent !important;
  }

  .table-stacked.table-lg-default.separate-row > .table:not(.table-bordered) > tbody > tr > th,
  .table-stacked.table-lg-default.separate-row > .table:not(.table-bordered) > tbody > tr > td{
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
    border-left: none;
    border-right: none;
  }
  .table-stacked.table-lg-default.separate-row > .table:not(.table-bordered) > tbody > tr > th:first-child {
    border-left: 1px solid #cbccce;
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
  }
  .table-stacked.table-lg-default.separate-row > .table:not(.table-bordered) > tbody > tr > td:last-child {
    border-right: 1px solid #cbccce;
  }

  .table-stacked.table-lg-default > .table tr td, 
  .table-stacked.table-lg-default > .table tr th {
    display: table-cell !important;
  }

  .table-stacked.table-lg-default > .table td:before {
    content: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .table-stacked.table-xl-default.header-sticky-top{
    overflow-x: initial;
  }

  .table-stacked.table-xl-default.header-sticky-top > .table > thead > tr > th{
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .table-stacked.table-xl-default.separate-row table {
    border-spacing: 0 .25rem;
  }

  .table-stacked.table-xl-default > .table > tbody > tr > th{
    color: #19191a !important;
    background-color: transparent !important;
  }

  .table-stacked.table-xl-default.separate-row > .table:not(.table-bordered) > tbody > tr > th,
  .table-stacked.table-xl-default.separate-row > .table:not(.table-bordered) > tbody > tr > td{
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
    border-left: none;
    border-right: none;
  }
  .table-stacked.table-xl-default.separate-row > .table:not(.table-bordered) > tbody > tr > th:first-child {
    border-left: 1px solid #cbccce;
    border-top: 1px solid #cbccce;
    border-bottom: 1px solid #cbccce;
  }
  .table-stacked.table-xl-default.separate-row > .table:not(.table-bordered) > tbody > tr > td:last-child {
    border-right: 1px solid #cbccce;
  }

  .table-stacked.table-xl-default > .table tr td, 
  .table-stacked.table-xl-default > .table tr th {
    display: table-cell !important;
  }

  .table-stacked.table-md-default > .table td:before {
    content: none;
  }
}

a.btn-default:active, a.btn-default:hover, a.btn-default:active:hover {
    background-color: #0060bf;
	border-color: #0059b3;
	color: #fff;
}

.spinner {
    color: #7a9ab9;
}

.spinner_center {
	position: fixed;
	z-index: 1000000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circle-border {
	border: 2px solid #eee;
}

.button-icon-ml {
 margin-left: 1.3rem;
}

.button-icon-mr {
 margin-right: 1.3rem;
}

.button-icon-right{
	float: right;
	margin-left: 2px;
	margin-top: 3px;
}

.profilo-utente-form {
	padding: 5rem;
	margin-right: 25%;
}

.profilo-utente-form-padding {
	padding: 3rem;
}

.space-between {
	display: flex;
	justify-content: space-between;
}

h5 > i {
	display: none !important; 
}

.bold {
	font-weight:bold;
}

div.table-responsive > h5, h5 > i {
	display: none !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.bold-font {
	font-weight: 700;
}

.white {
	color: #fff !important;
}

.black {
	color: #000 !important;
}

label + p {
	line-height : 1;
}

.under {
	text-decoration: underline !important;
}