﻿.customers-style #tsReadLed{
    color: green;
}

.customers-style .ts-image {
    margin-top: -5px; 
    margin-bottom: -5px;
}

.customers-style .ts-image img {
    height: 27px; 
    display: block;
}


#flutterbutton {
    margin-bottom: 40px;
}

#flutter_profile_pic {
  width: 60%;
}

#fotoClientePanel {
    height: 400px;
}

#fotoClientePanel > div.panel-body {
    display: flex;
    align-items: start;
    height: 100%;
}


.upload-btn-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.carica{
letter-spacing: -.022em;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
min-width: 28px;
padding-left: 16px;
padding-right: 16px;
padding-top: 8px;
padding-bottom: 8px;
border-radius: 18px;
color: #000000;
border: none;
background: none;
}


.delete {

margin-left: 10px;

font-style: normal;
-webkit-font-smoothing: antialiased;
direction: ltr;
-webkit-box-direction: normal;
cursor: pointer;
display: inline-block;
text-align: center;
white-space: nowrap;
font-size: 17px;
line-height: 1.17648;
font-weight: 400;
letter-spacing: -.022em;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
min-width: 28px;
padding-left: 16px;
padding-right: 16px;
padding-top: 8px;
padding-bottom: 8px;
border-radius: 18px;
background: #c00332;
color: #fff;
text-decoration: none;
margin-top: 24px;
}



.carica_button_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rotate90 {
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.poney_margins {
  margin-left: 40%;
  margin-bottom: 5%;
}


#flutter_firma {
 max-width: 500px;
}

.upload_buttons {
  display: flex;
  flex-direction: column;
  max-width: 160px;
}


.upload_visita_buttons {
  display: flex;
  justify-content: space-evenly;
}


#tab-foto-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 170px;
}

.image_box {
  padding: 50px !important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


.inputfile + label {

  text-align: center;

    letter-spacing: -.022em;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 18px;
    color: #000000;
    font-weight: 100;
    border: none;
    background: none;
}

#btnAggiungiAllegato, #btnAggiungiImmagine {
    margin-bottom: 5px;
}

.modal-allegati,
.modal-allegati-elimina {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal-allegati:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .modal-allegati-elimina:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-allegati .modal-dialog,
.modal-allegati-elimina .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#images, 
#imagesProfilo {
    list-style: none;
}

#immagineProfiloContainer {
    margin: auto;
}

#imagesProfilo {
    padding: 0;
}

#images li, 
#imagesProfilo li {
    border: 1px solid black;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    position: relative;
}

#images button,
#imagesProfilo button {
    position: absolute;
    top: 3px;
    right: 3px;
}

#images img {
    width: 70px;
    cursor: pointer;
}

#imagesProfilo img {
    max-width: 450px;
    max-height: 300px;
    cursor: pointer;
}

.btn-elimina-img-hidden {
    display: none;
}