table.com-rsform-table-props {
width: 100%;
}
td.key {
width: 25%;
padding-right: 1%;
}
.wide {
width: 200px;
}
textarea.hidden {
display: none;
}
span.selected {
text-decoration: underline;
}
div.loading {
background: #FFFFFF url(../../images/admin/load.gif) no-repeat top left;
padding: 10px;
padding-left: 40px;
}
span.loading-small {
background: url(../../images/admin/ajax-loader.gif) no-repeat;
width: 16px;
height: 16px;
position: absolute;
}
div.progressWrapper {
width: 100%;
border: 1px solid #cccccc;
}
div.progressBar {
color: white;
background: green;
width: 50px;
text-align: center;
padding: 2px;
}
.hideVALIDATIONEXTRA {
display: none !important;
}
.hideVALIDATIONMULTIPLE {
display: none !important;
}
.rsform_ok {
color: green;
}
#state {
background: #fff;
font-weight: bold;
position: absolute;
z-index: 999;
top: 5px;
right: 5px;
padding: 2px;
border: solid 1px #c7c7c7;
color: #707070;
}
#state img {
vertical-align: middle;
}
.rsform_dragged td {
background: #E7FFCC !important;
}
.rsform_dropped td {
background: red !important;
}
div.rsform_layout_box {
max-width: 175px;
margin: 5px;
padding: 2px;
display: inline-block;
}
#formLayout {
width: 800px;
height: 450px;
}
#previewExportDiv {
background-color: #fff;
margin-bottom: 20px;
}
#previewExportDiv pre {
color: #000;
}
#quickFieldsDiv {
display: none;
}
.QuickAdd {
width: 200px;
}
#rsform_container {
position: relative;
min-height: 900px;
height: auto !important;
}
ul#rsform_firstleftnav {
width: 250px;
margin: 0 -100% 0 0;
}
ul#rsform_firstleftnav li a:before {
font-family: 'rsformicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 30px;
content: "\f0da";
position: absolute;
right: 5px;
}
ul#rsform_firstleftnav li a.rsform_loading_btn:before {
font-family: 'rsformicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 30px;
content: "\f110";
position: absolute;
right: 5px;
font-size: 16px;
-webkit-animation: rsicon-spin 2s infinite linear;
animation: rsicon-spin 2s infinite linear;
}
ul#rsform_firstleftnav li a.active {
background: #f9f9f9 !important;
}
ul.rsform_leftnav {
list-style: none;
padding: 0;
margin: 0;
}
ul.rsform_leftnav li {
margin: 0;
padding: 0;
}
ul.rsform_leftnav li a {
background: #F2F0F0;
border-bottom: 1px solid #C4C4C4;
display: block;
position: relative;
color: #333;
text-decoration: none;
padding: 3px;
}
ul.rsform_leftnav li:last-child a {
border-bottom: none;
}
ul.rsform_leftnav li a span.rsficon {
height: 30px;
padding-left: 5px;
margin-right: 5px;
font-size: 18px;
line-height: 28px;
display: block;
float: left;
text-align: center;
width: 20px;
}
ul.rsform_leftnav li a span.inner-text {
line-height: 28px;
}
.btn span.rsficon {
display: inline-block;
margin-right: 4px;
}
ul.rsform_leftnav li a:hover {
background: #f9f9f9;
}
ul.rsform_leftnav li.rsform_navtitle {
background: #2384d3;
font-weight: bold;
text-indent: 12px;
color: #fff;
padding: 5px;
box-sizing: border-box;
}
div#componentscontent {
margin-top: 10px;
overflow: auto;
}
ul#rsform_secondleftnav {
float: left;
width: 250px;
margin: 0 -100% 0 0;
}
ul#rsform_secondleftnav li a.active {
background: #f9f9f9;
}
div#propertiescontent {
margin-left: 250px;
border: 1px solid #e7e7e7;
padding: 10px;
background: #f9f9f9;
position: relative;
}
#editModal .form-horizontal {
padding: 10px;
}
.rsform_clear_both {
display: block;
clear: both;
width: 100%;
height: 1px;
font-size: 1px;
line-height: 1px;
background: none;
}
#calculationsdiv {
min-height: 600px;
}
button.pull-left {
margin-right: 5px;
}
table#mappingTable tr:first-child td.order > span:first-child,
table#mappingTable tr:last-child td.order > span + span {
visibility: hidden;
}
.table-align-middle td {
vertical-align: middle;
}
.preview-checkbox-inline label,
.preview-checkbox-inline input,
.preview-checkbox label,
.preview-checkbox input,
.preview-radio-inline label,
.preview-radio-inline input,
.preview-radio label,
.preview-radio input {
float: left;
}
.preview-checkbox-inline label,
.preview-checkbox label,
.preview-radio-inline label,
.preview-radio label {
display: inline-block;
margin-left: 5px;
/* truncate long strings */
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 85%;
}
.preview-radio-inline label,
.preview-checkbox-inline label {
margin-right: 5px;
}
.preview-radio input,
.preview-checkbox input {
clear: left;
}
.rsfp-dropdown-list-container {
display: inline-block;
position: relative;
}
.rsfp-dropdown-list-container ul {
position: absolute;
right: 0;
z-index: 1000;
display: none;
width: 376px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-right-width: 2px;
border-bottom-width: 2px;
border-radius: 0 0 6px 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background-clip: padding-box;
max-height: 250px;
overflow-y: auto;
}
.rsfp-dropdown-list-container ul li {
position: relative;
}
.rsfp-dropdown-list-container ul li a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #333;
white-space: nowrap;
transition: all .1s ease-in-out;
}
.rsfp-dropdown-list-container ul li a:hover,
#rsform_container .rsfp-dropdown-list-container ul li a:hover {
text-decoration: none;
background-color: #2384D3;
color: #FFF;
transition: all .1s ease-in-out;
}
.rsfp-legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 18px;
font-size: 20px;
font-weight: normal;
line-height: 36px;
border-bottom: 1px solid #e5e5e5;
}
/*Widths*/
.rs_100 {
width: 100% !important;
}
.rs_75 {
width: 75% !important;
}
.rs_50 {
width: 50% !important;
}
.rs_40 {
width: 40% !important;
}
.rs_35 {
width: 35% !important;
}
.rs_30 {
width: 30% !important;
}
.rs_25 {
width: 25% !important;
}
.rs_20 {
width: 20% !important;
}
.rs_15 {
width: 15% !important;
}
.rs_10 {
width: 10% !important;
}
.rs_5 {
width: 5% !important;
}
.rs_inp {
padding: 4px 6px;
border: 1px solid #e2e1e1;
border-radius: 5px 0 0 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 90%;
font-size: 14px;
margin: 0 !important;
}
.rs_textarea {
padding: 7px 5px;
min-height: 220px;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif !important;
border: 1px solid #e2e1e1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-sizing: border-box;
}
textarea.rs_textarea:focus {
background-color: #fff;
}
.rs_error_field,
.rs_inp.rs_error_field {
background-color: #FFDFDF;
border: 1px solid #FF6F6F;
}
.calendar {
line-height: 12px;
}
.rsform_spacer {
margin-right: 3px;
}
#rsfpmappingWhere > table .rs_inp {
width: 81%;
}
/* Grid Layout CSS */
.rsfp-column-option {
padding: 10px;
border: solid 1px #ddd;
}
.rsfp-column-option:hover {
border: solid 1px #c0c0c0;
}
.rsfp-column-color {
background: #2384d3;
height: 50px;
margin-bottom: 20px;
}
.rsfp-grid-add-field {
border: dashed 1px #b3b3b3;
background-color: #fff;
padding: 10px;
margin: 12px;
}
.rsfp-grid-add-field > button {
margin: 0 auto;
display: block;
}
.rsfp-grid-field {
border: solid 1px #b3b3b3;
background-color: #fff;
padding: 10px;
cursor: move;
margin: 12px;
}
.rsfp-grid-field hr {
margin: 9px 0;
}
.rsfp-grid-field:hover {
box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
}
.rsfp-grid-field-unsortable {
cursor: initial;
}
.rsfp-grid-field-unsortable:hover {
box-shadow: initial;
}
.rsfp-grid-check-all {
border: solid 1px #b3b3b3;
background-color: #eee;
padding: 5px 5px;
width: 100%;
margin-bottom: 15px;
box-sizing: border-box;
}
.rsfp-grid-row {
border: solid 1px #b3b3b3;
background-color: #eee;
padding: 1% 1%;
width: 100%;
margin-bottom: 20px;
box-sizing: border-box;
}
.rsfp-grid-row:hover {
box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
}
.rsfp-grid-row:after {
clear: both;
}
.rsfp-grid-row [class*="rsfp-grid-column"] {
display: block;
width: 100%;
min-height: 28px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-left: 2.1276595744681%;
border: solid 1px #b3b3b3;
}
.rsfp-grid-row [class*="rsfp-grid-column"]:first-child {
margin-left: 0;
}
.rsfp-grid-row .rsfp-grid-column12 {
width: 100%;
}
.rsfp-grid-row .rsfp-grid-column11 {
width: 91.489361702128%;
}
.rsfp-grid-row .rsfp-grid-column10 {
width: 82.978723404255%;
}
.rsfp-grid-row .rsfp-grid-column9 {
width: 74.468085106383%;
}
.rsfp-grid-row .rsfp-grid-column8 {
width: 65.957446808511%;
}
.rsfp-grid-row .rsfp-grid-column7 {
width: 57.446808510638%;
}
.rsfp-grid-row .rsfp-grid-column6 {
width: 48.936170212766%;
}
.rsfp-grid-row .rsfp-grid-column5 {
width: 40.425531914894%;
}
.rsfp-grid-row .rsfp-grid-column4 {
width: 31.914893617021%;
}
.rsfp-grid-row .rsfp-grid-column3 {
width: 23.404255319149%;
}
.rsfp-grid-row .rsfp-grid-column2 {
width: 14.893617021277%;
}
.rsfp-grid-row .rsfp-grid-column1 {
width: 6.3829787234043%;
}
.rsfp-grid-row h3 {
text-align: center;
margin: 10px 0;
}
.rsfp-grid-row-placeholder {
border: 2px dashed #cccccc;
padding: 19px;
margin-bottom: 20px;
height: 40px;
}
.rsfp-grid-field-placeholder {
border: 2px dashed #cccccc;
padding: 19px;
margin: 20px;
}
.rsfp-grid-page-container {
border-bottom: dashed 2px #000;
}
.rsfp-grid-unpublished-field {
background-color: #f3f3f3;
color: #909090;
}
.rsfp-row-controls {
margin-top: 12px;
text-align: right;
}
#rsfp-grid-hidden-container {
border: solid 1px #b3b3b3;
}
#rsfp-grid-loader {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #f9f9f9;
color: #fff;
z-index: 1001;
}
#rsfp-grid-loader .spinner {
position: fixed;
top: 50%;
left: 50%;
transform: translateX(-50%);
color: #fff;
z-index: 1002;
width: 100px;
height: 80px;
text-align: center;
font-size: 10px;
}
#rsfp-grid-loader .spinner > div {
background-color: #185b91;
height: 100%;
width: 7px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#rsfp-grid-loader .spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
#rsfp-grid-loader .spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
#rsfp-grid-loader .spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
#rsfp-grid-loader .spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.rsfp-grid-field .rsfp-preview-freetext {
max-height: 100px;
overflow-y: scroll;
}
.rsfp-grid-field input,
.rsfp-grid-field button,
.rsfp-grid-field select,
.rsfp-grid-field textarea {
max-width: 90%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.rsfp-grid-field-name {
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.rsfp-grid-column1 .rsfp-grid-field-buttons.pull-right {
float: none;
}
.rsfp-grid-column1 .rsfp-grid-field-buttons .btn-small {
padding: 1px;
font-size: 11px;
}
#rsfp-editor-container {
padding: 5px;
width: 95%;
}
.rsfp-hidden {
position: absolute;
left: -20000px;
top: -20000px;
opacity: 0;
visibility: hidden;
}
.rsfp-translate-icon:before {
font-family: 'rsformicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\f029";
}
#components, #properties {
min-width: 250px;
box-sizing: border-box;
}
/* Dashboard */
/* dashboard about box */
.dashboard-logo {
font-size: 1.8em;
font-weight: bolder;
}
#dashboard-left {
float: left;
width: 63%;
padding-right: 1%;
overflow: hidden;
}
#dashboard-right {
float: left;
width: 36%;
}
.dashboard-container {
width: 100%;
overflow: hidden;
}
.dashboard-container:before,
.dashboard-container:after {
display: table;
content: "";
}
.dashboard-container:after {
clear: both;
}
.dashboard-button {
min-width: 19%;
float: left;
margin: 1% 1% 0 0;
}
.dashboard-button > a {
display: block;
width: 100%;
height: 100%;
}
.dashboard-button:hover {
background-color: #2d6ca2;
}
.dashboard-button:hover a {
color: #fff;
text-decoration: none;
}
.dashboard-info {
color: #333;
display:block;
padding:10px;
background-color: #f0f0f0;
border:#d8d8d8 1px solid;
text-align: center;
}
.dashboard-icon {
font-size: 3rem;
}
.dashboard-title {
display: block;
}
.dashboard-info img {
margin: 0 auto 10px auto;
}
.dashboard-table {
width: 100%;
border-top: solid 1px #ddd;
margin-top: 5px;
}
.dashboard-info td {
padding: 2px;
}
.correct-code {
background: #008000;
color: #fff;
}
.incorrect-code {
background: #ff0000;
color: #fff;
}
.missing-code {
background: #ffa500;
}
.missing-code a,
.incorrect-code a
{
color: #fff !important;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.dashboard-button {
float: none;
width: 90%;
margin: 1%;
}
#dashboard-left {
float: none;
width: 100%;
}
#dashboard-right {
float: none;
width: 100%;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.dashboard-button {
float: none;
width: 90%;
margin: 1%;
}
#dashboard-left {
float: none;
width: 100%;
}
#dashboard-right {
float: none;
width: 100%;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.dashboard-button {
float: none;
width: 90%;
margin: 1%;
}
#dashboard-left {
float: none;
width: 100%;
}
#dashboard-right {
float: none;
width: 100%;
}
}