/*
Custom CSS File by Nasrul Sitampan
*/


/* form statistik */
.hoverme:hover {
  font-weight: 500;
  color: var(--vz-gray-700);
  /*font-size: var(--vz-font-15);*/
}

.hoverme-success:hover {
  font-weight: 500;
  color: var(--vz-success-text-emphasis);
  /*font-size: var(--vz-font-15);*/
}

.hoverme-danger:hover {
  font-weight: 500;
  color: var(--vz-danger-text-emphasis);
  /*font-size: var(--vz-font-15);*/
}

.placeholder {
  opacity: .1;
}


/* form login */

/* .auth-one-bg {
  background-image: url('../../../images/bg2.webp');
} */

.auth-one-bg .bg-overlay {
  opacity: .3;
}

.bg-overlay-login {
  opacity: .1;
  background-color: #ffffff;
}

.auth-one-bg .logo img {
	border-radius: 5px;
}

.btn-login {
  color: #023D69;
}

.btn-login:hover {
  color: #010907;
}


/* form control */

.grid-view .summary {
	margin-bottom: 5px;
}

div.required label:after {
    content: " *";
    color: var(--vz-danger);
}

.pagination .page-item span {
  position: relative;
  display: block;
  padding: var(--vz-pagination-padding-y) var(--vz-pagination-padding-x);
  font-size: var(--vz-pagination-font-size);
  color: var(--vz-pagination-color);
  background-color: var(--vz-pagination-bg);
  border: var(--vz-pagination-border-width) solid var(--vz-pagination-border-color);

  color: #cccccc;
}

.pagination .next span {
	border-top-right-radius: var(--vz-pagination-border-radius);
  border-bottom-right-radius: var(--vz-pagination-border-radius);
}

.pagination .prev span {
	border-top-left-radius: var(--vz-pagination-border-radius);
  border-bottom-left-radius: var(--vz-pagination-border-radius);
}

.form-control-plaintext {
  font-weight: 300;
}

.btn.disabled {
  opacity: .4;
}

.form-control-catatan {
  display: block;
  width: 100%;
  padding: .4rem .7rem;
  font-size: var(--vz-font-base);
  font-weight: var(--vz-font-weight-normal);
  line-height: 1.5;
  color: var(--vz-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--vz-input-bg-custom);
  background-clip: padding-box;
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius);
}

.form-control-catatan:focus{
    outline: none;
    border: 1px solid var(--vz-primary-border-subtle);
}

.form-control-catatan:disabled {
  background-color: var(--vz-tertiary-bg);
  opacity: 1;
}

.form-search-peserta::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: 300;
    font-style: italic;
    font-size: 1rem;
}
.form-search-peserta:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-weight: 300;
   font-style: italic;
   font-size: 1rem;
   opacity:  1;
}
.form-search-peserta::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-weight: 300;
   font-style: italic;
   font-size: 1rem;
   opacity:  1;
}
.form-search-peserta:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-weight: 300;
   font-style: italic;
   font-size: 1rem;
}
.form-search-peserta::-ms-input-placeholder { /* Microsoft Edge */
   font-weight: 300;
   font-style: italic;
   font-size: 1rem;
}
.form-search-peserta::placeholder { /* Most modern browsers support this now. */
   font-weight: 300;
   font-style: italic;
   font-size: 1rem;
}

.form-control.readonly {
    pointer-events: none;
    touch-action: none;
    background-color: #f7f7f7;
    opacity: 1;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #f7f7f7;
    box-shadow: none;
}


.autoComplete_wrapper > input {
  display: block;
  width: 100%;
  height: 51px;
  padding: .5rem .9rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--vz-body-color);
  background-color: var(--vz-input-bg-custom);
  background-clip: padding-box;
  border: var(--vz-border-width) solid var(--vz-input-border-custom);
  border-radius: var(--vz-border-radius);
  background-image: none;
}

.autoComplete_wrapper > ul {
  max-height: 267px;
}

.autoComplete_wrapper > input::placeholder {
  font-size: 1rem !important;
}

.autoComplete_wrapper > ul .no_result {
  padding: .7rem 1.2rem;
}

.autoComplete_wrapper > ul > li {
  padding: .7rem 1.2rem;
  border-top: 1px solid var(--vz-gray-100);
}

/*.autoComplete_wrapper > ul > li:first-child {
  border-top: 1px solid var(--vz-gray-100);
}*/

/*.autoComplete_wrapper > ul > li:last-child {
  border-bottom: none;
}*/


/* page layout */

.logo {
  line-height: 67px;
}

.logo-login {
  line-height: 26px;
}

.simplebar-content li.menu-title {
  color: #cacaca;
}


/* wizard */

.f1-steps { 
  overflow: hidden; 
  position: relative; 
  margin-top: 20px; 
  text-align: center;
}

.f1-progress { 
  position: absolute; 
  top: 24px; 
  left: 0; 
  width: 100%; 
  height: 1px; 
  background: #ddd; 
}

.f1-progress-line { 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 1px; 
  background: #11d1b7; 
}

.f1-step { 
  position: relative; 
  float: left; 
  width: 16.66%; 
  padding: 0 5px; 
}

.f1-step-icon {
  display: inline-block; 
  width: 40px; 
  height: 40px; 
  margin-top: 4px; 
  background: #ddd;
  font-size: 16px; 
  color: #fff; 
  line-height: 40px;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
  text-align: center;
}

.f1-step.activated .f1-step-icon {
  background: #fff; 
  border: 1px solid #11d1b7; 
  color: #11d1b7; 
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  /*width: 48px; 
  height: 48px; 
  margin-top: 0; */
  background: #11d1b7; 
  font-size: 20px; 
  /*line-height: 48px;*/
}

.f1-step p { 
  color: #ccc;
  font-weight: 300;
}

.f1-step.activated p { 
  color: #11d1b7; 
}

.f1-step.active p { 
  color: #11d1b7; 
  font-weight: 500;
}


/* wizard perizinan */

.wizard-perizinan .f1-step { 
  width: 14.28%; 
}


/* wizard usulan */

.wizard-usulan .f1-step { 
  width: 20%; 
}



/* file upload */

.btn-upload {
  position: relative;
  overflow: hidden;
}

.btn-upload input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}

.btn-upload .form-control:disabled {
  opacity: 0;
}

.spinner-upload {
  color: #cccccc;
}


/* cetak nota dinas */

@media print {

  .hr-notadinas {
    border-bottom: 4px solid #808080;
    opacity: 1;
  }

  .table-notadinas thead tr, .table-notadinas thead tr th {
    border-color: #808080;
  }

  .table-notadinas tbody tr, .table-notadinas tbody tr td {
    border-color: #808080;
  }

}



/* bootstrap custom tooltip */

.custom-tooltip-log {
  /*--vz-tooltip-bg: var(--vz-light-bg-subtle);
  --vz-tooltip-color: var(--vz-dark);
  --vz-tooltip-opacity*/
  --vz-tooltip-font-size: 14px;
  --vz-tooltip-max-width: 400px;
}
