.toasts-bottom-right {
  bottom: 10px;
  right: 10px;
  min-width: 200px;
}

.table-bordered th:last-child,
.table-bordered td:last-child {
  width: 1px;
  white-space: nowrap;
  margin-right: 5px;
  text-align: right;
}

.smallTabela th:last-child,
.smallTabela td:last-child {
  text-align: left;
}

.smallTabela.dataTables_filter,
.smallTabela.dataTables_filter label {
  width: 100%;
  text-align: right;
}

.dropdown-menu-options {
  left: unset !important;
  right: 0px !important;
  transform: translate3d(0px, 38px, 0px) !important;
}

.fc-button {
  color: #007bff !important;
  background-color: #fff !important;
  border-color: #007bff !important;
}

.fc-button:hover {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.fc .fc-toolbar-title {
  font-size: 18px !important;
}

.card-body .fc {
  margin-top: 0px !important;
}

.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
  padding: 0px !important;
}

.sidebar-dark-primary {
  background-color: #51b1da;
}
.sidebar a {
  color: #343a40 !important;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: #51b1da;
}

.select2-container--default .select2-selection--single {
  height: 38px !important;
}

.select2.select2-hidden-accessible.is-invalid
  + .select2-container--default
  .select2-selection--single,
.select2.select2-hidden-accessible.is-invalid
  + .select2-container--default
  .select2-selection--multiple {
  background-color: #fff;
  border-color: #dc3545 !important;
  border-radius: 4px;
}

.fc-event:hover {
  cursor: pointer;
}
.circleBlue {
  width: 15px;
  height: 15px;
  line-height: 500px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  background: #65a9d7;
}
.circleOrange {
  width: 15px;
  height: 15px;
  line-height: 500px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  background: #ffa500;
}
.circleRed {
  width: 15px;
  height: 15px;
  line-height: 500px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  background: #ff0000;
}
.circleGreen {
  width: 15px;
  height: 15px;
  line-height: 500px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  background: #22bb33;
}