
/* ALSO Webforms | Common CSS */

/* General stuff */
.mwf-form .row {
    padding: 0px;
}

.mwf-form .no-gutter {
	padding: 0px;
}

fieldset {
	margin: 0;
}

.mwf_success_text {
	margin-left: 25px;
}

.mwf-field h3,
.mwf-field h4 {
    padding: 0px 0 0 25px;
}

.mwf-error {
    color: #ff0000;
    font-weight: bold;
}

/* Readonly */ 
input:-moz-read-only { /* For Firefox */
  background-color: #fff;
}

input:read-only {
  background-color: #fff;
  border-color: #fff;
}

/*

.pegasos-readonly input {
  background-color: #fff;
  border-color: #fff;
}

*/
.mwf-input-error {
	border-color: #ff0000;
}

.mwf-input-error:hover,
.mwf-input-error:active,
.mwf-input-error:focus {
	border-color: #ff0000;
}

.mwf-bold > p {
    font-size: 18px;
    font-weight: bold;
    color: #89E872;
	margin-bottom: 0px;
}

.p-5410-ACK-form .mwf-bold > p {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
}

p {
    margin-bottom: 20px;
}

/* Headline */

.mwf-display-pagecount {
    padding: 10px;
}

.mwf-label {
    margin-top: 20px;
	display: inline-flex;
}

.mwf-label > p {
    margin: 0;
}

.mwf-paragraph {
    padding-left: 22px;
    margin-top: 30px;
}

.p-5410-ACK-form .mwf-paragraph {
    padding-left: 0;
}

.mwf-paragraph h2 {
    margin-top: 10px;
margin-bottom: 10px;
}

.mwf-paragraph p {
    margin-top: 10px;
}

.mwf-display-pagecount {
    padding-left: 22px;
}

.mwf-hidden {
    display: none !important;
}

.row.mwf_buttonrow {
    margin-top: 40px;
}

.mwf_buttonrow .btn-primary {
    border: 2px solid black !important;
	background: #2e6da4;
}

.mwf_buttonrow .btn-primary:hover {
	background: #000;;
}

/* Separator */
.mwf-separator-50 {
    width: 50%;
}

.mwf-separator-33 {
    width: 33%;
}

.mwf-separator-25 {
    width: 25%;
}

/* Inputfields */

input[type='checkbox']:not(checked) {
    left: 20px;
    top: 22px;
    position: absolute;
}

input[type='checkbox']:checked {
    left: 20px;
    top: 22px;
    position: absolute;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(checked),
input[type='radio']:checked,
input[type='radio']:not(checked) {
  visibility: visible !important;
}

input, textarea {
    background-color: #fafafa;
    border-bottom: 3px solid #cecece;
	height: auto;
}

/* incompatible with older FF
input,
select,
textarea {
  -webkit-appearance: listitem !important;
  -moz-appearance: listitem !important;
  appearance: listitem !important;
}
*/

input[type='radio']:checked {
  margin-top: 4px;
  margin-left: -20px !important;
}

input[type='radio']:not(checked) {
  margin-top: 4px;
  margin-left: -20px !important;
}

input[type='checkbox']:checked {
  margin-top: 4px;
  margin-left: -20px !important;
  margin-top: -18px !important;
}

input[type='checkbox']:not(checked) {
  margin-top: 4px;
  margin-left: -20px !important;
  margin-top: -18px !important;
}

.mwf-option.radio {
    margin-top: 0px;
    margin-bottom: 2px;
}

/* Dropzone - Media Upload */

.mwf-upload-dropzone {
    background: #FAFAFA;
    padding: 10px;
}

.mwf-upload-dropzone h3 {
    color: black;
    font-size: 16px;
}

.mwf-upload-button input {
    background: none;
    border-bottom: 0;
}

/* Captcha */
.mwf-captcha {
    padding: 0px 25px;
}

/* Pager */
.mwf-pager {
    padding: 0px 30px;
    float: right;
}


/* Select */
.mwf-input select {
	background: #FAFAFA;
	border-width: 0px 0px 3px 0px !important;
	border-color: #cecece;
}

.mwf-input select:hover,
.mwf-input select:active,
.mwf-input select:focus{
	border-color: #000;
}

/* Summary */

.mwf-table {
    margin-left: 15px;
}

table.mwf-table tr td {
	padding: 10px 10px 10px 10px;
}

table.mwf-table tr:nth-child(odd) {
    background: #fff;
}

table.mwf-table tr:nth-child(even) {
    background: #FAFAFA;
}

/*###########################
  #  MWF in Accordion fix	#
  ###########################*/
.c-Akkordeon .mwf-form .row > div {
    padding: 0 25px;
}

/* 6000 FIX */

[class*='p-6000'] .mwf-input input {
    position: relative;
    top: 0px !important;
}

[class*='p-6000'] input[type='checkbox']:not(checked) {
    top: 22px !important;
    position: absolute;
}

[class*='p-6000'] .mwf-input p{
    font-size: 15px !important;
	line-height: 1.5em;
}

[class*='p-6000'] .mwf-input a{
    font-size: 15px !important;
}

.p-1130 .mwf-bold > p {
	color: #0D4C7C;
}
#mwf_progressbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
	align-items: baseline;
}

.mwf_formstep {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

span.mwf_stepnumber {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    font-size: 20px;
    border: 3px solid #ddd;
    color: #ddd;
}

span.mwf_stepname {
    padding-top: 20px;
}

.mwf_formstep.current span.mwf_stepnumber {
    background: #fff;
    border: 3px solid #89e872;
    color: #89e872;
}

.mwf_formstep.done span.mwf_stepnumber {
    background: #89e872;
    border: 3px solid #89e872;
    color: #fff;
}

.mfw_formsteprow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

span.before_line {
    width: 35%;
    background: #89e872;
    height: 5px;
    padding: 0;
}

span.behind_line {
    width: 35%;
    background: #89e872;
    height: 5px;
}

.mwf_formstep.current .behind_line {
      background: #eee;
}

.mwf_formstep.open span.behind_line,
.mwf_formstep.open span.before_line{
      background: #eee;
}

span.mwf_stepname {
    text-align: center;
}

.current span.mwf_stepname {
    color: #000;
	font-weight: bold;
}

.done span.mwf_stepname {
    color: #89e872;
	font-weight: bold;
}

.open span.mwf_stepname {
    color: #ccc;
}

.mwf_formstep:nth-child(1) .before_line {
    visibility: hidden;
}

.mwf_formstep:last-child .behind_line {
    visibility: hidden;
}
/* **********************************************
 CSS for individual Forms
 ********************************************** */

/* Shop Font Import - Roboto */

/* Roboto removed */

/* License Survey */

.webforms_licensesurvey {
    font-family: 'Roboto', sans-serif !important;
}
.webforms_licensesurvey h3{
    padding-left: 5px;
    color: #888;
    font-size: 24px;
}
.webforms_licensesurvey p strong{
    font-size: 14px;
}

.webforms_licensesurvey .mwf-option.radio {
    float: left;
    padding-right: 15px;
}

.webforms_licensesurvey .mwf_cancel {
    display: none;
}

.webforms_licensesurvey .mwf-paragraph p {
	margin-top: 0;
}

.webforms_licensesurvey .mwf-label{
	display: none;
}

.webforms_licensesurvey .row:nth-child(2) .mwf-paragraph:nth-child(1) p {
	margin-top: 20px;
}

.webforms_licensesurvey .row:nth-child(2) .mwf-field:nth-child(2) .mwf-option {
	margin-top: 20px;
}

.webforms_licensesurvey .mwf_buttonrow .col-xs-6:nth-child(1) {
    display: none;
}

/* Feedback Survey */

.webforms_feedback_survey .webforms {
    font-family: 'Roboto', sans-serif !important;
    width: 80%;
    margin: 0 auto;
}

.webforms_feedback_survey .shop_page_headline,	
.webforms_feedback_survey .module.text_incl {
    width: 80%;
    margin: 0 auto;
}

.webforms_feedback_survey h3{
    color: #888;
    font-size: 24px;
}
.webforms_feedback_survey p strong{
    font-size: 14px;
}

.webforms_feedback_survey .mwf-option.radio {
    float: left;
	margin-top: 20px;
	margin-bottom: -20px;
    padding-right: 30px;
}

.webforms_feedback_survey .mwf-paragraph.mwf-field.col-xs-12.col-md-6.col-lg-3 p {
    margin-top: 20px !important;
    margin-bottom: 0;
}

.webforms_feedback_survey .mwf-option.checkbox {
    float: left;
	margin-top: 20px;
	margin-bottom: -20px;
    padding-right: 35px;
}

.webforms_feedback_survey .mwf-input textarea {
    float: left;
	margin-top: 20px;
	margin-bottom: -20px;
    padding-right: 35px;
	width: 100%;
}

.webforms_feedback_survey .mwf-bold > p {
	font-size: 14px;
	color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}

.webforms_feedback_survey .mwf-hint {
    float: left;
}

.webforms_feedback_survey .mwf-label{
	display: none;
}

.webforms_feedback_survey .mwf_cancel {
    display: none;
}

.webforms_feedback_survey .mwf-paragraph p {
	margin-top: 20px;
	margin-left: 5px;
}

.webforms_feedback_survey .mwf-paragraph:nth-child(2) p {
    margin-left: -7px;
}

.webforms_feedback_survey .row:nth-child(2) .mwf-paragraph:nth-child(1) p {
	margin-top: 20px;
}

.webforms_feedback_survey .row:nth-child(2) .mwf-field:nth-child(2) .mwf-option {
	margin-top: 20px;
}

.webforms_feedback_survey .mwf-pager {
	display:none;
}

.webforms_feedback_survey .mwf_buttonrow .btn-primary {
    border: 2px solid black !important;
    background: white;
    width: 100%;
	color: #000;
}

.webforms_feedback_survey .mwf_buttonrow .btn-primary:hover,
.webforms_feedback_survey .mwf_buttonrow .btn-primary:active,
.webforms_feedback_survey .mwf_buttonrow .btn-primary:focus {
    border: 2px solid black !important;
    background: #000;
    color: #fff;
}


/* --------------------------------------------------------------------------------
   HPE iQuote survey
 * -------------------------------------------------------------------------------- */

.iquote_survey {
    overflow: hidden;
}

.iquote_survey img {
    padding: 0 !important;
}

.iquote_survey .webforms {
    margin-bottom: 75px !important;
}

.iquote_survey .mwf-field h3 {
    padding: 10px 0px 0px 0px;
	color: #297EC5;
	margin-top: 10px;
}

.iquote_survey .mwf-paragraph p {
    margin-top: 20px;
    margin-bottom: 11px;
}

.iquote_survey .mwf-input fieldset {
    display: flex;
    padding-top: 5px;
    padding-left: 3px;
}

.iquote_survey .mwf-input .mwf-option {
    margin-right: 20px;
}

.iquote_survey .mwf-input .mwf-option:first-child {
    margin-right: 0px;
}

.iquote_survey .mwf-option.radio:first-child,
.iquote_survey .mwf-option.radio:last-child {
    pointer-events: none;
	display: flex !important;
}

.iquote_survey .mwf-input .mwf-option.radio:first-child input,
.iquote_survey .mwf-input .mwf-option.radio:last-child input {
    display: none;
}

.iquote_survey .mwf-input label,
.iquote_survey .mwf-input label {
    font-weight: bold;
}

.iquote_survey .mwf-input .mwf-option.radio:first-child label,
.iquote_survey .mwf-input .mwf-option.radio:last-child label {
    padding: 0;
     font-weight: normal;
}

.iquote_survey .mwf-option.radio:first-child p {
    font-size: 14px;
}

.iquote_survey .mwf-input .mwf-option.radio:first-child:after {
    content: "\f060";
    font-family: FontAwesome;
    margin-left: 20px;
    margin-right: 10px;
}

.iquote_survey .mwf-option.radio:first-child p,
.iquote_survey .mwf-option.radio:last-child p {
    font-size: 14px;
}

.iquote_survey .mwf-input .mwf-option.radio:last-child:before {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -15px;
    margin-right: 20px;
}

.iquote_survey input.btn.btn-primary {
    background: #297EC5 !important;
    padding: 12px !important;
    border-radius: 15px !important;
    border: 0 !important;
    font-size: 14px !important;
}

.iquote_survey input.btn.btn-primary:hover {
    color: #fff !important;
    background: #236ca9 !important;
}

.iquote_survey .mwf_success_text {
    text-align: center;
}

.iquote_survey span.mwf-required{
    display: none;
}

.iquote_survey .mwf_success_text h3{
    color: #808080;
    padding-right: 20px;
	padding-top: 15px;
}

.iquote_survey .mwf_buttonrow .col-xs-6:nth-child(1) {
    display: none;
}

.iquote_survey .mwf_buttonrow {
	margin-top: 20px;
}

.iquote_survey .mwf-error {
    margin-top: -20px;
    margin-bottom: 0;
}

/*##################################
  # Adjustments for shop inclusion #
  ################################## */

body[class*=shop_] .webforms_feedback_survey .webforms div[class*=col-],
body[class*=shop_] .webforms_feedback_survey .webforms .mwf-field {
	padding-left: 25px;
	padding-right: 25px;
}

body[class*=shop_] .webforms_feedback_survey .webforms .row {
	margin-left: 0;
	margin-right: 0;
	padding:0;
}

body[class*=shop_] .webforms_feedback_survey .webforms .mwf-paragraph p {
	margin-left: 0;
}

body[class*=shop_] .webforms_feedback_survey .webforms fieldset {
	position: relative;
}

body[class*=shop_] .webforms_feedback_survey .webforms p {
	font-size: 15px;
}

body[class*=shop_] .webforms_feedback_survey .webforms fieldset .mwf-option {
	font-size: 15px;
	line-height: 22.5px;
	min-height: 65px;
	max-width: 20%;
}

body[class*=shop_] .webforms_feedback_survey .webforms .mwf_buttonrow .btn-primary {
	border: 2px solid black;
    border-bottom: 2px solid #000;
    border-radius: 30px;
    background: #006B7D;
    color: #FFF;
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.25s;
    white-space: normal !important;
    text-transform: uppercase;
	width: auto;
}

body[class*=shop_] .webforms_feedback_survey .webforms .mwf_buttonrow .btn-primary:hover,
body[class*=shop_] .webforms_feedback_survey .webforms .mwf_buttonrow .btn-primary:active,
body[class*=shop_] .webforms_feedback_survey .webforms .mwf_buttonrow .btn-primary:focus {
	background: #FFF;
    color: #000;
}


.webforms_feedback_survey .webforms .mwf_buttonrow .btn-primary {
	width: auto;
}

.webforms_feedback_survey .webforms fieldset .mwf-option {
	min-height: 65px;
	max-width: 20%;
}


/* --------------------------------------------------------------------------------
   Ordertracking survery
 * -------------------------------------------------------------------------------- */
.ordertracking_survey,
.ordertracking_survey p {
   font-size: 14px;
}

.ordertracking_survey{
   overflow: hidden;
}

.ordertracking_survey img {
    padding: 0 !important;
}

.ordertracking_survey .webforms {
    margin-bottom: 75px !important;
}

.ordertracking_survey .mwf-field h3 {
    padding: 0px 0px 20px 0px;
    color: #297EC5;
    margin: 0;
    font-size: 18px;
}

.ordertracking_survey .mwf-paragraph p {
    margin-top: 10px;
}

.ordertracking_survey .mwf-label {
    margin-top: 0px;
}

.ordertracking_survey .row:nth-child(2) .mwf-paragraph.mwf-field.col-xs-12 p,
.ordertracking_survey .row:nth-child(3) .mwf-paragraph.mwf-field.col-xs-12 p,
.ordertracking_survey .row:nth-child(4) .mwf-paragraph.mwf-field.col-xs-12 p {
    font-weight: bold;
}

.ordertracking_survey .mwf-input fieldset {
    display: flex;
    padding-top: 5px;
    padding-left: 3px;
}

.ordertracking_survey .mwf-input .mwf-option {
    margin-right: 20px;
    
}

.ordertracking_survey .mwf-input .mwf-option:first-child {
    margin-right: 0px;
}

.ordertracking_survey .mwf-option.radio:first-child,
.ordertracking_survey .mwf-option.radio:last-child {
    pointer-events: none;
	display: flex !important;
}

.ordertracking_survey .mwf-input .mwf-option.radio:first-child input,
.ordertracking_survey .mwf-input .mwf-option.radio:last-child input {
    display: none;
}

.ordertracking_survey .mwf-input label,
.ordertracking_survey .mwf-input label {
    font-weight: bold;
}

.ordertracking_survey .mwf-input .mwf-option.radio:first-child label,
.ordertracking_survey .mwf-input .mwf-option.radio:last-child label {
    padding: 0;
     font-weight: normal;
}

.ordertracking_survey .mwf-option.radio:first-child p {
    font-size: 14px;
}

.ordertracking_survey .mwf-input .mwf-option.radio:first-child:after {
    content: "\f060";
    font-family: FontAwesome;
    margin-left: 11px;
    margin-right: -2px;
    color: #D84416;
    padding-top: 1px;
}

.ordertracking_survey .mwf-option.radio:first-child p,
.ordertracking_survey .mwf-option.radio:last-child p {
    font-size: 12px;
    padding-top: 7px;
    line-height: 1;
}

.ordertracking_survey .row.mwf_buttonrow {
    margin-top: 0px;
}

.ordertracking_survey .mwf-error {
    color: #ff0000;
    font-weight: bold;
    padding: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
}


.ordertracking_survey .mwf-input .mwf-option.radio:last-child:before {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -7px;
    margin-right: 12px;
    color: green;
    padding-top: 2px;
}

.ordertracking_survey input.btn.btn-primary {
    background: #297EC5 !important;
    padding: 12px !important;
    border-radius: 15px !important;
    border: 0 !important;
    font-size: 14px !important;
}


.ordertracking_survey input.btn.btn-primary:hover {
    color: #fff !important;
    background: #236ca9 !important;
}

.ordertracking_survey .mwf_success_text {
    text-align: center;
}

.ordertracking_survey .mwf_success_text h3{
    color: #808080;
    padding-right: 20px;
	padding-top: 15px;
}

.ordertracking_survey .mwf_buttonrow .col-xs-6:nth-child(1) {
    display: none;
}

.ordertracking_survey span.mwf-required {
    display: none;
}

.ordertracking_survey .mwf-option.radio input[type='radio'] {
    -webkit-appearance:none;
    width: 35px;
    height:35px;
    border-radius:50%;
    outline:none;
}

.ordertracking_survey .mwf-option.radio input[type='radio']:hover {
    cursor: pointer;
}

.ordertracking_survey .mwf-option.radio:nth-child(2) p,
.ordertracking_survey .mwf-option.radio:nth-child(3) p,
.ordertracking_survey .mwf-option.radio:nth-child(4) p,
.ordertracking_survey .mwf-option.radio:nth-child(5) p,
.ordertracking_survey .mwf-option.radio:nth-child(6) p {
    padding-top: 13px !important;
    margin-left: -3px !important;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 16px;
}

.ordertracking_survey .mwf-input .mwf-option:nth-child(2),
.ordertracking_survey .mwf-input .mwf-option:nth-child(3),
.ordertracking_survey .mwf-input .mwf-option:nth-child(4),
.ordertracking_survey .mwf-input .mwf-option:nth-child(5),
.ordertracking_survey .mwf-input .mwf-option:nth-child(6){
    margin-right: 0px;
    width: 42px;
    position: relative;
    top: -10px;
    height: 41px;
}

.ordertracking_survey .mwf-option.radio:nth-child(2) input[type='radio']:checked {
     background: #D84416;
}
.ordertracking_survey .mwf-option.radio:nth-child(3) input[type='radio']:checked {
     background: #FC7108;
}
.ordertracking_survey .mwf-option.radio:nth-child(4) input[type='radio']:checked {
     background: #F8AD38;
}
.ordertracking_survey .mwf-option.radio:nth-child(5) input[type='radio']:checked {
     background: #00B01F;
}
.ordertracking_survey .mwf-option.radio:nth-child(6) input[type='radio']:checked {
     background: #368E45;
}

.ordertracking_survey .mwf-option.radio:nth-child(2) input[type='radio'] {
    border: 2px solid #D84416;
}
.ordertracking_survey .mwf-option.radio:nth-child(3) input[type='radio'] {
    border: 2px solid #FC7108;
}
.ordertracking_survey .mwf-option.radio:nth-child(4) input[type='radio'] {
    border: 2px solid #F8AD38;
}
.ordertracking_survey .mwf-option.radio:nth-child(5) input[type='radio'] {
    border: 2px solid #00B01F;
}
.ordertracking_survey .mwf-option.radio:nth-child(6) input[type='radio'] {
    border: 2px solid #368E45;
}

.ordertracking_survey .mwf-option.radio input[type='radio']:checked ~ p{
     color: #fff;
}

.ordertracking_survey .mwf-paragraph.mwf-field:nth-child(1) p {
    padding-left: 4px;
    color: #297EC5;
    font-weight: bold;
    font-size: 13px;
	line-height: 1em;
}

.ordertracking_survey .mwf-field.col-xs-12.col-md-10 label {
    display: none;
}

/* --------------------------------------------------------------------------------
   Reservation survery
 * -------------------------------------------------------------------------------- */

.reservation_survey {
    overflow: hidden;
}

.reservation_survey,
.reservation_survey p {
   font-size: 14px;
}

.reservation_survey img {
    padding: 0 !important;
}

.reservation_survey .webforms {
    margin-bottom: 75px !important;
}

.reservation_survey .mwf-field h3 {
    padding: 00px 0px 0px 0px;
    color: #297EC5;
    margin: 0;
    font-size: 18px;
}

.reservation_survey .mwf-paragraph p {
    margin-top: 10px;
}

.reservation_survey .mwf-label {
    margin-top: 0px;
}

.reservation_survey .row:nth-child(2) .mwf-paragraph.mwf-field.col-xs-12 p,
.reservation_survey .row:nth-child(3) .mwf-paragraph.mwf-field.col-xs-12 p,
.reservation_survey .row:nth-child(4) .mwf-paragraph.mwf-field.col-xs-12 p {
    font-weight: bold;
}

.reservation_survey .mwf-input fieldset {
    display: flex;
    padding-top: 5px;
    padding-left: 3px;
}

.reservation_survey .mwf-input .mwf-option {
    margin-right: 20px;
    
}

.reservation_survey .mwf-input .mwf-option:first-child {
    margin-right: 0px;
}

.reservation_survey .mwf-option.radio:first-child,
.reservation_survey .mwf-option.radio:last-child {
    pointer-events: none;
	display: flex !important;
}

.reservation_survey .mwf-input .mwf-option.radio:first-child input,
.reservation_survey .mwf-input .mwf-option.radio:last-child input {
    display: none;
}

.reservation_survey .mwf-input label,
.reservation_survey .mwf-input label {
    font-weight: bold;
}

.reservation_survey .mwf-input .mwf-option.radio:first-child label,
.reservation_survey .mwf-input .mwf-option.radio:last-child label {
    padding: 0;
     font-weight: normal;
}

.reservation_survey .mwf-option.radio:first-child p {
    font-size: 14px;
}

.reservation_survey .mwf-input .mwf-option.radio:first-child:after {
    content: "\f060";
    font-family: FontAwesome;
    margin-left: 11px;
    margin-right: -2px;
    color: #D84416;
    padding-top: 1px;
}

.reservation_survey .mwf-option.radio:first-child p,
.reservation_survey .mwf-option.radio:last-child p {
    font-size: 12px;
    padding-top: 7px;
    line-height: 1;
}

.reservation_survey .row.mwf_buttonrow {
    margin-top: 0px;
}

.reservation_survey .mwf-error {
    color: #ff0000;
    font-weight: bold;
    padding: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
}


.reservation_survey .mwf-input .mwf-option.radio:last-child:before {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -7px;
    margin-right: 12px;
    color: green;
    padding-top: 2px;
}

.reservation_survey input.btn.btn-primary {
    background: #297EC5 !important;
    padding: 12px !important;
    border-radius: 15px !important;
    border: 0 !important;
    font-size: 14px !important;
}


.reservation_survey input.btn.btn-primary:hover {
    color: #fff !important;
    background: #236ca9 !important;
}

.reservation_survey .mwf_success_text {
    text-align: center;
}

.reservation_survey .mwf_success_text h3{
    color: #808080;
    padding-right: 20px;
	padding-top: 15px;
}

.reservation_survey .mwf_buttonrow .col-xs-6:nth-child(1) {
    display: none;
}

.reservation_survey span.mwf-required {
    display: none;
}

.reservation_survey .mwf-option.radio input[type='radio'] {
    -webkit-appearance:none;
    width: 35px;
    height:35px;
    border-radius:50%;
    outline:none;
}

.reservation_survey .mwf-option.radio input[type='radio']:hover {
    cursor: pointer;
}

.reservation_survey .mwf-option.radio:nth-child(2) p,
.reservation_survey .mwf-option.radio:nth-child(3) p,
.reservation_survey .mwf-option.radio:nth-child(4) p,
.reservation_survey .mwf-option.radio:nth-child(5) p,
.reservation_survey .mwf-option.radio:nth-child(6) p {
    padding-top: 13px !important;
    margin-left: -3px !important;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 16px;
}

.reservation_survey .mwf-input .mwf-option:nth-child(2),
.reservation_survey .mwf-input .mwf-option:nth-child(3),
.reservation_survey .mwf-input .mwf-option:nth-child(4),
.reservation_survey .mwf-input .mwf-option:nth-child(5),
.reservation_survey .mwf-input .mwf-option:nth-child(6){
    margin-right: 0px;
    width: 42px;
    position: relative;
    top: -10px;
    height: 41px;
}

.reservation_survey .mwf-option.radio:nth-child(2) input[type='radio']:checked {
     background: #D84416;
}
.reservation_survey .mwf-option.radio:nth-child(3) input[type='radio']:checked {
     background: #FC7108;
}
.reservation_survey .mwf-option.radio:nth-child(4) input[type='radio']:checked {
     background: #F8AD38;
}
.reservation_survey .mwf-option.radio:nth-child(5) input[type='radio']:checked {
     background: #00B01F;
}
.reservation_survey .mwf-option.radio:nth-child(6) input[type='radio']:checked {
     background: #368E45;
}

.reservation_survey .mwf-option.radio:nth-child(2) input[type='radio'] {
    border: 2px solid #D84416;
}
.reservation_survey .mwf-option.radio:nth-child(3) input[type='radio'] {
    border: 2px solid #FC7108;
}
.reservation_survey .mwf-option.radio:nth-child(4) input[type='radio'] {
    border: 2px solid #F8AD38;
}
.reservation_survey .mwf-option.radio:nth-child(5) input[type='radio'] {
    border: 2px solid #00B01F;
}
.reservation_survey .mwf-option.radio:nth-child(6) input[type='radio'] {
    border: 2px solid #368E45;
}

.reservation_survey .mwf-option.radio input[type='radio']:checked ~ p{
     color: #fff;
}

.reservation_survey .mwf-paragraph.mwf-field:nth-child(1) p {
    padding-left: 4px;
    color: #297EC5;
    font-weight: bold;
    font-size: 13px;
	line-height: 1em;
}

.reservation_survey .mwf-field.col-xs-12.col-md-10 label {
    display: none;
}


/* --------------------------------------------------------------------------------
   Ordertracking Export survery
 * -------------------------------------------------------------------------------- */

.ot_export_survey,
.ot_export_survey p {
   font-size: 14px;
}

.ot_export_survey{
   overflow: hidden;
}

.ot_export_survey img {
    padding: 0 !important;
}

.ot_export_survey .webforms {
    margin-bottom: 75px !important;
}

.ot_export_survey .mwf-field h3 {
    padding: 00px 0px 0px 0px;
    color: #297EC5;
    margin: 0;
    font-size: 18px;
}

.ot_export_survey .mwf-paragraph p {
    margin-top: 10px;
}

.ot_export_survey .mwf-label {
    margin-top: 0px;
}

.ot_export_survey .row:nth-child(2) .mwf-paragraph.mwf-field.col-xs-12 p,
.ot_export_survey .row:nth-child(3) .mwf-paragraph.mwf-field.col-xs-12 p,
.ot_export_survey .row:nth-child(4) .mwf-paragraph.mwf-field.col-xs-12 p {
    font-weight: bold;
}

.ot_export_survey .mwf-input fieldset {
    display: flex;
    padding-top: 5px;
    padding-left: 3px;
}

.ot_export_survey .mwf-input .mwf-option {
    margin-right: 20px;
    
}

.ot_export_survey .mwf-input .mwf-option:first-child {
    margin-right: 0px;
}

.ot_export_survey .mwf-option.radio:first-child,
.ot_export_survey .mwf-option.radio:last-child {
    pointer-events: none;
	display: flex !important;
}

.ot_export_survey .mwf-input .mwf-option.radio:first-child input,
.ot_export_survey .mwf-input .mwf-option.radio:last-child input {
    display: none;
}

.ot_export_survey .mwf-input label,
.ot_export_survey .mwf-input label {
    font-weight: bold;
}

.ot_export_survey .mwf-input .mwf-option.radio:first-child label,
.ot_export_survey .mwf-input .mwf-option.radio:last-child label {
    padding: 0;
     font-weight: normal;
}

.ot_export_survey .mwf-option.radio:first-child p {
    font-size: 14px;
}

.ot_export_survey .mwf-input .mwf-option.radio:first-child:after {
    content: "\f060";
    font-family: FontAwesome;
    margin-left: 11px;
    margin-right: -2px;
    color: #D84416;
    padding-top: 1px;
}

.ot_export_survey .mwf-option.radio:first-child p,
.ot_export_survey .mwf-option.radio:last-child p {
    font-size: 12px;
    padding-top: 7px;
    line-height: 1;
}

.ot_export_survey .row.mwf_buttonrow {
    margin-top: 0px;
}

.ot_export_survey .mwf-error {
    color: #ff0000;
    font-weight: bold;
    padding: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
}


.ot_export_survey .mwf-input .mwf-option.radio:last-child:before {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -7px;
    margin-right: 12px;
    color: green;
    padding-top: 2px;
}

.ot_export_survey input.btn.btn-primary {
    background: #297EC5 !important;
    padding: 12px !important;
    border-radius: 15px !important;
    border: 0 !important;
    font-size: 14px !important;
}


.ot_export_survey input.btn.btn-primary:hover {
    color: #fff !important;
    background: #236ca9 !important;
}

.ot_export_survey .mwf_success_text {
    text-align: center;
}

.ot_export_survey .mwf_success_text h3{
    color: #808080;
    padding-right: 20px;
	padding-top: 15px;
}

.ot_export_survey .mwf_buttonrow .col-xs-6:nth-child(1) {
    display: none;
}

.ot_export_survey span.mwf-required {
    display: none;
}

.ot_export_survey .mwf-option.radio input[type='radio'] {
    -webkit-appearance:none;
    width: 35px;
    height:35px;
    border-radius:50%;
    outline:none;
}

.ot_export_survey .mwf-option.radio input[type='radio']:hover {
    cursor: pointer;
}

.ot_export_survey .mwf-option.radio:nth-child(2) p,
.ot_export_survey .mwf-option.radio:nth-child(3) p,
.ot_export_survey .mwf-option.radio:nth-child(4) p,
.ot_export_survey .mwf-option.radio:nth-child(5) p,
.ot_export_survey .mwf-option.radio:nth-child(6) p {
    padding-top: 13px !important;
    margin-left: -3px !important;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 16px;
}

.ot_export_survey .mwf-input .mwf-option:nth-child(2),
.ot_export_survey .mwf-input .mwf-option:nth-child(3),
.ot_export_survey .mwf-input .mwf-option:nth-child(4),
.ot_export_survey .mwf-input .mwf-option:nth-child(5),
.ot_export_survey .mwf-input .mwf-option:nth-child(6){
    margin-right: 0px;
    width: 42px;
    position: relative;
    top: -10px;
    height: 41px;
}

.ot_export_survey .mwf-option.radio:nth-child(2) input[type='radio']:checked {
     background: #D84416;
}
.ot_export_survey .mwf-option.radio:nth-child(3) input[type='radio']:checked {
     background: #FC7108;
}
.ot_export_survey .mwf-option.radio:nth-child(4) input[type='radio']:checked {
     background: #F8AD38;
}
.ot_export_survey .mwf-option.radio:nth-child(5) input[type='radio']:checked {
     background: #00B01F;
}
.ot_export_survey .mwf-option.radio:nth-child(6) input[type='radio']:checked {
     background: #368E45;
}

.ot_export_survey .mwf-option.radio:nth-child(2) input[type='radio'] {
    border: 2px solid #D84416;
}
.ot_export_survey .mwf-option.radio:nth-child(3) input[type='radio'] {
    border: 2px solid #FC7108;
}
.ot_export_survey .mwf-option.radio:nth-child(4) input[type='radio'] {
    border: 2px solid #F8AD38;
}
.ot_export_survey .mwf-option.radio:nth-child(5) input[type='radio'] {
    border: 2px solid #00B01F;
}
.ot_export_survey .mwf-option.radio:nth-child(6) input[type='radio'] {
    border: 2px solid #368E45;
}

.ot_export_survey .mwf-option.radio input[type='radio']:checked ~ p{
     color: #fff;
}

.ot_export_survey .mwf-paragraph.mwf-field:nth-child(1) p {
    padding-left: 4px;
    color: #297EC5;
    font-weight: bold;
    font-size: 13px;
	line-height: 1em;
}

.ot_export_survey .mwf-field.col-xs-12.col-md-10 label {
    display: none;
}


/* --------------------------------------------------------------------------------
   New notepad survey
 * -------------------------------------------------------------------------------- */
 .new_notepad_survey .new_notepad_survey p {
    font-size: 13px;
}

.new_notepad_survey {
    overflow: hidden;
    padding-right: 30px;
}


.new_notepad_survey .mwf-field h3 {
    padding: 0px 0px 5px 0px;
    color: #297EC5;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}

.new_notepad_survey .mwf-paragraph {
    padding-left: 22px;
    margin-top: 15px;
}

.new_notepad_survey .mwf-paragraph.mwf-field:nth-child(1) p {
    padding-left: 4px;
    color: #808080;
    font-weight: normal;
    font-size: 13px;
}

.new_notepad_survey .mwf-pager {
    display: none;
}


.new_notepad_survey .mwf-label {
    margin-top: 0px;
	margin-bottom: 10px;
}


.new_notepad_survey .mwf-input fieldset {
    display: flex;
    padding-top: 5px;
    padding-left: 3px;
}


.new_notepad_survey .mwf-option.radio:first-child,
.new_notepad_survey .mwf-option.radio:last-child {
    pointer-events: none;
    display: flex !important;
}

.new_notepad_survey .mwf-input .mwf-option.radio:first-child input,
.new_notepad_survey .mwf-input .mwf-option.radio:last-child input {
    display: none;
}

.new_notepad_survey .mwf-input label, .new_notepad_survey .mwf-input label {
    font-weight: bold;
}

.new_notepad_survey .mwf-input .mwf-option.radio:first-child label,
.new_notepad_survey .mwf-input .mwf-option.radio:last-child label {
    padding: 0;
    font-weight: normal;
}

.new_notepad_survey .mwf-input .mwf-option.radio:first-child:after {
    content: "\f060";
    font-family: FontAwesome;
    margin-left: 11px;
    margin-right: -2px;
    color: #D84416;
    padding-top: 1px;
}

.new_notepad_survey .mwf-option.radio:first-child p,
.new_notepad_survey .mwf-option.radio:last-child p {
    font-size: 12px;
    padding-top: 7px;
    line-height: 1;
}

.new_notepad_survey .row.mwf_buttonrow {
    margin-top: 0px;
}

.new_notepad_survey .mwf-error {
    color: #ff0000;
    font-weight: bold;
    padding: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.new_notepad_survey .mwf-input .mwf-option.radio:last-child:before {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -7px;
    margin-right: 12px;
    color: green;
    padding-top: 2px;
}

.new_notepad_survey input.btn.btn-primary {
    background: #297EC5 !important;
    padding: 12px !important;
    border-radius: 15px !important;
    border: 0 !important;
    font-size: 14px !important;
}

.new_notepad_survey input.btn.btn-primary:hover {
    color: #fff !important;
    background: #236ca9 !important;
}

.new_notepad_survey .mwf_success_text {
    text-align: center;
}

.new_notepad_survey .mwf_success_text h3 {
    color: #808080;
    padding-right: 20px;
    padding-top: 15px;
}

.new_notepad_survey .mwf_buttonrow .col-xs-6:nth-child(1) {
    display: none;
}

.new_notepad_survey span.mwf-required {
    display: none;
}

.new_notepad_survey .mwf-option.radio input[type='radio'] {
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    outline: none;
}

.new_notepad_survey .mwf-option.radio input[type='radio']:hover {
    cursor: pointer;
}

.new_notepad_survey .mwf-option.radio:nth-child(2) p,
.new_notepad_survey .mwf-option.radio:nth-child(3) p,
.new_notepad_survey .mwf-option.radio:nth-child(4) p, 
.new_notepad_survey .mwf-option.radio:nth-child(5) p,
.new_notepad_survey .mwf-option.radio:nth-child(6) p {
    padding-top: 13px !important;
    margin-left: -3px !important;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 16px;
}

.new_notepad_survey .mwf-input .mwf-option:nth-child(2),
.new_notepad_survey .mwf-input .mwf-option:nth-child(3),
.new_notepad_survey .mwf-input .mwf-option:nth-child(4),
.new_notepad_survey .mwf-input .mwf-option:nth-child(5),
.new_notepad_survey .mwf-input .mwf-option:nth-child(6) {
    margin-right: 0px;
    width: 42px;
    position: relative;
    top: -10px;
    height: 41px;
}

.new_notepad_survey .mwf-option.radio:nth-child(2) input[type='radio']:checked {
    background: #D84416;
}

.new_notepad_survey .mwf-option.radio:nth-child(3) input[type='radio']:checked {
    background: #FC7108;
}

.new_notepad_survey .mwf-option.radio:nth-child(4) input[type='radio']:checked {
    background: #F8AD38;
}

.new_notepad_survey .mwf-option.radio:nth-child(5) input[type='radio']:checked {
    background: #00B01F;
}

.new_notepad_survey .mwf-option.radio:nth-child(6) input[type='radio']:checked {
    background: #368E45;
}

.new_notepad_survey .mwf-option.radio:nth-child(2) input[type='radio'] {
    border: 2px solid #D84416;
}

.new_notepad_survey .mwf-option.radio:nth-child(3) input[type='radio'] {
    border: 2px solid #FC7108;
}

.new_notepad_survey .mwf-option.radio:nth-child(4) input[type='radio'] {
    border: 2px solid #F8AD38;
}

.new_notepad_survey .mwf-option.radio:nth-child(5) input[type='radio'] {
    border: 2px solid #00B01F;
}

.new_notepad_survey .mwf-option.radio:nth-child(6) input[type='radio'] {
    border: 2px solid #368E45;
}

.new_notepad_survey .mwf-option.radio input[type='radio']:checked ~ p {
    color: #fff;
}

.new_notepad_survey .mwf-form .row:nth-child(2) {
    margin-top: 15px;
    margin-left: 0px;
}

.new_notepad_survey .mwf-option.checkbox {
    margin: -10px 0 20px 0;
}

.new_notepad_survey .mwf-option.checkbox label {
    font-weight: normal;
    margin-bottom: 10px;
}


.new_notepad_survey [data-mwf-container="mwfb2e22c238304"] p {
    font-weight: bold;
    margin-top: 80px;
}

.new_notepad_survey [data-mwf-container="mwff5bdfa2cf670"] {
    margin-top: 11px;
    margin-bottom: -20px !important;
}

.new_notepad_survey [data-mwf-container="mwf1522ee01ca22"] {
    margin-bottom: -20px !important;
}

.new_notepad_survey [data-mwf-container="mwf1522ee01ca22"] fieldset {
    margin-top: 20px;
}

.new_notepad_survey [data-mwf-container="mwff5bdfa2cf670"] {
    margin-top: -12px;
}


/* ALSO Share 6110*/

.ch_also_share_form .row.mwf_buttonrow input.btn.btn-primary {
    padding: 15px 0px !important;
}

.ch_also_share_form .mwf-form {
    margin-bottom: 160px !important;
}

.ch_also_share_form [data-mwf-container="mwf8af5dd6c8dcb"] {
    margin-top: 0;
}

.ch_also_share_form [data-mwf-container="mwf8af5dd6c8dcb"] p {
    font-size: 12px;
}


/* ALSO 1010 NPS Survey */

/* Radio buttons in row*/

.webforms_nps_survey .mwf-form .row fieldset {
  display: flex;
  flex-direction: row;
}

.webforms_nps_survey .mwf-input .mwf-option {
  margin-right: 0px;
  width: 75px;
  position: relative;
  top: -10px;
  height: 42px;
}

.webforms_nps_survey .row:nth-child(2) .mwf-paragraph,
.webforms_nps_survey .row:nth-child(4) .mwf-paragraph {
  margin-left: 0px;
  padding-left: 0px;
}

.webforms_nps_survey .row:nth-child(3) .mwf-option.radio input[type="radio"] {
  -webkit-appearance: none;
  width: 75px;
  height: 42px;
  outline: none;
}

.webforms_nps_survey .row:nth-child(17) .mwf-option.radio input[type="radio"] {
  -webkit-appearance: none;
  width: 68px;
  height: 42px;
  outline: none;
}

.webforms_nps_survey .mwf-option.radio input[type="radio"]:hover {
  cursor: pointer;
}

.webforms_nps_survey .mwf-option.radio input[type="radio"]:checked {
  background: #44d222;
  border: 1px solid #44d222;
}

.webforms_nps_survey .mwf-option.radio input[type="radio"] {
  border: 1px solid #ccc;
  height: 2em;
}

/* Question block */


.webforms_nps_survey .row:nth-child(4) p:nth-child(2) {
  float: left;
  position: relative;
  font-size: 13px;
  color: #aaa;
  margin-top: 2px;
}

.webforms_nps_survey .row:nth-child(4) p:nth-child(3) {
  float: left;
  font-size: 13px;
  margin-top: 2px;
  margin-left: 7px;
  color: #f55;
}

.webforms_nps_survey .row:nth-child(4) p:nth-child(4) {
  float: left;
  font-size: 13px;
  color: #aaa;
  margin-right: 7px;
  margin-top: 2px;
  margin-left: 7px;
}

.webforms_nps_survey .row:nth-child(4) p:nth-child(5) {
  font-size: 13px;
  color: #44d222;
  float: left;
  margin-right: 7px;
  margin-top: 2px;
}

.webforms_nps_survey .row:nth-child(4) p:nth-child(6) {
  font-size: 13px;
  color: green;
  float: right;
  padding-left: 5px;
  margin-top: 2px;
}

.webforms_nps_survey .row:nth-child(5) .mwf-option.radio {
  pointer-events: none;
}


.webforms_nps_survey .row:nth-child(5) input {
  display: none;
}

.webforms_nps_survey .row:nth-child(6),
.webforms_nps_survey .row:nth-child(8),
.webforms_nps_survey .row:nth-child(10),
.webforms_nps_survey .row:nth-child(12),
.webforms_nps_survey .row:nth-child(14),
.webforms_nps_survey .row:nth-child(16) {
  background: #eaeaea;
}

.webforms_nps_survey .row:nth-child(7),
.webforms_nps_survey .row:nth-child(9),
.webforms_nps_survey .row:nth-child(11),
.webforms_nps_survey .row:nth-child(13),
.webforms_nps_survey .row:nth-child(15) {
  background: #f4f4f4;
}

.webforms_nps_survey .row:nth-child(1n + 6) .mwf-paragraph {
  margin-top: 0;
  padding: 10px 15px;
}

.webforms_nps_survey .row:nth-child(1n + 5) .col-xs-12.col-md-8 fieldset {
  justify-content: flex-end;
}

.webforms_nps_survey .row:nth-child(5) .mwf-field.col-xs-12.col-md-8 {
  height: 50px;
}

.webforms_nps_survey .row:nth-child(5) P {
  position: relative;
  left: 5px;
}

.webforms_nps_survey .row:nth-child(1n + 6) .mwf-paragraph p {
  margin: 7px 0px;
}

.webforms_nps_survey .row:nth-child(1n + 6) .mwf-field.col-xs-12.col-md-8 {
  margin-top: 30px;
  display: inline-block;
}

.webforms_nps_survey
  .row:nth-child(1n + 6)
  .mwf-field.col-xs-12.col-md-8
  .mwf-label {
  display: none;
}

.webforms_nps_survey
  .row:nth-child(1n + 6)
  .col-xs-12.col-md-8
  .mwf-option.radio {
  display: flex;
  justify-content: flex-end;
}

.webforms_nps_survey .row:nth-child(17),
.webforms_nps_survey .row:nth-child(18),
.webforms_nps_survey .row:nth-child(19) {
  margin-top: 40px;
}

input[type="radio"]:checked {
  margin-top: 4px;
  margin-left: -20px !important;
}

input[type="radio"]:not(checked) {
  margin-top: 4px;
  margin-left: -20px !important;
}

.webforms_nps_survey .row:nth-child(3) .mwf-option.radio:first-child,
.webforms_nps_survey .row:nth-child(17) .mwf-option.radio:first-child {
  position: absolute;
  top: 40px;
  width: 175px;
  padding: 0;
}

.webforms_nps_survey .row:nth-child(3) {
  margin-bottom: 30px;
}

.webforms_nps_survey .row:nth-child(3) .mwf-label {
  margin-top: 40px;
}

.webforms_nps_survey .row:nth-child(3) .mwf-option.radio:last-child,
.webforms_nps_survey .row:nth-child(17) .mwf-option.radio:last-child {
  position: absolute;
  top: 40px;
  width: 175px;
  padding: 0;
  right: 0px;
  text-align: right;
}

.webforms_nps_survey .row:nth-child(3) .mwf-option.radio:first-child input,
.webforms_nps_survey .row:nth-child(3) .mwf-option.radio:last-child input {
  display: none;
}

.webforms_nps_survey .row:nth-child(3) .mwf-option.radio:first-child label,
.webforms_nps_survey .row:nth-child(3) .mwf-option.radio:last-child label {
  padding: 0;
  pointer-events: none;
}

.webforms_nps_survey .row:nth-child(17) .mwf-option.radio:first-child input,
.webforms_nps_survey .row:nth-child(17) .mwf-option.radio:last-child input {
  display: none;
}

.webforms_nps_survey .row:nth-child(17) .mwf-option.radio:first-child label,
.webforms_nps_survey .row:nth-child(17) .mwf-option.radio:last-child label {
  padding: 0;
  pointer-events: none;
}

.webforms_nps_survey .mwf-hint {
  display: none;
}

.webforms_nps_survey .row:nth-child(17) .mwf-option:first-child p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:first-child p {
    color: #f55;
    padding-left: 4px;
        font-size: 13px;
    font-weight: bold;
}

.webforms_nps_survey .row:nth-child(17) .mwf-option:last-child p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:last-child p {
    color: #44d222;
    font-size: 13px;
    font-weight: bold;
}

.webforms_nps_survey .row:nth-child(3) .mwf-option.radio label,
.webforms_nps_survey .row:nth-child(17) .mwf-option.radio label {
    height: 42px;
}

.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(2) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(3) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(4) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(5) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(6) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(7) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(8) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(9) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(10) label p,
.webforms_nps_survey .row:nth-child(3) .mwf-option:nth-child(11) label p {
  padding-top: 15px;
  padding-left: 12px;
}

.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(2) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(3) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(4) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(5) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(6) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(7) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(8) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(9) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(10) label p,
.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(11) label p {
  padding-top: 15px;
  padding-left: 12px;
}

.webforms_nps_survey .row:nth-child(17) .mwf-option:nth-child(12) label p {
  padding-top: 15px;
  padding-left: 8px;
}

.webforms_nps_survey .row:nth-child(3) .mwf-option.radio input[type="radio"]:checked + p,
.webforms_nps_survey .row:nth-child(17) .mwf-option.radio input[type="radio"]:checked + p {
  position: relative;
  top: -31px;
}

.webforms_nps_survey .row:nth-child(4)  {
  font-weight: bold;
}


.webforms_nps_survey .row.mwf_buttonrow  .col-xs-6.col-md-3 {
    padding: 10px;
}

@media (max-width: 996px) {
  .webforms_nps_survey .col-md-offset-2 {
      margin-left: 5%;
  }

  .webforms_nps_survey .col-xs-12.col-md-offset-2.col-md-8.grid-col {
      width: 90%;
  }
}

.webforms_nps_survey .mwf_success_text h3 {
    text-align: center;
    color: #89e872;
    margin-top: 50px;
}

.webforms_nps_survey .mwf_success_text p {
    text-align: center;
    margin-bottom: 50px;
}


/* --------------------------------------------------------------------------------
   Feedback form CSS for One Question with feedback
 * -------------------------------------------------------------------------------- */

.one_question_and_feedback,
.one_question_and_feedback p {
   font-size: 14px;
}

.one_question_and_feedback{
   overflow: hidden;
}

.one_question_and_feedback img {
    padding: 0 !important;
}

.one_question_and_feedback .webforms {
    margin-bottom: 75px !important;
}

.one_question_and_feedback .mwf-field h3 {
    padding: 00px 0px 0px 0px;
    color: #297EC5;
    margin: 0;
    font-size: 18px;
}

.one_question_and_feedback .mwf-paragraph {
    margin-top: 0px;
}

.one_question_and_feedback .mwf-paragraph p {
    margin-top: 0px;
	margin-bottom: 0px;
}

.one_question_and_feedback .row:nth-child(4) .mwf-paragraph p {
    color: #297EC5;
    font-weight: bold;
}

.one_question_and_feedback .row:nth-child(4) textarea {
    margin-top: 20px;
}

.one_question_and_feedback .mwf-label {
    margin-bottom: 10px;
}

.one_question_and_feedback .row:nth-child(2) .mwf-paragraph.mwf-field.col-xs-12 p,
.one_question_and_feedback .row:nth-child(3) .mwf-paragraph.mwf-field.col-xs-12 p,
.one_question_and_feedback .row:nth-child(4) .mwf-paragraph.mwf-field.col-xs-12 p {
    font-weight: bold;
}

.one_question_and_feedback .mwf-input fieldset {
    display: flex;
    padding-top: 5px;
    padding-left: 3px;
}

.one_question_and_feedback .mwf-input .mwf-option {
    margin-right: 20px;
    
}

.one_question_and_feedback .mwf-input .mwf-option:first-child {
    margin-right: 0px;
}

.one_question_and_feedback .mwf-option.radio:first-child,
.one_question_and_feedback .mwf-option.radio:last-child {
    pointer-events: none;
	display: flex !important;
}

.one_question_and_feedback .mwf-input .mwf-option.radio:first-child input,
.one_question_and_feedback .mwf-input .mwf-option.radio:last-child input {
    display: none;
}

.one_question_and_feedback .mwf-input label,
.one_question_and_feedback .mwf-input label {
    font-weight: bold;
}

.one_question_and_feedback .mwf-input .mwf-option.radio:first-child label,
.one_question_and_feedback .mwf-input .mwf-option.radio:last-child label {
    padding: 0;
     font-weight: normal;
}

.one_question_and_feedback .mwf-option.radio:first-child p {
    font-size: 14px;
}

.one_question_and_feedback .mwf-input .mwf-option.radio:first-child:after {
    content: "\f060";
    font-family: FontAwesome;
    margin-left: 11px;
    margin-right: -2px;
    color: #D84416;
    padding-top: 1px;
}

.one_question_and_feedback .mwf-option.radio:first-child p,
.one_question_and_feedback .mwf-option.radio:last-child p {
    font-size: 12px;
    padding-top: 7px;
    line-height: 1;
}

.one_question_and_feedback .row.mwf_buttonrow {
    margin-top: 0px;
}

.one_question_and_feedback .mwf-error {
    color: #ff0000;
    font-weight: bold;
    padding: 0px;
    margin-top: -15px;
    margin-bottom: 10px;
}


.one_question_and_feedback .mwf-input .mwf-option.radio:last-child:before {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -7px;
    margin-right: 12px;
    color: green;
    padding-top: 2px;
}

.one_question_and_feedback input.btn.btn-primary {
    background: #297EC5 !important;
    padding: 12px !important;
    border-radius: 15px !important;
    border: 0 !important;
    font-size: 14px !important;
}


.one_question_and_feedback input.btn.btn-primary:hover {
    color: #fff !important;
    background: #236ca9 !important;
}

.one_question_and_feedback .mwf_success_text {
    text-align: center;
}

.one_question_and_feedback .mwf_success_text h3{
    color: #808080;
    padding-right: 20px;
	padding-top: 15px;
}

.one_question_and_feedback .mwf_buttonrow .col-xs-6:nth-child(1) {
    display: none;
}

.one_question_and_feedback span.mwf-required {
    display: none;
}

.one_question_and_feedback .mwf-option.radio input[type='radio'] {
    -webkit-appearance:none;
    width: 35px;
    height:35px;
    border-radius:50%;
    outline:none;
}

.one_question_and_feedback .mwf-option.radio input[type='radio']:hover {
    cursor: pointer;
}

.one_question_and_feedback .mwf-option.radio:nth-child(2) p,
.one_question_and_feedback .mwf-option.radio:nth-child(3) p,
.one_question_and_feedback .mwf-option.radio:nth-child(4) p,
.one_question_and_feedback .mwf-option.radio:nth-child(5) p,
.one_question_and_feedback .mwf-option.radio:nth-child(6) p {
    padding-top: 13px !important;
    margin-left: -3px !important;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 16px;
}

.one_question_and_feedback .mwf-input .mwf-option:nth-child(2),
.one_question_and_feedback .mwf-input .mwf-option:nth-child(3),
.one_question_and_feedback .mwf-input .mwf-option:nth-child(4),
.one_question_and_feedback .mwf-input .mwf-option:nth-child(5),
.one_question_and_feedback .mwf-input .mwf-option:nth-child(6){
    margin-right: 0px;
    width: 42px;
    position: relative;
    top: -10px;
    height: 41px;
}

.one_question_and_feedback .mwf-option.radio:nth-child(2) input[type='radio']:checked {
     background: #D84416;
}
.one_question_and_feedback .mwf-option.radio:nth-child(3) input[type='radio']:checked {
     background: #FC7108;
}
.one_question_and_feedback .mwf-option.radio:nth-child(4) input[type='radio']:checked {
     background: #F8AD38;
}
.one_question_and_feedback .mwf-option.radio:nth-child(5) input[type='radio']:checked {
     background: #00B01F;
}
.one_question_and_feedback .mwf-option.radio:nth-child(6) input[type='radio']:checked {
     background: #368E45;
}

.one_question_and_feedback .mwf-option.radio:nth-child(2) input[type='radio'] {
    border: 2px solid #D84416;
}
.one_question_and_feedback .mwf-option.radio:nth-child(3) input[type='radio'] {
    border: 2px solid #FC7108;
}
.one_question_and_feedback .mwf-option.radio:nth-child(4) input[type='radio'] {
    border: 2px solid #F8AD38;
}
.one_question_and_feedback .mwf-option.radio:nth-child(5) input[type='radio'] {
    border: 2px solid #00B01F;
}
.one_question_and_feedback .mwf-option.radio:nth-child(6) input[type='radio'] {
    border: 2px solid #368E45;
}

.one_question_and_feedback .mwf-option.radio input[type='radio']:checked ~ p{
     color: #fff;
}

.one_question_and_feedback .mwf-field.col-xs-12.col-md-10 label {
    display: none;
}