/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.eproc-topbar {
  background: #1d2b36;;
  color: #fff;
  min-height: 40px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1032;
}

.eproc-font-ci,
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
button,
input,
optgroup,
select,
textarea,
.navbar,
.nav,
.btn,
.table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.fa,
.fa:before,
.fa:after {
  font-family: FontAwesome !important;
}

.eproc-topbar-inner {
  width: 100%;
  padding: 0 1.5rem;
}

.eproc-system-name {
  color: #fff;
}

.eproc-topbar-right {
  gap: 12px;
}

.eproc-topbar-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 14px;
  background: #28a745;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  margin-left: 8px;
}

.eproc-topbar-badge:hover {
  color: #fff;
  text-decoration: none;
}

.eproc-topbar-icon {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.eproc-topbar-icon:hover {
  color: #fff;
  text-decoration: none;
}

.eproc-topbar-icon #notif_count {
  margin-left: -10px;
}

.eproc-topbar-user {
  color: #fff;
  line-height: 1.1;
}

html, body {
  height: 100%;
}

.eproc-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.eproc-layout > .app-content.content {
  flex: 1 0 auto;
}

.eproc-footer {
  margin-top: auto;
}

.has-fixed-footer .footer.eproc-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
}

.has-fixed-footer .eproc-layout {
  padding-bottom: 44px;
}

.has-fixed-footer.has-bottom-alert .eproc-layout {
  padding-bottom: 88px;
}

.eproc-bottom-alert {
  position: fixed;
  left: 1%;
  width: 98%;
  bottom: calc(44px + 1%);
  z-index: 1200;
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: .75rem 1rem;
}

.has-fixed-footer.has-bottom-alert .eproc-bottom-alert {
  bottom: calc(44px + 1%);
}

#Date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

ul.date-analog {
  margin: 0 auto;
  padding: 0;
  list-style: none !important;
  text-align: left !important;
}

ul.date-analog li {
  display: inline !important;
  /* font-size: 1.1em; */
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

.eproc-topbar ul.date-analog {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.eproc-topbar ul.date-analog li {
  list-style: none !important;
  display: inline !important;
}

#buttontotop {
  display: inline-block;
  background-color: #ba0716;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#buttontotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#buttontotop:hover {
  cursor: pointer;
  background-color: #333;
}

#buttontotop:active {
  background-color: #555;
}

#buttontotop.show {
  opacity: 1;
  visibility: visible;
}

.fontfooter {
  font-size: 12px;
}

.footer.eproc-footer {
  background: #1b1b1b !important;
  color: #fff;
}

.footer.eproc-footer a {
  color: #fff;
}

.eproc-nav-link {
  position: relative;
  padding-bottom: 10px !important;
}

.header-navbar {
  position: sticky;
  z-index: 1031;
  overflow: visible;
}

.header-navbar .navbar-wrapper,
.header-navbar .navbar-container,
.header-navbar .navbar-collapse {
  overflow: visible;
}

.eproc-nav-link.eproc-nav-link-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
}

.eproc-nav-link:hover::after,
.eproc-nav-link:focus::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
}

.navbar-nav:hover .eproc-nav-link.eproc-nav-link-active::after {
  background: transparent;
}

.modal.eproc-modal-slide-up.fade .modal-dialog {
  transform: translate3d(0, 150px, 0) !important;
  transition: transform 260ms ease-out;
  will-change: transform;
}

.modal.eproc-modal-slide-up.show .modal-dialog {
  transform: translate3d(0, 0, 0) !important;
}

.eproc-captcha-label {
  color: #fff;
}

.eproc-form-page input.form-control,
.eproc-form-page span.combo {
  border-radius: 15px !important;
}

.eproc-form-page span.combo {
  height: 35px !important;
  border: 1px solid #dbd8d8 !important;
  background-color: #fff !important;
}

.eproc-form-page input.combo-text {
  padding: 10px !important;
  height: 35px !important;
  line-height: 35px !important;
}

.eproc-form-page .combo-arrow {
  width: 35px !important;
  height: 35px !important;
  opacity: 1 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.eproc-form-page span.combo.textbox-invalid,
.eproc-form-page span.combo.textbox-invalid .combo-text {
  background-color: #fff3f3 !important;
}

.eproc-form-page .validatebox-invalid {
  border-color: #dbd8d8 !important;
  background-color: #fff3f3 !important;
  background-repeat: no-repeat !important;
  background-position: right 1% bottom 45% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23ff4d4f'/%3E%3Cpath d='M12 7.5c.55 0 1 .45 1 1v5.5c0 .55-.45 1-1 1s-1-.45-1-1V8.5c0-.55.45-1 1-1z' fill='white'/%3E%3Ccircle cx='12' cy='17' r='1.2' fill='white'/%3E%3C/svg%3E");
}

/* Remove default caret icon from dropdown toggle to avoid illegal icon render */
.header-navbar .dropdown .dropdown-toggle::after {
  display: none !important;
}

/* Tender cards style similar to CI */
.tender-card {
  border: 2px solid #9fa8da;
  border-radius: 6px;
}
.tender-card--highlight {
  border-color: #e57373;
  box-shadow: 0 0 0 1px #ffcdd2 inset;
}
.tender-card-inner { padding: 1rem; }
.tender-card .text-muted { font-size: .9rem; }
.tender-card h5 { margin: .25rem 0 .5rem; }
.tender-card--highlight h5 { color: #c62828; text-transform: uppercase; font-weight: 700; }
.tender-card .badge { margin-right: .4rem; }
.tender-search .form-control { border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.tender-search .btn { border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
.tender-panel {
  background: #f5f7f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: .75rem;
}
.border-darken-1 { border-width: 2px; }
#tbodyPaketLelang .col-md-12 .border-darken-1 a.hver:hover { color: #da4453 !important; cursor: pointer; }
#tbodyPaketLelang .col-md-12 .border-darken-1:hover { border:  1px solid #da4453 !important; cursor: pointer; }

.ci-pagination .pagination { margin: 0; }
.ci-pagination .page-link { border: 1px solid #9fa8da; color: #333; padding: .25rem .6rem; font-size: .9rem; border-radius: 4px; }
.ci-pagination .page-item.active .page-link { background-color: #9fa8da; border-color: #9fa8da; color: #fff; }
.ci-pagination .page-item.disabled .page-link { color: #bbb; }

#tbodyPaketLelang .p-1 { padding-left: 1rem !important; padding-right: 1rem !important; }
