body {
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: linear-gradient( 51.5deg, rgba(39,103,187,1) 10.4%, rgba(4, 61, 93,1) 87.7% );
}

html,
body {
  height: 100%;
}

.row-block {
  margin: 40px auto;
  padding-top: 30px; padding-bottom: 30px;
  background-color: #FFF;
  border-radius: 5px;
}

.no-bg {
  background: none;
}

  header p {
    margin-bottom: 0;
    text-align: right;
  }

  .intro-block {
    color: #FFF;
  }

  h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
  }
  h2 span {
    position: relative;
    z-index: 1;
    color: #0A2366;
  }
  h2 span:before {
    z-index: -1;
    content:'';
    position: absolute;
    left:-25px; top: 60%;
    width: calc(100% + 50px); height: 50%;
    background: #68E6FA;
    border-radius: 0 4px 4px 0;
  }

  input {
    padding: 10px 20px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    outline: none;
  }
  input:focus {
    border-color: #68E6FA;
  }

  .btn-custom {
    color: #FFF;
    background-color: #0A2366;
    transition: background-color .4s ease-out;
  }
  .btn-custom:hover {
    color: #FFF;
    background-color: #6397DB;
  }

  #step-2,
  #step-3 {
    display: none;
  }

  /* ###
     ### Inside #step-1
     ###
  */

  .parentSearch {
    position: relative;
  }
  .parentSearch:before {
    content:'';
    position: absolute;
    top: 2px; left: -9px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #DEDEDE; border-right: 1px solid #DEDEDE;
    border-radius: 2px;
    background-color: #FFF;
    transform: rotate(45deg);
  }
  .parentSearch:before input:focus {
    border-color: #50FFCD;
  }
    #SearchInputId {
      width: 100%;
      margin-top: 20px; margin-bottom: 20px;
      padding: 10px 20px;
    }

  .availableprograms-block {
    max-height: 500px;
    overflow-y: scroll;
  }
  #table_availableprograms {

  }
    #table_availableprograms tbody tr {
        cursor: pointer;
    }


/* ###
   ### Inside #step-2
   ###
*/

  #programTitle {
    margin: 30px auto;
    line-height: 1.4em;
  }
    #programTitle span {
      color: #0A2366;
      text-align: left;
      font-size: 1.8em;
    }
    #programTitle span em {
      font-size: 0.5em;
    }



/* ###
   ### Inside #step-3
   ###
*/

  #step-3 {
    margin-bottom: 40px;
  }

  #generatedScript {
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    color: #555;
    border: 1px solid #CCC;
    border-radius: 3px;
  }


/* ###
   ### Cookie Consent
   ###
*/

  /* line 4, cookie-consent.scss */
  .cookie-consent-modal {
    padding-top: 0;
    position: static;
    width: auto;
    height: auto;
    z-index: 1000;
    font-family: sans-serif; }
    /* line 11, cookie-consent.scss */
    .cookie-consent-modal .modal-content-wrap {
      position: fixed;
      bottom: 0;
      margin: 1rem; }
      /* line 15, cookie-consent.scss */
      .cookie-consent-modal .modal-content-wrap.right {
        right: 0; }
      /* line 18, cookie-consent.scss */
      .cookie-consent-modal .modal-content-wrap.left {
        left: 0; }
      /* line 21, cookie-consent.scss */
      .cookie-consent-modal .modal-content-wrap .modal-content {
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #fefefe;
        color: #123;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
        padding: 0;
        max-width: 700px;
        border-radius: 0.2rem; }
        /* line 31, cookie-consent.scss */
        .cookie-consent-modal .modal-content-wrap .modal-content .modal-header {
          padding: 1rem;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          /* line 35, cookie-consent.scss */
          .cookie-consent-modal .modal-content-wrap .modal-content .modal-header h3 {
            margin: 0;
            font-size: 130%;
            font-weight: 500;
            position: relative;
            top: 0.2rem; }
        /* line 44, cookie-consent.scss */
        .cookie-consent-modal .modal-content-wrap .modal-content .modal-body {
          padding: 1rem 1rem;
          line-height: 1.3; }
          /* line 48, cookie-consent.scss */
          .cookie-consent-modal .modal-content-wrap .modal-content .modal-body a {
            color: #3579F6; }
            /* line 51, cookie-consent.scss */
            .cookie-consent-modal .modal-content-wrap .modal-content .modal-body a:hover {
              color: #0b5bed; }
        /* line 57, cookie-consent.scss */
        .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer {
          padding: 1rem 0.5rem 0.5rem 0.5rem; }
          /* line 61, cookie-consent.scss */
          .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons {
            display: flex;
            justify-content: flex-end;
            flex-wrap: wrap; }
            /* line 66, cookie-consent.scss */
            .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn {
              padding: 0.7rem 1.1rem;
              font-size: 100%;
              cursor: pointer;
              border: none;
              border-radius: 0.2rem;
              margin-left: 0.5rem;
              margin-right: 0.5rem;
              margin-bottom: 0.5rem; }
              /* line 77, cookie-consent.scss */
              .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-primary {
                background-color: #3579F6;
                color: white; }
                /* line 81, cookie-consent.scss */
                .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-primary:hover {
                  background-color: #0b5bed; }
              /* line 87, cookie-consent.scss */
              .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-secondary {
                background-color: #89a;
                color: white; }
                /* line 91, cookie-consent.scss */
                .cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-secondary:hover {
                  background-color: #6a8095; }
    @media screen and (max-width: 620px) {
      /* line 102, cookie-consent.scss */
      .cookie-consent-modal .btn {
        width: 100%; } }
    /* line 107, cookie-consent.scss */
    .cookie-consent-modal.block-access {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.5);
      padding-top: 20vh;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto; }
      @media screen and (max-width: 620px) {
        /* line 107, cookie-consent.scss */
        .cookie-consent-modal.block-access {
          padding-top: 0; } }
      /* line 119, cookie-consent.scss */
      .cookie-consent-modal.block-access .modal-content-wrap {
        position: relative;
        margin: 2.5% auto;
        bottom: auto;
        width: 95%; }
        /* line 122, cookie-consent.scss */
        .cookie-consent-modal.block-access .modal-content-wrap .modal-content {
          border: none;
          margin: 0 auto; }

/*# sourceMappingURL=cookie-consent.css.map */
