.project-permissions-warning {
  display: none !important;
}

#wrapper {
  background-color: #fafafa;
}

button.save-and-send {
  display: none !important;
}

.finance-summary {
  display: none;
}

.panel_s .panel-body {
  border: 0px;
}

.btn-bottom-toolbar {
  border: 0px;
  -webkit-box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, 0);
  box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, 0);
}

.project-percent i {
  display: none
}

#top_search input:hover::-moz-placeholder {
  color: #fcfcfc;
}

#top_search input:focus::-moz-placeholder {
  background-color: #fff;
  color: #B3DCF8;
}

#top_search input:hover {
  background-color: #fff;
  color: #B3DCF8;
  opacity: 0.4;
  line-height: normal;
}

#top_search input:active, #top_search input:focus {
  color: #03a9f4;
  background-color: #fff;
  line-height: normal;
}

#top_search input {
  padding-top: 6;
  line-height: normal;
  color: #03a9f4;
}

#test::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink;
}

#test::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
}

#test:-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
}

#test:-moz-placeholder {
  /* Firefox 18- */
  color: pink;
}

/* ELIMINARE PULSANTI TASK PROGETTI */

/* .task_progetto .row:nth-of-type(2) {
  display: none;
} */

/* FINE */

/* ELIMINARE COLONNA TASK PROGETTI */

/* .task_progetto td:nth-of-type(4), th:nth-of-type(4), td:nth-of-type(6), th:nth-of-type(6), td:nth-of-type(8), th:nth-of-type(8) {
  display: none;
} */

/* FINE */

/* .task_progetto{
  padding-left: 5px;
} */

@media (max-width:768px) {
  .small-logo {
    display: block;
    float: left;
    height:20px;
    padding: 10px 0
  }
  .small-logo img {
    width: auto;
    max-height: 100%;
    margin-top: 8px;
    height: 15px
  }
  ul.mobile-icon-menu>li:last-child {
    border: 0px;
  }
  ul.mobile-icon-menu>li {
    float: right;
    line-height: 63px;
    border-right: 0px;
    position: relative
  }
}
