@charset "UTF-8";
body {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

a {
  color: #137fbf;
}
a:hover, a:focus {
  color: #0e6091;
}

.top-header {
  background-color: #137fbf;
  padding: 10px 0;
  font-weight: 600;
}
.top-header .welcome-section {
  text-align: center;
}
.top-header .support-section {
  text-align: center;
}
.top-header .support-section a {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}
.top-header .social-section {
  text-align: right;
}
.top-header .social-section a {
  margin: 0 5px;
}
.top-header p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.top-header p a {
  color: rgba(255, 255, 255, 0.7);
  margin: 0px;
}
.top-header p a i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 7px;
}
.top-header p a:hover {
  color: #fff;
  text-decoration: none;
}
.top-header p a:hover i {
  color: #fff;
}

#header .navbar {
  position: relative;
  width: 100%;
  /*border-bottom: 1px solid rgba(#c5c5c5,0.4);*/
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
}
#header .navbar .container {
  flex-direction: column;
}
#header .navbar .navbar-brand {
  margin-right: 0;
  margin-bottom: 10px;
}
#header .navbar .navbar-brand .img-logo {
  max-height: 78px;
}
#header .navbar .navbar-collapse {
  flex-direction: column;
  justify-content: flex-start;
}
#header .navbar .navbar-nav .nav-item {
  padding: 10px 12px;
}
#header .navbar .navbar-nav .nav-item:hover .nav-link, #header .navbar .navbar-nav .nav-item.active .nav-link {
  box-shadow: 0px 2px 0 0px #fff;
}
#header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0;
  font-weight: 600;
}
#header .topnavbar {
  margin-left: 0;
}
#header .btn-wrapper {
  text-align: center;
}
#header .btn {
  margin: 2px;
  padding: 8px 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

#footer {
  background-color: #353535;
  position: relative;
  margin-top: auto;
  overflow: hidden;
}
#footer .footer-top {
  padding: 50px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-top p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
#footer .footer-top .img-logo {
  /*width: 150px;*/
  height: 80px;
  margin: 0 10px 20px;
}
#footer .footer-top .footer-links h3 {
  color: #fff;
  font-size: 22px;
}
#footer .footer-top .footer-links .footer-pointer {
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-top: 20px;
}
#footer .footer-top .footer-links .footer-pointer li {
  margin-bottom: 7px;
  display: flex;
}
#footer .footer-top .footer-links .footer-pointer li:before {
  content: "󰄾";
  font-family: Material Design Icons;
  color: #00c654;
  margin-right: 7px;
}
#footer .footer-top .footer-links .footer-pointer li a {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .footer-links .footer-pointer li a:hover {
  color: #00c654;
  text-decoration: none;
}
#footer .footer-bottom p {
  padding: 25px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #848484;
  margin-bottom: 0;
}
#footer .footer-bottom p a {
  color: #848484;
}
#footer .footer-bottom p a:hover {
  color: #137fbf;
}
#footer .box-about {
  text-align: center;
}

.table-responsive {
  margin-bottom: 1rem;
}
.table-responsive .table {
  margin-bottom: 0;
}

.search-holder {
  margin-bottom: 25px;
}
.search-holder .btn-search-holder {
  display: flex;
  align-items: center;
}
.search-holder .btn-search-holder .search-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.search-holder .btn-search-holder .btn-read {
  margin-left: auto;
  padding: 8px 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.cp-wrapper {
  padding: 30px 0 5px;
}

.form-action .btn {
  padding: 8px 24px;
  height: 45px;
  font-size: 15px;
  line-height: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
}

.btn-outline {
  border: 1px solid #137fbf;
  color: #137fbf;
  background: transparent;
}
.btn-outline:hover, .btn-outline:focus {
  color: #fff;
  background: #137fbf;
}

.btn-read {
  color: #fff;
  background: #137fbf;
}
.btn-read:hover, .btn-read:focus {
  color: #fff;
  background: #0e6091;
}

.modal-msg .close {
  padding: 3px 10px;
}
.modal-msg .modal-content {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.modal-msg .modal-header {
  padding-left: 20px;
  /* border-bottom: none;*/
  border-radius: 2px 2px 0 0;
  background: #f5f5f5;
}
.modal-msg .modal-header .small-text {
  font-size: 16px;
  line-height: 20px;
  color: #777;
}
.modal-msg .modal-body {
  padding: 0;
  background: #fff;
}
.modal-msg .form-connect .row {
  margin: 0;
}
.modal-msg .form-connect [class*=col-] {
  padding: 0;
}
.modal-msg .form-connect .form-group {
  position: relative;
  margin-bottom: -1px;
}
.modal-msg .form-connect .form-group + .form-group .form-control {
  border-left-color: transparent;
}
.modal-msg .form-connect label {
  position: absolute;
  top: 16px;
  left: 20px;
  display: block;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #999;
}
.modal-msg .form-connect .form-control {
  position: relative;
  padding: 30px 20px 10px 20px;
  height: 70px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: #444;
  background: #fff;
  box-shadow: none;
}
.modal-msg .form-connect textarea.form-control {
  padding-top: 34px;
  height: 110px;
  resize: none;
}
.modal-msg .form-connect .form-control:focus {
  z-index: 5;
  border-color: #fa8514 !important;
  background: #fef3e7;
}
.modal-msg .form-connect .form-control:focus + label {
  z-index: 10;
  color: #fa8514;
}
.modal-msg .form-connect .form-actions {
  margin-top: 1px;
  padding: 10px 12px;
  border-radius: 0 0 2px 2px;
  background: #f5f5f5;
}
.modal-msg .form-connect .btn {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
}
.modal-msg .form-horizontal {
  padding: 15px;
}
.modal-msg .form-horizontal .form-control {
  background: #f8f8f8;
}

.cm-holder {
  position: relative;
  width: 70px;
  height: 70px;
  border: 2px solid #c2eaac;
  border-radius: 50%;
  background: #effae9;
}
.cm-holder span {
  position: absolute;
  height: 4px;
  display: block;
  background: #87d65a;
}
.cm-holder .sh {
  top: 40px;
  left: 10px;
  width: 18px;
  transform: rotate(45deg);
}
.cm-holder .lh {
  top: 32px;
  left: 18px;
  width: 40px;
  transform: rotate(-45deg);
}
.cm-holder.cm-error {
  border-color: #f18076;
  background: #fbdfdc;
}
.cm-holder.cm-error span {
  background: #ea4031;
}
.cm-holder.cm-error .sh {
  top: 32px;
  left: 12px;
  width: 42px;
}
.cm-holder.cm-error .lh {
  top: 32px;
  left: 12px;
  width: 42px;
}

/*.sk-folding-cube {position: relative; margin: 20px auto; width: 40px; height: 40px; transform: rotateZ(45deg);
    .sk-cube {position: relative; width: 50%; height: 50%; float: left; transform: scale(1.1);
        &:before {position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%; background: $mkclOrange; transform-origin: 100% 100%; animation: sk-foldCubeAngle 2.4s infinite linear both;}
    }
    .sk-cube2 {transform: scale(1.1) rotateZ(90deg);
        &:before {animation-delay: 0.3s;}
    }
    .sk-cube3 {transform: scale(1.1) rotateZ(180deg);
        &:before {animation-delay: 0.6s;}
    }
    .sk-cube4 {transform: scale(1.1) rotateZ(270deg);
        &:before {animation-delay: 0.9s;}
    }
}
@keyframes sk-foldCubeAngle {
    0%, 10% {opacity: 0; transform: perspective(140px) rotateX(-180deg);}
    25%, 75% {opacity: 1; transform: perspective(140px) rotateX(0deg);}
    90%, 100% {opacity: 0; transform: perspective(140px) rotateY(180deg);}
}

.spinner {margin: 20px auto; width: 40px; height: 40px; background: $mkclOrange; animation: sk-rotateplane 1.2s infinite ease-in-out;}
@keyframes sk-rotateplane {
    0% {transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
    50% {transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
    100% {transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}*/
.pagination-holder .pagebanner {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #555;
}
.pagination-holder .pagelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination-holder .pagelinks span, .pagination-holder .pagelinks strong, .pagination-holder .pagelinks a {
  margin-left: -1px;
  padding: 2px 10px;
  min-width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.pagination-holder .pagelinks span:hover, .pagination-holder .pagelinks strong:hover, .pagination-holder .pagelinks a:hover {
  text-decoration: none;
  background: #f8f8f8;
}
.pagination-holder .pagelinks span:first-child, .pagination-holder .pagelinks strong:first-child, .pagination-holder .pagelinks a:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-holder .pagelinks span:last-child, .pagination-holder .pagelinks strong:last-child, .pagination-holder .pagelinks a:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-holder .pagelinks span {
  color: #888;
}
.pagination-holder .pagelinks span:hover {
  background: transparent;
}
.pagination-holder .pagelinks strong, .pagination-holder .pagelinks .active {
  position: relative;
  border-color: #137fbf;
  font-weight: 700;
  color: #fff;
  background: #137fbf;
}
.pagination-holder .pagelinks strong:hover, .pagination-holder .pagelinks .active:hover {
  color: #fff;
  background: #137fbf;
}

.page-header {
  padding: 50px 0 0;
}
.page-header h1 {
  text-align: center;
  color: #137fbf;
  margin-bottom: 0;
  position: relative;
}
.navbar .page-header {
  margin-bottom: 15px;
  padding: 0 15px;
}
.navbar .page-header h1 {
  font-size: 28px;
  line-height: 34px;
}

.unit-wrapper, .search-wrapper {
  margin-bottom: 15px;
}

.content-holder {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #969696;
}

.form-group .form-control {
  height: 45px;
  background: #f9f9f9;
}
.form-group .input-group-append input {
  height: 45px;
  margin-left: -2px;
  background-color: #137fbf;
  border: 1px solid #137fbf;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
}

.section-title {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.title-wrapper {
  display: flex;
  align-items: center;
  margin: 50px 0 50px;
}

.btn-holder {
  margin-left: auto;
}
.btn-holder .section-title {
  color: #656565;
  font-weight: 400;
}

.filter-toggle {
  position: relative;
  padding: 4px;
  overflow: hidden;
  display: inline-flex;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background: #f9f9f9;
}

.filter-toggle:before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 100px;
  height: 36px;
  border-radius: 0.25rem;
  background: #137fbf;
  transform: translate3d(-85px, 0, 0);
  transition: 0.2s ease-in-out;
}

.filter-toggle.s-card .btn-card {
  color: #fff;
}

.filter-toggle.s-card:before {
  transform: translate3d(0, 0, 0);
}

.filter-toggle.s-table .btn-table {
  color: #fff;
}

.filter-toggle.s-table:before {
  transform: translate3d(100px, 0, 0);
}

.filter-toggle .btn {
  position: relative;
  padding: 0 10px;
  width: 100px;
  height: 36px;
  font-size: 13px;
  line-height: 36px;
  font-weight: 500;
  color: #888;
  justify-content: center;
  outline: none;
  transition: all 0.6s ease;
}

.table-holder .table td {
  font-size: 14px;
}
.table-holder .table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #dee2e6;
  color: #797979;
  font-size: 12px;
  width: 10%;
}
.table-holder .table thead th:first-child {
  width: 8%;
}
.table-holder .table thead th:last-child {
  width: 8%;
}
.table-holder .table thead th:nth-child(2) {
  width: 25%;
}
.table-holder .table thead th:nth-child(3) {
  width: 15%;
}
.table-holder .table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-holder .table tbody tr td:nth-child(3) .tb-image {
  margin-bottom: 10px;
}
.table-holder .table tbody tr td:nth-child(3) img {
  max-width: 130px;
  max-height: 55px;
  display: block;
}
.table-holder.type-cards .table-responsive {
  overflow-x: visible;
}
.table-holder.type-cards .table {
  display: flex;
  border: none;
}
.table-holder.type-cards .table thead {
  display: none;
}
.table-holder.type-cards .table tbody {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
.table-holder.type-cards .table tbody tr {
  width: calc(100% - 20px);
  /*min-height: 400px;*/
  /* flex-direction: row; */
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 10px 10px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  /*padding: 15px;*/
  border: 1px solid #e0e5ec;
  border-radius: 8px;
  overflow: hidden;
  /*background: #fafafa;*/
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.table-holder.type-cards .table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.table-holder.type-cards .table tbody tr:hover {
  border: 1px solid #0e6091;
}
.table-holder.type-cards .table tbody tr:hover td:nth-child(7n) a {
  background-color: #0e6091;
  color: #fff;
}
.table-holder.type-cards .table tbody tr td {
  border: none;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  /*margin-bottom: 10px;*/
  display: flex;
  align-items: center;
  line-height: 24px;
}
.table-holder.type-cards .table tbody tr td:nth-child(1):before, .table-holder.type-cards .table tbody tr td:nth-child(3):before, .table-holder.type-cards .table tbody tr td:nth-child(4):before, .table-holder.type-cards .table tbody tr td:nth-child(5):before, .table-holder.type-cards .table tbody tr td:nth-child(6):before {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 6px;
  color: #999;
}
.table-holder.type-cards .table tbody tr td:nth-child(1) {
  padding-top: 14px;
  order: 1;
  /*background: #fff;*/
}
.table-holder.type-cards .table tbody tr td:nth-child(1):before {
  content: "Tender Code:";
}
.table-holder.type-cards .table tbody tr td:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #137fbf;
  display: flex;
  align-items: center;
  height: 86px;
  order: 3;
  /*background: #fff;*/
}
.table-holder.type-cards .table tbody tr td:nth-child(2) span.tb-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.table-holder.type-cards .table tbody tr td:nth-child(3) {
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #646464;
  text-align: left;
  order: 2;
}
.table-holder.type-cards .table tbody tr td:nth-child(3) .tb-image {
  margin-bottom: 0;
  margin-right: 15px;
  width: 120px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-holder.type-cards .table tbody tr td:nth-child(3) img {
  max-width: 100%;
  max-height: 100%;
}
.table-holder.type-cards .table tbody tr td:nth-child(4) {
  /*margin: auto -15px -15px -15px;*/
  margin-top: auto;
  text-align: center;
  padding: 0;
  order: 7;
}
.table-holder.type-cards .table tbody tr td:nth-child(4) a {
  background-color: #137fbf;
  color: #fff;
  padding: 9px 10px;
  width: 100%;
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
}

a.calendericon {
  display: block;
  font-size: 38px;
  text-decoration: none;
  text-align: center;
}
a.calendericon i {
  color: #137fbf;
}

.pagination .pagelinks {
  margin-left: auto;
}
.pagination .pagelinks a {
  border: 1px solid #d2d2d288;
  padding: 10px 20px;
  text-decoration: none;
}
.pagination .pagelinks a.active, .pagination .pagelinks a:hover {
  background-color: #137fbf;
  color: #fff;
}
.pagination .pagelinks a.btn-next, .pagination .pagelinks a.btn-last {
  border: none;
}
.pagination .pagelinks a.btn-next:hover, .pagination .pagelinks a.btn-last:hover {
  background-color: transparent;
  color: #000;
}

.date-table {
  width: 100%;
}
.date-table tr select, .date-table tr input {
  height: 45px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align: center;
  width: calc(100% - 15px);
}

.search-selectby .row {
  margin: 0;
}

.ed-holder {
  margin-top: 6px;
}

.exp-day {
  background-color: #697587;
  position: relative;
  padding: 2px 12px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 0;
  border-radius: 3px;
}
.exp-day.exp-info {
  background: #137fbf;
}
.exp-day.exp-danger {
  background: #dc3545;
}

.table-holder.type-cards table tbody tr {
  position: relative;
}
.table-holder.type-cards table tbody tr .exp-day {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  margin-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .top-header .welcome-section {
    text-align: left;
  }

  .table-holder.type-cards .table tbody tr {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  #header .navbar .container {
    flex-direction: row;
  }
  #header .navbar .navbar-brand {
    margin-right: 10px;
    margin-bottom: 0;
  }
  #header .navbar .btn {
    margin-right: 0;
    margin-left: 10px;
  }
  #header .navbar .btn:first-child {
    margin-left: 0;
  }

  .navbar .page-header {
    margin-bottom: 0;
  }

  .table-holder.type-cards .table tbody tr {
    width: calc(33.3% - 20px);
  }

  .pagination-holder .pagebanner {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .table-holder.type-cards .table tbody tr {
    width: calc(25% - 20px);
  }
}/*# sourceMappingURL=template.css.map */