﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

h3.panel-title {
    font-size: 26px;
}

.panel-heading h6 {
    font-size: 22px;
}

.panel-default .panel-heading {
    color: #000;
    font-weight: bold;
    font-size: 26px;
}

.panel h5 {
    font-size: 22px;
}

.panel-body {
    padding: 7px;
}

.selected-image-border {
    -moz-box-shadow: 0 0 10px 5px #317eac;
    -webkit-box-shadow: 0 0 10px 5px #317eac;
    box-shadow: 0 0 10px 5px #317eac;
    border-radius: 50%;
}

.btn {
    min-width: 150px;
    font-size: 22px;
}

.btn-wrap {
    margin-top: 20px;
}

input[type=checkbox], input[type=radio] {
    width: 25px;
    height: 25px;
    vertical-align: top;
}

.form-group label {
    font-size: 25px;
    display: inline;
    text-align: justify;
    padding-left: 5px;
}

.form-image {
    max-width: 100px;
}

.form-control {
    font-size: 22px;
}

.heatmap {
    background-image: linear-gradient(to right, red, orange,yellow, lightgreen, green);
    height: 100px;
    opacity: 0.80;
    width: 100%;
    display: flex;
}

.heatmap-grade {
    border: 2px solid white;
    height: 100%;
    display: inline-grid;
    color: #000;
    font-size: 28px;
    flex: 1;
    font-weight: bold;
    place-items: center;
}

.panel-default .panel-heading {
    background: #d5e5ee;
}

.modal-body {
    font-size: 22px;
}

.selected-grade {
    border: 4px solid #317eac;
}

.emph {
    font-size: 22px;
    font-weight: bold;
}

.rating {
    display: inline-block;
    direction: rtl; /* Inversează ordinea pentru a poziționa steaua 5 la stânga */
}

    .rating > input {
        display: none; /* Ascunde input-urile radio */
    }

    .rating > label {
        color: #ccc; /* Culoarea stelelor neevaluate */
        font-size: 30px; /* Mărimea stelelor */
        padding: 0 5px;
        cursor: pointer;
    }

        /* Colorează stelele la Hover */
        .rating > label:hover,
        .rating > label:hover ~ label {
            color: orange;
        }

    /* Colorează stelele Selectate (persistente) */
    .rating > input:checked ~ label {
        color: gold;
    }

@media (max-width: 768px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 500px) {
    .form-image {
        max-width: 75px;
    }
}
