.devFix.l-side a i {
  display: block;
}
.loginDiv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.btn.sf-connect {
  float: none;
  margin-top: initial;
}

.btn.lead,
.btn.contact {
  position: fixed;
  color: white;
  height: 18px;
  line-height: 19px;
  padding: 0 12px !important;
  margin: 0 !important;
  right: 28px;
}
.btn.lead {
  background: #f88a60;
}
.btn.contact {
  background: #a296e9;
}

.btn.preso-export {
  background: #2196f3;
  color: white;
  border-radius: 5px;
  margin-left: 2em;
}

.lightbox-item div.t-bar.edit.editable {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.lightbox-item .editable i.flat {
  top: 5px;
  position: relative;
  color: black;
}

resource .lightbox-item .editable {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  padding: 0px;
  top: 10px;
  width: 30px;
  position: absolute;
  height: 30px;
  background: white;
  left: inherit;
  right: 10px;
}
