html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size:16px !important;
    font-weight: bold;

}

.container {
    min-height: 100%; 
    background-color: #7DC5F7;
    overflow: none;
}

.divcenter {
    width: 100%;
    background-color: white;
    height: 40%;
}
.divleft{
    float:left;
    width:50%;
    height:100%;
}

.divright{
    float:right;
    width:50%;
    height: 100%;
}

.divcontent{
    position:absolute;
    height: 90%;
    width: 50%;
}

.imgautosize{
    height:100%;
    object-fit: contain;
}


.hcenter{
    text-align: center;

    margin-left:auto;
    margin-right:auto;
}

.vcenter{
    position:absolute;
    top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;

}


.txtboxstyle{
    border:none;
    text-decoration: none;
    background-color: lightgrey;
    height: 30px;
    font-size:x-large;
    text-indent: 10px;

}

.imgbtn{
    cursor: pointer;
}
.btnloading{
    display: none;
}