.padding-10 {
    padding: 10px;
}
body {
    background-color: #f8f8f8;
}
body div.modal-backdrop {
    z-index: -1;
}
#wrapper {
    width: 100%;
    padding: 40px 0px;
}
#status-bar-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 14px;
    width: 0%;
    opacity: 0;
    z-index: 1;
}
#status-bar-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 14px;
    width: 0%;
    opacity: 0;
    z-index: 2;
    color: #fff;
    text-align: right;
    padding-right: 3px;
    letter-spacing: 3px;
    font-size: 10px;
    overflow: hidden;
}
#header {
    margin: 0px 0px 15px 0px;
    padding: 25px 20px;
}
#title {
    font-size: 36px;
    color: #EEA236;
    text-align: center;
}
#logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#page {
    border-radius:6px 6px;
    border:1px solid #DDD;
    background-color: #fff;
}
#content {
    min-height: 200px;
}
#step_buttons {
    padding: 40px 10px 30px 10px;
}
#status {
    padding: 20px 5px 10px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}
#info-box {
    padding: 20px 0px 10px 5px;
}
#info-box i {
    margin-right: 15px;
    font-size: 18px;
    cursor: pointer;
}
.description {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    text-align: justify;
}
#send_data {
    margin: 30px 0px;
    font-size: 32px;
}
#prev_button {
    display: none;
}
#prev_button:hover, #next_button:hover, .mybutton:hover {
    box-shadow: 2px 2px 10px #AAA;
    border-color: #AAA;
}
.quest {
    padding: 20px 0px;
}
.quest_quest {
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid transparent;
    border-radius: 4px 4px;
    font-size: 18px;
}
.quest .quest_quest p {
    margin-bottom: 0.1rem;
}
.quest_answer {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px 4px;
    overflow-x: auto;
    overflow-y: hidden;
}
.quest .quest_answer th {
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
.quest .quest_answer td {
    text-align: center;
    vertical-align: middle;
}
.quest .quest_answer th.editable {
    text-align: right;
}
.quest .quest_answer th label, .quest .quest_answer td label {
    font-weight: normal;
    display: block;
}
table.radio-ver td, table.checkbox-ver td, table.switch td {
    width: 5%;
}
.info_quest {
    padding: 10px 0px;
}
.error_message {
    color: #FF2400;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding: 10px;
}
.error_box {
    background-color: #FF7256;
}
.page_image_pos1, .page_image_pos3 {
    text-align: center;
}
.page_image_pos2 {
    text-align: right;
}
.page_image_pos4 {
    text-align: left;
}
.timeout-box {
    display: none;
    position: fixed;
    background: #f1f1f1;
    width: 60px;
    height: 80px;
    padding: 3px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px #444444;
    -moz-box-shadow: 2px 2px 10px #444444;
    box-shadow: 2px 2px 10px #444444;
}
.qtimeout {
    top: 20px;
    right: 0px;
}
.qtimeout div {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding: 5px 0px;
}
.qqtimeout {
    top: 110px;
    right: 0px;
}
.qqtimeout div {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    padding: 5px 0px;
}
.quest-slider {
    padding: 5px;
    margin: 20px 0px;
    background: #eee;
    cursor: pointer;
}
.quest-slider .ui-slider-handle {
    margin-top: -7px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #285e8e;
    background: #3276b1;
    cursor: pointer;
}
.quest-slider .ui-slider-handle:focus {
    outline: 0;
    box-shadow: 0px 2px 10px rgba(0,0,0,.4);
}
.quest_answer div[data-type='category'] ul.category {
    min-height: 40px;
    background: #ddd;
    border-radius: 4px;
}
.quest_answer div[data-type='category'] .pull-left {
    margin-top: 3px;
}
.quest_answer ul[data-type='rank'] .pull-left {
    margin-top: 5px;
}
.quest_answer p {
    margin: 0px;
}
.radio-box, .radio-box label, .checkbox-box, .checkbox-box label {
    cursor: pointer;
}
.radio-box input[type="radio"], .checkbox-box input[type="checkbox"] {
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.theme-editor-focus {
    border: 3px dashed red !important;
}
.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.sticky-wrap .sticky-thead, .sticky-wrap .sticky-col, .sticky-wrap .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: auto;
}
.sticky-wrap .sticky-thead {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 100;
    width: 100%;
}
.sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 150;
}
.sticky-wrap .sticky-intersect th {
    border: none;
}
.sticky-wrap td, .sticky-wrap th {
    box-sizing: border-box;
}
.admin-tools-box {
    position: fixed;
    top: 25px;
    left: -110px;
    width: 110px;
    height: 115px;
    padding: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px #444444;
    -moz-box-shadow: 2px 2px 10px #444444;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.admin-tools-title {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.admin-tools-icon {
    position: absolute;
    top: 0px;
    right: -45px;
    color: #333;
    cursor: pointer;
}
.admin-tools-open {
    left: 0px;
}