
.body-section{
        min-height: 500px;
    max-width: 1200px;
    margin: auto;
        margin-bottom: 130px;
}
.breadcrumps{
       min-height: 50px;
    max-width: 1200px;
    margin: auto;
}
.paginator{
       min-height: 50px;
    max-width: 1200px;
    margin: auto;
}


.list-wrap{
        width: 100%;
        
}


.list-item-section{
    width:100%;
    background: #F8F9FB;
    border-bottom: 1px solid #ddd;
   
        padding-top: 14px;
    padding-bottom: 14px;
}

.lis-name{ 
    width: 70%;
     
    margin-left: 14px;
}
.lis-counter-info{
    width: 10%;
     float: left;
}
.lis-last-msg-info{
    width: 20%;
    float: left;
}   

.lis-name-title{
    font-weight: bold;
    color:#0D74C4;
    padding-bottom: 5px;
}

.lis-name-title a{
    font-weight: bold;
    color:#0D74C4;
    text-decoration: none;
}

.lis-name-desc{
    font-size: 14px;
}


.list-item-post{
      width: 100%;
    background: #ececec;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
        margin-bottom: 20px;
}


.list-item-post-head{
         margin-left: 10px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
        margin-bottom: 10px;
}


.list-item-post--left-side{
        width: 200px;
    min-height: 100px;
    float: left;
    background: #f2f6f8 none;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 55px;
    bottom: 10px;
        
}
.list-item-post--text-side{
       
    background-color: white;
    padding: 9px;
  min-height: 82px;
    height: auto;
    margin-left: 200px;
    padding-bottom: 50px;
}


.list-item-thread-name-title{
    font-weight: bold;
    color: #0D74C4;
   
}
 
.user_bar{
      text-align: right;  
}


.user_bar form{
        display: inline;
        
}
.user_bar_wrap{
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #f8f9fb;
        padding-left: 5px;
        padding-right: 5px;
}

.fb_form_wrap{
    border: 1px solid #e9e9e9;
}

.fb_form_title{
        background-color: #e9e9e9;
    padding: 7px;
    font-weight: bold;
}

.fb_form_item{
           border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 15px;
    margin: 7px;
}

.fb_form_item_label{
        display: inline-block;
    width: 30%;
    vertical-align: top;
       
}

.fb_form_item_field{
        display: inline-block;
    width: 68%;
}


.fb_form_item_field input[type='text'],.fb_form_item_field select{
         border: 1px solid #949494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 262px;
    height: 16px;
    padding: 7px;

}
.fb_form_item_field select{
    height: 32px;
}

.fb_form_item:last-of-type{
    border: none;
}

.fb_form_item .errorMessage{
        color: red;
    margin-top: 10px;
}

.list-head{
            margin-top: 15px;
             margin-bottom: 15px;
}

.list-title{
        font-family: 'Open Sans',sans-serif;
   
    font-size: 16px;
    font-weight: bold;
    margin: 0;
        margin-top: 15px;
}

.list-subtitle{
           font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.1px;
    font-size: 12px;
    font-weight: bold;
}

.link-button, A.link-button:visited {
    display: inline-block;
    padding: 10px;
    color: white;
    background-color: #ed1e23;
    text-decoration: none;
    font-weight: bold;
        padding-left: 16px;
    padding-right: 16px;
    margin-right: 10px;
    
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.1px;
    font-size: 16px;
    cursor: pointer;
   margin-bottom: 10px; 
}




.link-button:hover{
          color: white;
}
 
 
 .fb_form_item_field textarea{
           
    height: 120px;
    width: 100%;
    padding: 0;
    
 }
 
 
 .fb_form_item_field textarea#ForumPost_text{
        height: 120px;
 }
 
 .fb_form_item_field textarea#ForumThread_title{
        height: 28px;
 }
 
 .fb_form_item_field textarea#ForumThread_description{
        height: 158px;
 }
 
 .fbreadcrumps a{
            padding-left: 5px;
    padding-right: 5px;
 }
 
 
.fbreadcrumps{
        margin-top: 20px;
    margin-bottom: 20px;
 }
 
.list-item-section.lis-hiddened .lis-name-title a,.list-item-section.lis-hiddened .lis-name-desc{
        color: #d5d5d6;
 }
 
 .lis-controll-wrap {
    margin-left: 14px;
    width: 100%;
}


.list-tem-controll-link,A.list-tem-controll-link:visited{
        color: #ed1e23;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;

}
 
 
 .flash-msgs-wrap >.flash-success{
        padding-top: 20px;
    padding-bottom: 20px;
 }
 
 .flash-success{
        color: #599855;
    font-weight: bold;
 }
 
 .list-wrap+.list-wrap{
        margin-top:20px;
 }
 
 
 .list-item-post--text-side h2{
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;    
    border-bottom: 1px solid #ddd;
 }
 
 
 .lip-user-info{
        margin-top: 10px;
 }
 
 .lipui-name{
        text-align: center;
    font-size: 14px;
    font-weight: bold;

    font-family: "Open Sans", sans-serif;
   
    color: #4088b8;
 }
 
 
 .fb_form_item_field.fb_form_item_field__full{
        width: 100%;
 }
 
 input[type='submit'].link-button{
    border: none;
    padding-bottom: 9px;
    padding-top: 8px;
}


.liph-post-num-label{
            float: right;
    padding-right: 10px;
}


.list-item-post--text-side .lis-controll-wrap{
    margin-left: 0px;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

