@import "bootstrap.min.css";

body {
/*     padding-top: 4em; */
    background-color: #2F3238;
}

.fullscreen {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%!important;
    background: #2F3238;
}

.fullscreen .log{
    height: calc(100vh - 70px);
}

.lastread {
	border-bottom: #9e4949 1px solid;
}

a {
	background-color: #2f3238;
    border: 1px solid #383838;
    color: #999999;
    height: 34px;
    border-radius: 3px;
    position: relative;
    top: 0px;
    padding: 5px 10px;
    margin-right:5px;
    display: inline-block;    
}

a:hover, a:active, a:focus, a:visited {
    background-color: #3f4247;
    color: #999999;
    text-decoration: none;
}

.navbar {
	margin-bottom: 10px;
	position: sticky;
	top: 0;
}

.col-lg-6, .col-md-6, .col-md-4, .col-md-3 {
	padding-left: 2px;
	padding-right: 2px;
}

.row {
	margin-left: -2px;
	margin-right: -2px;
}

.no-topbar {
    padding-top: 10px;
}

.navbar {
    background-color: #26292E;
    border: 0;
}

.form-control {
    border: 0;
    color: #7F8289;
    background-color: #2F3238;
}

.section {
	height: 100vh;
	overflow: scroll;
}

.log {
    white-space: pre-wrap;
    color: #7F8289;
    font-size: .85em;
    background: inherit;
    border: 0;
    padding: 0;
}

.log .inner-line {
    padding: 0 15px;
    margin-left: 84pt;
    text-indent: -84pt;
    margin-bottom: 0;
}

.log .inner-line:empty::after {
    content: '.';
    visibility: hidden;
}

.log.no-indent .inner-line {
    margin-left: 0;
    text-indent: 0;
}

.log .line-selected {
    background-color: #302436;
}