@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-italic-webfont.eot');
    src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'bitter';
    src: url('../fonts/Bitter-Regular.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'bitter';
    src: url('../fonts/Bitter-Bold.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'bitter';
    src: url('../fonts/Bitter-Italic.otf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'bitter';
    src: url('../fonts/Bitter-BoldItalic.otf');
    font-weight: 700;
    font-style: italic;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        font-family: sans-serif;
    }
}

html {
    font-family:"lato", sans-serif;!important;
    line-height:1.28571429em;
    font-size: 85%;
}

.hub-title {
    font-family:"bitter", sans-serif;
    color: #eeeeee;
}

.hub-heading {
    font-family:"bitter", sans-serif;
    color: #444445;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 60px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-hub {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: #111111;
    padding: 0 5px 0 5px; /* Height of navbar */
}
.sidebar-hub-logo {
    font-family:"bitter", sans-serif;
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar {
    background-color: #111111;
}

.sidebar .nav-item {
    border-bottom: rgba(0,0,0,0) solid 1px;
    min-height: 40px;
    line-height: 25px;
    font-size: smaller;
}

.sidebar .nav-item::before {
    position: absolute;
    content: '';
    height: 1px;
    background-color: rgba(255,255,255,.08);
    width: 100%;
}

.sidebar .nav-item.nav-header {
    font-size: 1em;
}

.sidebar .nav-header::before {
    background-color: rgba(255,255,255,.3);
}

.sidebar .nav-item i{
    float: right;
    line-height: 25px;
}

.sidebar-hub .nav-item i{
    float: right;
    line-height: 25px;
}
.sidebar .nav-item:hover {
    background-color: rgba(255,255,255,.08);
}

.sidebar .nav-link {
    font-weight: 400;
    color: #cccccc;
}

.sidebar .nav-link.active {
    color: #eeeeee;
}

.sidebar {
    background-color: #111111;
}

.sidebar-hub .nav-item {
    border-bottom: rgba(0,0,0,0) solid 1px;
    min-height: 40px;
    line-height: 25px;
}

.sidebar-hub .nav-item-small {
    border-bottom: rgba(0,0,0,0) solid 1px;
    font-size: smaller;
    font-weight: 400;
    color: #cccccc;
}

.sidebar-hub .nav-item::before {
    position: absolute;
    content: '';
    height: 1px;
    background-color: rgba(255,255,255,.08);
    width: 100%;
}

.sidebar-hub .nav-item.nav-header {
    font-size: 1em;
}

.sidebar-hub .nav-header::before {
    background-color: rgba(255,255,255,.3);
}

.sidebar-hub .nav-item i{
    float: right;
    line-height: 25px;
}
.sidebar-hub .nav-item:hover {
    background-color: rgba(255,255,255,.08);
}

.sidebar-hub .nav-link {
    font-weight: 400;
    color: #cccccc;
}

.sidebar-hub .nav-link.active {
    color: #eeeeee;
}

.sidebar-heading {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #dddddd;
    line-height: 2em;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 70px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.navbar {
    font-family:"bitter", sans-serif;
    color: #eeeeee;
    min-height: 70px;
}

.navbar-brand {
    font-size: 18px;
    font-weight: bold;
}

.h1,.h2,.h4,.h5,.h6 {
    font-family:"bitter", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family:"lato", sans-serif;
}

.sidebar {
    color: #eeeeee;
}

.navbar a {
    color: #eeeeee;
}

a {
    color: #212529;
}

a:hover {
    color: mediumpurple;
    text-decoration: none;
}

#report_filter {
    float: right;
}
#datatable tr.hover{
    height: 57px;
}
#datatable tr.hover:hover {
    cursor: pointer;
}
.datatable th {
    font-size: .9rem;
}
#datatable td {
    font-size: .9rem;
}
#datatable .rag {
    font-family: lato, sans-serif;
    color:white;
    margin: 0;
}
#datatable_info {
    margin: 10px 50px;
}
#datatable_length {
    padding: 17px;
    color: #333;
}
#datatable_length .custom-select-sm {
    width: 70px;
}
#datatable th.narrow {
    width: 35px!important;
}
.page-item.active .page-link {
    background-color: #ce0e2d;
    border-color: #880B7B;
}
.page-link {
    color: #333;
    line-height: .8em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: .7em 0;
    margin-left: 1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #ce0e2d;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111), color-stop(100%, #ce0e2d));
    background: -webkit-linear-gradient(top, #9098a2 0%, #111 100%);
    background: -moz-linear-gradient(top, #9098a2 0%, #111 100%);
    background: -ms-linear-gradient(top, #9098a2 0%, #111 100%);
    background: -o-linear-gradient(top, #9098a2 0%, #111 100%);
    background: linear-gradient(to bottom, #ce0e2d 0%, #ce0e2d 100%);

}
.infographic {
    border: #BBBBBB 1px solid;
}

.scoreboard {
    margin: 10px 0 10px 10px;
}

.scoreboard-container {
    margin: 20px;
}

.scoreboard .info-text {
    color: white;
}
.scoreboard .danger {
    color: #af0016;
    font-family: "lato", sans-serif;
}
.scoreboard .success {
    color: #0EA804;
    font-family: "lato", sans-serif;
}
.scoreboard .warning {
    color: #ffc107;
    font-family: "lato", sans-serif;
}
.custom-switch.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='12px' font-family='Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol' fill='%23fff'%3EOff%3C/text%3E%3C/svg%3E"); }

.custom-switch.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='12px' font-family='Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol' fill='%23fff'%3EOn%3C/text%3E%3C/svg%3E"); }

.table-sm {
    font-size: 1rem;
}
thead input {
    width: 100%;
}

table.dataTable.compact thead th.filter {
    padding: 2px;
}
thead tr#filter {
    height: auto;
}
.text-cofe {
    color: #ce0e2d;
}
.tools .bg-warning {background-color: rgb(255, 255, 200, .5) !important;}
.tools .bg-success {background-color: rgba(230, 255, 230, 0.5) !important;}
.tools .bg-danger {background-color: rgba(255, 235, 235, 0.5) !important;}
.tools .bg-secondary {background-color: rgba(230,230,230,.5) !important;}
