input[type="radio"]:checked+label,
input[type="checkbox"]:checked+label,
input[type=text]:focus,
label:focus {
    outline: none !important;
    border: none !important
}

a,
a:link,
a:visited,
a:active {
    color: #0072ce
}

a:hover {
    color: #00569b
}

a:visited:hover {
    color: #014f8d
}

.errorContentArea {
    padding: 0;
    margin: 0 0 5px
}

.errorArea {
    border: 1px solid #ca1e34;
    padding: 10px 10px 0;
    margin: 0 0 5px
}

.sg-type-quizscore .sg-question-title {
    display: none !important
}

.sg-type-quizscore .sg-question-options {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

p.erreur {
    margin: 0 0 20px !important;
    padding: 0;
    color: #ca1e34;
    font-size: .8rem
}

body {
    background-color: #fff !important;
    font-family: "Roboto", "Arial";
    line-height: 1.5rem
}

.sg-lang-bar {
    display: none !important
}

.sg-body {
    padding: 0 20px !important;
    margin-top: -1px
}

.sg-body h2 {
    font-size: 2.25rem;
    line-height: 2.375rem
}

.sg-body h3 {
    font-size: 1.625rem;
    line-height: 1.75rem
}

.sg-body p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 1.2em
}

.sg-question-options {
    font-size: 1em;
    line-height: 1.2em
}

.sg-page-description {
    font-style: normal;
    font-size: 90%
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type="submit"]:disabled {
    opacity: .1;
    visibility: hidden
}

.sg-survey body .sg-header {
    background: transparent
}

.sg-survey body .sg-wrapper {
    padding: 20px 0
}

.sg-survey-form {
    width: 100%;
    margin: 0
}

.sg-content {
    width: 100%;
    padding: 0
}

.sg-survey body .sg-footer,
.sg-survey body .sg-header,
.sg-survey body .sg-wrapper {
    border-radius: 0;
    background-color: #fff !important
}

h1.sg-title {
    display: none
}

.sg-question-title {
    margin: 0 0 2px
}

.sg-progress-bar {
    clear: both;
    width: 300px;
    height: 10px;
    position: relative;
    margin: 2em auto;
    zoom: 1;
    line-height: 20px
}

.sg-footer .sg-progress-bar {
    display: none !important
}

.sg-survey .sg-body.sg-int-virtual-page .sg-progress-bar,
.sg-survey .sg-mobile-optimized .sg-progress-bar {
    position: absolute;
    top: 15px !important;
    bottom: auto;
    width: 100%;
    border: 0 solid #f00;
    margin: 0;
    left: 0;
    line-height: 10px;
    height: 10px
}

.textProgression {
    width: 50px;
    float: left;
    color: #666;
    margin-top: -1px;
    margin-left: -20px;
    line-height: 13px;
    text-align: right;
    padding-right: 10px
}

.sg-progress-bar-full .sg-progress-bar-inner {
    border-radius: 10px !important
}

.sg-progress-bar-text {
    background-color: #006fbf;
    font-size: 14px;
    width: 0;
    text-align: left;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    float: left;
    color: transparent;
    height: 10px
}

.sg-progress-bar-background {
    background-color: #e0dfde;
    border-left: 0 solid #fff;
    border-radius: 10px 10px 10px 10px
}

.sg-progress-bar-inner {
    background-color: #0072ce;
    height: 10px;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #fff
}

.sg-input-essay,
.sg-input-menu,
.sg-input-text {
    padding: .2em .3em;
    border-radius: 0
}

.sg-question-options select.sg-input.sg-input-menu {
    background-color: #fff;
    border: 1px solid #aab1b9
}

.sg-question-options select.sg-input.sg-input-menu option .sg-question-options select.sg-input.sg-input-menu option:hover {
    background: #ffc0cb
}

.sg-question input[type=text] {
    background-color: #fff;
    border: 1px solid #a9aaac;
    border-radius: 0;
    font-size: 1em;
    line-height: 2em;
    height: 2em;
    padding: 6px;
    margin-top: 4px
}

.sg-type-textbox.onlyInteger .sg-question input[type=text] {
    margin-left: -20px !important
}

.sg-error-message.sg-error-display {
    display: none !important
}

.sg-question.sg-errors {
    position: relative
}

.sg-question.sg-errors .sg-question-errorlist {
    left: 0;
    position: absolute;
    bottom: 1em;
    padding-left: 0
}

.sg-question.sg-errors .sg-question-errorlist li {
    font-size: 1em;
    padding: 0;
    display: inline;
    margin-right: .5em
}

.sg-question-errorlist .sg-error-icon {
    display: none !important;
    padding: 0
}

.sg-question-has-errors {
    padding: 0 0 2em
}

.sg-question-has-errors .sg-question-title label {
    display: flex
}

.sg-question-options {
    padding: .2em 1.3em
}

.sg-ie7 .sg-button-bar {
    width: 320px
}

.sg-question.sg-type-textbox.onlyInteger .sg-question-options {
    padding-left: 0 !important
}

@media(min-width:768px) {
    .sg-question-options {
        padding: .2em 1.3em;
        max-width: none !important
    }

    .sg-question.sg-type-textbox.onlyInteger .sg-question-options {
        padding-left: 0 !important
    }

    .sg-question-options.errorArea {
        max-width: 480px !important
    }

    .sg-type-textbox.onlyInteger .sg-question input[type=text] {
        margin-left: -20px !important
    }
}

.sg-type-radio ul.sg-list {
    display: inline
}

.sg-replace-icons input[type=checkbox]+label:before,
.sg-replace-icons input[type=radio]+label:before {
    color: #0072ce
}

ul.selectedFalse li.fakeLabelRadioBtn {
    padding: 10px;
    color: #000;
    text-transform: capitalize;
}

ul.selectedTrue li.fakeLabelRadioBtn {
    padding: 10px !important;
    color: #000;
    font-weight: bold;
    text-transform: capitalize
}

.sg-survey .sg-mobile-optimized:not(.sg-rtl) input[type=radio]+label:before,
.sg-survey .sg-mobile-optimized:not(.sg-rtl) input[type=radio]:checked+label:before {
    line-height: 1em;
    content: "" !important;
    padding: 4px 11px
}

.sg-survey .sg-mobile-optimized .sg-question.sg-type-radio .sg-question-options label {
    display: inline-block;
    background-color: #fff;
    padding: 4px 11px;
    font-family: Arial;
    font-size: 16px;
    margin: 0;
    border: 1px solid #006fbf !important;
    margin-right: -1px !important;
    white-space: nowrap;
    border-radius: 0
}

.sg-type-checkbox ul.sg-list {
    /*display: inline*/
}

.sg-type-checkbox ul.sg-list li,
.sg-type-radio ul.sg-list li {
    margin-left: 0px !important;
    padding-left: 2em;
}

.sg-type-checkbox ul.sg-list li:nth-child(odd),
.sg-type-radio ul.sg-list li:nth-child(odd) {
    background: #e0dfde;
    margin-left: 0px !important;
    padding-left: 2em;
}

.sg-type-checkbox ul.sg-list li input[type="checkbox"] {
    /*display: none !important*/
}

.sg-type-checkbox ul.sg-list li label,
.sg-type-checkbox ul.sg-list li.sg-first-li label,
.sg-type-checkbox ul.sg-list li.sg-last-li label {
    /*border-radius: 5px !important*/
}

.sg-replace-icons input[type=checkbox].sg-input-checkbox+label:before,
.sg-survey body.sg-mobile-optimized .sg-question .sg-question-options input[type=checkbox]:checked+label {
    /*content: "" !important;
    line-height: 20px !important*/
}

.sg-survey .sg-mobile-optimized:not(.sg-rtl) input[type=checkbox]+label:before,
.sg-survey .sg-mobile-optimized:not(.sg-rtl) input[type=checkbox]:checked+label:before,
.sg-survey body.sg-mobile-optimized .sg-question .sg-question-options input[type=checkbox]:checked+label {
    /*line-height: 1em;
    content: "" !important;
    padding: 4px 11px*/
}

.sg-replace-icons input[type=checkbox].sg-input-checkbox+label:before,
.sg-survey body.sg-mobile-optimized .sg-question .sg-question-options input[type=checkbox]:checked+label {
    /*line-height: 1em;
content: "\2b1c" !important;
margin-right: 6px;
margin-left: 3px;*/
}

.sg-survey .sg-mobile-optimized .sg-question.sg-type-checkbox .sg-question-options label {
    /*display: inline-block;
    background-color: #fff;
    padding: 4px 11px;
    font-family: Arial;
    font-size: 16px;
    margin: 0;
    border: 1px solid #006fbf !important;
    margin-right: 0 !important*/
}

.sg-question.sg-type-slider .sg-question-options {
    max-width: 600px
}

.sg-slider-element-horizontal .sg-slider {
    padding: 2em 0 0
}

.sg-body .ui-slider-horizontal {
    height: .4em
}

.sg-body .ui-slider .ui-slider-handle,
.sg-body .ui-slider .ui-slider-handle:hover {
    background: #006fbf;
    border: 0
}

.sg-body .ui-slider .ui-slider-handle:hover {
    background: #006fbf;
    border: 0;
    top: -.3em;
    margin-left: -.6em
}

.sg-slider-container .ui-slider-horizontal,
.sg-slider .sg-single-slider,
.sg-slider-mobile .sg-mobile-slider-bar {
    background: #006fbf
}

.sg-slider .sg-slider-label {
    font-size: .9em;
    line-height: .2
}

.sg-slider .sg-slider-label-center-horizontal-text {
    text-align: center;
    padding-top: 25px;
    word-wrap: break-word
}

.sg-slider .sg-slider-label-left-horizontal {
    width: auto !important
}

.sg-slider-bubble-horizontal {
    left: -3px
}

.sg-powered-by {
    display: none !important
}

.sg-error-message,
.sg-question-errorlist {
    background-color: transparent !important;
    border-left: none !important;
    color: #f00 !important
}

.sg-replace-icons .sg-type-radio ul.sg-labels-right input.sg-input-radio+label:before {
    line-height: 1em;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.sg-replace-icons .sg-type-checkbox ul.sg-labels-right input.sg-input-checkbox+label:before,
.sg-replace-icons .sg-type-radio ul.sg-labels-right input.sg-input-radio+label:before  {
    left: 1em;
}

.sg-type-checkbox ul li.sg-single-li input[type=checkbox] {
    /* opacity: 0;
    position: absolute*/
}

.sg-type-checkbox ul.sg-labels-right label {
    /*margin: 0*/
}

.sg-type-checkbox ul li.sg-single-li input:checked+label::before {
    /*background: #006fbf*/
}

.sg-type-checkbox ul li.sg-single-li label,
.sg-type-checkbox ul li.sg-single-li label::before,
.sg-type-checkbox ul li.sg-single-li label::after {
    /*-webkit-transition: all .2s cubic-bezier(.165, .84, .44, 1);
    transition: all .2s cubic-bezier(.165, .84, .44, 1)*/
}

.sg-type-checkbox ul li.sg-single-li label {
    /*position: relative;
    display: block;
    cursor: pointer;
    padding: .5em 0 .5em 58px;
    width: 100%*/
}

.sg-type-checkbox ul li.sg-single-li input[type=checkbox] {
    /*opacity: 0;
    position: absolute*/
}

.sg-type-checkbox ul li.sg-single-li input:checked+label::before {
    /*background: #006fbf*/
}

.sg-type-checkbox ul li.sg-single-li label::before {
    /*top: 50%;
    border-radius: .6em;
    background: #e0dfdd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)*/
}

.sg-type-checkbox ul li.sg-single-li label::after {
    /* content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)*/
}

.sg-type-checkbox ul li.sg-single-li label::after {
    /*left: 2px*/
}

.sg-type-checkbox ul li.sg-single-li input:checked+label::after {
    /*left: 24px*/
}

.sg-type-checkbox ul li.sg-single-li label:hover,
.sg-type-checkbox ul li.sg-single-li input:focus+label {
    /*color: #000*/
}

.sg-type-checkbox ul li.sg-single-li input:checked+label {
    /*color: #006fbf;
    font-weight: bold*/
}

.sg-type-checkbox ul li.sg-single-li input:checked {
    /*counter-increment: total*/
}

.sg-survey .sg-button,
.sg-survey .sg-button.sg-next-button {
    display: inline-block;
    padding: 12px 30px;
    margin: 10px 10px 0 0;
    background-color: #006fbf;
    color: #fff;
    line-height: 1.3em;
    text-align: center;
    transition: background-color .4s ease;
    border-radius: 2px;
    border: none;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    vertical-align: bottom;
    white-space: normal;
    cursor: pointer
}

.sg-survey .sg-button.sg-next-button {
    float: right
}

.sg-survey .sg-button:hover,
.sg-survey .sg-button.sg-next-button:hover,
.sg-survey .sg-button.sg-back-button:hover {
    background-color: #014f8d
}

.sg-survey .sg-button.sg-back-button {
    color: #0072ce !important;
    border: 1px solid #0072ce !important;
    background-color: transparent !important;
    float: left !important
}

.sg-survey .sg-button.sg-back-button:hover {
    color: #014f8d !important;
    border: 1px solid #014f8d !important;
    background-color: transparent !important
}

.sg-button.sg-back-button {
    margin-top: 0;
    position: relative;
    left: auto
}

.sg-button.sg-back-button.specMargTop {
    margin-top: -67px;
    position: absolute;
    left: 20px;
    z-index: 80000
}

.sg-ie7 .sg-button-bar {
    width: 250px
}


/* New style for short report*/
.police-note {
    color: #6a8090;
    font-size: .8rem;
    line-height: 1.125rem;
}

table.chart-legend {
    width: 100%;
}

table.chart-legend td {
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-collapse: collapse;
    padding:15px;
  }

.superscript {
    line-height: 1.8em;
    vertical-align: text-top;
    font-size: 14px;
}

.topTitlesContainer {
    display: flex;
    justify-content: space-between !important;
}

.maturityScore {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    height: 144px;
    margin: 0 auto;
    width: 184px;
}

/* for short report*/
.developing-score {
    background-image: url("http://widgixca-library.s3.amazonaws.com/library/50001262/chartdeveloping.png");
    background-repeat: no-repeat;
}

/* add new image */
.latecomer-score {
    background-image: url("http://widgixca-library.s3.amazonaws.com/library/50001262/chartlatecomer.png");
    background-repeat: no-repeat;
}
.beginner-score {
    background-image: url("http://widgixca-library.s3.amazonaws.com/library/50001262/chartbeginner.png");
    background-repeat: no-repeat;
}
.advanced-score {
    background-image: url("http://widgixca-library.s3.amazonaws.com/library/50001262/chartadvanced.png");
    background-repeat: no-repeat;
}


/* for integrated image in alchemer for long report */
.maturityScore .profile-chart {
    height: 144px;
    margin: 0;
    position: absolute;
    width: 184px;
  }

.profileMainContainer {
    display: flex;
}

.profileContainer {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.profileContainer:first-child {
    padding-left: 0px !important;
} 

.profileContainer span {
    color: #627280;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}

.roundShape {
    background-color: #fff;
    border: solid 4px #33ccc2;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    flex-grow: 0;
    height: 16px;
    left: 50%;
    position: absolute;
    width: 16px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.profile {
    background-color: #00bfb3;
    border-radius: 2px;
    flex: 1;
    justify-content: center;
    height: 8px;
    margin-top: 5px;
    margin-bottom: 8px;
    position: relative;
}
.profile.noBg { background-color: transparent;}

.profile.noBg .roundShape {
    margin-top: 5px;
}

.profile img {
    border-radius: 2px;
    height: 8px;
    width: 100%;
}

.one {
    background-color: #99e5e1;
}

.two {
    background-color: #66d9d1;
}

.three {
    background-color: #33ccc2;
}

.four {
    background-color: #00bfb3;
}

