﻿.dark {
    background-color: maroon;
}

.white {
    background-color: #fff;
}

#header {
    padding: 15px 0px;
}

.mt20 {
    margin: 25px 0px;
}

.mt7{
    margin-top:7%;
}

#logowrap {
    padding: 0;
    margin-right: 15px;
}

.navbar-nav > li {
    display: block;
}

.sidebaritems li {
    font-size: 16px;
}

.center {
    text-align: center;
}

body {
    background-color: #c22f0d;
}

#navi .col-lg-12 > ul {
    margin: 0 auto;
    text-align: center;
    background: #23212a;
}

#navi .col-lg-12 a {
    color: #fff;
    font-weight: bold;
}

#navi .col-lg-12 .nav {
    display: inline-block;
    padding: 4px 5px;
    border-radius: 6px;
}

    #navi .col-lg-12 .nav li a:hover, #navi .col-lg-12 .nav li a:focus {
        text-decoration: underline;
        background-color: inherit;
    }

#navi .col-lg-12 li {
    float: left;
}

#page .sidebaritems li {
    margin-top: 5px;
    border-bottom: 1px dotted #ccc;
    list-style: inside none none;
}

#page {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#membercontainer {
    min-height: 360px;
}

.frontlogo {
    margin-top: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.imgw{max-width:500px;}

.lictable td, th {
    margin:5px 15px;
    padding:5px 15px;
}

.lictable img {
    vertical-align:middle;
}

a {
    color:maroon;
}

a:hover {
    color:maroon;
    text-decoration:underline;
}

.tableicon {
    height:16px;
    cursor:pointer;
}

.decorated {
    overflow: hidden;
    text-align: left;
}

    .decorated > span {
        position: relative;
        display: inline-block;
    }

.decorated > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-bottom-color:#808080;
    width: 680px; /* half of limiter */
    margin: 0 20px;
}

.decorated1 > span:after {
    left: 100%;
}
          
.decorated1 {
    overflow: hidden;
    text-align: left;
}
.logobg {
    background: #3f3c3c;
    padding-bottom: 1%;
}     
.decorated1 > span {
        position: relative;
        display: inline-block;
    }
          
.decorated1 > span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 1px solid;
            border-bottom-color: #808080;
            width: 700px; /* half of limiter */
            margin: 0 20px;
        }
          
.decorated1 > span:after {
            left: 100%;
        }

.table-dark a {
    color:white;
}

#recaptchaerror {
    color: red;
    display: none;
}
.lblblock {
    display: block !important;
    text-align: left;
    padding-left: 33px !important;
}