﻿body {
    padding: 0px;
    background: rgba(0, 0, 0, 0) url("bg.jpg") repeat scroll 0 0;
    background-position: center top;
    background-repeat: repeat;
    font-family: "Open Sans",serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    background-color: #ebecee;
    color: black;
    border: none;
    border-radius: 6px;
    padding: 10px;
}

.btn-submitFeedback {
    background-color: #8fd400;
    border: 1px solid lightgray;
    color: rgb(81,48,20);
    margin-top: 20px;
    min-width: 100px;
    font-weight: 600;
}

#commentPlaceholder {
    text-align: center;
    margin-top: 30px;
}

#commentPlaceholderLabel {
    margin: 0 0 5px 5px;
}

.title {
    font-weight: 600;
    font-size: 38px;
    color: rgb(81,48,20);
}

.introText {
    color: rgb(81,48,20);
    font-size: 14px;
}

.bold {
    font-weight: 600;
}

.thankYou {
    font-size: 22px;
    color: #8fd400;
}

.thankYou2 {
    font-size: 22px;
    color: rgb(81,48,20) !important;
}

.italic {
    font-style: italic;
}

#feedbackform {
    font-family: "Open Sans", sans-serif;
    margin-left: -100px;
}

#feedbackformCommentIntro {
    margin-top: -15px;
}

.smiley-positive {
    background-color: transparent !important;
    background: url(icon-PF-positive_active.png) no-repeat center !important;
    background-repeat: no-repeat !important;
    width: 65px;
    height: 65px;
    min-height: unset !important;
    border: none;
}

.smiley-negative {
    background-color: transparent;
    background: url(icon-PF-negative_active.png) no-repeat center;
    background-repeat: no-repeat !important;
    width: 65px;
    height: 65px;
    min-height: unset !important;
    border: none;
}

.smiley-neutral {
    background-color: transparent;
    background: url(icon-PF-neutral_active.png) no-repeat center;
    background-repeat: no-repeat !important;
    width: 65px;
    height: 65px;
    min-height: unset !important;
    border: none;
}

.smiley-positive-inactive {
    background-color: transparent !important;
    background: url(icon-PF-positive_inactive.png) no-repeat center !important;
    background-repeat: no-repeat !important;
    width: 65px;
    height: 65px;
    min-height: unset !important;
    border: none;
}

.smiley-negative-inactive {
    background-color: transparent;
    background: url(icon-PF-negative_inactive.png) no-repeat center;
    background-repeat: no-repeat !important;
    width: 65px;
    height: 65px;
    min-height: unset !important;
    border: none;
}

.smiley-neutral-inactive {
    background-color: transparent;
    background: url(icon-PF-neutral_inactive.png) no-repeat center;
    background-repeat: no-repeat !important;
    width: 65px;
    height: 65px;
    min-height: unset !important;
    border: none;
}

.smiley-positive-inactive:hover {
    background: url(icon-PF-positive_hover.png) no-repeat center !important;
}

.smiley-neutral-inactive:hover {
    background: url(icon-PF-neutral_hover.png) no-repeat center !important;
}

.smiley-negative-inactive:hover {
    background: url(icon-PF-negative_hover.png) no-repeat center !important;
}

#dimensionFeedbackTable {
    table-layout: fixed;
}

    #dimensionFeedbackTable td {
        vertical-align: middle;
        height: 55px;
        padding-left: 5px;
        padding-top: 5px;
        margin-top: 0;
        text-align: center;
    }

    #dimensionFeedbackTable th {
        text-align: center;
    }

.headerTextMiddle {
    vertical-align: -webkit-baseline-middle;
}

.text-sizeDimensions {
    font-size: 12px;
}

.alignComments {
    text-align: left;
}

.commentLblStyle {
    font-weight: normal !important;
    color: #654321;
}

.commentInput {
    height: 75px;
    width: 100%;
}

#processError {
    display: inline;
    font-size: 25px;
    font-weight: bold;
    color: red;
    text-align: center;
}

.logo-big {
    background-color: transparent;
    background: url(logo-green.png) no-repeat center;
    background-repeat: no-repeat !important;
    height: 165px;
    min-height: unset !important;
    border: none;
    background-size: contain;
    display: none;
}

.logo-small {
    background-color: transparent;
    background: url(logo-green.png) no-repeat center;
    background-repeat: no-repeat !important;
    height: 120px;
    min-height: unset !important;
    border: none;
    background-size: contain;
}

.feedback-header {
    display: none;
    font-size: 36px;
    color: rgb(81,48,20);
    font-weight: 700;
    margin: 20px 0 30px 0;
}

#overallFeedback {
    margin-bottom: 30px;
    display: block;
}

#overallFeedbackRatings {
    align-content: center;
}

.tooltip-box {
    width: 300px;
    height: 200px;
    background-color: #fff;
    color: rgb(81,48,20);
    text-align: center;
    align-content: center;
    border-style: solid;
    border-color: rgb(81,48,20);
    border-width: thin;
    font-size: 13px;
    position: absolute;
    top: 30px;
    left: 550px;
    display: none;
}

.tooltip-box-bayer-daimler {
    width: 300px;
    height: 200px;
    background-color: #fff;
    color: rgb(81,48,20);
    text-align: center;
    align-content: center;
    border-style: solid;
    border-color: rgb(81,48,20);
    border-width: thin;
    font-size: 13px;
    position: absolute;
    top: 30px;
    left: 750px;
    display: none;
}

#tooltipBoxHeader {
    font-size: 15px;
    margin: 0 10px 0 10px;
}

#tooltipBoxBody {
    margin: 0 25px 0 25px;
}

#thankYouSection {
    display: none;
}
