html,body {
    max-width: 100vw;
    overflow-x: hidden;
	background-color: rgba(12, 113, 195, 0.15) !important;
}

.container > h1 {
    margin-bottom: 30px;
    margin-top: 15px;
}

.analytics .container .card {
    margin-bottom: 15px;
}

.badge.score-badge {
    float: right;
    font-size: 16px;
    padding: 0px;
    border-radius: 100px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-top: -15px;
}

.statistics-view {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    padding: 15px;
    padding-top: 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: 'touch';
}

.statistics-view .card {
    margin-bottom: 30px;
}

.statistics-view .card .panel-body {
    height: 30vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: 'touch';
}

.statistics-view .card#statisticsCardentry .panel-body {
    height: 70vh;
}

.statistics-view .card .panel-body table {
    width: 100%;
}

.statistics-view .card canvas {
    width: auto !important;
    height: 40vh !important;
    margin: auto;
    display: block;
}

.row {
    float: left;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.row > div {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.row .col-xs-6 {
    width: 50%;
}

.row .col-xs-12 {
    width: 100%;
}

#fullscreenLoading {
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99 !important;
    background: #000075;
    color: #fff;
    padding-top: 45vh;
    opacity: 0.95;
    backdrop-filter: blur(2px);
    text-align: center;
}

.badge {
    padding: 5px 7px !important;
}

.badge.badge-primary {
    background: #000075;
}

.badge.analytics-badge {
    width:15px;
    height:15px;
    border-radius:10px;
    float:left;
    margin-right:10px;
    top:7px;
    position: relative;
}

#dbSelectionResultsTable tbody,
ul.list-group {
    max-height: 50vh;
    overflow-y: auto;
}

.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.tab-content .fixed-top {
    z-index: 999;
}
.tab-content input.fixed-top {
    z-index: 998;
}
.navbar-dark .navbar-toggler {
    border-color: transparent;
    color: #fff;
}
body {
    padding-top: 60px;
}
body.database {
    padding-top: 90px;
}
.bg-dark {
    background: #000 !important;
}
.nav-pills.fixed-top {
    top: 60px;
    background: #fff;
}
a,
button,
input {
    outline: none !important;
    box-shadow: none !important;
}
a,
.btn-link {
    color: #000075;
}
.nav-fill .nav-item {
    text-align: left;
    padding-left: 15px;
}
#search.fixed-top {
    top: 85px;
}
.analytics {
    padding-top: 85px;
}
.analytics #search.fixed-top {
    top: 60px;
}
#backupsList li a.btn {
    float: right;
}

#databaseTable tbody tr td a.btn,
#databaseTable tbody tr td button {
    text-align: left;
    margin-bottom: 15px;
}

#databaseTable tbody tr td button i.fa {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    body.database {
        padding-top: 205px;
    }
    .nav-fill .nav-item {
        width: 50% !important;
        float: left;
    }
    #search.fixed-top {
        top: 59px;
    }
    .nav-pills.fixed-top {
        top: 97px;
    }

    #databaseTable thead {
        display: none;
    }

    #databaseTable tbody tr {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #backupsList {
        margin: 0px !important;
        height: 65vh;
        max-height: 65vh;
    }

    #databaseTable tbody tr td {
        display: block;
        float: left;
        width: 100%;
        max-width: 100% !important;
    }

}
a:hover,
a:focus,
a:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: #000075;
}
.alert-info,
.navbar a.nav-link {
    color: #fff;
}
.card-header {
    padding: 5px 10px;
}
.card-header .btn {
    color: #222;
    font-weight: 500;
}
.nav-item img {
    margin-right: 10px;
    margin-top: -4px;
    border: 2px solid #fff;
}
.searchFilter .btn {
    padding: 0px !important;
}
.card-body.collapse.show {
    min-height: 40vh;
}
.alert-info,
.dropdown-item.active,
.dropdown-item:active,
.progress-bar,
a.badge-primary,
.btn-primary,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #000075;
    border-color: #000075;
}
input[type=radio],
input[type=checkbox] {
    box-shadow: none;
    border: 1px solid #f0f0f0;
    padding: 5px;
    border-radius: 5px;
    outline: none;
}

.progress {
    float: right;
    width: 20%;
    position: absolute;
    right: 12.5%;
}

b#progressInfo {
    color: #fff;
    position: absolute;
    left: 50%;
}

a.badge-primary,
.btn-primary,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link,
a.badge-primary:focus,
a.badge-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.badge-primary:focus,
a.badge-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #000075;
    border-color: #000075;
}

@media screen and (max-width: 768px) {
    .nav-pills {
        text-align: left;
    }
    .nav-pills li,
    .nav-pills li a {
        width: 100% !important;
        text-align: left;
    }
    #fullscreenLoading {
        padding-top: 35vh;
    }
    .hidden-xs {
        display: none !important;
    }
}