.tabcontrol, .wizard {
  display: block;
  width: 100%;
  overflow: hidden
}

  .tabcontrol a, .wizard a {
    outline: 0
  }

  .tabcontrol ul, .wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0
  }

    .tabcontrol ul > li, .wizard ul > li {
      display: block;
      padding: 0
    }

  .tabcontrol > .content > .title, .tabcontrol > .steps .current-info, .wizard > .content > .title, .wizard > .steps .current-info {
    position: absolute;
    left: -999em
  }

  .wizard > .steps {
    position: relative;
    display: block;
    width: 100%
  }

    .wizard > .steps .number {
      font-size: 1.429em
    }

    .wizard > .steps > ul > li {
      width: 25%
    }

  .wizard > .content {
    background: #fff;
    display: block;
    margin: .5em;
    min-height: 400px;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
  }

    .wizard > .content > .body {
      float: left;
      position: absolute;
      width: 100%;
      height: 95%;
      padding: 2.5% 0
    }

      .wizard > .content > .body ul {
        list-style: disc !important
      }

        .wizard > .content > .body ul > li {
          display: list-item
        }

      .wizard > .content > .body > iframe {
        border: 0;
        width: 100%;
        height: 100%
      }

      .wizard > .content > .body input {
        display: block
      }

        .wizard > .content > .body input.error {
          background: #fbe3e4;
          border: 1px solid #fbc2c4;
          color: #8a1f11
        }

      .wizard > .content > .body label {
        display: inline-block;
        margin-bottom: .5em
      }

        .wizard > .content > .body label.error {
          color: #f05050;
          margin-left: 1.5em;
          padding: 0
        }

      .wizard > .content > .body .checkbox label.error {
        display: block !important
      }

  .wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
  }

    .wizard > .actions > ul {
      display: inline-block;
      text-align: right
    }

      .wizard > .actions > ul > li {
        margin: 0 .5em
      }

  .wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%
  }

    .wizard.vertical > .steps > ul > li {
      float: none;
      width: 100%
    }

  .wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% .5em;
    width: 65%
  }

  .wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%
  }

    .wizard.vertical > .actions > ul > li {
      margin: 0 0 0 1em
    }

  .wizard > .actions > ul > li, .wizard > .steps > ul > li {
    float: left
  }

  .wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    font-weight: 700;
    color: #656565
  }

    .wizard > .steps a:active > small, .wizard > .steps a:hover > small, .wizard > .steps a > small {
      font-weight: 400;
      color: #909fa7
    }

  .wizard > .steps .disabled a, .wizard > .steps .disabled a:active, .wizard > .steps .disabled a:hover {
    background: #fcfcfc;
    color: #656565;
    cursor: default
  }

  .wizard > .steps .current a, .wizard > .steps .current a:active, .wizard > .steps .current a:hover {
    background: #5d9cec;
    color: #fff;
    cursor: default
  }

    .wizard > .steps .current a:active > small, .wizard > .steps .current a:hover > small, .wizard > .steps .current a > small {
      color: #fff
    }

  .wizard > .steps .done a, .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
    background: #fcfcfc;
    color: #656565
  }

  .wizard > .steps .error a, .wizard > .steps .error a:active, .wizard > .steps .error a:hover {
    background: #ff3111;
    color: #fff
  }

  .wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
    display: inline-block;
    padding: 6px 16px;
    font-size: 13px;
    border-radius: .2rem;
    text-decoration: none;
    color: #fff;
    background-color: #5d9cec;
    border-color: #5d9cec
  }

    .wizard > .actions a:active:hover, .wizard > .actions a:hover, .wizard > .actions a:hover:hover {
      color: #fff;
      background-color: #3b87e8;
      border-color: #2f80e7
    }

      .wizard > .actions a.focus, .wizard > .actions a:active.focus, .wizard > .actions a:active:focus, .wizard > .actions a:focus, .wizard > .actions a:hover.focus, .wizard > .actions a:hover:focus {
        color: #fff;
        background-color: #3b87e8;
        border-color: #2f80e7;
        box-shadow: 0 0 0 .2rem rgba(117,171,239,.5)
      }

      .wizard > .actions a.disabled, .wizard > .actions a:active.disabled, .wizard > .actions a:active:disabled, .wizard > .actions a:disabled, .wizard > .actions a:hover.disabled, .wizard > .actions a:hover:disabled {
        color: #fff;
        background-color: #5d9cec;
        border-color: #5d9cec
      }

      .show > .wizard > .actions a.dropdown-toggle, .show > .wizard > .actions a:active.dropdown-toggle, .show > .wizard > .actions a:hover.dropdown-toggle, .wizard > .actions a:active:not(:disabled):not(.disabled).active, .wizard > .actions a:active:not(:disabled):not(.disabled):active, .wizard > .actions a:hover:not(:disabled):not(.disabled).active, .wizard > .actions a:hover:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #2f80e7;
        border-color: #2479e5
      }

        .show > .wizard > .actions a.dropdown-toggle:focus, .show > .wizard > .actions a:active.dropdown-toggle:focus, .show > .wizard > .actions a:hover.dropdown-toggle:focus, .wizard > .actions a:active:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:active:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:hover:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:hover:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus {
          box-shadow: 0 0 0 .2rem rgba(117,171,239,.5)
        }

  .wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
    color: inherit !important;
    background-color: #edf1f2 !important;
    box-shadow: 0 0 0 #000 !important
  }

  .tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%
  }

    .tabcontrol > .steps > ul {
      position: relative;
      margin: 6px 0 0;
      top: 1px;
      z-index: 1
    }

      .tabcontrol > .steps > ul > li {
        float: left;
        margin: 5px 2px 0 0;
        padding: 1px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
      }

        .tabcontrol > .steps > ul > li > a {
          color: #5f5f5f;
          display: inline-block;
          border: 0;
          margin: 0;
          padding: 10px 30px;
          text-decoration: none
        }

          .tabcontrol > .steps > ul > li > a:hover {
            text-decoration: none
          }

        .tabcontrol > .steps > ul > li:hover {
          background: #edecec;
          border: 1px solid #bbb;
          padding: 0
        }

        .tabcontrol > .steps > ul > li.current {
          background: #fff;
          border: 1px solid #bbb;
          border-bottom: 0;
          padding: 0 0 1px;
          margin-top: 0
        }

          .tabcontrol > .steps > ul > li.current > a {
            padding: 15px 30px 10px
          }

  .tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px
  }

    .tabcontrol > .content > .body {
      float: left;
      position: absolute;
      width: 95%;
      height: 95%;
      padding: 2.5%
    }

      .tabcontrol > .content > .body ul {
        list-style: disc !important
      }

        .tabcontrol > .content > .body ul > li {
          display: list-item
        }

.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 10000 !important;
  border-radius: 4px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial,sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible !important
}

.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 120px 14px
}

.hdpi.pac-logo:after {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}

.pac-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999
}

  .pac-item:hover {
    background-color: #fafafa
  }

.pac-item-selected, .pac-item-selected:hover {
  background-color: #ebf2fe
}

.pac-matched {
  font-weight: 700
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000
}

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px
}

.hdpi .pac-icon {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}

.pac-icon-search {
  background-position: -1px -1px
}

.pac-item-selected .pac-icon-search {
  background-position: -18px -1px
}

.pac-icon-marker {
  background-position: -1px -161px
}

.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px
}

.pac-placeholder {
  color: grey
}



td.HighlightGreen {
    background-color: #CCFFCC;
}

.HighlightGreen {
    background-color: #CCFFCC;
}

.HighlightYellow {

    background-color: #FFFFCC;
}

.HighlightRed {

    background-color: #ffcccc;
}

.table-schedule {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    white-space: nowrap;
}

    .table-schedule td {
        /*padding: 5px;*/
        border: solid 1px #e8eef4;
    }

    .table-schedule th {
        /*padding: 6px 5px;*/
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.table-hover tbody tr:hover {
    color: #656565;
    background-color: #99CCFF;
}

.money {
    text-align: right;
}