.main_container {
  display: flex;
  justify-content: center;
}
.btn-delete a {
  cursor: pointer;
  color: red;
}
.table_activities {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .table_activities {
    width: 90%;
  }
}
.table_activities tbody {
  border: 1px solid #95a5a6;
}

.table_modal {
  margin-bottom: 50px;
}

.table_header {
  font-family: monsterat_bold;
  font-weight: bold;
  font-size: 25px;
  box-shadow: 0 0 12px 0px grey;
  background: #303951;
  color: white;
  height: 50px;
  padding: 0;
}

table {
  margin-bottom: 50px;
}
.error-field {
  border: 5px solid #ff6b6b !important;
}
.disabled {
  opacity: 0.5;
}
.hide {
  display: none;
}
.show {
  display: table-row;
  color: #1dd1a1;
}

.months {
  font-family: monsterat_bold;
  color: #303951;
}

.modal-header {
  background: #303952;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-content {
  padding: 0 !important;
}
.status {
  color: white;
  padding: 5px;
  text-shadow: 1px 1px 0px black;
  border-radius: 2px;
}
.waiting_analysis {
  background-color: #fffa65;
}
.pendencies {
  background-color: #ff9f43;
}
.approved {
  background-color: #1dd1a1;
}
.rejected {
  background-color: #ff6b6b;
}
.void {
  background-color: #ecf0f1;
}
.draft {
  background-color: #48dbfb;
}
.complement {
  background-color: #aeb5b95e;
}
.total-hours {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}
.modal-fullscreen {
  transform: translateZ(0);
  max-height: 90% !important;
  height: 90% !important;
  width: 90% !important;
  top: 5% !important;
}
.modal_name {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.textarea-custom {
  padding: 0px !important;
  margin: 0px !important;
  border: 1px solid gray !important;
  border-radius: 5px !important;
  width: 100% !important;
  min-height: 60px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  overflow-y: auto !important;
}

.hour_modal {
  width: 100px;
}

.selectable {
  cursor: pointer;
}

/* BOTÃO FLUTUANTE */
.ul_fixed_button {
  width: 170px;
  left: -100px !important;
  padding: 10px !important;

  background-color: #303951;
  border-radius: 10px;
}
.ul_fixed_button li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ul_fixed_button li label {
  margin-right: 5px;
  color: white;
  text-align: right;
}

.ul_fixed_button a.btn-floating {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  pointer-events: none;
}

.ul_fixed_button label.btn-floating {
  pointer-events: none;
  width: 100% !important;
  line-height: auto !important;
  background-color: transparent !important;
  border-radius: none !important;
  outline: none !important;
  user-select: none !important;
  border: none !important;
  box-shadow: none !important;
}
.btn-save-report-how-draft {
  display: none;
}
.btn-save-report-show {
  display: block;
}
.icon-add-new-report {
  cursor: pointer;
}
