div.dt-buttons {
  padding-left: 40px;
}

button.dt-button, div.dt-button, a.dt-button{
  background-color: #1977c2 !important;
  color: #ffffff !important;
  background-image: none !important;
  border-color: #1977c2  !important;
  border-radius: 7px;
}

.page-icon{
  color:#1977c2;
  margin:10px;
  font-size:34px
}

.dataTable thead tr{
  background: #1977c2;
  color: #ffffff;
}

.form-group label {
  color:#1977c2;
  font-weight: 500;
}

.input-group-icon {
    background: #1977c2;
    color: #ffffff;
    padding: 4px 15px;
    font-size: 20px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #dce7f1;
}
.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding: 0px 15px;
}

.bootstrap-datetimepicker-widget table td{
    padding: 10px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1977c2;
}

.bootstrap-datetimepicker-widget table th {
  background-color:  #1977c2 !important;
  border-radius: 0px;
  color:#ffffff;
  padding: 10px;
}

.bootstrap-datetimepicker-widget{
  border: 1px solid #1977c2;
}
