﻿
.ktbapp-boxhead {
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    background-color: #00A4E4;
    font-size: 24px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ktbapp-boxbody {
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    background-color: white;
    border: 1px solid #88ccf9;
}

.ktbapp-modal {
    cursor: pointer;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0px; /*110px;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

.ktbapp-backg {
    position: fixed; /* Stay in place */
    z-index: -1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0px; /*110px;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    opacity: 0.8;
    filter: alpha(opacity=90);
}

#appNetBank, #slideNetbankApp, #slideNetbankbt {
    display: none;
}

#bt-ktbapp {
    width: 60%
}




.ktbapp-modal-content { 
    margin: auto;
    padding: 8px;
    width: 35%;
    text-align: center;
}



/* The Close Button */
.ktbapp-close,.search-close {
    color: #fbf9f9;
    float: right;
    font-size: 48px;
    margin-top: -80px;
}

/*.search-close:hover,*/
.ktbapp-close:focus, .search-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.clicknetbank {
    font-weight: 200;
    font-size: 1.6rem;
}