﻿
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 16px;
    color: #333;
}

.logo {
    max-height: 55px;
}
/* Overrides */
.bg-dark {
    background: #000 !important;
}

.bg-light-grey {
    background:#f9f9f9;
}

.btn-success {
    color: #fff;
    background-color: #05bd68;
    border-color: #05bd68;
}

h2 {
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

a {
    text-decoration: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
}
.carousel-control-next, .carousel-control-prev {
    border: 0;
    padding: 0;
    background: 0 0;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid #0000;
    border-bottom: 10px solid #0000;
    opacity: .5;
    transition: opacity .6s ease;
}

.nav-link,
.nav-link:active,
.nav-link:visited {
    color: #333;
}

    .nav-link:hover {
        font-weight:bold;
    }


.bg-light-gray {
    background: #f7f7f7;
}

@media screen and (max-width: 768px) {

    .bs-stepper-header {
        display: none !important;
    }
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    display: block;
    font-size: 14px;
    font-style: italic;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.form-group {
    margin-bottom: 1.429rem;
}
.panel {
    position: relative;
    margin-bottom: 2.143rem;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: .286rem;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 100%;
}

.table + .panel-footer {
    padding-top: 15px;
    border-color: #e4eaec
}

.panel-title {
    display: block;
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #37474f
}
.panel-heading {
    position: relative;
    border-radius: 0;
}
.panel-info .panel-title {
    color: #fff;
}
.panel-info .panel-heading {
    color: #fff;
    background-color: #0bb2d4;
    border: none;
}

.panel > :not(.panel-loading):not(.collapsing) {
    transition: opacity .3s;
}
.panel-body {
    position: relative;
    padding: 30px 30px
}

    .panel-body::after {
        display: block;
        clear: both;
        content: ""
    }

.panel-heading + .panel-body {
    padding-top: 0
}

.panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child, .panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child {
    margin-top: 0
}

.panel-body > :last-child {
    margin-bottom: 0
}

.panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
    border-bottom-color: transparent
}

.panel-footer {
    border-bottom-right-radius: .214rem;
    border-bottom-left-radius: .214rem;
    padding: 0 30px 15px;
    background-color: transparent;
    border-top: 1px solid transparent
}
.no-border {
    border: 0 !important;
}
.list-group-item {
    border: 0;
    padding: 4px;
}
.btn-danger {
    color: #fff;
    background-color: #ff4c52;
    border-color: #ff4c52;
    box-shadow: none;
}
.btn-danger.focus, .btn-danger.hover, .btn-danger:focus, .btn-danger:hover {
    color: #fff;
    background-color: #ff666b;
    border-color: #ff666b;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}