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%;
}

@media (min-width: 576px) {
    body {
        margin-bottom: 155px;
    }
}

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.tab-content {
    border: none;
    padding: 1rem;
}

.ui-datepicker-inline {
    margin: 0 auto;
}

.validation-summary-valid {
    display: none
}

.carousel-caption {
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.4);
}

.carousel-caption ul {
    text-align:left
}

.carousel-control-next {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control-prev {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

@media (max-width: 991px) {
    .carousel-caption {
        bottom: 0;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        font-size: smaller;
        box-shadow: none;
        color: black;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /*#batRepairCarousel #slide1 {
        display: block;
        visibility: hidden;
    }

    #batRepairCarousel #slide1.active {
        visibility: visible;
    }*/
}

.logoLeft {
    width: auto;
    height: 48px;
}