body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.slidecontainer {
    width: 100%;
}

.container0 {
    webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    /* box-shadow: 0 5px 25px -6px black; */
    box-shadow: 0 2px 5px 2px #b8b8b8;
    padding-bottom: 10px;
    background: #fff;
}

.slider {
    -webkit-appearance: none;
    width: 70%;
    height: 11px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.image {
    position: relative;
    bottom: 75px;
    right: 155px;
}

.rangeslider__ruler {
    cursor: pointer;
    font-size: .7em;
    margin: 20px 3px 0 3px;
    position: relative;
    top: 100%;
    text-align: justify;
}

.rangeslider,
input[type='range'] {
    max-width: 500px;
    max-height: 15px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00b0f0;
    cursor: pointer;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00b0f0;
    cursor: pointer;
}

.heading {
    color: #f60;
}

.label-range {
    display: inline-flex;
    color: #cb6a28;
}

.col-heading {
    color: #1f3b73;
}

.range-output {
    color: #00b0f0;
    font-size: 16px;
}

.font {
    /* position: absolute; */
    /* left: -2px;
    top: 9px; */
    font-family: fontAwesome;
    font-style: normal;
    font-size: 21px;
    color: #fcb303 !important;
}

.font1to4 {
    font-family: fontAwesome;
    font-style: normal;
    font-size: 21px;
    color: #fcb303 !important;
}

.col-xs-6 {
    width: 44%;
    color: #9c9c9c
}

.range {
    padding: 25px 0px;
}

.toggle {
    font-size: 16px;
}

.stars-ratings {
    font-size: 250%;
    position: relative;
    margin: -20px auto;
    /* width: 5em; */
    /* height: 1em; */
    overflow: hidden;
    padding: 50px;
}

.stars {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #efeded;
    cursor: pointer;
}

span:last-of-type {
    text-shadow: #ffffff .02em .02em .1em;
}

.stars.active,
.stars.current-rating.active {
    color: #ffdf00;
}

.user-current-rating {
    color: #5d5580;
}

.stars span {
    position: relative;
    line-height: 1;
    height: 100%;
}

.has-user-rating .percent:before {
    color: #4285f4;
}

.active .percent:before {
    display: none;
}


/* CHECKBOX */

[type="checkbox"] {
    visibility: hidden;
}


/* Checkbox style */

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    /* padding-left: 20px; */
    /* margin-left: -20px; */
    cursor: pointer;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 23px;
    top: 3px;
    width: 17px;
    height: 17px;
    border: 2px solid #f60;
    background: #f60;
    /* background: #ccc; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.ckbx-style-13 [type="checkbox"]:not(:checked)+label:before{
    background-color: #ccc;
}

/* Checked style */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 23px;
    width: 17px;
    height: 17px;
    background: #efeded;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all .2s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(1);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.maturity-guide {
    font-size: 12px !important;
    font-weight: 300 !important;
}

.input-border {
    border: none;
}

.ckbx-style-13+label,
[type="checkbox"]:checked+label {
    /* padding-left: 20px; */
    /* margin-left: -20px; */
    cursor: pointer;
}

.ckbx-style-13+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 23px;
    top: 3px;
    width: 17px;
    height: 17px;
    border: 2px solid #efeded;
    background: #efeded;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


/* Checked style */

.ckbx-style-13 label:before {
    content: '' !important;
    position: absolute !important;
    width: 2em !important;
    height: 1em !important;
    left: .1em !important;
    transition: background .1s .1s ease !important;
    background: #bbcf31;
    border-radius: 50px !important;
    box-shadow: inset 0 1px 1px rgba(171, 66, 63, 0.5) !important;
}
.ckbx-style-13 input[type=checkbox]:checked+label:before {
    background: #bbcf31;
}

/* checked mark aspect changes */

.ckbx-style-13 label:after {
    content: '' !important;
    position: absolute !important;
    width: .8em !important;
    height: .8em !important;
    border-radius: 100% !important;
    left: .2em !important;
    top: .2em !important;
    transition: all .2s ease !important;
    box-shadow: 0 0 0 5px #fcfff4 inset !important;
    background: #f25f5c !important;
    z-index: 2 !important;
    opacity: 1 !important;
    animation: switch-off .3s ease-out !important;
}

.ckbx-style-13 input[type=checkbox]:checked+label:after {
    left: 1.2em !important;
    background: #b6c726 !important;
    animation: switch-on .3s ease-out !important;
}

.ckbx-style-13+label:after {
    opacity: 1 !important;
    transform: scale(1) !important
}

.ckbx-style-13+label:before {
    opacity: 1 !important;
    transform: scale(1) !important
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    padding-top: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-top: 10px;
}

.GenerateReport {
    margin-top: 8px;
    padding: 10px 30px;
    border: 1px solid #fe7e00;
    border-radius: 11px;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 2px 0px 0px #fe7e00;
    background-image: linear-gradient(141deg, #feb66d 0%, #fe8a17 51%, #fe7e00 75%);
}

@media only screen and (max-width: 600px) {
    .image {
        position: absolute;
        right: -26%;
        bottom: -14% !important;
        transform: translate(-50%, -50%);
    }
}

.image {
    position: absolute;
    right: -20%;
    bottom: -14%;
    transform: translate(-50%, -50%);
}
.triangle {
    width: 100%;
    overflow: hidden;
    height: 67%;
    z-index: -1;
    overflow-y: hidden;
    position: absolute;
    background: linear-gradient(to top left, #fff 0, #fff0 43%, #F4F4F7 43%, #f4f4f4 0);
}
html,body{overflow-x: hidden;}
form.form p label {
    color: #000000;
    display: inline;
}
form.form p.required label,
form.form span.required label {
    background: none;
    padding-left: 0px;
}
input:disabled {
    cursor: no-drop;
}
.info-label{font-size:16px;}
.label-range > strong > h6{
    font-size: 16px !important;
    padding-top: 5px;
    font-weight: 600;
}
.row > div > h6{
    font-size: 16px !important;
    padding-top: 0px;
    font-weight: 600;
}
.row > .lable-range{
    padding-top: 0px;
}
.itsm-and-ppm{font-weight: 600;}
.ranges > .range > .row > .col-md-8 {
    margin: 0 0px 0 17px;
    padding-right: 44px;
    font-weight: 600;
}
.itsm-platform-license-fee, .project-platform-license-fee{width:100% !important;}
.hbspt-form{ display: none;}