#main{
    background-color: white;
    margin-top: -35px;
}
#maintatakelola{
    background-color: white;
    padding :35px;
  
}
.containerbg{
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
    text-align: center;
}

.row{
    width: 100%;
    height: auto;


    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}
.box{
    width: 29%;
    height: 150px;
    /* background-color: yellow; */
    margin: 20px;
    box-sizing: border-box;
    font-size: 50px;
}
.pembatas{
    padding-left: 50px;
    padding-right: 50px;
    font-size: 19px;
    font-weight: bold;
}

.navfont{
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
     font-family: Ruda !important;
}
.navtabpt{
    justify-content: center;
    margin-top: 50px;
    max-width: 1600px;
     
}
.nav-link{
    color: black;
    font-weight: bold;
    font-family: Roboto;
}
.nav-link:focus, .nav-link.active {
    color: #00356b;
}

.panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style{
    justify-content: center
}
.widget_headline-widget h1{
    color: #00356b;
}
.widget_headline-widget h3{
    color: #00356b;
}

.txtaskerugian{
    color: #00356b; 
}

#canvasDiv{
    position: relative;
    border: 2px dashed grey;
    height:150px;
    width: auto;
}

.btn-primary{
    color: white;
    background: #003366;
    border-color: #003366;
}

.btn-danger{
    color: white;
    background: #cf3427;
    border-color: #cf3427;
}

.imgtata{
    max-width: 45%;
}

.printpdf{
    max-width: 90%;
    background: white;
}

.form-control:read-only{
    background: white;
}
h3{
    text-align: center;

}

.textarea{
    height: min-content;
}

@media screen and (max-width:1200px){
    .box{
        width: 40%;
    } 
}
@media screen and (max-width:600px){
    .box{
        width: 90%;
    } 
}

a:hover{
    text-decoration: none;
}

.form-check-input{
    position: inherit;
    /* margin-top: 0; */
    margin-left: 0;

}
.signature-pad{
    max-width : 250px;
}
.signature-body{
    position:relative;
    /* width: 100%;
    height: 100%; */
    max-width: 240px;
    max-height: 460px;
    border:solid 1px teal; 
    max-width: 100%;
    padding:3px;
  
    
}

/* .canvas-sign{
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;

} */

#the_canvas{
    /* width: 100%;
    height: 100%; */
    max-width: 240px;
    max-height: 460px;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse{
    height: calc(125vh - 360px);
}

.navbar-vertical .navbar-nav .nav-link{
white-space:normal;
}

