html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'text-regular', sans-serif;
    background-image: url('img/bg1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #23272c;
}

a, a:hover {
    text-decoration: none;
    color: #23272c;
}


h1, h2, h3, h4, h5 {
    font-family: 'display-bold', sans-serif;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.capitalize {
    text-transform: capitalize;
}

.inline {
    display: inline;
}

.hide {
    display: none;
}

span.carNumber {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 0px 5px;
    display: inline-flex;
    font-weight: bold;
}

.expand-btn {
    cursor: pointer;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 5px;
    background-color: #fff;
    border: 1px solid #aaa;
}

@media (min-width: 768px) {
    tr.subtable-details td table {
        width: 100%;
    }
}

@media (min-width: 992px) {
    tr.subtable-details td table {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    tr.subtable-details td table {
        width: 50%;
    }
}

@media (min-width: 1400px) {
    tr.subtable-details td table {
        width: 50%;
    }
}