.form-header-group .form-header {
    color: #555;
}
.form-header-group .form-header {
    color: #555555;
}
h1.form-header {
    font-size: 2.143em;
}

.form-subHeader {
    border-top: none;
    font-size: 1.071em;
    line-height: 1.5em;
    font-style: normal;
    margin: 3px 0 0;
}
.form-header-group .form-subHeader {
    color: #555;
}
.JotFormBuilder #stage [contenteditable] {
    outline: none!important;
    cursor: text;
}
.JotFormBuilder .editor-container div, .JotFormBuilder .editor-container span {
    display: inline-block;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.form-line {
    cursor: move;
    transition-property: margin-bottom;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
}

#app_wizards, #tethers {
    font-size: 14px;
    line-height: 1.618em;
    position: relative;
}
.collabUsers-userList {
    position: absolute!important;
    right: 8px;
    top: 8px;
    cursor: default!important;
    z-index: 3;
}
.form-line {
    padding: 12px 36px;
}
.form-line {
    margin-top: 12px;
    margin-bottom: 12px;
}
.form-line {
    cursor: move;
    transition-property: margin-bottom;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
}
.form-line {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 36px;
    padding-right: 36px;
    margin: 6px 0;
    width: 100%;
    box-sizing: border-box;
}
.form-line {
    clear: both;
    padding: 10px;
    margin: 0px;
    display: block;
    width: 97%;
    width: -moz-available;
    position: relative;
}
.form-line.isSelected {
    box-shadow: 0 0 0 2px #0293e2;
}
.JotFormBuilder #stage [contenteditable] {
    outline: none!important;
    cursor: text;
}
.JotFormBuilder .editor-container div, .JotFormBuilder .editor-container span {
    display: inline-block;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.form-matrix-row-headers, .form-matrix-column-headers {
    font-size: 0.786em;
    font-weight: normal;
    /* color: #444; */
}
.form-matrix-row-headers, .form-matrix-column-headers {
    font-size: 0.786em;
    font-weight: normal;
    /* color: #444; */
}
.form-matrix-row-headers {
    border: 1px solid #ccc;
    background:#425cbb;
}
.form-matrix-table tr:nth-child(2n) {
    background-color: #f2f2f2;
}
.form-matrix-table tr {
    border-color: #e6e6e6;
}
.form-matrix-row-headers, .form-matrix-column-headers {
      font-size: 13px;
    font-weight: normal;
    text-align: center !important;
}
.form-matrix-column-headers {
    border: 1px solid #ccc;
    background:#425cbb;color:#fff;
    color: inherit;
    text-align: center;
}
.editor-container.editorHasText{color:#fff;}
.form-line.isSelected .editor-container {
    cursor: text;
}
.JotFormBuilder .editor-container {
    max-width: 95%;
    min-width: 100%;
    cursor: move;
}
.questionLine-editButton.forRemove {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 0;
    font-size: 16px;
    position: relative;
    color: transparent;
}
.questionLine-editButton {
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: none;
    border: 0;
    transition: all .25s ease!important;
}
.questionLine-editButton.forRemove:after, .questionLine-editButton.forRemove:before {
    content: "";
    transition: all .25s ease!important;
    display: inline-block;
    width: 12px;
    height: 2px;
    border-radius: 1px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 8px;
    left: 3px;
}
.questionLine-editButton.forRemove:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.questionLine-editButton.forRemove:after, .questionLine-editButton.forRemove:before {
    content: "";
    transition: all .25s ease!important;
    display: inline-block;
    width: 12px;
    height: 2px;
    border-radius: 1px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 8px;
    left: 3px;
}
.form-matrix-values {
    border: 1px solid #ccc;
    background: #fff;
}
.form-matrix-table {
        font-size: 15px;
}
.form-matrix-table {
    border-collapse: collapse;
    font-size: 10px;width:100%;
    margin-bottom: 5px;
}
.JotFormBuilder #stage input.form-checkbox, .JotFormBuilder #stage input.form-radio, .JotFormBuilder #stage input.form-spinner-input, .JotFormBuilder #stage input.form-textbox, .JotFormBuilder #stage select.form-dropdown, .JotFormBuilder #stage textarea.form-textarea {
    pointer-events: none;
}
.form-radio, .form-checkbox {
    vertical-align: top;
    margin-top: 4px;
}
.form-radio, .form-checkbox {
    vertical-align: middle;
    margin-right: 10px;
    padding: 0px;
}





.input-checkbox + span {
    position: relative;
    float: left;
    bottom: 2px;
}
li + li .input-checkbox {
    margin-left: 44%;
    float: left;
    padding-right: 0;
}
li .input-checkbox {
    line-height: 2.825em !important;
}





.input-checkbox .inner {
    background: #c3c3c3;
    margin-top: 10px;
    margin-left: -4px;}



.input-checkbox.checked .inner:before {
    color: #fff;
    width: 100%;
    left: 0;
    opacity: 1;
    font-size: 11px;
    top: 5px;
}
#checkbox1 .form-radio, #checkbox1 .form-checkbox {
    vertical-align: top;
    margin-top: 4px;
}
#checkbox1 .form-radio, #checkbox1 .form-checkbox {
    vertical-align: middle;
    margin-right: 10px;
    padding: 0px;
}




#checkbox1 .input-checkbox + span {
    position: relative;
    float: left;    font-size: 13px;
    bottom: 2px;
}
#checkbox1 .input-checkbox {
    margin-left: 1.625em !important;
    float: left;
    padding-right: 13px;
}





#checkbox1 .input-checkbox.checked .inner:before {
    color: #fff;
    width: 100%;
    left: 0;
    opacity: 1;
    font-size: 11px;
    top:7px;
}


#checkbox1 .input-checkbox .inner {margin-top:0px;
    margin-left: -4px;}




