﻿.body-content {
    padding-top: 50px;
}

h2 {
    margin-top: 1rem;
}

footer {
    margin-bottom: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#carouselExampleIndicators {
    max-width: 1600px;
}

.carousel-item {
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.footer-link {
    font-size: 80%;
    color: black;
}

.background-image:after {
    content: ' ';
    background: url(../images/Gerber_Background.jpg) no-repeat center center fixed;
    opacity: 0.1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.custom-carousel-item {
    min-height: 75.2px;
}


/* rate */

.rate {
    float: left;
    height: inherit;
    display: block;
}

    .rate:not(:checked) > input {
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px !important;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }

[type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
    border: none;
}

[type="radio"]:checked + label::after, .with-gap[type="radio"]:checked + label::after {
    background-color: transparent;
}

[type="radio"]:checked + label::after, .with-gap[type="radio"]:checked + label::before, .with-gap[type="radio"]:checked + label::after {
    border: none;
}

.stars {
    visibility: hidden;
    position: fixed;
}

.feedback-given, .no-feedback {
    display: none;
}

.star-icon-label {
    margin-top: -12px;
}

.no-bullet-validation ul {
    list-style-type: none;
    padding-left: 0;
}

.hint {
    font-size: 85%;
    color: #808080;
}

/* sharing post */

.shared-message {
    width: 100%;
    background: #F2F2F2;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
    border-left: 5px solid #007bff;
}

.form-control.answer-message {
    max-width: 100%;
    width: 100%;
}

#message-sent-notification, #message-error-notification {
    display: none;
}

.success-message {
    background: #4DFDB3;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.sharing-error-message {
    background: #ff6f6f;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.available-pco-modules {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.pco-module {
    display: inline-block;
    width: 150px;
    margin-right: 15px;
}

    .pco-module a {
        text-decoration: none;
    }

    .pco-module p {
        color: #6A77C9;
        font-weight: bold;
        margin: 0;
    }

    .pco-module span {
        font-size: 75%;
        color: #808080;
    }

    .pco-module .card-body {
        padding: 1rem;
    }

.about-image {
    height: 100%;
}



.bootstrap-table input {
    max-width: 100%;
}
