| 1 |
@charset "UTF-8"; |
| 2 |
@font-face { |
| 3 |
font-family: 'menu'; |
| 4 |
src: url("../../fonts/menu.eot"); |
| 5 |
src: url("../../fonts/menu.eot?#iefix") format("embedded-opentype"), url("../../fonts/menu.woff") format("woff"), url("../../fonts/menu.ttf") format("truetype"), url("../../fonts/menu.svg#form-manager") format("svg"); |
| 6 |
font-weight: normal; |
| 7 |
font-style: normal; } |
| 8 |
@font-face { |
| 9 |
font-family: 'form-manager'; |
| 10 |
src: url("../../fonts/form-manager.eot"); |
| 11 |
src: url("../../fonts/form-manager.eot?#iefix") format("embedded-opentype"), url("../../fonts/form-manager.woff") format("woff"), url("../../fonts/form-manager.ttf") format("truetype"), url("../../fonts/form-manager.svg#form-manager") format("svg"); |
| 12 |
font-weight: normal; |
| 13 |
font-style: normal; } |
| 14 |
.ccf-open-form-manager:before { |
| 15 |
font-family: 'menu'; |
| 16 |
content: ""; |
| 17 |
padding-right: 4px; |
| 18 |
speak: none; |
| 19 |
font-weight: normal; |
| 20 |
font-variant: normal; |
| 21 |
text-transform: none; |
| 22 |
line-height: 1; |
| 23 |
cursor: pointer; |
| 24 |
-webkit-font-smoothing: antialiased; } |
| 25 |
|
| 26 |
.ccf-main-modal { |
| 27 |
display: none; |
| 28 |
position: fixed; |
| 29 |
top: 30px; |
| 30 |
left: 30px; |
| 31 |
right: 30px; |
| 32 |
bottom: 30px; |
| 33 |
z-index: 160000; |
| 34 |
overflow: hidden; |
| 35 |
background-color: #fff; } |
| 36 |
.ccf-main-modal [data-icon]:before { |
| 37 |
font-family: 'form-manager'; |
| 38 |
content: attr(data-icon); |
| 39 |
speak: none; |
| 40 |
font-weight: normal; |
| 41 |
font-variant: normal; |
| 42 |
text-transform: none; |
| 43 |
line-height: 1; |
| 44 |
cursor: pointer; |
| 45 |
-webkit-font-smoothing: antialiased; } |
| 46 |
.ccf-main-modal .single .insert-form-button { |
| 47 |
display: none; } |
| 48 |
.ccf-main-modal .hidden { |
| 49 |
display: block; } |
| 50 |
.ccf-main-modal .field { |
| 51 |
margin-bottom: 5px; |
| 52 |
overflow: auto; } |
| 53 |
.ccf-main-modal .field.field-incomplete h4 { |
| 54 |
background-color: #ffebe8; } |
| 55 |
.ccf-main-modal .field.field-duplicate-slug h4 { |
| 56 |
background-color: #ffe6a5; } |
| 57 |
.ccf-main-modal .field.ccf-editing { |
| 58 |
border: #999 1px solid; } |
| 59 |
.ccf-main-modal .field.ccf-editing h4:hover { |
| 60 |
border: 1px solid #e5e5e5; } |
| 61 |
.ccf-main-modal .field h4 { |
| 62 |
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
| 63 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
| 64 |
border: 1px solid #e5e5e5; |
| 65 |
background: #fafafa; |
| 66 |
font-size: 13px; |
| 67 |
margin: 0; |
| 68 |
font-weight: 600; |
| 69 |
color: #222; |
| 70 |
padding: 13px; |
| 71 |
cursor: move; } |
| 72 |
.ccf-main-modal .field h4:hover { |
| 73 |
border: #999 1px solid; } |
| 74 |
.ccf-main-modal .field .right { |
| 75 |
float: right; |
| 76 |
display: block; } |
| 77 |
.ccf-main-modal .field .right a { |
| 78 |
color: inherit; |
| 79 |
margin-left: 3px; } |
| 80 |
.ccf-main-modal .field .preview { |
| 81 |
clear: both; |
| 82 |
display: none; |
| 83 |
text-align: left; |
| 84 |
overflow: auto; |
| 85 |
float: none; |
| 86 |
background-color: #fff; |
| 87 |
border-left: 1px solid #e5e5e5; |
| 88 |
border-right: 1px solid #e5e5e5; |
| 89 |
border-bottom: 1px solid #e5e5e5; |
| 90 |
padding: 10px 20px; } |
| 91 |
.ccf-main-modal .field .preview .recaptcha-preview-img { |
| 92 |
margin-top: 7px; } |
| 93 |
.ccf-main-modal .field .preview .field-description { |
| 94 |
margin-top: 3px; |
| 95 |
clear: left; } |
| 96 |
.ccf-main-modal .field .preview .left { |
| 97 |
float: left; |
| 98 |
clear: both; |
| 99 |
width: 47%; } |
| 100 |
.ccf-main-modal .field .preview .right { |
| 101 |
float: right; |
| 102 |
width: 47%; } |
| 103 |
.ccf-main-modal .field .preview .left input[type="text"], .ccf-main-modal .field .preview .left select, .ccf-main-modal .field .preview .right input[type="text"], .ccf-main-modal .field .preview .right select, .ccf-main-modal .field .preview .full input[type="text"], .ccf-main-modal .field .preview .full select { |
| 104 |
width: 100%; |
| 105 |
max-width: 100%; } |
| 106 |
.ccf-main-modal .field .preview .left .sub-label, .ccf-main-modal .field .preview .right .sub-label, .ccf-main-modal .field .preview .full .sub-label { |
| 107 |
margin: 3px 0 3px 2px; |
| 108 |
font-size: 90%; } |
| 109 |
.ccf-main-modal .field .preview .left .hour, .ccf-main-modal .field .preview .left .minute, .ccf-main-modal .field .preview .right .hour, .ccf-main-modal .field .preview .right .minute, .ccf-main-modal .field .preview .full .hour, .ccf-main-modal .field .preview .full .minute { |
| 110 |
display: inline-block; |
| 111 |
margin-right: 5px; } |
| 112 |
.ccf-main-modal .field .preview .left .hour input, .ccf-main-modal .field .preview .left .minute input, .ccf-main-modal .field .preview .right .hour input, .ccf-main-modal .field .preview .right .minute input, .ccf-main-modal .field .preview .full .hour input, .ccf-main-modal .field .preview .full .minute input { |
| 113 |
width: 35px; } |
| 114 |
.ccf-main-modal .field .preview .left .am-pm, .ccf-main-modal .field .preview .right .am-pm, .ccf-main-modal .field .preview .full .am-pm { |
| 115 |
display: inline-block; |
| 116 |
vertical-align: top; } |
| 117 |
.ccf-main-modal .field .preview .left .am-pm select, .ccf-main-modal .field .preview .right .am-pm select, .ccf-main-modal .field .preview .full .am-pm select { |
| 118 |
width: 60px; } |
| 119 |
.ccf-main-modal .field .preview .heading { |
| 120 |
font-size: 125%; |
| 121 |
font-weight: bold; |
| 122 |
border-bottom: 1px solid #ccc; |
| 123 |
padding-bottom: 9px; |
| 124 |
margin-bottom: 9px; } |
| 125 |
.ccf-main-modal .field .preview .subheading { |
| 126 |
font-style: italic; } |
| 127 |
.ccf-main-modal .field .preview label { |
| 128 |
font-weight: bold; |
| 129 |
margin-bottom: 3px; |
| 130 |
cursor: inherit; } |
| 131 |
.ccf-main-modal .field .preview label span { |
| 132 |
color: red; } |
| 133 |
.ccf-main-modal .field .preview input[type="checkbox"] + label { |
| 134 |
display: inline-block; } |
| 135 |
.ccf-main-modal .field .preview input[type="radio"] + label { |
| 136 |
display: inline-block; } |
| 137 |
.ccf-main-modal .field .preview input[type="text"], .ccf-main-modal .field .preview textarea { |
| 138 |
border: inherit; |
| 139 |
width: 100%; |
| 140 |
background-color: #fff; |
| 141 |
color: #333; |
| 142 |
border: 1px solid #ddd; |
| 143 |
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); |
| 144 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); } |
| 145 |
.ccf-main-modal .field .preview textarea { |
| 146 |
height: 60px; } |
| 147 |
.ccf-main-modal .close-icon { |
| 148 |
position: absolute; |
| 149 |
top: 16px; |
| 150 |
right: 16px; |
| 151 |
font-size: 35px; |
| 152 |
cursor: pointer; |
| 153 |
color: #333; |
| 154 |
z-index: 160001; } |
| 155 |
.ccf-main-modal .main-menu { |
| 156 |
position: absolute; |
| 157 |
top: 0; |
| 158 |
right: 0; |
| 159 |
left: 0; |
| 160 |
height: 125px; } |
| 161 |
.ccf-main-modal .main-menu h1 { |
| 162 |
padding: 16px; } |
| 163 |
.ccf-main-modal .main-menu ul { |
| 164 |
height: 40px; |
| 165 |
box-sizing: border-box; |
| 166 |
font-size: 14px; |
| 167 |
margin: 0; |
| 168 |
list-style-type: none; |
| 169 |
border-top: 1px solid #ddd; |
| 170 |
background: #f3f3f3; |
| 171 |
padding: 0 16px; } |
| 172 |
.ccf-main-modal .main-menu ul li { |
| 173 |
display: inline-block; |
| 174 |
margin: 0; |
| 175 |
padding: 0; |
| 176 |
display: inline-block; |
| 177 |
height: 38px; |
| 178 |
vertical-align: middle; |
| 179 |
line-height: 40px; |
| 180 |
padding: 0 8px; } |
| 181 |
.ccf-main-modal .main-menu ul li a { |
| 182 |
text-decoration: none; } |
| 183 |
.ccf-main-modal .main-menu ul li a :hover { |
| 184 |
color: #000; } |
| 185 |
.ccf-main-modal .main-menu ul li a.selected { |
| 186 |
color: #000; } |
| 187 |
.ccf-main-modal .ccf-form-pane { |
| 188 |
display: none; |
| 189 |
position: absolute; |
| 190 |
top: 125px; |
| 191 |
right: 0; |
| 192 |
left: 0; |
| 193 |
bottom: 0; } |
| 194 |
.ccf-main-modal .ccf-form-pane.single { |
| 195 |
top: 85px; |
| 196 |
border-top: 1px solid #e5e5e5; } |
| 197 |
.ccf-main-modal .ccf-form-pane.single .form-content, .ccf-main-modal .ccf-form-pane.single .left-sidebar { |
| 198 |
border-top: 0; } |
| 199 |
.ccf-main-modal .ccf-form-pane .disabled-overlay { |
| 200 |
position: absolute; |
| 201 |
top: 0; |
| 202 |
left: 0; |
| 203 |
right: 0; |
| 204 |
bottom: 50px; |
| 205 |
background-color: #000; |
| 206 |
opacity: .1; |
| 207 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; |
| 208 |
filter: alpha(opacity=1); |
| 209 |
-moz-opacity: 0.1; |
| 210 |
-khtml-opacity: 0.1; |
| 211 |
z-index: 3; |
| 212 |
display: none; } |
| 213 |
.ccf-main-modal .ccf-form-pane .bottom { |
| 214 |
bottom: 0; |
| 215 |
left: 0; |
| 216 |
right: 0; |
| 217 |
height: 50px; |
| 218 |
padding: 0 16px 0 0; |
| 219 |
position: absolute; |
| 220 |
text-align: right; |
| 221 |
line-height: 50px; |
| 222 |
border-top: 1px solid #e5e5e5; } |
| 223 |
.ccf-main-modal .ccf-form-pane .bottom .left { |
| 224 |
float: left; |
| 225 |
background-color: #00a0d2; |
| 226 |
padding-left: 16px; |
| 227 |
padding-right: 16px; |
| 228 |
color: #fff; } |
| 229 |
@media (max-width: 830px) { |
| 230 |
.ccf-main-modal .ccf-form-pane .bottom .left { |
| 231 |
display: none; } } |
| 232 |
.ccf-main-modal .ccf-form-pane .bottom .left input { |
| 233 |
vertical-align: middle; |
| 234 |
margin-left: 5px; } |
| 235 |
.ccf-main-modal .ccf-form-pane .bottom .left button { |
| 236 |
vertical-align: middle; } |
| 237 |
.ccf-main-modal .ccf-form-pane .bottom .left .signup-x { |
| 238 |
color: red; |
| 239 |
display: none; |
| 240 |
font-size: 150%; |
| 241 |
vertical-align: middle; |
| 242 |
font-weight: bold; |
| 243 |
margin-left: 4px; } |
| 244 |
.ccf-main-modal .ccf-form-pane .bottom .left .signup-check { |
| 245 |
color: green; |
| 246 |
display: none; |
| 247 |
vertical-align: middle; |
| 248 |
font-size: 150%; |
| 249 |
font-weight: bold; |
| 250 |
margin-left: 4px; } |
| 251 |
.ccf-main-modal .ccf-form-pane .bottom .left.signup-success .signup-check { |
| 252 |
display: inline; } |
| 253 |
.ccf-main-modal .ccf-form-pane .bottom .left.signup-error .signup-x { |
| 254 |
display: inline; } |
| 255 |
.ccf-main-modal .ccf-form-pane .bottom .spinner { |
| 256 |
display: none; |
| 257 |
visibility: visible; |
| 258 |
float: right; |
| 259 |
width: 16px; |
| 260 |
height: 16px; |
| 261 |
margin-top: 16px; } |
| 262 |
.ccf-main-modal .ccf-form-pane .bottom input[type="button"] { |
| 263 |
margin-top: 11px; |
| 264 |
float: right; |
| 265 |
margin-left: 6px; } |
| 266 |
.ccf-main-modal .ccf-form-pane .accordion-section { |
| 267 |
background-color: #fff; |
| 268 |
border-bottom: 0; } |
| 269 |
.ccf-main-modal .ccf-form-pane .accordion-section:first-child { |
| 270 |
border-top: 1px solid #e5e5e5; } |
| 271 |
.ccf-main-modal .ccf-form-pane .accordion-section.expanded .section-content { |
| 272 |
display: block; } |
| 273 |
.ccf-main-modal .ccf-form-pane .accordion-section.expanded .accordion-heading:before { |
| 274 |
content: ""; } |
| 275 |
.ccf-main-modal .ccf-form-pane .accordion-section.expanded .form-settings-heading:before { |
| 276 |
content: ""; } |
| 277 |
.ccf-main-modal .ccf-form-pane .accordion-section .accordion-heading, .ccf-main-modal .ccf-form-pane .accordion-section .form-settings-heading { |
| 278 |
cursor: pointer; |
| 279 |
display: block; |
| 280 |
line-height: 29px; |
| 281 |
color: inherit; |
| 282 |
padding: 10px 20px; |
| 283 |
border-bottom: 1px solid #e5e5e5; |
| 284 |
font-size: 150%; |
| 285 |
background-color: #fafafa; |
| 286 |
margin: 0; } |
| 287 |
.ccf-main-modal .ccf-form-pane .accordion-section .accordion-heading:before, .ccf-main-modal .ccf-form-pane .accordion-section .form-settings-heading:before { |
| 288 |
margin-right: 8px; |
| 289 |
font-family: 'form-manager'; |
| 290 |
content: ""; |
| 291 |
speak: none; |
| 292 |
font-weight: normal; |
| 293 |
font-variant: normal; |
| 294 |
text-transform: none; |
| 295 |
line-height: 1; |
| 296 |
cursor: pointer; |
| 297 |
-webkit-font-smoothing: antialiased; } |
| 298 |
.ccf-main-modal .ccf-form-pane .accordion-section .section-content { |
| 299 |
display: none; |
| 300 |
padding: 10px 20px; |
| 301 |
border-bottom: 1px solid #e5e5e5; } |
| 302 |
.ccf-main-modal .ccf-form-pane label { |
| 303 |
display: block; |
| 304 |
margin-bottom: 8px; } |
| 305 |
.ccf-main-modal .ccf-form-pane .explain { |
| 306 |
margin-top: 5px; |
| 307 |
font-style: italic; |
| 308 |
display: block; } |
| 309 |
.ccf-main-modal .ccf-form-pane.show-form-settings .ccf-form-settings { |
| 310 |
display: block; } |
| 311 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings { |
| 312 |
display: none; |
| 313 |
position: absolute; |
| 314 |
width: 75%; |
| 315 |
bottom: 50px; |
| 316 |
left: 25%; |
| 317 |
z-index: 2; |
| 318 |
top: 0; |
| 319 |
overflow: auto; |
| 320 |
background-color: #fff; |
| 321 |
border-top: 1px solid #ddd; |
| 322 |
padding: 21px; |
| 323 |
box-sizing: border-box; } |
| 324 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings p:first-child, |
| 325 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings h3:first-child { |
| 326 |
margin-top: 0; } |
| 327 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings h3 { |
| 328 |
border-bottom: 1px solid #ccc; |
| 329 |
padding-bottom: .75em; |
| 330 |
margin-top: 2em; } |
| 331 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .ccf-form-notifications td { |
| 332 |
position: relative; } |
| 333 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .variables { |
| 334 |
margin-top: 0; } |
| 335 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .ccf-form-notifications .active { |
| 336 |
width: 15%; } |
| 337 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .ccf-form-notifications .active-indicator { |
| 338 |
color: #33CA33; |
| 339 |
font-size: 40px; } |
| 340 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .ccf-form-notifications .inactive-indicator { |
| 341 |
color: red; |
| 342 |
font-size: 40px; } |
| 343 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .ccf-form-notifications .add-notification { |
| 344 |
margin-top: 1em; |
| 345 |
cursor: pointer; } |
| 346 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .close-notification { |
| 347 |
position: absolute; |
| 348 |
top: 10px; |
| 349 |
right: 10px; |
| 350 |
cursor: pointer; |
| 351 |
font-size: 200%; |
| 352 |
color: inherit; } |
| 353 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .delete-notification { |
| 354 |
color: red; } |
| 355 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .address .add, |
| 356 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .address .delete, |
| 357 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .field-mapping .add, |
| 358 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .field-mapping .delete { |
| 359 |
color: inherit; |
| 360 |
vertical-align: middle; } |
| 361 |
.ccf-main-modal .ccf-form-pane .ccf-form-settings .post-creation-mapping-wrapper { |
| 362 |
margin-top: 1em; } |
| 363 |
.ccf-main-modal .ccf-form-pane .left-sidebar { |
| 364 |
box-sizing: border-box; |
| 365 |
background-color: #f3f3f3; |
| 366 |
position: absolute; |
| 367 |
border-top: 1px solid #ddd; |
| 368 |
border-right: 1px solid #ddd; |
| 369 |
overflow: scroll; |
| 370 |
width: 25%; |
| 371 |
top: 0; |
| 372 |
padding: 0; |
| 373 |
bottom: 50px; |
| 374 |
left: 0; |
| 375 |
overflow: auto; } |
| 376 |
.ccf-main-modal .ccf-form-pane .left-sidebar .accordion-section:first-child { |
| 377 |
border-top: 0; } |
| 378 |
.ccf-main-modal .ccf-form-pane .left-sidebar .fields, .ccf-main-modal .ccf-form-pane .left-sidebar .structure-fields, .ccf-main-modal .ccf-form-pane .left-sidebar .special-fields { |
| 379 |
padding: 5px; } |
| 380 |
.ccf-main-modal .ccf-form-pane .left-sidebar .fields .field .right, .ccf-main-modal .ccf-form-pane .left-sidebar .fields .field .preview, .ccf-main-modal .ccf-form-pane .left-sidebar .structure-fields .field .right, .ccf-main-modal .ccf-form-pane .left-sidebar .structure-fields .field .preview, .ccf-main-modal .ccf-form-pane .left-sidebar .special-fields .field .right, .ccf-main-modal .ccf-form-pane .left-sidebar .special-fields .field .preview { |
| 381 |
display: none; } |
| 382 |
.ccf-main-modal .ccf-form-pane .form-content { |
| 383 |
box-sizing: border-box; |
| 384 |
position: absolute; |
| 385 |
width: 40%; |
| 386 |
bottom: 50px; |
| 387 |
left: 25%; |
| 388 |
right: 35%; |
| 389 |
top: 0; |
| 390 |
overflow: auto; |
| 391 |
border-top: 1px solid #ddd; |
| 392 |
padding: 21px; } |
| 393 |
.ccf-main-modal .ccf-form-pane .form-content .field-placeholder { |
| 394 |
border: 1px dashed #e5e5e5; |
| 395 |
height: 46px; |
| 396 |
margin-bottom: 5px; } |
| 397 |
.ccf-main-modal .ccf-form-pane .form-content .no-fields { |
| 398 |
font-size: 22px; |
| 399 |
padding: 16px; |
| 400 |
font-style: italic; } |
| 401 |
.ccf-main-modal .ccf-form-pane .form-content:after { |
| 402 |
width: 100%; |
| 403 |
display: block; |
| 404 |
margin-top: 5px; |
| 405 |
box-sizing: border-box; |
| 406 |
-moz-box-sizing: border-box; |
| 407 |
-webkit-box-sizing: border-box; |
| 408 |
font-style: italic; |
| 409 |
font-size: 22px; |
| 410 |
text-align: center; |
| 411 |
padding: 1em .5em; |
| 412 |
border: 4px dashed #e5e5e5; |
| 413 |
content: attr(data-drag-message); } |
| 414 |
.ccf-main-modal .ccf-form-pane .right-sidebar { |
| 415 |
box-sizing: border-box; |
| 416 |
padding: 0; |
| 417 |
position: absolute; |
| 418 |
overflow: scroll; |
| 419 |
width: 35%; |
| 420 |
top: 0; |
| 421 |
overflow: auto; |
| 422 |
background-color: #f3f3f3; |
| 423 |
right: 0; |
| 424 |
bottom: 50px; |
| 425 |
border-left: 1px solid #dddddd; } |
| 426 |
.ccf-main-modal .ccf-form-pane .right-sidebar .section-content > div { |
| 427 |
margin-bottom: 6px; } |
| 428 |
.ccf-main-modal .ccf-form-pane .right-sidebar .no-field { |
| 429 |
padding: 16px; |
| 430 |
font-style: italic; |
| 431 |
font-size: 22px; } |
| 432 |
.ccf-main-modal .ccf-form-pane .right-sidebar label { |
| 433 |
display: inline-block; |
| 434 |
margin: 0; } |
| 435 |
.ccf-main-modal .ccf-form-pane .right-sidebar label .required { |
| 436 |
color: red; } |
| 437 |
.ccf-main-modal .ccf-form-pane .right-sidebar .field-error input { |
| 438 |
border-color: #ff0000; |
| 439 |
border-width: 2px; } |
| 440 |
.ccf-main-modal .ccf-form-pane .right-sidebar .field-duplicate-slug input { |
| 441 |
border-color: #ffe6a5; |
| 442 |
border-width: 2px; } |
| 443 |
.ccf-main-modal .ccf-form-pane .right-sidebar input[type=text] { |
| 444 |
width: 100%; |
| 445 |
display: block; |
| 446 |
margin-top: 5px; } |
| 447 |
.ccf-main-modal .ccf-form-pane .right-sidebar .hide { |
| 448 |
display: none; } |
| 449 |
.ccf-main-modal .ccf-form-pane .right-sidebar .conditionals input[type="text"] { |
| 450 |
width: 100px; |
| 451 |
display: inline-block; } |
| 452 |
.ccf-main-modal .ccf-form-pane .right-sidebar input[type="checkbox"] + label { |
| 453 |
display: inline-block; |
| 454 |
vertical-align: middle; } |
| 455 |
.ccf-main-modal .ccf-form-pane .right-sidebar label + select { |
| 456 |
display: inline-block; } |
| 457 |
.ccf-main-modal .ccf-form-pane .right-sidebar textarea { |
| 458 |
width: 100%; |
| 459 |
height: 80px; |
| 460 |
margin-top: 5px; } |
| 461 |
.ccf-main-modal .ccf-form-pane .right-sidebar .field-html { |
| 462 |
height: 150px; |
| 463 |
width: 100%; } |
| 464 |
.ccf-main-modal .ccf-form-pane .right-sidebar .repeatable-choices .choice input[type='text'] { |
| 465 |
width: 100px; |
| 466 |
display: inline-block; } |
| 467 |
.ccf-main-modal .ccf-form-pane .right-sidebar .repeatable-choices .choice .move { |
| 468 |
color: inherit; |
| 469 |
cursor: move; } |
| 470 |
.ccf-main-modal .ccf-form-pane .right-sidebar .repeatable-choices .choice .move:before { |
| 471 |
cursor: move; } |
| 472 |
.ccf-main-modal .ccf-form-pane .right-sidebar .repeatable-choices .choice .add, .ccf-main-modal .ccf-form-pane .right-sidebar .repeatable-choices .choice .delete { |
| 473 |
cursor: pointer; |
| 474 |
color: inherit; } |
| 475 |
.ccf-main-modal .ccf-existing-form-pane { |
| 476 |
display: none; |
| 477 |
position: absolute; |
| 478 |
overflow: scroll; |
| 479 |
top: 125px; |
| 480 |
right: 0; |
| 481 |
left: 0; |
| 482 |
bottom: 0; |
| 483 |
background-color: #fff; |
| 484 |
padding: 16px; } |
| 485 |
.ccf-main-modal .ccf-existing-form-pane table, |
| 486 |
.ccf-main-modal .ccf-form-notifications table { |
| 487 |
width: 100%; |
| 488 |
border-collapse: collapse; |
| 489 |
table-layout: fixed; |
| 490 |
border: 1px solid #ddd; } |
| 491 |
.ccf-main-modal .ccf-existing-form-pane table .left, |
| 492 |
.ccf-main-modal .ccf-form-notifications table .left { |
| 493 |
float: left; |
| 494 |
width: 50%; |
| 495 |
padding-right: 10px; |
| 496 |
box-sizing: border-box; } |
| 497 |
.ccf-main-modal .ccf-existing-form-pane table .left textarea, |
| 498 |
.ccf-main-modal .ccf-form-notifications table .left textarea { |
| 499 |
width: 100%; |
| 500 |
height: 300px; } |
| 501 |
.ccf-main-modal .ccf-existing-form-pane table .right, |
| 502 |
.ccf-main-modal .ccf-form-notifications table .right { |
| 503 |
padding-left: 10px; |
| 504 |
box-sizing: border-box; |
| 505 |
float: right; |
| 506 |
width: 50%; } |
| 507 |
.ccf-main-modal .ccf-existing-form-pane table td, |
| 508 |
.ccf-main-modal .ccf-form-notifications table td { |
| 509 |
margin: 0; |
| 510 |
padding: 14px 21px; |
| 511 |
text-align: left; } |
| 512 |
.ccf-main-modal .ccf-existing-form-pane table .empty-form-table, |
| 513 |
.ccf-main-modal .ccf-existing-form-pane table .no-notifications, |
| 514 |
.ccf-main-modal .ccf-form-notifications table .empty-form-table, |
| 515 |
.ccf-main-modal .ccf-form-notifications table .no-notifications { |
| 516 |
text-align: center; } |
| 517 |
.ccf-main-modal .ccf-existing-form-pane table thead, .ccf-main-modal .ccf-existing-form-pane table tfoot, |
| 518 |
.ccf-main-modal .ccf-form-notifications table thead, |
| 519 |
.ccf-main-modal .ccf-form-notifications table tfoot { |
| 520 |
background-color: #f0f0f0; } |
| 521 |
.ccf-main-modal .ccf-existing-form-pane table thead tr, .ccf-main-modal .ccf-existing-form-pane table tfoot tr, |
| 522 |
.ccf-main-modal .ccf-form-notifications table thead tr, |
| 523 |
.ccf-main-modal .ccf-form-notifications table tfoot tr { |
| 524 |
border-bottom: 1px solid #e5e5e5; |
| 525 |
border-top: 1px solid #e5e5e5; } |
| 526 |
.ccf-main-modal .ccf-existing-form-pane table thead th, .ccf-main-modal .ccf-existing-form-pane table tfoot th, |
| 527 |
.ccf-main-modal .ccf-form-notifications table thead th, |
| 528 |
.ccf-main-modal .ccf-form-notifications table tfoot th { |
| 529 |
margin: 0; |
| 530 |
text-align: left; |
| 531 |
padding: 14px 21px; |
| 532 |
box-sizing: border-box; } |
| 533 |
.ccf-main-modal .ccf-existing-form-pane table thead .id, .ccf-main-modal .ccf-existing-form-pane table tfoot .id, |
| 534 |
.ccf-main-modal .ccf-form-notifications table thead .id, |
| 535 |
.ccf-main-modal .ccf-form-notifications table tfoot .id { |
| 536 |
width: 5%; } |
| 537 |
.ccf-main-modal .ccf-existing-form-pane table thead .title, .ccf-main-modal .ccf-existing-form-pane table tfoot .title, |
| 538 |
.ccf-main-modal .ccf-form-notifications table thead .title, |
| 539 |
.ccf-main-modal .ccf-form-notifications table tfoot .title { |
| 540 |
width: 30%; } |
| 541 |
.ccf-main-modal .ccf-existing-form-pane table thead .author, .ccf-main-modal .ccf-existing-form-pane table tfoot .author, |
| 542 |
.ccf-main-modal .ccf-form-notifications table thead .author, |
| 543 |
.ccf-main-modal .ccf-form-notifications table tfoot .author { |
| 544 |
width: 10%; } |
| 545 |
.ccf-main-modal .ccf-existing-form-pane table thead .entries, .ccf-main-modal .ccf-existing-form-pane table tfoot .entries, |
| 546 |
.ccf-main-modal .ccf-form-notifications table thead .entries, |
| 547 |
.ccf-main-modal .ccf-form-notifications table tfoot .entries { |
| 548 |
width: 10%; } |
| 549 |
.ccf-main-modal .ccf-existing-form-pane table thead .submissions, .ccf-main-modal .ccf-existing-form-pane table tfoot .submissions, |
| 550 |
.ccf-main-modal .ccf-form-notifications table thead .submissions, |
| 551 |
.ccf-main-modal .ccf-form-notifications table tfoot .submissions { |
| 552 |
width: 10%; } |
| 553 |
.ccf-main-modal .ccf-existing-form-pane table thead .number-of-fields, .ccf-main-modal .ccf-existing-form-pane table tfoot .number-of-fields, |
| 554 |
.ccf-main-modal .ccf-form-notifications table thead .number-of-fields, |
| 555 |
.ccf-main-modal .ccf-form-notifications table tfoot .number-of-fields { |
| 556 |
width: 15%; } |
| 557 |
.ccf-main-modal .ccf-existing-form-pane table thead .date, .ccf-main-modal .ccf-existing-form-pane table tfoot .date, |
| 558 |
.ccf-main-modal .ccf-form-notifications table thead .date, |
| 559 |
.ccf-main-modal .ccf-form-notifications table tfoot .date { |
| 560 |
width: 20%; } |
| 561 |
.ccf-main-modal .ccf-existing-form-pane table tbody tr:nth-child(odd), |
| 562 |
.ccf-main-modal .ccf-form-notifications table tbody tr:nth-child(odd) { |
| 563 |
background-color: #fafafa; |
| 564 |
margin: 0; } |
| 565 |
.ccf-main-modal .ccf-existing-form-pane table tbody tr, |
| 566 |
.ccf-main-modal .ccf-form-notifications table tbody tr { |
| 567 |
background-color: #fff; } |
| 568 |
.ccf-main-modal .ccf-existing-form-pane table tbody td, |
| 569 |
.ccf-main-modal .ccf-form-notifications table tbody td { |
| 570 |
vertical-align: top; } |
| 571 |
.ccf-main-modal .ccf-existing-form-pane table tbody td a, |
| 572 |
.ccf-main-modal .ccf-form-notifications table tbody td a { |
| 573 |
text-decoration: none; |
| 574 |
cursor: pointer; } |
| 575 |
.ccf-main-modal .ccf-existing-form-pane table tbody td .title, |
| 576 |
.ccf-main-modal .ccf-form-notifications table tbody td .title { |
| 577 |
font-weight: bold; |
| 578 |
font-size: 14px; } |
| 579 |
.ccf-main-modal .ccf-existing-form-pane table tbody td .actions, |
| 580 |
.ccf-main-modal .ccf-form-notifications table tbody td .actions { |
| 581 |
visibility: hidden; |
| 582 |
margin-top: 6px; } |
| 583 |
.ccf-main-modal .ccf-existing-form-pane table tbody td .actions .delete, |
| 584 |
.ccf-main-modal .ccf-form-notifications table tbody td .actions .delete { |
| 585 |
color: #ff0000; } |
| 586 |
.ccf-main-modal .ccf-existing-form-pane table tbody tr:hover td .actions, |
| 587 |
.ccf-main-modal .ccf-form-notifications table tbody tr:hover td .actions { |
| 588 |
visibility: visible; } |
| 589 |
|
| 590 |
.ccf-main-modal-overlay { |
| 591 |
display: none; |
| 592 |
position: fixed; |
| 593 |
top: 0px; |
| 594 |
left: 0px; |
| 595 |
width: 100%; |
| 596 |
height: 100%; |
| 597 |
z-index: 159900; |
| 598 |
opacity: 0.7; |
| 599 |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; |
| 600 |
filter: alpha(opacity=70); |
| 601 |
-moz-opacity: 0.7; |
| 602 |
-khtml-opacity: 0.7; |
| 603 |
background-color: #000; } |
| 604 |
|
| 605 |
.ccf-pagination { |
| 606 |
font-size: 12px; |
| 607 |
margin-top: 8px; |
| 608 |
text-align: right; } |
| 609 |
.ccf-pagination .pages { |
| 610 |
padding: 0 4px; } |
| 611 |
.ccf-pagination .num-items { |
| 612 |
font-style: italic; |
| 613 |
padding-right: 4px; } |
| 614 |
.ccf-pagination a { |
| 615 |
cursor: pointer; |
| 616 |
color: #0074a2; |
| 617 |
background: #f0f0f0; |
| 618 |
text-decoration: none; } |
| 619 |
.ccf-pagination a.next, .ccf-pagination a.prev, .ccf-pagination a.first, .ccf-pagination a.last { |
| 620 |
font-size: 16px; |
| 621 |
line-height: 22px; |
| 622 |
padding: 0 7px 2px 7px; } |
| 623 |
.ccf-pagination a.next:hover, .ccf-pagination a.prev:hover, .ccf-pagination a.first:hover, .ccf-pagination a.last:hover { |
| 624 |
color: #fff; |
| 625 |
background-color: #2ea2cc; } |
| 626 |
.ccf-pagination a.disabled { |
| 627 |
color: #aaa; } |
| 628 |
.ccf-pagination a.disabled:hover { |
| 629 |
color: #aaa; |
| 630 |
background: #f0f0f0; } |
| 631 |
|
| 632 |
.ccf-error-modal { |
| 633 |
display: none; } |
| 634 |
.ccf-error-modal.show { |
| 635 |
display: block; } |
| 636 |
.ccf-error-modal .ccf-notification-dialog-background { |
| 637 |
position: fixed; |
| 638 |
top: 0; |
| 639 |
left: 0; |
| 640 |
right: 0; |
| 641 |
bottom: 0; |
| 642 |
background: #000; |
| 643 |
opacity: 0.7; |
| 644 |
filter: alpha(opacity=70); |
| 645 |
z-index: 1000000; } |
| 646 |
.ccf-error-modal .notification-dialog { |
| 647 |
position: fixed; |
| 648 |
top: 30%; |
| 649 |
left: 50%; |
| 650 |
width: 450px; |
| 651 |
margin-left: -225px; |
| 652 |
background: #fff; |
| 653 |
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); |
| 654 |
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); |
| 655 |
line-height: 1.5; |
| 656 |
z-index: 1000005; } |
| 657 |
.ccf-error-modal .notification-dialog .close { |
| 658 |
font-size: 25px; |
| 659 |
position: absolute; |
| 660 |
right: 10px; |
| 661 |
cursor: pointer; } |
| 662 |
.ccf-error-modal .notification-dialog .message { |
| 663 |
margin: 25px; } |
| 664 |
.ccf-error-modal .notification-dialog .message .title { |
| 665 |
color: #23282d; |
| 666 |
font-size: 1.3em; |
| 667 |
margin: 0 0 1em 0; } |
| 668 |
.ccf-error-modal .notification-dialog .message ul { |
| 669 |
margin-left: 25px; } |
| 670 |
.ccf-error-modal .notification-dialog .message ul li { |
| 671 |
list-style-type: disc; } |
| 672 |
|
| 673 |
/*# sourceMappingURL=form-manager.css.map */ |
| 674 |
|