body{
	background: #04305d;
}
header{text-align:center;}
.timer-wrapper{
    color: white;
    position: absolute;
    top:4px;
    right: 4px;
    font-size: 12px;
}
.btn{
    background: black;
    border-radius: 20px;
    color: white;
    font-size: 11px;
    font-weight: bold;
}
.title{
    position: relative;
}
.loading-wrapper{
    font-size:50px;
    text-align: center;
    display: block;
    color: white;
}
.title .btn{
    position: absolute;
    top:2px;
    right: 2px;
    font-size:14px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    height: 33px;
    width: 33px;
}
.logo{margin: 0px 0 12px 0; max-width: 160px;}
#updated-in{text-align:center; color: white;}
table.table tr td{vertical-align: middle;}
table.table tr td .fa,
table.table tr td .far,
table.table tr td .fal{margin-left:4px;}
.fa-trophy-alt{color:#f9d711;}
.fa-medal{color:#c19d0d;}
.fa-badge-check{color:#22b529;}
.fa-bomb{color:#f92410}
.fa-umbrella-beach{
    color:#44dce6;
    height: 15px;
    overflow: hidden;
    padding-top: 1px;}
    .fa-umbrella-beach:before{height:16px;}
.fa-utensils-alt{color:#007bff}
.badge{vertical-align: text-top; margin-right: 4px;}

.table-dark.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(255,255,255,.1);}
.table{background: transparent;}
.table-dark td, .table-dark th, .table-dark thead th{border-color:transparent;}
.badge-secondary {background-color: rgba(0, 0, 0, 0.17);}
h2{
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    background: white;
    padding: 4px;
    margin: 0;
    text-transform: uppercase;
}
h2 span{
        display: block;
    font-size: 12px;
    font-weight: 500;
}
#ranking-rato h2{color: #212529;}
#classificacao h2{color: #1a2b20;}
button#sidebarCollapse{
	color: white;
	font-size: 28px;
	position: fixed;
    top: 0;
    left: 0;
    /*background: #212529;
    background:#0fc65f;
    */
    background:transparent;
    z-index: 10;
    border: none;
    width: 48px;
    height: 54px;
    text-align: center;
    padding: 0;
}



a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #212529;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0fc65f;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #0fc65f;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
#sidebar ul li a i{
	margin-top: 1px;
	font-size:18px;
	margin-right: 8px;
}
#sidebar ul li a:hover {
    color: #0fc65f;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #0fc65f;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #0fc65f;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #0fc65f;
}
a.article, a.article:hover {
    background: #0fc65f !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    /*text-align:center;*/
    width: 100%;
    margin:auto;
    padding: 6px 0 20px 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content .page{
    margin: auto;
    max-width: 640px;
}

