.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: #009640 !important;
  background-color: #fff !important;
  border-color: #009640 !important;
}

.fc-button:hover{
  color: #fff !important;
  background-color: #009640 !important;
  border-color: #009640 !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: #3caf6d;  
}
.sidebar a {
  color: #343a40 !important;
}

.card-primary:not(.card-outline)>.card-header {
  background-color: #3caf6d;  
}

