@CHARSET "utf-8";

/***********************************************/
/*           main                              */
/***********************************************/

html {
    background-color: #BBB;
    height: 100%;
}

body {
    background-color: transparent;
}

a {
    cursor: pointer;
}

th, td {
    padding: 15px;
    vertical-align: middle;
}

.wrapper {
    margin: 50px auto 0px;
    padding: 10px;
    max-width: 980px;
}

.note {
    color: #a94442;
}

.invalid-input {
    border-color: #DF3A01;
}

/************ Navigation ************/
#logo {
    height: 50px;
    padding: 5px;
}

.nav > .active > a {
    background-color: rgba(131, 187, 50, 0.8) !important;
    text-shadow: 0px 0px 10px #CCC;
}

.nav a:focus {
    outline: none;
}

.navbar {
    border-width: 0 0 1px;
    border-color: #bfbfbf8a;
}

.navbar li:active {
    background-color: rgba(131, 187, 50, 0.8);
}

.navbar-brand {
    padding: 0;
}

.navbar-nav {
    margin: 0;
}

.navbar-collapse:after {
    clear: none;
}

.navbar-login-btn {
    padding: 6px 12px !important;
    float: right;
}

.navbar-login-btn-toggle {
    padding: 6px 12px;
}

.navbar-language-button, .navbar-language-button-toggle {
    padding: 6px 12px !important;
    float: right;
    margin: 8px 0px;
}

.navbar-language-button a, .navbar-language-button-toggle a {
    color: #000000;
}

.navbar-language-button a:hover, .navbar-language-button-toggle a:hover {
    text-decoration: none;
}

.navbar-language-button :first-child, .navbar-language-button-toggle :first-child {
    margin-right: 5px;
}

.main-alert {
    position: fixed;
    min-width: 300px;
    max-width: 500px;
    top: 10px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    text-align: center;
}

.fa-spin-big {
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 45%;
}

/***********************************************/
/*           general                           */
/***********************************************/

.no-padding {
    padding: 0;
}

.bold {
    font-weight: 700 !important;
}

.italic {
    font-style: italic;
}

.well-sm {
    background-color: #FFF;
    border-radius: 4px;
}

.container-fluid > * {
    padding: 0;
}

.glyphicon {
    cursor: pointer;
}

.loading-spinner {
    margin-right: 5px;
}

#loading-box {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

#loading-box > span {
    position: relative;
    top: 50%;
    font-size: 32px;
}

.col-center {
    float: none;
    margin: 0 auto;
}

/***********************************************/
/*           map                               */
/***********************************************/

.leaflet-ctn {
    margin-top: 50px;
}

.popup-panel {
    min-width: 280px;
    max-width: 300px;
}

.leaflet-popup-content-wrapper {
    /*background-color: rgb(255, 247, 199);*/
    height: 100%;
    min-height: 250px;
}

.leaflet-popup-tip {
    /*background-color: rgb(255, 247, 199);*/
}

.marker-ctn > h3 {
    font-size: 18px;
    margin: 0 0 0 24px;
}

.marker-ctn > i {
    float: left;
    font-size: 18px;
}

.marker-ctn p.address {
    margin: 6px 0 6px 24px;
}

.marker-ctn p.panel-control {
    padding: 0 15px;
    margin: 0;
    position: relative;
    bottom: 0;
}

.marker-ctn p.panel-control:last-of-type {
    text-align: center;
}

.btn-ctn button:last-child {
    margin-left: 12px;
}

.marker-ctn button {
    width: 100px;
    padding: 6px;
}

.rent-dialog {
    padding: 20px;
    margin-top: 15px;
}

.rent-dialog > .description {
    margin-bottom: 12px;
}

.rent-dialog > .description > img {
    height: 30px;
}

.rent-dialog > .description > a > img {
    background-color: #9CC85D;
    border-radius: 6px;
    height: 35px;
}

.rent-dialog > .description > span {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin: 0 16px 0px 2px;
}

.rent-dialog > form > input {
    width: 60px;
}

.rent-dialog button {
    width: 99px;
    padding: 6px 0px;
}

.rent-dialog button:last-of-type {
    float: right;
}

.rent-dialog #rentAlert {
    display: none;
}

.change-bike {
    height: 220px;
    padding: 20px;
}

.change-bike span {
    font-size: 16px;
}

/*.change-bike span.margin {
    margin-right: 20px;
}*/

.change-bike .slot-list > div {
    padding: 6px 0;
}

.change-bike .slot-list {
    max-height: 135px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    -ms-overflow-y: scroll;
}

.change-bike .slot-list::-webkit-scrollbar {
    display: none;
}

.change-bike .slot-list button {
    padding: 0 6px;
}

.change-bike > button {
    position: relative;
    bottom: 0px;
}

.change-bike .glyphicon-flash {
    color: #9CC85D;
}

.arrow-ctn {
    text-align: center;
    padding: 6px;
    height: 28px;
}

.arrow-ctn > span {
    font-size: 12px;
    color: #666666;
    cursor: default;
}

.slot-list-overview {
    height: 120px;
    overflow-y: scroll;
    position: relative;
    -ms-overflow-style: none;
    -ms-overflow-y: scroll;
}

.slot-list-overview::-webkit-scrollbar {
    display: none;
}

.operative {
    color: #83bb32;
}

.inoperative {
    color: orangered;
}

.station-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 22px;
    font-style: inherit;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.station-loading > .text {
    margin-right: 10px;
}

.station-alert {
    padding: 10px;
    margin-bottom: 10px;
}

.geo-btn-ctn, .search-btn-ctn {
    background-color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
}

.geo-btn-ctn:hover, .geo-btn-ctn.active {
    background-color: #3c3c3c;
}

.search-btn-ctn:hover {
    background-color: #CCCCCC;
}

.geo-btn-ctn > * {
    width: 22px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
}

.search-btn-ctn > span {
    font-size: 22px;
    line-height: 30px;
    color: #95C127;
}

.geo-btn-ctn > div {
    text-align: center;
    font-size: 20px;
}

.geo-marker {
    border-radius: 14px;
    box-shadow: 0px 0px 5px 0px #000;
}

.leaflet-touch .leaflet-bar {
    border: none;
}

.search-form-ctn {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: white;
    max-width: 350px;
    animation: slideIn 0.5s ease-in;
    -moz-animation: slideIn 0.5s ease-in;
    -webkit-animation: slideIn 0.5s ease-in;
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@-moz-keyframes slideIn {
    0% {
        -moz-transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

#searchForm > .form-control {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #333;
    margin-left: 20px;
    padding: 0;
    width: 250px;
}

#searchForm > input {
    margin-top: 50px;
}

#searchForm cross {
    position: absolute;
    top: 5px;
    right: 10px;
}

#searchForm ul {
    list-style: none;
    padding: 20px;
}

#searchForm li {
    padding: 4px 6px;
    cursor: pointer;
}

#searchForm li:hover {
    background-color: #eeeeee;
}

#searchForm div {
    overflow-y: hidden;
    height: 400px;
}

#transactionStatus {
    height: 90px;
    width: 100%;
    position: absolute;
    background-color: rgba(157, 201, 94, 0.85);
    z-index: 999;
}

#transactionStatus > p {
    margin: 0;
    text-align: center;
}

#transactionStatus > p:first-child {
    margin-top: 10px;
    font-size: 12px;
}

#transactionStatus > p:last-child {
    font-size: 30px;
}

/***********************************************/
/*           booking                           */
/***********************************************/

.active-reservation-panel button {
    margin: 0px 0px 6px 6px;
}

.active-reservation-panel table {
    margin-bottom: 10px;
}

#rentBikeModal .modal-header {
    padding-bottom: 0;
}

#rentBikeModal input {
    margin-bottom: 6px;
    width: 60px;
}

#rentBikeModal .modal-header {
    padding-bottom: 6px;
}

#rentBikeModal .modal-header > img {
    height: 30px;
}

#rentBikeModal .modal-header > span {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin: 0 16px 0px 2px;
}

.trans-nav {
    padding: 6px 0px;
}

.trans-nav > .container-fluid > ul {
    list-style-type: none;
}

.trans-nav > .container-fluid > ul > li {
    float: left;
    margin-top: 6px;
}

.trans-nav > .container-fluid > ul > li > a {
    padding: 0 15px;
    color: #777;
}

.booking-filter .search-bar > input {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    width: 280px;
    margin: 6px 12px;
}

.booking-filter .search-bar > input:focus {
    border-bottom: 1px solid #83bb32;
}

.booking-filter .select-box {
    margin: 12px 0px;
}

.booking-filter .select-box > select {
    margin-right: 6px;
}

.booking-filter .select-box .glyphicon-remove {
    margin-right: 12px;
    float: right;
}

.empty-trans-info {
    padding: 6px;
    width: 280px;
    margin: 20px auto;
    text-align: center;
}

.booking-detail > .panel-default {
    margin-bottom: 0px;
}

.booking-detail:first-child {
    margin-top: 6px;
}

.booking-detail {
    padding: 6px 12px;
}

.booking-detail .panel-body > p:last-child {
    margin-bottom: 0;
}

.pagination-ctn {
    text-align: center;
}

.refresh-transaction-history {
    float: right;
    margin: 0;
}

/***********************************************/
/*           tariff                            */
/***********************************************/
.tariff ul {
    padding-left: 15px;
    list-style-type: square;
}

.tariff-overview {
    position: relative;
}

.tariff-overview td, .tariff-overview th {
    border-top: none !important;
}

.tariff-overview td:first-of-type {
    width: 75px;
}

.tariff-overview tr:last-child {
    border-bottom: 1px solid #ddd;
}

.tariff-overview button {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

/***********************************************/
/*           login                             */
/***********************************************/

.login {
    max-width: 320px;
    margin: 0px auto;
    min-height: 250px;
}

.login form {
    max-width: 290px;
    width: 100%;
    margin: 0px auto;
}

.login input {
    margin-bottom: 10px;
}

.login button {
    float: right;
    margin-top: 10px;
}

.login a {
    display: inline-block;
    margin-top: 10px;
}

/***********************************************/
/*           bill                              */
/***********************************************/

.bill th, .bill td, .bill > .alert-info {
    text-align: center;
}

/***********************************************/
/*           particulars                       */
/***********************************************/
.particulars-alert {
    max-width: 560px;
    text-align: center;
}

.modal-body .particulars-input {
    max-width: 280px;
}

.modal-body .particulars-input.pin {
    width: 90px;
}

.particulars a {
    color: #000000;
    text-decoration: underline;
}

.particulars hr {
    width: 90%;
    margin: 20px auto;
}

.particulars .subheading {
    text-align: center;
    font-weight: bold;
}

.particulars-overview {
    padding: 5px 5px 5px 0px;
}

.particulars-overview table {
    width: 100%;
}

.particulars-overview tr:first-child {
    border-top: 1px solid #99C659;
}

.particulars-overview td {
    padding: 5px 10px;
}

.particulars-interaction-box {
    padding: 5px;
}

.particulars-interaction-box button, .particulars-overview button {
    padding: 5px 10px;
}

.particulars-interaction-box > DIV button, .particulars-overview > div > button {
    width: 170px;
}

.particulars-overview > div {
    padding: 5px 5px 15px;
}

.particulars-interaction-box > :not(:first-child) {
    margin-top: 10px;
}

.particulars-interaction-box .subheading {
    border-bottom: 1px solid #99C659;
    padding-bottom: 10px;
    margin: 0px 75px;
}

form[name="pinForm"] > input:not(:last-child) {
    margin-bottom: 14px;
}

#bankAccForm ul {
    list-style: none;
    padding: 0;
}

#bankAccForm input {
    max-width: 350px;
}

#bankAccForm input[type='checkbox'] {
    float: left;
}

#bankAccForm input[type='checkbox'] + div {
    margin-left: 20px;
}

#addressForm > .form-group {
    max-width: 400px;
}

/***********************************************/
/*           pw-remember                       */
/***********************************************/

.pw-remember {
    max-width: 320px;
    min-height: 160px;
    margin: 0px auto;
}

.pw-remember form {
    max-width: 290px;
    width: 100%;
    margin: 0px auto;
}

.pw-remember input {
    margin-bottom: 10px;
}

.pw-remember button {
    float: right;
    margin-top: 10px;
}

/***********************************************/
/*           pw-reset                          */
/***********************************************/

.pw-reset input {
    margin-bottom: 10px;
    max-width: 300px;
}

.pw-reset button {
    float: right;
    margin-top: 10px;
}

.pw-request {
    max-width: 320px;
    margin: 0px auto;
}

.pw-request .panel-body {
    text-align: center;
}

/***********************************************/
/*           sepa                              */
/***********************************************/

.sepa ul {
    padding: 0;
}

.sepa li {
    list-style: none;
}

.sepa-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 40px;
}

.sepa .no-content {
    margin: 50px 0px;
    text-align: center;
}

.sepa .cross {
    width: 30px;
    margin: 5px;
}

/***********************************************/
/*               support                       */
/***********************************************/
.support {
    margin-top: 50px;
    padding: 10px;
}

.support > .container-fluid > div:first-of-type {
    padding-right: 3px;
}

.support .input-group {
    width: 100%;
    margin-top: 12px;
}

.input-group.select-item {
    margin-top: 0;
}

.support .select-item input {
    visibility: hidden;
    position: absolute;
}

.support .select-item > label {
    cursor: pointer;
    border: 1px solid green;
    padding: 5px 20px;
}

.support .select-item > label:first-of-type {
    margin-right: 6px;
}

.support .select-item > label:hover {
    background-color: #9BC85A;
}

.support .select-item input:checked + label {
    background-color: #9BC85A;
}

.support textarea {
    resize: none;
}

.support .panel-footer {
    text-align: right;
}

#stationName_dropdown {
    position: absolute;
    top: 60px;
    z-index: 3;
    background-color: #FFFFFF;
    width: 100%;
}

#stationName_dropdown > .angucomplete-row {
    cursor: pointer;
    padding: 3px 6px;
}

#stationName_dropdown > .angucomplete-row:hover,
#stationName_dropdown > .angucomplete-selected-row {
    cursor: pointer;
    background-color: #eeeeee;
}

/***********************************************/
/*           max-width: 320px                  */
/***********************************************/

@media only screen and (max-width: 320px) {
    #logo {
        height: 46px;
        margin: 2px 0;
    }
}

/***********************************************/
/*           max-width: 767px                  */
/***********************************************/

@media screen and (max-width: 767px) {
    .navbar-login-btn, .navbar-language-button {
        display: none;
    }

    .particulars-button-desktop {
        display: none;
    }

    .outer-ctn {
        padding: 0;
    }

    .particulars-interaction-box .subheading {
        margin: 0px;
    }

    .trans-nav .search-bar {
        width: 276px;
        padding: 0px 12px;
    }

    .booking-detail {
        padding: 6px 6px;
    }

    .booking-filter .select-box {
        margin: 12px 12px;
    }

    .support .panel-heading {
        cursor: pointer;
    }

    .support > .container-fluid {
        padding: 0px;
    }

    .pw-reset.container-fluid {
        padding: 0;
    }
}

/***********************************************/
/*           min-width: 768px                  */
/***********************************************/

@media screen and (min-width: 768px) {
    .particulars-button-mobile, .navbar-language-button-toggle {
        display: none;
    }

    .particulars-interaction-box > DIV {
        margin-left: 75px;
    }

    .support > .container-fluid > div:last-of-type {
        padding-left: 3px;
    }

}

/*
     FILE ARCHIVED ON 06:27:28 Nov 25, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:42:03 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.364
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.025
  esindex: 0.006
  cdx.remote: 12.116
  LoadShardBlock: 104.227 (3)
  PetaboxLoader3.datanode: 67.53 (4)
  PetaboxLoader3.resolve: 78.753 (2)
  load_resource: 109.705
*/