﻿body {
    /*background-image: url('../NetmaxLogin/module_dark.png');*/
    background-image: url('../images/bgTitles.jpg');
}

h1 {
    font-size: 16px;
}



.ThreadFrame {
    text-align: left;
    border: 3px solid #0a2245;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    padding: 10px;
    background: #b6d5ea;
}

.PostCutLine {
    width: 200px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smalltext
{
    font-size:10px;
}

.PostLinkRightSection {
    position: absolute;
    top:5px;
    right:8px;    
    color: #5bbaff;
    font-weight: bold;
    margin-top: 1px;
}

.PostFootSection {
    position: relative;
    width: 100%;          
    height:100%;
    border-top : 2px solid #d3d3d3;   

}

.LikesBtn {

    position:relative;
    top:5px;
    background: linear-gradient(to top, #0c7c03, #20c700);
    color: #fff;
    font-family: Sans-serif;
    font-size: 12px;
    text-align: center;
    border: 2px solid #03690e;
    border-radius: 5px;
    padding: 7px;
    transition: all 0.3s ease 0s;
}

    .LikesBtn:hover {
        color: white;
        background: #15620f;
        text-decoration: none;
        cursor: pointer;
    }


.UserBtnLink {
    display: inline-block;
    margin-bottom: 5px;
}

.BasicEditorWindow {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

.BoldBody {
    font-size: 13px;
    font-weight: bold;
}

/*Buttons*/



.SvarLink {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 16px
}

.BtnSilverStandard:link, .BtnSilverStandard:visited, .BtnSilverStandard, a.BtnSilverStandard, .paginate_button {
        
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: black;    
    padding: 6px;
    border: 1px solid #333333;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: linear-gradient(0deg, rgba(187,187,187,1) 24%, rgba(244,244,244,1) 78%);    

}

    .BtnSilverStandard:hover {
        color: #333333;        
        border: 1px solid #3399FF;
        background-position: center top;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background: linear-gradient(0deg, rgba(187,187,187,1) 24%, rgba(244,244,244,1) 78%);
        cursor: pointer;
        text-decoration: none !important;
    }


.BtnRed:link, .BtnRed:visited, .BtnRed, a.BtnRed {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    color: #ffcbcb;
    position: relative;
    padding: 7px !important;
    border: 1px solid #333333;
    background-position: center top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: linear-gradient(0deg, rgba(106,8,8,1) 13%, rgba(209,17,17,1) 100%);
    top: 0px;
    left: 0px;
}

    .BtnRed:hover {
        color: #530707;
        position: relative;
        border: 1px solid #870c0c;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background: linear-gradient(0deg, rgba(171,24,24,1) 13%, rgba(241,89,89,1) 100%);
        cursor: pointer;
        text-decoration: none !important;
    }

.BtnPostBlue {
    background: linear-gradient(to top, #03357c, #0094c7);
    color: #fff;
    font-family: Sans-serif;
    font-size: 14px;      
    text-align: center;
    border: 2px solid #0094c7;
    border-radius: 5px;
    padding: 6px;
    transition: all 0.3s ease 0s;
}
    .BtnPostBlue:hover {
        color: white;
        background: #3071A9;
        text-decoration:none;
    }

.BtnPostGreen {
    background: linear-gradient(to top, #0c7c03, #20c700);
    color: #fff;
    font-family: Sans-serif;
    font-size: 12px;
    text-align: center;
    border: 2px solid #0094c7;
    border-radius: 5px;
    padding: 5px;
    transition: all 0.3s ease 0s;
}

    .BtnPostGreen:hover {
        color: white;
        background: #56a930;
        text-decoration: none;
        cursor:pointer;
    }


.BtnSektorTop {
    background: linear-gradient(to top, #03357c, #0094c7);
    color: #fff;
    font-family: Sans-serif;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0094c7;
    border-radius: 5px;
    padding: 8px;
    display:inline-block;
    margin-bottom:10px;
    margin-right:3px;
    transition: all 0.3s ease 0s;
}

    .BtnSektorTop:hover {
        color: white;
        background: #3071A9;
        text-decoration: none;
    }


/*Post hoved Thread*/
.ToppFelt {
    font-size: 14px;
    padding: 16px;
    border: solid 2px #828282;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: black;
    background: white;    
}

.ToppFeltByLineBruker {
    font-size: 13px;
    padding: 12px;
    border: 1px solid black;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: white;
    background: rgb(65,65,65);
    background: linear-gradient(0deg, rgba(65,65,65,1) 20%, rgba(152,149,149,1) 97%);
    position: relative;
    margin: -22px;
    margin-bottom: 12px;
}

.ToppBarLineThread {
    font-size: 14px;
    padding: 12px;
    border: 2px solid black;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: black;
    background: rgb(184,184,184);
    background: linear-gradient(0deg, rgba(184,184,184,1) 5%, rgba(254,254,254,1) 98%);
    position: relative;
    margin-top: 0;
}

.MainBox {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #5a5a5a;
    padding: 20px;
    width: 100% -20px !important;
    background-color: white;
    background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 78%);
}
.PostBox {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #b2b2b2;
    padding: 20px;
    width: 100% -20px !important; 
    background-color: white;    
    overflow:hidden;
    margin-top:5px;
}

/*Index table*/

table {
    width: 100%;
    background-color: #ffffff !important;
    color: white !important;
    border: 1px solid #7d7d7d !important;
    border-collapse: collapse;
    font-weight: bold;
}

th {
    background-color: #c6c6c6;
    background: linear-gradient(0deg, rgba(96,97,96,1) 33%, rgba(223,222,222,1) 100%);
    background-position: bottom !important;
    background-repeat: repeat-x;
    border-bottom: 2px solid #373737;
    padding: 5px;
    text-align: center;
    border-right: 2px solid #414141;
    height: 25px !important;
    color: black !important;
}


th {
    padding: 5px !important;
    height: 12px !important;
    text-align: left;
    color: #b8f228 !important;
    font-size: 12px;
    font-weight: bold;
}

td {
    font-size: 12px;
    padding: 5px;
    text-align: left;
    border: 1px solid #585858;
    border-collapse: collapse;
    background-color: white;
    color: black;
}

/* Mobile  */
@media screen and (max-width: 650px) {

    .BtnSektorTop {
        font-size: 12px;
        padding: 2px;
        margin-bottom: 5px;
    }

    .MainBox {
        padding: 0px !important;
    }

    .PostCutLine {
        width: 100px !important;
    }

    table {
        font-size: 10px !important;
    }

    td:nth-child(4), td:nth-child(5) {
        display: none
    }

    th:nth-child(4), th:nth-child(5) {
        display: none
    }


    #TableThreadList td:nth-child(5), #TableThreadList td:nth-child(6) {
        display: none
    }

    #TableThreadList th:nth-child(5), #TableThreadList th:nth-child(6) {
        display: none
    }

}