.dashboard {
  width:100%;
  background-color: #e6ecf0;
}
.header {
  margin:1px;
  height:105px;
}
.header-left {
  float:left;
  width:3%;
  height:105px;
  background-color: #fdb813;
}
.header-right {
  float:left;
  width:97%;
  height:105px;
  background-color: #3c5e82;
}
.judul {
  font-size: 24px;
  color: white;
  font-weight: bold;
  font-family: "Tableau Bold", Tableau, Arial, sans-serif;
  padding: 30px 0 0 6px;
}
.subjudul {
  font-size: 18px;
  color: white;
  padding-left: 6px;
}

@media only screen and (max-width: 600px) {
  .judul {
    font-size: 18px;
  }
  .subjudul {
    font-size: 14px;
  }
}
.chart {
  float: left;
  width:50%;
}

.pagu {
  text-align: center;
  background-color: #3c5e82;
  height: 110px;
}
.label {
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 33px;
}
.nilai {
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 33px;
}

.anggaran {
  text-align: center;
}

.realisasi {
  text-align: center;
  width:50%;
  float:left;
  height: 110px;
  background-color: #f28e2b;
}

.penyerapan {
  text-align: center;
  width:50%;
  float:left;
  height: 110px;
  background-color: #f5b778;
}

.footer {
  background-color: #1f3368;
  color: white;
  width:100%;
  height:50px;
  padding: 10px;
}
.pagu-anggaran{
  padding: 15px;
  color: #ffffff;
}
.padding-15{
  padding: 15px;
}
.padding-15-no-top{
  padding: 0 15px 15px 15px;
}
.padding-right-0{
  padding-right: 0;
}
.padding-left-0{
  padding-left: 0;
}
@media only screen and (max-width: 600px) {
  .padding-right-0 {
    padding-right: 15px !important;
  }

  .padding-left-0 {
    padding-left: 15px !important;
  }
}
#emonitoring3 svg{
  padding: 0 10px 0 0;
}
#jumlah-total-pegawai{
  font-size: 44px;
}
.total-pegawai{
  padding: 20px;
  text-align: center;
  background: #5a9bd5;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  height: 280px !important;
  vertical-align: middle;
  padding-top: 100px !important;
}
.judul-unit-organisasi, #employee-by-education, #employee-by-department{
  border: 1px solid #aaaaaa;
}
#employee-by-sex svg, #employee-by-education svg,
#employee-by-department svg, #employee-by-type svg{
  background-color: transparent !important;
}
#employee-by-golongan svg{
  background-color: #e6ecf0 !important;
}
#employee-by-golongan{
  border: 1px solid #999 !important;
}
