﻿/* general */
@font-face {
    font-family: "PT Sans";
    src: url('../Content/Fonts/PTS55F.ttf');
}
@font-face {
    font-family: "Open Sans";
    src: url('../Content/Fonts/OpenSans.ttf');
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.clear-fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

hr {
    border-style: solid;
    border-width: 0.5px;
    border-color: rgb(34,54,63);
    margin-top: 20px;
    width: 90%;
}

/* main layout
----------------------------------------------------------*/

.content-wrapper {
    margin: 0 auto;
    width: 100%;
    background: #f5f5f5;
}

body {
    font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
    margin: 0px;
    background: url('../Content/Images/bg.jpg') no-repeat top center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-color: #eff3f5;*/
}

#body {
    clear: both;
    color: #333333;
    font-size: 13px;
    padding: 10px 10px 20px;
    padding-left: 275px;
    padding-top: 0px;
    padding-bottom: 50px;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    #body {
        margin: 0px !important;
    }
}

.footer {
    background: none repeat scroll 0 0 #ebebeb;
    position: fixed;
    bottom: 0px;
    width: calc(100% - 285px);
    font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
    font-size: 13px;
    color: #9a9999 !important;
    margin-left: 275px;
    /*padding-right: 50px;*/
    word-wrap: break-word;
    z-index: 4;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.footer a {
    color: #BFBFBF;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}

.footer a:hover {
    color: #3b83bd;
}

.grid-row {
    width: 100%;
}

.legend-title {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.legend-label {
    padding: 2px 0px 2px 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-top: 1px solid #c3c3c3;
    font-size: 13px;
    line-height: 14px;
}

/* page menu
----------------------------------------------------------*/
.header {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 7px 0px;
    color: white;
    line-height: 37px;
    font-size: 11px;
    z-index: 1;
    width: 100%;
    height: 70px;
}

.left-header {
    display: inherit;
    align-items: center;
    gap: 15px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Content/Images/loading.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    display:none;
}

.center-logo {
    position: absolute;
    left: 50%;
    /*margin:15px;*/
    margin-top: 15px;
    margin-left: 132px;
    transform: translateX(-50%);
}

.right-header {
    display: inherit;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}


.logo-container {
    margin:15px 0;
}

.logo-img {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-height:40px;
    max-width:200px;
}

.logo-globikes {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.menu-block {
    display:block;
    float: left;
    position: fixed;
    /*background-color: rgb(20,29,34);*/
    /*border-bottom: 1px solid #E1E1E1;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 260px;
    max-width: 260px;
    height: 100%;
    left: 0px;
    z-index: 2;
}

.header a {
    color: #F5F5F5;
    font-size: 14px;
}

.header a:hover {
    color: #FFFFFF;
}

.wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    /*    gap: 20px; */
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgb(255 255 255 / 10%);
    border-radius: 999px;
    font-family: 'Open Sans',sans-serif;
}

.wrapper-1 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}

    .wrapper-1:first-child {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        border-left: none;
    }

    .wrapper-1:last-child {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-right: none;
    }

.widget-menu {
    display: flex;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    height: 22px;
    width: fit-content;
    line-height: 20px;
    padding: 0 11px;
    margin-left: 7px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing:0.3px;
}

.widget-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 103px;
    gap:2px;
}

.dashoard-boxes {
    margin-left: 15px;
    margin-right: 15px;
}

.box {
    margin: 15px;
    background: white;
}

.text-boxes{
    font-size:50px;
}

#userpanel:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    /* margin: 1px 0pc; */
    border-radius: 6px;
}

#userpanel {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 14px;
    padding: 8px;
}

#btnLogin {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #224161;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    padding: 0px 30px 0px 30px;
    height: 35px;
    box-shadow: rgb(0 0 0 / 15%) 0px 8px 16px 0px;
    box-sizing: border-box;
    color: white;
    letter-spacing: 1px;
    font-family: "Open Sans", "​Arial", "​Helvetica", "​sans-serif";
    font-size: 13px;
    font-weight: normal;
    font-size-adjust: none;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    text-shadow: #ffffff 0px 0.6px 0px;
    transition-duration: .2s;
}

#btnLogin:hover {
    box-shadow: 0 0 0.25rem rgb(0 0 0 / 50%), -0.125rem -0.125rem 1rem rgb(255 255 255 / 50%), 0.125rem 0.125rem 1rem rgb(255 154 90 / 50%);
    color: #FFFFFF !important;
}

#btnLogin:focus {
    box-shadow: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.bi-info-circle {
    fill:#65C3DF;
}

#toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 25px;
    width: 25px;
}

    #toggle:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8)
    }

.authLogin {
    width: 100%
}

.editor-container.rememberMe {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.login-page input {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} 

.login-page .editor-container input{
    margin:5px 0px;
}

.login-page .editor-container label {
    margin: 5px 0px;
}
/* forms */
form {
    width: 100%;
}

/* ALWAYS PLACE AJAX LOADER BEFORE SEARCH BUTTON */

#ajax-loader {
    margin: 0 auto;
}

.ajax-loader-container {
    height: 16px;
}

.editor-container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #68727e;
}

.editor-container label,
.editor-container input,
.editor-container > span,
.editor-container textarea {
    margin: 5px;
}

.editor-container > span.k-widget {
    width: 287px;
}

.editor-container.small {
    min-width: 100px;
    width: 49%;
}

.editor-container.small > input {
    width: inherit;
    min-width: inherit;
}

.editor-container.small > .k-widget.k-numerictextbox {
    width: 100px;
}

label {
    display: block;
}

    label.checkbox {
        display: inline;
    }

.editor-container input[type="checkbox"] + input + label {
    display: inherit;
}

.editor-container input[type="checkbox"] + label {
    display: inherit;
}

input, textarea {
    border: 1px solid #D2D2D2;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    color: #747474;
    /*float: left;*/
    font-size: 13px;
    margin: 5px 0 6px 0;
    min-width: 120px;
    padding: 5px;
}

input[type="checkbox"] {
    min-width: inherit;
}

input[type="text"],
input[type="password"],
textarea {
    min-width: 250px;
}

input[type="text"][disabled] {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #A8A8A8;
    color: #A8A8A8;
}

input[type="text"][disabled]:focus,
input[type="text"][disabled]:hover {
    border: 1px solid #A8A8A8;
}

textarea {
    font-family: inherit;
}

input[type="password"]:focus,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
textarea:focus,
textarea:hover {
}

button:focus,
button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
    background-color: rgb(96, 184, 209);
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background: rgb(101, 195, 223);
    height: 34px;
    /* box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px 0px; */
    box-sizing: border-box;
    color: white;
    font-family: "Open Sans", "​Arial", "​Helvetica", "​sans-serif";
    font-size: 13px;
    /* font-weight: bold; */
    font-style: normal;
    font-size-adjust: none;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.2px;
    text-shadow: #ffffff 0px 0.1px 0px;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid rgb(101, 195, 223);
    border-radius: 4px;
}

input[type="submit"][disabled],
input[type="button"][disabled],
button[disabled] {
    background: #F2EFEF;
}

button[disabled]:focus,
button[disabled]:hover,
input[type="submit"][disabled]:focus,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="button"][disabled]:hover {
    color: #333333;
}

.button-link[type="submit"],
.button-link[type="button"] {
    color: #333333;
}

.button-link[type="submit"]:hover,
.button-link[type="button"]:hover {
    color: #3b83bd;
}

.button-link[type="submit"],
.button-link[type="submit"]:hover,
.button-link[type="submit"]:focus,
.button-link[type="button"],
.button-link[type="button"]:hover,
.button-link[type="button"]:focus {
    background-color: inherit;
    border: inherit;
    font: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: inherit;
    margin: inherit;
    min-width: inherit;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */

.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
}

.validation-summary-errors span {
    font-weight: bold;
}

.validation-summary-errors ul {
    list-style-type: circle;
    margin-top: 10px;
    padding-inline-start: 0px;
}

.validation-summary-errors ul li {
    display: block;
}

.validation-summary-valid {
    display: none;
}

.hidden {
    display: none;
}

#menu {
    font-size: 14px;
    line-height: 0.5em !important;
    list-style: none !important;
    padding: 6px 0;
    margin: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

#menu ul {
    /*margin: 0px;*/
}

    #menu li a{
        color: #FFFFFF !important;
        display: flex;
        align-items:center;
        gap:15px;
        font-size: 14px;
        line-height: 25px;
        list-style: none outside none;
        padding: 10px 10px 10px 25px;
        text-decoration: none;
    }

    #menu li {
        vertical-align: middle;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;    
        text-decoration: none;
        font-size-adjust: none;
        color: white;
        font-style: normal;
    }

    #menu li a:hover {
        color: white !important;
        background-color: rgba(0, 0, 0, 0.2);
        text-shadow: none;
        border-left: 2px solid #ffffff;
        padding-left: 30px;
        position: relative;
    }

ul#menu li a:hover::after {
    border-bottom: 6px solid rgb(255, 255, 255);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 19px;
    left: -6px;
    content: "";
    display: block;
    transform: rotate( 90deg );
}

.title {
    height: 55px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #f5f5f5;
    color: #9EA7B3 !important;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    display:flex;
}

.title-content {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: normal;
    margin: 0px;
    width: 20%;
    height: 55px;
    text-transform: uppercase;
    border-right: 1px dashed rgb(204, 204, 204);
    gap: 5px;
}

.subtitle-content {
    width: 80%;
    font-size: 15px;
    height: 55px;
    margin: 0px 0px 0px 40px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.title-home {
    height: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background-color: rgb(235,235,235);
    color: #9EA7B3 !important;
    margin-bottom: 0px;
    font-family: "Open Sans";
    color: rgb(158, 167, 179) !important;
    display: flex;
    padding: 0px 0px 0px 20px;
    align-items: center;
    gap: 6px;
}

.content-nest {
    background: none repeat scroll 0 0 #fff;
    clear: both;
    position: relative;
    border-radius: 3px;
    margin:25px;
}

.title-nest {
    border-radius: 4px 4px 0 0;
    height: 50px;
    border-bottom: 1px dotted #DDDDDD;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #9EA7B3;
    font-size: 15px;
    text-transform: uppercase;
}

.main-nest {
    padding: 15px;
}

.login-page {
    margin-top: 50px;
}

    .login-page .title {
        background: rgb(18 47 100 / 80%);
        display: flex;
        align-items: center;
        height: 78px;
        justify-content: center;
        color: #FFFFFF !important;
        font-size: 28px;
        text-transform: uppercase;
        border-radius: 5px 5px 0 0;
    }

.language-buttons {
    display:inherit;
    gap:5px;
    margin-bottom:2px;
}

.language-buttons img {
    border-radius: 999px;
}

a.username, a:link.username, a:active.username {
    color: white;
    text-decoration: none;
}
/* new*/

.list-container {
    /*margin-top: 2em;*/
}

.pagination > .active > a, .pagination > .active > a:hover {
    background-color: rgb(182,189,197);
    border-color: rgb(164,162,157);
}

.pagination > li > a, .pagination > li > a:hover {
    color: #71777d;
    line-height: 7px;
    padding: 6px 8px;
}

thead {
    background-color: rgb(231,231,231);
    color: #676d74;
}

tbody {
    color: #676d74;
}

.table{
    margin-bottom:0px;
}

.grid-pager {
    color: #71777d;
}

tr.grid-row {
    border-top: 1px solid #ddd;
}

.hide {
    display: block !important;
}

@media only screen and (max-width:1250px) {
    .wrapper {
        display: none;
    }
}

@media only screen and (min-width:995px) {
    .col-center {
        justify-content: center;
        display: grid;
    }
}

@media only screen and (min-width:768px) {
    nav.header-mobile {
        display: none;
    }

    .minHeight {
        min-height:240px;
    }
}

@media only screen and (max-width: 768px) {
    .menu-block {
        display: none;
    }

    .grid-wrap {
        overflow-x: auto;
    }

    .center-logo {
        display:none;
    }

    #body {
        padding-left:10px !important;
    }

    .legend {
        display: none;
    }

    span#title {
        font-size: 8px;
    }

    .footer {
        padding-right: 20px;
        width:auto;
        padding-left:0px;
        margin-right:10px;
    }

    .dashoard-boxes{
        display:none;
    }

    section.content-wrapper.main-content {
        margin-bottom: 100px;
    }

    #footertext {
        font-size: 9px;
    }

    .language-buttons {
        margin-right: 0px;
        vertical-align: central;
    }

    .language-buttons img {
        height: 17px;
        width: 17px;

    }

    #toggle {
        display: none !important;
    }

    div.header {
        display: none;
    }

    nav.header-mobile {
        position:inherit;
        display: block;
        margin-bottom: 0px;
        background-color: transparent;
        border-color: transparent;
    }

    li.divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #585858;
    }

    .pagination > li > a, pagination > li > a:hover {
        padding: 8px 4px;
    }
   
    .col-xs-2{
        padding:0px;
    }

    .navbar-collapse.in{
        overflow-y:visible;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: none;
        background: #577291;
    }

    form#logoutFormMobile li a {
        color: #9d9d9d;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        position: relative;
        display: block;
        padding: 10px 15px;
    }


    .title-content{
        width:100%;
    }

    .subtitle-content{
        display:none;
    }

    input[type="text"], input[type="password"], input[type="file"], textarea {
        width: 100%;
        min-width:unset;
    }
   
}

.reserve-bike {
    display: inline-flex;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Open Sans",Arial;
    user-select: none;
    float: right;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
    background: #5babc3;
    align-items: center;
    letter-spacing:0.2px;
}

    .reserve-bike:hover {
        background: rgb(80 152 173);
    }

.reserve-input {
    float: left;
    margin: 0px;
    min-width: 200px;
    height: 34px;
    padding: 5px 8px;
}

#complaintReply {
    width: 50%;
    height: 30px;
    font-size: 12px;
    margin:0px;
}

.complaint-reply {
    height: 44px;
    display: flex;
    justify-content: flex-end;
    background: #f9f9f9;
    padding-right:15px;
}

.complaint-replies {
    max-height: 300px;
    overflow-y: auto;
}

.btn-reply {
    border-radius: 0px;
    padding: 0px 9px;
    height: 30px;
}

.date-reply-client {
    background: #bbe3e1;
    padding: 5px 8px;
    font-size: 11px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: black;
}

.content-reply-client {
    background: #87d3cf;
    padding: 4px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    max-width: 60%;
    color: black;
    font-size: 12px;
}

.content-reply-user {
    background: #8dd1e5;
    padding: 4px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 60%;
    color: black;
    font-size: 12px;
}

.date-reply-user {
    background: #c5e7f1;
    padding: 5px 8px;
    font-size: 11px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: black;
}

.titleReply {
    font-size: 10px;
    margin-left: 2px;
}

.page-link{
    cursor:pointer;
}

.infoReservations {
    background: #fff;
    border-radius: 4px;
    transition: width 0.5s;
    padding: 7px;
    height: fit-content;
    display: flex;
    border: 2px solid rgba(0,0,0,0.2);
    cursor:pointer !important;
    align-items:center;
}
    .infoReservations:hover {
        background: #f4f4f4;
    }

.infoReserve {
    pointer-events:none;
    max-width:370px;
}
.infoReserve-show {
    padding: 0px 0px 0px 7px;
    width:auto;
}

.status-account {
    border: 1px solid rgba(103,114,229,.3);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #71E440;
    box-shadow: inset 0 -2px 4px #000;
    display: inline-block;
    margin-right: 8px;
}

.account-submit-pass {
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.status-account-label {
    display: inline;
    margin-bottom: 0;
    margin-right: 2px;
    letter-spacing: 0.5px;
}

#CreditCardExpirationDate {
    min-width: 123px;
    max-width: 123px;
}

.uploadDocumentsNotify {
    margin: -15px;
    padding: 15px;
    border: 3px double red;
    background: #fbe4e4;
}