main {
    background: none;
    background-color: #ff9f00;
    padding-top: 50px;
    padding-bottom: 50px;
}
.question_title p, .question_title h3 {
    color: #333!important;
}
.config-area, .step {
    display: none;
}
header {
    height: 73px!important;
    border-top: 3px solid #ff9f00;
}
.header-logo img {
    height: 40px;
}
.cd-nav-trigger::before, .cd-nav-trigger::after {
    background-color: #ff9f00;
}
.cd-overlay-content span, .cd-overlay-nav span {
    background-color: #ff9f00;
}
#bottom-wizard {
    margin-bottom: 0;
}
p {
    margin-bottom: 15px;
}
tr.config-highlight>td {
    background: #ff9f00;
}
span.error {
    height: auto;
    min-height: 25px;
}
.item label {
    min-height: 180px;
}
.item label figure, .item label figure img {
    height: 100px;
}
.item.item-small label figure, .item.item-small label figure img {
    height: 30px;
}
.item.item-small label {
    min-height:0px;
}
figure {
    text-align: center;
}
figure i.fas {
    margin-top: 15px;
}
/*
.btn:hover, .btn:focus {
    color: #fff;
}
*/
tfoot td {
    font-weight: bold;
}
table tr.odd td {
    background: #F0F0F0;
}
.alert-hidden {
    display: none;
}
.cd-primary-nav li {
    text-transform: none;
}
.card {
    margin-bottom: 5px;
}
.field-editable-button {
    display: none;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px)!important;
    padding: .25rem .5rem!important;
    font-size: .875rem!important;
    line-height: 1.5!important;
    border-radius: .2rem!important;
}
#orderfinal-data .item label, #ordertype-data .item label {
    padding-left: 25px;
    padding-right: 50px;
    min-height: 0px;
}
#orderfinal-data .styled-select select, #ordertype-data .styled-select select {
    width: 100%;
}
#orderfinal-data .item input[type=radio]:not(old):checked + label, #orderfinal-data .item label:hover,
#ordertype-data .item input[type=radio]:not(old):checked + label, #ordertype-data .item label:hover {
    box-shadow: 0 2px 10px #392779;
}
.image-resizer {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.image-resizer span {
    background: white;
    padding: 2px 5px;
    border-radius: 5px;
    opacity: 0.8;
}
.item label .item_price {
    margin-top: 5px;
}
body {
    overflow-y: scroll;
}
table.last-right td:last-child {
    text-align: right;
}
.item input[type=radio]:not(old) + label:before {
    font-family: "fontello";
    content: "\e81b";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ededed;
}
