/*
@media (min-width: 576px) { 

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}
*/

/* set the width and height of your scrollbar */
::-webkit-scrollbar {
   width: 10px;
   height: 10px;
   background-color:white;
}

/*style the track of your scrollbar*/
::-webkit-scrollbar-track {
   border-radius: 10px;
   background-color: white;
}

/*change background color of your scrollbar on hover*/
::-webkit-scrollbar:hover {
   background-color: white;
} 

/*style the thumb of your scrollbar*/
::-webkit-scrollbar-thumb {
   background: #e3e3e3;
}

body {
   /*background-image: url(../img/bg-web.png);
   background-repeat: repeat-x;
   background-attachment: fixed;*/
   overflow-x: hidden !important;
}

.bg-img {
   background-image: url(../img/bg-web.png);
}

.daysOne {
   font-family: "Days One", sans-serif;
}


.raleway {
   font-family: "Raleway", sans-serif;
}

#backdrop {
   position: relative;
   margin-top: 60px;
   min-height: 75vh;
   padding: 20px 30px;
   transition: all 0.3s;
}

.scrollArea {
   display: flex;
   justify-content: start;
   width: 100%;
   overflow-x: auto;
   font-family:Calibri, Tahoma;
   font-size:12px !important;
   height: calc(100vh - 230px)
}

.scrollLampiran {
   display: flex;
   justify-content: start;
   width: 100%;
   overflow-x: auto;
   font-family:Calibri, Tahoma;
   font-size:12px !important;
   height: calc(100vh - 230px)
}

thead {
   position: sticky;
   z-index: 2;
   top: 0;
}

@media print {
   @page {
      margin-top: 7mm !important;
      margin-right: 7mm !important;
      margin-left: 7mm !important;
      margin-bottom: 7mm !important;
   }
   
   .scrollArea {
      display: flex;
      justify-content: start;
      font-family:Calibri, Tahoma;
      font-size:10px !important;
      height: 100%;
   }

   .scrollLampiran {
      display: flex;
      justify-content: start;
      font-family:Calibri, Tahoma;
      font-size:10px !important;
      height: 100%;
   }

   thead {
      position: static;
      font-family:Calibri, Tahoma;
      font-size:10px !important;
   }

   .bayangan {
      box-shadow: none;
   }
   
   table.table {
      width: 99.5% !important;
   }

   td {
      width: auto !important;
   }
}


#main {
   position: relative;
   margin-top: 60px;
   padding: 20px 30px;
   transition: all 0.3s;
}

@media print {
   #main {
      margin-top: 0px !important;
      padding:  0px !important;
   }
   table { page-break-inside:auto }
   tr {
      page-break-inside: avoid;
      page-break-after: auto;
   }
   .printHeader {
      position: fixed;
      top: 0;
      right: 0;
   } 
}

@media (max-width: 1199px) {
   #main {
      padding: 20px;
   }
}

#page-preloader {
   position: fixed;
   bottom: 50%;
   right: 46%;
   z-index: 1000;
}

#page-preloader .tunggu {
   margin-top: 20px;
}

#page-preloader.loaded {
   opacity: 0;
   transition: 0.3s ease-in 1s;
}

.bayangan {
   /*box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);*/
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bg-opening {
   background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
}

#tombol-atas {
   position: absolute;
   right: 30px;
   opacity: 1;
   visibility: visible;
   z-index: 2;
   top: 15px !important;
   transition: all 0.5s ease-in-out;
   transition-delay: 0.2s;
}

#tombol-atas.off {
   opacity: 0;
   visibility: hidden;
}

#tombol-bawah {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   z-index: 2;
   bottom: -2px;
   transition: all 0.5s ease-in-out;
   transition-delay: 0.2s;
}

#tombol-bawah.show {
   opacity: 1;
   visibility: visible;
}

#tombol-bawahKiri {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   z-index: 2;
   bottom: -2px;
   transition: all 0.5s ease-in-out;
   transition-delay: 0.2s;
}

#tombol-bawahKiri.show {
   opacity: 1;
   visibility: visible;
}

@media (min-width: 1400px) {
   #main,
   #header,
   #footer {
   padding-left: 8vw !important;
   padding-right: 8vw !important;
   }
   #tombol-atas,
   #tombol-bawah {
      right: 8vw !important;
   }
   #tombol-bawahKiri {
      left: 8vw !important;
   }

}

@media (max-width: 1399px) {
   #tombol-atas {
      right: 30px !important;
   }
   #tombol-bawah {
      right: 30px !important;
   }
   #tombol-bawahKiri {
      left: 30px !important;
   }
}

@media (max-width: 1199px) {
   .toggle-sidebar .sidebar {
      left: 0;
   }
   #tombol-atas {
      right: 20px !important;
   }
   #tombol-bawah {
      right: 20px !important;
   }
   #tombol-bawahKiri {
      left: 20px !important;
   }
}

@media (min-width: 1200px) {

   .toggle-sidebar #main,
   .toggle-sidebar #footer {
      margin-left: 300px;
   }

   .toggle-sidebar .sidebar {
      left: 0;
   }
}

.plat {
   border-radius: 0px !important;
}
.pointer{
   cursor: pointer;
}

.idDoc {
   display: none !important;
}
.idKlas {
   display: none !important;
}
.idKlas2 {
   display: none !important;
}

.dtUrut {
   display: none !important;
}

.dtNama {
   display: none !important;
}

.dtUser {
   display: none !important;
}

@media (max-width: 767px) {
   .hilang-md {
      display: none !important;
   }
}

.yes-print {
   display: none !important;
}

@media print {
   .hilang-md {
      display: inline !important;
   }
   .yes-print {
      display: inline !important;
   }
}

.bar1, .bar2, .bar3 {
   width: 21px;
   height: 3px;
   margin: 3px 0;
}

.modal-dialog.preview {
   height: calc(100%);
}
.modal-dialog.preview .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog.preview .modal-body {
    overflow-y: auto;
}

.modal-dialog.preview .modal-content {
    overflow-y: auto;
    background-color: #fff;
}

/*--------------------------------------------------------------
# KOP F4
--------------------------------------------------------------*/
.nmPemda {
   font-size: 24px;
   font-weight: 450;
   line-height: 1;
   text-transform: uppercase;
}

.nmOPD {
   font-size: 24px;
   font-weight: 500;
   line-height: 0.9;
}

.nmAlamat {
   font-size: 13px;
   line-height: 1;
}

.nmPemdaMini {
   font-size: 18px;
   font-weight: 450;
   line-height: 1;
   text-transform: uppercase;
}

.nmOPDMini {
   font-size: 18px;
   font-weight: 500;
   line-height: 0.9;
}

.nmAlamatMini {
   font-size: 11px;
   line-height: 1;
}

/*--------------------------------------------------------------
# PREVIEW
--------------------------------------------------------------*/
/*
page {
   display: block;
   padding: 1cm !important;
   margin: 0.5cm auto;
   background: white;
   line-height: 1.2 !important;
   font-size: 14px !important;
}

page[size="A4"] {  
   width: 21cm !important;
   height: auto !important;
}

page[size="A4 landscape"] {  
   width: auto !important;
   height: 21cm !important;
}

.pagebreak {
   page-break-inside: avoid !important;
   page-break-after: avoid !important;
}
*/
tr td {
   vertical-align: top;
}

.tborder {
   border: 1px solid black;
   padding-left: 5px;
   padding-right: 5px;
}

.topborder{
   border-top: 1px solid black;
}

.ltborder {
   border-left: 1px solid black;
   border-top: 1px solid black;
}

.bborder {
   border-bottom: 1px solid black;
}
.rborder {
   border-right: 1px solid black;
}

.idSub {
   display: none !important;
}

.delKol {
   position: absolute !important;
   float: right !important;
   top: -5px !important;
   right: 5px !important;
   z-index: 1000 !important;
   cursor: pointer !important;
   font-size: 1.5rem !important;
}

.addPlus {
   position: absolute !important;
   float: left !important;
   top: -5px !important;
   left: 5px !important;
   z-index: 1000 !important;
   cursor: pointer !important;
   font-size: 1.5rem !important;
}

/*--------------------------------------------------------------
# DIALOG MODAL
--------------------------------------------------------------*/
#kananbar {
   z-index: 1060;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.4);
}
#kananbar .kanan-dialog {
   position: relative;
   width: 450px !important;
   background-color: #ffffff;
   color: #4f4f4f;
   transition: all 0.3s;
}
#kananbar .kanan-dialog .kananbar-heading {
   height: 55px !important;
   background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
   z-index: 1160;
   color:white;
}

/*
#kananbar {
   z-index: 1060;
   position: fixed;
   top: 0;
   left: 0;
   display: none;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.4);
}
#kananbar .kanan-dialog {
   position: relative;
   width: 450px !important;
   top: 0;
   left: 0;
   background-color: #ffffff;
   color: #4f4f4f;
   transition: all 0.3s;
}
#kananbar .kanan-dialog .kananbar-heading {
   height: 55px !important;
   background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
   z-index: 1160;
   color:white;
}
/*
#kananbar {
   position: absolute;
   display: none;
   width: 450px !important;
   bottom: 0 !important;
   right: 0 !important;
   transform: translate(-50%, 0);
   z-index: 1060;
   color: #4f4f4f;
   transition: all 0.3s;
   overflow:auto;
   background-color: #ffffff;
}

#kananbar .kananbar-heading {
   height: 55px !important;
   background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
   color:white;
}

#kananbar.active {
   right: 0;
}
*/
.overkanan {
   position: fixed;
   display: none;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.6);
   z-index: 1059;
}

.kananclose {
   position: absolute !important;
   float: right !important;
   top: 5px !important;
   right: 10px !important;
   cursor: pointer !important;
}

.pilih:hover {
   cursor: pointer;
   color: #fff;
   background-image: linear-gradient(to right, #4fc1e9 97%, #ff6f69 90%);
}

option:disabled {
   color: white;
   background-color: #ff6f69;
}
