body {
  padding-top: 0px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
  zoom: 0.8; /* Other non-webkit browsers */
  zoom: 80%; /* Webkit browsers */
}

a {
  color: #00B7FF;
}
#project_manager {
  padding-left: 20px;
}
.border-left-updated {
  border-left: 1.75rem solid #e74a3b !important;
  border-top: 0.25rem solid #e74a3b !important;
  border-bottom: 0.25rem solid #e74a3b !important;
  border-right: 0.25rem solid #e74a3b !important;
}
.btn-trello {
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
  width:100%;
}
.trello-form{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-icon-split .icon {
border:none;
color: #4e73df;
background: #4e73df;
display: inline-block;
padding: 0.375rem 0.75rem;
}
.btn-icon-split .icon:hover {
color: #fff;
background: rgba(0, 0, 0, 0.15);
display: inline-block;
/* padding: 0.375rem 0.75rem;
transform: scale(1.3);
transition: 0.6s; */
}
.btn-icon-split .icon i{
  position:relative;
  top: calc(50% - 10px); /* 50% - 3/4 of icon height */
}
.btn-trello .text{
  text-align: center;
  width: 100%;
}
.btn-trello .text:hover{
  background: rgba(0, 0, 0, 0.15);
}
/* TRELLO PURCHASE */
.btn-trello-purchase {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
  width: 100%;
  
}
.btn-trello-purchase .icon {
border:none;
color: #36b9cc;
background: #36b9cc;
display: inline-block;
padding: 0.375rem 0.75rem;
}
.btn-trello-purchase .text {
text-align: center;
display: inline-block;
padding: 0.375rem 0.75rem;
width: 100%;
}
/* ADD NEW LINE */

.add-new-item input[type="text"],
select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #4e73df;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.add-new-item input[type="text"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.add-new-purchase input[type="text"],
select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #36b9cc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.add-new-purchase input[type="text"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.add-new-bay input[type="text"],
select.form-control {
  background: transparent;
  border: none;
  margin: auto;
  border-bottom: 1px solid #5a5c69;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 44px;
}
.add-new-bay input[type="text"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
