html {
    height: 100%;
}

body {
    background-color: #f5f7fb;
    background-image: none;
    width: 100%;
    min-height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.bug-info {
    display: none;
}

.btn-primary {
    background: #1AAFD0 !important;
    border-color: #1AAFD0 !important;
}

.form_data {
    background-color: #fff;
    margin: auto;
    padding: 25px;
    max-width: 1100px;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px rgba(16,24,40,0.06), 0px 1px 3px 0px rgba(16,24,40,0.10);
    text-align: left;
}

.form_data h3 {
    text-align: center;
}

.typeahead-list {
    max-height: 220px;
    overflow-y: auto;
}

.card-header strong {
    display: inline-block;
    padding: 2px 0;
}

    .form_data label {
        /*color: #898E95 !important;*/
        font-weight: 500;
    }

    .form_data text-danger {
        text-align: left !important;
    }

.message_data {
    margin: auto;
    max-width: 800px;
    text-align: center;
}
/*textarea {
    height: 126px !important;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
