/* Florjan css */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

.j-desktop {
    display: block !important;
}
.j-mobile {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .j-desktop {
        display: none !important;
    }
    .j-mobile {
        display: block !important;
    }
    #jamieson-form section h3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    #jamieson-form section p {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    #jamieson-form .jamieson-grid-3, #jamieson-form .jamieson-grid-2, #jamieson-form .jamieson-res-grid-2 {
        grid-template-columns: 100% !important;
    }
    #jamieson-form .jamieson-res-grid-2 > div, #jamieson-form #jamieson-result-desc {
        text-align: center;
    }
    #jamieson-form #jamieson-result-img {
        margin: 0 auto;
    }
    #jamieson-form .jamieson-checkboxes label span {
        line-height: normal !important;
    }
    #jamieson-form #jamieson-result-title-mobile {
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center;
    }
    #jamieson-form .jamieson-grid-5 {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    #jamieson-form .jamieson-grid-5 .radio-content img {
        max-height: 100px;
        width: auto !important;
    }
    #jamieson-form .jamieson-grid-5 .jamieson-radio-label .radio-txt {
        font-size: 12px !important;
        line-height: normal !important;
    }
    #jamieson-form .jamieson-grid-5 .m-25 {
        margin-top: 5px;
    }
    #jamieson-form .jamieson-grid-5 .radio-content {
        padding: 0 !important;
        margin: 0 2px !important;
    }
    #jamieson-form ul[aria-label=Pagination] > li:last-child a {
        font-size: 16px !important;
    }
    #jamieson-form .jamieson-grid-5 .jamieson-radio-label {
        display: inline-block;
        flex-basis: 33.3%;
        width: 33.3%;
    }
    #jamieson-form .jamieson-grid-5 .jamieson-radio-label img {
        width: 100% !important;
    }
    #jamieson-form .mobile-age-input {
        background: transparent;
        border-radius: 24.5px;
        margin: 0 auto;
        max-width: 104px;
        text-align: center;
        font-family: 'Open Sans';
        font-size: 20px;
        border: 1px solid #00833E !important;
        color: #00833E;
        padding: 5px;
    }
    #jamieson-form .irs {
        display: none;
    }
    #jamieson-form .jamieson-form-rezultat > .jamieson-white-wrap {
        margin: 10px 20px !important;
    }
    #jamieson-form .jamieson-form-rezultat > .jamieson-white-wrap > div {
        padding: 40px 30px !important;
    }
}
#jamieson-form .slick-slider button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#jamieson-form .slick-slider .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 999;
}
#jamieson-form .slick-slider .prev-arrow {
    left: -10px;
    width: 50px;
    height: 47px;
    z-index: 999;
    background: url('/img/arrow-left.png');
}
#jamieson-form .slick-slider  .next-arrow {
    right: 10px;
    width: 50px;
    height: 47px;
    background: url('/img/arrow-right.png');
}
#jamieson-form-steps {
    position: relative;
}
#jamieson-form ul[aria-label=Pagination] > li:first-child {
    display: none;
}
#jamieson-form .jamieson-form-rezultat .jamieson-white-wrap a, #jamieson-form .jamieson-input-inside button {
    display: inline-block;
    background: #00833E;
    border-radius: 34px;
    padding: 10px 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
#jamieson-form .jamieson-input-inside .jamieson-button {
    position: absolute;
    top: 1px;
    right: -10px;
    height: 95%;
    padding: 5px;
    padding: 0px 6px 0px 0px;
}
#jamieson-form .jamieson-input-inside .jamieson-button button {
    height: 100%;
    padding: 0 20px;
}
#jamieson-form .jamieson-input-inside .jamieson-button button:hover {
    cursor: pointer;
}
.jamieson-checkboxes {
    padding: 10px 20px;
}
.jamieson-checkboxes label {
    display: inline-block;
    padding-right: 10px;
  }
  .jamieson-checkboxes input {
    vertical-align: middle;
  }
  .jamieson-checkboxes label span {
    vertical-align: middle;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;

    color: #00833E;
  }
#jamieson-form .jamieson-form-rezultat a:hover,
#jamieson-form .jamieson-form-rezultat a:focus,
#jamieson-form input:hover,
#jamieson-form input:focus,
#jamieson-form button:hover,
#jamieson-form button:focus {
    outline: none;
}
#jamieson-form ul[aria-label=Pagination] > li:last-child {
    background: #00833E;
    border-radius: 34px;
    padding: 10px 20px;
}
#jamieson-form ul[aria-label=Pagination] > li:last-child a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
#jamieson-form #jamieson-form-steps > div {
    position: relative;
    background-color: #F8FDF6;
}
#jamieson-form #jamieson-form-steps .steps.clearfix, #jamieson-form .steps.clearfix > ul > li:first-child {
    display: none;
}
#jamieson-form .jamieson-res-grid-5 img {
    max-height: 200px;
}
#jamieson-form .jamieson-input-inside label.error {
    display: none !important;
}
#jamieson-form section h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    margin-top: 70px;
    text-align: center;
    color: #00833E;
    max-width: 800px;
    margin: 0 auto;
}
#jamieson-form section h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 53px;
    color: #00833E;
}
#jamieson-form section p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    max-width: 627px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 45px;

    color: #00833E;
}
#jamieson-form .jamieson-grid-5 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}
#jamieson-form .jamieson-grid-5 img {
    max-width: 150px;
}
#jamieson-form .jamieson-grid-5 .radio-txt {
    min-height: 80px;
}
#jamieson-form .jamieson-grid-3 {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}
#jamieson-form .jamieson-grid-2 {
    justify-content: center;
    display: grid;
    grid-template-columns: 33.3% 33.3%;
}
#jamieson-form .jamieson-age-slider {
    margin-top: 150px;
    margin-bottom: 75px;
}
#jamieson-form .m-25 {
    margin-top: 25px;
}

#jamieson-form .jamieson-radio-label { display: inline-block }
#jamieson-form .jamieson-radio-label > input { /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
#jamieson-form .jamieson-grid-5 .jamieson-radio-label > input + .radio-content {
    margin: 0 8px;
}
#jamieson-form .jamieson-radio-label > input + .radio-content { /* IMAGE STYLES */
    cursor:pointer;
    border: 1px solid #00833E;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: transparent;
    transition: .3s ease;
    padding: 20px 0;
    margin: 0 16px;
}
#jamieson-form .jamieson-radio-label > input:checked + .radio-content { /* (RADIO CHECKED) IMAGE STYLES */
    background-color: white;
}
#jamieson-form .radio-content .radio-txt {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-top: 25px;
    padding: 0 10px;
    color: #00833E;
}
#jamieson-form .radio-content img {
    margin: 0 auto;
    width: 100%;
    max-width: 127px;
    display: block;
}

#jamieson-form .jamieson-form-rezultat > .jamieson-white-wrap {
    width: auto;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 4px 20px rgba(45, 75, 33, 0.25);
    margin: 25px 50px;
    border-radius: 80px;
}
#jamieson-form .jamieson-form-rezultat > .jamieson-white-wrap > div {
    max-width: 689px;
    margin: 0 auto;
    padding: 67px 30px;
}
#jamieson-form .jamieson-form-rezultat .jamieson-res-grid-2 {
    margin-top: 67px;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}
#jamieson-form .jamieson-form-rezultat .jamieson-res-grid-5 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    align-items: center;
    max-width: 742px;
    margin: 0 auto;
    margin-bottom: 70px;
}
#jamieson-form .jamieson-input .jamieson-input-inside, .jamieson-checkboxes {
    position: relative;
    max-width: 351px;
    margin: 0 auto;
}
#jamieson-form .jamieson-input .jamieson-input-inside input {
    width: 100%;
    background: white;
    border-radius: 31.5px;
    border: 1px solid #00833E;
    box-shadow: none;
    color: #00833E;
    height: 35px;
    font-size: 18px;
}
#jamieson-form .jamieson-form-rezultat .jamieson-res-grid-2 h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;

    color: #00833E;
}
#jamieson-form .jamieson-form-rezultat .jamieson-res-grid-2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 25px !important;
}

.wizard > .actions.arrow-next {
    position: relative;
    text-align: center;
    left: unset;
    bottom: unset;
    margin-top: 45px;
}

.wizard .irs--flat {
    height: 100px;
}
.wizard .irs--flat .irs-handle {
    top: 9px;
    width: 41px;
    height: 41px;
}
.wizard .irs--flat .irs-single, .wizard .irs--flat .irs-min, .wizard .irs--flat .irs-max {
    top: 55px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    background:transparent;
    color: #00833E;
}
.wizard .irs--flat .irs-single::before {
    display: none
}
.wizard .irs--flat .irs-handle>i:first-child {
    left: 0;
    width: 41px;
    height: 41px;
    border-radius: 50%;
}

/* Default css */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 5% 0;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    text-align: center;
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: inline-block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 10px;
    text-decoration: none;
    outline: none;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: transparent;
    border: 2px solid #00833E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #00833E;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #00833E;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: transparent;
    display: block;
    margin: 0.5em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    width: 100%;
    height: 100%;
    /*padding: 0 5%;*/
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    font-family: 'Open Sans';
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: absolute;
    bottom: 12.5%;
    left: 15%;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions.arrow-next a,
.wizard > .actions.arrow-next a:hover,
.wizard > .actions.arrow-next a:active {
    background: transparent;
    padding: 0;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    filter: unset;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    font-family: 'Open Sans';
    background: #FCD703;
    color: #00833E;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    text-decoration: none !important;
    outline: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}