bootstrap.css
7 years ago
bootstrap.css.map
7 years ago
bootstrap.min.css
8 years ago
index.html
7 years ago
bootstrap.css
1840 lines
| 1 | /*! |
| 2 | * This file was generated through the Sass port of Bootstrap (https://github.com/twbs/bootstrap-sass). |
| 3 | * The following modules were used: "forms", "buttons", "button-groups", "input-groups", "close", "modals". |
| 4 | * - - - - - - - - - - - - - - - - - - - - - - - - - |
| 5 | * Bootstrap v3.3.7 (http://getbootstrap.com) |
| 6 | * Copyright 2011-2016 Twitter, Inc. |
| 7 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
| 8 | */ |
| 9 | |
| 10 | .embedpress-modal fieldset { |
| 11 | padding: 0; |
| 12 | margin: 0; |
| 13 | border: 0; |
| 14 | min-width: 0; |
| 15 | } |
| 16 | |
| 17 | .embedpress-modal legend { |
| 18 | display: block; |
| 19 | width: 100%; |
| 20 | padding: 0; |
| 21 | margin-bottom: 20px; |
| 22 | font-size: 21px; |
| 23 | line-height: inherit; |
| 24 | color: #333333; |
| 25 | border: 0; |
| 26 | border-bottom: 1px solid #e5e5e5; |
| 27 | } |
| 28 | |
| 29 | .embedpress-modal label { |
| 30 | display: inline-block; |
| 31 | max-width: 100%; |
| 32 | margin-bottom: 5px; |
| 33 | font-weight: bold; |
| 34 | } |
| 35 | |
| 36 | .embedpress-modal input[type="search"] { |
| 37 | box-sizing: border-box; |
| 38 | } |
| 39 | |
| 40 | .embedpress-modal input[type="radio"], |
| 41 | .embedpress-modal input[type="checkbox"] { |
| 42 | margin: 4px 0 0; |
| 43 | margin-top: 1px \9; |
| 44 | line-height: normal; |
| 45 | } |
| 46 | |
| 47 | .embedpress-modal input[type="file"] { |
| 48 | display: block; |
| 49 | } |
| 50 | |
| 51 | .embedpress-modal input[type="range"] { |
| 52 | display: block; |
| 53 | width: 100%; |
| 54 | } |
| 55 | |
| 56 | .embedpress-modal select[multiple], |
| 57 | .embedpress-modal select[size] { |
| 58 | height: auto; |
| 59 | } |
| 60 | |
| 61 | .embedpress-modal input[type="file"]:focus, |
| 62 | .embedpress-modal input[type="radio"]:focus, |
| 63 | .embedpress-modal input[type="checkbox"]:focus { |
| 64 | outline: 5px auto -webkit-focus-ring-color; |
| 65 | outline-offset: -2px; |
| 66 | } |
| 67 | |
| 68 | .embedpress-modal output { |
| 69 | display: block; |
| 70 | padding-top: 7px; |
| 71 | font-size: 14px; |
| 72 | line-height: 1.42857; |
| 73 | color: #555555; |
| 74 | } |
| 75 | |
| 76 | .embedpress-modal .form-control { |
| 77 | display: block; |
| 78 | width: 100%; |
| 79 | height: 34px; |
| 80 | padding: 6px 12px; |
| 81 | font-size: 14px; |
| 82 | line-height: 1.42857; |
| 83 | color: #555555; |
| 84 | background-color: #fff; |
| 85 | background-image: none; |
| 86 | border: 1px solid #ccc; |
| 87 | border-radius: 4px; |
| 88 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 89 | transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; |
| 90 | } |
| 91 | |
| 92 | .embedpress-modal .form-control:focus { |
| 93 | border-color: #66afe9; |
| 94 | outline: 0; |
| 95 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); |
| 96 | } |
| 97 | |
| 98 | .embedpress-modal .form-control::-moz-placeholder { |
| 99 | color: #999; |
| 100 | opacity: 1; |
| 101 | } |
| 102 | |
| 103 | .embedpress-modal .form-control:-ms-input-placeholder { |
| 104 | color: #999; |
| 105 | } |
| 106 | |
| 107 | .embedpress-modal .form-control::-webkit-input-placeholder { |
| 108 | color: #999; |
| 109 | } |
| 110 | |
| 111 | .embedpress-modal .form-control::-ms-expand { |
| 112 | border: 0; |
| 113 | background-color: transparent; |
| 114 | } |
| 115 | |
| 116 | .embedpress-modal .form-control[disabled], .embedpress-modal .form-control[readonly], |
| 117 | fieldset[disabled] .embedpress-modal .form-control { |
| 118 | background-color: #eeeeee; |
| 119 | opacity: 1; |
| 120 | } |
| 121 | |
| 122 | .embedpress-modal .form-control[disabled], |
| 123 | fieldset[disabled] .embedpress-modal .form-control { |
| 124 | cursor: not-allowed; |
| 125 | } |
| 126 | |
| 127 | .embedpress-modal textarea.form-control { |
| 128 | height: auto; |
| 129 | } |
| 130 | |
| 131 | .embedpress-modal input[type="search"] { |
| 132 | -webkit-appearance: none; |
| 133 | } |
| 134 | |
| 135 | @media screen and (-webkit-min-device-pixel-ratio: 0) { |
| 136 | .embedpress-modal input[type="date"].form-control, |
| 137 | .embedpress-modal input[type="time"].form-control, |
| 138 | .embedpress-modal input[type="datetime-local"].form-control, |
| 139 | .embedpress-modal input[type="month"].form-control { |
| 140 | line-height: 34px; |
| 141 | } |
| 142 | |
| 143 | .embedpress-modal input[type="date"].input-sm, .embedpress-modal .input-group-sm > input[type="date"].form-control, .embedpress-modal .input-group-sm > input[type="date"].input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > input[type="date"].btn, |
| 144 | .input-group-sm .embedpress-modal input[type="date"], |
| 145 | .embedpress-modal input[type="time"].input-sm, .embedpress-modal .input-group-sm > input[type="time"].form-control, .embedpress-modal .input-group-sm > input[type="time"].input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > input[type="time"].btn, |
| 146 | .input-group-sm |
| 147 | .embedpress-modal input[type="time"], |
| 148 | .embedpress-modal input[type="datetime-local"].input-sm, .embedpress-modal .input-group-sm > input[type="datetime-local"].form-control, .embedpress-modal .input-group-sm > input[type="datetime-local"].input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, |
| 149 | .input-group-sm |
| 150 | .embedpress-modal input[type="datetime-local"], |
| 151 | .embedpress-modal input[type="month"].input-sm, .embedpress-modal .input-group-sm > input[type="month"].form-control, .embedpress-modal .input-group-sm > input[type="month"].input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > input[type="month"].btn, |
| 152 | .input-group-sm |
| 153 | .embedpress-modal input[type="month"] { |
| 154 | line-height: 30px; |
| 155 | } |
| 156 | |
| 157 | .embedpress-modal input[type="date"].input-lg, .embedpress-modal .input-group-lg > input[type="date"].form-control, .embedpress-modal .input-group-lg > input[type="date"].input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > input[type="date"].btn, |
| 158 | .input-group-lg .embedpress-modal input[type="date"], |
| 159 | .embedpress-modal input[type="time"].input-lg, .embedpress-modal .input-group-lg > input[type="time"].form-control, .embedpress-modal .input-group-lg > input[type="time"].input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > input[type="time"].btn, |
| 160 | .input-group-lg |
| 161 | .embedpress-modal input[type="time"], |
| 162 | .embedpress-modal input[type="datetime-local"].input-lg, .embedpress-modal .input-group-lg > input[type="datetime-local"].form-control, .embedpress-modal .input-group-lg > input[type="datetime-local"].input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, |
| 163 | .input-group-lg |
| 164 | .embedpress-modal input[type="datetime-local"], |
| 165 | .embedpress-modal input[type="month"].input-lg, .embedpress-modal .input-group-lg > input[type="month"].form-control, .embedpress-modal .input-group-lg > input[type="month"].input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > input[type="month"].btn, |
| 166 | .input-group-lg |
| 167 | .embedpress-modal input[type="month"] { |
| 168 | line-height: 46px; |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | .embedpress-modal .form-group { |
| 173 | margin-bottom: 15px; |
| 174 | } |
| 175 | |
| 176 | .embedpress-modal .radio, |
| 177 | .embedpress-modal .checkbox { |
| 178 | position: relative; |
| 179 | display: block; |
| 180 | margin-top: 10px; |
| 181 | margin-bottom: 10px; |
| 182 | } |
| 183 | |
| 184 | .embedpress-modal .radio label, |
| 185 | .embedpress-modal .checkbox label { |
| 186 | min-height: 20px; |
| 187 | padding-left: 20px; |
| 188 | margin-bottom: 0; |
| 189 | font-weight: normal; |
| 190 | cursor: pointer; |
| 191 | } |
| 192 | |
| 193 | .embedpress-modal .radio input[type="radio"], |
| 194 | .embedpress-modal .radio-inline input[type="radio"], |
| 195 | .embedpress-modal .checkbox input[type="checkbox"], |
| 196 | .embedpress-modal .checkbox-inline input[type="checkbox"] { |
| 197 | position: absolute; |
| 198 | margin-left: -20px; |
| 199 | margin-top: 4px \9; |
| 200 | } |
| 201 | |
| 202 | .embedpress-modal .radio + .radio, |
| 203 | .embedpress-modal .checkbox + .checkbox { |
| 204 | margin-top: -5px; |
| 205 | } |
| 206 | |
| 207 | .embedpress-modal .radio-inline, |
| 208 | .embedpress-modal .checkbox-inline { |
| 209 | position: relative; |
| 210 | display: inline-block; |
| 211 | padding-left: 20px; |
| 212 | margin-bottom: 0; |
| 213 | vertical-align: middle; |
| 214 | font-weight: normal; |
| 215 | cursor: pointer; |
| 216 | } |
| 217 | |
| 218 | .embedpress-modal .radio-inline + .radio-inline, |
| 219 | .embedpress-modal .checkbox-inline + .checkbox-inline { |
| 220 | margin-top: 0; |
| 221 | margin-left: 10px; |
| 222 | } |
| 223 | |
| 224 | .embedpress-modal input[type="radio"][disabled], .embedpress-modal input[type="radio"].disabled, |
| 225 | fieldset[disabled] .embedpress-modal input[type="radio"], |
| 226 | .embedpress-modal input[type="checkbox"][disabled], |
| 227 | .embedpress-modal input[type="checkbox"].disabled, |
| 228 | fieldset[disabled] |
| 229 | .embedpress-modal input[type="checkbox"] { |
| 230 | cursor: not-allowed; |
| 231 | } |
| 232 | |
| 233 | .embedpress-modal .radio-inline.disabled, |
| 234 | fieldset[disabled] .embedpress-modal .radio-inline, |
| 235 | .embedpress-modal .checkbox-inline.disabled, |
| 236 | fieldset[disabled] |
| 237 | .embedpress-modal .checkbox-inline { |
| 238 | cursor: not-allowed; |
| 239 | } |
| 240 | |
| 241 | .embedpress-modal .radio.disabled label, |
| 242 | fieldset[disabled] .embedpress-modal .radio label, |
| 243 | .embedpress-modal .checkbox.disabled label, |
| 244 | fieldset[disabled] |
| 245 | .embedpress-modal .checkbox label { |
| 246 | cursor: not-allowed; |
| 247 | } |
| 248 | |
| 249 | .embedpress-modal .form-control-static { |
| 250 | padding-top: 7px; |
| 251 | padding-bottom: 7px; |
| 252 | margin-bottom: 0; |
| 253 | min-height: 34px; |
| 254 | } |
| 255 | |
| 256 | .embedpress-modal .form-control-static.input-lg, .embedpress-modal .input-group-lg > .form-control-static.form-control, .embedpress-modal .input-group-lg > .form-control-static.input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > .form-control-static.btn, .embedpress-modal .form-control-static.input-sm, .embedpress-modal .input-group-sm > .form-control-static.form-control, .embedpress-modal .input-group-sm > .form-control-static.input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > .form-control-static.btn { |
| 257 | padding-left: 0; |
| 258 | padding-right: 0; |
| 259 | } |
| 260 | |
| 261 | .embedpress-modal .input-sm, .embedpress-modal .input-group-sm > .form-control, .embedpress-modal .input-group-sm > .input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > .btn { |
| 262 | height: 30px; |
| 263 | padding: 5px 10px; |
| 264 | font-size: 12px; |
| 265 | line-height: 1.5; |
| 266 | border-radius: 3px; |
| 267 | } |
| 268 | |
| 269 | .embedpress-modal select.input-sm, .embedpress-modal .input-group-sm > select.form-control, .embedpress-modal .input-group-sm > select.input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > select.btn { |
| 270 | height: 30px; |
| 271 | line-height: 30px; |
| 272 | } |
| 273 | |
| 274 | .embedpress-modal textarea.input-sm, .embedpress-modal .input-group-sm > textarea.form-control, .embedpress-modal .input-group-sm > textarea.input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > textarea.btn, |
| 275 | .embedpress-modal select[multiple].input-sm, .embedpress-modal .input-group-sm > select[multiple].form-control, .embedpress-modal .input-group-sm > select[multiple].input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > select[multiple].btn { |
| 276 | height: auto; |
| 277 | } |
| 278 | |
| 279 | .embedpress-modal .form-group-sm .form-control { |
| 280 | height: 30px; |
| 281 | padding: 5px 10px; |
| 282 | font-size: 12px; |
| 283 | line-height: 1.5; |
| 284 | border-radius: 3px; |
| 285 | } |
| 286 | |
| 287 | .embedpress-modal .form-group-sm select.form-control { |
| 288 | height: 30px; |
| 289 | line-height: 30px; |
| 290 | } |
| 291 | |
| 292 | .embedpress-modal .form-group-sm textarea.form-control, |
| 293 | .embedpress-modal .form-group-sm select[multiple].form-control { |
| 294 | height: auto; |
| 295 | } |
| 296 | |
| 297 | .embedpress-modal .form-group-sm .form-control-static { |
| 298 | height: 30px; |
| 299 | min-height: 32px; |
| 300 | padding: 6px 10px; |
| 301 | font-size: 12px; |
| 302 | line-height: 1.5; |
| 303 | } |
| 304 | |
| 305 | .embedpress-modal .input-lg, .embedpress-modal .input-group-lg > .form-control, .embedpress-modal .input-group-lg > .input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > .btn { |
| 306 | height: 46px; |
| 307 | padding: 10px 16px; |
| 308 | font-size: 18px; |
| 309 | line-height: 1.33333; |
| 310 | border-radius: 6px; |
| 311 | } |
| 312 | |
| 313 | .embedpress-modal select.input-lg, .embedpress-modal .input-group-lg > select.form-control, .embedpress-modal .input-group-lg > select.input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > select.btn { |
| 314 | height: 46px; |
| 315 | line-height: 46px; |
| 316 | } |
| 317 | |
| 318 | .embedpress-modal textarea.input-lg, .embedpress-modal .input-group-lg > textarea.form-control, .embedpress-modal .input-group-lg > textarea.input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > textarea.btn, |
| 319 | .embedpress-modal select[multiple].input-lg, .embedpress-modal .input-group-lg > select[multiple].form-control, .embedpress-modal .input-group-lg > select[multiple].input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > select[multiple].btn { |
| 320 | height: auto; |
| 321 | } |
| 322 | |
| 323 | .embedpress-modal .form-group-lg .form-control { |
| 324 | height: 46px; |
| 325 | padding: 10px 16px; |
| 326 | font-size: 18px; |
| 327 | line-height: 1.33333; |
| 328 | border-radius: 6px; |
| 329 | } |
| 330 | |
| 331 | .embedpress-modal .form-group-lg select.form-control { |
| 332 | height: 46px; |
| 333 | line-height: 46px; |
| 334 | } |
| 335 | |
| 336 | .embedpress-modal .form-group-lg textarea.form-control, |
| 337 | .embedpress-modal .form-group-lg select[multiple].form-control { |
| 338 | height: auto; |
| 339 | } |
| 340 | |
| 341 | .embedpress-modal .form-group-lg .form-control-static { |
| 342 | height: 46px; |
| 343 | min-height: 38px; |
| 344 | padding: 11px 16px; |
| 345 | font-size: 18px; |
| 346 | line-height: 1.33333; |
| 347 | } |
| 348 | |
| 349 | .embedpress-modal .has-feedback { |
| 350 | position: relative; |
| 351 | } |
| 352 | |
| 353 | .embedpress-modal .has-feedback .form-control { |
| 354 | padding-right: 42.5px; |
| 355 | } |
| 356 | |
| 357 | .embedpress-modal .form-control-feedback { |
| 358 | position: absolute; |
| 359 | top: 0; |
| 360 | right: 0; |
| 361 | z-index: 2; |
| 362 | display: block; |
| 363 | width: 34px; |
| 364 | height: 34px; |
| 365 | line-height: 34px; |
| 366 | text-align: center; |
| 367 | pointer-events: none; |
| 368 | } |
| 369 | |
| 370 | .embedpress-modal .input-lg + .form-control-feedback, .embedpress-modal .input-group-lg > .form-control + .form-control-feedback, .embedpress-modal .input-group-lg > .input-group-addon + .form-control-feedback, .embedpress-modal .input-group-lg > .input-group-btn > .btn + .form-control-feedback, |
| 371 | .embedpress-modal .input-group-lg + .form-control-feedback, |
| 372 | .embedpress-modal .form-group-lg .form-control + .form-control-feedback { |
| 373 | width: 46px; |
| 374 | height: 46px; |
| 375 | line-height: 46px; |
| 376 | } |
| 377 | |
| 378 | .embedpress-modal .input-sm + .form-control-feedback, .embedpress-modal .input-group-sm > .form-control + .form-control-feedback, .embedpress-modal .input-group-sm > .input-group-addon + .form-control-feedback, .embedpress-modal .input-group-sm > .input-group-btn > .btn + .form-control-feedback, |
| 379 | .embedpress-modal .input-group-sm + .form-control-feedback, |
| 380 | .embedpress-modal .form-group-sm .form-control + .form-control-feedback { |
| 381 | width: 30px; |
| 382 | height: 30px; |
| 383 | line-height: 30px; |
| 384 | } |
| 385 | |
| 386 | .embedpress-modal .has-success .help-block, |
| 387 | .embedpress-modal .has-success .control-label, |
| 388 | .embedpress-modal .has-success .radio, |
| 389 | .embedpress-modal .has-success .checkbox, |
| 390 | .embedpress-modal .has-success .radio-inline, |
| 391 | .embedpress-modal .has-success .checkbox-inline, |
| 392 | .embedpress-modal .has-success.radio label, |
| 393 | .embedpress-modal .has-success.checkbox label, |
| 394 | .embedpress-modal .has-success.radio-inline label, |
| 395 | .embedpress-modal .has-success.checkbox-inline label { |
| 396 | color: #3c763d; |
| 397 | } |
| 398 | |
| 399 | .embedpress-modal .has-success .form-control { |
| 400 | border-color: #3c763d; |
| 401 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 402 | } |
| 403 | |
| 404 | .embedpress-modal .has-success .form-control:focus { |
| 405 | border-color: #2b542c; |
| 406 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; |
| 407 | } |
| 408 | |
| 409 | .embedpress-modal .has-success .input-group-addon { |
| 410 | color: #3c763d; |
| 411 | border-color: #3c763d; |
| 412 | background-color: #dff0d8; |
| 413 | } |
| 414 | |
| 415 | .embedpress-modal .has-success .form-control-feedback { |
| 416 | color: #3c763d; |
| 417 | } |
| 418 | |
| 419 | .embedpress-modal .has-warning .help-block, |
| 420 | .embedpress-modal .has-warning .control-label, |
| 421 | .embedpress-modal .has-warning .radio, |
| 422 | .embedpress-modal .has-warning .checkbox, |
| 423 | .embedpress-modal .has-warning .radio-inline, |
| 424 | .embedpress-modal .has-warning .checkbox-inline, |
| 425 | .embedpress-modal .has-warning.radio label, |
| 426 | .embedpress-modal .has-warning.checkbox label, |
| 427 | .embedpress-modal .has-warning.radio-inline label, |
| 428 | .embedpress-modal .has-warning.checkbox-inline label { |
| 429 | color: #8a6d3b; |
| 430 | } |
| 431 | |
| 432 | .embedpress-modal .has-warning .form-control { |
| 433 | border-color: #8a6d3b; |
| 434 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 435 | } |
| 436 | |
| 437 | .embedpress-modal .has-warning .form-control:focus { |
| 438 | border-color: #66512c; |
| 439 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; |
| 440 | } |
| 441 | |
| 442 | .embedpress-modal .has-warning .input-group-addon { |
| 443 | color: #8a6d3b; |
| 444 | border-color: #8a6d3b; |
| 445 | background-color: #fcf8e3; |
| 446 | } |
| 447 | |
| 448 | .embedpress-modal .has-warning .form-control-feedback { |
| 449 | color: #8a6d3b; |
| 450 | } |
| 451 | |
| 452 | .embedpress-modal .has-error .help-block, |
| 453 | .embedpress-modal .has-error .control-label, |
| 454 | .embedpress-modal .has-error .radio, |
| 455 | .embedpress-modal .has-error .checkbox, |
| 456 | .embedpress-modal .has-error .radio-inline, |
| 457 | .embedpress-modal .has-error .checkbox-inline, |
| 458 | .embedpress-modal .has-error.radio label, |
| 459 | .embedpress-modal .has-error.checkbox label, |
| 460 | .embedpress-modal .has-error.radio-inline label, |
| 461 | .embedpress-modal .has-error.checkbox-inline label { |
| 462 | color: #a94442; |
| 463 | } |
| 464 | |
| 465 | .embedpress-modal .has-error .form-control { |
| 466 | border-color: #a94442; |
| 467 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 468 | } |
| 469 | |
| 470 | .embedpress-modal .has-error .form-control:focus { |
| 471 | border-color: #843534; |
| 472 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; |
| 473 | } |
| 474 | |
| 475 | .embedpress-modal .has-error .input-group-addon { |
| 476 | color: #a94442; |
| 477 | border-color: #a94442; |
| 478 | background-color: #f2dede; |
| 479 | } |
| 480 | |
| 481 | .embedpress-modal .has-error .form-control-feedback { |
| 482 | color: #a94442; |
| 483 | } |
| 484 | |
| 485 | .embedpress-modal .has-feedback label ~ .form-control-feedback { |
| 486 | top: 25px; |
| 487 | } |
| 488 | |
| 489 | .embedpress-modal .has-feedback label.sr-only ~ .form-control-feedback { |
| 490 | top: 0; |
| 491 | } |
| 492 | |
| 493 | .embedpress-modal .help-block { |
| 494 | display: block; |
| 495 | margin-top: 5px; |
| 496 | margin-bottom: 10px; |
| 497 | color: #737373; |
| 498 | } |
| 499 | |
| 500 | @media (min-width: 768px) { |
| 501 | .embedpress-modal .form-inline .form-group { |
| 502 | display: inline-block; |
| 503 | margin-bottom: 0; |
| 504 | vertical-align: middle; |
| 505 | } |
| 506 | |
| 507 | .embedpress-modal .form-inline .form-control { |
| 508 | display: inline-block; |
| 509 | width: auto; |
| 510 | vertical-align: middle; |
| 511 | } |
| 512 | |
| 513 | .embedpress-modal .form-inline .form-control-static { |
| 514 | display: inline-block; |
| 515 | } |
| 516 | |
| 517 | .embedpress-modal .form-inline .input-group { |
| 518 | display: inline-table; |
| 519 | vertical-align: middle; |
| 520 | } |
| 521 | |
| 522 | .embedpress-modal .form-inline .input-group .input-group-addon, |
| 523 | .embedpress-modal .form-inline .input-group .input-group-btn, |
| 524 | .embedpress-modal .form-inline .input-group .form-control { |
| 525 | width: auto; |
| 526 | } |
| 527 | |
| 528 | .embedpress-modal .form-inline .input-group > .form-control { |
| 529 | width: 100%; |
| 530 | } |
| 531 | |
| 532 | .embedpress-modal .form-inline .control-label { |
| 533 | margin-bottom: 0; |
| 534 | vertical-align: middle; |
| 535 | } |
| 536 | |
| 537 | .embedpress-modal .form-inline .radio, |
| 538 | .embedpress-modal .form-inline .checkbox { |
| 539 | display: inline-block; |
| 540 | margin-top: 0; |
| 541 | margin-bottom: 0; |
| 542 | vertical-align: middle; |
| 543 | } |
| 544 | |
| 545 | .embedpress-modal .form-inline .radio label, |
| 546 | .embedpress-modal .form-inline .checkbox label { |
| 547 | padding-left: 0; |
| 548 | } |
| 549 | |
| 550 | .embedpress-modal .form-inline .radio input[type="radio"], |
| 551 | .embedpress-modal .form-inline .checkbox input[type="checkbox"] { |
| 552 | position: relative; |
| 553 | margin-left: 0; |
| 554 | } |
| 555 | |
| 556 | .embedpress-modal .form-inline .has-feedback .form-control-feedback { |
| 557 | top: 0; |
| 558 | } |
| 559 | } |
| 560 | |
| 561 | .embedpress-modal .form-horizontal .radio, |
| 562 | .embedpress-modal .form-horizontal .checkbox, |
| 563 | .embedpress-modal .form-horizontal .radio-inline, |
| 564 | .embedpress-modal .form-horizontal .checkbox-inline { |
| 565 | margin-top: 0; |
| 566 | margin-bottom: 0; |
| 567 | padding-top: 7px; |
| 568 | } |
| 569 | |
| 570 | .embedpress-modal .form-horizontal .radio, |
| 571 | .embedpress-modal .form-horizontal .checkbox { |
| 572 | min-height: 27px; |
| 573 | } |
| 574 | |
| 575 | .embedpress-modal .form-horizontal .form-group { |
| 576 | margin-left: -15px; |
| 577 | margin-right: -15px; |
| 578 | } |
| 579 | |
| 580 | .embedpress-modal .form-horizontal .form-group:before, .embedpress-modal .form-horizontal .form-group:after { |
| 581 | content: " "; |
| 582 | display: table; |
| 583 | } |
| 584 | |
| 585 | .embedpress-modal .form-horizontal .form-group:after { |
| 586 | clear: both; |
| 587 | } |
| 588 | |
| 589 | @media (min-width: 768px) { |
| 590 | .embedpress-modal .form-horizontal .control-label { |
| 591 | text-align: right; |
| 592 | margin-bottom: 0; |
| 593 | padding-top: 7px; |
| 594 | } |
| 595 | } |
| 596 | |
| 597 | .embedpress-modal .form-horizontal .has-feedback .form-control-feedback { |
| 598 | right: 15px; |
| 599 | } |
| 600 | |
| 601 | @media (min-width: 768px) { |
| 602 | .embedpress-modal .form-horizontal .form-group-lg .control-label { |
| 603 | padding-top: 11px; |
| 604 | font-size: 18px; |
| 605 | } |
| 606 | } |
| 607 | |
| 608 | @media (min-width: 768px) { |
| 609 | .embedpress-modal .form-horizontal .form-group-sm .control-label { |
| 610 | padding-top: 6px; |
| 611 | font-size: 12px; |
| 612 | } |
| 613 | } |
| 614 | |
| 615 | .embedpress-modal .btn { |
| 616 | display: inline-block; |
| 617 | margin-bottom: 0; |
| 618 | font-weight: normal; |
| 619 | text-align: center; |
| 620 | vertical-align: middle; |
| 621 | -ms-touch-action: manipulation; |
| 622 | touch-action: manipulation; |
| 623 | cursor: pointer; |
| 624 | background-image: none; |
| 625 | border: 1px solid transparent; |
| 626 | white-space: nowrap; |
| 627 | padding: 6px 12px; |
| 628 | font-size: 14px; |
| 629 | line-height: 1.42857; |
| 630 | border-radius: 4px; |
| 631 | -webkit-user-select: none; |
| 632 | -moz-user-select: none; |
| 633 | -ms-user-select: none; |
| 634 | user-select: none; |
| 635 | } |
| 636 | |
| 637 | .embedpress-modal .btn:focus, .embedpress-modal .btn.focus, .embedpress-modal .btn:active:focus, .embedpress-modal .btn:active.focus, .embedpress-modal .btn.active:focus, .embedpress-modal .btn.active.focus { |
| 638 | outline: 5px auto -webkit-focus-ring-color; |
| 639 | outline-offset: -2px; |
| 640 | } |
| 641 | |
| 642 | .embedpress-modal .btn:hover, .embedpress-modal .btn:focus, .embedpress-modal .btn.focus { |
| 643 | color: #333; |
| 644 | text-decoration: none; |
| 645 | } |
| 646 | |
| 647 | .embedpress-modal .btn:active, .embedpress-modal .btn.active { |
| 648 | outline: 0; |
| 649 | background-image: none; |
| 650 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
| 651 | } |
| 652 | |
| 653 | .embedpress-modal .btn.disabled, .embedpress-modal .btn[disabled], |
| 654 | fieldset[disabled] .embedpress-modal .btn { |
| 655 | cursor: not-allowed; |
| 656 | opacity: 0.65; |
| 657 | filter: alpha(opacity=65); |
| 658 | box-shadow: none; |
| 659 | } |
| 660 | |
| 661 | .embedpress-modal a.btn.disabled, |
| 662 | fieldset[disabled] .embedpress-modal a.btn { |
| 663 | pointer-events: none; |
| 664 | } |
| 665 | |
| 666 | .embedpress-modal .btn-default { |
| 667 | color: #333; |
| 668 | background-color: #fff; |
| 669 | border-color: #ccc; |
| 670 | } |
| 671 | |
| 672 | .embedpress-modal .btn-default:focus, .embedpress-modal .btn-default.focus { |
| 673 | color: #333; |
| 674 | background-color: #e6e6e6; |
| 675 | border-color: #8c8c8c; |
| 676 | } |
| 677 | |
| 678 | .embedpress-modal .btn-default:hover { |
| 679 | color: #333; |
| 680 | background-color: #e6e6e6; |
| 681 | border-color: #adadad; |
| 682 | } |
| 683 | |
| 684 | .embedpress-modal .btn-default:active, .embedpress-modal .btn-default.active, |
| 685 | .open > .embedpress-modal .btn-default.dropdown-toggle { |
| 686 | color: #333; |
| 687 | background-color: #e6e6e6; |
| 688 | border-color: #adadad; |
| 689 | } |
| 690 | |
| 691 | .embedpress-modal .btn-default:active:hover, .embedpress-modal .btn-default:active:focus, .embedpress-modal .btn-default:active.focus, .embedpress-modal .btn-default.active:hover, .embedpress-modal .btn-default.active:focus, .embedpress-modal .btn-default.active.focus, |
| 692 | .open > .embedpress-modal .btn-default.dropdown-toggle:hover, |
| 693 | .open > .embedpress-modal .btn-default.dropdown-toggle:focus, |
| 694 | .open > .embedpress-modal .btn-default.dropdown-toggle.focus { |
| 695 | color: #333; |
| 696 | background-color: #d4d4d4; |
| 697 | border-color: #8c8c8c; |
| 698 | } |
| 699 | |
| 700 | .embedpress-modal .btn-default:active, .embedpress-modal .btn-default.active, |
| 701 | .open > .embedpress-modal .btn-default.dropdown-toggle { |
| 702 | background-image: none; |
| 703 | } |
| 704 | |
| 705 | .embedpress-modal .btn-default.disabled:hover, .embedpress-modal .btn-default.disabled:focus, .embedpress-modal .btn-default.disabled.focus, .embedpress-modal .btn-default[disabled]:hover, .embedpress-modal .btn-default[disabled]:focus, .embedpress-modal .btn-default[disabled].focus, |
| 706 | fieldset[disabled] .embedpress-modal .btn-default:hover, |
| 707 | fieldset[disabled] .embedpress-modal .btn-default:focus, |
| 708 | fieldset[disabled] .embedpress-modal .btn-default.focus { |
| 709 | background-color: #fff; |
| 710 | border-color: #ccc; |
| 711 | } |
| 712 | |
| 713 | .embedpress-modal .btn-default .badge { |
| 714 | color: #fff; |
| 715 | background-color: #333; |
| 716 | } |
| 717 | |
| 718 | .embedpress-modal .btn-primary { |
| 719 | color: #fff; |
| 720 | background-color: #337ab7; |
| 721 | border-color: #2e6da4; |
| 722 | } |
| 723 | |
| 724 | .embedpress-modal .btn-primary:focus, .embedpress-modal .btn-primary.focus { |
| 725 | color: #fff; |
| 726 | background-color: #286090; |
| 727 | border-color: #122b40; |
| 728 | } |
| 729 | |
| 730 | .embedpress-modal .btn-primary:hover { |
| 731 | color: #fff; |
| 732 | background-color: #286090; |
| 733 | border-color: #204d74; |
| 734 | } |
| 735 | |
| 736 | .embedpress-modal .btn-primary:active, .embedpress-modal .btn-primary.active, |
| 737 | .open > .embedpress-modal .btn-primary.dropdown-toggle { |
| 738 | color: #fff; |
| 739 | background-color: #286090; |
| 740 | border-color: #204d74; |
| 741 | } |
| 742 | |
| 743 | .embedpress-modal .btn-primary:active:hover, .embedpress-modal .btn-primary:active:focus, .embedpress-modal .btn-primary:active.focus, .embedpress-modal .btn-primary.active:hover, .embedpress-modal .btn-primary.active:focus, .embedpress-modal .btn-primary.active.focus, |
| 744 | .open > .embedpress-modal .btn-primary.dropdown-toggle:hover, |
| 745 | .open > .embedpress-modal .btn-primary.dropdown-toggle:focus, |
| 746 | .open > .embedpress-modal .btn-primary.dropdown-toggle.focus { |
| 747 | color: #fff; |
| 748 | background-color: #204d74; |
| 749 | border-color: #122b40; |
| 750 | } |
| 751 | |
| 752 | .embedpress-modal .btn-primary:active, .embedpress-modal .btn-primary.active, |
| 753 | .open > .embedpress-modal .btn-primary.dropdown-toggle { |
| 754 | background-image: none; |
| 755 | } |
| 756 | |
| 757 | .embedpress-modal .btn-primary.disabled:hover, .embedpress-modal .btn-primary.disabled:focus, .embedpress-modal .btn-primary.disabled.focus, .embedpress-modal .btn-primary[disabled]:hover, .embedpress-modal .btn-primary[disabled]:focus, .embedpress-modal .btn-primary[disabled].focus, |
| 758 | fieldset[disabled] .embedpress-modal .btn-primary:hover, |
| 759 | fieldset[disabled] .embedpress-modal .btn-primary:focus, |
| 760 | fieldset[disabled] .embedpress-modal .btn-primary.focus { |
| 761 | background-color: #337ab7; |
| 762 | border-color: #2e6da4; |
| 763 | } |
| 764 | |
| 765 | .embedpress-modal .btn-primary .badge { |
| 766 | color: #337ab7; |
| 767 | background-color: #fff; |
| 768 | } |
| 769 | |
| 770 | .embedpress-modal .btn-success { |
| 771 | color: #fff; |
| 772 | background-color: #5cb85c; |
| 773 | border-color: #4cae4c; |
| 774 | } |
| 775 | |
| 776 | .embedpress-modal .btn-success:focus, .embedpress-modal .btn-success.focus { |
| 777 | color: #fff; |
| 778 | background-color: #449d44; |
| 779 | border-color: #255625; |
| 780 | } |
| 781 | |
| 782 | .embedpress-modal .btn-success:hover { |
| 783 | color: #fff; |
| 784 | background-color: #449d44; |
| 785 | border-color: #398439; |
| 786 | } |
| 787 | |
| 788 | .embedpress-modal .btn-success:active, .embedpress-modal .btn-success.active, |
| 789 | .open > .embedpress-modal .btn-success.dropdown-toggle { |
| 790 | color: #fff; |
| 791 | background-color: #449d44; |
| 792 | border-color: #398439; |
| 793 | } |
| 794 | |
| 795 | .embedpress-modal .btn-success:active:hover, .embedpress-modal .btn-success:active:focus, .embedpress-modal .btn-success:active.focus, .embedpress-modal .btn-success.active:hover, .embedpress-modal .btn-success.active:focus, .embedpress-modal .btn-success.active.focus, |
| 796 | .open > .embedpress-modal .btn-success.dropdown-toggle:hover, |
| 797 | .open > .embedpress-modal .btn-success.dropdown-toggle:focus, |
| 798 | .open > .embedpress-modal .btn-success.dropdown-toggle.focus { |
| 799 | color: #fff; |
| 800 | background-color: #398439; |
| 801 | border-color: #255625; |
| 802 | } |
| 803 | |
| 804 | .embedpress-modal .btn-success:active, .embedpress-modal .btn-success.active, |
| 805 | .open > .embedpress-modal .btn-success.dropdown-toggle { |
| 806 | background-image: none; |
| 807 | } |
| 808 | |
| 809 | .embedpress-modal .btn-success.disabled:hover, .embedpress-modal .btn-success.disabled:focus, .embedpress-modal .btn-success.disabled.focus, .embedpress-modal .btn-success[disabled]:hover, .embedpress-modal .btn-success[disabled]:focus, .embedpress-modal .btn-success[disabled].focus, |
| 810 | fieldset[disabled] .embedpress-modal .btn-success:hover, |
| 811 | fieldset[disabled] .embedpress-modal .btn-success:focus, |
| 812 | fieldset[disabled] .embedpress-modal .btn-success.focus { |
| 813 | background-color: #5cb85c; |
| 814 | border-color: #4cae4c; |
| 815 | } |
| 816 | |
| 817 | .embedpress-modal .btn-success .badge { |
| 818 | color: #5cb85c; |
| 819 | background-color: #fff; |
| 820 | } |
| 821 | |
| 822 | .embedpress-modal .btn-info { |
| 823 | color: #fff; |
| 824 | background-color: #5bc0de; |
| 825 | border-color: #46b8da; |
| 826 | } |
| 827 | |
| 828 | .embedpress-modal .btn-info:focus, .embedpress-modal .btn-info.focus { |
| 829 | color: #fff; |
| 830 | background-color: #31b0d5; |
| 831 | border-color: #1b6d85; |
| 832 | } |
| 833 | |
| 834 | .embedpress-modal .btn-info:hover { |
| 835 | color: #fff; |
| 836 | background-color: #31b0d5; |
| 837 | border-color: #269abc; |
| 838 | } |
| 839 | |
| 840 | .embedpress-modal .btn-info:active, .embedpress-modal .btn-info.active, |
| 841 | .open > .embedpress-modal .btn-info.dropdown-toggle { |
| 842 | color: #fff; |
| 843 | background-color: #31b0d5; |
| 844 | border-color: #269abc; |
| 845 | } |
| 846 | |
| 847 | .embedpress-modal .btn-info:active:hover, .embedpress-modal .btn-info:active:focus, .embedpress-modal .btn-info:active.focus, .embedpress-modal .btn-info.active:hover, .embedpress-modal .btn-info.active:focus, .embedpress-modal .btn-info.active.focus, |
| 848 | .open > .embedpress-modal .btn-info.dropdown-toggle:hover, |
| 849 | .open > .embedpress-modal .btn-info.dropdown-toggle:focus, |
| 850 | .open > .embedpress-modal .btn-info.dropdown-toggle.focus { |
| 851 | color: #fff; |
| 852 | background-color: #269abc; |
| 853 | border-color: #1b6d85; |
| 854 | } |
| 855 | |
| 856 | .embedpress-modal .btn-info:active, .embedpress-modal .btn-info.active, |
| 857 | .open > .embedpress-modal .btn-info.dropdown-toggle { |
| 858 | background-image: none; |
| 859 | } |
| 860 | |
| 861 | .embedpress-modal .btn-info.disabled:hover, .embedpress-modal .btn-info.disabled:focus, .embedpress-modal .btn-info.disabled.focus, .embedpress-modal .btn-info[disabled]:hover, .embedpress-modal .btn-info[disabled]:focus, .embedpress-modal .btn-info[disabled].focus, |
| 862 | fieldset[disabled] .embedpress-modal .btn-info:hover, |
| 863 | fieldset[disabled] .embedpress-modal .btn-info:focus, |
| 864 | fieldset[disabled] .embedpress-modal .btn-info.focus { |
| 865 | background-color: #5bc0de; |
| 866 | border-color: #46b8da; |
| 867 | } |
| 868 | |
| 869 | .embedpress-modal .btn-info .badge { |
| 870 | color: #5bc0de; |
| 871 | background-color: #fff; |
| 872 | } |
| 873 | |
| 874 | .embedpress-modal .btn-warning { |
| 875 | color: #fff; |
| 876 | background-color: #f0ad4e; |
| 877 | border-color: #eea236; |
| 878 | } |
| 879 | |
| 880 | .embedpress-modal .btn-warning:focus, .embedpress-modal .btn-warning.focus { |
| 881 | color: #fff; |
| 882 | background-color: #ec971f; |
| 883 | border-color: #985f0d; |
| 884 | } |
| 885 | |
| 886 | .embedpress-modal .btn-warning:hover { |
| 887 | color: #fff; |
| 888 | background-color: #ec971f; |
| 889 | border-color: #d58512; |
| 890 | } |
| 891 | |
| 892 | .embedpress-modal .btn-warning:active, .embedpress-modal .btn-warning.active, |
| 893 | .open > .embedpress-modal .btn-warning.dropdown-toggle { |
| 894 | color: #fff; |
| 895 | background-color: #ec971f; |
| 896 | border-color: #d58512; |
| 897 | } |
| 898 | |
| 899 | .embedpress-modal .btn-warning:active:hover, .embedpress-modal .btn-warning:active:focus, .embedpress-modal .btn-warning:active.focus, .embedpress-modal .btn-warning.active:hover, .embedpress-modal .btn-warning.active:focus, .embedpress-modal .btn-warning.active.focus, |
| 900 | .open > .embedpress-modal .btn-warning.dropdown-toggle:hover, |
| 901 | .open > .embedpress-modal .btn-warning.dropdown-toggle:focus, |
| 902 | .open > .embedpress-modal .btn-warning.dropdown-toggle.focus { |
| 903 | color: #fff; |
| 904 | background-color: #d58512; |
| 905 | border-color: #985f0d; |
| 906 | } |
| 907 | |
| 908 | .embedpress-modal .btn-warning:active, .embedpress-modal .btn-warning.active, |
| 909 | .open > .embedpress-modal .btn-warning.dropdown-toggle { |
| 910 | background-image: none; |
| 911 | } |
| 912 | |
| 913 | .embedpress-modal .btn-warning.disabled:hover, .embedpress-modal .btn-warning.disabled:focus, .embedpress-modal .btn-warning.disabled.focus, .embedpress-modal .btn-warning[disabled]:hover, .embedpress-modal .btn-warning[disabled]:focus, .embedpress-modal .btn-warning[disabled].focus, |
| 914 | fieldset[disabled] .embedpress-modal .btn-warning:hover, |
| 915 | fieldset[disabled] .embedpress-modal .btn-warning:focus, |
| 916 | fieldset[disabled] .embedpress-modal .btn-warning.focus { |
| 917 | background-color: #f0ad4e; |
| 918 | border-color: #eea236; |
| 919 | } |
| 920 | |
| 921 | .embedpress-modal .btn-warning .badge { |
| 922 | color: #f0ad4e; |
| 923 | background-color: #fff; |
| 924 | } |
| 925 | |
| 926 | .embedpress-modal .btn-danger { |
| 927 | color: #fff; |
| 928 | background-color: #d9534f; |
| 929 | border-color: #d43f3a; |
| 930 | } |
| 931 | |
| 932 | .embedpress-modal .btn-danger:focus, .embedpress-modal .btn-danger.focus { |
| 933 | color: #fff; |
| 934 | background-color: #c9302c; |
| 935 | border-color: #761c19; |
| 936 | } |
| 937 | |
| 938 | .embedpress-modal .btn-danger:hover { |
| 939 | color: #fff; |
| 940 | background-color: #c9302c; |
| 941 | border-color: #ac2925; |
| 942 | } |
| 943 | |
| 944 | .embedpress-modal .btn-danger:active, .embedpress-modal .btn-danger.active, |
| 945 | .open > .embedpress-modal .btn-danger.dropdown-toggle { |
| 946 | color: #fff; |
| 947 | background-color: #c9302c; |
| 948 | border-color: #ac2925; |
| 949 | } |
| 950 | |
| 951 | .embedpress-modal .btn-danger:active:hover, .embedpress-modal .btn-danger:active:focus, .embedpress-modal .btn-danger:active.focus, .embedpress-modal .btn-danger.active:hover, .embedpress-modal .btn-danger.active:focus, .embedpress-modal .btn-danger.active.focus, |
| 952 | .open > .embedpress-modal .btn-danger.dropdown-toggle:hover, |
| 953 | .open > .embedpress-modal .btn-danger.dropdown-toggle:focus, |
| 954 | .open > .embedpress-modal .btn-danger.dropdown-toggle.focus { |
| 955 | color: #fff; |
| 956 | background-color: #ac2925; |
| 957 | border-color: #761c19; |
| 958 | } |
| 959 | |
| 960 | .embedpress-modal .btn-danger:active, .embedpress-modal .btn-danger.active, |
| 961 | .open > .embedpress-modal .btn-danger.dropdown-toggle { |
| 962 | background-image: none; |
| 963 | } |
| 964 | |
| 965 | .embedpress-modal .btn-danger.disabled:hover, .embedpress-modal .btn-danger.disabled:focus, .embedpress-modal .btn-danger.disabled.focus, .embedpress-modal .btn-danger[disabled]:hover, .embedpress-modal .btn-danger[disabled]:focus, .embedpress-modal .btn-danger[disabled].focus, |
| 966 | fieldset[disabled] .embedpress-modal .btn-danger:hover, |
| 967 | fieldset[disabled] .embedpress-modal .btn-danger:focus, |
| 968 | fieldset[disabled] .embedpress-modal .btn-danger.focus { |
| 969 | background-color: #d9534f; |
| 970 | border-color: #d43f3a; |
| 971 | } |
| 972 | |
| 973 | .embedpress-modal .btn-danger .badge { |
| 974 | color: #d9534f; |
| 975 | background-color: #fff; |
| 976 | } |
| 977 | |
| 978 | .embedpress-modal .btn-link { |
| 979 | color: #337ab7; |
| 980 | font-weight: normal; |
| 981 | border-radius: 0; |
| 982 | } |
| 983 | |
| 984 | .embedpress-modal .btn-link, .embedpress-modal .btn-link:active, .embedpress-modal .btn-link.active, .embedpress-modal .btn-link[disabled], |
| 985 | fieldset[disabled] .embedpress-modal .btn-link { |
| 986 | background-color: transparent; |
| 987 | box-shadow: none; |
| 988 | } |
| 989 | |
| 990 | .embedpress-modal .btn-link, .embedpress-modal .btn-link:hover, .embedpress-modal .btn-link:focus, .embedpress-modal .btn-link:active { |
| 991 | border-color: transparent; |
| 992 | } |
| 993 | |
| 994 | .embedpress-modal .btn-link:hover, .embedpress-modal .btn-link:focus { |
| 995 | color: #23527c; |
| 996 | text-decoration: underline; |
| 997 | background-color: transparent; |
| 998 | } |
| 999 | |
| 1000 | .embedpress-modal .btn-link[disabled]:hover, .embedpress-modal .btn-link[disabled]:focus, |
| 1001 | fieldset[disabled] .embedpress-modal .btn-link:hover, |
| 1002 | fieldset[disabled] .embedpress-modal .btn-link:focus { |
| 1003 | color: #777777; |
| 1004 | text-decoration: none; |
| 1005 | } |
| 1006 | |
| 1007 | .embedpress-modal .btn-lg, .embedpress-modal .btn-group-lg > .btn { |
| 1008 | padding: 10px 16px; |
| 1009 | font-size: 18px; |
| 1010 | line-height: 1.33333; |
| 1011 | border-radius: 6px; |
| 1012 | } |
| 1013 | |
| 1014 | .embedpress-modal .btn-sm, .embedpress-modal .btn-group-sm > .btn { |
| 1015 | padding: 5px 10px; |
| 1016 | font-size: 12px; |
| 1017 | line-height: 1.5; |
| 1018 | border-radius: 3px; |
| 1019 | } |
| 1020 | |
| 1021 | .embedpress-modal .btn-xs, .embedpress-modal .btn-group-xs > .btn { |
| 1022 | padding: 1px 5px; |
| 1023 | font-size: 12px; |
| 1024 | line-height: 1.5; |
| 1025 | border-radius: 3px; |
| 1026 | } |
| 1027 | |
| 1028 | .embedpress-modal .btn-block { |
| 1029 | display: block; |
| 1030 | width: 100%; |
| 1031 | } |
| 1032 | |
| 1033 | .embedpress-modal .btn-block + .btn-block { |
| 1034 | margin-top: 5px; |
| 1035 | } |
| 1036 | |
| 1037 | .embedpress-modal input[type="submit"].btn-block, |
| 1038 | .embedpress-modal input[type="reset"].btn-block, |
| 1039 | .embedpress-modal input[type="button"].btn-block { |
| 1040 | width: 100%; |
| 1041 | } |
| 1042 | |
| 1043 | .embedpress-modal .btn-group, |
| 1044 | .embedpress-modal .btn-group-vertical { |
| 1045 | position: relative; |
| 1046 | display: inline-block; |
| 1047 | vertical-align: middle; |
| 1048 | } |
| 1049 | |
| 1050 | .embedpress-modal .btn-group > .btn, |
| 1051 | .embedpress-modal .btn-group-vertical > .btn { |
| 1052 | position: relative; |
| 1053 | float: left; |
| 1054 | } |
| 1055 | |
| 1056 | .embedpress-modal .btn-group > .btn:hover, .embedpress-modal .btn-group > .btn:focus, .embedpress-modal .btn-group > .btn:active, .embedpress-modal .btn-group > .btn.active, |
| 1057 | .embedpress-modal .btn-group-vertical > .btn:hover, |
| 1058 | .embedpress-modal .btn-group-vertical > .btn:focus, |
| 1059 | .embedpress-modal .btn-group-vertical > .btn:active, |
| 1060 | .embedpress-modal .btn-group-vertical > .btn.active { |
| 1061 | z-index: 2; |
| 1062 | } |
| 1063 | |
| 1064 | .embedpress-modal .btn-group .btn + .btn, |
| 1065 | .embedpress-modal .btn-group .btn + .btn-group, |
| 1066 | .embedpress-modal .btn-group .btn-group + .btn, |
| 1067 | .embedpress-modal .btn-group .btn-group + .btn-group { |
| 1068 | margin-left: -1px; |
| 1069 | } |
| 1070 | |
| 1071 | .embedpress-modal .btn-toolbar { |
| 1072 | margin-left: -5px; |
| 1073 | } |
| 1074 | |
| 1075 | .embedpress-modal .btn-toolbar:before, .embedpress-modal .btn-toolbar:after { |
| 1076 | content: " "; |
| 1077 | display: table; |
| 1078 | } |
| 1079 | |
| 1080 | .embedpress-modal .btn-toolbar:after { |
| 1081 | clear: both; |
| 1082 | } |
| 1083 | |
| 1084 | .embedpress-modal .btn-toolbar .btn, |
| 1085 | .embedpress-modal .btn-toolbar .btn-group, |
| 1086 | .embedpress-modal .btn-toolbar .input-group { |
| 1087 | float: left; |
| 1088 | } |
| 1089 | |
| 1090 | .embedpress-modal .btn-toolbar > .btn, |
| 1091 | .embedpress-modal .btn-toolbar > .btn-group, |
| 1092 | .embedpress-modal .btn-toolbar > .input-group { |
| 1093 | margin-left: 5px; |
| 1094 | } |
| 1095 | |
| 1096 | .embedpress-modal .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { |
| 1097 | border-radius: 0; |
| 1098 | } |
| 1099 | |
| 1100 | .embedpress-modal .btn-group > .btn:first-child { |
| 1101 | margin-left: 0; |
| 1102 | } |
| 1103 | |
| 1104 | .embedpress-modal .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { |
| 1105 | border-bottom-right-radius: 0; |
| 1106 | border-top-right-radius: 0; |
| 1107 | } |
| 1108 | |
| 1109 | .embedpress-modal .btn-group > .btn:last-child:not(:first-child), |
| 1110 | .embedpress-modal .btn-group > .dropdown-toggle:not(:first-child) { |
| 1111 | border-bottom-left-radius: 0; |
| 1112 | border-top-left-radius: 0; |
| 1113 | } |
| 1114 | |
| 1115 | .embedpress-modal .btn-group > .btn-group { |
| 1116 | float: left; |
| 1117 | } |
| 1118 | |
| 1119 | .embedpress-modal .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { |
| 1120 | border-radius: 0; |
| 1121 | } |
| 1122 | |
| 1123 | .embedpress-modal .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, |
| 1124 | .embedpress-modal .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { |
| 1125 | border-bottom-right-radius: 0; |
| 1126 | border-top-right-radius: 0; |
| 1127 | } |
| 1128 | |
| 1129 | .embedpress-modal .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { |
| 1130 | border-bottom-left-radius: 0; |
| 1131 | border-top-left-radius: 0; |
| 1132 | } |
| 1133 | |
| 1134 | .embedpress-modal .btn-group .dropdown-toggle:active, |
| 1135 | .embedpress-modal .btn-group.open .dropdown-toggle { |
| 1136 | outline: 0; |
| 1137 | } |
| 1138 | |
| 1139 | .embedpress-modal .btn-group > .btn + .dropdown-toggle { |
| 1140 | padding-left: 8px; |
| 1141 | padding-right: 8px; |
| 1142 | } |
| 1143 | |
| 1144 | .embedpress-modal .btn-group > .btn-lg + .dropdown-toggle, .embedpress-modal .btn-group-lg.btn-group > .btn + .dropdown-toggle { |
| 1145 | padding-left: 12px; |
| 1146 | padding-right: 12px; |
| 1147 | } |
| 1148 | |
| 1149 | .embedpress-modal .btn-group.open .dropdown-toggle { |
| 1150 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
| 1151 | } |
| 1152 | |
| 1153 | .embedpress-modal .btn-group.open .dropdown-toggle.btn-link { |
| 1154 | box-shadow: none; |
| 1155 | } |
| 1156 | |
| 1157 | .embedpress-modal .btn .caret { |
| 1158 | margin-left: 0; |
| 1159 | } |
| 1160 | |
| 1161 | .embedpress-modal .btn-lg .caret, .embedpress-modal .btn-group-lg > .btn .caret { |
| 1162 | border-width: 5px 5px 0; |
| 1163 | border-bottom-width: 0; |
| 1164 | } |
| 1165 | |
| 1166 | .embedpress-modal .dropup .btn-lg .caret, .embedpress-modal .dropup .btn-group-lg > .btn .caret { |
| 1167 | border-width: 0 5px 5px; |
| 1168 | } |
| 1169 | |
| 1170 | .embedpress-modal .btn-group-vertical > .btn, |
| 1171 | .embedpress-modal .btn-group-vertical > .btn-group, |
| 1172 | .embedpress-modal .btn-group-vertical > .btn-group > .btn { |
| 1173 | display: block; |
| 1174 | float: none; |
| 1175 | width: 100%; |
| 1176 | max-width: 100%; |
| 1177 | } |
| 1178 | |
| 1179 | .embedpress-modal .btn-group-vertical > .btn-group:before, .embedpress-modal .btn-group-vertical > .btn-group:after { |
| 1180 | content: " "; |
| 1181 | display: table; |
| 1182 | } |
| 1183 | |
| 1184 | .embedpress-modal .btn-group-vertical > .btn-group:after { |
| 1185 | clear: both; |
| 1186 | } |
| 1187 | |
| 1188 | .embedpress-modal .btn-group-vertical > .btn-group > .btn { |
| 1189 | float: none; |
| 1190 | } |
| 1191 | |
| 1192 | .embedpress-modal .btn-group-vertical > .btn + .btn, |
| 1193 | .embedpress-modal .btn-group-vertical > .btn + .btn-group, |
| 1194 | .embedpress-modal .btn-group-vertical > .btn-group + .btn, |
| 1195 | .embedpress-modal .btn-group-vertical > .btn-group + .btn-group { |
| 1196 | margin-top: -1px; |
| 1197 | margin-left: 0; |
| 1198 | } |
| 1199 | |
| 1200 | .embedpress-modal .btn-group-vertical > .btn:not(:first-child):not(:last-child) { |
| 1201 | border-radius: 0; |
| 1202 | } |
| 1203 | |
| 1204 | .embedpress-modal .btn-group-vertical > .btn:first-child:not(:last-child) { |
| 1205 | border-top-right-radius: 4px; |
| 1206 | border-top-left-radius: 4px; |
| 1207 | border-bottom-right-radius: 0; |
| 1208 | border-bottom-left-radius: 0; |
| 1209 | } |
| 1210 | |
| 1211 | .embedpress-modal .btn-group-vertical > .btn:last-child:not(:first-child) { |
| 1212 | border-top-right-radius: 0; |
| 1213 | border-top-left-radius: 0; |
| 1214 | border-bottom-right-radius: 4px; |
| 1215 | border-bottom-left-radius: 4px; |
| 1216 | } |
| 1217 | |
| 1218 | .embedpress-modal .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { |
| 1219 | border-radius: 0; |
| 1220 | } |
| 1221 | |
| 1222 | .embedpress-modal .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, |
| 1223 | .embedpress-modal .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { |
| 1224 | border-bottom-right-radius: 0; |
| 1225 | border-bottom-left-radius: 0; |
| 1226 | } |
| 1227 | |
| 1228 | .embedpress-modal .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { |
| 1229 | border-top-right-radius: 0; |
| 1230 | border-top-left-radius: 0; |
| 1231 | } |
| 1232 | |
| 1233 | .embedpress-modal .btn-group-justified { |
| 1234 | display: table; |
| 1235 | width: 100%; |
| 1236 | table-layout: fixed; |
| 1237 | border-collapse: separate; |
| 1238 | } |
| 1239 | |
| 1240 | .embedpress-modal .btn-group-justified > .btn, |
| 1241 | .embedpress-modal .btn-group-justified > .btn-group { |
| 1242 | float: none; |
| 1243 | display: table-cell; |
| 1244 | width: 1%; |
| 1245 | } |
| 1246 | |
| 1247 | .embedpress-modal .btn-group-justified > .btn-group .btn { |
| 1248 | width: 100%; |
| 1249 | } |
| 1250 | |
| 1251 | .embedpress-modal .btn-group-justified > .btn-group .dropdown-menu { |
| 1252 | left: auto; |
| 1253 | } |
| 1254 | |
| 1255 | .embedpress-modal [data-toggle="buttons"] > .btn input[type="radio"], |
| 1256 | .embedpress-modal [data-toggle="buttons"] > .btn input[type="checkbox"], |
| 1257 | .embedpress-modal [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], |
| 1258 | .embedpress-modal [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { |
| 1259 | position: absolute; |
| 1260 | clip: rect(0, 0, 0, 0); |
| 1261 | pointer-events: none; |
| 1262 | } |
| 1263 | |
| 1264 | .embedpress-modal .input-group { |
| 1265 | position: relative; |
| 1266 | display: table; |
| 1267 | border-collapse: separate; |
| 1268 | } |
| 1269 | |
| 1270 | .embedpress-modal .input-group[class*="col-"] { |
| 1271 | float: none; |
| 1272 | padding-left: 0; |
| 1273 | padding-right: 0; |
| 1274 | } |
| 1275 | |
| 1276 | .embedpress-modal .input-group .form-control { |
| 1277 | position: relative; |
| 1278 | z-index: 2; |
| 1279 | float: left; |
| 1280 | width: 100%; |
| 1281 | margin-bottom: 0; |
| 1282 | } |
| 1283 | |
| 1284 | .embedpress-modal .input-group .form-control:focus { |
| 1285 | z-index: 3; |
| 1286 | } |
| 1287 | |
| 1288 | .embedpress-modal .input-group-addon, |
| 1289 | .embedpress-modal .input-group-btn, |
| 1290 | .embedpress-modal .input-group .form-control { |
| 1291 | display: table-cell; |
| 1292 | } |
| 1293 | |
| 1294 | .embedpress-modal .input-group-addon:not(:first-child):not(:last-child), |
| 1295 | .embedpress-modal .input-group-btn:not(:first-child):not(:last-child), |
| 1296 | .embedpress-modal .input-group .form-control:not(:first-child):not(:last-child) { |
| 1297 | border-radius: 0; |
| 1298 | } |
| 1299 | |
| 1300 | .embedpress-modal .input-group-addon, |
| 1301 | .embedpress-modal .input-group-btn { |
| 1302 | width: 1%; |
| 1303 | white-space: nowrap; |
| 1304 | vertical-align: middle; |
| 1305 | } |
| 1306 | |
| 1307 | .embedpress-modal .input-group-addon { |
| 1308 | padding: 6px 12px; |
| 1309 | font-size: 14px; |
| 1310 | font-weight: normal; |
| 1311 | line-height: 1; |
| 1312 | color: #555555; |
| 1313 | text-align: center; |
| 1314 | background-color: #eeeeee; |
| 1315 | border: 1px solid #ccc; |
| 1316 | border-radius: 4px; |
| 1317 | } |
| 1318 | |
| 1319 | .embedpress-modal .input-group-addon.input-sm, .embedpress-modal .input-group-sm > .input-group-addon, .embedpress-modal .input-group-sm > .input-group-btn > .input-group-addon.btn { |
| 1320 | padding: 5px 10px; |
| 1321 | font-size: 12px; |
| 1322 | border-radius: 3px; |
| 1323 | } |
| 1324 | |
| 1325 | .embedpress-modal .input-group-addon.input-lg, .embedpress-modal .input-group-lg > .input-group-addon, .embedpress-modal .input-group-lg > .input-group-btn > .input-group-addon.btn { |
| 1326 | padding: 10px 16px; |
| 1327 | font-size: 18px; |
| 1328 | border-radius: 6px; |
| 1329 | } |
| 1330 | |
| 1331 | .embedpress-modal .input-group-addon input[type="radio"], |
| 1332 | .embedpress-modal .input-group-addon input[type="checkbox"] { |
| 1333 | margin-top: 0; |
| 1334 | } |
| 1335 | |
| 1336 | .embedpress-modal .input-group .form-control:first-child, |
| 1337 | .embedpress-modal .input-group-addon:first-child, |
| 1338 | .embedpress-modal .input-group-btn:first-child > .btn, |
| 1339 | .embedpress-modal .input-group-btn:first-child > .btn-group > .btn, |
| 1340 | .embedpress-modal .input-group-btn:first-child > .dropdown-toggle, |
| 1341 | .embedpress-modal .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), |
| 1342 | .embedpress-modal .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { |
| 1343 | border-bottom-right-radius: 0; |
| 1344 | border-top-right-radius: 0; |
| 1345 | } |
| 1346 | |
| 1347 | .embedpress-modal .input-group-addon:first-child { |
| 1348 | border-right: 0; |
| 1349 | } |
| 1350 | |
| 1351 | .embedpress-modal .input-group .form-control:last-child, |
| 1352 | .embedpress-modal .input-group-addon:last-child, |
| 1353 | .embedpress-modal .input-group-btn:last-child > .btn, |
| 1354 | .embedpress-modal .input-group-btn:last-child > .btn-group > .btn, |
| 1355 | .embedpress-modal .input-group-btn:last-child > .dropdown-toggle, |
| 1356 | .embedpress-modal .input-group-btn:first-child > .btn:not(:first-child), |
| 1357 | .embedpress-modal .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { |
| 1358 | border-bottom-left-radius: 0; |
| 1359 | border-top-left-radius: 0; |
| 1360 | } |
| 1361 | |
| 1362 | .embedpress-modal .input-group-addon:last-child { |
| 1363 | border-left: 0; |
| 1364 | } |
| 1365 | |
| 1366 | .embedpress-modal .input-group-btn { |
| 1367 | position: relative; |
| 1368 | font-size: 0; |
| 1369 | white-space: nowrap; |
| 1370 | } |
| 1371 | |
| 1372 | .embedpress-modal .input-group-btn > .btn { |
| 1373 | position: relative; |
| 1374 | } |
| 1375 | |
| 1376 | .embedpress-modal .input-group-btn > .btn + .btn { |
| 1377 | margin-left: -1px; |
| 1378 | } |
| 1379 | |
| 1380 | .embedpress-modal .input-group-btn > .btn:hover, .embedpress-modal .input-group-btn > .btn:focus, .embedpress-modal .input-group-btn > .btn:active { |
| 1381 | z-index: 2; |
| 1382 | } |
| 1383 | |
| 1384 | .embedpress-modal .input-group-btn:first-child > .btn, |
| 1385 | .embedpress-modal .input-group-btn:first-child > .btn-group { |
| 1386 | margin-right: -1px; |
| 1387 | } |
| 1388 | |
| 1389 | .embedpress-modal .input-group-btn:last-child > .btn, |
| 1390 | .embedpress-modal .input-group-btn:last-child > .btn-group { |
| 1391 | z-index: 2; |
| 1392 | margin-left: -1px; |
| 1393 | } |
| 1394 | |
| 1395 | .embedpress-modal .close { |
| 1396 | float: right; |
| 1397 | font-size: 21px; |
| 1398 | font-weight: bold; |
| 1399 | line-height: 1; |
| 1400 | color: #000; |
| 1401 | text-shadow: 0 1px 0 #fff; |
| 1402 | opacity: 0.2; |
| 1403 | filter: alpha(opacity=20); |
| 1404 | } |
| 1405 | |
| 1406 | .embedpress-modal .close:hover, .embedpress-modal .close:focus { |
| 1407 | color: #000; |
| 1408 | text-decoration: none; |
| 1409 | cursor: pointer; |
| 1410 | opacity: 0.5; |
| 1411 | filter: alpha(opacity=50); |
| 1412 | } |
| 1413 | |
| 1414 | .embedpress-modal button.close { |
| 1415 | padding: 0; |
| 1416 | cursor: pointer; |
| 1417 | background: transparent; |
| 1418 | border: 0; |
| 1419 | -webkit-appearance: none; |
| 1420 | } |
| 1421 | |
| 1422 | .modal-open { |
| 1423 | overflow: hidden; |
| 1424 | } |
| 1425 | |
| 1426 | .modal { |
| 1427 | display: none; |
| 1428 | overflow: hidden; |
| 1429 | position: fixed; |
| 1430 | top: 0; |
| 1431 | right: 0; |
| 1432 | bottom: 0; |
| 1433 | left: 0; |
| 1434 | z-index: 100010; |
| 1435 | -webkit-overflow-scrolling: touch; |
| 1436 | outline: 0; |
| 1437 | } |
| 1438 | |
| 1439 | .modal.fade .modal-dialog { |
| 1440 | transform: translate(0, -25%); |
| 1441 | transition: transform 0.3s ease-out; |
| 1442 | } |
| 1443 | |
| 1444 | .modal.in .modal-dialog { |
| 1445 | transform: translate(0, 0); |
| 1446 | } |
| 1447 | |
| 1448 | .modal-open .modal { |
| 1449 | overflow-x: hidden; |
| 1450 | overflow-y: auto; |
| 1451 | } |
| 1452 | |
| 1453 | .modal-dialog { |
| 1454 | position: relative; |
| 1455 | width: auto; |
| 1456 | margin: 10px; |
| 1457 | } |
| 1458 | |
| 1459 | .modal-content { |
| 1460 | position: relative; |
| 1461 | background-color: #fff; |
| 1462 | border: 1px solid #999; |
| 1463 | border: 1px solid rgba(0, 0, 0, 0.2); |
| 1464 | border-radius: 6px; |
| 1465 | box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); |
| 1466 | background-clip: padding-box; |
| 1467 | outline: 0; |
| 1468 | } |
| 1469 | |
| 1470 | .modal-backdrop { |
| 1471 | position: fixed; |
| 1472 | top: 0; |
| 1473 | right: 0; |
| 1474 | bottom: 0; |
| 1475 | left: 0; |
| 1476 | z-index: 100001; |
| 1477 | background-color: #000; |
| 1478 | } |
| 1479 | |
| 1480 | .modal-backdrop.fade { |
| 1481 | opacity: 0; |
| 1482 | filter: alpha(opacity=0); |
| 1483 | } |
| 1484 | |
| 1485 | .modal-backdrop.in { |
| 1486 | opacity: 0.5; |
| 1487 | filter: alpha(opacity=50); |
| 1488 | } |
| 1489 | |
| 1490 | .modal-header { |
| 1491 | padding: 15px; |
| 1492 | border-bottom: 1px solid #e5e5e5; |
| 1493 | } |
| 1494 | |
| 1495 | .modal-header:before, .modal-header:after { |
| 1496 | content: " "; |
| 1497 | display: table; |
| 1498 | } |
| 1499 | |
| 1500 | .modal-header:after { |
| 1501 | clear: both; |
| 1502 | } |
| 1503 | |
| 1504 | .modal-header .close { |
| 1505 | margin-top: -2px; |
| 1506 | } |
| 1507 | |
| 1508 | .modal-title { |
| 1509 | margin: 0; |
| 1510 | line-height: 1.42857; |
| 1511 | } |
| 1512 | |
| 1513 | .modal-body { |
| 1514 | position: relative; |
| 1515 | padding: 15px; |
| 1516 | } |
| 1517 | |
| 1518 | .modal-footer { |
| 1519 | padding: 15px; |
| 1520 | text-align: right; |
| 1521 | border-top: 1px solid #e5e5e5; |
| 1522 | } |
| 1523 | |
| 1524 | .modal-footer:before, .modal-footer:after { |
| 1525 | content: " "; |
| 1526 | display: table; |
| 1527 | } |
| 1528 | |
| 1529 | .modal-footer:after { |
| 1530 | clear: both; |
| 1531 | } |
| 1532 | |
| 1533 | .modal-footer .btn + .btn { |
| 1534 | margin-left: 5px; |
| 1535 | margin-bottom: 0; |
| 1536 | } |
| 1537 | |
| 1538 | .modal-footer .btn-group .btn + .btn { |
| 1539 | margin-left: -1px; |
| 1540 | } |
| 1541 | |
| 1542 | .modal-footer .btn-block + .btn-block { |
| 1543 | margin-left: 0; |
| 1544 | } |
| 1545 | |
| 1546 | .modal-scrollbar-measure { |
| 1547 | position: absolute; |
| 1548 | top: -9999px; |
| 1549 | width: 50px; |
| 1550 | height: 50px; |
| 1551 | overflow: scroll; |
| 1552 | } |
| 1553 | |
| 1554 | @media (min-width: 768px) { |
| 1555 | .modal-dialog { |
| 1556 | width: 600px; |
| 1557 | margin: 30px auto; |
| 1558 | } |
| 1559 | |
| 1560 | .modal-content { |
| 1561 | box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
| 1562 | } |
| 1563 | |
| 1564 | .modal-sm { |
| 1565 | width: 300px; |
| 1566 | } |
| 1567 | } |
| 1568 | |
| 1569 | @media (min-width: 992px) { |
| 1570 | .modal-lg { |
| 1571 | width: 900px; |
| 1572 | } |
| 1573 | } |
| 1574 | |
| 1575 | @-ms-viewport { |
| 1576 | width: device-width; |
| 1577 | } |
| 1578 | |
| 1579 | .visible-xs { |
| 1580 | display: none !important; |
| 1581 | } |
| 1582 | |
| 1583 | .visible-sm { |
| 1584 | display: none !important; |
| 1585 | } |
| 1586 | |
| 1587 | .visible-md { |
| 1588 | display: none !important; |
| 1589 | } |
| 1590 | |
| 1591 | .visible-lg { |
| 1592 | display: none !important; |
| 1593 | } |
| 1594 | |
| 1595 | .visible-xs-block, |
| 1596 | .visible-xs-inline, |
| 1597 | .visible-xs-inline-block, |
| 1598 | .visible-sm-block, |
| 1599 | .visible-sm-inline, |
| 1600 | .visible-sm-inline-block, |
| 1601 | .visible-md-block, |
| 1602 | .visible-md-inline, |
| 1603 | .visible-md-inline-block, |
| 1604 | .visible-lg-block, |
| 1605 | .visible-lg-inline, |
| 1606 | .visible-lg-inline-block { |
| 1607 | display: none !important; |
| 1608 | } |
| 1609 | |
| 1610 | @media (max-width: 767px) { |
| 1611 | .visible-xs { |
| 1612 | display: block !important; |
| 1613 | } |
| 1614 | |
| 1615 | table.visible-xs { |
| 1616 | display: table !important; |
| 1617 | } |
| 1618 | |
| 1619 | tr.visible-xs { |
| 1620 | display: table-row !important; |
| 1621 | } |
| 1622 | |
| 1623 | th.visible-xs, |
| 1624 | td.visible-xs { |
| 1625 | display: table-cell !important; |
| 1626 | } |
| 1627 | } |
| 1628 | |
| 1629 | @media (max-width: 767px) { |
| 1630 | .visible-xs-block { |
| 1631 | display: block !important; |
| 1632 | } |
| 1633 | } |
| 1634 | |
| 1635 | @media (max-width: 767px) { |
| 1636 | .visible-xs-inline { |
| 1637 | display: inline !important; |
| 1638 | } |
| 1639 | } |
| 1640 | |
| 1641 | @media (max-width: 767px) { |
| 1642 | .visible-xs-inline-block { |
| 1643 | display: inline-block !important; |
| 1644 | } |
| 1645 | } |
| 1646 | |
| 1647 | @media (min-width: 768px) and (max-width: 991px) { |
| 1648 | .visible-sm { |
| 1649 | display: block !important; |
| 1650 | } |
| 1651 | |
| 1652 | table.visible-sm { |
| 1653 | display: table !important; |
| 1654 | } |
| 1655 | |
| 1656 | tr.visible-sm { |
| 1657 | display: table-row !important; |
| 1658 | } |
| 1659 | |
| 1660 | th.visible-sm, |
| 1661 | td.visible-sm { |
| 1662 | display: table-cell !important; |
| 1663 | } |
| 1664 | } |
| 1665 | |
| 1666 | @media (min-width: 768px) and (max-width: 991px) { |
| 1667 | .visible-sm-block { |
| 1668 | display: block !important; |
| 1669 | } |
| 1670 | } |
| 1671 | |
| 1672 | @media (min-width: 768px) and (max-width: 991px) { |
| 1673 | .visible-sm-inline { |
| 1674 | display: inline !important; |
| 1675 | } |
| 1676 | } |
| 1677 | |
| 1678 | @media (min-width: 768px) and (max-width: 991px) { |
| 1679 | .visible-sm-inline-block { |
| 1680 | display: inline-block !important; |
| 1681 | } |
| 1682 | } |
| 1683 | |
| 1684 | @media (min-width: 992px) and (max-width: 1199px) { |
| 1685 | .visible-md { |
| 1686 | display: block !important; |
| 1687 | } |
| 1688 | |
| 1689 | table.visible-md { |
| 1690 | display: table !important; |
| 1691 | } |
| 1692 | |
| 1693 | tr.visible-md { |
| 1694 | display: table-row !important; |
| 1695 | } |
| 1696 | |
| 1697 | th.visible-md, |
| 1698 | td.visible-md { |
| 1699 | display: table-cell !important; |
| 1700 | } |
| 1701 | } |
| 1702 | |
| 1703 | @media (min-width: 992px) and (max-width: 1199px) { |
| 1704 | .visible-md-block { |
| 1705 | display: block !important; |
| 1706 | } |
| 1707 | } |
| 1708 | |
| 1709 | @media (min-width: 992px) and (max-width: 1199px) { |
| 1710 | .visible-md-inline { |
| 1711 | display: inline !important; |
| 1712 | } |
| 1713 | } |
| 1714 | |
| 1715 | @media (min-width: 992px) and (max-width: 1199px) { |
| 1716 | .visible-md-inline-block { |
| 1717 | display: inline-block !important; |
| 1718 | } |
| 1719 | } |
| 1720 | |
| 1721 | @media (min-width: 1200px) { |
| 1722 | .visible-lg { |
| 1723 | display: block !important; |
| 1724 | } |
| 1725 | |
| 1726 | table.visible-lg { |
| 1727 | display: table !important; |
| 1728 | } |
| 1729 | |
| 1730 | tr.visible-lg { |
| 1731 | display: table-row !important; |
| 1732 | } |
| 1733 | |
| 1734 | th.visible-lg, |
| 1735 | td.visible-lg { |
| 1736 | display: table-cell !important; |
| 1737 | } |
| 1738 | } |
| 1739 | |
| 1740 | @media (min-width: 1200px) { |
| 1741 | .visible-lg-block { |
| 1742 | display: block !important; |
| 1743 | } |
| 1744 | } |
| 1745 | |
| 1746 | @media (min-width: 1200px) { |
| 1747 | .visible-lg-inline { |
| 1748 | display: inline !important; |
| 1749 | } |
| 1750 | } |
| 1751 | |
| 1752 | @media (min-width: 1200px) { |
| 1753 | .visible-lg-inline-block { |
| 1754 | display: inline-block !important; |
| 1755 | } |
| 1756 | } |
| 1757 | |
| 1758 | @media (max-width: 767px) { |
| 1759 | .hidden-xs { |
| 1760 | display: none !important; |
| 1761 | } |
| 1762 | } |
| 1763 | |
| 1764 | @media (min-width: 768px) and (max-width: 991px) { |
| 1765 | .hidden-sm { |
| 1766 | display: none !important; |
| 1767 | } |
| 1768 | } |
| 1769 | |
| 1770 | @media (min-width: 992px) and (max-width: 1199px) { |
| 1771 | .hidden-md { |
| 1772 | display: none !important; |
| 1773 | } |
| 1774 | } |
| 1775 | |
| 1776 | @media (min-width: 1200px) { |
| 1777 | .hidden-lg { |
| 1778 | display: none !important; |
| 1779 | } |
| 1780 | } |
| 1781 | |
| 1782 | .visible-print { |
| 1783 | display: none !important; |
| 1784 | } |
| 1785 | |
| 1786 | @media print { |
| 1787 | .visible-print { |
| 1788 | display: block !important; |
| 1789 | } |
| 1790 | |
| 1791 | table.visible-print { |
| 1792 | display: table !important; |
| 1793 | } |
| 1794 | |
| 1795 | tr.visible-print { |
| 1796 | display: table-row !important; |
| 1797 | } |
| 1798 | |
| 1799 | th.visible-print, |
| 1800 | td.visible-print { |
| 1801 | display: table-cell !important; |
| 1802 | } |
| 1803 | } |
| 1804 | |
| 1805 | .visible-print-block { |
| 1806 | display: none !important; |
| 1807 | } |
| 1808 | |
| 1809 | @media print { |
| 1810 | .visible-print-block { |
| 1811 | display: block !important; |
| 1812 | } |
| 1813 | } |
| 1814 | |
| 1815 | .visible-print-inline { |
| 1816 | display: none !important; |
| 1817 | } |
| 1818 | |
| 1819 | @media print { |
| 1820 | .visible-print-inline { |
| 1821 | display: inline !important; |
| 1822 | } |
| 1823 | } |
| 1824 | |
| 1825 | .visible-print-inline-block { |
| 1826 | display: none !important; |
| 1827 | } |
| 1828 | |
| 1829 | @media print { |
| 1830 | .visible-print-inline-block { |
| 1831 | display: inline-block !important; |
| 1832 | } |
| 1833 | } |
| 1834 | |
| 1835 | @media print { |
| 1836 | .hidden-print { |
| 1837 | display: none !important; |
| 1838 | } |
| 1839 | } |
| 1840 |