﻿@charset "UTF-8";
/*primary-color: #1667a0*/
/*primary-color: #009970*/
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}
/*@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Black.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Italic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-Thin.ttf') format('truetype'), url('../../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  color: #333;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
}

/*primary-color: #1667a0*/
/*primary-color: #009970*/
/****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 Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*primary-color: #1667a0*/
/*primary-color: #009970*/
* {
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

html, body {
  /*font-family: "Roboto", sans-serif !important;*/
  background: #fff;
  color: #565252;
}

::selection {
  color: #fff;
  background: #66D37E;
}

.pagebody {
  padding-top: 60px;
  overflow: hidden;
  height: 100vh;
}

/***** RIGHT CONTENT *******/
.content-wrapper h3 {
  float: left;
  font-size: 18px;
  padding-left: 5px;
  font-weight: bold;
  color: #d0504c;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: inherit;
}

.content-wrapper .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin: 3px;
}
.content-wrapper .card .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-align: center;
  font-weight: bold;
  height: 32px;
  background-color: #a6c7e5;
}

/** Top **/
#page-top {
  display: flex;
  border-bottom: 3px solid #5EBAAD;
  border-radius: 5px 5px 0 0;
}
#page-top .title {
  font-weight: bold;
  background-color: #fff;
  text-transform: uppercase;
  color: #5EBAAD;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 40px;
}
#page-top #cboToolsCMS {
  /*background: #ebebeb;
  padding: 6px 14px;
  border-radius: 5px;*/
  margin-left: auto;
}
#page-top #cboToolsCMS #tableoutput {
  display: none;
}
#page-top button {
  border-left: 1px solid #cf0921;
  color: #e62b2b;
  padding: 10px 17px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
#page-top button:hover {
  opacity: 0.8;
}
#page-top button:focus {
  outline: none;
}

/** Filter **/
#tools-filter {
  flex-flow: wrap;
  border-bottom: solid 1px #ccc;
  display: flex;
}
#tools-filter .ftitems {
  display: inline-flex;
  position: relative;
  padding: 8px 0;
  align-self: center;
  margin: 0 15px;
}
#tools-filter .ftitems label {
  /*display: none;*/
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 5px;
}
#tools-filter .ftitems input.fts {
  width: 300px;
}
#tools-filter .ftitems .datepicker {
  padding-right: 20px;
}
#tools-filter .ftitems i {
  position: absolute;
  top: 8px;
  right: 1px;
}
#tools-filter .ftitems.button i {
  position: relative;
  top: unset;
  right: unset;
}
#tools-filter .ftitems button {
  padding: 0;
  font-size: 16px;
  width: 32px;
  margin-right: 5px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tools-filter .ftitems .btnSearch {
  color: #ffffff;
  background-color: #5EBAAD;
}
#tools-filter .ftitems .btnSearch:hover {
  opacity: 0.8;
}
#tools-filter .ftitems .clearFilter {
  color: #ffffff;
  background-color: #878787;
}
#tools-filter .ftitems .clearFilter:hover {
  opacity: 0.8;
}
#tools-filter .UI-DROP {
  position: relative;
  max-height: 32px;
  line-height: 22px;
  box-sizing: unset;
  height: 32px !important;
}
#tools-filter .UI-DROP .UI-DDL {
  border-radius: 5px;
  box-shadow: 1px 2px 5px -2px #ddd inset;
  display: flex;
  height: 32px;
  align-items: center;
}
#tools-filter .UI-DROP .UI-DDL::after {
  position: absolute;
  right: 10px;
}
#tools-filter .UI-DROP .UI-DDL i {
  border-left: 1px solid #ddd;
  padding: 6px 11px;
  height: 31.99px;
}
#tools-filter .UI-DROP .dropdown-menu {
  left: 33%;
}
#tools-filter .form-control {
  font-size: 13px;
  height: 32px;
  padding: 0px 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-weight: 400;
  width: unset;
}
#tools-filter .form-control:active, #tools-filter .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #66D37E;
}
#tools-filter .ui-tieude {
  display: inline;
  font-weight: 500;
  padding-right: 10px;
  padding-top: 5px;
  float: left;
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
}

/** Result **/
.result {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  padding: 10px;
  margin: auto;
  font-size: 14px;
}
.result .textResult {
  margin-right: auto;
}
.result #textResult {
  font-weight: bold;
}
.result #boxResult {
  background: #ebebeb;
  padding: 3px 10px;
  border-radius: 5px;
}
.result #boxResult .btn, .result #boxResult button {
  color: #148A2E;
  transition: 0.5s;
  margin-left: 5px;
  cursor: pointer;
  border: solid 1px #148A2E;
  border-radius: 7px;
  background: none;
}
.result #boxResult .btn:hover, .result #boxResult button:hover {
  color: #66D37E;
  border: solid 1px #66D37E;
}
.result .left {
  font-weight: bold;
}

#pOutput.noChart .nav-tabs {
  display: none;
}
#pOutput .nav-tabs {
  width: 100%;
}
#pOutput .nav-tabs .nav-link {
  padding: 5px 15px;
}
#pOutput .nav-tabs .nav-link.active {
  color: #5EBAAD;
  font-weight: 600;
  border-bottom: 5px solid #5EBAAD;
}
#pOutput #pChart {
  position: relative;
  /*
          .view {
              width: 100%;
          }*/
}
#pOutput #pChart .btn-xs {
  display: none;
}

/******* TABLE *******/
#dView {
  position: relative;
  padding: 0 10px;
  border: none;
  height: 457px;
  width: 100%;
  overflow: auto;
  padding: 0 10px;
  margin-bottom: 50px;
}
#dView table#tbView {
  border: 1px solid #ddd;
  border-collapse: unset;
  min-width: 500px;
  /*color: $black;*/
  border-collapse: collapse;
  font-size: 14px;
}
#dView table#tbView thead {
  position: relative;
  border-color: #ddd;
}
#dView table#tbView thead th {
  position: sticky;
  top: -1px;
  padding: 8px 18px 8px 10px;
  Vertical-align: middle;
  font-weight: 600;
  background-color: #5EBAAD;
  color: #fff;
  border-bottom: 1px !important;
}
#dView table#tbView thead .order {
  position: absolute;
  right: 4px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
#dView table#tbView thead .order i {
  color: #dce9ff;
  cursor: pointer;
  height: 8px;
}
#dView table#tbView thead .order i:not(.active) {
  opacity: 0.4;
}
#dView table#tbView thead .order i:focus {
  outline: none;
}
#dView table#tbView thead .order:hover i {
  color: #f3f3f3;
}
#dView table#tbView thead i {
  color: #dce9ff;
  cursor: pointer;
  height: 8px;
}
#dView table#tbView thead i:focus {
  outline: none;
}
#dView table#tbView thead:hover i {
  color: #f3f3f3;
}
#dView table#tbView tbody tr:hover td {
  background-color: #FFFDDE;
  cursor: pointer;
}
#dView table#tbView tbody td:first-child, #dView table#tbView tbody td:last-child {
  text-align: center;
}
#dView table#tbView tbody td:last-child .fa {
  cursor: pointer;
}
#dView table#tbView tbody td:last-child .fa:hover {
  opacity: 0.8;
}
#dView table#tbView th, #dView table#tbView td {
  padding: 10px 12px;
  line-height: 1.5;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  white-space: inherit;
}
#dView table#tbView th i, #dView table#tbView td i {
  cursor: pointer;
}
#dView table#tbView th i:hover, #dView table#tbView td i:hover {
  opacity: 0.8;
}

._ext_ {
  color: green !important;
  font-size: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 22%;
}

.UI-SUGGEST li {
  /*height: 39px !important;*/
  /*padding: 0px 17px;*/
  /*    font-size: 15px;
  line-height: 22px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 180px;*/
  padding: 6px 12px;
  font-size: 14px;
  border-bottom: 1px solid rgba(185, 185, 185, 0.4);
}
.UI-SUGGEST li:hover {
  font-weight: 500;
  background-color: #f9f9f9;
}

.UI-SUGGEST ul {
  min-width: 64%;
  max-height: 300px;
  overflow: hidden scroll;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 3px;
}

/**** Modal ****/
.modal-header {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-bottom: 3px solid #5EBAAD !important;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.modal-header h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.modal-header .close {
  margin: unset;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  padding: 10px 15px;
}

.modal-dialog {
  width: 86% !important;
  height: 95% !important;
}

#modalCommon .modal-dialog {
  top: 30px;
}

#modalDetail ul {
  list-style: none;
  column-count: 2;
  position: relative;
}
#modalDetail ul li {
  padding: 5px;
}
#modalDetail ul li label {
  font-weight: bold;
}

#fChiTiet .modal-dialog {
  width: 80%;
  height: 85%;
}

#fChiTiet .modal-body {
  position: relative;
}

#lstChiTiet {
  list-style: none;
}

#lstChiTiet li {
  padding: 5px !important;
}

/****** MENU ******/
#listmenu {
  height: calc(100vh - 104px);
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
}
#listmenu .mnuitems {
  color: #000;
}
#listmenu .mnuitems.mncap1 {
  padding-left: 20px;
}
#listmenu .mnuitems.mncap1 .mnuitems.mncap2 {
  padding-left: 20px;
}
#listmenu .mnuitems .group {
  font-weight: 500;
}
#listmenu .mnuitems a {
  display: inline-block;
  padding: 8px 0;
  padding-left: 20px;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
}
#listmenu .mnuitems a i {
  color: #5EBAAD;
}
#listmenu .mnuitems .leaf {
  border-radius: 0px;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  min-height: 34px;
  line-height: 22px;
  text-transform: none;
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}
#listmenu .mnuitems .leaf a {
  font-size: 15px;
  padding: 6px 4px 6px 40px;
}
#listmenu .mnuitems .leaf a:hover {
  background-color: #f9f9f9;
  color: #000000;
}
#listmenu .mnuitems .leaf a.active {
  background: #fff;
  color: #5EBAAD;
  font-weight: 600;
}
#listmenu .mnuitems .leaf a.active i {
  color: forestgreen;
}
#listmenu .mnuitems .leaf a.disabled {
  color: #000000;
  opacity: 0.5;
  pointer-events: none;
}
#listmenu .mnuitems .leaf a.disabled i {
  color: #000000;
  opacity: 0.5;
}

#rightpanel thead {
  background-color: #e4f3e4;
}

/****** PHAN TRANG ******/
#phantrang-table .pagination {
  padding: 5px 12px;
  margin: auto !important;
}
#phantrang-table .pagination > li > a, #phantrang-table .pagination > li > span {
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
}
#phantrang-table .pagination > .active > a, #phantrang-table .pagination > .active > a:focus, #phantrang-table .pagination > .active > a:hover, #phantrang-table .pagination > .active > span, #phantrang-table .pagination > .active > span:focus, #phantrang-table .pagination > .active > span:hover {
  background-color: #5EBAAD;
  border-color: #5EBAAD;
  color: #fff;
}

/**** RESPONSIVE ****/
@media only screen and (max-width: 768px) {
  .modal-dialog {
    margin: 15px auto;
  }
  #content {
    margin: 0 !important;
    width: 100% !important;
  }
  [class*=col-] {
    width: 100%;
    margin-left: 0;
  }
}
/*
@include ipadSmPort {
    #page-top {
        flex-direction: column;

        h3 {
            margin-bottom: 6px;
        }
    }
}

@include iphonePlus {
    #dView table#tbView {
        width: 100%;
        overflow-x: auto;

        //margin: 0 10px;*/
/*width: auto;
        position: relative;
        display: block;*/
/*thead, tbody, th, td, tr {
            display: block;
        }

        thead th:first-child, tbody td:first-child {
            font-weight: 600;
        }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        tr:nth-child(odd) {
            td {
                background-color: #ccc;
            }
        }

        tbody td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;

            &:before {
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }

            &:nth-of-type(1):before {
                content: "#";
            }

            &:nth-of-type(2):before {
                content: "Mã đăng ký";
            }

            &:nth-of-type(3):before {
                content: "Giấy phép";
            }

            &:nth-of-type(4):before {
                content: "Doanh nghiệp";
            }

            &:nth-of-type(5):before {
                content: "Loại khoáng sản";
            }

            &:nth-of-type(6):before {
                content: "Chi tiết";
            }
        }*/
/*}
}*/
