.webviewsearchnsp {
    width: 100%;
    margin-top: 50px;
    background-color: #FFFFFF;
    position: relative;
    overflow-y: hidden;
    font-size: small;
}

.webviewhref {
    color: grey;
}

.webviewspacer {
    height: 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%;
}
.webviewleftmargin {
    margin-left: 25px;
}
.webviewrightmargin {
    margin-right: 25px;
}
.webviewlrmargin {
    margin-left: 15px;
    margin-right: 15px;
}


.webviewcontentmargin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.webviewcontentheader {
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 125px;
}
.webviewcontentheaderimage {
    height: 100%;
    width: 100%;
}

.webviewcontenttab {
    background-color: #FFFFFF;
    border-radius: 0px;
}
.webviewcontenttabtable {
    width: 100%;
}
.webviewcontenttabtableleft {
    width: 50%;
}
.webviewcontenttabtableright {
    width: 50%;
}
.webviewcontenttabtableleftbutton {
    width: 100%;
    text-align: center;
}
.webviewcontenttabtablerightbutton {
    width: 100%;
    text-align: center;
}

.spacer {
    height: 25px;
    background-color: #FFFFFF;
}
.btn-danger {
    background-color: #E93838;
}
.textlink {
    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;
    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%;}

#src .result{
    display:none;
}
#loadMore {
    cursor:pointer;
}
#loadMore:hover {
    color:#E5131D;
}
#showLess {
    cursor:pointer;
}
#showLess:hover {
    color:#E5131D;
}

.redborder {
    width: 100%;
    height: 90px;
    background-color: #E5131D;
}
#redbordercontent {
    line-height: 30px;
    margin-left: 25px;
}

.searchresult {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    background-color: #ECECEC;
    position: relative;
    overflow-y: scroll;
}
#searchresultcontent {
    line-height: 30px;
    margin-left: 15px;
}

img.modal-image {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}