﻿
html 
{
    height: 100%;
}

body 
{
    padding-top: 0;
    height: 100%;
    font-family: Verdana;
}

.container 
{
    
    background-color: White;
    max-width: 730px;
    min-width: 320px;
    min-height: 100%;
    border: solid 2px #cccccc;
}

.header 
 {
     padding-left: 0;
     padding-right: 0;
     margin-bottom: 0;
 }

.topDiv 
{
     background-image: url('/Templates/images/simpel_5.png'); 
     z-index: 1; 
     width: 100%; 
     height: 100px; 
     background-color: #617433; 
     background-repeat: no-repeat; 
     background-position-x: 100%;
     float: left;
}

.mainContent{
    width: 100%; 
    float: left; 
    min-height: 800px;
    font-size: 14px;
     
}

.infoContent 
{
    margin-left: 10%;
    width: 85%;
}

.forumContent 
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}


.forumContent .list-group 
{
    margin-top: 55px;
}

.startpageContent
{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.galleryContent 
{
    margin-left: 5%;
    margin-right: 5%;
}

.galleryImages 
{
    margin-top: 30px;
}

.galleryItem 
{
     width: 50%; 
     height: 350px; 
     float: left; 
     overflow: hidden;
}

.galleryItem img 
{
    max-width: 100%;
    height: auto;
}

.breadcrumb 
{
    font-size: 12px;
    width: 70%;
}

.loginstatus 
{
    float: right;
    width: 200px;
    color: White;
    margin-top: 10px;
}

.loginstatus span 
{
    width: 100%;
}


.loginstatus .loginbutton
{
   
    border: none;
    background: none;
    color: White;
    font-size: 12px;
    float: left;
    padding-top: 0;
    margin-left: 40px;
    margin-left: 135px;
    margin-top: 65px;
}

.loginstatus .logoutbutton
{
   
    border: none;
    background: none;
    color: White;
    font-size: 12px;
    float: left;
    padding-top: 0;
    margin-top: 5px;
    
}

.loginstatus a 
{
    font-size: 12px;
    text-decoration: none;
}

.loginstatus .changePasswordBtn 
{
    float: left;
}



.loginPanel 
{
    width: 100%;
    margin-left: 5%;
    margin-top: 15px;
    
}

.loginPanel input[type="submit"] 
{
    margin-top: 10px;
}

.loginPanel .form-control 
{
    height: 26px;
}

.loginPanel label 
{
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 7px; 
}

.loginPanel td 
{
    text-align: left;
}

 

.loginPanel input[type="checkbox"]
{
    display: none;
}



.loginPanel .form-group 
{
    margin-bottom: 0;
}

.loginPanel .btn 
{
    margin-top: 5px; 
    padding: 3px 8px;  
}





.feedbackPanel 
{
    margin-top: 15px;
    margin-left: 5%;
}

.registerPanel 
{
    width: 95%;
    margin-left: 5%;
    margin-top: 50px;
}

.registerButton 
{
    width: auto !important;
    
}

.registerPanel table tr
{
    width: 100%;
}

.registerPanel table td
{
    width: auto;
    min-width: 100px;
}

.registerPanel label
{
    font-size: 12px;
}

.registerHeading 
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.forgotTable 
{
    margin-top: 10px;
    margin-left: 10px;
}

.forgotTable td
{
    height: 20px;
}


.formTable label
{
    font-size: 12px;
    font-weight: bold;
}

.forumButtontext 
{
    font-size: 12px;
}

.mainmenu 
{
   width: 100%; 
   float: left; 
   margin-bottom: 5px; 
   margin-top: 11px;
}

.mainmenu li 
{
    font-size: 14px;
}

.mainmenu a 
{
    color: #617433;
}

.submenu 
{
    width: 100%; 
    float: left; 
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    
}

.submenu a 
{
    color: #617433;
}

.submenu li 
{
    font-size: 12px;
}





.newsItem img 
{
    /*float: right;*/
}

.container .jumbotron 
{
    background: white;
    border: 0;
    
}

.newsImage 
{
    float: right;
}

.logo 
{
     width: 270px; 
     float: left; 
     height: 80px;
}


    
.h5NoMargin 
{
    margin-bottom: 0;
}
    
.pageTitle 
{
    color: #cccccc;
    width: 30%;
    float: left;
    font-size: 12px;
    position: relative; 
    top: 10px;
    left: 13px;
}

.subtext 
{
    font-size: 12px;
    
}

.socialmedia
{
    width: 24px;
    float: right;
    position: relative;
    top: 5px;
    right: 10px;
}

.changePasswordBtn 
{
    
    margin-top: 5px;
    margin-right: 10px;
    color: White !important;
    text-decoration: underline;
}




.tdErrorMsg 
{
    font-size: 11px !important;
}






    


/* Forum css */

.WAFForumNewThreadTable
{
    font-size: 12px;
    text-align: left;
}
.WAFForumNewThreadTable td
{
    text-align: left;
}
.WAFForumNewThreadHeaderCell
{
    font-size: 14px;
    font-weight: bold;
}
.WAFForumNewThreadAddThreadButton
{
    float: left;
    margin: 10px;
}
.WAFForumNewThreadCancelButton
{
    float: left;
    margin: 10px;
}
.WAFForumNewThreadButtonCell
{
    padding-top: 20px;
}


.forum-list-table
{
    font-size: 11px;
    line-height: 16px;
    margin: 0px 0px 20px 0px;
    border: 1px solid silver;
    width: 100%;
}




.forumlistheading
{
    height: 28px;
    /*background-color: #F1F1F1;*/
    background-color: #617433;
/*    background-image: url("/Templates/images/grey_gradient.png");*/
    background-position: 0 -12px;
    background-repeat: repeat-x;
    color: White;
}

.forum-list-catnamecell
{
    height: 28px;
    /*color: #696969;*/
    font-size: 14px;
    padding-left: 10px;
}

.forum-list-icon-head
{
    height: 22px;
    width: 35px;
    background-image: url(/Templates/images/grey_gradient.png);
    background-repeat: repeat-x;
    color: #696969;
}

.forum-list-name-head
{
    height: 22px;
    padding-left: 10px;
    background-image: url(/Templates/images/grey_gradient.png);
    background-repeat: repeat-x;
    color: #696969;
}

.forum-headers-row td
{
    border-bottom: 1px solid black;
}

.forum-list-lastthread-head
{
    width: 190px;
    /*background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    /*color: #696969;*/
}

.forum-list-numthreads-head
{
    width: 60px;
    padding-right: 10px;
    text-align: center;
    /*background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    /*color: #696969;*/
}

.forum-list-numposts-head
{
    width: 60px;
    padding-right: 10px;
    text-align: center;
    /*background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    /*color: #696969;*/
}

.forum-row td
{
    height: 45px;
    padding-bottom: 10px;
}
.forum-list-table td
{
    border-bottom: 1px solid #ddd;
}

.forum-row-alt td
{
    height: 35px; /*background-color: #f5f5f5;*/
    border-bottom: 1px solid #ddd;
}
.forum-list-icon
{
    width: 36px;
}
.forum-list-icon img
{
    margin: 0px 6px;
}


.forum-list-name
{
    height: 42px;
    padding-top: 5px;
    padding-left: 10px;
}
.forum-list-name a:link, .forum-list-name a:visited
{
    text-decoration: none;
}
.forum-list-name a:hover
{
    text-decoration: none;
}

.forum-list-lastthread
{
    vertical-align: middle;
    padding-top: 5px;
}
.forum-list-lastthread a:link, .forum-list-lastthread a:visited
{
    font-weight: bold;
    text-decoration: none;
}
.forum-list-lastthread a:hover
{
    text-decoration: none;
}

.forum-list-numthreads
{
    text-align: center;
}


.forum-list-numposts
{
    text-align: center;
}

.forum-thread-iconcell
{
    padding-left: 10px;
    width: 30px;
}
.forum-thread-list-table
{
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    border: 1px solid silver;
}
.forum-thread-list-table tr td
{
    border-bottom: 1px solid #ddd;
}

.forum-threads-iconcell-head
{
    height: 28px;
    background-color: #617433;
    font-size: 14px;
    padding-left: 10px;
    /*    background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    color: white;
}
.forum-threads-namecell-head
{
    height: 28px;
    background-color: #617433;
   /*    background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    color: white;
    font-size: 14px;
    padding-left: 10px;
}
.forum-threads-lastpostcell-head
{
    height: 28px;
    background-color: #617433;
    font-size: 14px;
    padding-right: 10px;
    /*    background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    color: white;
}
.forum-threads-numthreads-head
{
    height: 28px;
    background-color: #617433;
    font-size: 14px;
    text-align: center;
    /*    background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    color: white;
}
.forum-threads-numviews-head
{
    height: 28px;
    background-color: #617433;
    /*    background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    color: white;
    font-size: 14px;
    text-align: center;
}
.forum-threads-namecell
{
    height: 42px;
    color: #696969;
}
.forum-threads-namecell a:link, .forum-threads-namecell a:visited
{
    color: #696969;
    text-decoration: none;
    font-weight: bold;
}
.threads-cell-left
{
    padding-left: 10px;
}
.forum-threads-lastpostcell
{
}
.threads-cell
{
    padding-right: 10px;
}
.forum-threads-numthreads
{
    text-align: center;
}
.forum-threads-numviews
{
    text-align: center;
}
tr.alt-row td
{
}
.forum_thread_messages_table
{
    width: 965px;
    border: 1px solid silver;
    font-size: 11px;
}
.forum_msg_avatar
{
}
.WAFForumThreadHeaderNameDiv
{
    display: inline;
}
.forum-thread-header-cell
{
    height: 28px;
    background-color: #696969;
/*    background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    color: #696969;
    font-size: 14px;
    padding-left: 10px;
}
.forum-thread-header-cell
{
    background-color: #696969;
    /*    background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    color: #696969;
}

.forum_msg_authorinfo
{
    background-color: #617433;
    color: white;
    width: 170px;
    vertical-align: top;
    padding: 10px;
    border-top: 1px solid silver;
}

.forum_msg_title
{
    background-color: Silver;
    color: White;
    font-weight: bold;
    height: 22px;
    line-height: 23px;
    padding-left: 10px;
}
.forum_message_row
{
}
.forum_msg_content
{
    padding: 10px;
}
.forum_msg_button_cell
{
    padding-left: 10px;
}
.WAFForumQuoteOuter
{
    border: 1px solid #696969;
    background-color: #fffff0;
    padding: 10px;
}
.WAFForumThreadHeaderBreadcrumpDiv
{
    font-size: 12px;
    font-family: Arial;
    width: 100%;
}
.WAFForumThreadHeaderBreadcrumpDiv a:link
{
}
.WAFForumThreadHeaderBreadcrumpDiv a:visited
{
}
.forum-pager-container
{
    float: left;
    width: 140px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    font-family: Arial;
}

.forum-thread-msg-wrapper
{
    border: 1px solid silver;
    
    float: left;
    width: 100%;
    clear: right;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 5px;
}
.forum-msg-author-container
{
    float: left;
    width: 30%;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    border-collapse: collapse;
}

.forum_msg_content_container
{
    float: left;
    width: 70%;
    border-left: 1px solid silver;
    border-collapse: collapse;
    min-height: 230px;
    height: auto !important;
    height: 260px;
}
.forum_msg_content
{
    float: left;
    margin: 10px;
    padding: 0px;
    width: 96%;
}

.forum-thread-msg-button-container
{
    float: left;
    width: 120px;
    margin-left: 10px;
}
.forum-thread-msg-button-container input
{
    margin-bottom: 5px;
    display: block;
    font-size: 11px;
}
.forum_msg_authorname
{
    font-size: 12px;
    font-weight: bold;
    
    background-image: url(/Templates/images/grey_gradient.png);
    background-repeat: repeat-x;
    color: #696969;
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding-left: 10px;
}
.forum_msg_authorname img
{
    vertical-align: text-bottom;
    margin-right: 4px;
}
.forum_msg_avatar
{
    margin: 4px 5px 4px 10px;
}
.forum_msg_postdate
{
    margin: 4px 5px 4px 10px;
}
.forum_msg_numposts
{
    margin: 4px 5px 4px 10px;
}
.forum-msg-title-container
{
    
    background-image: url(/Templates/images/grey_gradient.png);
    background-repeat: repeat-x;
    color: #696969;
    height: 25px;
    line-height: 25px;
    margin: 0px;
    width: 100%;
}
.forum-msg-title-container h2
{
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 0px 10px;
}
.forum-msg-title-container h2 img
{
    vertical-align: text-bottom;
    margin-right: 4px;
    padding-top: 1px;
}
#thread-page-head-user
{
    width: 30%;
    padding-left: 10px;
    background-color: #617433;
    /*background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    float: left;
    color: White;
    height: 25px;
    line-height: 25px;
    margin-bottom: 0px;
}

#thread-page-head-content
{
    width: 70%;
    padding-left: 10px;
    background-color: #617433;
    /*background-image: url(/Templates/images/grey_gradient.png);*/
    background-repeat: repeat-x;
    float: left;
    color: White;
    height: 25px;
    line-height: 25px;
    margin-bottom: 0px;
}


    

.logoImage 
{
    width: 75px;
    margin-top: 10px;
    margin-left: 10px;
}

.logoText 
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: White;
}

.logo 
{
    width: 70%;
}



@media (min-width: 675px){
    .logoText 
    {
        color: white;
        float: left;
        position: relative;
        bottom: 53px;
        left: 100px;
    }
    
   
}


@media (max-width: 675px) {
  
   .registerPanel label 
    {
        font-size: 11px;
    }
    
    .loginPanel label 
    {
        font-size: 11px;
    }
  
  /*.logoText
    {
        color: white;
        font-size: 16px;
        margin-top: 0;
        margin-left: 0;
        float: none;
        position: relative;
        top: 56px;
        right: 35px;
    }
    
    .logoImage 
    {
        width: 38px; 
        float: left; 
        position: relative;     
        top: 2px; 
        left: 2px;
    } */
    
      .logoText {
        color: white;
        font-size: 16px;
        margin-top: 0;
        margin-left: 0;
        float: none;
        position: absolute;
        top: 60px;
        left: 10px;
    }
    
    .logoImage {
        width: 38px;
        float: left;
        position: absolute;
        left: 0px;
        top: 0;
    }
    .mainmenu li 
    {
        font-size: 12px;
    }
    
     .submenu li 
    {
        font-size: 10px;
    }
    
    .loginbutton 
    {
        font-size: 12px;
    }
    
    .pageTitle 
    {
        font-size: 14px;
    }
    
    .mainContent 
    {
        font-size: 12px;
    }
    
       .newsItem 
    {
        font-size: 12px;
    }
    
    h3 
    {
        font-size: 20px;
        margin-bottom: 30px !important;
    }
    
    .forum-threads-namecell-head, .forum-threads-lastpostcell-head, .forum-threads-numthreads-head
  {
      font-size: 12px;
  }
  
  .forum-list-catnamecell
    {
        font-size: 12px;
    }
  

}

@media (max-width: 550px){

    
    .tdErrorMsg 
    {
        display: none;
    }
    
    .logo h3
    {
        color: White;
        width: 240px;
        margin-top: 50px;
        margin-left: 12px;
        float: none;
        
    }
    
    .pageTitle 
    {
        top: 0;
        left: 0;
    }
    
    .header h3 
    {
        font-size: 18px;
        padding-bottom: 0;
    }
    
    .forum_msg_authorname, .forum-msg-title-container h2 , .forum-thread-msg-button-container input
    {
        font-size: 10px;
    }

    .forum-msg-author-container img
    {
        display: none;
    }
    
    .forum-thread-msg-wrapper 
    {
        font-size: 10px;
    }
    
    .forum-list-catnamecell 
    {
        font-size: 11px;
    }
    
  
    
}


@media (max-width: 350px) 
{
 
 
 .nav > li > a 
 {
     padding: 10px 5px;
 }
    
.mainmenu 
{
    width: auto;
}

.mainmenu li 
{
    font-size: 12px;
}

.submenu 
{
    width: auto;
}

.pageTitle 
{
    top: 2px;
    left: 2px;
    font-size: 12px;
}





.infoContent 
{
    margin-top: 10px;
    margin-left: 5px;
}

.bjqs-slide p 
{
    font-size: 10px;
}



}


