div.dt-buttons {
  padding-left: 40px;
}

button.dt-button, div.dt-button, a.dt-button{
  background-color: #0ca698 !important;
  color: #ffffff !important;
  background-image: none !important;
  border-color: #0ca698  !important;
  border-radius: 7px;
}

.page-icon{
  color:#0ca698;
  margin:10px;
  font-size:34px
}

.dataTable thead tr{
  background: #0ca698;
  color: #ffffff;
}

.form-group label {
  color:#0ca698;
  font-weight: 500;
}

.input-group-icon {
    background: #0ca698;
    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: #0ca698;
}

.bootstrap-datetimepicker-widget table th {
  background-color:  #0ca698 !important;
  border-radius: 0px;
  color:#ffffff;
  padding: 10px;
}

.bootstrap-datetimepicker-widget{
  border: 1px solid #0ca698;
}


.pg_area{
  border:1px solid #0ca698;
  padding: 10px;
  margin-bottom: 10px
}

.pg_label {
  font-size: 16px;
  font-weight: bold;
  color:#0ca698;
  margin-bottom: 20px
}

.pg_logo{
  width:100%;
  max-width: 200px;
  margin: 10px 0px 30px 0px
}

.pg_logo_sm{
  width:100%;
  max-width: 120px;
}

.dash_table thead{
  background: #0ca698;
  color:#ffffff
}

.badge-get{
  background: #2196f3;
  padding: 10px;
  border-radius: 0px;
}
.badge-url-get{
  background: #dfeef9;
  padding: 10px 20px;
  font-weight: normal;
  color: #000000;
  border-radius: 0px;
}

.badge-post{
  background: #4caf50;
  padding: 10px;
  border-radius: 0px;
}
.badge-url-post{
  background: #e7f9e7;
  padding: 10px 20px;
  font-weight: normal;
  color: #000000;
  border-radius: 0px;
}
