@charset "utf-8";
/* CSS Document */

/*Main*/
html, body {
  height: 100%;
}

#mainView {
  width: 1024px;
  height: 321px;
  display: table;
  vertical-align: middle;

  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

#chartHolder
{
  width:361px;
  height: 321px;
  display: table-cell;
  vertical-align: bottom;
  background: white;
  text-align: center;
  top: 341px;
}

.stretch
{
  width:100%;
  height:100%;


  background: url(/public/assets/images/dnb.png) no-repeat;
  left: 0px;
  top:0px;
  position: absolute;
  z-index: -1;

  border-radius: 15px;

}

#mapHolder
{
  vertical-align: middle;
  position: relative;

  width:662px;
  height:321px;
  display: table-cell;
  vertical-align: middle;

  text-align: center;
  border-style : solid;
  border-color: gray;
  margin: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 2px #999;
  vertical-align: middle;

}

#info {
  width: 361px;
  height: 321px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding: 5px;
  margin: 0 auto;
}

#backmap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#rangeSlider {
  height:14px;
  border-radius: 8px;
  margin: 10px;
}

#place{
  padding: 5px;
  margin-left: auto;
  color:black;
  font-size: 22px;
  text-align: center;
}

#time{
  padding: 5px;
  margin-left: auto;
  color:black;
  font-size: 18px;
  text-align: center;
}

.svg-box {
  display: inline-block;
  width: 45px;
  height: 45px;
}

.svg-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Tabs
----------------------------------*/

/** Tables **/
table {
  width: 100%;
  border-collapse: separate;
}
table th,
table td {
  padding: 8px;
  vertical-align: middle;
}

table thead th {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #c2c2c2;
  text-align: left;
}
table thead th.checkboxes {
  width: 18px;
}
table tfoot td {
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
}
table tbody tr.alt {
  background-color: #F3F3F3;
}


/* Tabs
----------------------------------*/
#pageWrapper {
  position: relative;
  min-height: 100%;
}
#pageWrapper #content {
  padding-bottom: 32px;
}
#pageWrapper .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mapView {
  position: relative;
}
.mapView:after,
.form-data:after,
.tabs-solieu .tab-pane:after{
  content: '';
  display: table;
  clear: both;
}
.mapView .leftbar-data {
  position: absolute;
  width: 370px;
  height: calc(100vh - 139px);
  min-height: 670px;
  padding: 20px;
  z-index: 1;
  background-color: #fff;
  transition: width 0.6s ease-in;
  float: left;
}
.mapView .leftbar-data.open{
  width: 100%;
}
.mapView .leftbar-data.open + .rightcontent-data{
  display: none;
}
.mapView .leftbar-data .title-page {
  font-size: 24px;
  font-weight: bold;
  color: #0071ba;
  margin-bottom: 10px;
}
.mapView .leftbar-data .chart-data-copyright {
  font-size: 10px;
  line-height: 1.6;
  color: #a9aaad;
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0 20px;
  margin-left: -20px;
}
.mapView .rightcontent-data {
  position: relative;
  width: calc(100% - 370px);
  height: calc(100vh - 139px);
  min-height: 670px;
  /* background-color: #eeeff0; */
  margin-left: 370px;
}
.mapView .rightcontent-data .map-description {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  color: #0071ba;
  line-height: 1;
  padding: 13px 0;
}
.mapView .rightcontent-data .map-background {
  position: absolute;
  top: 44px;
  left: 0;
  height: calc(100% - 44px);
  width: 100%;
  overflow: hidden;
}
.mapView .rightcontent-data .map-background svg {
  width: 100%;
}
.mapView .rightcontent-data .map {
  position: absolute;
  top: 44px;
  left: 0;
  overflow: hidden;
  height: calc(100% - 44px);
  width: 100%;
}
.mapView .rightcontent-data .map.have-bg {
  background-color: #fff;
}
.mapView .rightcontent-data .map svg {
  width: 100%;
}
.mapView .rightcontent-data .back {
  position: absolute;
  top: 64px;
  right: 25px;
  z-index: 22;
  cursor: pointer;
}
.mapView .rightcontent-data .map-legend {
  transition: height 0.6s ease-in;
}
.mapView .rightcontent-data .toggle-legend i {
  color: #8e9898;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.5;
}
.mapView .rightcontent-data .toggle-legend i:hover {
  opacity: 1;
}
.mapView .rightcontent-data .map-legend .pseudo ul,
.mapView .rightcontent-data .map-legend .pseudo div.content {
  transition: opacity 0.75s ease-out;
  opacity: 1; 
  height: auto;
  overflow: hidden;
}
.mapView .rightcontent-data .map-legend.collapsed .pseudo ul,
.mapView .rightcontent-data .map-legend.collapsed .pseudo div.content {
  opacity: 0;
  height: 0;
}
.mapView .rightcontent-data .map-legend.collapsed .pseudo p {
  margin-bottom: 0;
}
.mapView .rightcontent-data .area-map-legend {
  position: absolute;
  top: 74px;
  left: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #1d1d1d;
  opacity: 0.9;
}
.mapView .rightcontent-data .area-map-legend .pseudo {
  padding: 10px 25px 5px 12px;
}
.mapView .rightcontent-data .area-map-legend p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mapView .rightcontent-data .area-map-legend ul li {
  font-size: 10px;
  margin-bottom: 20px;
}
.mapView .rightcontent-data .area-map-legend ul li:last-child {
  margin-bottom: 0;
}
.mapView .rightcontent-data .area-map-legend ul li > * {
  vertical-align: middle;
}
.mapView .rightcontent-data .area-map-legend .color {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ececec;
  margin-right: 10px;
}
.mapView .rightcontent-data .worm-map-legend {
  position: absolute;
  top: 74px;
  left: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #1d1d1d;
  width: 270px;
  opacity: 0.9;
}
.mapView .rightcontent-data .worm-map-legend .pseudo {
  padding: 10px 12px 5px;
}
.mapView .rightcontent-data .worm-map-legend p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mapView .rightcontent-data .worm-map-legend .content {
  font-size: 10px;
  line-height: 1.6;
  color: #1d1d1d;
}
.mapView .rightcontent-data .worm-map-legend .content table tr td {
  vertical-align: top;
  padding: 0 0 20px;
}
.mapView .rightcontent-data .worm-map-legend .content table tr:last-child td {
  padding-bottom: 0;
}
.mapView .rightcontent-data .worm-map-legend .content .c-item {
  overflow: hidden;
}
.mapView .rightcontent-data .worm-map-legend .content .c-item .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
  float: left;
}
.mapView .rightcontent-data .worm-map-legend .content .c-item .worm-name {
  width: calc(100% - 26px);
  float: left;
}
.form-group{
  margin-bottom: 10px;
}
.group-position{
  width: 232px;
  float: left;
}
.group-position .dropdown .dropdown-toggle {
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #1d1d1d;
  padding: 12px 10px;
  background: #f7f8f8 !important;
  border: none;
  text-align: left;
  box-shadow: none;
  outline: none;
}
.group-position .dropdown .dropdown-toggle span.caret {
  float: right;
  margin: 8.5px 0;
}
.group-position .dropdown .dropdown-menu {
  width: 100%;
  padding-left: 10px;
}
.group-position .dropdown .dropdown-menu li ul {
  padding-left: 15px;
}
.group-year{
  width: 78px;
  float: left;
  margin-left: 20px;
}
.group-year .dropdown {
  height: auto;
}
.bootstrap-select .btn{
  height: 44px;
  border: none;
  padding: 12px 10px;
  cursor: pointer;
}
.bootstrap-select .btn:hover {
  color: #1d1d1d;
  background-color: #f7f8f8;
}
.bootstrap-select .dropdown-toggle .filter-option{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #1d1d1d;
  background-color: #f7f8f8;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bootstrap-select .dropdown-menu{
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
}
.bootstrap-select .dropdown-menu>li>a {
  padding: 3px 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1d1d1d;
  white-space: nowrap;
}
.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:focus,
.bootstrap-select .dropdown-menu>.active>a:hover {
  background-color: #0071ba;
  color: #fff;
}
.form-data .form-group label{
  font-size: 14px;
  font-weight: bold;
  color: #a9aaad;
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.post .form-data form input[type=text]{
  background-color: #f7f8f8;
  border: none;
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px 5px 4px 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1d1d1d;
  text-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  padding: 10px;
  line-height: 1.5;
}
.form-data .input-group-addon {
  padding: 13px;
  font-size: 18px;
  line-height: 1;
  color: #1f2325;
  text-align: center;
  background-color: #f7f8f8;
  border: none;
  border-radius: 0;
}
.tabs-solieu{
  margin: 0 -20px;
}
.tabs-solieu .nav-tabs {
  border-bottom: 1px solid #eeeff0;
}
.tabs-solieu .nav-tabs>li>a {
  margin-right: 0px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius:0;
  font-size: 16px;
  font-weight: bold;
  color: #a9aaad;
  width: 185px;
  text-align: center;
}
.tabs-solieu .nav>li>a:focus,
.tabs-solieu .nav>li>a:hover {
  background-color: #0071ba;
  color: #fff;
}
.tabs-solieu .nav-tabs>li.active>a,
.tabs-solieu .nav-tabs>li.active>a:focus,
.tabs-solieu .nav-tabs>li.active>a:hover {
  cursor: default;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom:  2px solid #0071ba;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #0071ba;
  border-radius:0;
}
.tabs-solieu .tab-pane{
  padding: 20px;
}
.tabs-solieu .tab-pane .note {
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

section.post .form-data form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1f2325;
  opacity: 1; /* Firefox */
}

section.post .form-data form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1f2325;
}

section.post .form-data form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #1f2325;
}
.chart-wrapper {
  position: relative;
}
.tab-content {
  position: relative;
}
.tab-content .btn-expand {
  position: absolute;
  top: 100px;
  right: 25px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  color: #0071ba;
  font-size: 21px;
  padding: 0;
  outline: none !important;
  z-index: 1;
}
.tab-content .btn-expand span {
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
}
.tab-content .form-control {
  height: auto;
  margin-bottom: 30px;
}
.tab-content .selection {
  width: 330px;
}
.inner-scrollbar {
  height: 278px;
  padding-bottom: 28px;
  overflow-x: auto;
  overflow-y: hidden;
}
.inner-scrollbar .scrollbar-track-y {
  display: none !important;
}
.inner-scrollbar .bar-chart {
  background-color: #f7f8f8;
}
.scrollbar-track {
  background: #eeeff0;
  border-radius: 20px;
}
.scrollbar-thumb {
  background: #bdc5c7;
}
.dropdown-header {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #1d1d1d;
  font-weight: bold;
}
.bootstrap-select .dropdown-menu li a.opt {
  padding-left: 10px;
}
.bootstrap-select .dropdown-menu>li>a {
  padding: 7px 10px;
  font-weight: normal;
  font-size: 14px;
}
.dropdown-menu .divider {
  margin: 0;
  background: #d9dddf;
}
.tabs-solieu .bootstrap-select .dropdown-toggle .filter-option{
  border-radius: 4px;
}
.tabs-solieu .bootstrap-select .dropdown-menu{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  border: none;
}
div.dropdown-menu.open{
  max-height: 314px !important;
  overflow: hidden;
}
ul.dropdown-menu.inner{
  max-height: 260px !important;
  overflow-y: auto;
}