.project .navbar-nav{
  display: flex;
  align-items: center;
}

.project .notify .heartbit{
  top: -2px;
}

.project .notify .point{
  top: 8px;
}

.timesheet-reports .navbar-nav{
  display: flex;
  align-items: center;
}

.timesheet-reports .notify .heartbit{
  top: -2px;
}

.timesheet-reports .notify .point{
  top: 8px;
}

.button-action{
  display: flex;
} 

.project .table .list-checkboxes label{
  max-width: 700px;
}

.chosen-container{
  display: block !important;
  width: 100% !important;
}

.chosen-container-multi .chosen-choices{
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: .2rem;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
  color: #67757c !important;
  font-family: "Montserrat", sans-serif !important;
}

.client .label.label-outline-default{
  margin: 3px 0;
}

.list-service{
  display: flex;
  flex-wrap: wrap;
}

.list-to-new-services{
  list-style: none;
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  color: #333;
  line-height: 13px;
  cursor: default;
  border: 0 !important;
}

.list-to-new-services span{
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/chosen/1.8.7/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.label-outline-default.service-inactive{
  color: #fff;
  background-color: #f0b3b3;
  border: solid 1px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #f0b3b3;
}

#tags_chosen ul li.search-choice{
  color: #a6b5bd !important;
  background-color: #f5f5f5 !important;
  border: solid 1px !important;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #f5f5f5 !important;
  font-weight: 600 !important;
  padding: 3px 20px 8px 5px !important;
}

#service-inactive #tags_chosen ul li.search-choice{
  color: #fff !important;
  background: #f0b3b3 !important;
  background-color: #f0b3b3 !important;
  border: solid 1px !important;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #f0b3b3 !important;
  font-weight: 600 !important;
  padding: 3px 20px 8px 5px !important;
}

.disable-service{
  pointer-events: auto;
}

