﻿@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%; } }

/******* RESPONSIVE ********/
#leftpanel.show {
  width: 330px; }

#leftpanel.full {
  width: 100%;
  z-index: 99; }

#legend_map {
  width: 200px;
  bottom: 10px;
  z-index: 99; }
  #legend_map:hover {
    transform: scale(2);
    transform-origin: bottom right;
    margin-top: 5px; }

.toggleIsland {
  right: 262px; }

#tabTongHop .box-dashboard {
  margin: 10px;
  background: #fff;
  height: calc(100vh - 123px);
  border: 1px solid #f1f1f1; }
  #tabTongHop .box-dashboard .box-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 7px; }
    #tabTongHop .box-dashboard .box-filter .btn {
      font-size: 0.8em;
      padding: 3px 5px;
      line-height: 1;
      height: 30px; }
  #tabTongHop .box-dashboard .box-content {
    height: 100%;
    position: relative; }
    #tabTongHop .box-dashboard .box-content .chart {
      height: 300px;
      border: 1px solid #f1f1f1; }

#tbSolieu p {
  border-bottom: 1px dashed #ccc;
  padding: 5px; }

#tbSolieu .content {
  padding: 10px; }
  #tbSolieu .content p {
    line-height: 28px; }
  #tbSolieu .content .slabel {
    font-weight: 600; }

#toggleInfo {
  position: absolute;
  top: 80px;
  left: 350px; }

#popup .title {
  color: #0070C0;
  font-weight: 600; }

#httl_info {
  position: absolute;
  top: 80px;
  left: 350px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.37); }
  #httl_info .head {
    display: flex;
    justify-content: space-between; }
    #httl_info .head span {
      color: #0070C0;
      font-weight: 600;
      font-size: 1.2em; }
    #httl_info .head .close {
      cursor: pointer;
      color: #808080; }
  #httl_info .viewImg, #httl_info .viewQTVH {
    font-weight: 600;
    color: #7a0404;
    cursor: pointer;
    font-size: 1.2em;
    text-decoration: underline; }
  #httl_info .gotoMap {
    color: #0070C0;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline !important; }

#sodohthong, #qtvh {
  position: absolute;
  height: calc(100vh - 95px);
  z-index: 999;
  left: 350px;
  top: 80px;
  background-color: #fff;
  border-radius: 5px;
  width: calc(100vw - 400px); }
  #sodohthong .content, #qtvh .content {
    text-align: center; }
  #sodohthong img, #qtvh img {
    height: calc(100vh - 135px);
    width: auto; }

@media only screen and (max-width: 992px) {
  #sNbRows {
    padding: 0 !important; }
  #leftPanel.show {
    margin-left: 0; }
  .sidepanel {
    width: calc(100vw - 300px); } }

@media only screen and (max-width: 768px) {
  #ul2Tabs {
    margin-top: 40px; }
  #toggleLeftMenu {
    display: block; }
  .sidepanel {
    width: 100%; }
  .topToolMap {
    display: none; }
  .viewToolMap {
    display: block;
    position: absolute;
    z-index: 10;
    right: 19px;
    top: 77px;
    background: #3b672d;
    width: 30px;
    height: 30px;
    border-radius: 50%; }
    .viewToolMap i {
      color: #021639;
      font-size: 16px;
      padding: 7px;
      cursor: pointer; }
  #datastores {
    left: 5px !important;
    top: 10px;
    z-index: 10;
    width: 95vw; }
  #toolRight {
    right: 5px; }
  .ol-zoom.ol-unselectable.ol-control {
    top: 10px !important;
    bottom: unset !important;
    right: 5px !important; }
  #zoneIsland {
    right: 5px;
    bottom: 5px; } }
