:root{
    --bgcolor:white;
}
body{
    padding: 0px;
     margin: 0px;
     /*font-family: 'Josefin Sans', sans-serif!important;*/
     font-family: 'Open Sans', sans-serif;
     color: #000006!important;
     background-color: var(--bgcolor)!important;
 }
 #loadingpage{
                width:100%;
                height:100vh;
                background-color:#fff;
                position:fixed;
                left:0px;
                top:0px;
                padding-top:15vh;
                text-align:center;
                z-index:10000;
            }
             #loadingpage img{ 
                 width:600px;
             }
             #loadingtext{
                 color:#E81F29;
                 position:relative;
                 top:-100px;
                 font-weight:bold;
             }
 .jumbotron{
     
     /* background: linear-gradient(to right,#778BB2,#99A8C7); */
     background: var(--bgcolor);
 }
 /*main{
     padding-top: 120px;
 }*/
 .txtline{
    margin: 0px;
 }
 .subtitle{
    font-size: 12px;
 }
 #hasilhead{
    border-bottom: 3px solid gray;
 }
 h1{
     margin:0px;
 }
 #brand{
     position: relative;
     top: 0px;
 
 }
 button{
     border: none;
 }
 .bnormal{
     padding: 5px 50px;
     font-size: 13px;
     background-color: #14192D;
     color: white;
     font-weight: bold;
     border: 2px solid #14192D;
     
     
 }
 .bnormal:hover{
     background-color: white;
     border: 2px solid white;
     color: #14192D;
     transition: 0.8 all ease;
 }
 .jumcontent{
     padding-right: 0px!important;
 }
 
 
 
 .mainmenu{
     padding-top: 20px;
     font-size: 20px;
     position: absolute;
    
     
 }
 .mainmenu a{
     text-decoration: none;
     
 }
 .menukiri{
     position: relative;
     left: 90px;
 }
 .menukanan{
	 margin-left:-10px;
    padding-left: 0px!important;
    font-weight: bold;
 }
 .btnsamhan{
    background: #1c3144;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-weight: bold;
 }
 .btnsamhan2{
    /*background: linear-gradient(to right, #1c3144 60%,black);*/
    border-radius: 5px;
	background:#E8E8E8;
    padding: 10px;
    /*color: white;*/
    font-weight: bold;
 }
 .btnsamhan2:hover{
    background:  #1c3144;
	color:white;
    transition:0.3s all ease;
 }
 .btnsamhan:hover{
    background: #E81F29;
    transition: 0.3s all ease;
 }
 .card{
    border: none!important;
    box-shadow: inset 0 0em 0em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
 }
 .cekjum{
    /* padding-right: 200px!important; */
    font-weight: bold;
    margin-bottom: 15px!important;
    text-align: center;
 }
 .form-control:focus {
    border-color: #1c3144!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(28, 49, 68,.5)!important;
  }
#toogle{
    font-size: 24px;
    position: absolute;
    right: 20px;
    padding-top: 40px;
    display: none;
}
#detilresi{
    position: absolute;
    background-color: white;
    left: 50px;
    top: 120px;
    width: 30%;
    border-radius: 10px;
    min-height: 500px;
    outline: #1c3144;
    border: 3px solid #1c3144;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6)!important;
    display: none;
}
.title{
    text-align: center;
    color: #1c3144;
    font-weight: bold;
    font-size: 22px;
}
#callcenter{
    /* background-color: white;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #1c3144; */
    position: fixed;
    font-size: 14px;
    right: 80px;
    bottom: 30px;
    z-index: 1000;
}
#callcenter:hover{
    background-color:  #1c3144;
    color: white;
    transition: 0.3s all ease;
}
.status{
    background-color: white;
    color: #FF042F;
    padding: 5px 15px;
    border-radius: 5px;
	border:3px solid black;
    max-width: fit-content;
	font-weight:bold;
    position: relative;
    top: 10px;
    right: 10px;
}

/* Box grey */
.boxgrey{
    background-color: #F7F7F7;
    padding: 15px;
    margin-right: 10px;
}
.boxgrey table tr td:first-child{
    padding-right: 20px;
}
#hasilcontent{
    padding: 0px;
}
.tablegrey{
    background-color:#F3F3F3;
}
.tablegrey tr th{
    background-color: #E2E2E2;

}
/* Progress bar */

/* Steps */
.step {
    position: relative;
    min-height: 1em;
    color: gray;
  }
  .step + .step {
    margin-top: 1.5em
  }
  .step > div:first-child {
    position: static;
    height: 0;
  }
  .step > div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
  }
  .step.step-active {
    color: red;
  }
  .step.step-active .circle {
    background-color: white;
  }
  
  /* Circle */
  .circle {
    /*background: gray;*/
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
  }
  
  /* Vertical Line */
  .circle:after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    right: 50%;
    bottom: 1px;
    left: calc(50% - 2px);
    height: 100%;
    width: 4px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: grey;
    z-index: 1000;
  }
  .step:last-child .circle:after {
    display: none
  }
  
  /* Stepper Titles */
  .title2 {
    line-height: 1.5em;
    font-weight: bold;
  }
  .caption {
    font-size: 0.8em;
  }
  .boxtitle{
      font-weight:bold;
      font-size:1.5rem;
      padding-top:10px;
      padding-bottom:10px;
      text-align:center;
      border:2px solid black;
  }
  .imglayanan{
      position:absolute;
      max-width:100px;
  }
  .imgproduk{
      position:absolute;
      max-width:80px;
  }
  .boxlayanankhusus .title{
      text-align:left;
      padding-top:30px;
      padding-left:120px!important;
      color:#323232!important;
  }
  /* END progress */
@media only screen and (max-width: 900px) {
    .menukiri{
        left: 0px!important;
    }    
    .menukanan{
        display: none;
    }  
    #text{
        display: none;
    }
    #brand{
        margin-top:60px!important;
        /*width: 60%;*/
        height: auto;
    }
    .cekjum{
        padding-right: 0px!important;
        font-weight: bold;
        margin-bottom: 15px!important;
        text-align: center!important;
     }
     #toogle{
        display: block;
     }
     .btnsamhan{
        width: 100%;
     }
     #detilresi{
        position: static;
        min-height: 50px;
        width: 90%;
        margin-left: 5%;
     }
}