.align-center{
	text-align: center
}
.card-canvas{
	height: 750px
}

.profili-verticale img{
  height: 846px;
}

.card-misure{
	height: 750px;
	overflow-y: scroll
}
.image-radio {
    font-size: 0.7em;
    line-height: 1.1em;
    padding-bottom: 10px;
    font-weight: 500;
}
.img-radio[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.img-radio[type=radio] + img {
    cursor: pointer;
    width: 100%;
    margin-bottom: 5px;
}
.img-radio[type=radio]:checked + img {
    outline: 2px solid #416087;
}
.image-radio label{
	/*height: 99px;*/
}

.logo{
	width: auto;
    height: 30px;
    display: block;
    margin: auto;
}
.logo-login{
	width: auto;
    height: 100px;
    display: block;
    margin: auto;
}
.brand-link{
	font-size: inherit !important;
	padding: 0.5rem 0.5rem !important;
}
[class*=sidebar-dark-] {
    background-color: #007482;
    border-color: #007482;
}
a {
    color: #127482;
}
a:hover {
    color: #148292;
}
.dark-mode a:not(.btn):hover {
    color: #1fc0d8;
}

.accordion > .card {
    overflow: visible;
}
.bg-primary {
    background-color: #1c7482 !important;
}
.btn-new{
	margin-top: 1.8rem
}
.custom-file-input.form-control-sm {
    height: calc(1.8125rem + 2px);
}
.custom-file-label.form-control-sm {
    height: calc(1.8125rem + 2px);
}
.custom-file-label.form-control-sm::after {
    padding: 0.275rem 0.75rem;
}
.btn-app{
	height: 140px;
    width: 140px;
    padding: 50px 5px;
}
.btn-app.due-righe{
	padding: 40px 5px;
}
.pace .pace-progress {
    background: #1c7482;
    height: 4px;
   }
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1c7482;
    border-color: #196673;
}
.page-link{
	color: #1c7482;
}

.profile-pic-wrapper {
  
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pic-holder {
	border: 1px solid #dcdcdc;
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.pic-holder .upload-file-block {
  cursor: pointer;
}

.pic-holder:hover .upload-file-block {
  opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
  display: none;
}

.pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}

/* Snackbar css */
.snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 14px;
  transform: translateX(-50%);
}

.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.bg-primary.btn:hover {
    border-color: #1b717e !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #1b717e !important;
}
.panel h6.page-title{
	text-transform: uppercase;
}
.panel hr{
	height: 6px;
}
.badge.prodotti{
	height: 10px;
    width: 10px;
    padding: 8px;
}
.btn-gcalendar{
	text-transform: none;
}
.nav-ordini{
    top: 57px !important;
}
.nav-principale{
	z-index: 1040 !important;
}
.text-sm .main-header.nav-ordini .nav-link{
  padding: 0.25rem 1rem;
}
.has-nav-ordini{
	margin-top: 50px;
}
.layout-navbar-fixed.text-sm .wrapper .content-wrapper{
	padding-top: 10px !important
}
.nav-ordini .container{
	display: block !important
}
#cantiere, #offerte, #pagamenti, #ordini, #pose-opera, #allegati, #scadenze{
	padding-top: 90px;
    margin-top: -90px;
}
#anagrafica{
	padding-top: 50px;
    margin-top: -50px;
}
.b-right{
	border-right: 2px solid #252525
}
.fc-event-main a{
	color: #fff;
}
.fc-event-main a:hover{
	color: #d2d2d2;
}
.user-menu a.dropdown-toggle{
	padding-right: 0 !important;
}
.small-box .icon {
    color: rgba(0, 0, 0, 0.4);
}
.multiselect-native-select .multiselect {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-group .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-group  .select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.8125rem + 2px) !important;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: rgba(255, 0, 0, 0.13) !important;
            color: black;
            cursor: not-allowed;
        }
.propria-attivita{
	background-color: rgb(28 116 130 / 35%) !important;
}
.propria-attivita:hover{
	background-color: rgb(28 116 130 / 50%) !important;
}
.table-striped tbody tr.propria-attivita:nth-of-type(odd){
	background-color: rgb(28 116 130 / 50%) !important;
}
.table-striped tbody tr.propria-attivita:nth-of-type(odd):hover{
	background-color: rgb(28 116 130 / 65%) !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: 1.5;
}

.img-print {
    visibility: hidden;
    display: none;
  }
  .smile{
	 width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .legenda small{
	  margin-left: 5px;
	  color: black;
  }
  .multiselect-container.dropdown-menu{
	  z-index: 9999999
  }
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

.mtl-lati {
  border: 1px solid #eee;
  padding: 5px 5px;
  margin: 0 10px 10px 0;
}

.mtl-lati input{
  margin: 4px;
}

#div-finitura-ext, #numero-pezzi{
  margin-top: 20px;
}

@media print {
  nav, footer {
    visibility: hidden;
  }
  .img-print, section.content-header {
    visibility: visible !important;
    display: block !important;
  }
  button.btn-secondary, a.btn-info, button.bg-navy, a.btn-outline-secondary, section.content-header .breadcrumb{ 
	display: none !important;
  }
  
}

@media (max-width: 575px){
	.page-title .badge{
		width: 100%;
		margin: 10px 0;
	}
}
@media (max-width: 767px){
	.container-sm, .container {
	    max-width: 90%;
	}
	.has-nav-ordini {
	    margin-top: 60px;
	}
	.nav-ordini li{
		margin-left: 0 !important;
		margin-bottom: 10px !important;
	}
	#anagrafica, #cantiere, #offerte, #pagamenti, #ordini, #pose-opera, #allegati, #scadenze{
		padding-top: 280px;
	    margin-top: -280px;
	}
}



@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
