html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Arial', sans-serif !important;
}

.text-large {
    font-size: 125% !important;
}

.mainLink {
    font-size: 150%;
    color: black;
    text-decoration: none;
    text-align: center;
    display: block;
    align-self: center;
}

    .mainLink:hover {
        color: black;
        text-decoration: none;
    }

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}

.red {
    color: #a70c1b;
}

.redLine {
    background: transparent;
    border: none;
    border-bottom: 2px solid #a70c1b;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    .redLine:focus {
        background: transparent;
        border: none;
        border-bottom: 2px solid #a70c1b;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        outline: none;
    }

#redLine {
    background: transparent;
    border: none;
    border-bottom: 2px solid #a70c1b;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

    #redLine:focus {
        background: transparent;
        border: none;
        border-bottom: 2px solid #a70c1b;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;

    }

.redBox {
    background: transparent;
    border: 2px solid #a70c1b;
    border-bottom: 2px solid #a70c1b;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
    
    .redBox:focus, active  {
        background: transparent;
        -webkit-appearance: none;
        box-shadow: none !important;
        border: 2px solid #a70c1b;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        outline: none;
        border: none;
        overflow: auto;
        outline: none;
        -moz-box-shadow: none;
        transition: none;
        outline: 0px !important;
        -webkit-appearance: none;
        box-shadow: none !important;
    }
.input:focus, textarea{
    outline: none;
}

.thick {
    font-weight: bold;
}
.smallTab {
    margin-left: 30px;
}
.tab {
    margin-left: 40px;
}

.tabTab {
    margin-left: 80px;
}

.fourTab {
    margin-left: 160px;
}

.smallMargin {
    margin-bottom: 0px;
}

.mediumMarginTop {
    margin-top: 10px;
}

.largeTopMargin {
    margin-top: 20px;
}

.extraLargeTopMargin {
    margin-top: 40px;
}

.largeBottomMargin {
    margin-bottom: 20px;
}

.horizontalCenterText {
    text-align: center;
}

input[type="radio"] {
    border: 3px solid #a70c1b;
}
    input[type="radio"]:checked {
        border: 3px solid #a70c1b;
        background-color: black;
        box-shadow: none;
    }

.navbar {
    position: fixed;
    width: 100%;
}

.mainContent{
    padding-left: min(7rem);
    padding-top: 4rem;
}

.sidebar {
    height: 100%;
    width: 6rem;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    padding-top: 4rem;
    padding-bottom: max(4rem);
    padding-left: 1rem;
}

.chapterNumberImg {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.chapterLinesImg {
    position: absolute;
    padding-top: 9rem;
    padding-bottom: 8rem;
    display: block;
    width: 100%;
    max-height: 80%;
}

.chapterLogoImg {
    position: absolute;
    bottom: max(4rem);
    display: block;
    max-width: 115%;
    max-height: 100%;
}

.chapterSixLines{
    max-width: 5rem;
}

.highestExperienceLine {
    width: 20rem;
}

.lastHighSpeedDrivingDateLine{
    width: 12rem;
}

.lastHighSpeedDrivingDateYearLine{
    width: 3rem;
}

.lastMaxSpeedLine{
    width: 8rem;
}

.chapterThreeLines{
    width: 5rem;
}

.smallPaddingRight{
    padding-right: 2rem;
}

.smallPaddingLeft{
    padding-left: 2rem;
}

.mediumPaddingLeft {
    padding-left: 5rem;
}

.notesBtn {
    background-color: #a70c1b;
    color: white;
    text-align: center;
    border-radius: 4px;
}

.notesSubBtn {
    background-color:#40ab28;
    color:white;
    text-align:center;
    border-radius:4px;
}


.gearListPadding{
    position: relative;
    z-index: -1;
}

@media (min-width:700px) {
    .gearListPadding {
        padding-left: calc(68px + (100vw - 700px) * (15 - 30) / (700 -  1000));
    }
}

@media (min-width:540px) {
    .rulesPaddingOne {
        padding-left: calc(40px + (100vw - 700px) * (15 - 30) / (700 -  1000));
    }
}

@media (min-width:540px) {
    .rulesPaddingTwo {
        padding-left: calc(30px + (100vw - 700px) * (15 - 30) / (700 -  1000));
    }
}

.chapterBtn {
    border-block-color: #292424;
    border: 2px solid #292424;
    color: white;
    background-color: #a70c1b;
    font-weight: bold;
}

.saveBtn {
    border-block-color: #292424;
    border: 2px solid #a70c1b;
    color: white;
    background-color: #292424;
    font-weight: bold;
}

.adminTopMargin {
    padding-top: 2rem;
}

.negativeZ {
    position: relative;
    z-index: -1;
}

.positiveZ{
    z-index: 10;
}

.addVehicleTopMargin{
    padding-top: 5rem;
}

button.grid{
    display:inline-flex;
}
i.grid{
    font-size:12px;
}
td.grid{
    display:flex;
}
main.form-control:disabled, .form-control[readonly] {
    background-color: #f6f1f1;
    opacity: 1;
}

main.form-inline:disabled, .form-inline[readonly] {
    background-color: #f6f1f1;
    opacity: 1;
}

.vehicleContainer {
    margin-left: 0;
    margin-right: 0;
    max-width: unset
}

.mediumTopAndBottom {
    margin-top: 6px;
    margin-bottom:6px;
}

.noPaddingLeft{
    padding-left: 0px !important;
}

.field-validation-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}


.admin-nav-pills .admin-nav-link.active, .admin-nav-pills .show > .admin-nav-link {
    border-block-color: #292424;
    border: 2px solid #292424;
    color: white;
    background-color: #a70c1b;
    font-weight: bold;
}

.admin-nav-pills .admin-nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    color: lightgray;
}

.admin-nav-link > a{
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    color: lightgray;
}

.nav-link > a {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav {
    border-block-color: #292424;
    border: 2px solid #a70c1b;
    color: white;
    background-color: #292424;
    font-weight: bold;
}


.btn-primary {
    color: #fff;
    background-color: #292424;
    border: 2px solid #a70c1b;
}

    .btn-primary:hover {
        color: #808080;
        background-color: #292424;
        border-color: #a70c1b;
    }
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #a70c1b;
    border-radius: .25rem;
}
.red-progress {
    background-color: #a70c1b;
    font-weight: bolder;
}

.fakeLink {
    border: 0px;
    background-color: transparent;
    color: blue;
    cursor: hand;
}

    .fakelink:hover {
        text-decoration: underline;
    }

.pleaseFillOut::placeholder {
    color: red !important;
}

.redText {
    color: red !important;
}

.alineBeginRegistration {
    position: absolute;
    right: 50px !important;
}

.experienceSpacing {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.experienceSpacingTwo {
    padding-left: 7px !important;
}
/*Begin _Layout.css*/
.fullWdithNavbar {
    padding-left: 9px;
    width: 100vw;
    position: fixed;
    left: calc(-50vw + 50%);
    z-index: 100;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

./*btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
/*.link-background{
    background-color:white;
}*/

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #fff;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
/*End _Layout.css*/