body {
    color: #000000;
    background-color: #f8f8f8;
    font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px
}

img {
    border: none
}

h2 {
    color: #a22d2d
}

a {
    text-decoration: none;
    color: #d22d2d;
    font-weight: bold
}

a:hover {
    text-decoration: underline;
    color: #f22d2d;
    transition: 0.3s ease
}

select {
    padding: 5px;
    border: solid 1px #ddd;
    transition: box-shadow 0.3s, border 0.3s
}

select:focus, select.focus {
    border: solid 1px #ccc;
    box-shadow: 0 0 5px 1px #ddd;
    outline: 0
}

input[type=text], input[type=password] {
    padding: 5px;
    border: 1px solid #ddd;
    transition: box-shadow .3s, border .3s
}

input[type=text].focus, input[type=text]:focus, input[type=password].focus, input[type=password]:focus {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 1px #ddd;
    outline: 0
}

input[type=button], input[type=submit], button {
    box-shadow: inset 0 1px 0 0 #fff;
    background: linear-gradient(to bottom, #fff 5%, #f6f6f6 100%);
    background-color: #fff;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666;
    font-family: Arial;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff
}

input[type=submit]:hover, button:hover {
    background: linear-gradient(to bottom, #f6f6f6 5%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fff', GradientType=0);
    background-color: #f6f6f6
}

input[type=submit]:active, button:active {
    position: relative;
    top: 1px
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2), rgba(0, 0, 0, 0))
}

tr {
    background-color: #fff;
    border: 1px;
    text-align: center
}

table, tr {
    text-align: left
}

table {
    border-spacing: 1px;
    width: 75%;
    background-color: #ddd;
    margin: 0 auto;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #ddd;
    border-radius: 3px
}

table tr .tCell {
    background-color: #eee;
    border: 1px
}

table tr .tCellHL {
    background-color: #fff;
    border: 1px
}

.boxcontent table {
    border-spacing: 1px;
    width: 100%;
    border: 0 solid #ddd;
    box-shadow: 0 0 0 #ddd;
    border-radius: 0
}

.online:hover {
    text-decoration: underline;
    color: #3c925c;
    transition: 0.5s ease
}

.top {
    position: fixed;
    display: block;
    left: 0;
    width: 100%;
    z-index: 101;
    border-bottom: #AAA 2px solid;
    background-color: #f8f8f8;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    transition: all .4s ease;
    height: 150px;
    box-shadow: 0 1px 6px #ddd
}

.boxSpacer {
    height: 5px
}

.box {
    border-spacing: 0;
    width: 100%
}

.boxBL, .boxBR, .boxTL, .boxTR {
    font-size: 0
}

.top .box {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    background-color: #f8f8f8
}

.homepage {
    position: fixed;
    height: 73px;
    margin-top: 25px;
    transition: all 0.4s ease
}

#notes {
    top: 180px;
    padding: 7px;
    z-index: 201;
    position: fixed;
    width: 75%;
    height: 70%;
    height: calc(90% - 180px);
    left: 50%;
    margin-left: -37.5%;
    background-color: #dcdcdc;
    border: 1px solid #eee;
    display: none;
    text-align: center
}

#notes textarea {
    display: block;
    width: 100%;
    height: 80%;
    height: calc(100% - 105px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.links {
    display: inline-block;
    position: fixed;
    top: 105px;
    font-size: larger;
    font-weight: 700;
    transition: all .4s ease
}

.links ul {
    margin: 0;
    padding: 0;
}

.links li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    padding-bottom: 10px
}

.links li > .submenu a {
    display: block;
    line-height: initial
}

.submenu .submenu-container {
    padding: 5px;
    background: #dcdcdc;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #ddd;
    border-radius: 3px;
    white-space: nowrap;
}

.member, .memberInfoAvatar {
    right: 0;
    width: 160px;
    border-left: #ddd 2px solid
}

.member {
    position: fixed;
    display: block;
    top: 0;
    height: 150px;
    background-color: #eee;
    z-index: 102;
    transition: all .4s ease;
    background-image: url(images/triangle.png);
    background-position: bottom;
    background-repeat: no-repeat
}

#memberinfos, .memberInfoAvatar {
    position: absolute;
    padding-top: 10px;
    background-color: #eee
}

.memberInfoAvatar {
    border-bottom: #ddd 2px solid;
}

.memberHeaderBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#memberMap {
    border-radius: 10px;
    box-shadow: 0 0 6px #ddd;
    width: 200px;
    height: 200px
}

.memberMapUndefined {
    align-items: center;
    background-color: #f8f8f8;
    color: #bfbfbf;
    display: flex;
    font-size: 1.6rem;
    justify-content: center;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.memberMapUndefined:hover {
    background-color: #f2f2f2;
    color: #afafaf
}

.boxLink:hover {
    text-decoration: none
}

#content {
    border-radius: 3px;
    position: relative;
    width: 70%;
    margin-left: 5%;
    top: 160px;
    height: auto;
    background-color: #fff;
    border: 2px solid #ddd;
    float: left;
    box-shadow: 0 0 6px #ddd;
    padding-bottom: 5px
}

.title {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    background-color: #eee;
    border-bottom: #ddd 2px solid;
    text-align: right
}

.boxcontent {
    border-radius: 3px;
    top: 160px;
    position: relative;
    display: block;
    margin-left: 77%;
    width: 20%;
    right: 0;
    border-spacing: 0;
    background-color: #dcdcdc;
    margin-bottom: 15px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #ddd;
    text-align: center
}

.boxtitle {
    margin: 0;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    background-color: #eee;
    border-bottom: #ddd 2px solid;
    font-weight: 700
}

#chat_form {
    position: fixed;
    top: 200px;
    left: 50%;
    display: none;
    overflow: visible !important
}

#chat_form > form {
    position: relative;
    left: -50%;
    background-color: #eee;
    border: 2px solid #ddd;
    border-radius: 3px;
    padding: 4px;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 0
}

#chat_post td {
    text-align: left
}

#bottom {
    display: inline-block;
    text-align: center;
    width: 100%;
    top: 100%;
    margin-top: 170px;
    border-top: #ddd 2px solid
}

.smaller, .smallerMoveleft {
    line-height: 48px;
    background-size: 10px;
    text-align: left
}

.smaller {
    height: 50px
}

.smallerMoveleft {
    margin-top: 10px;
    height: 30px
}

.smallerlinks {
    top: 0;
    margin-left: 200px
}

.smallermember {
    text-align: left;
    margin-top: -100px
}

.smallermemberinfos {
    margin-top: 10px
}

.smallerlogo {
    display: none /*text-align:left;margin-top:300px;image-rendering:pixelated*/
}

.tCell img {
    vertical-align: middle
}

.textWithImage {
    display: table-cell;
    vertical-align: middle
}

.textWithImage img {
    margin-right: 3px
}

.online {
    color: #3c925c
}

.offline {
    color: #4c68ae
}

.validImg {
    display: block;
    width: 128px;
    height: 20px;
    border: 1px solid #000;
    margin: 0
}

.bold {
    font-weight: 700
}

.nowrap {
    white-space: nowrap
}

.leftFloat {
    position: fixed;
    right: 115px
}

.nospace {
    margin: 0
}

.noDisplay {
    display: none
}

.rightFloat {
    float: right
}

.clear {
    clear: both
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.strike {
    text-decoration: line-through
}

.reduce {
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    transition: height .3s;
    transition: all .4s ease
}

.textpad {
    padding-right: 10px;
    padding-left: 10px
}

.dissapear {
    display: none
}

.invisible {
    visibility: hidden
}

.about {
    background-color: #fff
}

/*
.Conten {
        font-family: Verdana,serif;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        color: #70726F;
        text-decoration: none;
        background-color: #75742E;
        border: 1px solid #747874;
        padding: 6px;

}

*/

/* Google map localisations */
.map_centered {
    width: 500px;
    margin: auto
}

#map {
    width: 500px;
    height: 400px
}

.pixisIsAwesome {
    color: #fff
}

.img_halloffame {
    margin: 20px;
    transition-duration: .2s;
    box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, .3)
}

.img_halloffame:hover {
    transition-duration: .2s;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .9)
}

/* Sploits modal */

#sploits-alert .modal {
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #fff;
    position: relative;
}

#sploits-alert .modal::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 24px;
    width: 100%;
    background-color: #eee;
    border-bottom: #ddd 2px solid;
}

/* Notifications */

.notif-menu {
    background-color: #eee;
    box-shadow: 1px 1px 6px #ddd;
}

.notif-container {
    border: #ddd 2px solid;
}

.notif {
    transition: all 100ms;
}

.notif:not([href='#']):hover {
    background-color: #ddd;
}

.notif + .notif {
    border-top: #ddd 2px solid;
}

.notif-date {
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1170px) {
    table {
        width: 100%
    }

    .links {
        width: 400px
    }

    .links li {
        padding-right: 15px;
        padding-bottom: 0
    }

    .links li > div {
        margin-top: 0
    }

    .top .box {
        width: 60%
    }

    .textpad {
        padding-right: 3px;
        padding-left: 3px
    }

    .smaller {
        line-height: 20px
    }
}

@media (max-width: 960px) {
    .top .box {
        margin-left: 0
    }
}

@media (max-width: 667px) {
    * {
        max-width: 100%
    }

    body {
        font-size: 1em
    }

    tr {
        background: #eee;
        text-align: center;
        font-size: 1em
    }

    .links {
        top: 0px;
        right: -100%;
        width: auto;
        height: 100%;
        z-index: 200;
        bottom: 0;
        height: 100vh;
    }

    .links:before {
        position: fixed;
        top: 0px;
        right: 0;
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        background: url('/images/menu_mobile.png') top left no-repeat;
        background-size: cover;
        z-index: 199
    }

    .links > ul {
        border: 1px;
        list-style-position: inside;
        transition: all 0.4s ease;
        overflow-y: auto
    }

    .links li {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        padding-left: 5px
    }

    /*.links:hover,.links:focus{right:0px}.links:hover:before,.links:focus:before{z-index:-1}
    .links:hover>ul,.links:focus>ul{background:#eee;border-left:#ddd 2px solid;box-shadow:0 0 6px #ddd;height:100%}*/
    .links.active {
        right: 0px
    }

    .links.active:before {
        z-index: -1
    }

    .links.active > ul {
        background: #eee;
        border-left: #ddd 2px solid;
        box-shadow: 0 0 6px #ddd;
        height: 100%
    }

    .links li > div {
        position: relative;
        left: 0;
        display: block !important;
        height: auto !important;
        margin: 5px 10px 5px 5px !important;
        padding: 5px !important;
        max-height: 100% !important
    }

    .top, .top.smaller {
        height: 66px;
        padding-bottom: 15px;
        overflow: visible;
    }

    .top .box {
        width: 80%;
        margin-left: 0
    }

    .top > .box > a > img {
        position: relative;
        display: inline-block;
        margin-left: 0;
        max-width: 80%;
        height: auto;
        vertical-align: middle
    }

    .top > .box > a > img.reduce {
        max-width: 15%
    }

    .top > .box > a > img.reduce.smallerlogo {
        margin-top: 0;
        max-width: 15%
    }

    .member, #memberinfos {
        position: relative;
        z-index: auto;
        width: auto;
        height: auto;
        margin-bottom: 5px;
        border: 0
    }

    #content {
        top: 100px
    }

    #content, .boxcontent {
        width: 95%;
        margin: 0 auto;
        float: none
    }

    .boxcontent {
        margin-bottom: 20px
    }

    .boxcontent img, #content img {
        width: 1.4em;
        height: auto
    }

    .smaller {
        line-height: inherit;
        height: auto
    }

    .smallerMoveleft {
        margin-top: 25px
    }

    .offline {
        color: maroon
    }
}

/* INUTILE ? */
.sploitsBox {
    position: fixed;
    display: block;
    margin-top: 10px;
    width: 300px;
    height: 55px;
    top: 160px;
    right: 0;
    background-color: #dcdcdc;
    border: 1px solid #eee
}

.ssi_table {
    border-spacing: 0;
    border: none;
    box-shadow: none;
    margin-top: 3px
}

.ssi_table tr {
    background-color: #eee
}

#left {
    left: 0px;
    margin: 10px;
    position: absolute;
    top: 160px;
    width: 20%;
}

#middle {
    margin: 10px 21.5% 10px 21.5%;
    position: absolute;
    top: 160px;
}

#right {
    margin: 10px;
    position: absolute;
    right: 0px;
    top: 160px;
    width: 20%;
}
