body {
    background-color: #ECECEC;
}

.webviewembedded {
    width: 100%;
    padding-bottom: 25px;
    margin-top: -25px;
    background-color: #ECECEC;
    position: relative;
    overflow-y: hidden;
    font-size: small;
}

.content {
    width: 90%;
    height: 80%;
    background-color: #FFFFFF;
    padding-bottom: 25px;
    padding-left: 10%;
    padding-right: 10%;
    border-radius: 10px;
}

.webviewhref {
    color: #959595;
}

.webviewspacer {
    height: 10px;
}

.webviewleftmargin {
    margin-left: 10px;
}
.webviewrightmargin {
    margin-right: 10px;
}
.webviewlrmargin {
    margin-left: 15px;
    margin-right: 15px;
}

.webviewnavtable {
    width: 100%;
    height: 100%;
}
.webviewnavtableleft {
    vert-align: middle;
    text-align: left;
    width: 60%;
}
.webviewnavtablecenter {
    vert-align: middle;
    text-align: center;
    width: 0px;
}
.webviewnavtableright {
    vert-align: middle;
    text-align: right;
    width: 40%;
}

.webviewcontentmargin {
    margin-top: 25px;
    margin-bottom: 25px;
}

.webviewcontentheader {
    border-radius: 10px;
    height: 75px;
}
.webviewcontentheaderimage {
    width: 175px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
}

.webviewcontenttab {
    background-color: #FFFFFF;
    border-radius: 0px;
    margin-bottom: 1px;
}
.webviewcontenttabtable {
    width: 100%;
}
.webviewcontenttabtableleft {
    width: 33%;
}
.webviewcontenttabtablecenter {
    width: 34%;
}
.webviewcontenttabtableright {
    width: 33%;
}
.webviewcontenttabtableleftbutton {
    width: 100%;
    text-align: left;
}
.webviewcontenttabtablecenterbutton {
    width: 100%;
    text-align: center;
}
.webviewcontenttabtablerightbutton {
    width: 100%;
    text-align: center;
}

.btn-danger {
    background-color: #E93838;
}

.topnavicon {
    height: 17.5px;
    width: 17.5px;
}

input,
input::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 3;
}


#webviewtopbar {
    top: 0;
    position: fixed;
    background-color: #FFFFFF;
    border-color: #959595;
    padding: 10px;
    height: 25px;
    width: 100%;
}

#overlaybeli {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#beli{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.smsimage {position:absolute;bottom:70%;left:25%;}
.smskata {position:absolute;bottom:55%;left:20%;}
.smscontent {position:absolute;bottom:50%;left:31%;}
.smske {position:absolute;bottom:37%;left:26%;}
.smsbuttonclose {position:absolute;bottom:22.5%;left:30%;}

img.modal-image {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* Style the tab */
div.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: small;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background: transparent;
    border-bottom: solid;
    border-bottom-color: red;
}

/* Create an active/current tablink class */
div.tab button.active {
    background: transparent;
    border-bottom: solid;
    border-bottom-color: red;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 1px 0px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}