body{
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #e9ebee;
    /*overflow: hidden;*/
}
.pagewrapper{
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #98A2A9;


    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.topbarholder{
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0px;
    background-color: #B13D3D;
    z-index: 9999;
}
.pagecontainer{
    position: absolute;
    top: 50px;
    width: 100%;
    min-height: 200px;
    background-color: #e9ebee;
}
.leftbarholder{
    display: none;
    position: fixed;
    top: 50px;
    left: 0px;
    width: 245px;
    height: calc(100% - 50px);
    overflow: scroll;
    background-color: #fbfbfb;
    /*z-index: 99999;*/
}
.pagecontentholder{
    position: relative;
    float: left;
    margin-left: 230px;
    width: calc(100% - 230px);
    min-height: 400px;
}
.content_body{
    position: relative;
    float: left;
    width: 100%;
    min-height: 400px;
    background-color:#e9ebee;
}
.content{
    position: relative;
    float: left;
    width:  calc(100% - 325px);
    border-radius: 4px;
    height: auto;
    /*background-color: #FBFBFB;*/
    min-height: 595px;
    margin-left: 10px;
    margin-right: 10px;
    //border-left: 1px solid #dddfe2;
    //border-right: 1px solid #dddfe2;

}
.questioncreatecontent{
    position: relative;
    float: left;
    width:  calc(100% - 22px);
    border-radius: 4px;
    height: auto;
    min-height: 700px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #dddfe2;

}
.content_rightside{
    display: block;
    position: relative;
    float: left;
    width: 305px;
    min-height: 400px;
    /*margin-left: 5px;*/
}

.facebookshareformobileinvitelink{
    display: block;
    width: 90px;
    height: 50px;
    float: left;
}
.clickbtn{
    width: 100px;
    height: 30px;
    display: block;
    background-color: #0c9c1c;
    cursor: pointer;
}
.disabled {
    color: #666;
}
p {
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
}

.leftbar{
    display: block;
    position: absolute;
    float: left;
    width: 100% ;
}

ul {
    list-style-type: none;
}
@media only screen and (max-width: 890px){
    .content_rightside {
        display: none;
        position: relative;
        float: left;
        width: 300px;
        min-height: 400px;
        /* margin-left: 20px; */
    }
    .content {
        width: calc(100% - 5px);
        margin-left: 1px;
        margin-right: 1px;
    }
}
/*@media only screen and (max-width: 800px){
    .content {
        width: 100%;
        margin-left: 0;
    }


}*/

@media screen and (max-width: 425px) {
    .leftbarholder {
        /*display: block;*/
        position: fixed;
        left: -255px;
        z-index: 99999;
    }

    .pagecontentholder {
        position: relative;
        float: left;
        margin-left: 0px;
        width: 100%;
        min-height: 400px;
        /* background-color: #F9F9F9; */
    }
    .questioncreatecontent{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .content{
        width: calc(100% - 0px);
        margin-left: 1px;
        margin-right: 1px;
    }
    .content_rightside {
        display: none;
        position: absolute;
        float: left;
        width: 300px;
        z-index: 10;
        right: 0px;
        background-color: #f6f6f6;
        min-height: 400px;
        box-shadow: 0 3px 5px rgb(24 24 27 / 45%);
    }
    .leftarrow{
        display: none;
        float: left;
        position: absolute;
        width: 40px;
        top: 216px;
        border-radius: 20px 0px 0px 20px;
        /*left: 335px;*/
        z-index: 20;
        background-color: #bab7b7;
        height: 41px;
        background-image: url(../images/nav/leftarrow.png);
    }
    .rightarrow{
        display: none;
        float: left;
        position: absolute;
        width: 40px;
        top: 216px;
        border-radius: 20px 0px 0px 20px;
        /*left: 335px;*/
        z-index: 20;
        background-color: #bab7b7;
        height: 41px;
        background-image: url(../images/nav/rightarrow.png);
    }
}
@media screen and (max-width: 560px) {
    .leftbarholder {
        display: block;
        position: fixed;
        left: -255px;
        z-index: 99999;
    }
    .pagecontentholder {
        position: relative;
        float: left;
        margin-left: 0px;
        width: 100%;
        min-height: 400px;
        /* background-color: #F9F9F9; */
    }
}