
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");

#home {
	display: none;
}

p {
    margin: 0 0 25px;
}

small {
	font: 8pt verdana;
}

.smaller {
	margin-top: 5px;
	font-size: smaller;
}

a.smaller:hover {
	color: #00B3B3 !important;
}

h3 {
	font-size: 16px;
}

h5 {
	font-weight: bold;
	font-size: 17px;	
}

blockquote {
  font-size: 15px;
  /* font-style: italic; */
  color: #767474;
  width: fit-content;
  border-left: 3px solid #3b3b3b;
  /*background: #2e2e2e;*/
  background: #1b1b1b;
}

pre {
  background-color: #272822;
  font-size: 14px;
  line-height: 1.5;
  color: #66d9ef; /*#f8f8f2;*/
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  border: 1px solid #444;
}

.main-col h3 {
	color: #00B3B3;
}

.main-col h4 {
	color: #fff;
	padding-bottom:10px;
}

small.super {
	vertical-align: super;
	color: red;
	text-shadow: #00B3B3 0px 0px 1px;
}

.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    color: #000;
    text-shadow: #00B3B3 0px 0px 1px;
  }
}

/* rounded avatar */

.user-info img:not(.patreon) {
	border-radius: 50%;
	max-width:96px;
	max-height:96px;
	width:96px;
	height:96px;
	/*overflow: visible;*/
}

/* clipping fix on rounded avatar */

.user-info {
	overflow: visible;
}

/* center fix */

.user-info ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.user-info li:first-child {
    padding: 8%; /* WIP */
}

/*
.user-info ul li {
	display:inline-block;
}
*/

.pull-right a {
	color: #fff;
}

ul#topics {
    list-style: none;
}

.topic-content.pull-right a, a.link {
	color: #00B3B3;
}

a, .panel-heading .pull-right a i.fa-link, a.link-primary, .panel-default a, .pull-right a b {
	color: #00B3B3;
}

.pull-right a b {
	color: #fff;
}

.fa.separator {
	color: #fff;
}

body {
	background-image: none;
	background: #171717 !important;
	background-color: #171717;
	color: #bab8b8;
}

.block, .panel {
	background-color: #171717;
}

.method>.row.margin-0:not(.list-header):nth-child(odd) {
	background: #1f1e1e;
}

.method .cell a, .method .cell a:hover {
	color: #00B3B3;
}

.method .cell a.topics:visited {
	color: #007575;
}

.method [class^="row"], .method [class*=" row"] {
	border-bottom: none;
}

.method .list-header {
	background: #242526;
}

h3.category {
    color: #888 !important;
    background: none;
}

/*
@media (max-width: 991px) {
	h3.category {
		background: #888888;
		/* Old browsers */
		background: -moz-linear-gradient(top, #888888 0%, #888888 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, #888888 0%, #888888 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #888888 0%, #888888 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#888888', GradientType=0);
		/* IE6-9 */
	}
}
*/

.panel-default>.panel-footer,
.panel-default>.panel-heading.panel-normal,
.panel-primary>.panel-heading.panel-normal {
	color: #fff;
	background-color: #555;
	border-color: #555;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #888;
	border-color: #888;
}
.panel-default>.panel-heading {
    background-color: #888;
    border-color: #888;
    color: #fff;
}
.panel-primary {
	border-color: #888;
}
.panel-default {
	border-color: #888;
}
.footer-bottom {
	background: #1f1e1e;
}
.nav.submenu {
	background: #1f1e1e;	
}
.nav.submenu>li {
   padding: 8px 0px;
}
.nav.submenu>li>a:not(.link) {
	color: #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background: #282727;
	color: #00B3B3 !important;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav-pills>li:hover, .nav-pills>li>a:hover {
	background: #242526;
}
.navbar-default {
	border-color: #4b4b4b;
	border: 0px;
}
.list-group-item {
	background-color: #555;
	border: 1px solid #888;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #888;
	border-color: #888;
}
.label-info {
	background-color: #2e2e2e;
	color: #bab8b8;
}

.navbar-collapse.in {
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar-default .navbar-nav>li.donate>a, 
.navbar-default .navbar-nav>li.donate>a:hover {
	font-weight: bold;
	color: #fff;
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}

.method .cell .mobile-isrequired {
	color: #ccc;
}

.terms-box {
	color: #555;
}

.btn-primary, .btn-success, .btn-default {
	color: #fff;
	background: #00B3B3;
	border: 0px;
}

.btn-primary:hover {
	background: #006060;
}

.pagination>li>a {
	font-size: 14px;
}

.pagination>li>a, .pagination>li>span {
    color: #b6b2b2;
    background: #2e2e2e;
    border-color: #2e2e2e;
}

.pagination>li>a:hover, .pagination>li>span {
	background: #272626;
	border-color: #272626;
	color: #fff;
}

.pagination>li>a.current { 
	background: #3b3b3b;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Editor */

.editor-toolbar a.active, .editor-toolbar a:hover {
	background: #555;
	border-color: #555;
}
.editor-toolbar a {
	color: #ffcc00 !important;
}

.editor-preview-side.editor-preview-active-side {
	color: #000;
}

.editor-toolbar.fullscreen {
	background: #555;
}

.editor-toolbar.fullscreen::before {
	background: none;
}

/* */
.well.well-large {
    background: #666;
}

.alert-dismissible a {
    color: #5c5b69;
    font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: #25558B;
}

 /* Cookie Dialog */
    #gdpr-cookie-message {
        position: fixed;
        right: 30px;
        bottom: 30px;
        max-width: 375px;
        background-color: #25558B;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.25);
        margin-left: 30px;
        font-family: system-ui;
    }
    #gdpr-cookie-message h4 {
        color: white;
        font-family: Helvetica,Verdana,sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message p {
        color: white;
        font-family: Helvetica,Verdana,sans-serif;
        font-size: 15px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }
    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: yellow;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: #555;
        color: white;
        font-family: Helvetica,Verdana,sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: white;
        color: #333;
        transition: all 0.3s ease-in;
    }

a.patreon, a.patreon:hover {
	color: #f96854;
	text-decoration: none;
}


.fa.profile {
	font-size: 20px;
}


/* Gallery */

.thumbnail {
	border-radius: 10px;
}

.gallery.thumbnail {
	background: #2e2e2e;
	border: none;
}

.gallery.thumbnail h4, .gallery.thumbnail p {
	color: #00B3B3;
	text-align: center;
	font-weight: bold;
}

.gallery.thumbnail h4 {
	height: 50px;
	font-size: 16px;
}

.gallery.thumbnail img:not(.play) {
	object-fit: cover;
	max-height: 194px;
	min-height: 194px;
}

.gallery.thumbnail p {
	padding-top: 8px;
	color: #bab8b8;
	font-weight: normal;
}

img.play {
	margin-top: 20px;
	width:110px;
	height:60px;
}

.alert a.link {
	color: #4b4b4b;
	font-weight: bold;
}

.badge-danger {
	background: red;
}

/* Smaller afeld Emojis */

span.em {
	height: 1.3em;
	width: 1.3em;
}

/* Anniversary Banner */

.anniv {
	background-image:url(../../images/themes/anniv.jpg);
	/*background-image:url(https://user-images.githubusercontent.com/3676827/67171677-b79e1c00-f3ea-11e9-8178-3505df2018f8.jpg);*/
	background-repeat: repeat-x;	
}

.anniv .navbar-nav > li {
background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}

/* Solved */

.fa.solved {
	color: #00B3B3;
}

/* Google Translate */

.goog-te-gadget {
    margin: 5px 20px;
}

/* Sponsor */

.sponsor {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsor img {
	width: 100%;
    object-fit: contain;
    vertical-align: middle;
}

/*
.goog-te-gadget {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 10px;
    padding-top: 10px;
    color: #fff !important;
}

.goog-te-gadget > span {
	padding-left: 8px;
}

.goog-te-gadget > div {
    margin: -8px 15px;
    color: #666;
}
*/

/* Twitter */

.tweet {
  position: relative;
  display: inline-block;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  cursor: pointer;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.2s ease;
  margin-bottom: 10px;
  display: inline-block;
}
.tweet i {
  position: relative;
  top: 4px;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 11px;
  /*background-image: url(https://andreasstorm.com/lib/tweet.svg);*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 144px 11px;
}
.tweet span {
  position: relative;
  top: 4px;
  left: -2px;
  vertical-align: top;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
}
.tweet:hover {
	color: #fff;
	text-decoration: none;
  background-color: #0c7abf;
}
.tweet:hover i {
  animation: tweet 0.6s steps(7) infinite;
}
@-moz-keyframes tweet {
  100% {
    background-position: -126px 0;
  }
}
@-webkit-keyframes tweet {
  100% {
    background-position: -126px 0;
  }
}
@-o-keyframes tweet {
  100% {
    background-position: -126px 0;
  }
}
@keyframes tweet {
  100% {
    background-position: -126px 0;
  }
}

/* Reactions */

.panel-default .reaction-buttons p {
	visibility: hidden;
}

.panel-default:hover .reaction-buttons.user p {
	visibility: visible;
}

.rated .left, .rated .right {
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	height: 40px;
	padding: 5px 10px;
}

.rated .left {
	border-left: 1px solid #2e2e2e;
}

.rated .right {
	border-right: 1px solid #2e2e2e;
}

/* Game */

.game-container {
  position: relative;
  overflow: hidden;
  width: 100%;  
  /* padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;  
  width: 100%;
  height: 100%;	
}

/* Signature */

.signature {
  border-top: 2px solid #666;
  margin: 15px 0px;
  padding: 10px 0px;
}

/* Sub Menu */

a.sub-link {
  color: #ffcc00 !important;
}

/* Badges */

img.icon-badge {
	width:  16px !important;
	height: 16px !important;
	object-fit: contain;
} 

span.small {
	font-size: 13px;
	line-height: 1.6em;
}

a.verified,
.fa.verified {
    color: rgba(255,255,255,0.7) !important;    
}

.fa.verified {
	font-size: 16px;
	font-weight: normal;
} 

a.verified {
	background: linear-gradient(77deg, #0baecb, #098ea6);
    padding: 2px 14px;
    border-radius: 12px;
    margin: 10px 0px !important;
    display: inline-block !important;
}

a.verified:hover {
	text-decoration: none;
}

li.awards {
	/*padding-top: 5px;	*/
}

.blitzaward,
.blitzaward:hover,
.jetpacker,
.jetpacker:hover,
.blitzbacker,
.blitzbacker:hover {
	font-size: 20px;
	text-decoration: none;
}


/* Poll */

.poll-option {
	color: #00B3B3;
}

.poll-button {
	color: #4b4b4b;
}

.poll-result p  {
	margin-bottom: 10px;
}

.poll-question .poll-button {
	display: none;	
}

.poll-question input:checked ~ .poll-button {
	display: block;
}



/* Override */

html {
    font-family: segoe ui,helvetica neue,Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,sans-serif;
}

.alert-default,
.nav.submenu>li>a,
body,
small,
.method .list-header .header,
.method .cell,
.method .cell.small,
.footer-bottom,
.topic-content,
.user-info {
	font-family: 'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
}

.propertyname a {
	font-weight: 700;
	font-style: 18px;
}

.propertyname a,
a.topics {
	color: #b6b2b2 !important;
}

a.topics:visited {
	color: #787676 !important;
	text-decoration: none;
}

a.topics:hover {
	color: #ddd !important;
	text-decoration: none;
}

.small small {
    color: #bab8b8;
}

/*
.propertyname a {
	color: #b6b2b2 !important;
}

a.topics {
	color: #fff !important;
}

a.topics:visited {
	color: #b6b2b2 !important;
	text-decoration: none;
}

a.topics:hover {
	color: #787676 !important;
	text-decoration: none;
}
*/

/* Index  Description */

.col-md-1 .cell,
.description {
	color: #7b7878;
}

.col-md-3 .isrequired,
.col-md-6 .description,
.col-md-5 .isrequired {
    color: #666;
    font-size: 16px;
}

.col-md-5 .cell {
	font-size: 16px !important;
}

/* TITLE */

.col-md-3 .description,
.col-md-5 .description {
	font-size: 18px;
	/*font-weight: 700;*/
}

.col-md-2 .cell,
.col-md-1 .cell {
	font-size: 14px !important;	
}

/*
.col-md-2 a {
	color: #767474 !important;
}
*/

.CodeMirror code {
	font-family: 'Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif !important;
}

.user-info strong {
	font-size: 16px;
	color: #b6b2b2;
}

.user-info a:hover {
	text-decoration: none;
}

.user-info a:hover strong {
	color: #787676;
}

.copyright {
	color: #767474;
}

.method .cell {
	font-size: 1.1em;
}

.block hr {
	display: none;
}

.main-col h1 {
	font-weight: normal;
}

.method .list-header,
.method>.row.margin-0:not(.list-header):nth-child(odd) {
	border-radius: 5px;
}

.footer-bottom {
	margin-top: 20px;
	border-radius: 10px;	
}

/* padding before index topics or list */

div.method {
    margin-top: 20px;
}

.btn.btn-default.btn-sm {
	color: #fff;
	margin-right: 10px;
	border-radius: 16px;
}

.btn.btn-default.btn-sm:hover {
	background: #006060;
}

.panel-heading .pull-right small {
    padding: 20px;
}

/* Smaller gap between posts */
.panel {
	margin-bottom: 10px;
}

.panel-default {
 	border: 0px;
}

.panel-default>.panel-heading,
.panel-body,
.panel-footer {
	background-color: #232323 !important;
	border: 0px;
}

.panel-default>.panel-heading {
	border: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.panel-footer {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

.main-col h1 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

.editor-toolbar {
    border-top: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
}

.editor-toolbar i.separator {
	border-right: 0px;
	border-left: 1px solid #2e2e2e;
}

form {
	margin-top: 30px;
}

.topic-content {
	font-size: 16px;
}

.method .cell.small {
	font-size: .9em;
}

small.post-date {
	color: #767474;
	font-size: 13px;
	margin-left: 20px;
}

/* Alert Messages */

div.alert, div.main {
	width: fit-content;
}

div.alert.full {
	width: auto;
}

.main-default,
.alert-default {
	margin: 0 auto;
    color: #f2fefe;
    background: linear-gradient(77deg, #0baecb, #098ea6);
    border: none;
    font-size: 18px;
    border-radius: 8px;
}

.alert-default a {
	color: #ffcc33;
	font-weight: 600; 
}

.alert-default strong {
	font-weight: normal; 
}

p.center {
	text-align: center;
}

/* Sticky */

.description small {
	font-size: 16px;
}

.topic-content h1, .topic-content h2, .topic-content h3,
.topic-content h4, .topic-content h5, .topic-content h6 {
	color: #b6b2b2;
}

.topic-content h1 {
	font-size: 24px;
}

.topic-content h2 {
	font-size: 22px;
}

.topic-content h3 {
	font-size: 20px;
}

.topic-content h4 {
	font-size: 18px;
}

.topic-content h5 {
	font-size: 16px;
}

.topic-content h6 {
	font-size: 14px;
}

.well.well-large {
    background: #1f1e1e;
    border: none;
    border-radius: 10px;
}

/* Top Menu */

.navbar-nav>li>a {
	line-height: 22px !important;
}

.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:hover {
	background: #1f1e1e;
}

.navbar-default .navbar-nav>li>a:hover {
	background: #bab8b8;
	color: #1f1e1e;
}

/* Inline Code */

code {
    background: #333;
    padding: 5px;
    color: #ffcc00;
    /* font-weight: bold; */
    border-radius: 1px;
}


/* Prism Syntax */

div.code-toolbar {
    margin-bottom: 30px;
}    