.tab-content {
  padding: 0 !important;
}

.task-detail {
  padding: 10px;
  border-top: solid thin;
  border-right: none;
  border-left: none;
}

.task-period {
  border-right: none;
  border-left: none;
  padding-top:10px;
}

.task-period-low {
  padding-bottom:10px;
}
.task-detail:hover {
  cursor: pointer;
}

.time-taskbar {
  text-align: right;
  padding-top: 20px;
}

.time-taskbar-display {
  font-size: 1em;
  padding-top: 20px;
  text-align: right;
}

.current-time-form {
  min-height: 250px;
  height: 250px;
}

.background-impar {
  background: #eee;
  color: #000;
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 95% !important;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 60% !important;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    width: 60% !important;
  }
}

@media (min-width: 1200px) {
  .modal-dialog {
    width: 60% !important;
  }
}

.xe-icon {
  padding: 5px !important;
}
