﻿.grid-box table {
  border-collapse: inherit;
  width: 100%;
}

.grid-box table tr td,
.grid-box table tr th {
  /*border: 1px solid #00acd6;*/
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid-box table tr th {
  border: 1px solid #00acd6;
}

.grid-box table tr td {
  border-left: 1px solid #00acd6;
  border-right: 1px solid #00acd6;
  border-bottom: 1px solid #00acd6;
}

.grid-box table tr td:not(:first-child) {
  border-left: 0px;
}

.grid-box table tr th:not(:first-child) {
  border-left: none;
}

.grid-box table tr th {
  background-color: #367fa9;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.grid-box table tr:nth-child(even) td {
  background-color: #ddd;
}
.grid-box table tr:nth-child(odd) td {
  background-color: white;
}

.grid-box table tr:hover td {
  background-color: #fefae4;
}
.grid-box table tr.row-active td {
  background-color: #cce5ff;
}
.grid-box a.disabled i,
.grid-box a.disabled i:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  cursor: default;
}

.search-box .a-control {
  margin-bottom: 5px;
  padding-left: 0px;
}

.search-box .as-btn {
  color: white;
  cursor: pointer;
}

.search-box .as-success-btn {
  background-color: #008d4c;
  border: 1px solid #008d4c;
}

.search-box .as-info-btn {
  background-color: #00acd6;
  border: 1px solid #00acd6;
}

.search-box .form-control {
  cursor: default;
}

.modal-box .modal-header {
  background-color: #367fa9;
  color: white;
  padding: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  cursor: move;
}
.modal-box .modal-header .close {
  margin-right: 10px;
}
.modal-box .modal-body {
  padding: 10px;
  padding-bottom: 0px;
}
.modal-box .form-group {
  margin-top: 0px;
  margin-bottom: 8px;
}

.modal-box button {
  border-radius: 0px;
}
.search-box .row {
  padding-left: 15px;
}
.modal-box .modal-footer {
  background-color: #367fa9;
  color: white;
  padding-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
}

.is-icon,
.is-icon i {
  margin-top: 2px;
}

.alert-info {
  color: #004085 !important;
  background-color: #cce5ff !important;
  border-color: #b8daff !important;
}

.alert-error {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}

.is-btn,
.is-btn:hover,
.is-btn:active {
  border-radius: 2px !important;
  color: white;
  padding: 5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.is-btn-success,
.is-btn-success:hover {
  background-color: #25a25a !important;
}

.is-btn-danger,
.is-btn-danger:hover {
  background-color: #d62c1a !important;
}

.is-control-disabled {
  background-color: #eee !important;
  border: 1px solid #d2d6de;
  pointer-events: none;
}

.is-text {
  font-weight: 500 !important;
  font-style: italic;
}

/*Đoạn này định nghĩa phần nội dung ở giữa*/
.main-box .header-custom {
  color: #3c8dbc;
  text-shadow: 0 1px 0 white;
  height: 30px !important;
  padding: 7px !important;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.main-box .header-custom-not-first {
  border-top: 1px solid #ddd;
}

.main-box .content-header {
  margin-top: -10px !important;
  margin-bottom: 15px;
}

.main-box .content {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 50px;
}

.main-box .form-body label {
  color: GrayText;
  font-weight: 500;
  font-style: italic;
}

.main-box .form-footer button {
  margin-bottom: 3px;
}

.main-box .panel-heading .panel-title {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.main-box .group-control {
  margin-bottom: 0px;
}

.main-box .a-row {
  border: 0px;
  padding-top: 0px !important;
  margin-bottom: 0px;
}

.main-box .my-form {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.main-box .my-form > * {
  margin: 0px 0;
}

.main-box .my-form .table {
  margin-bottom: 0px;
}

.main-box .form-footer {
  border-top: 1px solid #ddd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.main-box .is-btn:active {
  outline: none;
}

.main-box .is-btn {
  color: white;
  border-radius: 3px;
  padding: 3px;
  max-width: 200px;
  white-space: initial;
}

.main-box .btn-reply {
  background-color: #e74c3c;
  border-color: #b62516;
}

.main-box .btn-forward {
  background-color: #3c8dbc;
  border-color: #258cd1;
}

.main-box .list-group-item .row > list-group-item-column {
  display: flex;
}

@media only screen and (min-width: 992px) {
  .main-box .group-control-L,
  .main-box .group-control-M {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .main-box .form-body label {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .main-box .content-header {
    margin-top: -70px !important;
  }
}

/*Đoạn này định nghĩa phần tab*/
.main-box .nav-tabs {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.main-box .nav-tabs li.active a {
  border-top: 0px;
  border-bottom: none;
  border-bottom: 1.5px solid #ffffff;
}

.main-box .nav-tabs li:first-child.active a {
  border-left: 0px;
  background-color: #ffffff;
}

/*Đoạn này định nghĩa table comment*/
.main-box .table-comment {
  width: 100%;
}

.main-box .table-comment tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-box .table-comment .comment-reply {
  outline: none;
  border: none;
  background-color: #ccc;
  height: 30px;
  border-radius: 3px;
  width: 100%;
  font-style: italic;
}

.main-box .table-comment .active {
  color: rgb(85, 85, 85) !important;
}

.main-box .table-comment a {
  cursor: pointer;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid green;
}

/*Định dạng ký tự required2*/
.require2::after {
  content: " [*]";
  color: #fc0303;
}

.rounded-circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 7px solid;
  position: relative;
  margin: auto;
}

.txt-in-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 20px;
}

.box-chart {
  display: block;
  position: relative;
}

.box-chart .total {
  height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: auto;
  z-index: 10;
}

.box-chart .total .txt {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.box-chart .total .number {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0d66ba;
}

.dp-flex {
  display: flex;
}

.right-note-txt {
  align-self: center;
}

.red-cirlce + .right-note-txt,
.red-cirlce,
.red-cirlce .txt-in-circle {
  border-color: #b7271e;
  color: #b7271e;
}

.yellow-cirlce + .right-note-txt,
.yellow-cirlce,
.yellow-cirlce .txt-in-circle {
  border-color: #ffc54f;
  color: #ffc54f;
}

.blue-circle + .right-note-txt,
.blue-circle,
.blue-cirlce .txt-in-circle {
  border-color: #00a65a;
  color: #135baf;
}

.row.dp-flex-r {
  margin: 120px 0;
}

.right-note-txt p {
  margin: 0;
  font-size: 18px;
}

.dp-flex .rounded-circle {
  margin-right: 15px;
}

.chi-dao-cv {
  text-transform: uppercase;
  font-weight: 600;
  color: #8a3c2f;
}

.chi-dao-cv + .daterang_picker {
  align-self: center;
}

.daterang_picker .fa.fa-calendar {
  font-size: 23px;
}

.justify-between {
  justify-content: space-between;
}

.center-div-flex {
  align-self: center;
  justify-content: center;
  display: flex;
}

.border-document {
  padding: 18px;
  border-radius: 50%;
  border: 7px solid #b23c35;
}

.info-block .rounded-circle {
  margin-left: 0;
}

.info-block .rounded-circle {
  width: 60px;
  height: 60px;
}

.info-block h3 {
  font-weight: bold;
  color: #b23c35;
  border-bottom: 1px solid;
  padding-bottom: 9px;
  margin-bottom: 25px;
}

.info-block .right-note-txt p {
  font-size: 16px;
}

.padding-block {
  border: 1px solid #b23c35;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.dp-flex.justify-between {
  border-bottom: 1px solid #e9e4e1;
}

.background-dashboard {
  background-color: #f7f2ef;
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.white-bg-radius {
  padding: 8px;
  background: #fff;
  border-radius: 7px;
  height: 100%;
}

.recommend-txt {
  color: #b7271e;
  margin: 0 5px;
  text-align: center;
  padding: 13px 0px;
  background-color: #f7f2ef;
  font-size: 16px;
}

.status-item-border {
  max-width: 170px;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  border: 1px solid #8a3c2f;
  border-radius: 6px;
}

.status-item-border .number {
  font-weight: bold;
  font-size: 36px;
  color: #135baf;
}

.status-item-border .text {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0;
  padding-top: 25px;
}

.tinh-hinh-xl .center-div-flex {
  padding: 0 5px;
}

.tinh-hinh-xl #box_form_linh_vuc_chi_dao {
  background-color: #f7f2ef;
}
.title-cmd,
.infor-command > .command-part > .col-sm-2 {
  font-weight: bold;
  font-size: 15px;
}

.command-part {
  padding-bottom: 25px;
}

.right-command-desc {
  font-size: 14px;
}

.command-part .status-button {
  border-radius: 18px;
  border-color: transparent;
}

.content-cmd {
  padding: 8px 17px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #ebebeb;
  margin-left: 5px;
}

.right-command-desc .table tbody tr td {
  font-size: 14px;
}

.btn.btn-secondary.custom-command-btn,
.btn.btn-primary.custom-command-btn {
  padding: 10px 30px;
  background-color: #90393b;
  border-color: #90393b;
  font-size: 16px;
}

.btn.btn-secondary.custom-command-btn {
  background-color: #092a6d;
  border-color: #092a6d;
  color: #fff;
  margin-left: 10px;
}

.infor-command {
  padding-bottom: 100px;
}

.status-progress .table td {
  font-size: 13px;
}

.status-progress .table,
.status-progress .table tr {
  font-size: 14px;
}

.box-chart.pie-chart #pieChart > div {
  margin: auto;
}

.d-none {
  display: none;
}

.no-border.content-cmd {
  border: none;
  background: none;
}

.hide-md-device {
  font-weight: bold;
  font-size: 15px;
}

.w-100 {
  width: 100% !important;
}

.p-15 {
  padding-bottom: 15px;
}

.master-giai-quyet {
  margin-top: 25px;
}
.master-giai-quyet .box-title {
  font-size: 15px !important;
}
.master-giai-quyet .table thead tr th,
.master-giai-quyet .table tr td {
  font-size: 14px;
}
.master-giai-quyet .box.box-primary {
  border-top: transparent;
  margin-top: 10px;
}
.master-giai-quyet > div {
  padding-left: 5px;
}
.status-button.on-going.btn.btn-primary.btn-md {
  border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
  .background-dashboard {
    display: block;
  }
  .not-flex {
    display: block;
  }
  .tinh-hinh-xl .white-bg-radius {
    margin-top: 30px;
  }
  .tinh-hinh-xl .center-div-flex {
    width: 25% !important;
  }

  .status-item-border {
    height: 250px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .center-div-flex .border-document > i {
    font-size: 30px !important;
  }
  .border-document {
    border: 5px solid #b23c35;
  }
  .dp-flex .rounded-circle {
    margin-right: 5px;
  }
  .info-block .dp-flex {
    padding: 0 5px;
  }
  .rounded-circle {
    border: 4px solid;
  }
  .dp-flex-r .dp-flex {
    padding: 0 5px;
  }
  .row.dp-flex-r {
    margin: 50px 0;
  }
  .status-item-border .border-document {
    max-width: 74px !important;
  }
}

@media (max-width: 1597) {
  .hide-md-device {
    display: none;
  }
  .dp-flex.right-command-desc {
    width: 100%;
  }
  .dp-flex.right-command-desc {
    display: block;
  }

  .dp-flex.right-command-desc > .col-xs-6 {
    min-height: 52px;
    padding-left: 0;
  }
}

@media (min-width: 1597px) {
  .high-lg-device {
    display: none;
  }
  .content-cmd.no-border {
    padding-left: 0;
  }
}
