/** --------------------------------------------------------------------------
 * Description    : PT Surveyor Indonesia Stylesheet
 *  
 * file           : style.css
 * Version        : 1.0.0
 * Author         : 
 * Author URI     : 
 *
 * PT Surveyor Indonesia. Copyright 2020. All Rights Reserved.
 * -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f4f7fc;
  color: #2b2c3f;
  font-size: 16px;
  line-height: 24px;
  padding-top: 82px;
  margin-bottom: 36px;
}

.ptsi-form-control::-webkit-input-placeholder {
  color: #c9cfe1;
}

.ptsi-form-control:-moz-placeholder {
  color: #c9cfe1;
}

.ptsi-form-control::-moz-placeholder {
  color: #c9cfe1;
}

.ptsi-form-control:-ms-input-placeholder {
  color: #c9cfe1;
}

.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

/* reset padding column */
.row {
  margin-left: -12px;
  margin-right: -12px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}

.container {
  max-width: 1200px;
}

main.container {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section.half-padding-top {
  padding-top: 12px;
}
.section.half-padding-bottom {
  padding-bottom: 12px;
}

a {
  color: #07a7e1;
}

.text-muted {
  color: #707f92 !important;
}

.text-600 {
  font-weight: 600;
}

.color-text {
  color: #07a7e1 !important;
}

.color-text--primary {
  color: #2b2c3f !important;
}

.color-text--secondary {
  color: #707f92 !important;
}

.bg--primary {
  background-color: #07a7e1 !important;
}

.bg--black {
  background-color: #2b2c3f !important;
}

.bg--red {
  background-color: #eb5757 !important;
}

.bg--purple {
  background-color: #8372f7 !important;
}

.bg--green {
  background-color: #6fcf97 !important;
}

.bg--green-dark {
  background-color: #27ae60 !important;
}

.bg--orange {
  background-color: #f2c94c !important;
}

.bg--orange-dark {
  background-color: #f2994a !important;
}

.bg--yellow {
  background-color: #fcaf17 !important;
}

.bg-opacity--red {
  background: rgba(235, 87, 87, 0.2) !important;
  color: #eb5757 !important;
}

.bg-opacity--purple {
  background: rgba(131, 114, 247, 0.2) !important;
  color: #8372f7 !important;
}

.bg-opacity--green {
  background: rgba(111, 207, 151, 0.2) !important;
  color: #6fcf97 !important;
}

.bg-opacity--green-dark {
  background: rgba(39, 174, 96, 0.2) !important;
  color: #27ae60 !important;
}

.bg-opacity--orange {
  background: rgba(242, 201, 76, 0.2) !important;
  color: #f2c94c !important;
}

.bg-opacity--yellow {
  background: rgba(252, 175, 23, 0.2) !important;
  color: #fcaf17 !important;
}

.dropdown-toggle:after {
  content: '\f107';
  font-family: 'FontAwesome';
  border: none;
  color: #c9cfe1;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 6px;
  line-height: 0;
}

.ptsi-bg-red {
  background-color: #eb5757 !important;
}

.ptsi-badge {
  color: #fff;
  padding: 0;
  height: 37px;
  font-weight: 600;
  line-height: 37px;
  font-size: 16px;
  padding: 0 14px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.ptsi-badge.rounded-badge {
  margin-right: 12px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  width: 34px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ptsi-badge.small-font {
  font-size: 14px;
  font-weight: normal;
}

/* radio button */
.ptsi-radio.custom-control {
  min-height: 24px;
}

.ptsi-radio .custom-control-label::after,
.ptsi-radio .custom-control-label::before {
  width: 24px;
  height: 24px;
  top: 0;
}

.ptsi-radio .custom-control-label::after {
  width: 20px;
  height: 20px;
  left: -22px;
  top: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ptsi-radio .custom-control-label::before {
  border: 2px solid #d8d8d8;
}

.ptsi-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #07a7e1;
  background-color: #07a7e1;
}

.ptsi-radio.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  border: 2px solid #fff;
  background-color: #07a7e1;
}

/* checkbox button */
.ptsi-checkbox.custom-control {
  min-height: 24px;
}
.ptsi-checkbox.custom-control .custom-control-label {
  padding-left: 13px;
  color: #2b2c3f;
}

.ptsi-checkbox .custom-control-label::after,
.ptsi-checkbox .custom-control-label::before {
  width: 24px;
  height: 24px;
  top: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ptsi-checkbox.custom-checkbox .custom-control-label::before {
  background-color: #d8d8d8;
}

.ptsi-checkbox .custom-control-label::before {
  border: 1px solid #d8d8d8;
}

.ptsi-checkbox.custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #07a7e1;
}

/* typography */
h5.widget-title {
  font-size: 18px;
}

h2 {
  font-size: 36px;
  line-height: 46px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.ptsi-list-check {
  list-style: none;
  padding: 0;
}
.ptsi-list-check li {
  list-style-position: outside;
  padding-left: 40px;
  position: relative;
  line-height: 28px;
}
.ptsi-list-check li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  background-color: #c9cfe1;
  left: 0;
  top: 6px;
  color: #fff;
  height: 18px;
  width: 18px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ptsi-list-check li.active:before {
  background-color: #07a7e1;
}

/* owl carousel */
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  background: #c9cfe1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #07a7e1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 18px;
}

/* button */
.ptsi-btn {
  background-color: #07a7e1;
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ptsi-btn:hover {
  color: #fff;
  -moz-box-shadow: 0px 10px 20px 0px rgba(7, 167, 225, 0.49);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(7, 167, 225, 0.49);
  box-shadow: 0px 10px 20px 0px rgba(7, 167, 225, 0.49);
}
.ptsi-btn.with-icon {
  padding: 11px 20px 11px 14px;
}
.ptsi-btn.with-icon i {
  margin-right: 10px;
  font-size: 18px;
}
.ptsi-btn.only-icon {
  height: 25px;
  width: 25px;
  line-height: 23px;
  padding: 0;
  font-size: 13px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ptsi-btn.square-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
  line-height: 48px;
}
.ptsi-btn.square-btn i {
  margin: 0;
}
.ptsi-btn.btn-sm {
  padding: 6px 12px;
  min-width: 100px;
}
.ptsi-btn.btn-lg {
  font-size: 16px;
  padding: 11px 35px;
  min-width: 180px;
}

.ptsi-btn-outline-primary {
  color: #07a7e1;
  border: 1.5px solid #07a7e1;
}
.ptsi-btn-outline-primary:hover,
.ptsi-btn-outline-primary:focus {
  color: #fff;
  background-color: #07a7e1;
}

.ptsi-btn-link {
  color: #07a7e1;
  font-weight: 600;
}
.ptsi-btn-link:hover {
  color: #1d3d90;
}

.ptsi-btn-action-dropdown .dropdown-toggle {
  position: relative;
  padding: 16px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ptsi-btn-action-dropdown .dropdown-toggle:focus {
  box-shadow: none;
}
.ptsi-btn-action-dropdown .dropdown-toggle:after {
  display: none;
}
.ptsi-btn-action-dropdown .dropdown-toggle:hover,
.ptsi-btn-action-dropdown.show .dropdown-toggle {
  background: rgba(43, 44, 63, 0.1);
}
.ptsi-btn-action-dropdown .three-bullet-btn {
  margin: 0 auto;
  position: relative;
}
.ptsi-btn-action-dropdown .three-bullet-btn:after,
.ptsi-btn-action-dropdown .three-bullet-btn:before {
  content: '';
  position: absolute;
}
.ptsi-btn-action-dropdown .three-bullet-btn,
.ptsi-btn-action-dropdown .three-bullet-btn:after,
.ptsi-btn-action-dropdown .three-bullet-btn:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  background-color: #07a7e1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.ptsi-btn-action-dropdown .three-bullet-btn:before {
  top: -7px;
}
.ptsi-btn-action-dropdown .three-bullet-btn:after {
  bottom: -3px;
}
.ptsi-btn-action-dropdown .dropdown-menu {
  border: none;
  -moz-box-shadow: 0px 0px 20px rgba(20, 38, 80, 0.08);
  -webkit-box-shadow: 0px 0px 20px rgba(20, 38, 80, 0.08);
  box-shadow: 0px 0px 20px rgba(20, 38, 80, 0.08);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ptsi-btn-action-dropdown .dropdown-item {
  position: relative;
}
.ptsi-btn-action-dropdown .dropdown-item i,
.ptsi-btn-action-dropdown .dropdown-item .dropdown-item-text {
  color: #707f92;
}
.ptsi-btn-action-dropdown .dropdown-item i {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* header */
.ptsi-header {
  padding: 0 33px;
  -moz-box-shadow: 0px 4px 30px rgba(24, 43, 86, 0.1);
  -webkit-box-shadow: 0px 4px 30px rgba(24, 43, 86, 0.1);
  box-shadow: 0px 4px 30px rgba(24, 43, 86, 0.1);
  background-color: white;
  max-height: 80px;
}
.ptsi-header .ptsi-header-menu .nav-item.active .nav-link {
  color: #07a7e1;
  position: relative;
}
.ptsi-header .ptsi-header-menu .nav-item.active .nav-link:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #07a7e1;
}
.ptsi-header .ptsi-header-menu .nav-link {
  color: #c9cfe1;
  padding-left: 22px;
  padding-right: 22px;
}
.ptsi-header .ptsi-header-menu .nav-link:hover,
.ptsi-header .ptsi-header-menu .nav-link:focus {
  color: #07a7e1;
}
.ptsi-header .dropdown-menu {
  margin-top: 0;
  border: none;
  padding: 8px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.ptsi-header .dropdown-menu i {
  color: #07a7e1;
  margin-right: 5px;
}
.ptsi-header .dropdown-item {
  color: #707f92;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  padding: 10px 20px;
}
.ptsi-header .dropdown-item.active,
.ptsi-header .dropdown-item:active {
  color: #fff;
  background: #07a7e1;
}

.ptsi-header-menu-right.navbar-nav .nav-link {
  color: #707f92 !important;
  padding: 0;
}

.ptsi-header-menu-right .nav-link,
.ptsi-header-menu .nav-link {
  font-size: 15px;
  line-height: 82px;
  font-weight: 600;
  padding: 0;
}

.author-badge {
  font-size: 14px;
  font-weight: normal;
  width: 37px;
  height: 37px;
  color: #fff;
  line-height: 37px;
  padding: 0;
  background-color: #07a7e1;
  margin-right: 13px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ptsi-header-menu {
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
}

.ptsi-widget {
  padding: 27px 30px;
  background-color: #fff;
  min-height: 270px;
  margin-bottom: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ptsi-progress {
  height: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
}
.ptsi-progress .progress-bar {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ptsi-data-indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.ptsi-data-indicator li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #707f92;
  text-align: center;
  position: relative;
  margin: 0 -1px;
}
.ptsi-data-indicator li:before,
.ptsi-data-indicator li:after {
  content: '';
  position: absolute;
  height: 2px;
  top: 16px;
  width: 50%;
  background-color: #dfe4f2;
  z-index: 1;
}
.ptsi-data-indicator li:after {
  left: 100%;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ptsi-data-indicator li:before {
  left: 0;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ptsi-data-indicator li:first-child:before {
  display: none;
}
.ptsi-data-indicator li:last-child:after {
  display: none;
}
.ptsi-data-indicator li.active .icon-indicator {
  color: #fff;
  border-color: #07a7e1;
  background-color: #07a7e1;
}
.ptsi-data-indicator li.active .icon-indicator:before {
  content: '';
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 28px;
  width: 28px;
  left: 0;
}
.ptsi-data-indicator li.active:after {
  background-color: #07a7e1;
}
.ptsi-data-indicator li.active:first-child:after {
  background-color: #07a7e1;
}
.ptsi-data-indicator li.active + li.active:before {
  background-color: #07a7e1;
}
.ptsi-data-indicator li.active + li:not(.active):before {
  width: 100%;
  left: -50%;
}
.ptsi-data-indicator .icon-indicator {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid #dfe4f2;
  display: inline-block;
  font-size: inherit;
  color: #dfe4f2;
  margin-bottom: 15px;
  position: relative;
  background-color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ptsi-data-indicator .text-indicator {
  display: block;
}

.widget-statistik-profil {
  padding: 27px 0;
  text-align: center;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.widget-statistik-profil:hover {
  -moz-box-shadow: 10px 40px 90px rgba(24, 43, 86, 0.15);
  -webkit-box-shadow: 10px 40px 90px rgba(24, 43, 86, 0.15);
  box-shadow: 10px 40px 90px rgba(24, 43, 86, 0.15);
}
.widget-statistik-profil .icon-statistik {
  width: 58px;
  height: 58px;
  line-height: 58px;
  display: inline-block;
  font-size: 23px;
  margin-bottom: 18px;
  color: #07a7e1;
  background: rgba(7, 167, 225, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget-statistik-profil h4.title-statistik {
  font-size: 58px;
  line-height: 74px;
  font-weight: 700;
  margin: 0 auto;
}
.widget-statistik-profil h4.title-statistik .statistik-number {
  position: relative;
  display: inline-block;
}
.widget-statistik-profil .caption-statistik {
  color: #707f92;
}
.widget-statistik-profil .badge-statistik {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #eb5757;
  position: absolute;
  padding: 0;
  right: -13px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.widget-statistik-pengadaan .badge-statistik,
.badge-contract {
  width: 15px;
  height: 16px;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #eb5757;
  position: absolute;
  padding: 0;
  right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* widget-profil */
.widget-profil {
  padding: 56px 20px 20px;
  min-height: 270px;
  text-align: center;
  position: relative;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.widget-profil:hover {
  -moz-box-shadow: 10px 40px 90px rgba(24, 43, 86, 0.15);
  -webkit-box-shadow: 10px 40px 90px rgba(24, 43, 86, 0.15);
  box-shadow: 10px 40px 90px rgba(24, 43, 86, 0.15);
}
.widget-profil .icon-profil-check {
  position: absolute;
  color: #fff;
  background: #c9cfe1;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget-profil .icon-profil-check.active {
  background: #07a7e1;
}
.widget-profil .icon-profil {
  height: 75px;
  width: 75px;
  line-height: 75px;
  display: inline-block;
  font-size: 28px;
  margin-bottom: 24px;
  color: #07a7e1;
  background: rgba(7, 167, 225, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget-profil strong {
  display: block;
  line-height: 20px;
  margin-bottom: 42px;
  font-weight: 600;
}
.widget-profil .ptsi-btn-outline-primary {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 10px;
}

/* widget-evaluasi-kerja */
.widget-evaluasi-kerja {
  padding-bottom: 22px;
}
.widget-evaluasi-kerja .tanggal-periode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.widget-evaluasi-kerja .tanggal-periode .icon-tanggal-periode {
  margin-right: 15px;
  color: #707f92;
  font-size: 20px;
}
.widget-evaluasi-kerja .tanggal-periode span {
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}
.widget-evaluasi-kerja .indikator-evaluasi {
  min-height: 50px;
  min-width: 100px;
  line-height: 50px;
  text-transform: uppercase;
  background-color: #07a7e1;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 0 30px;
  margin-top: 46px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
}

.widget-kontrak-progress .kontrak-progress-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 28px;
  color: #07a7e1;
  margin-bottom: 38px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(7, 167, 225, 0.2);
}

.dokumen-expired-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.dokumen-expired-item .dokumen-expired-icon {
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  text-align: center;
  margin-right: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dokumen-expired-item .dokumen-expired-content {
  -ms-flex: 1;
  flex: 1;
}
.dokumen-expired-item .dokumen-expired-content h4 {
  font-weight: 700;
}
.dokumen-expired-item .dokumen-expired-content p,
.dokumen-expired-item .dokumen-expired-content span {
  color: #707f92;
}

.widget-validasi-dokumen {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
}
.widget-validasi-dokumen .header-validasi-dokumen {
  margin-bottom: 20px;
}
.widget-validasi-dokumen .header-validasi-dokumen h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
.widget-validasi-dokumen .header-validasi-dokumen i {
  font-size: 18px;
}
.widget-validasi-dokumen .header-validasi-dokumen h6,
.widget-validasi-dokumen .header-validasi-dokumen i {
  color: #07a7e1;
}
.widget-validasi-dokumen .ptsi-badge {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.widget-validasi-dokumen .list-group-item {
  border: none;
}
.widget-validasi-dokumen .header-validasi-dokumen,
.widget-validasi-dokumen .list-group-item {
  padding-left: 20px;
  padding-right: 20px;
}
.widget-validasi-dokumen .list-group-item h5,
.widget-validasi-dokumen .list-group-item p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.widget-validasi-dokumen .list-group-item p {
  color: #707f92;
}
.widget-validasi-dokumen .list-group-item-action:focus,
.widget-validasi-dokumen .list-group-item-action:hover {
  background: #f2f2f2;
  color: inherit;
}

/* footer */
.ptsi-footer {
  background: #1d3d90;
  padding-top: 10px;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 11px;
  color: #fff;
  text-align: right;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
}
.ptsi-footer:before {
  content: '';
  background: url(../img/footer-shape.png);
  bottom: 0;
  left: 0;
  background-color: #f4f7fc;
  position: absolute;
  width: 140px;
  height: 36px;
  background-size: 140px 36px;
  border-right: 1px solid #1d3d90;
}
.ptsi-footer.ptsi-footer-button {
  background-color: #fff;
  padding: 17px 0;
  -moz-box-shadow: 0px -4px 30px rgba(24, 43, 86, 0.06);
  -webkit-box-shadow: 0px -4px 30px rgba(24, 43, 86, 0.06);
  box-shadow: 0px -4px 30px rgba(24, 43, 86, 0.06);
}
.ptsi-footer.ptsi-footer-button:before {
  display: none;
}
.ptsi-footer.ptsi-footer-button .ptsi-btn {
  padding: 11px 60px;
}

/* page header */
.page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.page-title h2 {
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.page-title-back {
  font-size: 20px;
  margin-right: 18px;
  color: #2b2c3f;
}
.page-title-back:hover {
  color: #07a7e1;
}

/* table */
.ptsi-box-background {
  background: #e5eaf3;
  padding: 38px 36px 25px;
  margin-bottom: 50px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ptsi-table td,
.ptsi-table th,
.ptsi-table thead th {
  border: none;
  text-align: center;
  vertical-align: middle;
}
.ptsi-table thead {
  color: #2b2c3f;
}

.ptsi-table thead .sorting {
  background: url(../img/sort_both.png) no-repeat center right;
}

.ptsi-table thead .sorting_asc {
  background: url(../img/sort_asc.png) no-repeat center right;
}

.ptsi-table thead .sorting_desc {
  background: url(../img/sort_desc.png) no-repeat center right;
}

.ptsi-table tbody {
  color: #707f92;
}
.ptsi-table tbody th,
.ptsi-table tbody td {
  font-weight: normal;
}
.ptsi-table tbody tr:first-child th,
.ptsi-table tbody tr:first-child td {
  padding-top: 30px;
}
.ptsi-table tbody tr:last-child th,
.ptsi-table tbody tr:last-child td {
  padding-bottom: 30px;
}
.ptsi-table tbody {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* ptsi-modal */
.modal-backdrop {
  opacity: 0.7 !important;
}

.ptsi-modal .modal-header {
  border-bottom: none;
  padding: 38px 25px 24px 33px;
  text-align: center;
}
.ptsi-modal .modal-header .close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.ptsi-modal .modal-header.justify-content-start .modal-title {
  margin: 0;
}
.ptsi-modal .modal-title {
  margin: 0 auto;
  line-height: 31px;
}
.ptsi-modal .modal-dialog {
  max-width: 800px;
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.ptsi-modal .modal-body {
  padding-left: 33px;
  padding-right: 25px;
}
.ptsi-modal .modal-footer {
  padding: 30px 33px;
  border-top: none;
}
.ptsi-modal .modal-footer > :not(:last-child) {
  margin-right: 20px;
}
.ptsi-modal .modal-footer .ptsi-btn {
  padding: 10px;
  min-width: 127px;
}
.ptsi-modal .btn-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.ptsi-modal .ptsi-table tbody {
  background: #f5f8ff;
}

.ptsi-tabs {
  border-bottom: 2px solid #dadce8;
  margin-bottom: 30px;
}
.ptsi-tabs.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.ptsi-tabs.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-left: none;
  border-right: none;
  border-top: none;
}
.ptsi-tabs.nav-tabs .nav-item.show .nav-link,
.ptsi-tabs.nav-tabs .nav-link.active {
  color: #2b2c3f;
  background-color: transparent;
  border-bottom: 2px solid #07a7e1;
}
.ptsi-tabs.nav-tabs .nav-link {
  color: #707f92;
  font-weight: 600;
  line-height: 25px;
  font-size: 20px;
  padding: 23px 20px;
}

.ptsi-tabs-header {
  margin-bottom: 30px;
}
.ptsi-tabs-header .ptsi-btn-link {
  margin-right: 18px;
}

.ptsi-tabs-inner-container {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 35px 100px 45px;
}
.ptsi-tabs-inner-container p {
  color: #707f92;
  margin-bottom: 24px;
}

.ptsi-tabs-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}

/* .ptsi-form */
.ptsi-form-control {
  height: 48px;
  border: none;
  padding: 12px 14px;
  color: #2b2c3f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ptsi-form-control:disabled,
.ptsi-form-control[readonly] {
  background-color: #e4eaf3;
  color: #707f92;
}
.ptsi-form-control:focus {
  color: #2b2c3f;
}
.ptsi-form-control.gray-mode {
  background-color: #f4f7fc;
}

.ptsi-input-file {
  overflow: hidden;
}
.ptsi-input-file .custom-file-label,
.ptsi-input-file .input-group-text,
.ptsi-input-file .custom-file-label::after,
.ptsi-input-file .custom-file-input {
  height: 48px;
  line-height: 48px;
}
.ptsi-input-file .custom-file {
  height: 48px;
}
.ptsi-input-file .custom-file-label {
  left: 0;
  padding: 0 15px;
  color: #2b2c3f;
  background: transparent;
  border: none;
  padding-left: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ptsi-input-file .custom-file-label::after {
  color: #fff;
  background: #07a7e1;
  left: 0;
  width: 120px;
  text-align: center;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px !important;
}
.ptsi-input-file .custom-file-label::after {
  padding: 0 10px;
  height: 48px;
}
.ptsi-input-file .input-group-prepend .input-group-text:last-child {
  padding-right: 1px;
}

.ptsi-input-btn-reset {
  background: #eb5757;
  color: #fff;
  height: 25px;
  width: 25px;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ptsi-input-btn-reset:hover {
  color: #fff;
  opacity: 0.8;
}

.ptsi-input-btn-download {
  font-size: 30px;
  color: #07a7e1;
}
.ptsi-input-btn-download:hover {
  opacity: 0.8;
  color: #07a7e1;
}

.ptsi-form-group {
  margin-bottom: 34px;
}
.ptsi-form-group label {
  color: #707f92;
  margin-bottom: 12px;
}
.ptsi-form-group .custom-checkbox label {
  margin-bottom: 0;
}
.ptsi-form-group .input-group-text {
  background: #fff;
  border: none;
  color: #a5a5a5;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ptsi-form-group .input-group-prepend + .ptsi-form-control {
  padding-left: 5px;
}
.ptsi-form-group .input-group-prepend + .ptsi-form-control:focus,
.ptsi-form-group .input-group-prepend + .ptsi-form-control:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ptsi-input-file .input-group-text {
  background: transparent;
  border: none;
}

.ptsi-input-file .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Upload File';
}

.ptsi-form-big-margin {
  margin-bottom: 73px;
}

.ptsi-radio-group .btn {
  height: 48px;
  line-height: 46px;
  min-width: 78px;
  color: #07a7e1;
  border: 2px solid #07a7e1;
  background: #fff;
  font-weight: 600;
  padding: 0 20px;
}
.ptsi-radio-group .btn:hover {
  cursor: pointer;
}

.ptsi-radio-group .btn.active {
  color: #fff;
  background: #07a7e1;
}

.ptsi-group-text .input-group-text {
  border: none;
  background: #fff;
}

.ptsi-tenaga-ahli {
  margin-bottom: 30px;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ptsi-tenaga-ahli .author-badge {
  height: 57px;
  width: 57px;
  line-height: 57px;
  font-size: 24px;
  margin-right: 20px;
}
.ptsi-tenaga-ahli .media-body h3 {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}
.ptsi-tenaga-ahli .media-body p {
  color: #707f92;
  line-height: 24px;
  margin: 0;
}

.gj-datepicker-bootstrap [role='right-icon'] button {
  background-color: #fff;
  border: none;
}

.gj-datepicker-bootstrap [role='right-icon'] button .gj-icon {
  top: 15px;
  left: 6px;
}

/* header action */
.ptsi-header-action {
  margin-bottom: 0;
}
.ptsi-header-action .action-to-pdf {
  color: #eb5757;
}
.ptsi-header-action .action-to-sheets {
  color: #27ae60;
}
.ptsi-header-action .action-to-print {
  color: #07a7e1;
}
.ptsi-header-action .action-filter {
  color: #07a7e1;
}
.ptsi-header-action .ptsi-btn-link {
  font-size: 26px;
}
.ptsi-header-action .ptsi-btn-link:hover,
.ptsi-header-action .ptsi-btn-link:focus {
  opacity: 0.8;
}

/* resume */
.ptsi-resume {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.ptsi-resume small {
  font-size: 14px;
  line-height: 18px;
}

.ptsi-resume-header {
  padding: 40px 36px;
  background: #1d3d90;
}
.ptsi-resume-header * {
  color: #fff;
}
.ptsi-resume-header small {
  color: #c9cfe1;
}

.ptsi-resume-title {
  font-size: 32px;
  line-height: 41px;
  font-weight: 700;
}

.ptsi-resume-body {
  padding: 45px 36px;
  background: #fff;
  font-weight: 600;
}
.ptsi-resume-body h1,
.ptsi-resume-body h2,
.ptsi-resume-body h3,
.ptsi-resume-body h4,
.ptsi-resume-body h5,
.ptsi-resume-body h6 {
  color: #1d3d90;
}
.ptsi-resume-body h5 {
  font-size: 18px;
  line-height: 23px;
}
.ptsi-resume-body small {
  color: #707f92;
}
.ptsi-resume-body .detail-pengurus {
  margin-bottom: 20px;
}
.ptsi-resume-body .nama-pengurus {
  color: #2b2c3f;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
}
.ptsi-resume-body .jabatan-pengurus {
  font-weight: normal;
}
.ptsi-resume-body .ptsi-list-check li {
  padding-left: 30px;
  margin-bottom: 5px;
}
.ptsi-resume-body .ptsi-list-check li:before {
  background-color: #07a7e1;
}

/* custom apexchart */
.ptsi-chart-container {
  position: relative;
  background: #fff;
  padding: 38px 30px 30px;
  margin-bottom: 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ptsi-chart-info {
  background: #f4f7fc;
  color: #07a7e1;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  position: absolute;
  right: 30px;
  top: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ptsi-chart-info i {
  margin-left: 10px;
}

.apexcharts-tooltip-text-value {
  letter-spacing: 0.75px !important;
}

.apexcharts-legend-text {
  bottom: 5px;
}

.apexcharts-legend-marker {
  margin-right: 8px !important;
}

.apexcharts-legend-series:first-child {
  margin-left: 0 !important;
}

.hep-score-main-header {
  color: #707f92;
  font-weight: bold;
  background: transparent;
  display: inline-block;
  margin-top: 11px;
}

.add-button {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: white;
  border: 1px #27cc84;
  position: relative;
  background-color: #27cc84;
}

.primary-button {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: white;
  border: 1px #276ccc;
  position: relative;
  background-color: #276ccc;
}

.remove-button {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: white;
  border: 1px #f24c68;
  position: relative;
  background-color: #f24c68;
}

.add-button i,
.remove-button i,
.primary-button i {
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 5.5px;
}

.remove-button i {
  right: 6.5px;
  top: 5.5px;
}

.action-button-primary {
  border: 2px #07a7e1 solid;
  background-color: #ffffff;
  color: #07a7e1;
}

.action-button-primary:hover {
  background-color: #07a7e1;
  color: #ffffff;
  -moz-box-shadow: 0px 10px 20px 0px rgba(7, 167, 225, 0.49);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(7, 167, 225, 0.49);
  box-shadow: 0px 10px 20px 0px rgba(7, 167, 225, 0.49);
}

.img-profile {
  width: 37px;
  height: 37px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.img-profile-preview {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.search-data-table {
  position: absolute;
  right: 0px;
  width: 300px;
  z-index: 3;
}

.swal-text {
  text-align: center !important;
}

.ptsi-nav {
  padding-top: 35px;
  padding-bottom: 35px;
  z-index: 99;
}

.table-gray-mode {
  background-color: #e4eaf3 !important;
}

.ptsi-badge {
  /* padding: 10px 20px; */
  background-color: #294474 !important;
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb {
  background-color: transparent !important;
}

.hr-soft {
  border-bottom: 1px solid #a5a5a5;
}

.rup-title {
  font-size: 82px;
}
