﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}




/* ------------------------------ */
.survey_container {
    background-color: #f9f9f9;
    margin-top: 0;
    border: 1px solid #d9d9d9;
    border-left: none;
    border-right: none;
}




/* ------------------------------ */
.thinbar {
    position: relative;
    /* min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; */
}

@media (min-width: 768px) {
    .thinbar {
        border-radius: 4px;
    }
}

.thinbar-fixed-top .thinbar-collapse,
.thinbar-fixed-bottom .thinbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .thinbar-fixed-top .thinbar-collapse,
    .thinbar-fixed-bottom .thinbar-collapse {
        max-height: 200px;
    }
}

.thinbar-fixed-top,
.thinbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .thinbar-fixed-top,
    .thinbar-fixed-bottom {
        border-radius: 0;
    }
}

.thinbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}




/* ------------------------------ */
.thinbar-careatc {
    background-color: #A5206F;
    border-color: #671C58;
}
