﻿/* AVOID DARK MODE */
input,
textarea,
select,
button {
    color-scheme: light;
}

/*SITE MISC*/
h2 {
    margin-top: 0;
}

h3 {
    line-height: 1.2;
}

.footertext {
    color: #999;
    font-size: 12px;
    margin-left: 20px;
}

.center {
    text-align: center;
}

.nonfluid {
    width: auto !important;
}

.m-b {
    margin-bottom: 10px !important;
}

.label-dark {
    color: #fff;
    background-color: #545454;
}

.label-light {
    color: #545454;
    background-color: #ffd800;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}

/*WELL*/
.well {
    margin-bottom: 4px;
}

    .well.well-white-noborder {
        background-color: #fff;
        border: 0px;
        box-shadow: none;
    }

    .well.well-white {
        background-color: #fff;
        border-radius: 3px;
    }

        .well.well-white h2 {
            text-align: left;
            margin-bottom: 30px;
        }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*TABLE*/
.table {
    width: auto !important;
}

    .table .table-cell-hidden {
        visibility: hidden;
    }

    .table .table-cell-remove {
        display: none !important;
    }

    .table .table-cell-transparent {
        border: 1px solid transparent;
        background-color: transparent;
        vertical-align: middle;
    }

    .table .table-cell-alert {
        width: 160px;
    }

    .table .table-cell-hover {
        cursor: pointer;
        /*background-color: #ffedff;*/
        background-color: #eee;
    }


    .table > tbody > tr > td {
        vertical-align: middle;
        background-color: #fff;
    }

    .table.borderless {
        width: auto !important;
    }

        .table.borderless > thead > tr > th,
        .table.borderless > tbody > tr > td {
            background-color: transparent;
            border: none !important;
        }

    .table > thead > tr > th {
        border-bottom: 1px solid #aaa;
        text-align: center;
        background-color: #eee;
    }


/*NAVBAR*/
.navbar-default {
    border-radius: 0;
    border-bottom-width: 3px;
    border-color: #e60086;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #e3008c;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: #e3008c;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #e3008c;
    }

.navbar-header img {
    margin-top: 8px;
    margin-right: 10px;
}

.navbar-collapse.in {
    overflow-y: visible;
}

/*NAVBAR TOGGLE*/
.navbar-default .navbar-toggle {
    color: #e3008c;
    background-color: #fff;
    border-color: #e3008c;
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        color: #e3008c;
        background-color: #fff;
        border-color: #e3008c;
    }


/*PROGRESS*/
.progress {
    background-color: #eee;
}

.progress-bar {
    background-color: #ff0396;
}

.startpage-button {
    width: 400px;
}

.startpage-edit-area {
    text-align: left;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.startpage-url {
    margin-top: 20px;
    text-align: left;
}


/* POPOVER */
.popover {
    width: 240px;
}

.popover-content {
    font-size: 12px;
}

    .popover-content input[type='text'] {
        font-size: 12px;
    }

/*Used for browser activation from menu in browser card (PortalBrowsersScript webresource). Moving the popover closer to menu wheel */
.popover.popover-custom-menu {
    margin-left: 126px;
    margin-top: -38px;
}


/*MANDATORY ALERT MESSAGE*/
.alert-message {
    color: #ff0000;
    font-size: small;
    width: auto !important;
    margin-top: 4px;
}

.sifoplus-oi-button {
    width: 120px;
}


/*Device and Browser list*/
.unit-list-item {
    border: 1px solid #ededed;
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    vertical-align: middle;
}


    .unit-list-item h4 .label {
        cursor: help;
    }

    .unit-list-item h5 .label {
        cursor: default;
    }

    .unit-list-item h4 {
        margin-top: 4px;
    }

    .unit-list-item h5 {
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .unit-list-item #dropdownMenu {
        text-align: right;
    }

.unit-list-heading {
    font-weight: bold;
    background-color: #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    margin-right: 2px;
    margin-bottom: 0;
}

.unit-list-device-heading {
    color: #e3008c;
    /*font-style:italic;*/
}

.unit-item-heading {
    font-weight: bold;
}

.btn-registration-start {
    color: white;
    background-color: rgb(229,0,126);
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    padding: 12px 20px 12px 20px;
    font-weight: bold;
}

    .btn-registration-start:hover {
        color: white;
    }


.btn-app {
    color: #fff;
    background-color: #84b784;
}

/*Responsive adjustments*/
@media (max-width: 767px) {
    .col-sm-1, .col-sm-2, .col-sm-3 {
        text-align: center;
    }

    .unit-list-item .dropdown-menu {
        margin-left: calc(50% - 33px);
        margin-right: calc(50% - 33px);
    }

    .table-responsive {
        border-color: transparent;
    }

        .table-responsive .table {
            border: 1px solid #dbdbdb;
        }

    /*.unit-item-heading {
        font-weight: bold;
        font-size: 16px;
        color: #999;
    }*/

    /*h2 {
        margin-left: 6px;
    }*/

    .unit-buttons {
        text-align: center;
    }

    .startpage-button {
        width: 200px;
    }

    .popover {
        width: 200px;
    }


    /* RESPONSIVE TABLE */
    #responsive-table table,
    #responsive-table thead,
    #responsive-table tbody,
    #responsive-table th,
    #responsive-table td,
    #responsive-table tr {
        display: block;
        padding-left: 0;
        padding-right: 0;
        border: 1px;
    }

        #responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #responsive-table tr {
        border: 1px solid #ccc;
    }

    #responsive-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #responsive-table td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #responsive-table td:before {
            content: attr(data-title);
        }
}

/* CUSTOM CONTAINER FLEXBOX FOR UNITS */

.custom-container-flexbox {
    padding-left: 15px;
    padding-right: 15px;
}

/* ADD UNIT - MY UNITS */

.top-menu-unit {
    margin-top: 20px;
}

.bottom-menu-unit {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn.add-unit,
.btn.more-unit,
.btn.unit-back,
.btn.choose-primary {
    padding: 0;
    float: left;
}

.unit-back {
    width: 46px;
    margin-top: 5px;
    margin-right: 4px;
    font-weight: bold;
}

.choose-primary {
    width: 164px;
}

.add-unit, .more-unit {
    position: relative;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 14px;
}

    .add-unit a,
    .more-unit a,
    .unit-back a,
    .choose-primary a {
        color: #555;
        text-decoration: none;
        display: block;
        padding: 12px 15px 14px;
    }

.add-unit {
    width: 163px;
    margin-right: 4px;
}

.more-unit {
    width: 90px;
}

.add-unit a::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    color: #555;
    position: absolute;
    top: 16px;
    right: 15px;
}

.more-unit a::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f013";
    color: #555;
    position: absolute;
    top: 15px;
    right: 14px;
    font-size: 17px;
}

/* MY UNITS AS "CARDS" */

.my-units {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

    .my-units::before {
        content: normal;
    }

.my-units-add {
    margin-bottom: 20px;
}

.unit-card-wrapper {
    background: #f5f5f5;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.unit-card-cont-wrap {
    margin: 6px;
}

.unit-card-block {
    padding: 8px 15px 5px;
}

.unit-card-header {
    color: #555;
    background: #dedede;
}


.unit-card-header-other1 {
    color: #fff;
    background: #f0ad4e;
}

.unit-card-header-other2 {
    color: #fff;
    background: #e3008c;
}

.unit-card-header-right .unit-item-heading {
    color: #555;
    font-weight: bold;
}

.unit-card-header,
.unit-card-header-other1,
.unit-card-header-other2,
.unit-card-col2 {
    /*display: -ms-flexbox;*/
    -ms-flex-wrap: wrap;
    /*display: -webkit-flex;*/ /* Safari */
    -webkit-flex-wrap: nowrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: nowrap;
}

.unit-card-header, .unit-card-header-other1, .unit-card-header-other2 {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.unit-card-header-left {
    margin-right: 15px;
}

    .unit-card-header-left .fa-chrome,
    .unit-card-header-left .fa-safari,
    .unit-card-header-left .fa-firefox,
    .unit-card-header-left .fa-internet-explorer,
    .unit-card-header-left .fa-edge,
    .unit-card-header-left .fa-opera,
    .unit-card-header-left .fa-question-circle,
    .unit-card-header-left .fa-times {
        font-size: 1.6em;
    }

.unit-card-header-right {
    flex-grow: 2;
}

.unit-card-header-settings {
    font-size: 1.6em;
    position: relative;
}

.fa-cog {
    margin-bottom: 0;
    cursor: pointer;
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
}

.unit-card-col2-left {
    width: 56%;
    flex-grow: 1;
}

.unit-card-label {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.fa-star {
    color: #efda01;
}

.unit-card-col2-left li {
    list-style: none;
    margin: 6px 0;
}

.unit-card-col2-right:empty {
    display: none;
}

.unit-card-col2-right:not(:empty) {
    width: 36%;
    border-left: 1px solid #ccc;
    margin-left: 4%;
    padding-left: 4%;
}

.unit-card-status {
    text-align: center;
    color: #555;
}

    .unit-card-status .label-ok {
        color: #555;
    }

    .unit-card-status .label-warning {
        padding: 6px;
        float: right;
        box-sizing: border-box;
        border: 1px solid #f0ad4e;
        background-color: #f0ad4e;
        font-weight: normal;
    }

        .unit-card-status .label-warning:hover {
            background: #f0ad4e;
            border-color: #f0ad4e;
        }

    .unit-card-status .label-danger {
        padding: 6px;
        float: right;
        box-sizing: border-box;
        border: 1px solid #d43f3a;
        font-weight: normal;
    }

        .unit-card-status .label-danger:hover {
            background: #ac2925;
            border-color: #761c19;
        }

.unit-card-browser.browser-border-top {
    border-top: 1px solid #ccc;
}

.unit-card-browser-header {
    font-size: 0.9em;
}

.unit-card-browser-items .label-danger,
.unit-card-browser-items .label-dark,
.unit-card-browser-items .label-warning {
    display: block;
    padding: 8px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 0.9em;
    width:74px;
}

.unit-card-browser-items .label-danger {
    border: 1px solid #d43f3a;
    /*margin-left: 5px;*/
}

.unit-card-browser-items .label-warning {
    border: 1px solid #f0ad4e;
    background: #f0ad4e;
    /*margin-left: 5px;*/
}

.unit-card-browser-items span.label-danger:hover {
    background: #ac2925;
    border-color: #761c19;
}

.unit-card-browser-items span.label-warning:hover {
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.unit-card-browser-items .label-dark {
    width: 100%;
    background: #959595;
}

    .unit-card-browser-items .label-dark:hover {
        background-color: #3a3a3a;
    }

.unit-card-browser-items .label-ok {
    color: #555;
    font-weight: normal;
    /*font-size: 0.9em;*/
    margin-right: 4%;
}

.unit-card-browser-items .fa-check,
.unit-card-status .fa-check {
    color: #5cb85c;
}

.unit-card-browser-items ul,
.unit-card-col2-left ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.unit-card-browser-items li.browser-items-activate {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.browser-items-activate .btn {
    padding: 0;
}

.unit-card-browser-items li {
    list-style: none;
    border-bottom: 1px solid #dddddd;
    margin: 6px 0;
    min-height: 35px;
    padding-bottom: 6px;
    /*display: -ms-flexbox;*/
    -ms-flex-wrap: wrap;
    /*display: -webkit-flex;*/ /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: nowrap;
}

.unit-card-browser-items .fa-circle,
.unit-card-browser-items .fa-opera,
.unit-card-browser-items .fa-chrome,
.unit-card-browser-items .fa-firefox,
.unit-card-browser-items .fa-safari,
.unit-card-browser-items .fa-internet-explorer,
.unit-card-browser-items .fa-check {
    padding-top: 8px;
}

.unit-card-browser-items .fa-exclamation-circle,
.unit-card-status .fa-exclamation-circle {
    font-size: 1em;
    color: #d9534f;
}

.unit-card-browser-items .fa-exclamation-circle {
    padding-right: 8px;
    padding-top: 8px;
}

.unit-card-status .fa-exclamation-circle {
    padding-right: 3px;
}

.unit-card-info {
    padding: 5px;
}

.unit-card-info-txt,
.unit-card-info-warning {
    padding: 8px;
    display: block;
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 2px;
    box-sizing: border-box;
}

.unit-card-info-txt {
    background: #84b784;
}

.unit-card-info-warning {
    background-color: #f0ad4e;
}

    .unit-card-info-warning i {
        margin-top: 8px;
    }

    .unit-card-info-warning .btn-danger, .btn-success {
        border-radius: .25em;
        float: right;
    }


a.custom-underline {
    width: 100%;
}

    a.custom-underline:hover, a.custom-underline:focus {
        text-decoration: none;
        box-shadow: inset 0 0px 0 white, inset 0 -1px 0 black;
    }

/*Responsive adjustments My units as cards*/
@media all and (min-width: 1200px) {

    .custom-container-flexbox {
        width: 1170px;
        margin: 0 auto;
    }
}


@media all and (min-width: 992px) and (max-width: 1200px) {

    .custom-container-flexbox {
        width: 970px;
        margin: 0 auto;
    }
}

@media all and (min-width: 992px) {

    .unit-card-wrapper {
        width: 32%;
    }

        .unit-card-wrapper:nth-child(3n+2) {
            margin-left: 2%;
            margin-right: 2%;
        }

    @supports (display: grid) {

        .my-units {
            -ms-grid-columns: repeat(3, 32.4%);
            grid-template-columns: repeat(3, 32.4%);
        }

        .unit-card-wrapper {
            width: auto;
        }
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {

    .custom-container-flexbox {
        width: 750px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 680px) and (max-width: 992px) {

    .my-units {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .unit-card-wrapper {
        width: 48%;
    }

    @supports (display: grid) {
        .my-units {
            grid-template-columns: repeat(2, 48.4%);
        }

        .unit-card-wrapper {
            width: auto;
        }
    }
}

@media all and (min-width: 679px) {

    .my-units {
        /*display: -ms-flexbox;*/
        -ms-flex-wrap: wrap;
        /*display: -webkit-flex;*/ /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
    }

    .unit-card-wrapper {
        min-height: 410px;
    }

    @supports (display: grid) {

        .my-units {
            /*display: -ms-grid;*/
            -ms-grid-gap: 15px;
            -ms-grid-rows: 3;
            display: grid;
            grid-gap: 15px;
            grid-auto-rows: 1fr;
            box-sizing: border-box;
        }

        .unit-card-wrapper {
            min-height: auto;
        }
    }
}

@media all and (max-width: 679px) {

    .unit-card-wrapper {
        width: 100%;
        margin: 0 auto 20px;
    }
}
/*ACCORDION STYLE*/
.panel-group.info {
    margin-top: 25px;
}

.panel-heading .accordion-toggle h5 {
    position: relative;
    padding-right: 12px;
    color: #000;
}

    .panel-heading .accordion-toggle h5:after {
        /* symbol for "opening" panels */
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f078";
        color: grey;
        position: absolute;
        top: 2px;
        right: 0;
    }

.panel-heading .accordion-toggle.collapsed h5:after {
    /* symbol for "collapsed" panels */
    content: "\f054";
}

/*info - grey*/
.panel-group.info .panel {
    background: #ececec;
    margin-top: 10px;
}

    .panel-group.info .panel .panel-heading {
        padding: 5px 12px;
    }

    .panel-group.info .panel .panel-body {
        background: #f3f3f3;
    }

/*urging - pink*/
.panel-group.urging .panel {
    background: #ffd1ff;
    margin-top: 10px;
}

    .panel-group.urging .panel .panel-heading {
        padding: 5px 12px;
    }

    .panel-group.urging .panel .panel-body {
        background: #ffdbff;
    }

/* Modal */
.modal-3pcinfo {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-3pcinfo-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.span-3pcinfo {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.button-3pcinfo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #ec068d;
    color: white;
    border: none;
    font-weight: bold;
}

.span-3pcinfo:hover,
.span-3pcinfo:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.button-3pcinfo:hover,
.button-3pcinfo:focus {
    background-color: #c70576;
}

@media only screen and (max-width: 600px) {
    .modal-3pcinfo {
        padding-top: 20px;
    }

    .modal-3pcinfo-content {
        width: 90%;
    }
}



/* howItWorks (Webresource/RegistrationEnd) */
div.howItWorksContainer {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    max-height: auto;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
    text-align: center;
    padding: 20px 0 50px 0;
}


h1.howItWorksHeader {
    text-align: center;
    padding: 20px;
}

div.howItWorks {
    float: left;
    width: 30%;
    position: relative;
    background-color: #ffffff;
    flex: 1;
    padding-bottom: 20px;
}

    div.howItWorks p {
        width: 80%;
        display: block;
        margin: auto;
        margin-bottom: 40px;
    }

    div.howItWorks img {
        margin-left: 10px;
        max-width: 80%;
        height: auto;
    }


    div.howItWorks a {
        display: block;
        background-color: #e6007e;
        width: 200px;
        height: 40px;
        margin: auto;
        /*font-size: 14px;*/
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        border: 1px solid #e6007e;
        color: white;
        font-family: Verdana,Geneva,sans-serif;
        font-size: 14px !important;
        line-height: 1.5;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }

        div.howItWorks a:hover {
            text-decoration: underline;
            color: white;
            background-color: #E3008C;
        }

    div.howItWorks .howItWorksSteps {
        display: block;
        background-color: #1a1a1a;
        background-color: rgba(26, 26, 26, 0.8);
        color: white;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: -30px;
        padding-top: 10px;
        margin-bottom: 10px;
        font-size: 22px;
    }


.button {
    margin: 15px auto 15px auto;
    display: block;
    background-color: rgb(229,0,126);
    border: none;
    min-height: 36px;
    width: 150px;
    text-align: center;
    line-height: 36px;
    padding: 0 6px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

div.FAQContainer {
    margin-top: 20px;
}

div.FAQBlock {
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
}

a.FAQBlockLink {
    color: #555;
}

.FAQHead {
    padding: 5px 20px;
    -webkit-transform: translate(0%, -0%) scale3d(1, 1, 1);
    transform: translate(0%, -0%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.consentStatus {
    padding: 5px 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #3fb1ce;
    border-bottom: 2px solid black;
    color: #3C454C;
    font-weight: bold;
}

    .consentStatus span:nth-child(2) {
        right: 30px;
        position: absolute;
    }

.FAQHeadSelectedConsent {
    background: #f3f3f3;
    /*border:1px solid #d9d9d9;*/
    cursor: pointer;
}

.FAQHead:hover {
    background: #E8E8E8;
}

.ConsentBodyborder {
    border-left: 1px solid #d9d9d9;
}

.ConsentBody {
    display: none;
    margin-bottom: 40px;
}

.ConsentBodyblock {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    height: auto;
}

.moreDetailsBlockHeader {
    display: table;
    height: auto;
}

    .moreDetailsBlockHeader h4 {
        display: table-cell;
        float: left;
        vertical-align: middle;
    }

#moreDetailsBtn {
    display: table-cell;
    float: right;
    vertical-align: middle;
}

#moreDetailsBlock {
    max-height: 100px;
    width: 100%;
    overflow-y: hidden;
    -moz-transition: max-height 0.8s ease-out;
    -ms-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
    -webkit-transition: max-height 0.8s ease-out;
    transition: max-height 0.8s ease-out;
}
    /* This class is added when more detalis button is clicked */
    #moreDetailsBlock.expanded {
        max-height: 3000px;
        -moz-transition: max-height 0.8s ease-in;
        -ms-transition: max-height 0.8s ease-in;
        -o-transition: max-height 0.85s ease-in;
        -webkit-transition: max-height 0.85s ease-in;
        transition: max-height 0.8s ease-in;
    }

/* Fontawsome icons for status */

/*.fa-exclamation-circle:before,
.fa-check:before,
.fa-minus:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 11px;
}

.fa-exclamation-circle:before {
    content: "\f06a";
    color: #d9534f;
}

.fa-check:before {
    content: "\f00c";
    color: #5cb85c;
}

.fa-minus:before {
    content: "\f068";
    color: #d9534f;
}*/

.consentStatus-check, .consentStatus-cross {
    display: inline-block;
    float: left;
    margin-top: -20px;
}

    .consentStatus-cross:before, .consentStatus-cross:after {
        content: "";
        width: 25px;
        height: 5px;
        background: #990000;
        position: absolute;
        transition: transform .5s;
    }

    .consentStatus-cross:before {
        right: 26px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        transform: rotate(45deg);
    }

    .consentStatus-cross:after {
        right: 26px;
        transform: rotate(-45deg);
    }

    .consentStatus-check:before, .consentStatus-check:after {
        content: "";
        width: 20px;
        height: 5px;
        background: #428310;
        position: absolute;
        transition: transform .5s;
    }

    .consentStatus-check:before {
        right: 31px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        transform: rotate(45deg);
    }

    .consentStatus-check:after {
        right: 20px;
        transform: rotate(-45deg);
    }
/*
.consentStatus-check.active:before {
  transform: rotate(-45deg);
  background: #555555;
}
.consentStatus-check.active:after {
  transform: rotate(45deg);
  background: #555555;
}
*/






/*  Start of radiobutton block style */
.inputGroup {
    background-color: #fff;
    display: block;
    margin: 18px 0;
    position: relative;
}

    .inputGroup label {
        padding: 25px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3C454C;
        cursor: pointer;
        position: relative;
        z-index: 2;
        -webkit-transition: color 200ms ease-in;
        transition: color 200ms ease-in;
        overflow: hidden;
    }

    .inputGroup.accept {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    }

    .inputGroup label:before {
        width: 10px;
        height: 10px;
        /*border-radius: 50%;*/
        content: '';
        /*background-color: rgb(62, 177, 204);*/
        background-color: black;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        z-index: -1;
    }

    .inputGroup label:after {
        width: 32px;
        height: 32px;
        content: '';
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .inputGroup input:checked ~ label {
        color: #fff;
    }

        .inputGroup input:checked ~ label:before {
            -webkit-transform: translate(-50%, -50%) scale3d(100, 56, 1);
            transform: translate(-50%, -50%) scale3d(100, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            /*background-color: #ec068d;
            border-color: #ec068d;*/
            background-color: #5cb85c;
            border-color: forestgreen;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        -webkit-box-ordinal-group: 2;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

.radioGroup {
    max-width: 1000px;
    margin: 30px 0;
    left: 0;
    line-height: 20px;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: black;
}

.inputGroup label span {
    display: block;
    width: 80%;
}

/*  End of radiobutton block style */


.YTlogo {
    width: 250px;
    /*border: 2px solid #3fb1ce;*/
    border: 1px solid black;
    margin: 10px;
}

#moreDetailsBtnMobile {
    display: none;
}


/*kbmSteps*/

ol.kbmSteps {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

    ol.kbmSteps > li {
        position: relative;
        margin: 0 0 0px 2em;
        padding: 8px 20px;
        list-style: none;
        border-top: 2px solid #ec068d;
        background: #FFFFFF;
    }

ol.kbmSteps > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 3em;
    margin-right: 8px;
    padding: 4px;
    border-top: 2px solid #ec068d;
    color: #fff;
    background: #ec068d;
    font-weight: bold;
    text-align: center;
}

li ol.kbmSteps,
li ul {
    margin-top: 6px;
}

ol.kbmSteps ol.kbmSteps li:last-child {
    margin-bottom: 0;
}


/*  kbm registration */
.pageBlock {
    background-color: white;
    border: 0px solid rgba(0,0,0,.4);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    padding: 20px;
    /*width: 80%;
    margin: auto;
    margin-top: 50px;*/
    margin-bottom: 50px;
}

.slider {
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
}

    .slides::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .slides::-webkit-scrollbar-thumb {
        background: black;
        border-radius: 10px;
        display: none;
    }

    .slides::-webkit-scrollbar-track {
        background: transparent;
    }

    .slides > div {
        scroll-snap-align: start;
        flex: 1 0 100%;
        width: 100%;
        height: 100%;
        margin-right: 50px;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        padding: 15px;
    }

        .slides > div:target {
            /*   transform: scale(0.8); */
        }

.sliderMenu > a {
    display: inline-flex;
    background: dedede;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px 10px;
    position: relative;
    color: rgba(0,0,0,0.54);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.sliderMenu {
    background-color: #dedede;
    padding: 5px;
    text-align: center;
}

@supports (scroll-snap-type) {
    .slider > a {
        display: none;
    }
}


@media only screen and (max-width: 900px) {
    .pageBlock {
        width: 90%;
    }
}	



/* Start of Media rules */

@media all and (max-width: 1200px) {
    .ConsentBodyborder {
        border-left: 0px solid #d9d9d9;
        border-top: 2px solid #d9d9d9;
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .col-md-2 {
        width: 35% !important;
    }

    .col-md-1 {
        width: 60% !important;
    }

    .FAQHead h5 {
        font-size: 13px !important;
    }
}

@media (max-width: 1000px) {
    .col-md-2 {
        width: 100% !important;
    }

    .col-md-1 {
        width: 100% !important;
    }

    .FAQHead h5 {
        font-size: 15px !important;
    }
}

@media all and (max-width: 800px) {
    .ConsentBody {
        overflow: visible;
    }
}

@media all and (max-width: 568px) {
    #moreDetailsBlock {
        max-height: 130px;
    }

    .YTlogo {
        width: 100%;
        margin: 10px auto;
    }

    #moreDetailsBtnMobile {
        display: inline-block;
    }
}


@media all and (max-width: 430px) {
    #moreDetailsBlock {
        max-height: 160px;
    }

    .inputGroup label:after {
        right: 10px;
    }
}

@media all and (max-width: 330px) {
    #moreDetailsBlock {
        max-height: 200px;
    }
}



@media only screen and (max-width: 900px) {
    div.howItWorksContainer {
        display: block;
    }

    div.howItWorks {
        flex: none;
        float: none;
        margin: 20px auto 20px auto;
        width: 80%;
    }
}

@media only screen and (max-width: 500px) {
    div.howItWorks {
        width: 100%;
    }

        div.howItWorks p {
            width: 90%;
        }

        div.howItWorks img {
            max-width: 100%;
            margin: 0;
        }
}
