﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:root {
    --ApplicationButtonBackgroundColour: rgb(32,121,190);
    --ApplicationDialogBackgroundColour: rgb(0,0,100);
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(0, 0, 0);
    color: white;
    font-family: Arial, sans-serif;
}

img, tr, td, dev, label, input {vertical-align: middle;}
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

/* Carousel */
.carousel-caption p {font-size: 20px; line-height: 1.4;}

p {margin: 0px;}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {width: 100%;}

/* QR code generator */
#qrCode {margin: 15px;}

#MessageBtn {
    position: absolute;
    top: 0px;
    right: 0px;
}

.button {
    background-color: var(--ApplicationButtonBackgroundColour);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
}

.HeadStyle {
    font-size: 1.3em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.BookingInfoTextStyle {
    font-size: 1.2em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.BookingInfoTextBoldStyle {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.SubHeadStyle {
    font-size: 1.2em;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.BoldHeadStyle {
    font-weight: bold;
    font-size: 1.3em;
}

.LargeHeadStyle {
    font-size: 1.5em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.kPosLarge {font-size: 1.5em}

.kPosMedium {font-size: 1.2em}

.kPosNormal {font-size: 1em;}

.kPosSmall {font-size: .8em;}

.kPosSmallItalic {font-size: .7em; font-style: italic;}

.NarrowGroup1000 {
    width: 98%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: transparent;
}

#FWGroup {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.FWGroup750 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    background-color: transparent;
}

#FWGroupPad {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
}

.ErrorText {
    font-size: 1.2em;
    text-align: center;
    color: red;
}

#LogView {
    font-size: .8em;
    background-color: black;
    width: 100%;
    padding: 1%;
    text-align: left;
    margin: auto;
}

.DialogContent {
    margin: 10% auto;
    min-width: 30%;
    width: 95%;
    border: solid 1px var(--ApplicationButtonBackgroundColour);
    display: block;
    top: 20%;
    background-color: var(--ApplicationDialogBackgroundColour);
    text-align: center;
    max-width: 750px;
}

.DialogPanel {
    position: fixed;
    overflow: auto;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

.DebugField {display: none;}

.DialogButtonDiv {
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.DialogTitleLabel {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 1.3em;
    width: 100%;
    border-bottom: 1px solid var(--ApplicationButtonBackgroundColour);
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

/*Edit details*/
input {
    color: black;
}

    input[type=button], input[type=submit], input[type=reset] {
        background-color: var(--ApplicationButtonBackgroundColour);
        border: none;
        color: white;
        padding: 10px 20px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 1.5em;
        border-radius: 8px;
    }

.FormInput {
    padding: 2px;
    width: 66%;
    display: inline-block;
    text-align: left;
}

.FormLabel {
    padding: 2px;
    width: 30%;
    text-align: right;
}

.iconbtn {
    background-color: var(--ApplicationButtonBackgroundColour);
    height: 64px;
    width: 64px;
    cursor: pointer;
    border: none;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    border-radius: 5px;
}

.sm_iconbtn {
    background-color: var(--ApplicationButtonBackgroundColour);
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    border-radius: 5px;
}

.med_iconbtn {
    display: inline-block;
    background-color: var(--ApplicationButtonBackgroundColour);
    height: 42px;
    width: 42px;
    cursor: pointer;
    border: none;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    border-radius: 5px;
}

#T_BtnGrp {
    margin-bottom: 20px;
    margin-top: 0px;
    align-content: center;
    text-align: center;
    margin-left: 32px;
    margin-right: 32px;
}

#B_BtnGrp {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

#VoucherTable {
    width: 100%;
    background-color: black;
    border: 1px solid;
    border-color: navajowhite;
    font-size: 1em;
}

    #VoucherTable td, th {
        text-align: center;
        padding: 3px;
        vertical-align: middle;
    }

    #VoucherTable th {
        font-weight: bold;
    }

    #VoucherTable tr:nth-child(even) {
        background: rgb(40,40,40);
    }

    #VoucherTable tr:nth-child(odd) {
        background: rgb(10,10,10);
    }


.SCapHead {
    font-size: 1.7em;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.SCapSubHead {
    font-size: 1.3em;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.SearchOptionsButton {
    background-color: var(--ApplicationButtonBackgroundColour);
    border: none;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 1.2em;
    border-radius: 8px;
}

.PopupMenuIcon {
    color: black;
    width: 32px;
    height: 32px;
    background: transparent;
    background-image: url("../icons/popupselector.png");
    background-repeat: no-repeat;
    border: none;
    vertical-align: top;
}

.BigBlueBtnDiv {
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}

.BigBlueBtn {
    background-color: rgb(32, 121, 190);
    color: white;
    border-radius: 8px;
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
}

.BigIconBtn {
    display: inline-block;
}

</style >
.BasketTableDiv {
    max-width: 800px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.PopupSelector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 50px;
}

.FilterPanel {
    display: inline-block;
}

.FP_Item {
    display: inline-block;
}


#TasksTable {
    width: 100%;
    background-color: black;
    border: 1px solid;
    border-color: navajowhite;
    font-size: 1em;
}

#JumpToTopBtn {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
}

.WebsiteTextPanelStyle {
    color: rgb(255, 239, 193);
    background-color: rgba(28, 28, 28, .5);
}

@media only screen and (max-width:450px) {
    #VoucherTable tr {
        height: 50px;
        font-size: 1em;
    }

    .FP_Item {
        display: inline-block;
        font-size: 1.2em;
        margin-bottom: 3px;
    }

    #FWGroupPad {
        padding-left: 0px;
        padding-right: 0px;
    }
}
