﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

#dashboard {
  background-color: #f0f1f7;
  padding-bottom: 30px;
}
#dashboard h2 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
  color: #3cbf59;
}
#dashboard .box-content .bg-tt {
  background-color: #f4fdff;
}
#dashboard .box-content .bg-cn {
  background-color: #f8e6e2;
}
#dashboard .box-content .bg-tl {
  background-color: #edf9ff;
}
#dashboard .box-content .bg-tmdv {
  background-color: #f1f8ff;
}
#dashboard .box-content .bg-ntm {
  background-color: #f1fff1;
}
#dashboard .box-content .bg-ocop {
  background-color: #fcfceb;
}
#dashboard .box-content .box-title, #dashboard .box-content .box-chart {
  border-radius: 6px;
  box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
}
#dashboard .box-content .box-title {
  padding: 10px 20px;
}
#dashboard .box-content .box-title h3 {
  font-size: 18px;
  padding: 10px 0;
  font-weight: 500;
}
#dashboard .box-content .box-title h4 {
  margin-bottom: 0;
}
#dashboard .box-content .box-chart {
  margin-top: 10px;
  padding: 15px 0;
  background-color: #fff;
}

/*highcharts*/
.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  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;
}
