﻿html,
body,
button,
input,
select,
textarea {
    font-family: 'Poppins', 'Open Sans', Arial, Sans-Serif;
    font-size: 15px;
    color: #444444;
}

body {
    /*background: #0C5B75; */
    background: #103e66;
}

input {
    height: 30px;
    line-height: 30px;
    width: 90%;
    max-width: 300px;
    margin: 3px;
    border-radius: 20px;
    background: #E4F6FA;
    border: 2px solid #B4E4F7;
}

#gvMaxTicketsEvent input {
    width: 25px;
}

select {
    height: 40px;
    padding: 3px;
    width: 95%;
    /*max-width: 300px;*/
    margin: 3px 3px 10px 3px;
    border-radius: 20px;
    background: #E4F6FA;
    border: 2px solid #B4E4F7;
}

.selectboxstyle{
    max-width:300px;
    margin:0 auto;
}

.textboxstyle, input, select {
    padding-left: 20px;
}

.checkusers select {
    width: 10px;
}

.ftlang select {
    width: 20px;
    float: right;
}

.checkusers input {
    width: 10px;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 2px !important;
    margin-left: 20px !important;
}

.chklist label {
    margin-left: 15px;
    margin-right: 20px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    flex-wrap: wrap;
}

    .checkbox-label span {
        display: inline-block;
        padding-top: 2px;
        width: 80%;
        word-break: break-word; /* Break long words */
        overflow-wrap: anywhere; /* Fallback for better browser support */
    }

    #ContentPlaceHolder1_DDLLanguage {
        width: 70px;
        float: right;
        margin: 5px;
    }

a {
    color: #00abd7;
    text-decoration: none;
}

    a:hover {
        color: #103e66 !important;
    }

html {
    font-size: 15px;
    color: #03121c;
}

.DivTicketQuestionHeader {
    margin: 10px 0;
    padding: 2px;
    color: #fff;
    background: #777;
}

.EventQ-Row {
    padding-left: 10px;
    padding-right: 20px;
}

.ticketquestions {
    margin-bottom: 15px;
}

.labelstyle {
    padding-left: 20px;
    line-height:30px;
}



.toptitle {
    padding-top: 15px;
    color: #103e66;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black;  If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.dashboardtitle {
    background: transparent !important;
    font-size: 24px !important;
    color: #103e66 !important;
}

.buttonAddDiscount {
    padding: 15px 0px;
    line-height: 2px;
    border-radius: 20px;
    background: #CAEEF9;
    border: 2px solid #B4E4F7;
    margin: 4px 0px;
    font-size: 15px;
}
    .buttonAddDiscount:hover {
        background: #00abd7;
    }

.button {
    width: 100px;
    height: 35px !important;
    background: #00abd7;
    color: #fff !important;
    border: 1px solid #00abd7;
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 3px 3px 3px 3px;
    cursor: pointer;
}

    .button:hover {
        background: #333;
        border: 1px solid #333;
    }

.buttonlarge {
    width: 200px;
    height: 35px !important;
    background: #00abd7;
    color: #fff !important;
    border: 1px solid #00abd7;
    border-radius: 20px;
    padding: 2px 2px 2px 2px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 3px 3px 3px 3px;
    cursor: pointer;
}

    .buttonlarge:hover {
        background: #333;
        border: 1px solid #333;
    }

.buttonSmall {
    width: 50px;
    height: 30px;
    background: #fff;
    color: #00abd7 !important;
    border: 1px solid #00abd7;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 2px;
    cursor: pointer;
}

    .buttonSmall:hover {
        background: #333;
        border: 1px solid #333;
    }

.cpHeader {
    color: #03121c !important;
    cursor: pointer !important;
    width: 400px !important;
    height: 18px !important;
    padding: 4px !important;
    background: #c3c3c3 !important;
    padding: 8px !important;
    background-repeat: no-repeat !important;
    background-image: url(/images/arrow-drop-down.png) !important;
    background-position: 380px 10px !important;
}

.cpBody {
    border: 1px black;
    width: 400px;
    padding: 4px;
    padding-top: 7px;
}

.hidden {
    display: none;
}

.headertekst{
    text-align:left;
    padding-top:10px;
}

.disabledImageButton {
    opacity: .30;
    background-color: #111;
}

#MNUMain img.icon {
    width: 18px !important;
    margin-right: 5px !important;
    display: none;
}

.aligncenter {
    margin: 0 auto !important;
    text-align: center;
}

.eventlimit {
    font-size: 70%;
    color: #EA6200;
    padding-right:2px;
}

.eventprice {
    font-size: 22px;
    font-weight: 700;
}

.eventamount {
    font-size: 20px;
    font-weight: 700;
    padding: 0 10px;
}

::-moz-selection {
    background: #c1c1c1;
    text-shadow: none;
}

::selection {
    background: #c1c1c1;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

h1 {
    font-size: 30px;
    line-height:34px;
    color: #103e66;
    margin: 10px 0 10px 0;
    padding: 5px;
    font-weight: 700;
    margin:0;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #103e66;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    margin: 0;
}

h3 {
    font-size: 20px;
    color: #103e66;
    margin: 10px 0 10px 0;
    padding: 5px;
    margin: 5px 0 5px 0;
    font-weight: 500;
}

h4 {
    font-size: 16px;
    color: #444;
    margin: 10px 0 0px 0;
    font-weight: 500;
}

.inputfield {
    height: 30px !important;
    line-height: 30px !important;
    min-width: 250px !important;
    font-size: 15px !important;
}

.languagebar {
    max-width: 800px;
    margin:0 auto;
    text-align:right;
    color:#999;
    opacity:0.8;
}

.container {
    padding: 0 20px;
    padding-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    width: 88%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
}

.questionscontainer {
    text-align: left;
    text-indent: 10px;
}

.headerimage {
    width: 100%; /* Responsive width */
    padding-top: 40%; /* Aspect ratio: 1000/400 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; /* Ensures proper scaling */
}

.TableRow {
    border-bottom: none;
}

.AlternateRow {
    background: #e7f5f8;
}

.DisabledRow {
    background: #f3f3f3;
    color: #999;
}

.tableheader {
    line-height: 26px;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    background: transparent;
    display: none;
}

.thcenter {
    text-align: center !important;
}

.thticket{
    min-width:90px;
}

.descrow {
    color: #777;
    font-size:80%;
}

.nowidth{
    display:none;
}

.fixed-width {
    display: inline-block; /* Ensures the elements are inline but respect width */
    width: 40px; /* Adjust as needed */
    text-align: center; /* Centers the text */
}
.fixed-width2 {
    min-width: 100px; /* Adjust as needed */
    text-align: left; /* Centers the text */
}
.lblQuantity {
    display: inline-block;
    width: 20px; /* Adjust width as needed */
    text-align: center;
    font-weight: bold;
}

.labeldiscount{
    color:red;
}
.discountmax{
    max-width:300px;
}

.questionstyle {
}

    .questionstyle input {
        margin: 5px;
        min-width: 220px;
    }

    .questionstyle select {
        height: 30px;
        width: 175px;
        border: 1px solid #ccc;
        border-radius: 0;
        margin-bottom: 5px;
        margin-top: 2px;
        background: #fff;
    }

.mainrowstyle {
    margin-bottom: 5px;
}

.col40 img {
    width: 75%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col60 img {
    width: 70%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.col100 img {
    width: 100%;
    max-height: 400px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    object-fit: cover;
}

.col100 {
    width: 100%;
    float: left;
}

.col25 {
    width: 25%;
    float: left;
}

.col75 {
    width: 75%;
    float: left;
}

.col40 {
    width: 30%;
    float: left;
    text-align: right;
}

.col60 {
    width: 70%;
    float: left;
}

.clearnow {
    clear: both;
    margin-bottom: 5px;
}

.tablewidth{
    min-width:100px;
}

.bottomtriangle {
    margin: -22px auto;
    width: 0px;
    height: 0px;
    border: 30px solid;
    border-bottom-color: transparent;
    border-top-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
}
.btn {
    width: 30px !important;
    height: 30px !important;
    line-height: 20px !important;
    border-radius: 20px !important;
    padding: 0px !important;
    margin: 2px !important;
    background: #EA6200 !important;
    border: none !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

    /* Hover Effect */
    .btn:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: scale(1.1); /* Slightly enlarge the button */
    }

    /* Click Effect */
    .btn:active {
        transform: scale(0.95); /* Button appears to shrink slightly when clicked */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Less intense shadow when clicked */
    }


.btn-success {
    background: #83D328 !important;
    line-height: 30px !important;
    border: none !important;
    font-weight: 300 !important;
}

.btndiscount {
    width: 100px;
    height: 26px;
    line-height: 20px;
    background: #ccc;
    color: #111 !important;
    border: 1px solid #c1c1c1;
    margin: 2px;
}

    .btndiscount:hover {
        background: #999;
    }

.btncenter {
    width: 100%;
    max-width: 250px;
    display: block;
    background: #00abd7;
    color: #fff !important;
    border: 1px solid #00abd7;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    height: 35px;
}

    .btncenter:hover {
        background: #333;
        border: 1px solid #333;
    }

.btndefault {
    width: 100%;
    max-width: 250px;
    background: #00abd7;
    color: #fff !important;
    border: 1px solid #00abd7;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 20px 0;
    cursor: pointer;
    height: 35px;
}

    .btndefault:hover {
        background: #333;
        border: 1px solid #333;
    }

.btnreserveren {
    width: 200px;
    height: 40px;
    line-height: 30px;
    background: #00abd7;
    color: #fff;
    border:none;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 30px 0;
    cursor: pointer;
}

    .btnreserveren:hover {
        background: #103e66;
    }


.dropdownstyle {
    height: 35px;
    width: 92%;
    margin-bottom: 5px;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 20px;
    background: #E4F6FA;
    border: 2px solid #B4E4F7;
}

.textboxstyle {
    font-size: 15px;
    height: 35px;
    margin-bottom: 8px;
    padding-left: 15px;
    width: 92% !important;
    max-width: 92% !important;
    -webkit-appearance: none;
    border-radius: 20px;
    background: #E4F6FA;
    border: 2px solid #B4E4F7;
}

.linkbtn {
    padding: 2px 5px;
    background: #fff;
    border-radius: 2px;
}

    .linkbtn:hover {
    }

    .linkbtn a:hover {
        color: #103e66 !important;
    }

#topbar {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 10px;
    background: #4ab2ca;
    color: #fff;
}

#footerbar {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0.8em;
}

    #footerbar p {
        color: #999 !important;
    }

    #footerbar a {
        color: #777 !important;
    }

.idealimg img {
    width: 120px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    /*filter: grayscale(100%);*/
}

.privacyfooter{
    font-size:90%;
    opacity:0.95;
}

.reqfield {
    color: red;
    font-size: 13px;
}

table {
    border-color: #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-width: 290px;
}

    table image {
        max-width: 12px;
    }

.EventQ-Table table {
    border-color: none;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.tickettable {
    border: none !important;
    margin: 0 auto;
}

    .tickettable select {
        max-width: 99% !important;
        margin-bottom: 8px !important;
    }


th, td {
    padding: 1px 1px 1px 6px;
    min-width: 25px;
}

th {

    color: #103e66;
    text-align: left !important;
    padding-bottom: 5px !important;
    border-bottom: none;
}

.tablewizard th, .tablewizard td {
    padding: 10px;
}

.centerpage {
    margin: 0 auto;
    text-align: center;
}


.xdsoft_calendar table {
    min-width: 100% !important;
}


.GridReservation {
    width: 100%;
    font-size: 13px;
}

    .GridReservation th {
        background: #f3f3f3 !important;
    }

    .GridReservation td {
        padding: 0px 2px 0px 5px !important;
    }

.tableadmin {
    border: none !important;
}

.logoheader img {
    width: 150px;
    height: auto;
}

.imgsmall {
    width: 20px;
    height: auto;
    border: none;
}

    .imgsmall image {
        max-width: 25px;
        height: auto;
    }

#divSelectedTime {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.labellocation {
    height: 60px;
    line-height: 40px;
    font-weight:bold;
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
}
/*
    .labellocation::after {
        content: "";
        position: absolute;
        width: 60px;
        height: 60px;
        background: url(/images/pijldown.png) 0 10px no-repeat;
        background-size: 50px;
        display: inline-block;
        transform: rotate(20deg);
    }
*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.2;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0.2;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0.2;
    }

    30% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.fontlarge{
    font-size:24px;
    font-weight:700;
}

.calenderstyle {
    max-width: 315px;
    margin: 0 auto;
    border: 2px solid #B4E4F7;
    border-radius: 20px;
}

.timestyle h2 {
    width: 100%;
    margin: 0; /* optional: remove default margin */
    text-align: center;
}

.timestyle {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Optional: center items vertically */
    flex-wrap: wrap; /* Allow multiple time blocks to wrap if needed */
    gap: 10px; /* Optional: spacing between time blocks */
    text-align: center; /* Optional: center text inside child elements */
}

.selectedtimestyle {
}

.DivCalendar {
    max-width: 315px;
    border: 2px solid #B4E4F7;
    border-radius: 20px;
}

.DivCalendarMonth {
    display: flex;
}

.DivCalendarPrev {
    width: 45px;
    height: 40px;
    background: #B4E4F7;
    color: #103e66;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    border-top-left-radius: 14px;
}

    .DivCalendarPrev a {
        color: #103e66;
    }

.DivCalendarCenter {
    min-width: 225px;
    height: 40px;
    background: #B4E4F7;
    color: #103e66;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.DivCalendarNext {
    width: 45px;
    height: 40px;
    background: #B4E4F7;
    color: #103e66;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    border-top-right-radius: 14px;
}

    .DivCalendarNext a {
        color: #103e66;
    }

.DivCalendarHeader {
    display: flex;
}

.DivCalendarWeek {
    display: flex;
}

.CalHeaderCell {
    height: 40px;
    width: 45px;
    color: #103e66;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.CalDayCellBeforeToday {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    background: #f3f3f3;
    color: #888;
    /*padding: 0 10px;*/
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    border-radius: 20px;
}

.CalDayCell {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    /*background: #fff;*/
    /*padding: 0 10px;*/
    text-align: center;
    vertical-align: middle;
    margin: 2px;
}


.CalDayCellFree {
    background: #83D328;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 30px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
}

    .CalDayCellFree a {
        background: #83D328;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        width: 40px;
        display: block;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
    }

        .CalDayCellFree a:hover {
            background: #00abd7;
            color: #fff;
            font-weight: 500;
        }

.CalDayCell80 {
    background: #FEC200;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 30px;
    /*padding: 0 10px;*/
    margin: 2px;
    text-align: center;
    vertical-align: middle;
}

    .CalDayCell80 a {
        background: #FEC200;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        /*width: 40px;*/
        display: block;
        color: #111;
        text-decoration: none;
    }

        .CalDayCell80 a:hover {
            background: #00abd7;
            color: #fff;
        }

.CalDayCellFull {
    background: #EC6200;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    width: 40px;
    display: block;
    margin: 2px;
    color: #ccc;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

    .CalDayCellFull a {
        background: #EC6200;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        width: 40px;
        display: block;
        color: #ccc;
        text-decoration: none;
    }

        .CalDayCellFull a:hover {
            background: #00abd7;
            color: #ccc !important;
        }

.CalDayCellSelected {
    background: #00B3D1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    border-radius: 30px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
}

    .CalDayCellSelected a {
        line-height: 40px;
        height: 40px;
        width: 40px;
        display: block;
        color: #103e66;
        font-weight: 500;
        text-decoration: none;
        float: left;
    }

        .CalDayCellSelected a:hover {
            color: #103e66;
            font-weight: 500;
        }

.DivStartTime {
    /*  display: flex;*/
}

.CalTimeCell {
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

    .CalTimeCell a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        display: block;
        background: #83D328;
        color: #fff;
        font-weight:500;
        text-decoration: none;
        padding: 0 10px;
        float: left;
        border-radius: 5px;
    }

        .CalTimeCell a:hover {
            background: #00abd7;
            color: #fff !important;
        }

.CalTimeCell80 {
    display: block;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

    .CalTimeCell80 a {
        height: 40px;
        line-height: 40px;
        width: 40px;
        background: #FEC200;
        color: #111;
        text-decoration: none;
        padding: 0 10px;
        float: left;
        border-radius: 5px;
    }

        .CalTimeCell80 a:hover {
            background: #00abd7;
            color: #fff !important;
        }

.CalTimeCellSelected {
    background: #00B3D1;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    margin: 2px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

    .CalTimeCellSelected a {
        height: 40px;
        width: 40px;
        display: block;
        margin: 2px;
        text-decoration: none;
        float: left;
        color: #103e66;
        font-weight: bold;
    }

.CalTimeCellFull {
    background: #EA6200;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    color: #444;
    padding: 0 10px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.DivLocation {
    /*  display: flex;*/
}

.locationwrap {
    display: flex;
}

.locationstyle {
    margin: 0 auto;
    margin-top: 20px;
}

.LocationCell {
    background: #83D328;
    height: 40px;
    line-height: 40px;
    max-width: 300px;
    border-radius: 5px;
    margin-right: 4px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

    .LocationCell a {
        background: #83D328;
        height: 40px;
        line-height: 40px;
        max-width: 300px;
        border-radius: 5px;
        display: block;
        padding: 0px 10px;
        color: #111;
        text-decoration: none;
        float: left;
        font-weight:500;
    }

        .LocationCell a:hover {
            height: 40px;
            line-height: 40px;
            max-width: 300px;
            height: 40px;
            display: block;
            background: #00abd7;
            color: #fff !important;
        }

.LocationCellSelected {
    background: #00abd7;
    height: 40px;
    max-width: 300px;
    line-height: 40px;
    padding: 0px 10px;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

    .LocationCellSelected a {
        display: block;
        height: 40px;
        line-height: 40px;
        margin-right: 4px;
        color: #103e66;
        background: #00abd7;
        font-weight: bold;
        text-decoration: none;
    }


.SelectedTime {
    font-weight: bold;
}

.SelectedTimeValue {
    color: #00B3D1;
    font-weight: bold;
}

.ticketlegenda {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}


.LegendAvail {
    background-color: #83D328;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.LegendLimited {
    background-color: #FEC200;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.LegendFull {
    background-color: #EA6200;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    float: left;
}
