/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
 

/* ===[ CSS HOOK BOTTOM ]=== */

body {
    font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
    margin: 0;
    color: #8d9aa5;
    background-color: hsl(217deg 16.95% 8.21%);
}
.breadcrumb-line {
    position: relative;
    margin: 0 0 35px;
    border-radius: 4px;
    background-color: transparent;
}
.breadcrumb li:first-child a {
    background: transparent;
    padding: 0 15px;
    display: inline-block;
    border-radius: 4px 0 0 4px;
}
.navbar-inverse {
    border-color: rgba(0, 0, 0, .5);
    background-color: hsl(217 13% 19%)
}
.burned-asphalt {
    background-color: hsl(217 16% 13%);
}
.section-page {
    padding: 45px 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.panel-forum > .panel-heading {
    background-color: hsl(217deg 15.49% 19.22%);
}
.table>thead>tr>th {
    font-size: inherit;
    color: #fff;
    border: 0;
    border-bottom: 7px solid #ddd;
    padding: 4px 10px;
    border-width: 0;
    background: hsl(217 13% 13%);
}
.panel-body {
    padding: 15px;
    background-color: hsl(217 13% 13%);
}
.stats-wrapper {
    line-height: 1.5;
    display: block;
    padding: 5px 6px;
    background-color: hsl(217 13% 13%);
}
.section-index .table > tbody > tr > td {
    padding: 6px 9px;
    background-color: hsl(217 13% 13%);
}
.panel-stats .panel-footer, .panel-stats strong {
    color: white;
    background-color: hsl(217 16% 13%);
}
.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td {
    padding: 10px 8px;
    vertical-align: inherit;
    border-top: 4px solid #191b1c;
}
table .stats-col {
    font-family: 'Asap Condensed', 'Arial', 'Helvetica', sans-serif;
    font-size: 13px;
    background-color: hsl(217 13% 13%) !important;
    letter-spacing: .4px;
}
a.forumtitle, a.topictitle {
    font-size: 1.08em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: hsl(0deg 5.17% 72.75%);
}
.btn-default {
    border: 0;
    border-color: hsl(215 85% 50%);
    background-color: hsl(215 85% 50%);
    color: white !important;
}
.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td {
    padding: 10px 8px;
    vertical-align: inherit;
    border-top: 4px solid #191b1c;
    background-color: hsl(217 16% 13%);
}
.table-primary tbody tr:nth-child(2n+1) td, .table-primary tbody tr:nth-child(2n+1) th {
    background-color: hsl(217 16% 13%);
}
.panel-login {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #a1a9b1;
    background: hsl(217 13% 19%);
}

.form-control {
    background-color: black;
    border: 2px solid black;
}
.modal-content {
    position: relative;
    background-color: hsl(217 16% 13%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.well {
    border: 3px solid black;
    border-radius: 3px;
    background-color: hsl(217 16% 13%);
    box-shadow: none;
}
.btn-success, .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, .label-success, .progress-bar-success, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: hsl(215 85% 50%);
}
.form-actions {
    border: 2px solid black;
    border-radius: 3px;
    background: hsl(217 16% 13%);
    padding: 15px;
    text-align: center;
}