﻿.gw-wf-inner {
    min-height: 568px;
}

.wayfi-example-image {
    border: 1px solid #ccc;
}

.content-wayfi-example ul {
    padding-left: 2rem;
}

.radio-matrix-header {
    width: 8%;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 10px;
    font-size: 0.8em;
}

.radio-matrix-header-0 {
    width: 44%;
}

.radio-matrix-question-text {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
}

    .radio-matrix-question-text.answered {
        color: gray;
    }

.radio-matrix-row {
    height: 55px;
}

.radio-matrix td {
    vertical-align: top;
}

/* Customize the label (the container) */
.radio-matrix-radio-container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-matrix-radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .radio-matrix-radio-container label {
        transition: transform ease 0.3s;
    }


/* Create a custom radio button */
.radio-matrix-radio-label {
    margin: auto;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #212529;
    cursor: pointer;
    display: block;
}

/* On mouse-over, add a grey background color */
/* On request of PER-165 this effect has been removed */
.radio-matrix-radio-container:hover input ~ label {
    /*box-shadow: gray 0 0 5px;*/
    transform: scale(1.1);
}

/* When the radio button is checked, add a blue background */
.radio-matrix-radio-container input:checked ~ .radio-matrix-radio-label {
    background-color: #007fbf;
    border-color: #007fbf;
}

.st-row-even {
    display: flex;
    flex-wrap: wrap;
}

    .st-row-even .st-col-even {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

.radio-matrix-responsive-header-container .st-col-even {
    vertical-align: bottom;
    text-align: center;
    padding: 0;
    align-self: flex-end;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.radio-matrix-responsive-question-text p {
    font-size: 1rem;
    font-weight: 700;
}

.radio-matrix-responsive-question-text.answered p {
    color: gray;
}

.radio-matrix-responsive-row {
    min-height: 50px;
}

.radio-matrix-radio-container span {
    position: absolute;
    left: 40px;
    top: 2px;
    font-size: 1rem;
    font-weight: bold;
}

.gw-content .radio-matrix-responsive .row {
    background-color: transparent;
}