﻿@charset "UTF-8";
@import url("/assets/fonts/roboto/font-roboto.css");
@import url("/assets/fonts/roboto/font-roboto.css");
@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%; } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình ipad hiển thị theo chiều ngang (Landscape)****/
/****Màn hình desktop loại bé****/
/****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é****/
/*@mixin mobile {
    @media(max-width: 767px) {
        @content
    }
}


@mixin ipad {
    @media(min-width: 768px) and (max-width:1024px) {
        @content
    }
}
@mixin tablet {
    @media only screen and (max-width: 1200px) {
        @content
    }
}

@mixin ipad {
    @media only screen and (max-width:1024px) {
        @content
    }
}

@mixin ipad-port {
    @media only screen and (max-width:992px) {
        @content
    }
}

@mixin mobile {
    @media only screen and (max-width:769px) {
        @content
    }
}

@mixin ipadSmPort {
    @media only screen and (max-width:600px) {
        @content
    }
}

@mixin mobile-small {
    @media only screen and (max-width: 577px) {
        @content
    }
}

@mixin iphonePlus {
    @media only screen and (max-width: 415px) {
        @content
    }
}

@mixin iphone {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin mobileSm {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin onlyTablet {
    @media (min-width: 1025px) and (max-width: 1200px) {
        @content
    }
}

@mixin onlyIpad {
    @media (min-width: 992px) and (max-width:1024px) {
        @content
    }
}

@mixin onlyIpad-port {
    @media (min-width: 769px) and (max-width:992px) {
        @content
    }
}

@mixin onlyMobile {
    @media (min-width: 577px) and (max-width:769px) {
        @content
    }
}

@mixin onlyMobile-small {
    @media (max-width: 577px) {
        @content
    }
}
@mixin mobile {
    @media (max-width: 600px) {
        @content;
    }
}



@mixin desktop {
    @media (min-width:768px) and (max-width: 1024px) {
        @content;
    }
}

@mixin desktop-up {
    @media (min-width: 1800px) {
        @content;
    }
}*/
ul, li {
  list-style: none; }

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

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

#txtSearchDMDL {
  width: 30%;
  height: 36px;
  margin-left: 10px;
  font-size: 14px; }

#viewQuyTrinh .fContent a {
  display: block;
  color: #657FAD;
  margin-bottom: 10px;
  margin-top: 10px;
  background: aliceblue;
  padding: 10px;
  border-radius: 5px; }

#viewQuyTrinh .fContent h5 {
  margin: 0; }

#viewQuyTrinh .fContent p {
  padding: 10px;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 500;
  border-left: solid 2px #952b15; }

.groupButton {
  display: flex;
  margin: 10px 0; }
  .groupButton button {
    margin-right: 10px;
    height: 32px;
    font-size: 14px; }
  .groupButton #btnTrinhDuyet {
    float: right;
    margin-left: auto;
    margin-right: 0; }
  .groupButton .dropdown-toggle {
    margin: 0;
    border: none; }

#myViewData {
  background: #fff;
  float: left;
  width: 100%;
  padding: 20px 15px 0 15px;
  min-height: 100vh; }
  #myViewData .col-left {
    padding-right: 15px;
    padding-left: 15px; }
  #myViewData .col-right h4 {
    font-weight: bold;
    text-align: center;
    color: #002566;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #myViewData .box {
    margin-bottom: 15px; }
    #myViewData .box .title {
      background: #657FAD;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 20px;
      display: block;
      text-align: center;
      font-size: 14px;
      border-radius: 5px 5px 0 0;
      margin-bottom: 0;
      padding: 10px 15px; }
      #myViewData .box .title i {
        display: none; }
    #myViewData .box > span {
      padding: 8px;
      margin-right: 10px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      color: #636363;
      display: inline-block;
      text-decoration: none;
      transition: all 0.7s ease;
      font-weight: 300;
      margin-top: 10px; }
      #myViewData .box > span:hover {
        color: #226a6d;
        background: rgba(0, 153, 112, 0.2); }
    #myViewData .box #ulFilter {
      margin-bottom: 0; }
      #myViewData .box #ulFilter .liFilter {
        list-style: none;
        border: 1px solid #eee;
        padding: 8px 12px;
        color: #636363;
        display: flex;
        width: 100%;
        border-radius: 0;
        align-items: center; }
        #myViewData .box #ulFilter .liFilter:before {
          content: "";
          width: 5px;
          height: 5px;
          border-radius: 2px;
          background: transparent;
          display: block;
          margin-right: 5px;
          transition: ease-in-out all 0.2s; }
        #myViewData .box #ulFilter .liFilter:hover, #myViewData .box #ulFilter .liFilter.active {
          color: #657FAD;
          font-weight: 600; }
          #myViewData .box #ulFilter .liFilter:hover:before, #myViewData .box #ulFilter .liFilter.active:before {
            background: #97c93e; }
  #myViewData .flex-column {
    display: flex;
    flex-direction: column; }
  #myViewData .flex-row {
    display: flex;
    flex-direction: row; }
  #myViewData .pgroup {
    border: 1px solid #ecf0f1;
    padding: 5px; }
    #myViewData .pgroup .title {
      font-size: 1.2em;
      font-weight: 600;
      padding: 2px; }
  #myViewData .flex-item {
    margin-left: 15px; }
    #myViewData .flex-item.aUser {
      padding: 5px 0;
      padding-left: 0px;
      border-bottom: 1px solid #f1f1f1;
      margin-left: 0;
      padding-left: 15px;
      cursor: pointer; }
      #myViewData .flex-item.aUser:first-child {
        border-top: 1px solid #f1f1f1; }
      #myViewData .flex-item.aUser .sname {
        color: #333;
        font-size: 1em; }
      #myViewData .flex-item.aUser .subtitle {
        padding-top: 5px;
        font-size: 0.8em;
        color: #226a6d;
        padding-left: 10px;
        font-style: italic; }
      #myViewData .flex-item.aUser.active {
        background-color: #959595; }
        #myViewData .flex-item.aUser.active .sname, #myViewData .flex-item.aUser.active .subtitle {
          color: #fff; }
  #myViewData .UI-DROP {
    display: flex; }
    #myViewData .UI-DROP .ui-tieude {
      padding: 6px; }
    #myViewData .UI-DROP .UI-DDL {
      width: 200px;
      border: 1px solid #ccc;
      border-radius: 4px;
      height: 36px;
      position: relative;
      margin-left: 10px;
      background: #fff; }
      #myViewData .UI-DROP .UI-DDL .ui-nhan {
        padding: 6px;
        width: 100%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #myViewData .UI-DROP .UI-DDL i {
        position: absolute;
        right: 10px;
        display: none; }
      #myViewData .UI-DROP .UI-DDL:after {
        margin-left: -18px;
        margin-bottom: 10px; }
    #myViewData .UI-DROP .dropdown-menu {
      max-height: 350px;
      overflow: auto; }
      #myViewData .UI-DROP .dropdown-menu li {
        padding: 5px;
        border-bottom: 1px solid #f1f1f1;
        cursor: pointer;
        font-size: 14px; }
        #myViewData .UI-DROP .dropdown-menu li:hover {
          color: brown; }
  #myViewData #content .filter-box {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    background: #f4f5f6;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    align-items: center; }
    #myViewData #content .filter-box.flex-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
  #myViewData #content .btnFilter.active {
    background-color: #04712f;
    color: #fff; }
  #myViewData #content button {
    background-color: #657FAD;
    color: #fff;
    line-height: 12px;
    height: 36px;
    margin-left: 10px;
    font-size: 14px; }
    #myViewData #content button.addYeuCau {
      background-color: green;
      color: #fff; }
    #myViewData #content button:hover {
      opacity: 0.8; }
  #myViewData #content button.fTrangThai, #myViewData #content .forAdmin button {
    background: #c2e3ff;
    color: #657FAD;
    border: none;
    border-radius: 20px;
    height: 28px; }
    #myViewData #content button.fTrangThai:hover, #myViewData #content button.fTrangThai.active, #myViewData #content .forAdmin button:hover, #myViewData #content .forAdmin button.active {
      background: #657FAD;
      color: #fff; }
  #myViewData #content .boxSearch {
    width: 300px;
    position: relative;
    max-width: 100%; }
    #myViewData #content .boxSearch i {
      position: absolute;
      right: 10px;
      top: 10px; }
  #myViewData #content .content {
    padding: 10px;
    border-top: 1px solid #f1f1f1; }
    #myViewData #content .content #tbListUser th {
      text-align: center; }
    #myViewData #content .content #tbListUser td i {
      padding: 5px;
      cursor: pointer; }
  #myViewData #content #listUser {
    /*max-height: 150vh;
            position: relative;*/ }
    #myViewData #content #listUser table {
      position: relative;
      max-height: calc(100vh - 100px); }
      #myViewData #content #listUser table th {
        position: sticky; }
  #myViewData #content #lstNguoiDung {
    display: flex;
    flex-direction: column; }
  #myViewData #content .sFooter {
    justify-content: flex-end; }
  #myViewData #content .cnt {
    padding: 0 20px; }
  #myViewData table thead tr {
    background-color: #657FAD;
    color: #ffffff;
    text-align: left; }
  #myViewData table th,
  #myViewData table td {
    padding: 10px; }
  #myViewData table tbody tr {
    border-bottom: 1px solid #dddddd; }
    #myViewData table tbody tr:nth-of-type(even) {
      background-color: #f3f3f3; }
    #myViewData table tbody tr:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  #myViewData table .fa {
    font-size: 18px;
    cursor: pointer;
    color: #657FAD; }
  #myViewData table .uploadFile, #myViewData table .tbDownPhieuCC {
    color: green; }

#toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  #toolbar #boxSearch {
    position: relative;
    display: flex; }
    #toolbar #boxSearch:before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 2px;
      left: 0;
      bottom: 0;
      background: rgba(0, 153, 112, 0.8);
      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; }
      #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, #toolbar .toolbar-r .UI-DROP > button {
      border: none;
      height: 40px;
      font-size: 14px;
      margin-left: 8px;
      padding: 0 18px;
      background: rgba(0, 153, 112, 0.8);
      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 .nav-tabs > a, #myGroup .nav-tabs > a {
  color: #666;
  padding: 8px 22px;
  font-family: roboto condensed;
  font-size: 17px; }
  #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: #444;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px; }

#myTab .items, #myGroup .items {
  height: 150px;
  height: 150px;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background: white;
  margin-top: 10px;
  width: 100%;
  position: relative; }
  #myTab .items:hover, #myGroup .items:hover {
    box-shadow: 1px 0 10px 0px #ccc; }
  #myTab .items .img, #myGroup .items .img {
    padding-right: 10px; }
    #myTab .items .img > img, #myGroup .items .img > img {
      border: 1px solid #fff;
      padding: 3px;
      width: 100%;
      height: 100%;
      max-width: 200px; }
  #myTab .items .item-r, #myGroup .items .item-r {
    position: relative;
    width: 100%; }
    #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: 15px;
      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; }
        #myTab .items .item-r .pIcons > a:hover, #myGroup .items .item-r .pIcons > a:hover {
          transform: scale(1.05);
          transition: all 0.5s ease;
          color: #444; }
          #myTab .items .item-r .pIcons > a:hover > i, #myGroup .items .item-r .pIcons > a:hover > i {
            color: #444; }
        #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 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*/
.uInfo {
  display: grid;
  grid-template-columns: auto auto;
  border-bottom: 2px solid brown;
  margin-bottom: 10px; }

.ha-inline {
  display: flex;
  margin-bottom: 10px; }
  .ha-inline label {
    font-weight: 500;
    width: 120px; }
  .ha-inline .form-control {
    width: 300px; }

.head {
  display: flex; }

.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; }

.mce-notification.mce-in {
  opacity: 0 !important; }

button.disabled {
  cursor: not-allowed;
  background-color: gray; }

.pNoiDung {
  border-bottom: 2px solid brown;
  margin-bottom: 10px; }

.slabel {
  font-weight: 600; }

.cDuyetSoBo {
  padding: 15px 0;
  line-height: 0.9em; }
  .cDuyetSoBo .uDuyetSoBo {
    font-weight: 600; }

.cDuyet {
  padding: 15px 0;
  line-height: 0.9em; }
  .cDuyet .uDuyet {
    font-weight: 600; }

/******** RESPONSIVE ********/
@media only screen and (max-width: 1024px) {
  #myViewData .col-left {
    padding: 10px; }
  #myViewData .col-right {
    padding: 10px; }
  .content {
    padding: 5px 0 !important; } }

@media only screen and (max-width: 600px) {
  #myViewData .col-left {
    min-height: unset !important; }
  #myViewData #content .filter-box.flex-row {
    display: unset; }
    #myViewData #content .filter-box.flex-row .boxSearch, #myViewData #content .filter-box.flex-row .UI-DROP {
      margin-bottom: 10px; } }

@media only screen and (max-width: 769px) {
  #myViewData .col-left {
    padding: 0; }
    #myViewData .col-left .box .title {
      justify-content: center;
      display: flex; }
      #myViewData .col-left .box .title i {
        display: block;
        margin: 0 5px; }
      #myViewData .col-left .box .title .togglemenu {
        display: none; } }
