/* PUBLIC CSS BY DUDY AB HALIM*/

/*
<link rel="stylesheet" type="text/css" href="{{ asset('public_side/css/public.css') }}">
*/

:root {
  --selesai:#50C878;
  --dalamtindakan:#ffcd56;
  --tiadatindakan:#cd2122;
}

body {
    font-family: "Montserrat", Arial, sans-serif !important;
}

.hg_section {
    background: #fff;
}

#logo {
  display:flex;
}

.headingtop {
    font-family: LemonMilk;
    color: #9f1c4a;

    padding-top: 0px;
}

.headingmiddle {
    font-family: sans-serif;
    color: black;
    font-weight: 100;

}

.headingbottom {
    font-family: Montserrat;
    color: #9f1c4a;

    padding-bottom: 5px;
}

.site-header {
    position: relative;
    /*padding-bottom: 19px;*/
    box-shadow: black 0px 0px 8px;
}

.quote-ribbon i {
    color: #ffef5e;
    margin-top: 3px;
}

.jsmaps-tooltip { color: #0c0c0c !important; }
.border-primary { border: 3px solid #007bff; }
.border-success { border: 3px solid #007bff; }
.border-warning { border: 3px solid #007bff; }
.border-danger { border: 3px solid #007bff; }

img {       
  padding: 1px;
  width: 60px;
}

#all {  
    height :150px;              
    background-color: white; 
    background-image: linear-gradient(to bottom right, blue, rgba(65, 185, 232, 1));  
} 

#done {  
    height : 150px;              
    background-color: white; 
    background-image: linear-gradient(to bottom right, green, rgba(0, 233, 121, 0.68));  
} 

#action {  
    height : 150px;              
    background-color: white; 
    background-image: linear-gradient(to bottom right, yellow, rgba(242,255,151,0.62));  
} 

#noaction {  
    height : 150px;              
    background-color: white; 
    background-image: linear-gradient(to bottom right, red, rgba(255,9,59,0.41));  
}

.info-box{ min-height: 90px !important}

.info-box-content span { 
    align-self: center;
    text-align: center 
}

.info-box-content .info-box-text { font-size:19px; }

.info-box-content .info-box-number { font-size:35px; }

.main-menu-wrapper {
    background: transparent;
    padding: 8px;
    border-radius: 36px;
    /*box-shadow: #00000085 0px 0px 6px 0px;*/
    margin-top: 15px;
}

.site-header .kl-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170%;
    opacity: .6;
    pointer-events: none;
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,transparent 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,transparent 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,transparent 100%);
    background: linear-gradient(to bottom,  #a5004d 0%,#a5004d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    }

.site-header-top-right input {
    margin: 9px 5px;
}

.main-nav > ul > li.menu-item-has-children > a:after {
    display: none;
}

a.nav-link{
  position: relative;
  /* text-align: right; */
  /* float: right; */
  /* clear: right; */
}
    
a.nav-link::after {
  content: "";
  position: absolute;
  border-top: 1px solid #00000057;
  left: 9px;
  bottom: 0;
  width: 12px;
  height: 5px;
}

i.fas.fa-key {
    position: absolute;
    top: 3px;
    left: 25px;
}

.kl-cta-ribbon strong {
    padding-top: 3px;
}

.kl-cta-ribbon {
    background: #001186b8 !important;
}


.kl-cta-ribbon .trisvg {
    fill: #cd2122 !important;
}

li.menu-item-has-children.menu-item-mega-parent a {
    /*text-shadow: 1px 1px 3px black;*/
    text-shadow: 1px 1px 3px #00000030;
}

.agd-landing-logo {
    text-shadow: 1px 1px 1px #b4b0b0c2;
}


div#main-menu i {
    /*color: #f0f1a8;*/
    color: #f42184;
}

ul#menu-main-menu a {
    padding: 5px 5px;
    color: black;
    font-size: 13px;
    font-family: 'montserrat' !important;
    margin-top: 2px;
}

.site-header-main-wrapper {
    padding-top: 15px;
}

ul#menu-main-menu .fas {
    margin-right: 5px !important;
    font-size: 16px;
}        

a.logbutton {
    background: #f56188;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
    color: white;
    box-shadow: black 0 0 2px 0px;
}

a.logmasuk {
    background: #020942cc;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

.logo-container {
    /*left: 50px;*/
}

/* The Modal (background) oi */
.modalf {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  color: black
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.maptext{
    display: none;
}

div#footerly button {
    background: #0000;
    color: unset;
    border: none;
    cursor: pointer;
}

.modal-title {
    margin: auto;
}

footer#footer {
    background: #020942cc !important;
}



.site-header-center-menu.d-flex.justify-content-start.align-items-center {
    position: relative;
    right: -120px;
}  

#jan-anchor {
    margin-right: 50px;
}

.nav-link {
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0.1rem 1rem;
}

nav.bg-light {
    background-color: #fff !important;
}

.openBtn {
    background: #fff;
    border: none;
    padding: 0px 17px;
    margin-top: 4px;
    font-size: 19px;
    cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.kl-contentmaps__panel {
    left: calc( ( 80vw - 1170px ) / 1.1 );
}



.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #cd2122;
    border-radius: 6px;
}

.btn-fullcolor.btn-skewed:before {
    background-color: #020942cc !important;
}

.btn-fullcolor.btn-skewed:hover:before {
    background-color: #1b2894cc  !important;
}

.caricari {
    margin-right: 0 !important;
}

.caricari, .btn-searchbox {
    padding: 1px 10px;
    font-family: sans-serif;
}


button.btn.btn-searchbox {
    color: #020942cc;
    background: none;
}

button.btn.btn-searchbox:hover {
    color: #fff;
    background: #020942cc;
}

.content-dashboard {
    background: #ffffffdb;
    background-attachment: fixed;
    background-size: cover;
    min-height: 78vh;
}

.tp1k-stat-item, .tp1k-stat-val, .tp1k-title {
  color: #071698cc !important;
}

.footertext {
    padding-top: 5px;
}

#footer {
    padding: 10px;
}

.agd-footer-header {
    margin-bottom: 7px;
}

.agd-back {
    background: #020942cc;
}

button#btn-submit {
    background: #020942cc;
}

button#btn-submit:hover {
    background: #1b2894cc;
}

.hg_section {
    background: #fff;
    min-height: 65vh;
}




/* -----------------------------------------MEDIA QUERIES--------------------------------------------- */






@media (min-width: 576px){
  .modal-dialog {
      max-width: 100%;
  } 
  .headingtop {
      font-size: 12px;
  } 


}



@media (min-width: 992px){
   .main-nav > ul > li.active > a, 
   .main-nav > ul > li > a:hover, 
   .main-nav > ul > li:hover > a {
       text-decoration: none;
       color: #f42184 !important;
       background: none !important;
   }

   .main-nav > ul > li > a:before {
       background: none !important;
    }

    div#navbarSupportedContent {
        margin-top: 0px;
    }

    .visitordata {
        font-size: initial;
    }

    .entire-webpagexxx{
        zoom: 0.95;
        -moz-transform: scale(0.95);/* Firefox Property */
        -moz-transform-origin: 50% 0;
        -o-transform: scale(0.95);/* Opera Property */
        -o-transform-origin: 50% 0;
        -webkit-transform: scale(0.95);/* Safari Property */
        -webkit-transform-origin: 50% 0;
        transform: scale(0.95); /* Standard Property */
        transform-origin: 50% 0;  /* Standard Property */
    }

    .col-lg-3.adj5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-4.piepad-left, .col-lg-4.piepad-right {
        width: 50% !important;
    }

    .col-lg-4.gpie-button {
        width: 10% !important;
    }



    #jan-anchor {
        margin-right: 3%;
    }



    .nav-link {
        font-size: 0.7em;
    }

    .caricari {
        width: 4em !important;
    }

    .headingtop {
      font-size:10px;
      line-height:10px;
      margin:0;
    }

    .agd-landing-logo {
        height: 44px;
    }
    .agd-landing-text {
      font-size: 9px;
      line-height: 10px;
      padding-left: 5px;
      margin-top: 5px;
    }

    a.logmasuk {
        padding: 5px 10px;
        font-size: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.4rem !important;
        padding-left: 0.4rem !important;
        margin-top: 5px;
    }


}

@media (min-width: 1200px){
    .site-header-main-center {
        margin-right: auto;
        margin-left: 0px !important;
    }

    .container {
        max-width: 1400px !important;
    }

    .agd-landing-logo {
        padding-left: 50px !important;
    }

    .nav-link {
        font-size: 0.9em;
    }

    .caricari {
        width: 8em !important;
    }

    .caricari, .btn-searchbox {
        padding: 2px 7px;
    }

    .agd-landing-text {
        font-size: 12px;
        line-height: 13px;
        padding-left: 0px;
        margin-top: 2px;
    }

    .headingtop {
        font-size: 14px;
        line-height: 16px;
    }

    div#navbarSupportedContent {
      margin-top: 18px;
  }

  #jan-anchor {
      margin-right: 2%;
  }

  i.fa.fa-search {
      top: 1px;
      position: relative;
  }

  button.btn.btn-searchbox {
      /* top: 2px; */
      /* position: relative; */
  }


}



@media (min-width: 1350px){
  /*header {display: none;}*/
  .nav-link {
      font-size: 1.1em;
  }

  .agd-landing-logo {
      font-size: 0.4em;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
      margin-top: 7px;
  }

  div#navbarSupportedContent {
      margin-top: 14px;
  }

  .caricari, .btn-searchbox {
      padding: 3px 7px;
      margin-top: 3px;
      position: relative;
      top: 2px;
  }

  a.logmasuk {
      padding: 6px 12px;
      font-size: 11px;
      margin-top: 4px;
  }

  i.fa.fa-search {
      top: 2px;
  }
  
}

@media (min-width: 1400px){
  /*header {display: none;}*/
  .nav-link {
      font-size: 1.1em;
  }

  .agd-landing-text {
      font-size: 14px;
      line-height: 14px;
  }

  .agd-landing-text {
      font-size: 12px;
      line-height: 14px;
      padding-left: 0px;
      margin-top: 3px;
  }

  a.logmasuk {
      padding: 5px 15px;
      font-size: 13px;
      margin-top: 2px;
  }

  .agd-landing-logo {
      height: 49px;
  }

  .agd-landing-logo {
      padding-left: 55px !important;
      margin-right: 5px;
  }

  .caricari, .btn-searchbox {
      padding: 3px 7px;
      margin-top: 3px;
  }
  
}

@media (min-width: 1450px){
  /*header {display: none;}*/

  .agd-landing-logo {
      height: 50px;
  }
  #jan-anchor {
      margin-right: 3%;
  }


  
}

@media (min-width: 1500px){
  /*header {display: none;}*/

  #jan-anchor {
      margin-right: 4%;
  }

  .caricari {
      width: 11em !important;
  }
  
}

@media (max-width: 992px){
  h1.headingtop {
      font-size: 12px;
      margin: 0;
      margin-top: 2px;
  } 
  #jan-anchor {
      margin-right: 10px;
  }

  .agd-landing-text {
      font-size: 11px;
      line-height: 13px;
  }

  .agd-landing-logo {
      width: 50px;
      height: 45px;
      margin-right: 5px;
  }

  button.navbar-toggler {
      padding: 3px;
  }

  input.caricari.form-control.mr-sm-2 {
      width: 13em;
  }
}
