body {
    background-color: #060606 !important;
    height:100vh;
}

.text-center-color {
    color: #916e0c !important;
}

h1 {
    color: #fff;
}

p {
    color: #fff;
}

label {
    color: #fff;
}

h4, h5 {
    color: #fff;
}

.navbar-inverse {
    background-color: #121212 !important;
    border-color: #060606 !important;
}

.panel {
    background-color: rgba(0,0,0,.125);
}

.panel-body {
    background-color: #161616;
    display: flex; flex-wrap: wrap; flex-direction: row;
}

.panel-default > .panel-heading {
    background-color: #161616;
    color: #fff;
    border-color: rgba(0,0,0,.125);
}

.panel-default {
    border-color: rgba(0,0,0,.125);
}

.panel-profile {
    clear: both;
    float: left;
    border-color: rgba(0,0,0,.125);
}


.panel-information {
    clear: none;
    position: right;
    color: #0d1e2c;
    margin-left: auto;
}

.past {
    height: 100%;
    background: rgb(12, 12, 12);
}

pre {
    white-space:pre-wrap;
    display: block;
    padding: 10px;
    line-height: 1;
    margin: 0 0 0px;
    font-size: 1em;
    color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 0px;
    overflow: scroll;
    font-family: monospace, serif;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.reglog-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reglog-form label {
    padding: 10px 0px 1px 3px;
    margin: 0;
}

.div-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment {
    border-bottom: solid 1px gray;
}

.bin-text {
    background: transparent;
    border:0;
    color:#fff;
    font-size:1em;
    --webkit-font-smoothing:antialiased;
    line-height:1;
    height:100%;
    margin-top:1em;
    margin-left: 1em;
    outline:none;
    position:fixed;
    resize:none;
    -webkit-transition:width 0.5s ease,padding-right 0.5s ease;
    transition:width 0.5s ease,padding-right 0.5s ease;
    -ms-word-break:break-all;
    word-break:break-all;
    word-break:break-word;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    z-index:1;
    width:100%;
    box-sizing: border-box;
    font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}


.bin-buttons {
    background:#181818; /*#2d2e2f*/
    border:0;
    box-shadow:-2px 0 3px rgba(0,0,0,0.2);
    -o-box-shadow:-2px 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow:-2px 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow:-2px 0 3px rgba(0,0,0,0.2);
    color:#fff;
    height:100%;
    padding:15px;
    position:fixed;
    overflow-y: auto;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    right:0;
    -webkit-transition:-webkit-transform 0.5s ease;
    transition: right 0.5s ease;
    top:0;
    width:20%;
    z-index:10;
}

.u-perk {
    width: 100%;
    padding: 2px 5px;
    border-bottom: solid 1px #404040;
}

.wealthy {
    background: transparent url('/assets/wealthy.gif');
}

.admin {
    background: transparent url('/assets/admin.gif');
}

.asta {
    background: transparent url('/assets/admin.gif');
}

.hacker {
    background: transparent url('/assets/hacker.gif');
}

.btn {
    background: #545454;
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    outline: none;
    padding: 9px 5px;
    width: 100%;
}

.btn:hover {
    background: #343434;
    color: #fff;
}

.upgrade-title{
    margin: 5px 0 0 0;
    letter-spacing: 2px;
}
.upgrade-container{
    border: solid 1px rgb(40, 40, 40);
    background-color: rgb(14, 14, 14);
    border-radius: 2px;
    position: relative;
    /* padding: 15px; */
    --webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    --moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    /*height: 390px;*/
    margin-left: 39%;
    margin-right: 39%;
}
/*.upgrade-container:first-of-type{
    margin: 10px 0 10px;
}*/

.wealthy-title{
    background-image: linear-gradient(120deg, #d90429 65%, #ef233c 65% 100%);
}

.colors-title{
    background-image: linear-gradient(120deg, #777777 65%, #878787 65% 100%);
}
.upgrade-container:hover{
    border: solid 1px rgb(44, 44, 44);
    background-color: rgb(18, 18, 18);
}
.upgrade-container .upgrade-name{
    padding-top: 0px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 13px 10px;
}
.upgrade-container .perk-title{
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    background-color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0px 1px;
}
.upgrade-container .upgrade-price{
    color: white;
    float: right;
}
.upgrade-container .upgrade-description{
    color: rgb(200,200,200);
    word-wrap: break-word;
    overflow-y: auto;
    height: 300px;

}

.upgrade-description p{
    margin-bottom: 7px;
}
.purchase{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    left: 0;

}
.purchase-button{
    text-align: center;
    width: 100%;
    height: 36px;
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 9px 6px 6px;
    border-radius: 3px;
    background-color: rgb(0, 78, 0);
}

.purchase-button:hover{
    color: white;
    text-decoration: none;
    background-color: rgb(0, 70, 0);
}

input {
    line-height: 1.2;
    color: white;
    background: #282828;
    border: 0;
    border-radius: 2px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    outline: none;
    padding: 7px 5px;
    width: 100%;
}

input[type="submit"]:hover {
    color: white;
    background: #3d3d3d;
    text-decoration: none;
}

input[type="submit"] {
    line-height: 1.2;
    color: white;
    background: #282828;
    border: 0;
    border-radius: 2px;
    display: block;
    -webkit-font-smoothing: antialiased;
    outline: none;
    padding: 7px 5px;
    width: 90%;
    margin: 15px auto 10px auto;
}

/* Paste highlight colours */
.rich-post{
    background-color: #1E1D0F;
}

.hacker-post{
    background-color: #110004;
}

.mod-post{
    background-color: #152225;
}

.admin-post{
    background-color: #152115;
}

.manager-post{
    background-color: #1E0E0E;
}

.council-post{
    background-color: #17171D;
}

.clique-post{
    background-color: #18191F;
}

.asta-post {
    background-color: #17101A;
}

.paste-tab {
    background-color: #181818;
}

.h-captcha {
    text-align: center;
    margin-top: 15px;
}

td {
    color: #fff;
}

p {
    color: #fff;
}

.comment-text {
    background-color: #545454;
    border: none;
    border-radius: 2px;
    height: 50px;
    padding: 10px 5px;
    color: white;
    width: 100%;
    max-width: 100%;
}

.link a {
    color:#ffffff !important;
    text-decoration:underline;
}

.link a:hover, .link a:focus {
    color:#ffffff !important;
    text-decoration:underline;
}

td a {
    color:#ffffff !important;
    text-decoration:underline !important;
}
    
td a:hover, td a:focus {
    color:#ffffff !important;
    text-decoration:underline !important;
}
td a:focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}


.paste-td {
    display: inline-block;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.5;
    vertical-align: inherit;
    border-top: 1px solid #ddd;
    color: #fff;
}

tr:nth-child(even) {
    background-color: #000000;
}

tr:nth-child(odd) {
    background-color: #0d0d0d;
}

table {
    table-layout: fixed;
}

.tb-highlight {
    background-color: #181818;
}

.sidebar-show {
    background: #212121;
    color: #888;
    font-size: 1em;
    height: 3.15em;
    padding: 1em 1em;
    position: fixed;
    right: 0;
    text-align: center;
    transition: right 0.5s ease;
    top: 0;
    width: 3em;
    z-index: 15;
}

.sidebar-show a:hover, a:active {
    color: #fff !important;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* responsive shit */

@media screen and (min-width: 1024px) {
    .sidebar-show {
        right: 300px;
    }
}

@media only screen and (min-width: 480px) {
    .sidebar-show {
        right: 30%;
    }
}

.sidebar-show {
  right: 0%;
}

input[type="checkbox"], input[type="radio"] { 
    margin-left: -45%;
}

@media screen and (max-width: 800px) {
    .panel-information {
      margin-left: 1%;
    }
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #131313;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #282828;
}