/* Template Name: Configuratore INDA
   Author: Tristano
   Version: 1.0.0
   Created: Feb 2019
   File Description: Main Css file of the template
*/

.inner-loader {
    width: 200px;
    height: 200px;
    font-size: 0;
    background-image: url(../img/Preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}



body {
    font-family: "Roboto", sans-serif;
    color: #333 !important;
    font-size: 14px;
    background: #fff;
}

.btn {
    border-radius: 50px;
}

#sidebar {
    background-color: unset;
    top: 50px;
    transition: top 0.3s ease-in-out;
    /* Effetto di transizione fluido */

}

header .header-logo {
    padding: unset;
    background: unset;
    text-align: left;
}

header .main-menu>li {
    padding-left: 25px;
}

header .main-menu>li>a,
header .main-menu>li.active>a,
header .main-menu>li a:hover {
    font-size: 16px;
    background-color: unset;
    color: #000 !important;
    font-weight: 900;
    padding: 5px 0;
}

header .main-menu>li span {
    display: none;
}

header .main-menu>li.active>a::before,
header .main-menu>li>a:hover::before {
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: 900;
    content: "\f061";
    position: absolute;
    left: -30px;
    top: 3px;
    border-radius: 100px;
    display: block;
    width: 27px;
    background-color: rgb(115, 170, 55);
    padding: 0 0 0 0px;
    font-size: 18px;
}

#sidebar {
    width: unset;
}

.section-dashed {
    border-left: 1px dashed #000;
}

.title-number {
    position: absolute;
    left: -16px;
    font-size: 16px;
    display: block;
    background-color: #b7b7b7;
    width: 30px;
    border-radius: 50px;
    height: 30px;
    text-align: center;
    padding: 4px 5px 5px 5px;
    color: #fff;
    border: 1px solid #000;
}

hr {
    color: #000;
}

a.img-link,
a.img-link-small,
a.img-link-radio {
    position: relative;
    display: block;
}

a.img-link.active::before,
a.img-link:hover::before {
    content: "";
    display: block;
    position: absolute;
    height: 140px;
    width: 140px;
    border: 2px solid rgb(115, 170, 55);
    border-radius: 500px;
    top: calc(50% - 84px);
    left: calc(50% - 70px);
}



a.img-link-small.active::before,
a.img-link-small:hover::before {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 70px;
    border: 2px solid rgb(115, 170, 55);
    border-radius: 500px;
    top: calc(50% - 55px);
    left: calc(50% - 35px);
}

a.img-link-radio.active::before,
a.img-link-radio:hover::before {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 70px;
    border: 2px solid rgb(115, 170, 55);
    border-radius: 500px;
    top: 4px;
    left: 4px;
}

.info-point {
    position: relative;
    padding-left: 30px;
}

.info-point::after {
    font-family: 'Font Awesome 5 Free';
    color: rgb(115, 170, 55);
    font-weight: 900;
    content: "\f05a";
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 18px;
}

.tris-popover {
    display: block;
    position: absolute;
    -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    border: 1px solid #b7b7b7;
    z-index: 9999;
}

.tris-popover img {
    border-radius: 20px;
}

label {
    cursor: pointer;
}

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: rgb(115, 170, 55);
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid rgb(115, 170, 55);
    border-radius: 50%;
}

.form-check-input:checked {
    background-color: rgb(115, 170, 55);
    border-color: rgb(115, 170, 55);
}

.slide-max {
    float: right;
}

.form-range {
    height: 1px;
}

.form-range::-webkit-slider-runnable-track {
    height: 1px;
}

.form-range::-moz-range-track {
    height: 1px;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: rgb(115, 170, 55);
    cursor: pointer;
}

.form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: rgb(115, 170, 55);
    cursor: pointer;
    bottom: -20px;
}

.range-container {
    position: relative;
    width: 300px;
    margin: 50px auto;
}

#range {
    width: 100%;
}

.bubble {
    position: absolute;
    bottom: 21px;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 0;
    width: 120px;
    text-align: center;
}


.range-label {
    position: absolute;
    top: 30px;
    font-size: 15px;
    color: #000;
    text-align: center;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 0 0 0;
}

.range-label::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background: #aaa;
    top: -12px;
    left: calc(50% - 1.5px);
}

.slider-container {
    margin: 0 auto;
    height: 200px;
}

.range-highlight {
    background-color: rgb(83, 182, 83);
    opacity: 1;
    height: 8px;
    position: absolute;
    z-index: 0;
    top: 0px;
    border-radius: 3px;
}

.rangeSlider {
    height: 10px;
    margin-top: 50px;
}

.rangeSlider .noUi-connect {
    background: rgba(0, 0, 0, 0);
}

.rangeSlider .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    /* half the width */
    border-radius: 9px;
}

.noUi-value {
    top: 15px;
}

.noUi-handle::after,
.noUi-handle::before {
    display: none;
}

.valore {
    margin-top: 70px;
}




/* The container */
.radio-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    width: 25px;
}

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

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
    background-color: rgb(115, 170, 55);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}