
/*
	Copyright Josh L 2017
	This code should not be copied, edited or redistributed without consent from Josh Lisher.
*/

@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300');

body {
    background: url(../images/background.png) !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important;
}

h1 {
    margin: 0;
}

a {
    color: #008cba;
}

.container {
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 0;
    max-width: 1500px;
}

.search-bar {
    background: #000000a6;
}

.search-bar-main {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    width: 100% !important;
    color: #000000 !important;
    font-family: sans-serif;
}

.search-bar-main:focus {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    width: 100% !important;
    color: #000000 !important;
}

.search-bar-main::placeholder {
    color: #ced4da !important;
}

.form-control {
    border-radius: 0;
    width: 250px;
    background: #23232380;
    border: 1px solid #23232380;
    color: #fff;
}

.form-control::placeholder {
    color: #fff;
}

.form-control:focus {
    background: #232323;
    border-color: #66afe9 !important;
    outline: 0 !important;
    color: #fff;
}

.grouped-content {
    border: 1px solid black;
}

.info-bar {
    background: black;
    height: 36px;
    border-bottom: 1px solid #3e3f3a;
    color: #fff;
    padding-top: 5px;
    padding-left: 10px;
}

.content {
    background: #fff;
    padding: 30px
}

.table {
    margin-bottom: 0;
    font-size: 13px;
}

.table td {
    padding: 6px
}

th {
    border-top: none !important;
}

.player-image {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.alert, .btn {
    font-size: 12px;
    border-radius: 0;
    color: #ffffff;
}

.alert-green, .btn-green {
    background-color: #43ac6a;
    border-color: #3c9a5f;
}

.alert-red, .btn-red {
    background-color: #e41212cf;
    border-color: #ff0000cf;
}

.alert-orange, .btn-orange {
    background-color: #ffa81dcf;
    border-color: #ffa619cf;
}

.alert-grey, .btn-grey {
    background-color: #717171;
    border-color: #585858;
}

.row {
    font-size: 12px;
}

h4 {
    font-size: 18px;
}

.list-group-item {
    border-radius: 0 !important;
}

.cop-rank {
    color: #006fff;
    font-weight: bold;
}

.med-rank {
    color: #126e00;
    font-weight: bold;
}

.label-default {
    background-color: #e7e7e7;
    color: #333;
}

.label {
    padding: 2px;
    font-weight: 300;
}

.tab-pane {
    margin-top: 20px;
}

.plate {
    color: white;
    background: orange;
    padding: 0px 3px;
    max-width: 70px;
    text-align: center;
}

.plate-2 {
    color: white;
    background: orange;
    padding: 0px 3px;
    max-width: 70px;
    text-align: center;
    display: inline;
    font-size: 12px;
}

.main-page {
    font-family: 'Raleway', sans-serif !important;
}

.vehicle-info {
    font-family: 'IBM Plex Sans', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.vehicle-name-1 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 25px;
}

.vehicle-name-2 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #999;
    font-size: 16px;
}

.vehicle-image {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: center;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.list-group-item {
    font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
}

.footer {
    text-align: center;
    background: #0000007a;
    color: white;
    padding: 10px;
    margin-top: 20px;
}

.footer-top {
    margin: 0;
}

.footer-bottom {
    margin: 0;
}

.footer-disclaimer {
    margin: 0;
}

.credits {
    float: right;
    padding-right: 10px;
}

.vehicle-overflow {
    max-height: 307px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.vehicle-overflow::-webkit-scrollbar, .vehicle-overflow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(170, 170, 170);
    border-radius: 10px;
}

.vehicle-overflow::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgb(177, 177, 177);
    background: rgba(206, 206, 206, 0.44);
    border-radius: 10px;
}