/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */
.navbar-default .navbar-nav>li>a {
    color: #e8e8e8;
}
#navbar .navbar-nav>li>a {
    padding: 10px 0;
}
.quick-links {
    position: absolute;
    right: 0;
    display: flex;
    margin-top: 15px;
    width: 400px;
    justify-content: space-between;
}
.legal-docs-view .modal .modal-body {
    height: 70vh;
    overflow-y: scroll;
}
.legal-docs-view .modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #3e6cdc;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.legal-docs-view .modal .modal-header .close {
    color: #fff;
    opacity: inherit;
}
.calendar-ico {
    width: 70px;
    margin-right: 15px;
}
.icon-space{
    padding-right: 5px;
}
body {
    padding-top: 0;
    padding-bottom: 0;
    color: #5a5a5a;
}

.navbar {
    margin-bottom: 0;
    margin-top: 5px;
}

.panel.panel-info>.panel-body {
    background-color: #f0f8ff;
}

.panel.panel-primary>.panel-body {
    background-color: #add8e6;
    font-size: 20px;
    font-weight: 600;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #cbcbcb;
    background-color: #0000;
}

.navbar-default {
    border-color: #3e6cdc;
    background-color: #3e6cdc;
}

.navbar-brand img {
    width: auto;
    margin-top: -82px;
}

.carousel-caption h1,
.carousel-caption p {
    background-color: #5858588c;
}

.first-slide {
    background-image: url(images/background1.jpg);
    background-size: cover;
    width: 100%;
    height: inherit;
}

.title-card {
    text-align: center;
    font-size: larger;
    font-weight: 600;
    background-color: gainsboro;
}

.sub-title-card {
    text-align: center;
    font-size: larger;
    font-weight: 600;
    background-color: lightblue;
    margin-bottom: 15px;
}

.visit-job {
    background-color: azure;
}

.visit-job img {
    /* background-color: aliceblue; */
}

.visit-job h2 {
    font-size: larger;
}

li .phone-no {
    display: block;
    font-size: x-large;
    font-weight: 600;
    text-align: center;
}

.instructions-card {
    color: deepskyblue;
    border: 1px solid deepskyblue;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 1rem;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    top: 0;
    right: auto;
    left: 20px;
    padding: 0;
}


/* Declare heights because of positioning of img element */

.carousel-item {
    height: 24rem;
    background-color: #777;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

footer {
    /*position: absolute;*/
    bottom: 0;
    width: max-content;
    height: 60px;
}
.social {
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    width: 140px;
}
.footer-right {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    height: 60px;
    align-items: center;
}
.no-padding {
    padding: 0;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4,
.marketing .col-lg-12 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 1rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
[uib-typeahead-popup].dropdown-menu {
    display: block;
    max-height: 300px;
    overflow-y: auto;
}