
@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: 0;
    margin-bottom: 20px;
    padding: 0;
    background-color: white;
    height: 100%;
    font-family: "Roboto", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#push,
#footer {
    height: 40px;
}

#footer {
    text-align: center;
    padding-top: 10px;
}

.airplusinfo {
    float: right;
    padding-left: 50px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 690px;
}

.airplus-header {
    background-image: url(/images/);
    background-color:darkblue;
    height: 150px;
}

#airplus-logo {
    background-image: url(/images/airCalcs_Logo.png);
    position: relative;
    height: 54px;
    width: 288px;
    padding-top: 20px;
    padding-left: 150px;
    padding-right: 150px;
}

.mastertable {
    background-color: white;
    border-color:lightgray;
}

td {
    padding-left: 20px;
    padding-right: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 1140px;
}

.print-hide {
    padding: 10px;

}

/* Custom styles for navbar */
.navbar {
    background-color: #001f3f; /* Dark blue background color */
}

.navbar-nav .nav-link {
    color: #ffffff !important; /* White text color */
}

    .navbar-nav .nav-link:hover {
        color: #cccccc !important; /* White text color on hover */
    }

.navbar-toggler-icon {
    background-color: #ffffff; /* White color for the mobile menu icon */
}

/* Optional: Add styles for the dropdown menu */
.navbar-nav .nav-item.dropdown:hover .nav-link {
    color: #cccccc !important;
}

.navbar-nav .nav-item.dropdown:hover .nav-item.dropdown-menu {
    background-color: #001f3f;
}

    .navbar-nav .nav-item.dropdown:hover .nav-item.dropdown-menu .dropdown-item {
        color: #ffffff !important;
    }

        .navbar-nav .nav-item.dropdown:hover .nav-item.dropdown-menu .dropdown-item:hover {
            color: #cccccc !important;
            background-color: #001f3f;
        }

.jumbotron {

    background-image:url(/images/top-banner.png);
    color:white;
    height:400px;

}
.carousel {
    background-image: url(/images/testminoials.png);
    background-size:cover;
}

.container {
    padding-top: 50px;
    
}
.container_a {
    background-image: url(/images/top-banner.png);
    color: white;
    height: 400px;
    padding-top: 50px;
    padding-left: 50px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

.custom-navbar {
    background-color:#134173;
}
.navbar-airplus-brand {
    float: right;
    background: url(/images/airCalcs_Logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 44px;
    width: 196px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 50px;
}


.nav > li > a {
    padding-left: 50px;
    color:white;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
}

#logoutForm {
    padding-right: 20px;
}

.col-md-5 {
    padding-top: 10px;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

td {
    padding-left: 20px;
}