﻿

:root {
    --dusk-blue: #36288f;
    --periwinkle: #7964ff;
    --dark-slate-blue: #231a5e;
    --light-grey: #d3d3d3;
    --dark-grey: #555555;
    --cool-grey: #a4aab3;
    --green: #44db5e;
    --dodger-blue: #4e88f4;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #aca4f7;
}

/*
#36288f
#7964ff
#231a5e
#d3d3d3
#555555
#a4aab3
#44db5e
#4e88f4
*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    background-color: #36288f;
    color: #fff;
}

.form-control {    
    font-size: 34px;
    color: #36288f;
    border-radius: 8px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

img.logo {
    margin: 0 auto;
    width: 130px;
    display: block;
    margin-bottom: 30px;
}

/* Text styles */
  h1 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

h2 {
  font-family: Roboto;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.sitebooking h2, .trans h2 {
    color: #36288f;
}

h3 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.04;
  text-align: left;
  color: #555555;
}

h4 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
  color: #555555;
}

input {
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.39;
  text-align: left;
  color: #a4aab3;
}

.lead-dark {
  font-family: Roboto;
  font-size: 18px;
  text-align: center;
  color: #231a5e;
}

.lead-light {
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.39;
  text-align: center;
  color: #ffffff;
}

p {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.56;
  text-align: left;
}


/***** Navigation *****/

a.nav-link {
    color: white !important;
}

nav.navbar {
    border-bottom: solid 1px #4335c9 !important;
    background-color: #36288f !important;
}
/*
    
.navbar-toggle
{
    float: left;
    border-radius: 0px;
}
nav.navbar {
    background-color: #36288f !important;
}
nav.navbar .navbar-nav>li>a {
    color: #fff !important;
}
@media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
   .navbar-collapse {
       display: none !important;
   }
}

.navbar-header, .navbar-toggle {
    background-color: #36288f;
}

.navbar {
    border: none;
}




nav.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

nav.navbar .navbar-toggle {
    border: none !important;
}


nav.navbar .navbar-brand {
    display: none;
    height: 20px;
}
    */

nav.navbar .search-refine {
    position: absolute;
    right: 10px;
    margin-top: 8px;
    display: none;
    top: 0px;
}

    nav.navbar .search-refine a {
        color: #fff;
        background-color: #7964ff;
        border-color: #7964ff;
        display: block;
        font-size: 17px;
        padding: 6px 16px;
        border-radius: 3px;
        text-decoration: none !important;
    }


@media (max-width: 400px) {

    nav.navbar .search-refine a {
        font-size: 17px;
        padding: 3px 12px;
    }
    /*
    nav.navbar .navbar-brand {
        font-size: 16px;
    }*/
}
/*
@media (max-width: 700px) {
    nav.navbar .navbar-brand {
        width: 70%;
        text-align: center;
        color: #fff;
        display: block !important;
    }
}
*/

.btn-default {
    color: #fff;
    background-color: #7964ff;
    border-color: #7964ff;
    margin-bottom: 10px;
}
.btn-default:focus, .btn-default:hover {
    border-color: inherit;
}

.btn-wide {
    width: 100%;
    display: block;
    font-size: 32px;
    line-height: 50px;
}

.btn-short {
    height: 32px;
    line-height: 50px;
}

.btn-primary {
    background-color: #7964ff;
    border-color: #7964ff;
}

.btn50 {
    width: 45%;
}

.btn-animate {
    background: url(/images/white.gif) #7964ff;
    background-position: -500px;
    background-repeat: no-repeat;
}
.btn-animate:focus {
    color: #fff !important;
    background-color: #7964ff !important;
}

.landing {
    margin-top: 45px;
}
.landing img.logo {
    width: 190px;
}

.landing h1 {
    text-align: center;
    font-size: 34px;
    margin-top: 0px;
}

.landing .otheractions {
    margin-top: 5px;
}

/**** Signup *****/

section.signup input
, section.login input {
    font-size: 30px;
    line-height: 60px;
    height: 80px;
    border-radius: 8px;
}



section.signup .wizard h2 {
    font-size: 34px !important;
}
section.signup .wizard p {
    font-size: 18px !important;
    margin: 0 auto;
}

section.signup input[type=checkbox] {
    height: 20px;
    background-color: #38318b;
    display: inline-block;
    border: solid 1px #fff;
    width: 20px;
    line-height: 20px;
    border-radius: 2px;
    opacity: 1;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.otheractions {
    margin-top: 30px;
    line-height: 35px;
}

.otheractions a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    text-align: center;
    display: block;
}



section.about h2 {
    margin: 0px 0 20px 0 !important;
}

section.about p {
    font-size: 14px;
}

/*
.searchpage label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}


    .searchpage label::before {
        content: "";
        display: inline;
        width: 34px;
        height: 34px;
        left: 0;
        float: right;
        border: 2px solid #cccccc;
        border-radius: 6px;
        background-color: #36288f;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        margin-left: -35px;
        margin-top: -6px;
    }

    .searchpage label::after {
        display: inline;
        width: 33px;
        height: 33px;
        top: 0;
        float: right;
        padding-top: 1px;
        font-size: 22px;
        color: #555555;
        margin-right: -5px;
        margin-top: -6px;
    }
    */


.sitebooking label::before {
    content: "";
    display: inline;
    width: 34px;
    height: 34px;
    left: 0;
    float: right;
    border: 2px solid #cccccc;
    border-radius: 6px;
    background-color: #36288f;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    margin-left: -35px;
    margin-top: -6px;
}

.sitebooking label::after {
    display: inline;
    width: 33px;
    height: 33px;
    top: 0;
    float: right;
    padding-top: 1px;
    font-size: 22px;
    color: #555555;
    margin-right: -5px;
    margin-top: -6px;
}
/*
.searchpage input[type="checkbox"] {
    opacity: 0;
}

.searchpage input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.searchpage input[type="checkbox"]:checked + label::before {
    background-color: #7964ff;
    border-color: #7964ff;
}
.searchpage input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
}

.searchpage input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

        .searchpage input[type="checkbox"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    */



.inputholder {
    border-radius: 8px;
    background-color: #fff;
    font-weight: lighter;
}

.inputholder span {
    color: #a4aab3;
    font-size: 16px;
}

.inputholder .inputcontainer {
    width: 90%;
    margin-left: 20px;
    padding: 10px 0 10px 0;
}

.inputholder input {
    border: none !important;
    width: 100%;
    border: solid 1px red;
    color: #555;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.inputholder .inputrow {
    padding-top: 5px;
}

.inputholder .inputrow:not(:first-child) {
    border-top: solid 2px #ddd;
}




a.redstop {
    background-color: red;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 15px;
    color: #fff;
    font-size: 40px;
    line-height: 24px;
    padding: 0 6px;
    font-weight: 300;
}



a.view {
    background-color: #7964ff;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 33px;
    padding: 0 8px;
}


table.common {
    width: 100%;
}
table.common tr th {
    padding: 3px 12px;
}
table.common tr td {
    border-top: solid 1px #979797;
    padding: 8px 0 8px 12px;
}





section.activeswitches .list {
    display: none;
}
section.activeswitches ul li {
    list-style: none;
}
section.activeswitches ul {
    margin: 0px 0px 0px !important;
    padding: 0px 0px 0px !important;
    line-height: 30px;
}
section.activeswitches {
    background-color: #fff;
    border-bottom: solid 1px #36288f;
    margin-bottom: 5px;
}
section.activeswitches span {
    float: right;
}
section.activeswitches i {
    margin: 0 5px 0 15px;
}


a.upcoming {
    border: solid 2px #fff;
    border-radius: 8px;
    padding: 3px 9px;
    margin: 6px 12px 0 0;
    color: #fff;
    position: fixed;
    right: -5px;
    font-size: 18px;
    animation: pulse 6s infinite;
    cursor: pointer;
}

a.usernotice {
    border: solid 2px #fff;
    border-radius: 4px;
    padding: 3px 9px;
    margin: 6px 12px 0 0;
    color: #fff;
    position: fixed;
    right: 41px;
    font-size: 18px;
    animation: pulse 5s infinite;
    cursor: pointer;
    display: none;
}


a.upcoming i, a.usernotice i {
    margin-top: 3px;
}


@keyframes pulse {
    0% {
        background-color: inherit;
    }

    5% {
        background-color: #39ff08;
    }

    25% {
        background-color: inherit;
    }

    100% {
        background-color: inherit;
    }
}

div.usernotices {
    margin: 10px 10px 30px 10px;
    padding: 10px 20px;
    display: none;
    width: 100%;
    color: #444;
    background-color: #fff;
}
    div.usernotices a {
        color: #fff;
        background-color: #7964ff;
        border-color: #7964ff;
        font-size: 14px;
        padding: 7px 19px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px 5px 0;
        text-align: center;
        width: 110px;
    }
    div.usernotices .note {
        border-top: solid 1px #ddd;
        margin: 5px 0px;
        padding: 10px 0;
    }
    div.usernotices .details {
        width: 70%;
        display: inline-block;
        vertical-align: top;
    }
    div.usernotices .action {
        padding-top: 10px;
        display: inline-block;
    }



    .refundactions {
        display: none;
        background-color: #36288f;
        color: #fff;
        margin: 20px 0;
        padding: 10px 0
    }

    .refundactions select, .refundactions textarea {
        width: 100%;
        padding: 6px 8px;
        color: #36288f;
    }




.modal-dialog {
    top: 15%;
}

#modalLogin input {
    height: 50px;
    font-size: 24px;
}

.modal .modal-body h2 {
    color: #fff !important;
}
.modal .modal-body {
    background-color: #36288f;
    padding: 40px 0 20px 0;
}

.modal-body .otheractions a {
    width: 100%;
    color: #fff;
    display:block;
    text-align:center;
    margin: 16px 0;
}
#modalRefund h2 {
    margin-top: 0px;
}
#modalRefund select, #modalRefund textarea {
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.row {
    overflow:hidden;
}

.terms h1 {
    font-size: 24px;
}

.terms p {
    font-size: 14px;
}

#modalLogin .running .row div {
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.5em;
}


    @media (max-width: 400px) {


        section.landing h1 {
            font-size: 30px;
        }

        h2 {
            font-size: 22px;
        }

        section.signup input, section.login input {
            font-size: 24px;
            height: 50px;
            line-height: 40px;
            border-radius: 8px;
        }

        .btn-wide {
            height: 45px;
            font-size: 20px;
            line-height: 30px;
        }

        section.signup .wizard h2 {
            font-size: 28px !important;
        }

        section.signup .wizard p {
            font-size: 15px !important;
        }

        .inputholder .inputcontainer {
            padding: 5px 0 5px 0;
        }

        .inputholder span {
            font-size: 14px;
        }




        .modal .modal-body {
            padding: 30px 0 10px 0;
            color: #fff;
        }

        #modalLogin input {
            height: 50px;
            font-size: 20px;
        }

        #modalLogin .otheractions a {
            margin: 12px 0;
        }


        .landing .bottomactions {
            bottom: 15px;
        }

        .scheduleview .address {
            font-size: 15px;
        }
    }


    @media (max-height: 480px) {
        section.landing h1 {
            display: none;
        }

        .landing {
            margin-top: 0px;
        }

            .landing img.logo {
                width: 130px;
                margin-bottom: 0px;
            }

        .modal-dialog {
            top: 10%;
        }

        .btn-wide {
            height: 35px;
            font-size: 18px;
            line-height: 22px;
        }

        .otheractions {
            margin-top: 0px !important;
            line-height: inherit !important;
        }

        .profile .inputholder .inputrow {
            padding-top: 2px;
        }

        .profile .inputholder input {
            font-size: 16px;
            height: 25px;
            line-height: 25px;
        }

        .profile .inputholder .inputcontainer {
            padding: 0px;
        }

        .inputholder .inputcontainer {
            width: 90%;
            margin-left: 8px;
        }
    }

    @media (min-width: 800px) {
        .bottomactions {
            position: inherit !important;
        }
    }

    .hire-agreement {
        color: #525252;
        font-weight: normal;
        text-align: center;
        display: none;
    }

        .hire-agreement input[type=checkbox] {
            height: 20px;
            background-color: #38318b;
            display: inline-block;
            border: solid 1px #fff;
            width: 20px;
            line-height: 20px;
            border-radius: 2px;
            opacity: 1;
            margin-right: 10px;
            position: relative;
            top: 5px;
        }


    a.mobileapp {
        margin-top: 10px;
        display: inline-block;
        border: solid 2px white;
        border-radius: 20px;
        width: 100%;
        padding: 10px;
    }

        a.mobileapp img {
            height: 30px !important;
        }

    section.locking-instructions {
        margin: 40px 0;
        text-align: center;
    }

        section.locking-instructions p {
            text-align: center;
            line-height: 28px;
        }


    .trans section.locking-instructions {
        margin: 10px 0 0;
        background-color: #36288f;
        color: white;
        padding: 10px 0;
        border-radius: 8px;
    }

        .trans section.locking-instructions p {
            font-size: 14px;
            line-height: 22px;
        }

    section.trans table tbody tr:nth-child(odd) td {
        background-color: #f0edff;
        border-bottom: solid 1px #dfd9ff;
        border-top: solid 1px #dfd9ff;
    }


    .swal2-html-container {
        font-size: 1.5em !important;
    }

