﻿.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;
}


/* default proress */
.default-progress{
    margin-top: 10px;
}

.default-progress span {
    height: 1rem; /*PER-184: was 12px before*/
    display: inline-block;
}

.default-progress .progress-not-visited, .default-progress .progress-visited.progress-after-active {
    background-color: #eceded;
}

/*see PER-184*/
.default-progress .progress-active {
    background-color: #eceded;
    position: relative;
}

/*see PER-184*/
.default-progress .progress-active::before {
    content: '';
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    background: #7bafda;
    position: absolute;
}

.default-progress .progress-visited {
    background-color: #7bafda;
}

.action-bar-identyfi-pro-start {
    height: 50px;
}

.action-bar-identyfi-pro-start .btn{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 30px;
}

/* page number */
.card-action.page-content-display{
    color: gray;
}

.responsive-img {
    box-shadow: 0 4px 6px 0 rgba(70, 48, 6, 0.25);
}

.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{
    
}

.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;
}

@media only screen and (min-width: 992px) {
    .radio-matrix-responsive-header-container {
        display: none;
    }

    .radio-matrix-responsive-table-header .radio-matrix-responsive-header-container {
        display: flex;
    }

    .radio-matrix-radio-container span {
        display: none;
    }
}

@media only screen and (max-width: 991px){
    .radio-matrix-responsive-table-header .radio-matrix-responsive-header-container {
        display: none;
    }

    .radio-matrix-responsive-row {
        margin-top: 50px;
    }

    .st-row-even .st-col-even {
        flex-basis: unset;
        width: 100%;
    }

    .radio-matrix-radio-label{
        margin: 0;
    }

    .default-progress {
        margin-bottom: 10px;
    }
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.red-wire-bar {
    width: 3px;
    height: 30px;
    background-color: black;
    display: block;
    margin: auto;
    border-radius: 1px;
    margin-top: -18px;
}

.red-wire-row .col-1{
    text-align: center;
}

.red-wire{
    height: 10px;
    background-color: red;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    width: 90%;
    left: 5%;
}

.bend-button {
    width: 100%;
}