@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .container {
        /* width: 1070px; */
    }
}

body {
    font-family: Verdana, "PT Sans", Arial, san-serif;
    color: #555555;
    font-size: 15px;
    background-color: #a6a6c8;
}

.text-normal {
    text-transform: none !important;
}

a {
    color: #565656;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0 15px;
}

h5 {
    font-size: 12px;
}

.allmargin {
    margin: 50px !important;
}

.leftmargin {
    margin-left: 50px !important;
}

.rightmargin {
    margin-right: 50px !important;
}

.topmargin {
    margin-top: 50px !important;
}

.bottommargin {
    margin-bottom: 50px !important;
}

.clear-bottommargin {
    margin-bottom: -50px !important;
}

.allmargin-sm {
    margin: 30px !important;
}

.leftmargin-sm {
    margin-left: 30px !important;
}

.rightmargin-sm {
    margin-right: 30px !important;
}

.topmargin-sm {
    margin-top: 30px !important;
}

.bottommargin-sm {
    margin-bottom: 30px !important;
}

.clear-bottommargin-sm {
    margin-bottom: -30px !important;
}

.allmargin-lg {
    margin: 80px !important;
}

.leftmargin-lg {
    margin-left: 80px !important;
}

.rightmargin-lg {
    margin-right: 80px !important;
}

.topmargin-lg {
    margin-top: 80px !important;
}

.bottommargin-lg {
    margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
    margin-bottom: -80px !important;
}

.nomargin {
    margin: 0 !important;
}

.noleftmargin {
    margin-left: 0 !important;
}

.norightmargin {
    margin-right: 0 !important;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.bottommargin-neg10 {
    margin-bottom: -10px !important;
}

.bottompadding-sm {
    padding-bottom: 30px;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

hr {
    border-top: 1px solid #c7c7c7;
}

.table {
    margin-bottom: 10px;
}

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        font-size: 14px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eee;
}

.table ul, .table ol {
    padding-left: 28px;
}

.table li {
    padding-top: 2px;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

ul, ol {
    padding-left: 50px;
    padding-right: 30px;
}

ol {
    margin-bottom: 30px;
}

.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, .radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
}

.checkbox-style-1-label.checkbox-small:before, .radio-style-1-label.radio-small:before, .checkbox-style-2-label.checkbox-small:before, .radio-style-2-label.radio-small:before, .checkbox-style-3-label.checkbox-small:before, .radio-style-3-label.radio-small:before {
    border: 2px solid #DDD;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 -24px;
}

.checkbox-style:checked + .checkbox-style-2-label:before {
    background: #1ABC9C;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-style:checked + .checkbox-style-2-label.checkbox-small:before {
    box-shadow: inset 0px 0px 0px 2px #fff;
}

#newinput input {
    position: relative;
    top: 0;
    height: 30px;
}

.plus {
    font-size: 14px;
    padding-left: 24px;
}

    .plus input {
        background: transparent;
        border: 2px solid white;
        font-weight: bold;
        font-size: 17px;
        margin-left: -26px;
        margin-right: 6px;
        color: #666;
        width: 20px;
        padding: 0;
        line-height: 18px;
    }

.form-control {
    border-radius: 0;
    border-color: #999;
}

input::placeholder {
    color: #333 !important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #333 !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #333 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #333 !important;
}

label {
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.checkbox-style, .radio-style, .checkbox-style-1-label, .radio-style-1-label, .checkbox-style-2-label, .radio-style-2-label, .checkbox-style-3-label, .radio-style-3-label {
    display: block;
    vertical-align: middle;
}

.checkbox-style-1-label, .radio-style-1-label, .checkbox-style-2-label, .radio-style-2-label, .checkbox-style-3-label, .radio-style-3-label {
    position: relative;
}

.checkbox-style {
    display: none;
}

.checkbox-style-2-label {
    padding-left: 24px !important;
}

    .checkbox-style-2-label .form-control {
        float: right;
        top: -7px;
        position: relative;
    }

.checkbox .form-inline .form-group {
    width: 87%;
}

@media (max-width:768px) {
    .checkbox .form-inline .form-group {
        width: 100%;
        margin-bottom: 45px;
    }

    .checkbox-style-2-label .form-control {
        position: relative;
        top: unset !important;
    }
}

@media (min-width:1024px) {
    .background-top, .background-bottom {
        width: 1170px;
    }

    .background-top, .background-bottom {
        overflow: visible;
    }
}

.background-top {
    position: relative;
    top: -30px;
    background: url('../images/bgd-top.jpg') top center no-repeat;
    background-size: 100%;
    min-height: 379px;
    text-transform: uppercase;
    z-index: 2;
    overflow-y: visible;
    margin: auto;
}

.background-bottom {
    position: relative;
    bottom: -40px;
    background: url('../images/bgd-bottom.jpg') bottom center no-repeat;
    background-size: 100%;
    min-height: 627px;
    z-index: 1;
    margin: auto;
    overflow-y: visible;
    margin-top: -560px;
}

@media (max-width:767px) {
    .background-top, .background-bottom {
        background-size: 180%;
    }

    .background-top {
        background-size: 200%;
    }

    .background-bottom {
        background-size: 150%;
    }
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

p > .btn {
    margin: 5px 0;
}

.navbar .container {
    width: auto;
}

.header {
    text-align: center;
    color: white;
    padding: 35px 0 15px;
}

@media (max-width:767px) {
    .header {
        padding: 100px 0 15px;
    }
}

.header > img.logo {
    margin: 50px 0 30px;
}

.header > p {
    font-size: 26px;
    font-weight: bold;
}

.feedback-btn {
    position: absolute;
    right: 45px;
    top: 55px;
}

@media (max-width:361px) {
    .feedback-btn {
        right: 25px;
    }
}

@media (min-width:768px) {
    .star-rating {
        padding: 0px 15px;
    }
}

@media (max-width:767px) {
    .star-rating {
        padding: 0 0;
    }
}

@media (max-width:413px) {
    .star-rating {
        margin: 0 -15px;
    }
}

.clear-rating, .clear-rating-active, .caption {
    display: none !important;
}

.rating-container .filled-stars {
    color: #1b478c !important;
}

.theme-krajee-svg .filled-stars .krajee-icon-star {
    background-image: url(../images/star.svg) !important;
}

.content-wrapper, .selection .content-wrapper {
    /* background-color: white; */
    border-radius: 5px;
    text-transform: none;
}

@media (min-width:767px) {
    .select .background-top {
        height: 1120px;
    }
}

@media (min-width:992px) {
    .content-wrapper {
        /* width: 800px; */
    }

    .content-wrapper {
        /* width: unset; */
    }
}

@media (min-width:992px) {
    .selection .content-wrapper {
        width: 810px;
    }
}

.intro, .select1 {
    padding: 35px;
    padding-top: 0;
    padding-bottom: 30px;
}

.intro2 .intro-panel-left {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}

.intro2:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.intro2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .intro2 > [class*='col-'] {
        flex-direction: column;
    }

.intro-panel-left1 {
    background-color: #991f8e;
    padding-bottom: 30px;
}

.intro-panel-left2 {
    background-color: #ad47a4;
    padding-bottom: 25px;
}

.intro-panel-left3 {
    background-color: #c162b9;
}

.intro-panel-left4 {
    background-color: #d27ac7;
}

.intro-panel-left5 {
    background-color: #dc94d3;
}

.intro2-1 {
    background-color: #991f8e;
}

.intro2-2 {
    background-color: #b966b2;
}

.intro2-3 {
    background-color: #cf90c8;
}

.intro2-1,
.intro2-2,
.intro2-3 {
    margin: 0;
}

.intro2 .intro-panel-right {
    padding: 20px;
    line-height: 1.55;
}

    .intro2 .intro-panel-right > ul {
        list-style: none;
        padding: 0;
        margin: 0 0 8px;
    }

.intro-panel-right > ul > li {
    background: url('../images/bullet-blue.png') no-repeat left 7px;
    color: #555555;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 10px;
    padding-left: 20px;
}

.intro-panel-right1 {
    background-color: #eee;
}

.intro-panel-right2 {
    background-color: #f7f7f7;
}

.intro-panel-right3 {
    background-color: #fafafa;
}

.intro-panel-left span {
    margin-top: 40px;
    margin-bottom: 12px;
}

.intro2 .intro-panel-right .panel-default {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.intro2 .intro-panel-right .panel-body {
    background-color: initial;
    margin-bottom: initial;
}

    .intro2 .intro-panel-right .panel-body ul {
        padding-left: 28px;
        padding-top: 0;
        margin-bottom: 0;
    }

    .intro2 .intro-panel-right .panel-body li {
        padding-top: 2px;
        margin-bottom: initial;
    }

.intro2 .intro-panel-right .panel-default > .panel-heading {
    font-weight: bold;
    font-size: 14px;
    color: #5a5a5a;
    padding: 10px 15px;
}

@media (min-width: 992px) {
    .intro2 .intro-panel-right {
        padding: 20px 50px 15px 25px;
    }

        .intro2 .intro-panel-right .col-left {
            padding-right: 0;
        }

        .intro2 .intro-panel-right .col-right {
            padding-left: 0;
        }
}

@media (max-width:767px) {
    .intro-panel-left img {
        display: none;
    }

    .intro-panel-right {
        padding: 10px;
    }

    .intro2 .intro-panel-left {
        width: 100%;
        padding: 10px;
    }

        .intro2 .intro-panel-left span {
            display: none;
        }
}

.lowerbuttons {
    padding: 30px 40px;
    overflow: hidden;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .lowerbuttons a {
        text-decoration: none;
    }

.lowerbuttons2 {
    padding: 0 10px 15px;
    overflow: hidden;
}

.lowerbuttons3 {
    padding: 7px 0 15px;
    overflow: hidden;
    clear: both;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1b478c;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #1b478c;
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 15px 17px;
    font-size: 13px;
    border-radius: 3px;
}

.btn-primary,
.btn-primary2 {
    background-image: none;
    border-color: #1b478c;
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary:active,
    .btn-primary2, .btn-primary2:link, .btn-primary2:focus, .btn-primary2:hover, .btn-primary2:active {
        background-color: #1b478c;
        border-color: #1b478c;
        color: #fff !important;
    }

.btn-primary {
    background-color: white;
    color: #1b478c;
}

.btn-transparent-white,
.btn-transparent-white:hover,
.btn-transparent-white:focus {
    background-color: transparent;
    border-color: white;
    color: white;
}

.btn-feedback {
    width: 150px;
    padding-top: 12px;
}

.btn-obligations {
    width: 220px;
    margin: 15px 7px;
    text-decoration: none;
}

@media (max-width:550px) {
    .btn-obligations {
        width: 100%;
        margin: 5px 0;
    }
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
}

.btn-fullwidth {
    width: 100%;
    margin-left: 0;
}

.modal {
    top: 50px;
}

@media (max-width:440px) {
    .modal {
        top: 0;
    }
}

.modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 520px;
    }
}

.modal-header {
    padding: 35px;
    padding-bottom: 20px;
    border-bottom: 0;
}

    .modal-header h3 {
        text-align: center;
    }

.modal-body {
    padding: 0 45px;
}

.modal-footer {
    padding: 35px 45px 45px 45px;
    text-align: left;
    border-top: 0;
}

@media (max-width:767px) {
    .modal-footer {
        padding: 35px 0 45px 0;
    }
}

.modal-footer .btn-group-lg > .btn,
.modal-footer .btn-lg {
    min-width: 120px;
}

.modal-header .close {
    margin-top: -15px;
    margin-right: -13px;
    opacity: 0.7;
}

    .modal-header .close:hover {
        opacity: 1;
    }

/* Home page*/
@media (min-width:768px) {
    .small-wrapper {
        width: 800px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 5px;
    }
}

@media (max-width:767px) {
    .content-wrapper.small-wrapper {
        width: auto;
    }
}

.form1 {
    margin: 60px;
    margin-top: -15px;
    padding-bottom: 70px;
}

@media (max-width:413px) {
    .form1 {
        margin: 25px;
        margin-top: -15px;
    }
}

.form1 label, .select1 label {
    font-weight: normal;
    font-size: 15px;
}

.select1 .inline-label {
    margin-right: 20px;
}

@media (max-width:768px) {
    .select1 .radio-style-2-label {
        width: 100%;
        margin: 10px 0 0 0 !important;
    }

    .select1 .inline-label {
        margin-right: 0;
    }
}

.greyBG {
    background-color: #f9f9f9;
    margin: 10px 0;
    padding: 6px 8px;
    overflow: hidden;
}

.floatleft {
    float: left;
    position: relative;
}

.floatright {
    float: right;
    position: relative;
}

.form1 input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.radio-style {
    opacity: 0;
    position: absolute;
}

.radio-style-2-label {
    margin-right: 20px !important;
}

    .radio-style-2-label:before {
        width: 22px !important;
        height: 22px !important;
        margin-left: -8px;
        margin-top: -5px;
    }

.radio-style:checked + .radio-style-2-label:before {
    background: #1ABC9C !important;
}

.form1 .btn-default,
.form1 .btn-default:hover,
.form1 .btn-default:focus,
.form1 .btn-default:active,
.form1 .btn-default:active:hover,
.form1 .open, .open > .dropdown-toggle.btn-default,
.form1 .open > .dropdown-toggle.btn-default:focus,
.form1 .open > .dropdown-toggle.btn-default:hover {
    font-weight: normal;
    text-transform: none;
    background-image: none;
    background-color: white;
    box-shadow: none;
    border-color: #999;
    border-radius: 0;
}

.form1 .bootstrap-select .dropdown-toggle:focus {
    color: #555555;
}

.form1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.dropdown-menu > li > a {
    white-space: normal;
    padding: 3px 12px;
}

/* Selection page */
@media(max-width:1040px) {
    .select .fade.in {
        padding-right: 0px !important;
    }
}

.wide-wrapper {
    width: 820px;
    padding: 0 30px;
}

.dark-link {
    color: #222222 !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

    .dark-link:hover {
        color: #1b478c !important;
    }

.h100 {
    height: 100px;
}

.select1 {
    padding: 0px 50px 0px;
}

@media (max-width:768px) {
    .select1 {
        padding: 0px 40px 10px;
    }
}

.select1 .greyBG {
    margin: 10px;
}

.select1 .col-md-2 {
    border-color: transparent;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.select1 .btn,
.select1 .btn:hover,
.select1 .btn.active,
.select1 .btn:focus,
.select1 .btn:disabled,
.select1 .btn:disabled:hover {
    background-size: 55px 40px;
    background-position: bottom 38px center !important;
    background-position: center !important; /* Safari */
    background-position-y: 20px !important; /* Safari */
    background-repeat: no-repeat !important;
    padding-top: 68px;
    border-radius: 3px !important;
    box-shadow: none;
    font-size: 0.79em;
    line-height: 1.1em;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0px;
    width: 100%;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
    white-space: pre-line;
}

    .select1 .btn, .select1 .btn.focus {
        background-color: white !important;
        border: 1px solid #91278e !important;
        color: #91279e;
    }

        .select1 .btn:hover {
            background-color: #91278e !important;
            border: 1px solid #91278e;
            color: white;
        }

        .select1 .btn.active {
            background-color: #4daa57 !important;
            border: 1px solid #4daa57 !important;
            color: white;
        }

@media (max-width: 768px) {
    .select1 .btn.focus, .select1 .btn:hover {
        background-color: white !important;
        border: 1px solid #91278e !important;
        color: #91279e;
    }

    .select1 .btn.active {
        background-color: #4daa57 !important;
        border: 1px solid #4daa57 !important;
        color: white;
    }
}

.select1 .btn:disabled {
    background-color: white !important;
    border: 1px solid #aaaaaa !important;
    color: #9d9d9d;
}

.select-consent, .select-consent.focus {
    background-image: url(../images/icons/icon_consent.png);
}

    .select-consent:hover, .select-consent.active {
        background: url(../images/icons/icon_consent_hover.png);
    }

    .select-consent:disabled:hover, .select-consent:disabled {
        background: url(../images/icons/icon_consent_disabled.png) !important;
    }

.select-purpose, .select-purpose.focus {
    background: url(../images/icons/icon_purpose.png);
}

    .select-purpose:hover, .select-purpose.active {
        background: url(../images/icons/icon_purpose_hover.png);
    }

    .select-purpose:disabled:hover, .select-purpose:disabled {
        background: url(../images/icons/icon_purpose_disabled.png) !important;
    }

.select-notification, .select-notification.focus {
    background: url(../images/icons/icon_notification.png);
}

    .select-notification:hover, .select-notification.active {
        background: url(../images/icons/icon_notification_hover.png);
    }

    .select-notification:disabled:hover, .select-notification:disabled {
        background: url(../images/icons/icon_notification_disabled.png) !important;
    }

.select-access, .select-access.focus {
    background: url(../images/icons/icon_access.png);
}

    .select-access:hover, .select-access.active {
        background: url(../images/icons/icon_access_hover.png);
    }

    .select-access:disabled:hover, .select-access:disabled {
        background: url(../images/icons/icon_access_disabled.png) !important;
    }

.select-accuracy, .select-accuracy.focus {
    background: url(../images/icons/icon_accuracy.png);
}

    .select-accuracy:hover, .select-accuracy.active {
        background: url(../images/icons/icon_accuracy_hover.png);
    }

    .select-accuracy:disabled:hover, .select-accuracy:disabled {
        background: url(../images/icons/icon_accuracy_disabled.png) !important;
    }

.select-protection, .select-protection.focus {
    background: url(../images/icons/icon_protection.png);
}

    .select-protection:hover, .select-protection.active {
        background: url(../images/icons/icon_protection_hover.png);
    }

    .select-protection:disabled:hover, .select-protection:disabled {
        background: url(../images/icons/icon_protection_disabled.png) !important;
    }

.select-retention, .select-retention.focus {
    background: url(../images/icons/icon_retention.png);
}

    .select-retention:hover, .select-retention.active {
        background: url(../images/icons/icon_retention_hover.png);
    }

    .select-retention:disabled:hover, .select-retention:disabled {
        background: url(../images/icons/icon_retention_disabled.png) !important;
    }

.select-transfer, .select-transfer.focus {
    background: url(../images/icons/icon_transfer.png);
}

    .select-transfer:hover, .select-transfer.active {
        background: url(../images/icons/icon_transfer_hover.png);
    }

    .select-transfer:disabled:hover, .select-transfer:disabled {
        background: url(../images/icons/icon_transfer_disabled.png) !important;
    }

.select-openness, .select-openness.focus {
    background: url(../images/icons/icon_openness.png);
}

    .select-openness:hover, .select-openness.active {
        background: url(../images/icons/icon_openness_hover.png);
    }

    .select-openness:disabled:hover, .select-openness:disabled {
        background: url(../images/icons/icon_openness_disabled.png) !important;
    }

.select-dnc, .select-dnc.focus {
    background: url(../images/icons/icon_dnc.png);
}

    .select-dnc:hover, .select-dnc.active {
        background: url(../images/icons/icon_dnc_hover.png);
    }

    .select-dnc:disabled:hover, .select-dnc:disabled {
        background: url(../images/icons/icon_dnc_disabled.png) !important;
    }

.xselect-Consent, .xselect-Consent.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Consent_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Consent:hover, .xselect-Consent.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Consent_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Consent:disabled:hover, .xselect-Consent:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Consent_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Purpose-Limitation, .xselect-Purpose-Limitation.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Purpose-Limitation_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Purpose-Limitation:hover, .xselect-Purpose-Limitation.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Purpose-Limitation_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Purpose-Limitation:disabled:hover, .xselect-Purpose-Limitation:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Purpose-Limitation_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Notification, .xselect-Notification.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Notification_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Notification:hover, .xselect-Notification.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Notification_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Notification:disabled:hover, .xselect-Notification:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Notification_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Access-Correction, .xselect-Access-Correction.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Access-Correction_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Access-Correction:hover, .xselect-Access-Correction.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Access-Correction_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Access-Correction:disabled:hover, .xselect-Access-Correction:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Access-Correction_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Accuracy, .xselect-Accuracy.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Accuracy_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Accuracy:hover, .xselect-Accuracy.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Accuracy_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Accuracy:disabled:hover, .xselect-Accuracy:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Accuracy_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Protection, .xselect-Protection.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Protection_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Protection:hover, .xselect-Protection.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Protection_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Protection:disabled:hover, .xselect-Protection:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Protection_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Retention-Limitation, .xselect-Retention-Limitation.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Retention-Limitation_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Retention-Limitation:hover, .xselect-Retention-Limitation.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Retention-Limitation_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Retention-Limitation:disabled:hover, .xselect-Retention-Limitation:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Retention-Limitation_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Transfer-Limitation, .xselect-Transfer-Limitation.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Transfer-Limitation_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Transfer-Limitation:hover, .xselect-Transfer-Limitation.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Transfer-Limitation_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Transfer-Limitation:disabled:hover, .xselect-Transfer-Limitation:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Transfer-Limitation_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Openness, .xselect-Openness.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Openness_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Openness:hover, .xselect-Openness.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Openness_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Openness:disabled:hover, .xselect-Openness:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Openness_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.xselect-Do-Not-Call, .xselect-Do-Not-Call.focus {
    background-image: url(../../images/default-source/toolkit-images/icon_Do-Not-Call_hover.png?Status=Master&sfvrsn=0);
}

    .xselect-Do-Not-Call:hover, .xselect-Do-Not-Call.active {
        background-image: url(../../images/default-source/toolkit-images/icon_Do-Not-Call_hover.png?Status=Master&sfvrsn=0);
    }

    .xselect-Do-Not-Call:disabled:hover, .xselect-Do-Not-Call:disabled {
        background-image: url(../../images/default-source/toolkit-images/icon_Do-Not-Call_disabled.png?Status=Master&sfvrsn=0) !important;
    }

.select1 input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.h100 {
    height: 100px;
}

.select1 .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.select1 .tooltip .tooltip-inner {
    background-color: rgba(45,45,45,1);
    padding: 15px 20px 12px;
    min-width: 280px !important;
    min-height: 63px !important;
}

@media (max-width: 992px) {
    .intro2 .select1 .tooltip .tooltip-inner {
        max-width: 170px !important;
        min-width: 170px !important;
        margin-left: 40px;
    }

    .select1 .tooltip.in {
        opacity: 0;
    }
}

.btn-grey {
    background-color: #bfc0c1;
    border: 0;
}

.btn-select1,
.btn-select1:focus {
    background-color: #4daa57;
}

    .btn-select1:hover,
    .btn-select1.active:hover {
        background-color: #92278f;
    }

    .btn-select1.active {
        background-color: #ef8354;
    }

    .btn-select1,
    .btn-select1:hover,
    .btn-select1:focus {
        background-image: url(../images/icons/icon_white_tick.png);
        padding-left: 20px;
    }

        .btn-select1.active,
        .btn-select1.active:hover {
            background-image: url(../images/icons/icon_white_dash.png);
            padding-left: 42px;
        }

        .btn-select1,
        .btn-select1:hover,
        .btn-select1:focus,
        .btn-select1.active {
            border: 0;
            width: 170px;
        }

@media (max-width:768px) {
    .btn-select1,
    .btn-select1:hover,
    .btn-select1:focus,
    .btn-select1.active,
    .intro2 .btn-grey {
        width: 100%;
    }
}

.btn-select1,
.btn-select1:hover,
.btn-select1:focus,
.btn-select1.active {
    background-size: 25px 25px;
    background-position: center left 10px !important;
    background-position-x: 10px; /* Safari */
    background-position-y: 10px; /* Safari */
    background-repeat: no-repeat !important;
    box-shadow: none;
}

@media (min-width:992px) {
    .modal-guide {
        width: 810px;
    }
}

#guide-me.modal {
    top: 0;
    padding-top: 20px;
    overflow: scroll;
}

@media (max-width:992px) {
    #guide-me.modal {
        padding-top: 0;
    }
}

.modal-guide .modal-content {
    border-radius: 3px;
}

.modal-guide .modal-body {
    padding: 0;
}

.modal-guide .carousel {
    margin-bottom: 0;
    margin-top: 10px;
    height: auto !important;
}

    .modal-guide .carousel .item {
        background-color: transparent;
        overflow-y: visible;
    }

.modal-guide .modal-footer {
    text-align: left;
    padding: 10px 55px 25px;
}

.modal-guide .carousel-control {
    color: #91278e;
    text-align: center;
    text-shadow: none;
    opacity: 1;
    width: 58px;
}

.modal-guide .carousel-caption {
    color: #5a5a5a;
    text-align: inherit;
    text-shadow: none;
    right: 0;
    left: 0;
    margin: 0 58px;
    bottom: auto;
    margin-top: -10px;
    position: relative;
}

.modal-guide .carousel-inner > .item > img {
    height: 340px;
    width: 694px;
    min-width: 694px;
    margin: 0 58px;
    position: relative;
}

@media (max-width:992px) {
    .modal-guide .carousel-inner > .item > img {
        height: auto;
        width: 77%;
        min-width: 77%;
        margin: auto;
    }
}

.modal-guide .container {
    width: 100%;
}

.modal-guide .carousel-control.left, .modal-guide .carousel-control.right {
    background: transparent;
}

.modal-guide .glyphicon-chevron-left, .modal-guide .glyphicon-chevron-right {
    top: 165px;
}

    .modal-guide .glyphicon-chevron-left:before {
        content: url(../images/icons/glyphicon-chevron-left.png)
    }

    .modal-guide .glyphicon-chevron-right:before {
        content: url(../images/icons/glyphicon-chevron-right.png)
    }

.modal-guide .carousel-caption h5 {
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    margin-bottom: 20px;
}

.modal-guide .carousel-indicators {
    position: relative;
    bottom: 30px;
    margin-bottom: -30px;
}

    .modal-guide .carousel-indicators li {
        background-color: #ccc;
        border: 0;
    }

        .modal-guide .carousel-indicators li:hover {
            background-color: #91278e;
        }

    .modal-guide .carousel-indicators .active {
        background-color: #91278e;
        width: 15px;
        height: 15px;
        margin: -1px 1px;
    }

.modal-guide .tab-content {
    font-size: 13px;
    background-color: #f9f9f9;
    padding: 12px;
    margin-bottom: 30px;
}

.modal-guide .nav-tabs > li {
    margin-right: 2px;
    margin-bottom: 0;
}

    .modal-guide .nav-tabs > li > a {
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        background-color: #f1f1f1;
        border: 0;
        border-radius: 0;
    }

    .modal-guide .nav-tabs > li.active > a, .modal-guide .nav-tabs > li:hover > a {
        background-color: #91278e;
        color: white;
        border: 0;
    }

.modal-guide .nav-tabs {
    border-bottom: 0;
}

.modal-guide .carousel-caption p {
    font-size: 13px;
    margin-bottom: 10px;
}

.modal-guide .tab-pane ul {
    list-style: none;
    padding: 0;
    margin: 7px 1px 0;
}

    .modal-guide .tab-pane ul li {
        background: url(../images/bullet-grey.png) no-repeat left 3px top 4px;
        line-height: initial;
        margin-bottom: 8px;
        padding-left: 17px;
    }

/* Report */
.index-print, .index-print-content, .index-print-content2 {
    top: 30px;
    height: 842px;
    width: 595px;
    position: relative;
    padding: 0;
    margin: auto;
}

.index-print-content2 {
    margin-top: 0;
    background-color: white;
}

.index-print {
    z-index: 88;
}

.index-print-content {
    z-index: 99;
    margin-top: -842px;
    text-align: center;
}

    .index-print-content h3.report-title1 {
        font-size: 30px;
        color: black;
        line-height: 1.3;
    }

    .index-print-content .report-openness-bgd,
    .index-print-content .report-openness-content {
        height: 136px;
        width: 371px;
        position: relative;
        padding: 0;
        margin: auto;
    }

    .index-print-content .report-openness-bgd {
        z-index: 66;
    }

    .index-print-content .report-openness-content {
        z-index: 77;
        margin-top: -136px;
        text-align: center;
    }

.progress-status {
    position: absolute;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: 9px;
    font-weight: bold;
}

.progress {
    position: relative;
    height: 40px;
    margin-top: 6px;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none !important;
    background-image: linear-gradient(to bottom,#bb8ac4 0,#bb8ac4 0%) !important; /* background for printing */
    z-index: 0;
}

.progress-bar {
    background-image: linear-gradient(to bottom,#91278e 0,#91278e 0%) !important; /* background for printing */
    z-index: 77;
}

.index-print-content2 h3.report-title1 {
    font-size: 18px;
    margin-top: 20px;
}

.index-print-content2 h6 {
    color: #999999;
    margin-top: 5px;
}

.index-print-content2 .greyBG {
    background-image: linear-gradient(to bottom,#f8f8f8 0,#f8f8f8 0%) !important; /* background for printing */
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
}

.index-print-content2 ul {
    padding-left: 33px
}

    .index-print-content2 ul > li {
        margin-bottom: 10px
    }

/* Report Icons */
.index-print-content2 .icon-circle-purple {
    display: block;
    float: left;
    margin-top: 1px;
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    padding: 1px 0 0 7px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#91278e 0,#91278e 0%) !important; /* background for printing */
}

.index-print-content2 .icon {
    display: block;
    float: left;
    margin-top: -2px;
}

.index-print-content2 .icon-text {
    padding-left: 30px;
}

/* Results Icons */
.gcheckIcon {
    content: "";
    display: block;
    background: url(../images/icons/green-check.png) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
    margin-top: 2px;
}

.orangeIcon {
    content: "";
    display: block;
    background: url(../images/icons/orange.png) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
    margin-top: 2px;
}

.ralertIcon {
    content: "";
    display: block;
    background: url(../images/icons/red-alert.png) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
    margin-top: 2px;
}

.gcheck, .orange, .ralert, #sdt1, #sdt2, #sdt3 {
    padding-left: 30px;
}

.bhome:before {
    content: "";
    display: block;
    background: url('../images/icons/icon_home.png') no-repeat;
    width: 30px;
    height: 17px;
    float: left;
}

.acc-open:after {
    content: "";
    display: block;
    background: url('../images/icons/acc-open.png') no-repeat;
    width: 25px;
    height: 20px;
    float: right;
}

.acc-close:after {
    content: "";
    display: block;
    background: url('../images/icons/acc-close.png') no-repeat;
    width: 25px;
    height: 20px;
    float: right;
}

.phide:before {
    content: "";
    display: block;
    background: url('../images/icons/purple-hide.png') no-repeat;
    width: 25px;
    height: 20px;
    float: left;
}

.pshow:before {
    content: "";
    display: block;
    background: url('../images/icons/purple-show.png') no-repeat;
    width: 25px;
    height: 20px;
    float: left;
}

.pbtn:before {
    content: "";
    display: block;
    background: url('../images/icons/purple-download.png') no-repeat;
    width: 40px;
    height: 20px;
    float: left;
}

.results a.acc-open, .results a.acc-close {
    text-decoration: none;
    cursor: pointer;
    color: #565656;
    font-weight: bold;
    font-size: 16px;
}

.results .panel-title {
    /* padding: 12px; */
    /* padding-left: 40px; */
    /* text-align: left; */
}

.results .leftright-5percent {
    padding-left: 5%;
    padding-right: 5%;
}

.results .topbottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.results .jumbotron {
    padding: 30px;
    background: #fff;
}

/* Results */
body.results {
    background-color: #1b478c;
    overflow-y: scroll;
}

.results .fade.in, .results.modal-open {
    padding-right: 0 !important;
}

.results .company-header {
    background: #f4f4f4;
    padding: 4px 40px;
}

.results h5 {
    font-weight: bold;
}

.results .results-achieved,
.results .results-wip,
.results .results-completed {
    padding: 10px 40px;
}

    .results .results-achieved h5,
    .results .results-wip h5,
    .results .results-completed h5 {
        text-transform: uppercase;
    }

.results .results-wip {
    background-color: #f4f4f4;
    border-radius: 4px;
}

    .results .results-achieved p,
    .results .results-wip p,
    .results .results-completed p {
        padding: 0 0 0 30px;
        margin: 0 0 16px;
    }

    .results .results-achieved ul,
    .results .results-wip ul,
    .results .results-completed ul {
        padding: 0 0 0 47px
    }

.results .content {
    background-color: white;
    padding: 30px 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /* margin-bottom: 5px; */
}

    .results .content ol {
        padding-left: 34px;
        margin-bottom: 20px;
    }

.results .box {
    border: 1px solid #000;
    padding: 20px 20px 0 20px;
    margin-bottom: 10px;
}

#pclick1, #pclick2, #pclick3 {
    text-align: left;
    margin-bottom: 15px;
    width: 115px;
    font-weight: bold;
    color: #91278e;
}

.results .panel-title > a {
    font-weight: bold;
    font-size: 16px;
    color: #5a5a5a;
    text-decoration: none;
    /* text-align:left; */
    /* text-transform:uppercase; */
}

    .results .panel-title > a.collapsed:after {
        content: "";
        display: block;
        background: url('../images/icons/acc-open.png') no-repeat;
        width: 25px;
        height: 20px;
        float: right;
    }

    .results .panel-title > a:after {
        content: "";
        display: block;
        background: url('../images/icons/acc-close.png') no-repeat;
        width: 25px;
        height: 20px;
        float: right;
    }

.results .panel-body {
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
}

.results .panel-group .panel-group .panel {
    overflow: hidden;
    background-color: transparent;
    margin-bottom: 20px;
}

.results .panel-group .panel-body {
    background-color: transparent;
}

.intro a,
.intro2 a,
.results .panel-group .panel-group .panel-heading-title,
.results .panel-body a,
.results .results-achieved a,
.results .results-completed a {
    font-weight: bold;
}

    .intro a,
    .intro a:focus,
    .intro2 a,
    .intro2 a:focus,
    .results .panel-group .panel-group a,
    .results .panel-group .panel-group a:focus,
    .results .panel-body a,
    .results .panel-body a:focus,
    .results .results-achieved a,
    .results .results-achieved a:focus,
    .results .results-completed a,
    .results .results-completed a:focus {
        color: #91278e;
        text-decoration: none;
    }

        .results .panel-group .panel-group a.collapsed .panel-heading-title:before {
            content: "Show Details";
            position: relative;
            top: -4px;
            left: 10px;
        }

        .results .panel-group .panel-group a.collapsed:before {
            /* symbol for "collapsed" panels */
            content: url(../images/icons/purple-show.png);
        }

        .results .panel-group .panel-group a .panel-heading-title:before {
            content: "Hide Details";
            position: relative;
            top: -4px;
            left: 10px;
        }

        .results .panel-group .panel-group a:before {
            /* symbol for "collapsed" panels */
            content: url(../images/icons/purple-hide.png);
        }

.results .panel-group .panel-group .panel-collapse {
    padding-left: 30px;
}

    .results .panel-group .panel-group .panel-collapse p {
        padding-left: 0;
    }

    .results .panel-group .panel-group .panel-collapse ol,
    .results .panel-group .panel-group .panel-collapse ul {
        padding-left: 20px
    }
/* Questions */
body.results,
body.questions {
    background-color: #92278f;
}

.results .header,
.questions .header {
    background-color: #9d3d9a;
    padding: 11px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
}

.questions .sub-header {
    text-align: center;
    margin: 10px 0 -20px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 18px;
}

.questions .header .wrapper {
    width: 100%;
    background-color: transparent;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.questions .content em {
    font-weight: bold;
    display: block;
}

.questions ul {
    padding-left: 18px;
    margin-bottom: 20px;
}

.questions .panel-right2 ul {
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .questions .header .wrapper {
        width: 900px;
        padding: 0;
    }
}

.questions .header .wrapper .button-home {
    font-weight: normal;
    font-size: 14px;
    text-transform: initial;
    padding-top: 10px;
}

@media (min-width: 1200px) {
    .questions .header .wrapper .button-home {
        position: absolute;
        right: 0;
        top: 4px;
        padding-top: 0;
    }
}

.questions .header .wrapper .button-home a {
    color: #fff;
    text-decoration: none;
}

    .questions .header .wrapper .button-home a:hover,
    .questions .header .wrapper .button-home a:focus {
        text-decoration: none;
    }

.questions .modal-header h3 {
    text-transform: capitalize;
}

.icon-home, .icon-info, .icon-feedback, .icon-close, .icon-info-sm, .icon-white-tick {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info {
    top: 7px;
}

.icon-feedback {
    top: 4px;
    margin-right: 8px;
}

.icon-info-sm {
    top: 2px;
    margin-right: 6px;
    position: relative;
    float: left;
}

.icon-white-tick {
    top: 6px;
    margin-right: 8px;
}

.icon-home:before {
    content: url(../images/icons/icon_home.png);
    padding-right: 5px;
}

.icon-info:before {
    content: url(../images/icons/icon_info.png);
}

.icon-feedback:before {
    content: url(../images/icons/icon_feedback.png);
}

.icon-close:before {
    content: url(../images/icons/icon_close.png);
}

.icon-info-sm:before {
    content: url(../images/icons/icon_info_sm.png);
}

.icon-white-tick:before {
    content: url(../images/icons/icon_white_tick.png);
}

.questions .content-wrapper {
    width: 100%;
    background-color: transparent;
    padding-top: 30px;
}

@media (min-width: 1200px) {
    .questions .content-wrapper {
        padding-top: 45px;
        margin: 0 auto;
        overflow: hidden;
    }
}

.panel {
    /* border:0; */
    /* margin-bottom: 0; */
    /* box-shadow: none; */
}

.panel-group {
    clear: both;
}

.panel-left, .panel-right {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.panel-right {
    margin-top: 0;
}

    .panel-right .content {
        padding: 18px 10px 1px 10px;
        border: 1px solid #fff;
    }

.panel-right2 {
    font-size: 13px;
    line-height: 1.45;
    padding: 1.5rem 2rem 2.25rem;
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tips {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.45;
    padding: 0.5rem 2rem 1.5rem;
    background-color: #d1dae8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel-right, .tips {
    margin-top: 0;
}

.panel-left .heading {
    padding: 18px 0 18px 20px;
    font-weight: 700;
}

.panel-right .category {
    background-color: #f9f9f9;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-right .category a {
        text-decoration: none;
        cursor: pointer;
    }

        .panel-right .category a:hover,
        .panel-right .category a:focus {
            color: #565656;
        }

        .panel-right .category a:focus {
            outline: none
        }

.results .footer,
.questions .footer {
    text-align: center;
    padding: 20px 0 40px;
}

    .results .footer p,
    .questions .footer p {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }

.content {
    padding: 20px 10px 0;
    overflow: hidden;
}

    .content h1 {
        font-size: 52px;
        font-weight: 700;
        margin: 0;
        line-height: 50px;
    }

    .content h4 {
        line-height: normal;
        margin: 0 0 20px;
        font-weight: 700;
    }

    .content a.red {
        color: #c5182e;
        text-decoration: none;
    }

.panel-default > .panel-heading {
    background: none;
    padding-left: 20px;
    /* overflow: hidden; */
}

    .panel-default > .panel-heading h5 {
        font-weight: 700;
    }

.panel-right .panel-title > a {
    color: #1b478c;
    text-decoration: none;
}

.panel-body {
    background-color: #f4e9f4;
    margin-bottom: 20px;
}

    .panel-body ul {
        list-style: disc;
        padding: 10px 0 0 17px;
    }

        .panel-body ul li {
            /*background: url('../images/icons/icon_checkmark.png') no-repeat left 6px;
	padding-left: 30px;*/
            margin-bottom: 10px;
        }

.panel-heading .accordion-toggle .panel-heading-title:before {
    content: "Hide Details";
    position: relative;
    top: 5px;
    left: 5px;
}

.panel-right .panel-heading .accordion-toggle:before {
    /* symbol for "opening" panels */
    content: url(../images/icons/icon_hide.png);
    float: left; /* adjust as needed */
}

.panel-right .panel-heading .accordion-toggle.collapsed .panel-heading-title:before {
    content: "Show More";
    position: relative;
    top: 5px;
    left: 5px;
}

.panel-right .panel-heading .accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: url(../images/icons/icon_show.png);
}

.panel-right .panel-heading .accordion-toggle:after,
.panel-right .panel-heading .accordion-toggle.collapsed:after {
    content: none;
}

.panel-right .panel-heading .panel-title {
    text-align: left;
}

.results .panel .collapse {
    /* padding: 0 40px 10px; */
}

    .results .panel .collapse > ol {
        /* padding-right: 29px; */
        /* margin-top: 5px; */
        /* margin-bottom: 10px; */
    }

        .results .panel .collapse > ol > li {
            /* padding-left: 7px; */
            /* margin-bottom: 10px; */
        }

            .results .panel .collapse > ol > li > ol {
                /* padding-left: 24px; */
            }

.results ol {
    /* padding-left: 34px; */
    /* margin-bottom:40px; */
}

ol ol {
    padding-left: 20px;
    padding-right: 0;
}

.options .btn {
    margin: 0 0 10px;
    width: 100%;
    text-align: left;
    text-transform: none; /* IE */
    color: #31393c;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    border: 1px solid #c7c7c7;
}

    .options .btn.active {
        box-shadow: none;
    }

        .options .btn.active.focus {
            outline: none;
            box-shadow: none;
        }

    .options .btn.implemented:before {
        content: 'Implemented'
    }

    .options .btn.implemented.active {
        position: relative;
        background-color: #4daa57;
        color: #fff;
        font-weight: 700;
    }

        .options .btn.implemented.active:before {
            content: 'Implemented'
        }

    .options .btn.implemented-partial:before {
        content: 'Partially Implemented'
    }

    .options .btn.implemented-partial.active {
        position: relative;
        background-color: #ef8354;
        color: #fff;
        font-weight: 700;
    }

    .options .btn.implemented-not-yet:before {
        content: 'Not Implemented'
    }

    .options .btn.implemented-not-yet.active {
        position: relative;
        background-color: #c33149;
        color: #fff;
        font-weight: 700;
    }

    .options .btn.not-applicable:before {
        content: 'Not Applicable'
    }

    .options .btn.not-applicable.active {
        position: relative;
        background-color: #b5b5b5;
        color: #fff;
        font-weight: 700;
    }

        .options .btn.implemented.active:after,
        .options .btn.implemented-partial.active:after,
        .options .btn.implemented-not-yet.active:after,
        .options .btn.not-applicable.active:after {
            content: url(../images/icons/icon_checkmark_large.png);
            position: absolute;
            top: 12px;
            right: 20px;
        }

.btn-add-doc {
    margin: 20px 0 0;
    background-color: #4daa57;
    color: #fff;
    text-transform: initial;
    padding: 10px 15px 12px;
}

    .btn-add-doc:focus, .btn-add-doc:hover {
        background-color: #4daa57;
        color: #fff;
    }

.icon-plus-sign {
    position: relative;
    top: 4px;
    display: inline-block;
    padding-right: 10px;
}

    .icon-plus-sign:before {
        content: url(../images/icons/icon_plus_sign.png);
    }

.btn-previous {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    background: none;
    text-decoration: none;
    padding: 16px 0;
    text-align: left;
}

@media (min-width: 768px) {
    .btn-previous {
        padding: 15px 0 0 0;
    }
}

.btn-next, .btn-next:hover, .btn-next:focus {
    margin: 0;
    padding: 15px 17px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #1b478c;
    border-color: #1b478c;
    color: white;
    border-radius: 3px;
    text-decoration: none;
}
/* ----------------------------------------------------------------
	Questions Navigation
-----------------------------------------------------------------*/
.nav.nav-pills {
    padding-left: 0;
    padding-right: 0;
}

.nav-pills > li > a,
.nav-pills > li > a:hover {
    background-color: #fff;
    color: #565656;
    border-radius: 0;
    text-decoration: none;
    padding-right: 20px;
    font-size: 12px;
    vertical-align: middle;
    display: table;
    width: 100.5%;
}

    .nav-pills > li > a > span.icon-arrow-right {
        line-height: 240%;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #1b478c;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.nav-pills a > .fas {
    font-size: 1.65em;
    width: 35px;
    text-align: center;
    color: #1b478c;
    margin-right: 7px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
}

.nav-pills a > text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
}

.nav-pills > li.active a > .fas,
.nav-pills > li.active a:focus > .fas {
    color: white;
}

.icon-arrow-right:before {
    position: absolute;
    top: 13px;
    right: 10px;
    display: inline-block;
    content: url(../images/icons/icon_arrow_right.png);
}

.icon-consent,
.icon-purpose,
.icon-notification,
.icon-access,
.icon-accuracy,
.icon-protection,
.icon-retention,
.icon-transfers,
.icon-openness,
.icon-dnc,
.icon-general {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

    .icon-consent:before,
    .icon-purpose:before,
    .icon-notification:before,
    .icon-access:before,
    .icon-accuracy:before,
    .icon-protection:before,
    .icon-retention:before,
    .icon-transfers:before,
    .icon-openness:before,
    .icon-dnc:before,
    .icon-general:before {
        content: '';
        display: inline-block;
        width: 36px;
        height: 26px;
    }

    .icon-consent:before {
        background: url(../images/icons/icon_consent.png) no-repeat 0 0;
        background-size: 100%
    }

.nav-pills > li > a:hover .icon-consent:before,
.nav-pills > li.active > a .icon-consent:before {
    background: url(../images/icons/icon_consent_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-purpose:before {
    background: url(../images/icons/icon_purpose.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-purpose:before,
.nav-pills > li.active > a .icon-purpose:before {
    background: url(../images/icons/icon_purpose_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-access:before {
    background: url(../images/icons/icon_access.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-access:before,
.nav-pills > li.active > a .icon-access:before {
    background: url(../images/icons/icon_access_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-accuracy:before {
    background: url(../images/icons/icon_accuracy.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-accuracy:before,
.nav-pills > li.active > a .icon-accuracy:before {
    background: url(../images/icons/icon_accuracy_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-protection:before {
    background: url(../images/icons/icon_protection.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-protection:before,
.nav-pills > li.active > a .icon-protection:before {
    background: url(../images/icons/icon_protection_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-retention:before {
    background: url(../images/icons/icon_retention.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-retention:before,
.nav-pills > li.active > a .icon-retention:before {
    background: url(../images/icons/icon_retention_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-transfers:before {
    background: url(../images/icons/icon_transfer.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-transfers:before,
.nav-pills > li.active > a .icon-transfers:before {
    background: url(../images/icons/icon_transfer_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-notification:before {
    background: url(../images/icons/icon_notification.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-notification:before,
.nav-pills > li.active > a .icon-notification:before {
    background: url(../images/icons/icon_notification_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-openness:before {
    background: url(../images/icons/icon_openness.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-openness:before,
.nav-pills > li.active > a .icon-openness:before {
    background: url(../images/icons/icon_openness_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-dnc:before {
    background: url(../images/icons/icon_dnc.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-dnc:before,
.nav-pills > li.active > a .icon-dnc:before {
    background: url(../images/icons/icon_dnc_hover.png) no-repeat 0 0;
    background-size: 100%
}

.icon-general:before {
    background: url(../images/icons/icon_general.png) no-repeat 0 0;
    background-size: 100%
}

.nav-pills > li > a:hover .icon-general:before,
.nav-pills > li.active > a .icon-general:before {
    background: url(../images/icons/icon_general_hover.png) no-repeat 0 0;
    background-size: 100%
}

/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/

.steps {
    border-bottom: 1px solid #e9e9e9;
}

.process-steps {
    margin: 20px auto 0;
    padding: 0;
    list-style: none;
}

    .process-steps li {
        float: left;
        position: relative;
        text-align: center;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .process-steps li span {
            position: relative;
            display: block;
            margin: 0 auto;
            border-radius: 50%;
            border: 1px solid #1b478c;
            width: 30px;
            height: 30px;
            line-height: 27px;
            font-weight: 700;
            color: #1b478c;
        }

        .process-steps li.active span {
            background-color: #1b478c;
            color: #fff;
        }

        .process-steps li:before,
        .process-steps li:after {
            content: '';
            position: absolute;
            top: 13px;
            left: 0;
            /* margin-left: -16px; */
            /* width: 49%; */
            border-top: 6px dotted #1b478c;
        }

        .process-steps li:after {
            left: auto;
            right: 0;
            /* margin-right: -18px; */
        }

    .process-steps.process-1 li {
        width: 100%;
    }

    .process-steps.process-2 {
        width: 48%;
    }

        .process-steps.process-2 li {
            width: 50%;
        }

            .process-steps.process-2 li:before,
            .process-steps.process-2 li:after {
                margin-left: -1px;
                width: 30%;
            }

            .process-steps.process-2 li:after {
                margin-right: -5px;
                width: 30%;
            }

    .process-steps.process-3 {
        width: 65%;
    }

        .process-steps.process-3 li {
            width: 33.33%;
        }

            .process-steps.process-3 li:before,
            .process-steps.process-3 li:after {
                margin-left: -2px;
                width: 30%;
            }

            .process-steps.process-3 li:after {
                margin-right: -4px;
                width: 30%;
            }

    .process-steps.process-4 {
        width: 80%;
    }

        .process-steps.process-4 li {
            width: 25%;
        }

            .process-steps.process-4 li:before,
            .process-steps.process-4 li:after {
                margin-left: -3px;
                width: 30%;
            }

            .process-steps.process-4 li:after {
                margin-right: -3px;
                width: 30%;
            }

    .process-steps.process-5 li {
        width: 20%;
    }

        .process-steps.process-5 li:before,
        .process-steps.process-5 li:after {
            margin-left: -3px;
            width: 30%;
        }

        .process-steps.process-5 li:after {
            margin-right: -3px;
            width: 30%;
        }

    .process-steps.process-6 li {
        width: 16.667%;
    }

        .process-steps.process-6 li:before,
        .process-steps.process-6 li:after {
            margin-left: -3px;
            width: 27%;
        }

        .process-steps.process-6 li:after {
            margin-right: -3px;
            width: 27%;
        }

    .process-steps.process-7 li {
        width: 14.285%;
    }

        .process-steps.process-7 li:before,
        .process-steps.process-7 li:after {
            margin-left: 1px;
            width: 18%;
        }

        .process-steps.process-7 li:after {
            margin-right: -2px;
            width: 18%;
        }

    .process-steps.process-8 li {
        width: 12.5%;
    }

        .process-steps.process-8 li:before,
        .process-steps.process-8 li:after {
            margin-left: 1px;
            width: 18%;
        }

        .process-steps.process-8 li:after {
            margin-right: -2px;
            width: 18%;
        }

@media (min-width: 768px) {
    .process-steps.process-2 li:before,
    .process-steps.process-2 li:after {
        margin-left: -6px;
        width: 39%;
    }

    .process-steps.process-2 li:after {
        margin-right: 0px;
        width: 35%;
    }

    .process-steps.process-3 li:before,
    .process-steps.process-3 li:after {
        margin-left: -6px;
        width: 39%;
    }

    .process-steps.process-3 li:after {
        margin-right: 0px;
        width: 35%;
    }

    .process-steps.process-4 li:before,
    .process-steps.process-4 li:after {
        margin-left: -3px;
        width: 37%;
    }

    .process-steps.process-4 li:after {
        margin-right: -3px;
        width: 37%;
    }

    .process-steps.process-5 li:before,
    .process-steps.process-5 li:after {
        margin-left: -3px;
        width: 37%;
    }

    .process-steps.process-5 li:after {
        margin-right: -3px;
        width: 37%;
    }

    .process-steps.process-6 li:before,
    .process-steps.process-6 li:after {
        margin-left: -3px;
        width: 34%;
    }

    .process-steps.process-6 li:after {
        margin-right: -3px;
        width: 34%;
    }

    .process-steps.process-7 li:before,
    .process-steps.process-7 li:after {
        margin-left: -3px;
        width: 32%;
    }

    .process-steps.process-7 li:after {
        margin-right: -3px;
        width: 32%;
    }

    .process-steps.process-8 li:before,
    .process-steps.process-8 li:after {
        margin-left: -3px;
        width: 28%;
    }

    .process-steps.process-8 li:after {
        margin-right: -3px;
        width: 28%;
    }
}

.process-steps li:first-child:before,
.process-steps li:last-child:after {
    display: none;
}

#info + [data-readmore-toggle], #info[data-readmore] {
    display: block;
    width: 100%;
}

#info[data-readmore] {
    transition: height 200ms;
    overflow: hidden;
}

article + [data-readmore-toggle], article[data-readmore] {
    display: block;
    width: 100%;
}

article[data-readmore] {
    transition: height 200ms;
    overflow: hidden;
}

.bootstrap-select input[type=checkbox],
.bootstrap-select input[type=radio] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.bootstrap-select label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 15px 5px 5px;
    cursor: pointer;
}

    .bootstrap-select label:before {
        content: '';
        background: #fff;
        border: 2px solid #DDD;
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        padding: 4px;
        margin-right: 5px;
        line-height: 1;
        text-align: center;
        box-shadow: inset 0px 0px 0px 4px #fff;
    }

    .bootstrap-select label:has(input[type=radio]:checked):before,
    .bootstrap-select input[type=radio]:checked + label:before,
    table.checkbox input[type=checkbox]:checked + label:before {
        background: #1ABC9C !important;
    }

    .bootstrap-select label:before {
        border-radius: 50%;
    }

table.checkbox {
    display: initial;
    margin: 0;
}

    table.checkbox input[type=checkbox] {
        display: none;
    }

    table.checkbox label {
        min-height: 20px;
        padding-left: 24px;
        margin-bottom: 5px;
        font-weight: 400;
        cursor: pointer;
    }

        table.checkbox label:before {
            content: '';
            background: #FFF;
            border: 2px solid #DDD;
            display: inline-block;
            vertical-align: middle;
            width: 16px;
            height: 16px;
            padding: 4px;
            margin: 0 8px 0 -24px;
            line-height: 1;
            text-align: center;
            box-shadow: inset 0px 0px 0px 2px #fff;
        }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #fff;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }

/*input[type=checkbox], input[type=radio] {
    transform: scale(1.5);
    margin-right: 0.5rem;
}*/

.checkbox-inline, .radio-inline {
    padding-left: 25px;
}

    .checkbox-inline + .checkbox-inline {
        margin-left: 18px;
    }
/* Fix for .net core renderer */
.errormsg {
    background-color: #f9adbc;
    display: inline-block;
    margin-top: 8px;
    color: red;
}

/*.plus {
    margin: 10px 0;
}*/

.plusbtn {
    font-size: 18px;
    background: transparent;
    border: 2px solid white;
    font-weight: bold;
    font-size: 17px;
    margin-left: -26px;
    margin-right: 6px;
    color: #666;
    width: 20px;
    padding: 0;
    line-height: 18px;
}

.other-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

    .other-row textarea {
        height: 70px;
        width: 207px;
    }

a.red {
    color: red;
}
/* Nav disabled state — mirrors EnableDisableNavigationLinkButton("lbt*", false) */
li.nav-disabled > a {
    pointer-events: none;
    /* opacity: 0.4; fix bug DPNG_02 */
    cursor: default;
}
/* ── Summary accordion: +/- indicator on each panel toggle ── */
/*#summary-html-content .panel-title > a {
    display: block;
    position: relative;
    padding-right: 30px;
}

    #summary-html-content .panel-title > a::after {
        background: url(/dpng/images/icons/acc-close.png) no-repeat;
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        font-weight: bold;
        color: #555;
        line-height: 1;
    }

    #summary-html-content .panel-title > a.collapsed::after {
        background: url(/dpng/images/icons/acc-open.png) no-repeat;
        content: ""
}*/

.checkbox {
    margin-top: 0px !important;
    margin-bottom: 4px;
}

    .checkbox label {
        padding-left: 24px;
        vertical-align: middle;
    }

    .checkbox input[type=checkbox] {
        display: none;
    }

    .checkbox label:has(input:checked):before {
        background: #1ABC9C !important;
    }

    .checkbox label:before {
        content: '';
        background: #FFF;
        border: 2px solid #DDD;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        padding: 4px;
        margin: 0 3px 0 -24px;
        line-height: 1;
        text-align: center;
        box-shadow: inset 0px 0px 0px 2px #fff;
    }

.captcha-group .captcha-action {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.captcha-group .captcha-img {
    height: auto;
    width: 195px;
    border: 1px solid #ccc;
}

.captcha-group .captcha-refresh {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #555;
    font-size: 24px;
}

.captcha-group .captcha-input {
    width: 195px;
    margin-bottom: 12px;
}

.dpng-section {
    background-color: transparent;
    border: 0;
}

.question-group {
    padding: 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(4, auto);
}

.sections-column, .tips-column {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    padding-right: 15px;
    padding-left: 15px;
}

.divide-background {
    height: 20px;
    background: #92278f;
    margin: 20px -150px;
}
