﻿@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é****/
ul, li {
  list-style: none; }

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

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

#mydata {
  min-height: calc(100vh - 147px); }

#mydata {
  margin-top: 75px;
  margin-bottom: 15px;
  position: relative; }

@media only screen and (max-width: 992px) {
  #mydata {
    padding: 0 5%; } }

#mydata .toggleMenu {
  display: none; }

@media only screen and (max-width: 769px) {
  #mydata .toggleMenu {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: -18px;
    z-index: 10;
    color: #028baf;
    font-size: 50px;
    text-align: center; } }

#mydata .col-left {
  padding-right: 30px; }

#mydata .col-left .content-left {
  background-color: #fff; }

@media only screen and (max-width: 600px) {
  #mydata .col-left .content-left {
    width: 200px; } }

#mydata .box {
  /*margin-bottom: 15px;*/
  background: #F2F4F9; }

#mydata .box > label {
  background: #2e73d5;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0; }

#mydata .box > span {
  padding: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #2e73d5;
  display: inline-block;
  text-decoration: none;
  transition: all 0.7s ease;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 10px;
  background: #e5ebfb;
  border-radius: 10px; }

#mydata .box > span:hover {
  color: #226a6d;
  background: rgba(0, 153, 112, 0.2); }

#mydata .box > ul {
  margin-bottom: 0; }

#mydata .box > ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 12px;
  color: #636363;
  background: #F2F4F9; }

#mydata .box > ul li:hover, #mydata .box > ul li.active {
  border-left: 4px solid #be301d;
  font-weight: 600;
  color: #be301d; }

#mydata .box > ul input {
  margin-right: 7px; }

#toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }

@media only screen and (max-width: 376px) {
  #toolbar {
    display: inherit; } }

#toolbar #boxSearch {
  position: relative;
  display: flex;
  border: 1px solid #d7dae2;
  border-radius: 10px;
  height: 45px;
  min-width: 40%; }
  #toolbar #boxSearch input {
    border-radius: 10px;
    height: 43px !important;
    padding: 0.375rem 0.75rem;
    border: unset;
    width: unset;
    flex: auto; }
  #toolbar #boxSearch input:focus-visible {
    border: 1px solid #2e73d5; }
  #toolbar #boxSearch i {
    width: 38px;
    height: 38px;
    margin: auto;
    color: #2e73d5;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 10px; }

@media only screen and (max-width: 376px) {
  #toolbar #boxSearch {
    margin-bottom: 8px;
    margin-left: 20px; } }

/*#toolbar #boxSearch:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #2e73d5;
    transition: all 0.5s linear;
}

#toolbar #boxSearch:hover::before {
    width: 100%;
    transition: all 0.5s linear;
}*/
/*#toolbar #boxSearch > input {
    border: none;
    font-size: 15px;
    width: 400px;
    padding-left: 10px;
}*/
@media only screen and (max-width: 600px) {
  #toolbar #boxSearch > input {
    width: 100%; } }

#toolbar #boxSearch > input:focus {
  outline: none; }

#toolbar #boxSearch .icon-search {
  padding: 7px;
  font-size: 20px;
  font-weight: 700;
  background: #fff; }

#toolbar .toolbar-r {
  display: flex;
  align-items: center; }
  #toolbar .toolbar-r button {
    border-radius: 10px; }

@media only screen and (max-width: 376px) {
  #toolbar .toolbar-r {
    margin-left: 11px; } }

#toolbar .toolbar-r > button, #toolbar .toolbar-r .UI-DROP > button {
  border: none;
  height: 40px;
  font-size: 14px;
  margin-left: 8px;
  padding: 0 18px;
  background: #2e73d5;
  color: #fff; }

#toolbar .toolbar-r > button:hover, #toolbar .toolbar-r .UI-DROP > button:hover {
  font-weight: 600;
  transform: scale(1.005);
  transition: all 0.5s ease; }

#toolbar .toolbar-r > button:focus, #toolbar .toolbar-r .UI-DROP > button:focus {
  outline: none; }

#toolbar .toolbar-r > button > span, #toolbar .toolbar-r .UI-DROP > button > span {
  border-left: none !important; }

#toolbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: none !important;
  border-right: none !important;
  border-bottom: 0;
  border-left: none !important; }

#myTab {
  background: #F2F4F9; }

#myTab .nav-tabs > a, #myGroup .nav-tabs > a {
  color: #666;
  padding: 8px 22px;
  font-family: roboto condensed;
  font-size: 17px; }

@media only screen and (max-width: 600px) {
  #myTab .nav-tabs > a, #myGroup .nav-tabs > a {
    padding: 8px;
    font-size: 14px; } }

#myTab .nav-tabs > a.active, #myGroup .nav-tabs > a.active {
  border-bottom: 3.5px solid #d94348; }

#myTab .nav-tabs > a > i, #myGroup .nav-tabs > a > i {
  margin-right: 5px; }

#myTab .nav-tabs .bell-noti, #myGroup .nav-tabs .bell-noti {
  color: #ccc;
  font-size: 16px;
  position: relative;
  display: inline-block; }

#myTab .nav-tabs:hover .bell-noti, #myGroup .nav-tabs:hover .bell-noti {
  color: #d94348;
  animation: ring 0.25s forwards alternate infinite linear; }

@keyframes ring {
  from {
    transform: rotate(-10deg); }
  to {
    transform: rotate(10deg); } }

#myTab .tab-content, #myGroup .tab-content {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-top: none; }

#myTab .tab-content .tab-pane > h3, #myGroup .tab-content .tab-pane > h3 {
  color: #be301d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px; }

#myTab .items, #myGroup .items {
  height: 150px;
  height: 150px;
  min-height: 100%;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background: white;
  margin-top: 10px;
  width: 100%;
  position: relative; }

.dataset-content {
  overflow: hidden;
  border-left: 2px solid #2e73d5;
  padding-bottom: 20px;
  background: white; }
  .dataset-content .dataset-heading {
    background: #DDE4F4;
    padding: 10px 24px 10px 24px;
    flex-direction: row;
    display: flex; }
    .dataset-content .dataset-heading .heading-title {
      flex: 1;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis; }
      .dataset-content .dataset-heading .heading-title a {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #2e73d5; }
  .dataset-content .dataset-notes {
    padding: 16px 24px;
    border-bottom: 1px solid #D9D9D9; }
  .dataset-content .dataset-info {
    padding: 18px 24px;
    display: flex; }
    .dataset-content .dataset-info .dataset-update-at {
      border-right: 1px solid #D9D9D9;
      padding-right: 10px;
      white-space: nowrap;
      float: left;
      font-size: 13px;
      line-height: 15px; }
    .dataset-content .dataset-info .dataset-owner {
      float: left;
      font-size: 13px;
      line-height: 15px;
      padding-left: 10px;
      padding-right: 10px; }
    .dataset-content .dataset-info .dataset-count {
      float: left;
      font-size: 13px;
      line-height: 15px;
      padding-left: 10px;
      padding-right: 10px; }
    .dataset-content .dataset-info .dataset-rating {
      flex: 1;
      border-left: 1px solid #D9D9D9;
      display: flex; }
      .dataset-content .dataset-info .dataset-rating .rating-container {
        margin: auto 0 auto auto;
        height: 15px;
        display: flex; }
        .dataset-content .dataset-info .dataset-rating .rating-container .rating-item {
          width: 15px;
          height: 15px; }
    .dataset-content .dataset-info .dataset-info__text {
      font-weight: 700;
      margin-right: 0.25rem;
      line-height: 20px; }
    .dataset-content .dataset-info .dataset-info__value {
      color: #0a2540;
      line-height: 20px; }
  .dataset-content .dataset-resources {
    margin: -5px 19px; }
    .dataset-content .dataset-resources .dataset-resources-item {
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      background-color: #dc3545;
      border-radius: 5px;
      margin: 5px; }
    .dataset-content .dataset-resources .resources-xls, .dataset-content .dataset-resources .resources-xlsx {
      background: #1d6a3f;
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      border-radius: 5px;
      margin: 5px; }
    .dataset-content .dataset-resources .resources-doc, .dataset-content .dataset-resources .resources-docx {
      background: #0f3d8c;
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      border-radius: 5px;
      margin: 5px; }
    .dataset-content .dataset-resources .resources-pdf {
      background: #db0001;
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      border-radius: 5px;
      margin: 5px; }
    .dataset-content .dataset-resources .resources-zip, .dataset-content .dataset-resources .resources-zar {
      background: #96411b;
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      border-radius: 5px;
      margin: 5px; }
    .dataset-content .dataset-resources .resources-img {
      background: #2e73d5;
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      border-radius: 5px;
      margin: 5px; }
    .dataset-content .dataset-resources .resources-api {
      background: #0272f7;
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      border-radius: 5px;
      margin: 5px; }
    .dataset-content .dataset-resources .resources-json {
      background: #2e73d5;
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      border-radius: 5px;
      margin: 5px; }
    .dataset-content .dataset-resources .resources-html {
      background: #44866a;
      float: left;
      padding: 2px 9px;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
      color: #FFFFFF;
      border-radius: 5px;
      margin: 5px; }

@media only screen and (max-width: 600px) {
  #myTab .items, #myGroup .items {
    height: 180px; } }

@media only screen and (max-width: 415px) {
  #myTab .items, #myGroup .items {
    height: unset; } }

@media only screen and (max-width: 415px) {
  #myTab .items, #myGroup .items {
    display: inherit !important; } }

#myTab .items:hover, #myGroup .items:hover {
  box-shadow: 1px 0 10px 0px #ccc; }

#myTab .items .img, #myGroup .items .img {
  padding-right: 10px; }

@media only screen and (max-width: 415px) {
  #myTab .items .img, #myGroup .items .img {
    margin: 0 auto;
    margin-bottom: 8px; } }

#myTab .items .img > img, #myGroup .items .img > img {
  border: 1px solid #fff;
  padding: 3px;
  width: 100%;
  height: 100%;
  max-width: 200px; }

@media only screen and (max-width: 415px) {
  #myTab .items .img > img, #myGroup .items .img > img {
    height: 150px; } }

#myTab .items .item-r, #myGroup .items .item-r {
  position: relative;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 415px) {
  #myTab .items .item-r, #myGroup .items .item-r {
    height: 145px; } }

@media only screen and (max-width: 321px) {
  #myTab .items .item-r, #myGroup .items .item-r {
    height: 180px; } }

#myTab .items .item-r h5, #myTab .items .item-r h5 > a, #myGroup .items .item-r h5, #myGroup .items .item-r h5 > a {
  color: #0c5844;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 7px 0;
  width: 100%; }

#myTab .items .item-r p, #myGroup .items .item-r p {
  font-size: 14px;
  color: #666; }

#myTab .items .item-r .head, #myGroup .items .item-r .head {
  display: flex;
  justify-content: space-between; }

#myTab .items .item-r .right.aPhanQuyen, #myGroup .items .item-r .right.aPhanQuyen {
  margin-right: 0;
  color: #666;
  display: flex;
  width: 100%;
  margin-left: auto;
  height: 24px;
  line-height: 26px;
  justify-content: flex-end; }

#myTab .items .item-r .right.aPhanQuyen .flex-item, #myGroup .items .item-r .right.aPhanQuyen .flex-item {
  margin-left: 10px;
  cursor: pointer;
  font-size: 0.9em;
  color: #348fa4; }

#myTab .items .item-r .right.aPhanQuyen .flex-item:hover, #myGroup .items .item-r .right.aPhanQuyen .flex-item:hover {
  color: brown; }

#myTab .items .item-r .pIcons, #myGroup .items .item-r .pIcons {
  width: 100%;
  position: absolute;
  bottom: 0; }

#myTab .items .item-r .pIcons .right, #myGroup .items .item-r .pIcons .right {
  margin-left: 10px;
  float: right; }

#myTab .items .item-r .pIcons > a, #myGroup .items .item-r .pIcons > a {
  color: #666;
  margin-right: 12px; }

@media only screen and (max-width: 376px) {
  #myTab .items .item-r .pIcons > a, #myGroup .items .item-r .pIcons > a {
    font-size: 13px; } }

#myTab .items .item-r .pIcons > a:hover, #myGroup .items .item-r .pIcons > a:hover {
  transform: scale(1.05);
  transition: all 0.5s ease;
  color: #be301d; }

#myTab .items .item-r .pIcons > a:hover > i, #myGroup .items .item-r .pIcons > a:hover > i {
  color: #be301d; }

#myTab .items .item-r .pIcons > a:last-child, #myGroup .items .item-r .pIcons > a:last-child {
  margin-right: 0;
  margin-left: auto; }

#myTab .items .item-r .pIcons > a.right, #myGroup .items .item-r .pIcons > a.right {
  margin-left: 10px;
  float: right; }

#myTab .items .item-r .pIcons > a > i, #myGroup .items .item-r .pIcons > a > i {
  margin-right: 5px;
  color: #299bb5; }

#myTab .items .item-r .pIcons .editDoc, #myGroup .items .item-r .pIcons .editDoc {
  margin-right: 16px !important; }

#myTab .items .item-r .pIcons .viewmap, #myGroup .items .item-r .pIcons .viewmap {
  background: transparent linear-gradient(to bottom, #e53939 0%, #be4822 100%) repeat scroll 0 0;
  color: white !important;
  padding: 8px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  bottom: 0; }

#cboSort li, #cboUpload li {
  min-height: 40px;
  line-height: 35px;
  padding: 5px; }

#ulFilter, #ulHopPhan {
  padding-left: 0; }

#ulFilter li.active {
  color: red; }

#lstNotify .icon-close {
  position: absolute;
  right: 7px;
  font-size: 20px !important;
  top: 7px; }

.btNormal.active, .btNormal:hover, #btCalculator {
  border: 1px solid #3079ed;
  color: white;
  background: #4d90fe;
  padding: 5px 8px; }

.btNormal.active:focus, .btNormal:hover:focus, #btCalculator:focus {
  outline: none; }

.ddl ul {
  max-height: 350px;
  overflow: hidden;
  width: 100%;
  top: 28px;
  padding: 7px; }

.ddl:hover ul {
  max-height: 350px;
  overflow-y: auto; }

.li-ddl {
  min-height: 35px;
  line-height: 35px; }

.li-ddl:hover {
  background: #f9f9f9; }

.browser {
  background: #eceaea;
  padding: 2px 7px !important;
  border-radius: 4px; }

.removeDoc, .editDoc, .removeLayer, .editLayer {
  float: right;
  top: -16px;
  position: absolute;
  right: 0;
  border: 1px solid #bbb;
  padding: 2px 7px;
  text-align: center;
  border-radius: 19px; }

.editDoc, .editLayer {
  right: 30px; }

/*CSS MODAL*/
.modal-body .myitems > div > input, .modal-body .myitems > div .haImage {
  margin-bottom: 10px; }

.modal-body .dropdown-toggle {
  border: 1px solid #ccc;
  width: 45%;
  padding: 5px;
  border-radius: 4px;
  margin: 10px 0; }

.modal-body .dropdown-menu {
  padding: 15px; }

#modalEdit .path {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#modalEdit .ha-inline {
  width: 49%;
  float: left;
  padding: 2px 6px;
  margin-top: 8px; }

#modalEdit .ddl, .haBrowser, .haFile {
  width: 100%;
  height: 35px;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 5px 8px; }

#modalEdit .ddl i, .haBrowser i {
  float: right;
  padding: 3px; }

.haFile {
  overflow: hidden; }

/*CSS PHÂN TRANG*/
#phantrang, #phantrang2, .phantrang {
  margin-top: 15px; }

#phantrang > ul, #phantrang2 > ul, .phantrang > ul {
  justify-content: center;
  align-items: center; }

#phantrang > ul > li, #phantrang2 > ul > li, .phantrang > ul > li {
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 3px; }

#phantrang > ul > li > a, #phantrang > ul > li > span, #phantrang2 > ul > li > a, #phantrang2 > ul > li > span, .phantrang > ul > li > a, .phantrang > ul > li > span {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  color: #666; }

#phantrang > ul > li:hover, #phantrang > ul > li.active, #phantrang2 > ul > li:hover, #phantrang2 > ul > li.active, .phantrang > ul > li:hover, .phantrang > ul > li.active {
  background: #ada6a6; }

#phantrang > ul > li:hover > a, #phantrang > ul > li:hover > span, #phantrang > ul > li.active > a, #phantrang > ul > li.active > span, #phantrang2 > ul > li:hover > a, #phantrang2 > ul > li:hover > span, #phantrang2 > ul > li.active > a, #phantrang2 > ul > li.active > span, .phantrang > ul > li:hover > a, .phantrang > ul > li:hover > span, .phantrang > ul > li.active > a, .phantrang > ul > li.active > span {
  color: #fff; }

/*****Responsive*****/
@media only screen and (max-width: 992px) {
  .container {
    max-width: 100%; }
  #footer {
    padding: 10px 5%; } }

@media only screen and (max-width: 769px) {
  .leftPanel {
    flex: none;
    max-width: none;
    position: absolute;
    z-index: 9;
    display: none;
    left: 5%;
    transition: all 0.5s ease; }
  .leftPanel .p-sidebar {
    width: 350px; }
  .leftPanel.show {
    display: block;
    transition: all 0.5s ease; }
  .rightPanel {
    width: 100% !important;
    flex: none;
    max-width: none; }
  .rightPanel .p-main {
    padding: 0 80px; } }

@media only screen and (max-width: 1024px) {
  .removeLayer {
    top: 50%; } }
