﻿@font-face {
    font-family: 'DIN-Light';
    src: url('/fonts/DIN-Light_gdi.eot');
    src: url('/fonts/DIN-Light_gdi.eot?#iefix') format('embedded-opentype'), url('/fonts/DIN-Light_gdi.woff') format('woff'), url('/fonts/DIN-Light_gdi.ttf') format('truetype'), url('/fonts/DIN-Light_gdi.svg#DIN-Light') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('/fonts/OpenSans-Light_gdi.eot');
    src: url('/fonts/OpenSans-Light_gdi.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Light_gdi.woff') format('woff'), url('/fonts/OpenSans-Light_gdi.ttf') format('truetype'), url('/fonts/OpenSans-Light_gdi.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}

* {
    font-family: OpenSans-Light;
}

body {
    background-image: url('Images/Dark/background.png');
    background-size: cover;
}

/* Loading */
#search-loading {
    width: 100%;
    height: 100px;
    background-image: url('Images/ring-alt.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 50px;
}

#grant-loading {
    width: 100%;
    height: 50px;
    background-image: url('Images/ring-alt.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 10px;
    margin-top: 10px;
}

/* Header */

#logo {
    height: 100px;
    width: calc(50% - 40px);
    float: left;
    background-image: url(Images/Dark/logo-simplyture.svg);
    background-size: 50%;
    background-position: center left;
    background-position-y: center;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 20px;
}

#menu {
    height: 100px;
    width: calc(50% - 40px);
    float: left;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

    #menu ul {
        list-style-type: none;
        width: 100%;
        text-align: right;
    }

        #menu ul li {
            display: inline-block;
            margin-left: 50px;
            cursor: pointer;
            color: #4DD1C1;
        }

            #menu ul li img {
                margin-left: 5px;
            }

#title {
    text-align: center;
    font-size: 30px;
    padding-top: 80px;
    color: #4DD1C1;
}

#titlearea {
    height: 15vh;
}

/* Keyboard */
#simplyture-keyboard-container {
    width: 100vw;
    height: 40vh;
    background: #1B3236;
    position: fixed;
    -webkit-backface-visibility: hidden;
    bottom: 0;
    left: 0;
}

#simplyture-keyboard {
    height: 100%;
    margin: auto;
    padding: 0;
    padding-top: 10px;
}

.simplyture-keyboard-character {
    margin: 2px;
    color: #000;
    float: left;
    background-image: url(Images/Dark/button.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vh;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

    .simplyture-keyboard-character:hover {
        color: #ffffff;
    }

/* Searching / Search box */

#licenseplate-searchbox {
    height: 80px;
    width: 100%;
    z-index: 1000;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#licenseplate-search {
    height: 80px;
    width: 55%;
    padding: 25px;
    font-size: 22.5px;
    color: #000000;
}

    #licenseplate-search::-webkit-input-placeholder {
        color: #000000;
    }

    #licenseplate-search:-moz-placeholder {
        color: #000000;
    }

    #licenseplate-search::-moz-placeholder {
        color: #000000;
    }

    #licenseplate-search:-ms-input-placeholder {
        color: #000000;
    }

/*#licenseplate-searchicon {
    height: 80px;
    background-image: url('Images/Dark/button.svg');
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}*/


/* Search Results */
#searchresults-container {
    display: flex;
    justify-content: center;
}

#searchresults {
    height: 56vh;
    margin: auto;
    margin-top: 15px;
    overflow: auto;
}

.searchresult {
    height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}
/*.searchresult:nth-child(odd) {
        padding-left: 0px;
        padding-right: 10px;
    }
    .searchresult:nth-child(even) {
        padding-right: 0px;
        padding-left: 10px;
    }*/
.searchresult-top {
    width: 100%;
    height: 75px;
    background-color: #1B3236;
    color: #fff;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}

.searchresult-bottom {
    width: 100%;
    height: 75px;
    background-color: #4DD1C1;
    color: #131B24;
    text-align: center;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.searchresult-triangle {
    width: 0;
    height: 0;
    top: 73px;
    left: 125px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #1B3236 transparent transparent transparent;
    position: relative;
}



/* Grant Guest Parking Confirmation Box */


.center-both {
    display: flex;
    align-items: center;
    justify-content: center;
}

#simplyture-grantguestparking-confirmationbox .modal-content {
    border-radius: 0px;
    background: #131B24;
    color: #fff;
    text-align: center;
    border: none;
}

#simplyture-language-changebox .modal-content {
    border-radius: 0px;
    background: #131B24;
    color: #fff;
    text-align: center;
    border: none;
    width: 32em;
}

#simplyture-grantguestparking-confirmationbox .modal-title,
#simplyture-language-changebox .modal-title {
    font-size: 30px;
    font-weight: bold;
}

#simplyture-grantguestparking-confirmationbox .modal-header,
#simplyture-language-changebox .modal-title {
    border-bottom-color: #3F3F3F;
}

    #simplyture-grantguestparking-confirmationbox .modal-header button,
    #simplyture-language-changebox .modal-header button {
        color: #4DD1C1;
        opacity: 1;
        text-shadow: none;
    }

#simplyture-grantguestparking-confirmationbox .modal-body,
#simplyture-language-changebox .modal-body {
    font-size: 20px;
}

    #simplyture-grantguestparking-confirmationbox .modal-body h2 {
        font-size: 35px;
        font-weight: bold;
        margin: 0 0 15px 0;
    }

    #simplyture-grantguestparking-confirmationbox .modal-body p {
        margin-bottom: 15px;
    }

    #simplyture-language-changebox .modal-body span {
        margin: 15px;
    }

    #simplyture-grantguestparking-confirmationbox .modal-body #SelectableTimeInput {
        margin-bottom: 15px;
    }

#simplyture-grantguestparking-confirmationbox .modal-footer {
    border: none;
    padding-top: 0px;
}

#simplyture-language-changebox .modal-footer {
    border: none;
    text-align: center !important;
}

    #simplyture-grantguestparking-confirmationbox .modal-footer button,
    #simplyture-language-changebox .modal-footer button {
        width: calc(50% - 5px);
        border-radius: 0px;
        border: none;
        height: 50px;
        font-size: 25px;
    }

        #simplyture-grantguestparking-confirmationbox .modal-footer button:focus,
        #simplyture-language-changebox .modal-footer button:focus {
            outline: none;
        }

    #simplyture-grantguestparking-confirmationbox .modal-footer .btn-primary,
    #simplyture-language-changebox .modal-footer .btn-primary {
        background-image: url('Images/Dark/button.svg');
        background-size: cover;
        color: #131B24;
    }

    #simplyture-grantguestparking-confirmationbox .modal-footer .btn-secondary,
    #simplyture-language-changebox .modal-footer .btn-secondary {
        background: #1B3236;
        color: #ffffff;
    }

#gdpr-body {
    max-height: 300px;
    overflow-y: scroll;
}

#gdpr-footer {
    text-align: center;
}

/* Light Mode */
.light-bg {
    background-image: url('Images/Light/background.png') !important;
}

.light-title {
    color: #000 !important;
}

.light-topsearchresult {
    background: #fff !important;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: none;
}

.light-logo {
    background-image: url('Images/Light/logo-simplyture.svg') !important;
}

.language-img {
    width: 30px;
    height: 30px;
    background-size: 30px;
    padding: 15px;
    clip-path: circle(50% at 50% 50%);
    background-size: cover;
    background-position: center;
}

.language-modal-img {
    width: 50px;
    height: 50px;
    background-size: 50px;
    padding: 25px;
    clip-path: circle(50% at 50% 50%);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.light-menu {
    color: #000 !important;
}

.light-keyboard {
    background: #4DD1C1 !important;
}

.light-keyboard-character {
    background: none !important;
    background-color: #fff !important;
    color: #000 !important;
}

.light-modal-bg {
    background: #fff !important;
    color: #000 !important;
}

.light-modal-cancelbutton {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #1B3236 !important;
}

.light-modal-closebutton {
    color: #000 !important;
}

/* Media queries */

@media (max-width: 530px) {

    #logo {
        background-size: 80%;
    }

    #menu ul li {
        margin-left: 0px;
        font-size: 10px;
    }

    #menu {
        width: calc(50% - 10px);
        margin: 0;
        margin-right: 10px;
    }

    #licenseplate-search {
        width: 90%;
    }

    #simplyture-language-changebox .modal-content {
        width: 340px;
    }

    #simplyture-language-changebox .modal-body {
        width: 340px;
        margin: auto;
    }
}

@media (max-width: 1000px) {
    #titlearea {
        height: 25vh;
    }

    #searchresults-container {
        margin-top: 10px;
    }
}

/* Guestparking success / failure feedback */
.guestparking-feedback p {
    font-size: 25px;
    margin-bottom: 15px;
}


.guestparking-feedback svg {
    height: 100px;
    display: block;
    margin: 0px auto 0;
}

    .path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
    }

        .path.circle {
            -webkit-animation: dash 0.9s ease-in-out;
            animation: dash 0.9s ease-in-out;
        }

        .path.line {
            stroke-dashoffset: 1000;
            -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
            animation: dash 0.9s 0.35s ease-in-out forwards;
        }

        .path.check {
            stroke-dashoffset: -100;
            -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
            animation: dash-check 0.9s 0.35s ease-in-out forwards;
        }

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}



.hourbutton {
    color: #000000;
    background-color: #72CEC1;
    border-color: #72CEC1;
}

    .hourbutton :focus :active ::selection {
        color: #fff;
        background-color: #339999;
        border-color: #339999;
    }

@keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.text-carnotfound {
    font-size: 26px;
    color: #4DD1C1;
    text-align: center;
}

.form-email.row, .form-gdpr.row, .form-sms.row {
    padding-left: 64px;
    padding-right: 64px;
    margin-top: 8px;
}

.form-email input, .form-sms input {
    height: 64px;
    font-size: 20px;
}

.form-gdpr .form-group {
    display: flex;
    align-items: flex-start;
}

.form-gdpr input {
    width: 32px;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
}

.form-gdpr .confirmation {
    font-style: italic;
    margin-left: 8px;
    font-size: 19px;
}


.form-gdpr .simplyture.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 32px;
    height: 32px;
}

#form-gdpr-must-agree {
    color: red;
}

.input-required-error {
    border: 3px solid red;
}



.simplyture.checkbox {
    width: 24px;
    height: 24px;
    font-weight: bold;
    flex-shrink: 0;
    background-color: #FFFFFF;
    color: #131B24;
    border: 2px solid white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .simplyture.checkbox[checked] {
        background-image: url("Images/Checkmark.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

.checkbox-border {
    border: solid 1px #e6e1e1 !important;
}
