/*--------------------------------------------------------------
# Dashboard admin
--------------------------------------------------------------*/

.tittle-chart span{
  color: #FCC300;
}

.tittle-chart h3{
  font-weight: 700;
}


.highcharts-figure, .highcharts-data-table table {
    min-width: 310px; 
    max-width: 800px;
    margin: 1em auto;
    margin-left: -10px;
}

#chartadmin {
    height: 400px;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/*--------------------------------------------------------------
# Univ Partner
--------------------------------------------------------------*/

.univ-title {
  margin-left: -20px;
  margin-top: 6px;
}

.univ-title h4 {
  font-size: 23px;
}

.univ-title p {
  font-size: 14px;
}

.univ-icon {
  width: 15px;
}

.univ-title .location {
  margin-top: -70px
}

.univ-body {
  margin-top: -45px;
}

.univ-body p{
  margin-top: -20px;
}

/* col */

@media screen and (max-width: 600px) {
  .drop-semua .col-md-3{
    padding-bottom: 10px;
  }
}
/*--------------------------------------------------------------
# CARD-men
--------------------------------------------------------------*/

.card-men {
  color: white;
  /* float: left; */
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  margin: 10px;
  height: 120px;
}
.card-men:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  transition: 0.5s;
}
.card-men p {
  font-size: 18px;
}
.card-men h1 {
  float: right;
 font-size: 50px;
 margin-top: -60px;
}
.cardContainer:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .card-men {
     width: 100%;
  }
}

/* CARD GRAFIK */
.card-grafik {
  color: rgb(19, 19, 19);
  /* float: left; */
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  margin: 10px;
  /* height: 150px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  background-color: #fff;
}
/* .card-grafik:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  transition: 0.5s;
} */
.card-grafik p {
  font-size: 18px;
}
.card-grafik h1 {
  float: right;
 font-size: 30px;
}
.container-grafik:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .card-grafik {
     width: 100%;
  }
}



/* CHART TREN */
