﻿.reginput {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    padding: 4px;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid grey;
    background-color: white;
    border-radius: 0px;
}

select.reginput {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 4px 5px 4px;
    padding-right: 10px;
    background-image: url('/images/expand3.svg');
    background-position: center right;
    background-repeat: no-repeat;
}

.reginput:disabled {
    background-color: #d9d9d9;
    background-image: url('/images/lock3.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    opacity: 1;
}

.regtd {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    padding: 5px 5px 5px 0px;
    vertical-align: top;
}

.regcheckbox {
    border: 0px;
    height: 24px;
    width: 24px;
}

.regradiobutton {
    border: 0px;
    height: 24px;
    width: 24px;
}

.reglabel {
    padding-top: 10px;
    width: 170px;
}

.reghelptext {
    font-size: 12px;
    color: grey;
}

.reghelptexterror {
    font-size: 12px;
    color: red;
}

.reggrouptitle {
    font-size: 14px;
    color: grey;
    padding-top: 20px;
    border-bottom: 1px solid grey;
}

.attributegrouptitle {
    font-size: 14px;
    text-decoration: underline;
    padding-top: 20px;
}


.regbuttonaddregistrationtocart {
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

.regbuttonsavechanges {
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

.regbuttonaddshopitemtocart {
    font-size: 14px;
    margin-top: 4px;
    padding: 2px;
    cursor: pointer;
}

.regbuttonpaynow {
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}

.regbutton {
    border: 1px solid grey;
    background-color: #f2f2f2;
    height: 36px;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    width: 250px;
    text-align: center;
    background-position: 2px center;
    height: 50px;
    color: black;
    border-radius: 0px;
}

    .regbutton:disabled {
        color: lightgrey;
    }

.regbuttonsmall {
    border: 1px solid grey;
    background-color: #f2f2f2;
    height: 24px;
    font-size: 14px;
    padding: 0px 10px 0px 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
    width: 200px;
    text-align: center;
    background-position: 2px center;
}


.regheadline3 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}

.regheadline4 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #808080;
}

.colamount {
    padding-left: 10px;
    text-align: right;
}

.reglookup {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: white;
    border: 1px solid;
    width: 239px;
    padding: 5px;
}

.reglookupvalue {
    cursor: pointer;
}

.linethrough {
    text-decoration: line-through;
}


.regoptional {
    font-size: 10px;
    color: grey;
    position: relative;
    left: 1px;
    color: #789546;
}

#tablepaymentoptions td {
    padding-right: 10px;
    vertical-align: top;
}

#tablesummaryamounts td {
    padding-right: 10px;
    vertical-align: top;
}


#tableconfirmationstate td {
    padding-right: 20px;
    vertical-align: top;
}

.tabledefaultpadding td {
    padding-right: 20px;
    vertical-align: top;
}

#tableregistrations {
    border: 1px solid grey;
}

    #tableregistrations td {
        padding: 0px 5px 0px 5px;
        vertical-align: top;
    }

        #tableregistrations td.borderleft {
            border-left: 1px solid grey;
        }

        #tableregistrations td.titlerow {
            font-size: 20px;
            font-weight: bold;
            padding-top: 20px;
            border-bottom: 1px solid grey;
            border-top: 1px solid grey;
        }

        #tableregistrations td.borderright {
            border-right: 1px solid grey;
        }

        #tableregistrations td.hide {
            display: none;
        }

.tableconfirmationamounts {
    border-collapse: collapse;
    width: 110px;
}



#tableshopassortment td {
    padding: 0px 0px 50px 0px;
    vertical-align: top;
}

.shopitemtitle {
    font-size: 20px;
    font-weight: bold;
}

.shopitemamount {
    font-weight: bold;
    padding-top: 20px;
}

.shopfeedback {
    padding-left: 10px;
    font-size: 12px;
}

.regshopmodel {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    padding: 2px;
    width: 150px;
    box-sizing: border-box;
    border: 1px solid grey;
    margin-right: 10px;
}

.regshopquantity {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    padding: 2px;
    width: 50px;
    box-sizing: border-box;
    border: 1px solid grey;
    margin-right: 4px;
}

#shopimagepopup {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    width: 400px;
    height: 400px;
    border: 2px solid grey;
    border-radius: 4px;
}

.shopimagesmall {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.shopimagelarge {
    width: 400px;
    height: 400px;
}

.shopimageclose {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 350px;
    cursor: pointer;
}


.tmfieldset {
    border: 1px solid #bbb;
}

.tmlegend {
    text-decoration: underline;
}

.privacyinfotext {
    font-size: 12px;
    padding: 5px 0px 5px 5px;
}


.showmobile {
    display: table-cell;
}

.showfull {
    display: none;
}

@media all and (min-width: 480px) {
    .showmobile {
        display: none;
    }

    .showfull {
        display: table-cell;
    }
}


/*tabmenu*/
.tabmenu {
    margin: 20px -10px 20px -10px;
    padding: 5px 0px 5px 10px;
    background-color: #f2f2f2;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}



/*tabset*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
}

    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #157CC8;
    }

        .tabset > label:hover::after,
        .tabset > input:focus + label::after,
        .tabset > input:checked + label::after {
            background: #157CC8;
        }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
    background-color: white;
}

.tabset > label:nth-of-type(1) {
    margin-left: 10px;
}

.tab-panel {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.tabsettitle {
    font-weight: bold;
    font-size: 22px;
}

.srticketcontainer {
    border: 1px solid lightgrey;
    padding: 5px;
    margin: 20px 0px 5px 0px;
}
.srticket {
}
.srticketlabel{
    padding-top:5px;
    font-size:12px;
    font-weight:bold;
}
.srticketcode {
    font-family: Consolas, monospace;
}
.srtickethin{
    padding-left:10px;
}
.srticketrueck {
    padding-left: 10px;
}
.srticketspacer {
    border-bottom:1px solid lightgrey;
    margin:10px 0px 5px 0px;
}