admin-notices.css 39.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541
#installer_repo_toolset .otgs-installer-notice,
#installer_repo_wpml .otgs-installer-notice {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none; }
  #installer_repo_toolset .otgs-installer-notice-info h2,
  #installer_repo_wpml .otgs-installer-notice-info h2 {
    margin-bottom: 0; }

li#wp-admin-bar-otgs-wpml-development, li#wp-admin-bar-otgs-wpml-development:hover, li#wp-admin-bar-otgs-wpml-development:hover .ab-item {
  background-color: #C9471F !important; }

.otgs-installer-notice, .notice.otgs-installer-notice {
  position: relative;
  margin: 15px 0 40px;
  padding: 35px 30px 30px 80px;
  border-top: 1px solid #ccd0d4;
  border-right: 1px solid #ccd0d4;
  border-bottom: 1px solid #ccd0d4;
  border-left: 4px solid #f15d30;
  background: #fff url(../img/icon-warning.svg) no-repeat 25px 28px;
  background-size: 32px; }
  .otgs-installer-notice a,
  .notice.otgs-installer-notice a {
    cursor: pointer; }
  .otgs-installer-notice.otgs-installer-notice-info,
  .notice.otgs-installer-notice.otgs-installer-notice-info {
    background-image: url(../img/icon-info.svg);
    background-position-y: 50%; }
    @media (max-width: 768px) {
      .otgs-installer-notice.otgs-installer-notice-info,
      .notice.otgs-installer-notice.otgs-installer-notice-info {
        background-image: none !important; } }
  .otgs-installer-notice.otgs-installer-notice-confirm,
  .notice.otgs-installer-notice.otgs-installer-notice-confirm {
    background-image: url(../img/icon-confirm.svg);
    background-position-y: 50%; }
    .otgs-installer-notice.otgs-installer-notice-confirm .otgs-installer-notice-status-item-link-unregister,
    .notice.otgs-installer-notice.otgs-installer-notice-confirm .otgs-installer-notice-status-item-link-unregister {
      float: right; }
    @media (max-width: 768px) {
      .otgs-installer-notice.otgs-installer-notice-confirm,
      .notice.otgs-installer-notice.otgs-installer-notice-confirm {
        background-image: none !important; } }
  .otgsi_register_product_wrap .otgs-installer-notice,
  .otgsi_register_product_wrap .notice.otgs-installer-notice {
    background-color: #f1f1f1;
    box-shadow: none; }
    @media (max-width: 900px) {
      .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status,
      .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status {
        display: block !important; }
      .otgsi_register_product_wrap .otgs-installer-notice .otgs-installer-notice-status-item-link-unregister,
      .otgsi_register_product_wrap .notice.otgs-installer-notice .otgs-installer-notice-status-item-link-unregister {
        display: block;
        margin: 15px 0 0 !important;
        float: none; } }
  .otgs-installer-notice .otgs-installer-notice-content, .notice.otgs-installer-notice .otgs-installer-notice-content {
    color: #666; }
    .otgs-installer-notice .otgs-installer-notice-content h2, .notice.otgs-installer-notice .otgs-installer-notice-content h2 {
      color: #666;
      margin-top: 0; }
      .otgs-installer-notice .otgs-installer-notice-content h2 .otgs-installer-notice-link-register, .notice.otgs-installer-notice .otgs-installer-notice-content h2 .otgs-installer-notice-link-register {
        font-size: 14px;
        color: #f15d30;
        float: right;
        text-decoration: underline; }
        .otgs-installer-notice .otgs-installer-notice-content h2 .otgs-installer-notice-link-register:hover, .notice.otgs-installer-notice .otgs-installer-notice-content h2 .otgs-installer-notice-link-register:hover {
          text-decoration: none; }
  .otgs-installer-notice .otgs-installer-notice-status, .notice.otgs-installer-notice .otgs-installer-notice-status {
    display: flex;
    align-items: center;
    margin-top: 15px; }
    .otgs-installer-notice .otgs-installer-notice-status-item, .notice.otgs-installer-notice .otgs-installer-notice-status-item {
      margin-right: 20px !important; }
      .otgs-installer-notice .otgs-installer-notice-status-item-btn, .notice.otgs-installer-notice .otgs-installer-notice-status-item-btn {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        border-radius: 5px;
        padding: 9px 15px;
        background-color: #666; }
        .otgs-installer-notice .otgs-installer-notice-status-item-btn:hover, .notice.otgs-installer-notice .otgs-installer-notice-status-item-btn:hover {
          color: #fff;
          background-color: #333; }
        @media (max-width: 639px) {
          .otgs-installer-notice .otgs-installer-notice-status-item-btn, .notice.otgs-installer-notice .otgs-installer-notice-status-item-btn {
            margin-bottom: 15px; } }
      .otgs-installer-notice .otgs-installer-notice-status-item-link, .notice.otgs-installer-notice .otgs-installer-notice-status-item-link {
        position: relative;
        color: #f15d30;
        font-weight: 600; }
        .otgs-installer-notice .otgs-installer-notice-status-item-link-unregister, .notice.otgs-installer-notice .otgs-installer-notice-status-item-link-unregister {
          float: right;
          color: #aaa;
          text-decoration: underline; }
          .otgs-installer-notice .otgs-installer-notice-status-item-link-unregister:hover, .notice.otgs-installer-notice .otgs-installer-notice-status-item-link-unregister:hover {
            text-decoration: none; }
        .otgs-installer-notice .otgs-installer-notice-status-item-link-refresh:after, .notice.otgs-installer-notice .otgs-installer-notice-status-item-link-refresh:after {
          position: absolute;
          top: 2px;
          content: '';
          width: 15px;
          height: 16px;
          margin-left: 8px;
          background: url(../img/icon-refresh.png) no-repeat 0 0; }
        .otgs-installer-notice .otgs-installer-notice-status-item-link:hover, .notice.otgs-installer-notice .otgs-installer-notice-status-item-link:hover {
          color: #f15d30;
          opacity: 0.8; }
        @media (max-width: 639px) {
          .otgs-installer-notice .otgs-installer-notice-status-item-link, .notice.otgs-installer-notice .otgs-installer-notice-status-item-link {
            display: block; } }
      .otgs-installer-notice .otgs-installer-notice-status-item + span.spinner, .notice.otgs-installer-notice .otgs-installer-notice-status-item + span.spinner {
        margin: 0 15px 0 0; }
    @media (max-width: 639px) {
      .otgs-installer-notice .otgs-installer-notice-status, .notice.otgs-installer-notice .otgs-installer-notice-status {
        display: block; }
        .otgs-installer-notice .otgs-installer-notice-status p, .notice.otgs-installer-notice .otgs-installer-notice-status p {
          margin-bottom: 0; }
        .otgs-installer-notice .otgs-installer-notice-status a, .notice.otgs-installer-notice .otgs-installer-notice-status a {
          margin-left: 0; } }
  .otgs-installer-notice.otgs-installer-notice-wpml, .notice.otgs-installer-notice.otgs-installer-notice-wpml {
    background-image: url(../img/icon-wpml-warning.svg); }
    .otgs-installer-notice.otgs-installer-notice-wpml:before, .notice.otgs-installer-notice.otgs-installer-notice-wpml:before {
      content: '';
      position: absolute;
      left: -4px;
      top: 0;
      bottom: 0;
      width: 4px;
      background: linear-gradient(to bottom, #27ad95 0%, #2782ad 100%); }
    .otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-info, .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-info, .notice.otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-info, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-info {
      background-image: url(../img/icon-wpml-info.svg) !important; }
    .otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-confirm, .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-confirm, .notice.otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-confirm, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-confirm {
      background-image: url(../img/icon-wpml-confirm.svg); }
    .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status-item-link, .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status-item-link {
      color: #33879e; }
      .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status-item-link-refresh:after, .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status-item-link-refresh:after {
        background-image: url(../img/icon-wpml-refresh.png); }
    .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml {
      background-image: url(../img/icon-wpml-warning.svg); }
      .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml:before, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml:before {
        display: none; }
      .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-content h2, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-content h2 {
        margin-bottom: 5px; }
        .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-content h2 .otgs-installer-notice-link-register, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-content h2 .otgs-installer-notice-link-register {
          color: #33879e; }
      .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status {
        display: block; }
        .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status p, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status p {
          font-weight: 700;
          color: #666;
          margin: 20px 0 5px !important; }
        .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn {
          background-color: #ddd;
          color: #666; }
          .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn-refresh, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn-refresh {
            padding: 9px 40px 9px 15px;
            background: #ddd url(../img/icon-notice-refresh.png) no-repeat 94% 50%; }
            .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn-refresh strong, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn-refresh strong {
              display: inline-block;
              padding-right: 15px;
              border-right: 1px solid #ccc; }
            .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn-refresh:hover, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn-refresh:hover {
              background-image: url(../img/icon-white-refresh.png); }
          .otgsi_register_product_wrap .otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn:hover, .otgsi_register_product_wrap .notice.otgs-installer-notice.otgs-installer-notice-wpml .otgs-installer-notice-status .otgs-installer-notice-status-item-btn:hover {
            background-color: #666;
            color: #fff; }
    .otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-connection-issues .otgs-installer-notice-status a, .notice.otgs-installer-notice.otgs-installer-notice-wpml.otgs-installer-notice-connection-issues .otgs-installer-notice-status a {
      color: #33879e; }
    @media (max-width: 768px) {
      .otgs-installer-notice.otgs-installer-notice-wpml, .notice.otgs-installer-notice.otgs-installer-notice-wpml {
        background-image: none; } }
  .otgs-installer-notice.otgs-installer-notice-refund, .notice.otgs-installer-notice.otgs-installer-notice-refund {
    padding: 35px 30px 30px 115px;
    position: relative;
    display: flex;
    border: 0;
    background: #c9471f url(../img/icon-refund-info.png) no-repeat 25px 25px;
    color: #fff; }
    .otgs-installer-notice.otgs-installer-notice-refund:before, .notice.otgs-installer-notice.otgs-installer-notice-refund:before {
      display: none; }
    .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-content, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-content {
      color: #fff; }
      .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-content h2, .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-content p, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-content h2, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-content p {
        color: #fff; }
    .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-btn, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-btn {
      color: #c9471f;
      padding: 9px 40px 9px 15px;
      background: #fff url(../img/icon-refund-refresh.png) no-repeat 94% 50%; }
      .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-btn strong, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-btn strong {
        display: inline-block;
        padding-right: 15px;
        border-right: 1px solid #efc7bb; }
      .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-btn:hover, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-btn:hover {
        opacity: 0.8;
        color: #c9471f; }
    .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-link-unregister, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-link-unregister {
      color: #fff;
      opacity: 0.55;
      margin: 0 0 0 auto !important;
      text-decoration: underline; }
      .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-link-unregister:hover, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status-item-link-unregister:hover {
        text-decoration: none; }
    .otgs-installer-notice.otgs-installer-notice-refund .notice-dismiss:before, .notice.otgs-installer-notice.otgs-installer-notice-refund .notice-dismiss:before {
      color: #fff; }
    .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-link, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-link {
      color: #fff; }
    .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-btn, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-btn {
      background-image: none;
      padding-left: 30px;
      padding-right: 30px; }
    .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper {
      display: flex;
      align-items: center; }
      .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"], .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"] {
        line-height: 37px;
        height: 37px;
        border: 0;
        padding: 0 10px;
        background-color: rgba(255, 255, 255, 0.6);
        color: #fff !important;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        box-shadow: none; }
        .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"]::placeholder, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"]::placeholder {
          color: #fff;
          opacity: 1; }
        .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"] + a, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"] + a {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
    .otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-link-unregister, .notice.otgs-installer-notice.otgs-installer-notice-refund .otgs-installer-notice-status + .otgs-installer-notice-status .otgs-installer-notice-status-item-link-unregister {
      margin-top: 45px !important; }
    @media (max-width: 768px) {
      .otgs-installer-notice.otgs-installer-notice-refund, .notice.otgs-installer-notice.otgs-installer-notice-refund {
        padding: 25px;
        background-image: none; } }
  .otgs-installer-notice.otgs-installer-notice-expired, .notice.otgs-installer-notice.otgs-installer-notice-expired {
    padding: 35px 30px 20px 115px;
    position: relative;
    display: block;
    border: 0;
    background: #c9471f url(../img/icon-refund-info.png) no-repeat 25px 25px;
    color: #fff; }
    .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd {
      padding: 30px;
      background: linear-gradient(90deg, #ED793E 0%, #FF4642 100%);
      border-radius: 5px; }
      .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content {
        display: grid;
        grid-template-columns: auto 200px; }
        .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one {
          position: relative;
          margin: 0 30px 0 0;
          padding: 0 30px 0 0;
          border-right: 1px solid rgba(255, 255, 255, 0.3); }
          .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one h2, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one h2 {
            margin-bottom: .3em;
            padding: .2em 0;
            background: url(../img/icon-refund-info-notice.svg) no-repeat 0 50%;
            background-size: 20px;
            padding-left: 30px; }
          .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one .otgs-installer-notice-status-item-link-unregister, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one .otgs-installer-notice-status-item-link-unregister {
            position: absolute;
            bottom: 8px;
            right: 30px; }
            @media (max-width: 1100px) {
              .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one .otgs-installer-notice-status-item-link-unregister, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one .otgs-installer-notice-status-item-link-unregister {
                display: block;
                position: relative;
                float: none;
                margin: 15px 0 0 0 !important;
                bottom: auto;
                right: 0; } }
          @media (max-width: 1100px) {
            .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one .otgs-installer-notice-status, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one .otgs-installer-notice-status {
              display: block; } }
        .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__two, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__two {
          text-align: center;
          align-self: center; }
          .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__two h3, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__two h3 {
            font-size: 1em;
            color: #fff;
            margin: 0 0 1em; }
          .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__two a.update_site_key_js, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__two a.update_site_key_js {
            display: inline-block;
            font-weight: 500;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 5px;
            padding: 8px 15px 8px 35px;
            background: url(../img/icon-white-refresh.png) no-repeat 10px 45%; }
            .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__two a.update_site_key_js:hover, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__two a.update_site_key_js:hover {
              background-color: rgba(255, 255, 255, 0.3);
              border-color: rgba(255, 255, 255, 0.05); }
        @media (max-width: 800px) {
          .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content {
            display: block; }
            .otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one, .notice.otgs-installer-notice.otgs-installer-notice-expired.otgs-installer-notice-expired-gd .otgs-installer-notice-content__one {
              margin: 0 0 30px 0;
              padding: 0 0 10px 0;
              border: none;
              border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    .otgs-installer-notice.otgs-installer-notice-expired:before, .notice.otgs-installer-notice.otgs-installer-notice-expired:before {
      display: none; }
    .otgs-installer-notice.otgs-installer-notice-expired .spinner, .notice.otgs-installer-notice.otgs-installer-notice-expired .spinner {
      background-image: url(../img/spinner-white.gif); }
    .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content {
      color: #fff; }
      .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 {
        color: #fff; }
        .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 span.ico, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 span.ico {
          margin-right: 10px;
          animation: spin 2s infinite linear; }
        .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 .update_site_key_js, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 .update_site_key_js {
          display: inline-block;
          text-indent: -9999px;
          width: 20px;
          height: 20px;
          opacity: 0.8;
          background: url(../img/icon-white-refresh.png) no-repeat 50% 50%;
          margin-left: 10px; }
          .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 .update_site_key_js:hover, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 .update_site_key_js:hover {
            opacity: 1; }
        .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 + p, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 + p {
          color: #fff;
          opacity: 0.7; }
        .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 span.spinner, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-content h2 span.spinner {
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
    .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status {
      margin-top: 10px;
      color: #fff; }
      .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status p, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status p {
        color: #fff !important; }
      .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-btn, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-btn {
        color: #333 !important;
        background-color: #fff !important;
        padding: 9px 15px;
        min-width: 60px;
        text-align: center; }
        .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-btn strong, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-btn strong {
          display: inline-block;
          padding-right: 15px;
          border-right: 1px solid #efc7bb; }
        .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-btn:hover, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-btn:hover {
          opacity: 0.8;
          color: #c9471f; }
      .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-link, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-link {
        color: #fff;
        text-decoration: underline; }
      .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper {
        display: flex;
        align-items: center; }
        .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"], .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"] {
          line-height: 37px;
          height: 37px;
          border: 0;
          padding: 0 10px;
          background-color: rgba(255, 255, 255, 0.6);
          color: #fff !important;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          box-shadow: none; }
          .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"]::placeholder, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"]::placeholder {
            color: #fff;
            opacity: 1; }
          .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"] + a, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status .otgs-installer-notice-status-item-wrapper input[type="text"] + a {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
    .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status-item-link-unregister, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status-item-link-unregister {
      color: #fff;
      opacity: 0.55;
      margin: -15px 0 0 auto !important;
      text-decoration: underline; }
      .otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status-item-link-unregister:hover, .notice.otgs-installer-notice.otgs-installer-notice-expired .otgs-installer-notice-status-item-link-unregister:hover {
        text-decoration: none; }
    .otgs-installer-notice.otgs-installer-notice-expired .notice-dismiss:before, .notice.otgs-installer-notice.otgs-installer-notice-expired .notice-dismiss:before {
      color: #fff; }
    @media (max-width: 768px) {
      .otgs-installer-notice.otgs-installer-notice-expired, .notice.otgs-installer-notice.otgs-installer-notice-expired {
        padding: 25px;
        background-image: none; } }
  .otgs-installer-notice.otgs-installer-notice-registered, .notice.otgs-installer-notice.otgs-installer-notice-registered {
    padding: 30px 30px 30px 115px;
    margin-top: 0;
    position: relative;
    display: flex;
    border: 0;
    background-image: none; }
    .otgs-installer-notice.otgs-installer-notice-registered:before, .notice.otgs-installer-notice.otgs-installer-notice-registered:before {
      display: none; }
    .otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content, .notice.otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content {
      width: 100%; }
      .otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-btn, .notice.otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-btn {
        color: #c9471f;
        padding: 9px 40px 9px 15px;
        background: #ddd url(../img/icon-notice-refresh.png) no-repeat 94% 50%; }
        .otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-btn strong, .notice.otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-btn strong {
          display: inline-block;
          padding-right: 15px;
          border-right: 1px solid #efc7bb; }
        .otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-btn:hover, .notice.otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-btn:hover {
          opacity: 0.8;
          color: #c9471f; }
        @media (max-width: 1240px) {
          .otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-btn, .notice.otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-btn {
            margin-top: 15px; } }
      .otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-link-unregister, .notice.otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-link-unregister {
        opacity: 0.55;
        margin: 5px 0 0 auto !important;
        text-decoration: underline; }
        .otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-link-unregister:hover, .notice.otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-link-unregister:hover {
          text-decoration: none; }
        @media (max-width: 1240px) {
          .otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-link-unregister, .notice.otgs-installer-notice.otgs-installer-notice-registered .otgs-installer-notice-content .otgs-installer-notice-status-item-link-unregister {
            margin-top: 20px !important;
            float: right; } }
    @media (max-width: 768px) {
      .otgs-installer-notice.otgs-installer-notice-registered, .notice.otgs-installer-notice.otgs-installer-notice-registered {
        padding: 25px;
        background-image: none; } }
  .otgs-installer-notice.otgs-installer-notice-connection-issues .otgs-installer-notice-status, .notice.otgs-installer-notice.otgs-installer-notice-connection-issues .otgs-installer-notice-status {
    display: block; }
    .otgs-installer-notice.otgs-installer-notice-connection-issues .otgs-installer-notice-status p:first-child, .notice.otgs-installer-notice.otgs-installer-notice-connection-issues .otgs-installer-notice-status p:first-child {
      font-size: 14px;
      font-weight: 600;
      display: block;
      margin-bottom: 0 !important; }
    .otgs-installer-notice.otgs-installer-notice-connection-issues .otgs-installer-notice-status a, .notice.otgs-installer-notice.otgs-installer-notice-connection-issues .otgs-installer-notice-status a {
      font-weight: 600;
      color: #f15d30; }
      .otgs-installer-notice.otgs-installer-notice-connection-issues .otgs-installer-notice-status a:hover, .notice.otgs-installer-notice.otgs-installer-notice-connection-issues .otgs-installer-notice-status a:hover {
        opacity: 0.8; }
  @media (max-width: 768px) {
    .otgs-installer-notice, .notice.otgs-installer-notice {
      padding: 25px;
      background-image: none; } }

.notice-otgs,
.notice.notice-otgs {
  box-shadow: none;
  border-color: #f15d30;
  background-color: #fff8e5; }
  .notice-otgs p:before,
  .notice.notice-otgs p:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/icon-warning.svg) no-repeat 0 0;
    background-size: 20px; }
  .notice-otgs p a,
  .notice.notice-otgs p a {
    display: inline-block;
    color: #f15d30;
    font-weight: 600;
    margin-left: 5px; }
    .notice-otgs p a:hover,
    .notice.notice-otgs p a:hover {
      opacity: 0.8; }
  .notice-otgs-refund,
  .notice.notice-otgs-refund {
    border-color: #ad3613;
    background-color: #ca471f; }
    .notice-otgs-refund p,
    .notice.notice-otgs-refund p {
      color: #fff; }
      .notice-otgs-refund p:before,
      .notice.notice-otgs-refund p:before {
        background-image: url(../img/icon-refund-info-notice.svg); }
      .notice-otgs-refund p a,
      .notice.notice-otgs-refund p a {
        color: #fff; }

.otgsi_insert_key .otgsi_site_key_form {
  position: relative;
  margin: 15px 10px 10px 10px;
  padding: 24px 24px 30px;
  background-color: #f1f1f1; }
  .otgsi_insert_key .otgsi_site_key_form:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #27ad95 0%, #2782ad 100%); }
  .otgsi_insert_key .otgsi_site_key_form li {
    font-weight: 700;
    color: #666;
    margin-bottom: 10px; }
    .otgsi_insert_key .otgsi_site_key_form li .otgs-installer-register-inputs {
      display: block;
      margin-top: 20px; }
      .otgsi_insert_key .otgsi_site_key_form li .otgs-installer-register-inputs-form-wrapper {
        border-radius: 5px;
        border: 2px solid #2782ad;
        display: inline-flex;
        background-color: #fff;
        margin-right: 20px;
        overflow: hidden;
        min-width: 300px; }
        .otgsi_insert_key .otgsi_site_key_form li .otgs-installer-register-inputs-form-wrapper input {
          border: none;
          box-shadow: none;
          padding: 0 15px 1px;
          margin: 0;
          height: 38px;
          line-height: 36px; }
          .otgsi_insert_key .otgsi_site_key_form li .otgs-installer-register-inputs-form-wrapper input[type="submit"] {
            min-width: 75px;
            margin-left: auto; }
      .otgsi_insert_key .otgsi_site_key_form li .otgs-installer-register-inputs input[type="button"] {
        border: none;
        box-shadow: none;
        background: none;
        color: #999;
        text-decoration: underline; }
  .otgsi_insert_key .otgsi_site_key_form .otgs-installer-register-title {
    margin-top: 0; }
  .otgsi_insert_key .otgsi_site_key_form .otgs-installer-register-inputs {
    margin-top: 24px;
    margin-bottom: 8px; }
    .otgsi_insert_key .otgsi_site_key_form .otgs-installer-register-inputs label {
      font-size: 14px;
      display: block;
      margin-bottom: 4px;
      font-weight: 700; }
  .otgsi_insert_key .otgsi_site_key_form .otgs-installer-register-link a:hover, .otgsi_insert_key .otgsi_site_key_form .otgs-installer-register-link a:focus {
    text-decoration: underline; }

#installer_repo_toolset .otgsi_insert_key .otgsi_site_key_form:before {
  background: #f15d30; }
#installer_repo_toolset .otgsi_insert_key .otgsi_site_key_form input[type="submit"] {
  background: #f15d30;
  border-color: #f15d30; }
#installer_repo_toolset .otgsi_insert_key .otgsi_site_key_form a {
  color: #f15d30; }