.main_container {
  display: flex;
  justify-content: center;
}

.table_activities {
  width: 100%;
  outline: none;
  user-select: none;
}
@media only screen and (min-width: 980px) {
  .table_activities {
    width: 90%;
  }
}

.table_activities thead {
  box-shadow: 0 0 12px 0px grey;
}

.table_activities tbody {
  border: 1px solid #95a5a6;
}

.table_activities td,
.table_activities th {
  border: 0.1px solid #95a5a6;
}

.table_activities .days_header {
  outline: none;
  user-select: none;
  width: 16.6%;
}

.month_header {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 20px;
  align-items: center;
  font-family: monsterat_bold;
  color: #303951;
}
.navigate_icons {
  outline: none;
  user-select: none;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
}
.modal-header {
  background: #303952;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-footer {
  display: flex;
  flex-direction: column;
  height: auto !important;
  background-color: red;
}
.modal-footer .box-send-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.modal-footer .box-multi-select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-footer .box-multi-select input {
  margin-left: 5px;
  position: inherit !important;
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: all !important;
}
.modal-content {
  padding: 0 !important   ;
}

.name_header {
  font-family: monsterat_bold;
  background: #303951;
  color: white;
}

.name_body {
  font-family: monsterat_bold;
  color: #303951;
}
.total-hours {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

.waiting_analysis {
  cursor: pointer;
  background-color: #fffa65;
}
.pendencies {
  cursor: pointer;
  background-color: #ff9f43;
}
.approved {
  cursor: pointer;
  background-color: #1dd1a1;
}
.rejected {
  cursor: pointer;
  background-color: #ff6b6b;
}
.void {
  background-color: #ecf0f1;
}
.draft {
  cursor: pointer;
  background-color: #48dbfb;
}
.complement {
  background-color: #aeb5b95e;
}

.modal-fullscreen {
  max-height: 90% !important;
  height: 90% !important;
  width: 90% !important;
  top: 5% !important;
}
.modal_name {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 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;
}
table {
  margin-bottom: 50px;
}

/* 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;
}
