﻿* {
    font-family: Raleway,Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.body {
    display: block;
    margin: 8px;
}

.containerSite {
    width: auto;
}

.containerHeader {
    width: auto;
}

.Header {
    text-align: left;
    background: #007b83;
    color: white;
    font-size: 20px;
    height: 210px;
    width: 100%;
    padding-left: 3%;
    padding-top: 3%;
}

/*! New Header Classes to render title and sub title correctly */

.leftheader {
    width: 20%;
    float: left;
}

.rightheader {
    width: 90%;
    float: right;
    text-align: center;
    position: relative;
    top: -20px;
}

.Logo {
    /*width: 10%;*/
    float: left;
    height: 20px;
    width: 20px;
}

.SotLogo {
    width: 150px;
    height: 140px;
}


#Image {
    background-image: url("~/Images/SoT_400x400px_Trans.png");
    /*display: block;
    margin: 0 auto;*/
    width: 10px;
    height: 10px;
}


.headerTitle {
    margin-bottom: 0px;
    color: white;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    /* padding-bottom: 10px; */
    /* position: absolute; */
    /* float: left; */
    margin-left: 50px;
}

.headerSub {
    margin-bottom: 0px;
    color: white;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0.5%;
    /* position: absolute; */
    /* float: left; */
    margin-left: 50px;
}

.siteOptions {
    position: absolute;
    right: 5%;
    background: #333;
    color: white;
    width: auto;
    padding-top: 1%;
}

    .siteOptions :first-child {
        margin-Right: 10px;
    }

.footer {
    background-color: #007b83;
    color: white;
    padding: 20px;
    width: auto;
    height: 80px;
}

/*Accessability Version*/

.navbar {
    width: 100%;
    background-color: #ddd;
    
}


.navbar_list_parent_item {
    /*width: 80%;*/
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    /*background: #ddd;*/
    background: rgba(0,0,0,0.65);
}

.navbar_list_child_item {
    text-decoration: none; /*removes the blue colour and underline from hyperlinks*/
    list-style: none; /*removes the bulletpoints from lists*/
}


    .navbar_list_child_item a {
        float: left;
        display: block;
        /*background-color: #ddd;*/
        /*background-color: rgba(0,0,0,0.65);*/
        color: #FFF;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: larger;
        font-weight: bolder;
        cursor: pointer;
    }


        .navbar_list_child_item a:hover {
            background-color: #007b83;
            color: white;
            cursor: pointer;
            opacity: 80%;
        }

#menubar {
    width: 100%;
    height: 5px;
    /*background: #ddd;*/
    background: rgba(0,0,0,0.65);
}




.MainContent-Left {
    width: 95%;
    background: white;
    margin-left: 2.8%;
}

.MainContent-Centered {
    width: 60%;
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.navLeft {
    float: left;
    background-color: #333;
}

.navRight {
    float: Right;
}

.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.navContainerTest {
    background-color: #333;
    width: 100%;
    display: flex;
}

    .navContainerTest a:first-child {
        margin-left: 40px;
    }

    .navContainerTest a {
        float: left;
        display: block;
        background-color: #333;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: larger;
        font-weight: bolder;
    }


.button {
    font: 100% arial;
    border: 0;
    width: 99px;
    /*margin: 0 0 0 212px;*/
    height: 33px;
    padding: 2px 0 3px 0;
    cursor: pointer;
    background: #3B3B3B;
    color: #FFF;
}

    .button:hover {
        background-color: #ddd;
        color: black;
        
    }

.NavButton {
    font: 100% arial;
    border: 0;
    width: 99px;
    /*margin: 0 0 0 212px;*/
    height: 33px;
    padding: 2px 0 3px 0;
    cursor: pointer;
    background: #3B3B3B;
    color: #FFF;
}

    .NavButton:hover {
        background-color: #ddd;
        color: black;
        
    }


p {
    line-height: 1.7em;
    font-family: Raleway,Arial, Helvetica, sans-serif;
}



h2 {
    line-height: 2.0em;
    font-family: Raleway,Arial, Helvetica, sans-serif;
    font-size: 2.0em;
    font-weight: normal;
    color: #333;
    text-align: left;
}


.MainTitle {
    line-height: 2.0em;
    font-family: Raleway,Arial, Helvetica, sans-serif;
    font-size: 2.0em;
    font-weight: normal;
    color: #333;
    text-align: center;
}


.centerObject {
    text-align: center;
}


p.c {
    white-space: pre;
    margin-top: 7%;
}


.TextBox {
    font-family: Raleway,Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.DDLFormat {
    font-family: Raleway,Arial, Helvetica, sans-serif;
    font-size: 100%;
}

.errortext {
    color: #b60000;
}

#searchGambling {
    border-radius: 25px;
    background: #007b83;
    color: #fff;
    padding: 20px;
    width: 560px;
    height: 380px;
}



#searchOperators {
    border-radius: 25px;
    background: #007b83;
    color: #FFF;
    padding: 20px;
    width: 600px;
    height: 220px;
}

#searchTaxiDriver {
    border-radius: 25px;
    background: #007b83;
    color: #FFF;
    padding: 20px;
    width: 600px;
    height: 280px;
}

#searchHCarriage {
    border-radius: 25px;
    background: #007b83;
    color: #FFF;
    padding: 20px;
    width: 600px;
    height: 300px;
}



#searchPrivateHire {
    border-radius: 25px;
    background: #007b83;
    color: #FFF;
    padding: 20px;
    width: 600px;
    height: 310px;
}

#searchPremiseLicence {
    border-radius: 25px;
    background: #007b83;
    color: #fff;
    padding: 20px;
    width: 600px;
    height: 300px;
}

#searchClubLicence {
    border-radius: 25px;
    background: #007b83;
    color: #fff;
    padding: 20px;
    width: 600px;
    height: 300px;
}


#searchPersonal {
    border-radius: 25px;
    background: #007b83;
    color: #fff;
    padding: 20px;
    width: 550px;
    height: 280px;
}


#searchWheelChair {
    border-radius: 25px;
    background: #007b83;
    color: #FFF;
    padding: 20px;
    width: 800px;
    height: 280px;
}

.searchbutton {
    font: 100% arial;
    border: 0;
    width: 250px;
    height: 40px;
    padding: 2px 0 3px 0;
    cursor: pointer;
    background: #FFFFFF;
    color: #000000;
    margin: 10px 0 0 0px;
    border-radius: 20px;
}

.taxibutton {
    font: 100% arial;
    border: 0;
    width: 300px;
    height: 40px;
    padding: 2px 0 3px 0;
    cursor: pointer;
    background: #007b83;
    color: #FFFFFF;
    margin: 10px 0 0 10px;
    border-radius: 20px;
}


    .taxibutton:hover {
        background-color: #333;
        color: #FFFFFF;
        opacity: 80%;
    }

.searchbutton:hover {
    background-color: #333;
    color: #FFFFFF;
    opacity: 80%;
}


/*Postback Loading Gif*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /*-moz-opacity: 0.8;*/
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: "Roboto", sans-serif;
    font-size: 10pt;
    border: 5px solid #007b83;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    text-align: center
}

.LicAvailable {
    padding-top: 182px;
    padding-left: 10px;
}



.PremisePadding {
}

/*Gridview CSS*/

.Scroll {
    overflow: scroll;
}

.Gridview-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

.gridview {
    font-family: Raleway,Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: solid 1px rgba(0,0,0,0.65);
    margin: 0 0 2em 0;
    width: 100%;
}



    .gridview th {
        padding: 20px 10px;
        background: #007b83;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        border: 1px solid rgba(0,0,0,0.65);
    }

        .gridview th a {
            color: #FFF;
            text-decoration: none;
        }

            .gridview th a:hover {
                color: rgba(0,0,0,0.65);
                text-decoration: underline;
            }

    .gridview td a {
        color: teal;
        text-decoration: none;
    }

        .gridview td a:hover {
            color: teal;
            text-decoration: none;
        }

.gridViewRow {
    background: #cccccc;
    color: #47433F;
    border-top: 1px solid #FFF;
    text-align: center;
}

.gridViewAltRow {
    background: #FFF;
    color: #47433F;
    border-top: 1px solid #FFF;
    text-align: center;
}

.gridViewSelectedRow {
    background: #3B3B3b;
    color: #FFF;
}



.gridViewPager {
    background: #007b83;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

    .gridViewPager td {
        padding: 3px;
    }

        .gridViewPager td a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .gridViewPager td a:hover {
                color: #FFFFFF;
                text-decoration: underline;
            }



/**************************************Slideshow CSS*********************************/

mark {
    /*background-color: rgba(31, 31, 31, 1);*/
    background-color:#007b83;
    color: white;
    padding: 10px 10px 10px 10px;
}

/*.SlideShowTitle {
}*/

    .SlideShowTitle:link {
        color: White;
        text-decoration: none;
    }

    .SlideShowTitle:hover {
        color: teal;
        background-color: #3B3B3b;
        text-decoration: none;
    }




* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
}

.boarder {
    border: 5px solid black;
    background: #000000
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*************** Optimized Styling For Tablet Devices: ****************/
/*@media (max-width: 800px)*/
@media (max-width: 768px) {

    .SotLogo {
        width: 80px;
        height: 80px;
    }

    .Header {
        padding: 70px;
        padding-top: 70px;
        padding-left: 70px;
        text-align: left;
        background: #007b83;
        color: white;
        font-size: 20px;
        height: 150px;
        width: auto;
        padding-left: 3%;
        padding-top: 6%;
    }

    .headerTitle {
        margin-bottom: 0px;
        color: white;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        margin-left: 40px;
        /*padding-top: 30%;*/
    }

    .headerSub {
        margin-bottom: 0px;
        color: white;
        text-align: left;
        font-size: 20px;
        font-weight: normal;
        margin-top: 0.5%;
        margin-left: 40px;
    }

    .rightheader {
        width: 80%;
        float: right;
        text-align: center;
        position: relative;
        top: 0px;
    }


    .navbar {
        width: 100%; 
        /*background-color: #ddd;*/
        display: flex;
        flex-direction: column;
    }

    .footer {
        background-color: #007b83;
        color: white;
        padding: 20px;
        width: auto;
        height: 80px;
        margin-top: 230px;
    }

    /*Resize slideshow text*/

    .text {
        color: #f2f2f2;
        font-size: 35px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 135px;
    }

   
}




/*************** Optimized Styling For Mobile Devices: ****************/
@media (max-width: 480px) {

    .SotLogo {
        width: 80px;
        height: 80px;
    }

    .Header {
        padding: 70px;
        padding-top: 70px;
        padding-left: 70px;
        text-align: left;
        background: #007b83;
        color: white;
        font-size: 20px;
        height: 250px;
        width: auto;
        padding-left: 3%;
        padding-top: 6%;
    }

    .rightheader {
        width: 80%;
        float: right;
        text-align: center;
        position: relative;
        top: 0px;
    }

    .headerTitle {
        margin-bottom: 0px;
        color: white;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        /*padding-top: 30%;*/
    }

    .headerSub {
        margin-bottom: 0px;
        color: white;
        text-align: left;
        font-size: 20px;
        font-weight: normal;
        margin-top: 0.5%;
        margin-left: 40px;
    }


    .navbar {
        width: 100%; 
        /*background-color: #ddd;*/
        display: flex;
        flex-direction: column;
    }

    .footer {
        background-color: #007b83;
        color: white;
        padding: 20px;
        width: auto;
        height: 80px;
        margin-top: 230px;
    }


    /*Resize slideshow text*/

    .text {
        color: #f2f2f2;
        font-size: 35px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 135px;
    }

    p.c {
        white-space: pre;
        margin-top: 32%;
    }

  
}
