body {
    background: #181920 url(../img/background.jpg) no-repeat center center fixed;
    background-size: cover;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #e0e0e0;
}

#header,
#header2,
#header3,
#header4,
#header5 {
    background-position: 0% 75%;
    background-repeat: no-repeat;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    height: 225px;
    z-index: 10;
    position: relative;
    margin-bottom: -6px;
    /* Dê um leve overlay escuro para dar clima ninja */
    background-color: rgba(24, 25, 32, 0.85);
}

#header5 { margin-bottom: 0px; }

.navbar-search input {
    width: 140px;
    background: #23232b;
    color: #eee;
    border: 1px solid #444;
}

.progress {
    margin: 0;
    background: #23232b;
}

#news blockquote {
    padding: 0;
    border: 0
}

.news-post-date {
    top: 5px;
    right: 5px;
    position: absolute
}

.separator {
    margin-bottom: 15px
}

h1, h2, h3, h4, legend {
    color: #c0392b; /* Vermelho escuro ninja */
}

.pagination {
    margin: 0
}

.pagination-top {
    margin-bottom: 10px
}

.pagination-bottom {
    margin-top: 10px
}

.pagination a {
    background-color: #23232b;
    color: #bbb;
}

.pagination li.active a {
    background-color: #3b3b3b;
    color: #fff;
}

.bg2 p {
    position: relative;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    background-color: #23232b;
    color: #e0e0e0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.7),inset -1px -1px 0 rgba(0,0,0,0.2);
}

.well {
    padding: 10px 15px 10px 15px;
    overflow: hidden;
    margin: -5px 0px 15px 0px;
    background: #23232b;
    color: #e0e0e0;
    border: 1px solid #222;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

#news .well, #character .well {
    margin: 0
}

#news {
    margin-bottom: 15px
}

h2, legend {
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}

.sidebar ul > li {
    margin-left: -17px;
    list-style-type: none
}

#loginPopupForm label {
    margin: 0;
    padding: 0;
    color: #bbb
}

.table-content {
    margin-top: -11px
}

.sidebar table {
    margin-bottom: 0
}

.center {
    text-align: center
}

#spaceholder {
    display: none;
    height: 57px;
    z-index: -15
}

/* Override bootstrap styles */
h2 { font-size: 19.5px; margin: 0px 0px 10px 0px; font-weight: 100; line-height: 36px; }
h3 { font-size: 18px; margin: 0 }
h4 { font-size: 14px; margin: 0 }
.navbar .nav > li > a { color: #e0e0e0; }
.navbar .nav > li > a:hover { color: #c0392b; background: #23232b; }
.navbar-inner a, .navbar-inner i { line-height: 18px; }
.navbar-inner { border: 0; box-shadow: 0 1px 2px rgba(0,0,0,0.4),inset 0 -1px 0 rgba(0,0,0,0.2); }
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #181920;
    color: #e0e0e0;
    position: relative;
    z-index: 5
}
.form-horizontal .controls { margin-left: 160px }
.form-horizontal .control-label { width: 140px }
.pagination ul > li > a, .pagination ul > li > span { padding: 5px 10px; }

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
    background: #23232b;
    color: #e0e0e0;
    border: 1px solid #333;
}

.icon-addon {
    position: relative;
    color: #c0392b;
    display: block;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #9b59b6; /* Roxo ninja */
}

div.col-8 table {   
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 13px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background: #1a1a22;
    color: #e0e0e0;
}
.col-8 table tr.header td:not(.iFrameTitle) {   
    background-color: #23232b;
    font-weight: 700;
    color: #c0392b;
}

.circle{
    padding: 0.0em 0.6em 0.0em;
    border-radius: 105px;
    background: #23232b;
    color: #e0e0e0;
    border: 1px solid #333;
}

.iFrameTitle {
    font-family: "Alegreya SC";
    font-size: 16px;
    color: #c0392b;
    padding-left: 20px;
    padding-top: 16px;
}

.countdown {
    font-family: "Alegreya SC";
    font-size: 36px;
    color: #c0392b;
}

.iFrameDate {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bolder;
    color: #bbb;
    font-variant: small-caps;
    padding-top: 4px;
    padding-right: 20px
}

.navbar .nav > li > .dropdown-menu {
    background: #23232b;
    border: 1px solid #222;
}
.navbar .nav > li > .dropdown-menu > li > a {
    color: #e0e0e0;
}
.navbar .nav > li > .dropdown-menu > li > a:hover {
    background: #c0392b;
    color: #fff;
}

.navbar .nav > li > .dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #23232b;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(44, 62, 80, 0.8);
    content: '';
}

.navbar .nav > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #23232b;
    border-left: 6px solid transparent;
    content: '';
}

.white {
    color: #e0e0e0;
}

.countdown_1{
    font-family: "Roboto Slab";
    font-size: 25px;
    color: #c0392b;
}

.countdown_2{
    font-family: "Roboto Slab";
    font-size: 20px;
    color: #3b3b3b;
}

.countdown_3{
    font-family: "Roboto Slab";
    font-size: 15px;
    color: #9b59b6;
}

.content-title p {
    font-family: "Roboto Slab",serif;
    color: #bbb;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000;
    max-width: 620px;
    text-align: center;
    margin: 0px auto 20px;
}

.content-title h1 {
    font-family: "Cinzel Decorative",cursive;
    color: #c0392b;
    font-weight: bold;
    font-size: 44px;
    text-shadow: 3px 3px 1px #000;
    margin-top: 50px;
}

select { width: 12.5em; background: #23232b; color: #e0e0e0; border: 1px solid #333; }


.well, .well-lg {
    background: #23232b !important;
    color: #e0e0e0 !important;
    border: 1px solid #23232b;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.table, .table-striped, .table-content, .table-condensed {
    background: #181920 !important;
    color: #e0e0e0 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #23232b !important;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #181920 !important;
}
.table th, .table td, td, th {
    background: transparent !important;
    color: #e0e0e0 !important;
    border-color: #23232b !important;
}

