.time-attendance {
  line-height: 52px;
  text-align: center;
}

.time-attendance span {
  font-size: 15px;
}

.patient {
  position: relative;
}

.info-patient {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  right: 0;
  top: 0;
}

.patient:hover .info-patient {
  opacity: 1;
}

.info-patient i.far {
  font-size: 15px;
  color: #607D8B;
  cursor: pointer;
}

.info-patient i.far:hover {
  opacity: 0.8;
}

.info-patient i.fa-times {
  font-size: 6px;
  color: #F44336;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 4px;
}

.info-patient i.fa-times.pagamento {
  left: 2px;
  top: 3px;
}

.actions-patient {
  visibility: hidden;
  margin-bottom: 15px;
  transition: visibility 0.3s linear;
}

.timeline-container .patient:last-child .actions-patient {
  margin-bottom: 0;
}

.patient:hover .actions-patient {
  visibility: visible;
}

.data-attendance, .research-patients {
  border-radius: 5px;
  text-align: center;
  width: calc(100% - 68px)
}

.bar-day h1 {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.bar-day h1:hover {
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.bar-day-active {
  opacity: 1;
}

.content-bar-day, .content-exam {
  overflow: auto;
  height: calc(100vh - 235px);
}

.content-exam {
  overflow: auto;
  height: calc(100vh - 266px);
}

.timeline {
  height: auto;
}

.timeline-icon {
  width: 60px;
  height: 60px;
}

.dates-patient {
  margin: 3px 0 2px 0;
}

.rows-dates i {
  font-size: 50px;
}

.rows-dates .left-arrow, .rows-dates .right-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.rows-dates:hover .left-arrow, .rows-dates:hover .right-arrow {
  background: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.left-arrow {
  left: 0;
  margin-top: -40px;
}

.right-arrow {
  right: 0;
  margin-top: -40px;
}

.content-dates {
  position: relative;
}

.patient:hover h5.text-muted {
  color: #FF5722;
  font-weight: 800;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.list-date-edit li {
  vertical-align: top;
}

.timeline-medical .patient {
  padding: 13px 20px;
}

.timeline-medical .patient:last-child {
  padding-bottom: 0;
}

.timeline-medical .patient:first-child {
  padding-top: 0;
}

.patient.active {
  background: rgb(238, 238, 238);
  border-top: 1px solid rgb(192, 192, 192);
  border-bottom: 1px solid rgb(192, 192, 192);
}

.min-width-label {
  min-width: 101px;
}

.widht-label-patient {
  min-width: 79px;
}

.name-patient {
  overflow: hidden;
  height: 25px;
  margin-bottom: 0;
}

.overflow-dates-medical {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.data-medical .overflow-dates-medical:first-child {
  max-width: 55%;
}

.data-medical .overflow-dates-medical:last-child {
  max-width: 40%;
}

.level .photo-user {
  padding-left: 20px;
}

.list_permissions li {
  padding: 5px 0 0 29px;
}

.markings .data-attendance {
  width: auto;
}

.markings .media {
  margin-top: 10px;
}

.markings .media:first-child {
  margin-top: 0;
}

.markings .media .label {
  font-size: 12px;
  font-weight: bold;
  /*max-width: 120px;*/
}

.unid-name {
  text-transform: uppercase;
}

.daterangepicker.dropdown-menu {
  z-index: 9999;
}

.btn-full {
  width: 100%;
}

@media (max-width: 1700px) {
  .name-patient h5.name-patient {
    font-size: 12px;
    padding-top: 4px;
    /*height: 1.4vw;*/
  }
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #dbdbdb;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: rgb(165, 165, 165);
  -webkit-border-radius: 6px;
}