body {
    background-color: #F1F1F1;
}
.contentformwrapper {
    padding-bottom: 85px;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    background-color: #F1F1F1;
}

#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: 30px;
    background-color: #E5131D;
}
#redbordercontent {
    line-height: 30px;
    margin-left: 25px;
}

.searchresult {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    background-color: #F1F1F1;
    position: relative;
    overflow-y: scroll;
}
#searchresultcontent {
    line-height: 30px;
    margin-left: 25px;
}



