@font-face {
    font-family: 'Rambla';
    src: url('../fonts/Rambla-Regular.otf');
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

body {
    margin: 0;
    font-family: 'Rambla';
    background-color: rgba(36, 43, 45, 1);
}

#main {
    background-color: rgba(36, 43, 45, 1);
    color: white;
}

#main header {
    text-align: center;
}

header {
    width: 100%;
    padding: 0px;
    font-size: 1.2em;
    background-color: #000000;
}

.b5-bg {
    background-color: #000000;
    color: white !important;
}

#main .holder,
footer .holder {
    padding: 1em 1em;
}

.holder {
    position: relative;
    width: 1080px;
    max-width: 100%;
    margin: auto;
}

header a {
    text-decoration: none;
}

#main header h1 {
    margin-top: 0;
    line-height: 1.5em;
    font-weight: 700;
}

#main h1,
#main h2 {
    font-family: "Rambla";
    margin-bottom: 0;
    font-weight: normal;
}

h1 {
    font-size: 2em;
    margin-top: 1em;
}

#main header img {
    height: 4em;
}

#main > .holder {
    padding: 2em 1em;
}

#main .holder,
footer .holder {
    padding: 1em 1em;
}

.holder {
    position: relative;
    width: 1080px;
    max-width: 100%;
    margin: auto;
}

footer {
    background-color: #000000;
    color: black !important;
    width: 100%;
    font-size: 1.2em;
}

.holder h3 {
    margin: 0.5em 0;
    font-size: 1.5em;
    font-weight: bold;
}

footer a {
    color: inherit;
}

.holder p {
    font-size: 1.1em;
    text-align: center;
}

tr {
    position: relative;
    border: 1px solid rgba(36, 43, 45, 1);
    border-left: 0px;
    border-right: 0px;
}

th {
    white-space: nowrap;
}

.area .section {
    padding: 1em;
}

.area {
    background-color: #000000;
}

.section h3 {
    margin-top: 0;
}

element.style {
    display: block;
}

td:nth-child(1),
th:nth-child(1) {
    text-align: left;
    position: absolute;
    left: 0;
    width: 120px;
    padding-top: 0.48em;
    z-index: 100;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rowHeadingShadow {
    box-shadow: 5px 5px 10px 0 #000000;
}

.rowHeadingShadowLast {
    box-shadow: 10px 0px 10px -5px #000000;
}

.overallCell {
    /*  text-align: left;
    position: relative !important;
    width: auto !important;*/
}

td {
    text-align: center;
}

.dummyCell {
    opacity: 0;
    text-align: left;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*.tableHolder {
    width: 100%;
    margin:auto;
	overflow:hidden;
}*/

.tableHolder {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

table {
    width: 100%;
    overflow: auto;
    border-collapse: separate;
    border-spacing: 0;
    color: white;
    /*  background-color: rgba(255, 255, 255, 0.1);*/
    background-color: rgb(26, 26, 26);
    font-family: "OpenSans";
    font-size: 0.9em;
}

tr:nth-child(odd) {
    /*    background-color: rgba(0,0,0, 0.2);*/
    /*    background-color: rgba(255, 255, 255, 0.05);*/
    background-color: rgb(38, 38, 38);
}

td,
th {
    padding: 0.5em 0.7em;
}

th {
    cursor: pointer;
    color: #169BD5;
    /*    background-color: #333333;
    color: white;*/
}

.evenCell {
    background-color: rgb(26, 26, 26);
}

.oddCell {
    background-color: rgb(38, 38, 38);
}

tr:not(:first-child):hover {
    background-color: #ff6600 !important;
    color: white !important;
}

tr:not(:first-child):hover .evenCell {
    background-color: #ff6600 !important;
    color: white !important;
}

tr:not(:first-child):hover .oddCell {
    background-color: #ff6600 !important;
    color: white !important;
}

.highlightCell {
    background-color: #ff6600 !important;
    color: white !important;
}

th .fas {
    margin-left: 0.2em;
}

.cityHeading {
    width: 120px !important;
}

.section {
    margin-bottom: 3em;
}

#sectorSelectHolder {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.sectorSelect {
    cursor: pointer;
    display: inline-block;
    line-height: 2em;
    padding: 0.2em 1em;
    border-radius: 4px;
    overflow: hidden;
    background-color: #afafaf;
    color: #6d6d6d;
    margin: 0.25em;
}

.sectorSelect:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.sectorSelectActive {
    color: white;
    background-color: #ff6600;
}

.controls {
    margin: 1em 0 1.5em 0;
}

#instruction {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1.1em;
    font-family: "OpenSans";
}


/*tr:nth-child(1) {
    text-align: left;
}*/
