body{
    background-color:#F4F8FB;
}
.main{
    background-color:#F4F8FB;
}
.navbar{
    margin-bottom:0px!important;
}
.box{
    height:160px;
    padding-top:45px;
    background-color:#1dd2c8 ;
}
.navbar-default{
    background-color:white!important;
}

.profileimage{
    cursor:default!important;
    left: 100px;
    margin-top: 0;
    /*top: -143px;*/
    top:120px;
    background: rgba(0, 0, 0, .3);
    border-radius: 3px;
    padding: 1px;
    position: absolute;
}

.profileimage .img {
    margin: 0;
    display: block;
}

.profilePic {
    background-color: #fff;
    border: 4px solid #fff;
    -webkit-border-radius: 2px;
    height: 170px;
    width: 170px;
    position:relative;
}

/* 2nd row Start*/
.username {
    padding-left:80px;
    margin-top:120px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
.grplabel{
    padding-left: 80px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
.username a{
    color:black;
}
.userid ,.usertitle{
    padding-left:80px;
}
.userid a{
    color:#879AAB;
}
/* list stylings*/
.groupid{
    position:relative;
    padding-left:85px!important;
}
.list-unstyled {
    padding-top:20px;
    padding-left: 0;
    list-style: none;
}
.contact-info{
    padding-left:60px;
}
.contact-info > ul > li > a > i {
    padding-left:20px;
    font-size: 18px;
    color: #889AA8;
    margin-right: 20px;
}
.contact-info > ul > li > a {
    padding: 5px 0;
    display: block;
    color: black;
    font-size: 13px;
}

/* 3rd cols CSS starts*/

/*messages/follws section css*/


.Trends {
    margin-bottom:20px;
    background-color: #fff;
    background-clip: inherit;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    line-height: inherit;
    padding: 15px;
}
.modules{
    position: relative;
}
.Trends .flex-module {
    background-color: inherit;
    border: 0;
    line-height: inherit;
    padding: 0;
}
.module .flex-module:last-child{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.module .flex-module:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Trends .flex-module-header {
    line-height: 20px;
    margin-bottom: 10px;
}
.flex-module-header h3 {
    border-bottom:solid;
    border-bottom-width: 6px;
    border-color: #1dd2c8 !important;
    display: inline;
    font-size: 18px;
    color: #292f33;
    font-weight: inherit;
}
.Trends .trend-location {
    color: #66757f;
    font-size: 18px;
    font-weight: 300;
}
.Trends .flex-module-header .middot {
    color: #66757f;
    font-size: 12px;
}

.Trends .change-trends {
    font-size: 12px;
}
.Trends .trend-items {
    margin-top: -4px;
}
.Trends .trend-item {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a{
    color: #0084B4;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}


/*follow button css*/
.btn{
    border: 1px solid #e1e8ed;
    border-radius: 4px;
}
.btn:hover{
    border: 1px solid #e1e8ed;
    border-radius: 4px;
}
.btn-success{
    border-color: #1dd2c8 !important;
    background-color: #1dd2c8 !important;
}
.followbutton{
    padding-top:20px;
    padding-bottom:20px;
}
.followbutton a>span{
    color:white!important;
}

.followbutton a{
    margin-bottom:10px;
    //font-weight:bold;
    width: 48%;
}


/*new message*/

.newmsg{
    border:1px solid #E1E8EE;
    margin-bottom:20px;
    border-radius:4px;
    padding:10px;
    background-color: #E1E8EE;
}

.newmsg h3{
    text-align: center;
}

.newmsg p{
    text-align: center;
}

.msgbtn{
    margin:0 auto;
    display:block;
}

/*msgs,followers,followiings section*/

.navfollow{
    border-radius:2px;
    border:2px solid #E2E3E5;
    margin-top:20px;
    margin-right:-15px;

}
.navfollow li a{
    color:#879AAB;
    text-align:center;
}

.navfollow li a:hover{
    font-weight:bold;
    color:#879AAB;
    background-color:inherit;
    border-bottom:solid;
    border-bottom-width: 6px;
    border-color: #1dd2c8 !important;
}

.spanactive{
    font-weight:bold;
    color:black;
}
.spaninactive{
    color:#1dd2c8;
}
.activenav {
    border-bottom:solid;
    border-bottom-width: 6px;
    border-color: #1dd2c8 !important;
}


/*center portion styling */

.updatemain{
    border:1px solid black;
}
/*.updatestatus ul li{
    padding:20px;
}*/
.updatestatus{
    background-color:#ffffff;
    border:1px solid #E2E3E5;
    border-radius:3px;
    margin-top:20px;
    margin-bottom:20px;
}
.updatestatus ul li >a>i{
    /* padding-left: 10px;*/
    font-size: 20px;
    color: #889AA8;
    margin-right: 10px;
}
.updatestatus ul>li>a{
    color:black;
}
.list-inline>li>a{
    text-decoration: none;
}
.poststatus{
    margin-top: 10px;
    /*margin-bottom:20px;*/
}
.poststatus textarea{
    margin-bottom:20px;
}
.poststatus a{
    text-align:right;
}
/*user comments section css*/
.content{
    background-color:white;
    border:1px solid #E2E3E5;
    border-radius:5px;
    margin-bottom:10px;
    /*cursor:pointer;*/
}
.replyheader{
    margin-top:20px;
}
.replyheader .replyimage{
    // float: left;
    // margin-top: 3px;
    // margin-left: -58px;
}
.replyheader a{
    font-size:13px!important;
}
.replyimage {
    width: 48px;
    height: 48px;
    border-radius: 5px;
}
.edit_comment{
    margin-top: 0%!important;
    word-wrap: break-word;
    white-space: pre-line
}
.edit-commentforum{
    margin-top: -3%!important;
    word-wrap: break-word;
    white-space: pre-line
}
.edit-commentforum1{
    margin-top: 0%!important;
    word-wrap: break-word;
    white-space: pre-line
}
.fullname {
    font-weight: bold;
    color: #292f33;
}
s {
    text-decoration: none;
}
.twtusername{
    color:#879AAB;
    font-size:13px;
}

.time a{
    color:#879AAB;
    font-size:13px;
}

.tweettextSize {
    font-size: 14px;
    line-height: 18px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.tweettextsize img{
    width:250px!important;
}
.para{
    margin-left:60px;
    word-wrap: break-word;
    white-space: inherit;
    margin-top: 0%;
    //width: 80%;
}

.replyfooter{
    margin-left:50px;
    font-size: 12px;
    padding-top: 1px;
    margin-top: -8%;
}
.actionlist{
    text-align:center;
    /* margin-top:10px;
      margin-bottom:5px;*/
}
.list-inline li{
    //padding:15px;
}
.list-inline li a>i{
    color:#CDD8DE;
    font-size:20px;
}
.list-inline li a>i:hover{
    //color: #1dd2c8 !important;
}
.postbtn{
    padding-right:10px;
    text-align:right;
    /*float: right;*/
/*    margin-top:-3%;*/
    margin-top:-1%;
}

.edit-content-image{ 
    width: 455px;
    height:365px;
    border: 10px solid #e7e7e7;
    border-radius:5px;
    margin-left: 20%;
}
.username h4{
    font-weight: bold!important;
}

.userdesc{
    padding-left:80px;
    line-height: 21px;
    margin-top:20px;
}
.userdesc h4{
    font-weight:bold!important;

}
.userdesc p{
    color:#879AAB;
}

.userdesc a{
    color:#879AAB;
}

/*.commentbox{
    background-color: #f6f7f8;
    border: 1px solid #e1e8ed;
    border-radius: 3px 3px 0 0;
    position:relative;
    //padding-bottom:20px;
}
.commentbox p{
    padding-top: 3px;
    margin-left:80px;
    //margin-top:10px;
}*/
/*.comment{
    background-color: #f6f7f8;
    border: 1px solid #e1e8ed;
    border-radius: 3px 3px 0 0;
    position:relative;
    padding-bottom:20px;
}*/
/*.top-timeline-tweet-box-user-image {
     margin-top:5px;
    left: 28px;
    position: absolute;
     top: 20px;
}*/
/*.size32 {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}*/
/*.comment textarea{
    margin-top:25px;
    width:80%;
    margin-left:70px;
}*/
.commentbtn{
    padding-right:10px;
    text-align:right;
    display: none;
    /* padding-top:20px;
     padding-bottom:20px;*/
}
.btm_border{
    //padding-bottom:10px;
    //border-bottom: 1px solid #879AAB;
}
@media screen and (max-width: 450px) {
    .edit-content-image{ 
        margin-left: 0%;
    }
    /*    .comment textarea{
            margin-top:25px;
            width:72%;
            margin-left:70px;
        }*/
}

@media screen and (max-width: 320px) {
    #editoptionImage{
        width: 231px;
    }
    .edit-content-image{ 
        margin-left: 0%;
    }
    /*    .comment textarea{
            margin-top:25px;
            width:72%;
            margin-left:70px;
        }*/
    /*    .tweettextsize img{
            padding-left:5px!important;
            width:225px!important;
        }*/
    .groupid{

    }
    .groupid span{
        left:26px!important;
    }
    .userid span{
        left:5px!important;
    }
}
/*Accept invitation page css*/

.invite_head{
    padding-top:20px;
    text-align:center;
    font-weight:bold;
}
.secondrow{
    padding-top:20px;
}
.secondrow text{
    color:#879AAB;
}


.groupimage{
    left:80px;
    margin-top: 0;
    /*background: rgba(0, 0, 0, .3);*/
    border-radius: 3px;
    padding: 1px;

}
.grouppic{
    /*    background-color: #fff;
        border: 4px solid #fff;
        -webkit-border-radius: 4px;
        height: 220px;
        width:100%;*/
    /*    background-color: #fff;
        border: 4px solid #fff;
        -webkit-border-radius: 141px;
        height: 259px;
        width: 92%;
        margin-top: -26%;
        margin-left: -39%;*/
    height: 300px;
    width: 300px;

}
.third-row{
    padding-top:20px;
}
.form-horizontal input[type="text"],input[type="email"],input[type="password"], #firstquestion{
    border-radius:2px!important;
    width:90% !important;
    height:40px!important;

}

.form-horizontal{
    padding-left:30px!important;
    padding-right:30px!important;

}
.btn-default{
    color:white!important;
    background-color:#1dd2c8!important;
    border-color:#1dd2c8!important;
}
.btn-default:hover{
    color:white;
    background-color:#1dd2c8!important;
    border-color:#1dd2c8!important;
}

.loginhead{
    text-align: center;
    padding-bottom: 20px;
}
.socialhead{
    font-weight:bold;
    padding-bottom:10px;
}
.comment-top{
    /* margin-top: -2%;*/
    /*padding-top:10px!important;*/
}

.forumcomment-top {
    padding: 10px 0px;
}

.cancelbtn{
    width: 38%;
    margin-bottom: 20px;
    margin-left: 54%;
    margin-top: -54px;
}

.notification{
    top: 0px;
    border-radius: 50px;
    position: absolute;
    width: 21px;
    top: -1px;
    left: 83px;
    background-color: red;
    padding: 3px;
    font-size: 11px;
    float: right;
    text-align: center;
    box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
    font-weight: bold;

}
.forumnotification{
    top: 0px;
    border-radius: 50px;
    position: absolute;
    width: 21px;
    top: -1px;
    left: 83px;
    background-color: red;
    padding: 3px;
    font-size: 11px;
    float: right;
    text-align: center;
    box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
    font-weight: bold;

}

#optionImage{
    width: 162px;
    height: 25px;
    background-color: black;
    margin-left: 75px;
    opacity: 0.7;
    position: absolute;
    top: 52px;
}

#editoptionImage{
    width: 434px;
    height: 25px;
    background-color: black;
    margin-left: 187px;
    opacity: 0.7;
    position: absolute;
    top: 412px;
}

.profilesavebtn{
    margin-left: 5%;
}

.resetaccountbtn{
    margin-left: 43%;
}

.sbmitbtn{
    width:35%;
    margin-bottom:20px;
    margin-left: -2%;

}
.newedit{
    margin-left:-75px!important;
    margin-top:1%!important;
}

.editcamerabtn{
    margin-top:-7.5%!important;
    margin-bottom:-10%!important;
    margin-left:82%!important;
}
.newreply{
    margin-top: 1%;
    margin-left: -25px!important;
}

.replycamerabtn{
    margin-top: -12.5%!important;
    padding-bottom: 2%!important;
    margin-left: 90%!important;
}
/*Media Queries */

@media screen and (max-width: 1280px){
    .para{
        margin-left:45px!important;
    }
    .editcamerabtn {
        margin-top: -8.5%!important;
        margin-left: 80%!important;
    }
    .replycamerabtn {
        margin-top: -13.5% !important;
    }
}
@media screen and (max-width: 1250px){
    .followbutton a {
        margin-bottom: 10px;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .userid{
        padding-left: 15%;
    }
    .edit-content-image{ 
        margin-left: 0%;
    }
    #optionImage{
        width: 162px;
        height: 25px;
        background-color: black;
        margin-left: 35px;
        opacity: 0.7;
        position: absolute;
        top: 52px;
    }
    #editoptionImage{
        width: 434px;
        height: 25px;
        background-color: black;
        margin-left: 10px;
        opacity: 0.7;
        position: absolute;
        top: 412px;
    }
    .top-timeline-tweet-box-user-image{
        left:10px!important;
    }

    .userdesc{
        padding-left:0px!important;
    }
    .userdesc p {
        padding-left: 32px!important;
    }

    .userdesc a{
        padding-left:28px!important;
    }
    .username{
        padding-left:32px!important;
    }
    .profileimage{
        left:60px!important;
    }
    .groupid{
        padding-left:35px!important;
    }
    .followbutton a {
        margin-bottom: 10px;
        width: 100%;
    }
    .form-horizontal input[type="text"], input[type="email"], input[type="password"], #firstquestion{
        width:86%!important;
    }
    .editcamerabtn{
        margin-left:73%!important;
        margin-top:-11%!important;
    }
    .replycamerabtn {
        margin-top: -19.5%!important;
        margin-left: 86%!important;
    }
    .notification{
        top: 0px;
        border-radius: 50px;
        position: absolute;
        width: 21px;
        top: -1px;
        left: 33px;
        background-color: red;
        padding: 3px;
        font-size: 11px;
        float: right;
        text-align: center;
        box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
        font-weight: bold;

    }
    .forumnotification{
        top: 0px;
        border-radius: 50px;
        position: absolute;
        width: 21px;
        top: -1px;
        left: 24px;
        background-color: red;
        padding: 3px;
        font-size: 11px;
        float: right;
        text-align: center;
        box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
        font-weight: bold;

    }
}

@media screen and (max-width: 768px){
    .form-horizontal input[type="text"], input[type="email"], input[type="password"],#firstquestion{
        width:40%!important;
    }

    .edit-content-image{ 
        margin-left: 0%;
    }

    .cancelbtn{
        width: 30%;
        margin-left: 31%;
        margin-top: -54px;
    }
    .sbmitbtn{
        width:20%!important;
        margin-bottom:20px!important;
    }
    .editcamerabtn {
        margin-left: 82%!important;
        margin-top: -7%!important;
    }
    .replycamerabtn {
        margin-top: -11%!important;
        margin-left: 90%!important;
    }
    .notification{
        top: 0px;
        border-radius: 50px;
        position: absolute;
        width: 21px;
        top: -1px;
        left: 33px;
        background-color: red;
        padding: 3px;
        font-size: 11px;
        float: right;
        text-align: center;
        box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
        font-weight: bold;

    }
    .forumnotification{
        top: 0px;
        border-radius: 50px;
        position: absolute;
        width: 21px;
        top: -1px;
        left: 0px;
        background-color: red;
        padding: 3px;
        font-size: 11px;
        float: right;
        text-align: center;
        box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
        font-weight: bold;

    }
    #optionImage{
        width: 162px;
        height: 25px;
        background-color: black;
        margin-left: -15px;
        opacity: 0.7;
        position: absolute;
        top: -68px;
    }
    #editoptionImage{
        width: 434px;
        height: 25px;
        background-color: black;
        margin-left: 10px;
        opacity: 0.7;
        position: absolute;
        top: 394px;
    }
}


@media screen and (max-width: 800px) {

    .edit-content-image{ 
        margin-left: 0%;
    }
    .top-timeline-tweet-box-user-image{
        left:5px!important;
    }

    .username,.userid{
        padding-left:0px!important;
    }
    .profileimage{
        left:10px!important;
    }

    .username small{
        margin-left:0px!important;
    }
    .userdesc p{
        padding-left:9px!important;
    }
    .editcamerabtn {
        margin-left: 63%!important;
        margin-top: -15%!important;
    }
    .replycamerabtn {
        margin-top: -29.5%;
        margin-left: 82%;
    }
    .notification{
        top: 0px;
        border-radius: 50px;
        position: absolute;
        width: 21px;
        top: -1px;
        left: 33px;
        background-color: red;
        padding: 3px;
        font-size: 11px;
        float: right;
        text-align: center;
        box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
        font-weight: bold;

    }
    .forumnotification{
        top: 0px;
        border-radius: 50px;
        position: absolute;
        width: 21px;
        top: -1px;
        left: 0px;
        background-color: red;
        padding: 3px;
        font-size: 11px;
        float: right;
        text-align: center;
        box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
        font-weight: bold;

    }
    #optionImage{
        width: 162px;
        height: 25px;
        background-color: black;
        margin-left: -15px;
        opacity: 0.7;
        position: absolute;
        top: -68px;
    }
}

@media screen and (max-width:320px){

    .para{
        margin-left: 0px !important;
    }

    .top-timeline-tweet-box-user-image{
        left:0px!important;
    }
    .replyheader a{
        font-size:12px!important;
    }

    .twtusername{
        font-size:11px!important;
    }

    .content iframe{
        width:200px!important;
        height:140px!important;
    }
    .username, .userid {
        padding-left: 0px!important;
    }
    .userdesc p {
        padding-left: 45px!important;
    }

    .form-horizontal input[type="text"], input[type="email"], input[type="password"],#firstquestion{
        width:100%!important;
    }

    .sbmitbtn{
        width:40%;
    }
    .cancelbtn{
        width:40%;
        margin-left:80px!important;
    }

    .newedit{
        width:140%!important;
        margin-top:20px!important;
    }

    .editcamerabtn {
        margin-left: 76%!important;
        margin-top: -23%!important;
    }

    .replycamerabtn {
        margin-top: -48%!important;
        margin-left: 71%!important;
    }
    #optionImage{
        width: 162px;
        height: 25px;
        background-color: black;
        margin-left: -15px;
        opacity: 0.7;
        position: absolute;
        top: -68px;
    }
    .notification{
        top: 0px;
        border-radius: 50px;
        position: absolute;
        width: 21px;
        top: -1px;
        left: 33px;
        background-color: red;
        padding: 3px;
        font-size: 11px;
        float: right;
        text-align: center;
        box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
        font-weight: bold;

    }
    .forumnotification{
        top: 0px;
        border-radius: 50px;
        position: absolute;
        width: 21px;
        top: -1px;
        left: 0px;
        background-color: red;
        padding: 3px;
        font-size: 11px;
        float: right;
        text-align: center;
        box-shadow: 2px 4px 5px 2px rgba(0,0,0,0.5);
        font-weight: bold;

    }

}

/** new changes for camera button */

.commentbox{
    background-color: #f6f7f8;
    border: 1px solid #e1e8ed;
    border-radius: 3px 3px 0 0;
    position:relative;
    padding-bottom:20px;
}
.commentbox p{
    padding-top: 3px;
    margin-left:80px;
    margin-top:10px;
}
.comment{
    background-color: #f6f7f8;
    /*border: 1px solid #e1e8ed;
    border-radius: 3px 3px 0 0;*/
    position:relative;
    padding-bottom:1px;
    /*padding-top: 10px;*/
}
.top-timeline-tweet-box-user-image {
    /* margin-top:5px;*/
    left: 12px;
    position: absolute;
    /*top: 4px;*/
}
.size32 {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.comment textarea{
    /*margin-top:25px;*/
    height:40px!important;
}
.imgdiv{
    cursor: pointer;
}
.cameraicon{
    top: 17px;
    bottom: 0;
    position: absolute;
    right: 40px;

}
.subcamera{
    float: left;
    cursor:pointer;
    overflow: hidden;
    position: relative;
}
.textdiv{
    margin: 0;
    padding-left:35px;
}

.replydiv{
    margin-left: -44px;
}

.forumreplydiv{
    margin-top: 3%;
    margin-left: -44px;
}

.updatecommentdiv{
    margin-left: -68px;
    margin-top: 3%;
}


.commentdiv{
    padding-top: 10px;
}


/** end new changes for camera button */
@media screen and (max-width: 320px) {
    .edit-commentforum{
        margin-top: -2%!important;
    }
}
@media screen and (max-width: 568px) {
    .edit-commentforum{
        margin-top: 0%!important;
    }
}
@media screen and (max-width: 375px) {
    .edit-commentforum{
        margin-top: -2%!important;
    }
}
@media screen and (max-width: 667px) {
    .edit-commentforum{
        margin-top: 0%!important;
    }
}
@media screen and (max-width: 414px) {
    .edit-commentforum{
        margin-top: -2%!important;
    }
}
@media screen and (max-width: 736px) {
    .edit-commentforum{
        margin-top: -0%!important;
    }
}
@media screen and (max-width: 384px) {
    .edit-commentforum{
        margin-top: -2%!important;
    }
}
@media screen and (max-width: 600px) {
    .edit-commentforum{
        margin-top: -0%!important;
    }
}
@media screen and (max-width: 768px) {
    .edit-commentforum{
        margin-top: -2%!important;
    }
}
@media screen and (max-width: 1024px) {
    .edit-commentforum{
        margin-top: -2%!important;
    }
}

