﻿@charset "UTF-8";
/*primary-color: #1667a0*/
/*primary-color: #009970*/
/*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é****/
@import url("../../../fonts/roboto/font-roboto.css");
ul, li {
  list-style: none; }

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }
  body .dropdown-menu {
    font-size: unset; }
    body .dropdown-menu li {
      font-size: unset; }
      body .dropdown-menu li:hover {
        color: darkblue; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 768px) {
  [class*="col-"] {
    /*width: 90%;
        margin-left:5%;*/ } }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  color: #333;
  background: #ecf0f1;
  position: relative;
  margin: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  height: 100%; }

#myViewData {
  margin-top: 85px;
  margin-bottom: 15px;
  position: relative; }
  @media only screen and (max-width: 992px) {
    #myViewData {
      padding: 0 5%; } }
  #myViewData .toggleMenu {
    display: none; }
    @media only screen and (max-width: 769px) {
      #myViewData .toggleMenu {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 10px;
        top: -18px;
        z-index: 10;
        color: #028baf;
        font-size: 50px;
        text-align: center; } }
  #myViewData .col-left {
    padding-right: 30px; }
    #myViewData .col-left .content-left {
      background-color: #fff; }
      @media only screen and (max-width: 600px) {
        #myViewData .col-left .content-left {
          width: 200px; } }
  #myViewData .box {
    /*margin-bottom: 15px;*/ }
    #myViewData .box > label {
      background: rgba(0, 153, 112, 0.8);
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 50px;
      display: block;
      text-align: center;
      font-size: 14px;
      margin-bottom: 0; }
    #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;
      margin-left: 10px; }
      #myViewData .box > span:hover {
        color: #226a6d;
        background: rgba(0, 153, 112, 0.2); }
    #myViewData .box > ul {
      margin-bottom: 0; }
      #myViewData .box > ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding: 8px 12px;
        color: #636363; }
        #myViewData .box > ul li:hover, #myViewData .box > ul li.active {
          border-left: 4px solid #be301d;
          font-weight: 600;
          color: #be301d; }
      #myViewData .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; }
    @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: 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; }
      @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; }
    @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: 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; }
  @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; }
  @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 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; }

#footer {
  float: left; }

/*****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%; } }
