img.img-left, button.btn-left {
    float: left;
}
.wizard > .content {
}
img.img-center, button.btn-center {
    margin-right: auto;
    margin-left: auto;
    display: block;
}
img.img-right, button.btn-right {
    float: right;
}
body.snapform img.fr-tag {
    padding: 0;
}
body.snapform a {
    text-decoration: underline;
}
body.snapform ul {
    list-style-position: inside;
}
body.snapform, body.snapform label {
    color: #525252;
}
body.snapform .panel.panel-default {
    border: 0;
    background: none;
}
body.snapform {
    background: none;
}

body.snapform .panel.panel-default {
    margin: auto;
}
body.snapform p.fr-tag {
    margin: 0 0 20px 0;
    font-size:14px;
}
body.snapform .btn {
    /*	margin-top: 5px;*/
}
body.snapform .btn.btn-file {
    margin-top: 0;
}
body.snapform img {
    max-width: 100%;
}
span.checkbox.custom-checkbox, span.radio.custom-radio {
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 20px;
    padding: 0;
    min-height: 0;
}
div.checkbox-group, div.radio-group {
    margin-bottom: -5px;
}
div.checkbox-group .custom-checkbox .check-box-label{
    white-space: pre-wrap;
    word-break: break-word !important;
    display: block;
    margin-bottom: 0px! important;
    padding-left: 25px;
}
div.radio-group .custom-radio .radio-label{
    white-space: pre-wrap;
    word-break: break-word !important;
    display: block;
    margin-bottom: 0px! important;
    padding-left: 25px;
}
body.snapform .snap-field {
    margin-bottom: 15px;
}
body.snapform .form-group {
    margin-bottom: 0;
}
div.captcha-group > div.captcha-left > a {
    color: white !important;
}
a.withoutunderline {
    text-decoration: none !important;
}
a.normal {
    text-decoration: underline;
}
a.buttonwysiwyg {
    font-size: 13px;
    padding: 7px 12px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
    color: white;
    background-color: #00b1e1;
}
label.hiddenlabel {
    display: none !important;
}
.checkbox-group.parsley-error .custom-checkbox, .radio-group.parsley-error .custom-radio, .input-group.parsley-error input {
    border-color: #ed5466 !important;
}
.checkbox-group.parsley-error .custom-checkbox > label, .radio-group.parsley-error .custom-radio > label {
    color: #ed5466;
}
.checkbox-group.parsley-error .custom-checkbox > label:before, .radio-group.parsley-error .custom-radio > label:before {
    border: 1px solid #ed5466;
}
.wizard > .content > .body{
    width:100% !important;
}
.wizard.customPage ul.fr-tag, .wizard ol.fr-tag, .wizard > .content > .body ul.fr-tag {
	padding-left: 2px !important;
	list-style-type: disc !important;
   list-style-position: inside !important;
}
ul.fr-tag li, ol.fr-tag li, .wizard > .content > .body ul > li.fr-tag {
	display: list-item !important;
}
ul.fr-tag li p, ol.fr-tag li p {
	display: inline;
}
.disablednext {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
}

body.snapform.sf-embedded #modal-lightbox-save-complete-later .modal-dialog {
    position: fixed;
    bottom: 50px;
    right: 0;
    left: 0;
}