body{
  /*font-family: Roboto Regular !important;*/
}

h1{
  color: #45A041 !important;
}

.btn-primary {
  color: #fff;
  background-color: #45A041 !important;
  border-color: #45A041 !important;
}

.logoIDP{
  position: relative;
  left:8% !important;
}

/*adminlte*/
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background-color:#45A041 !important}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{background-color:#45A041 !important}
.bootstrap-datetimepicker-widget table td.today::before{border-bottom-color:#45A041 !important}
.bootstrap-datetimepicker-widget table td.day:hover{background-color:#45A041 !important}

/*tempusdominus-bootstrap-4*/
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#45A041 !important}
.bootstrap-datetimepicker-widget table td.second:hover{background:#45A041 !important}
.bootstrap-datetimepicker-widget table td.today:before{border-bottom-color:#45A041 !important}
.bootstrap-datetimepicker-widget table td.active:hover{background-color:#45A041 !important}
.bootstrap-datetimepicker-widget table td.active.today:before {border-bottom-color:#45A041 !important}
.bootstrap-datetimepicker-widget table td span:hover{background:#45A041 !important}
.bootstrap-datetimepicker-widget table td span.active{background-color:#45A041 !important}

/*select*/
.select2-results__option--highlighted{background-color:#45A041 !important;color:#fff}

/*datatable*/
.page-item.active .page-link{background-color:#45A041 !important;border-color:#45A041 !important}
.dropdown-item.active, .dropdown-item:active {background-color: #6c757d !important}
.dropdown-item:hover {background-color: #45A041 !important}

/*brand-link*/
.brand-link {
  font-size: 0.9rem !important;
}

.msgerr{
  color: red;
  font-weight: bold;
  text-align: left;
}

.msgok{
  color: #45A041;
  text-align: left;
}

.msgrem{
  color: white;
  background-color: #6c757d !important;
  text-align: left;
}

.msgremok{
  color: white;
  background-color: #45A041 !important;
  text-align: left;
}