@import url("/includes/ckeditor/contents.css");

.blur {
	filter: blur(5px)!important;
	-webkit-filter: blur(5px)!important;
	pointer-events:none!important;
	
}

.yourticket-container h1,
.yourticket-container h2,
.yourticket-container h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;	
}

.maincontent-fluid {
    width: 100%!important;
    max-width: 1200px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.invisible-overlay {
    position: fixed;
    z-index: 99;
    pointer-events: none;
}

.membership-link {
    text-align: center;
    padding: 30px 0;
}

html.showinvisibleoverlay .invisible-overlay {
    pointer-events: initial;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 98;
}

html.showinvisibleoverlay .maincontent {
    position: inherit!important;
}

iframe#webWidget,
iframe#launcher {
    right: 40px!important;
}

/*#Coi-Renew {
    right: 0!important;
    left: auto!important;
    border-top-left-radius: 50%!important;
    border-top-right-radius: 0!important;
    transform-origin: bottom right!important;
*/

body.noheadfoot #Coi-Renew {
    display: none!important;
}

.coi-banner__summary,
.coi-banner__cookiedeclaration,
.cookiedeclaration_wrapper {
    padding: 30px!important;
}

.coi-banner__text h2 {
    margin-top: 0!important;
}

#coi-banner-wrapper h2 {
    color: rgba(0, 0, 0, 0.7)!important;
}

#coiConsentBannerCategoriesWrapper h3 {
    color: rgba(0, 0, 0, 0.7)!important;
}

.coi-banner__header {
    display: none!important;
}

#coi-banner-wrapper_label ol {
    margin: 0!important;
}

.coi-banner__accept:hover {
    color: #fff;
}


/* Floating basket */


/*.floating-basket-holder > * {
	box-sizing: border-box;
}*/

.floating-basket-holder {
    position: fixed;
    bottom: -100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 100000000;
    min-height: 40px;
    box-sizing: border-box;
    transition: bottom 1s ease-in-out;
}

.floating-basket-holder.show {
    bottom: 0%;
}

body.hide-floating-basket .floating-basket-holder.show {
    display: none;
}

.floating-basket-holder .contentarea {
    max-width: 1200px;
    margin: auto;
    padding: 5px 5px;
    text-align: center;
}

.floating-basket-holder .contentarea .button {
    margin: 10px;
}

.floating-basket-holder .contentarea>div {
    display: inline-block;
}

.floating-basket-holder .close {
    cursor: pointer;
    font-size: 20px;
    padding: 5px 5px 20px 20px;
}

.contentarea-small {
    max-width: 700px;
    margin: auto;
}

.printme {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.printme:hover {
    color: rgba(0, 0, 0, 0.9);
}

.desktoponly {
    display: block;
}

tbody.desktoponly {
    display: table-row-group;
}

tbody.mobonly {
    display: none;
}


/*input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}*/

.mb-0 {
    margin-bottom: 0;
}

.mobonly {
    display: none;
}

a.button:not(.button-custom),
.button:not(.button-custom) a {
    text-decoration: none;
    color: white !important;
}

#idLoading {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 9999;
    font-size: 50px;
    width: 100%;
    /*height:100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#idLoading div {
    position: fixed;
    top: 48%;
    left: 48%;
    color: rgba(255, 255, 255, 0.8);
}

.smalltext {
    font-size: 0.7em;
    font-style: italic;
    font-weight: normal;
}

.smalltext.smalltextvat {
    font-size: 0.6em;
    color: rgba(0, 0, 0, 0.6);
}

.mainholder .tblSimple {
	border-top:1px solid #bbb;	
}

.mainholder .tblSimple td {
	border-bottom:1px solid #bbb;
	padding:5px 10px;
}

.mainholder .tblList td .memberprice {
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 10px;
}

input,
textarea,
select {
    box-sizing: border-box;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    padding: 5px 10px;
}

input,
textarea {
    border: 1px solid lightgray;
}

input.postcode,
input.regno {
    width: 80px !important;
    margin-right: 0px !important;
}

input[name=Arr_AccountNumber] {
    min-width: 125px;
}

input.regno {
    min-width: 80px;
}

input.phone {
    width: 140px !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.backlink {
    position: absolute;
    top: 0px;
    font-size: 14px;
}

.backlink a {
    color: black;
    text-decoration: none;
}

.backlink a:hover {
    text-decoration: underline;
}

.button:not(.button-custom) {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    line-height: 25px;
    padding: 5px 20px;
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    background-color: #c90c45;
    color: white !important;
    font-weight: bold;
    transition: 0.3s ease all;
    margin: 20px 0px;
    text-align: center;
}

.button:not(.button-custom).disabled {
    pointer-events: none;
    opacity: 0.2;
}

.buttonlarge:not(.button-custom) {
    padding: 15px 20px;
    margin-top: 50px;
}

.twocoltable .buttonlarge:not(.button-custom) {
    margin-top: 10px;
}

.buttoncenter:not(.button-custom) {
    margin-left: auto;
    margin-right: auto;
}

.button:not(.button-custom):hover {
    box-shadow: 0px 0px 8px gray;
}

.loginerror,
.errormsg,
.invalid {
    font-weight: bold;
    text-align: center;
    background: rgba(0, 0, 0, 0.20);
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 14px;
}

h1 .loginerror,
h1 .errormsg,
h1 .invalid {
    display: inline-block;
    line-height: 1.3em;
    position: relative;
    top: -5px;
    left: 10px;
}

.invalid {
    display: none;
}

.pagewrap {
    min-height: calc(100vh - 420px);
}

.topbar {
    width: 100%;
    height: 21px;
    border-bottom: 1px solid #6d6d6d;
    background-color: black;
    min-width: 1236px;
}

.actualtopbar {
    width: 1200px;
    text-align: right;
    margin: auto;
}

.topmenu .mpoint {
    display: inline-block;
}

.topmenu .mpoint .fa {
    float: right;
    line-height: 22px;
    position: relative;
    right: 8px;
}

.topmenu .mpoint .submenu {
    position: absolute;
    text-align: left;
    background: #000;
    display: none;
    min-width: 110px;
    z-index: 101;
    top: 22px;
}

.topmenu .mpoint .submenu a {
    display: block;
    border-bottom: 1px solid #6d6d6d;
    padding-top: 3px;
    padding-bottom: 3px;
}

.topmenu .mpoint:hover .submenu {
    display: block;
}

.topmenu .login-dropdown-container {
    position:relative;
}
.topmenu .login-dropdown-container:hover .login-dropdown {
    display:flex;
}

.topmenu .mpoint .login-dropdown {
    position: absolute;
    min-width: 200px;
    right:0;
    top:22px;
    text-align: left;
    clear: both;
    background-color:#fff;
    z-index:9999999;
    display:none;
    flex-direction: column;
    gap: 1px;
    /* border: 1px solid rgba(248, 248, 248, 1); */
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    
}

.topmenu .mpoint .login-dropdown-toggle i {
    font-size: 14px;
    float:none;
    clear: both;
    position: sticky;
}

.topmenu .mpoint .login-dropdown a {
    padding: 0;
    line-height: normal;
}
.topmenu .mpoint .login-dropdown p {
    margin:0;
    padding:0;
}
.topmenu .mpoint .login-dropdown .login-dropdown-button {
    background-color:#000;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 4px;

}




.topmenu .mpoint .login-dropdown .login-dropdown-content-title {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color:#000;
    color: white;
    font-size: 10px;
}

.topmenu .mpoint .login-dropdown .login-dropdown-content-title,
.topmenu .mpoint .login-dropdown .login-dropdown-button {
    padding-left: 8px;
    padding-right: 8px;
}

.topmenu .mpoint .login-dropdown .login-dropdown-button i {
    font-size: 14px;
    float:none;
    clear: both;
    position: sticky;
}

.topmenu .mpoint .login-dropdown .login-dropdown-button .login-dropdown-button-icon {
    width: 20px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.topmenu .mpoint .login-dropdown .login-dropdown-changeaccess-container {
    display:flex;
    flex-direction: column;
    background-color:#fff;
    gap: 1px;
    min-width: 300px;

}

.topmenu .mpoint .login-dropdown .login-dropdown-changeaccess-container .login-dropdown-button {
    background-color: rgba(0,0,0,0.06);
    color:#000;
}

.topmenu .mpoint .login-dropdown .login-dropdown-changeaccess-container .login-dropdown-button:hover {
    background-color: rgba(0,0,0,0.15);
    text-decoration: none;
}
.topmenu .mpoint .login-dropdown .login-dropdown-changeaccess-container .login-dropdown-button.login-dropdown-button-active {
    background-color: rgba(0,0,0,0.2);
}


.actualtopbar a {
    color: white;
    padding: 0 16px;
    font-size: 10px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.actualtopbar a:hover {
    text-decoration: underline;
}

.topmenu .flags {
    display: inline-block;
}

.topmenu .flags a {
    padding: 0 2px;
}

.topmenu .flags img {
    position: relative;
    top: 3px;
}

header {
    width: 100%;
    height: 92px;
}

.actualheader {
    width: 1200px;
    height: 92px;
    margin: auto;
}

.actualheader .logoholder {
    width: 290px;
    height: 92px;
    display: table;
    position: absolute;
}

.actualheader .logoholder .logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.actualheader .logoholder .logo img {
    margin-left: 30px;
    margin-right: 30px;
}

.actualheader .menuright {
    width: auto;
    min-width: 200px;
    height: 92px;
    float: right;
}

.actualheader .menuright .menurighttop {
    margin-top: 7px;
    height: 50px;
    display: table;
    float: right;
}

.clear {
    clear: both;
}

.actualheader .menuright .menurighttop .searcharea,
.actualheader .menuright .menurighttop .basketarea,
.actualheader .menuright .menurighttop .currencyarea {
    display: table-cell;
    vertical-align: middle;
}

.actualheader .menuright .menurighttop .communearea {
    padding-right: 15px;
    padding-top: 19px;
    font-size: 0.8em;
}

.actualheader .menuright .menurighttop .currencyarea {
    padding-right: 15px;
    padding-top: 5px;
}

.actualheader .menuright .menurighttop .currencyarea .title {
    font-size: 12px;
}

.actualheader .menuright .menurighttop .currencyarea select {
    font-size: 12px;
    height: 23px;
    border: 1px solid #c1c1c1;
    padding: 2px 5px;
}

.basketarea .basketcontent {
    display: none;
    position: absolute;
    top: 50px;
    right: 20px;
    z-index: 101;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0px;
    min-width: 300px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    background-color: black;
    color: white;
    white-space: nowrap;
}

.basketarea .basketcontent a {
    text-decoration: none;
    color: white;
    margin: 10px;
}

.basketTitle {
    font-weight: bold;
    margin: 10px;
}

.basketarea .basketcontent .tblBasket {
    width: 100%;
}

.tblBasket tr:nth-child(odd) td {
    background-color: rgba(248, 248, 248, 1) !important;
}

.tblBasket:not(.lastc) tr:hover td {
    background-color: rgba(220, 220, 220, 1) !important;
}

.basketarea .basketcontent .tblBasket td {
    padding: 10px;
    background-color: white;
    color: black;
}

.basketarea .basketcontent .tblBasket td a {
    margin: 0px;
    color: black;
}

.basketarea .basketcontent .tblBasket.lastc tr:last-child td {
    background-color: white;
    color: black;
    width: 100%;
    height: auto;
    overflow: auto;
    border-top: 1px solid black;
}

.basketarea .basketcontent .tblBasket.lastc tr:last-child td:first-child {
    font-weight: bold;
}

.basketarea .basketcontent .tblBasket tr:last-child td a.button {
    color: white;
    font-size: 14px;
    padding: 5px;
    line-height: normal;
}

.tblBasket tbody {
    width: 100%;
}

.actualheader .menuright .menurighttop .searchwrap {
    display: table;
    margin-right: 20px;
    padding-top: 5px;
}

.actualheader .menuright .menurighttop .searcharea .searchwrap .searchfield,
.actualheader .menuright .menurighttop .searcharea .searchwrap .searchbutton {
    display: table-cell;
    box-sizing: border-box;
    height: 23px;
    border: 1px solid #c1c1c1;
    font-size: 12px;
    float: left;
}

.actualheader .menuright .menurighttop .searcharea .searchwrap .searchfield {
    padding-left: 20px;
    outline: none;
    width: 180px;
}

.actualheader .menuright .menurighttop .searcharea .searchwrap .searchbutton {
    border-left: 0px;
    width: 25px;
    background: white url('/images/searchglass.png') no-repeat top 1px left 3px;
}

.actualheader .menuright .menurighttop .basketarea {
    padding-top: 10px;
    padding-right: 25px;
    position: relative;
}

.actualheader .menuright .menurighttop .basketarea a.basket {
    text-decoration: none;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.actualheader .menuright .menurighttop .basketarea a.basket i {
    font-size: 28px;
}

.actualheader .menuright .menurighttop .basketarea .basket-itemcount {
    position: absolute;
    width: auto;
    height: 18px;
    min-width: 18px;
    background-color: rgba(250, 225, 236, 0.9);
    border-radius: 9px;
    text-align: center;
    line-height: 18px;
    top: 10px;
    left: 23px;
}

.actualheader .menuright .menuholder {
    height: 35px;
    position: relative;
    z-index: 1;
}

.actualheader .menuright .menuholder .menu a {
    /*padding: 0 16px;*/
    padding: 0 10px;
    height: 35px;
    display: inline-block;
    color: black;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
}

.actualheader .menuright .menuholder .menu a:hover {
    /*transition: 0.2s ease all;*/
    color: white;
    background-color: black;
}

.subheaderlines {
    width: 100%;
    height: 10px;
    background: center url('/images/bglines.png');
    margin-bottom: 13px;
    min-width: 1236px;
}

.seachtablev2-holder {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.seachtablev2-holder h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px;
    margin-bottom: 0;
}

.seachtablev2-holder .searchtablev2 {
    display: table;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: auto;
}

.seachtablev2-holder .searchtablev2 input:not([type=checkbox]) {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.seachtablev2-holder .searchtablev2 input[type=submit] {
    padding: 0;
    margin: 0;
    text-align: center;
}

.seachtablev2-holder .searchtablev2 .stcol {
    display: table-cell;
    padding: 0 5px;
    font-size: 13px;
    vertical-align: top;
}

.seachtablev2-holder .searchtablev2 .stcol.stcol-calendar {
    min-width: 150px;
    width: 150px;
}

.seachtablev2-holder .searchtablev2 .stcol.stcol-search {
    min-width: 200px;
    width: 250px;
}

.seachtablev2-holder .searchtablev2 .stcol.stcol-where {
    min-width: 140px;
}

.seachtablev2-holder .searchtablev2 .stcol.stcol-submit {
    min-width: 36px;
    max-width: 36px;
    width: 36px;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect {
    width: 250px;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-choice {
    border-radius: 0;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-choice>div {
    background: none;
    width: 32px;
    border-left: 1px solid #aaa;
    height: 30px;
    padding-left: 3px;
    position: absolute;
    top: 6px;
    right: 0;
    border-top: 0;
    border-bottom: 0;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-choice>div::after {
    display: block;
    content: '\f077';
    font-family: 'FontAwesome';
    color: #c90c45;
    transform: rotate(180deg);
    text-align: center;
    line-height: 34px;
    font-size: 26px;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-choice>div.open::after {
    transform: rotate(0deg);
    line-height: 26px;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-choice>span {
    right: 44px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 38px;
    padding-left: 10px;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-choice {
    height: 38px;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-drop {
    border-radius: 0;
    box-sizing: border-box;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-drop ul>li {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0!important;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-drop ul>li:hover label {
    background: #f3f8f8;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-drop ul input[type="checkbox"] {
    float: right;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-drop ul label {
    padding: 0;
    cursor: pointer;
    margin-bottom: 0;
    padding: 7px 5px 7px 10px;
    white-space: normal;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-drop ul label span {
    padding-right: 25px;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-search input {
    text-transform: none;
}

.seachtablev2-holder .searchtablev2 .stcol.multiselect .ms-drop ul input[type="checkbox"] {
    top: -2px;
    position: relative;
    width: auto;
    right: 10px;
}

.seachtablev2-holder .searchtablev2 .stcol input {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
    width: 100%;
    text-transform: uppercase;
}

.seachtablev2-holder .searchtablev2 .stcol input[type=text] {
    height: 38px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    background: none;
    padding-right: 45px;
}

.seachtablev2-holder .searchtablev2 .stcol .iconinput {
    position: relative;
}

.seachtablev2-holder .searchtablev2 .stcol .iconinput::after {
    position: absolute;
    display: inline-block;
    content: '';
    font-family: 'FontAwesome';
    color: #c90c45;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    right: 10px;
    top: 4px;
    padding-left: 10px;
    border-left: 1px solid #aaa;
    pointer-events: none;
}

.seachtablev2-holder .searchtablev2 .stcol .iconinput.iconinput-where::after {
    content: '\f041';
}

.seachtablev2-holder .searchtablev2 .stcol .iconinput.iconinput-calendar::after {
    content: '\f073';
}

.seachtablev2-holder .searchtablev2 .stcol .iconinput.iconinput-search::after {
    content: '\f002';
}

.seachtablev2-holder .searchtablev2 input[type=submit] {
    width: 36px;
    height: 36px;
    border: 0px;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    background-color: #c90c45;
    font-weight: bold;
}

.seachtablev2-holder .searchtablev2 .ui-corner-all {
    border-radius: 0;
}

.tblEventsearch {
    width: 1200px;
    margin: 10px auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.tblEventsearch tr:not(:first-child) td {
    width: 25%;
    vertical-align: top;
}

.td-search-first {
    padding: 0 18px 0 0!important;
}

.td-search-second {
    padding: 0 13px 0 6px!important;
}

.td-search-third {
    width: 100%;
}

.td-search-last {
    padding-left: 7px!important;
}

.tblEventsearch h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px;
}

.footerholder {
    padding-top: 40px;
    height: 415px;
    box-sizing: border-box;
    clear: both;
    min-width: 1236px;
}

footer {
    width: 100%;
    background-color: #2c2c2c;
}

footer .actualfooter {
    width: 1200px;
    margin: auto;
}

footer .actualfooter .sections {
    display: table;
}

footer .actualfooter .sections .section {
    display: table-cell;
    padding: 20px 10px;
    color: #d3d3d3;
    box-sizing: border-box;
    font-size: 12px;
}

footer .actualfooter .sections .section h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 16px;
}

footer .actualfooter .sections .section ul {
    padding: 0px;
    margin: 0px;
}

footer .actualfooter .sections .section ul li {
    list-style-type: none;
}

footer .actualfooter .sections .section a {
    display: inline-block;
    color: #d3d3d3;
    text-decoration: none;
    font-size: 12px;
}

footer .actualfooter .sections .section a:hover {
    text-decoration: underline;
}

footer .actualfooter .sections .section .email {
    margin-top: 30px;
}

footer .actualfooter .sections .section1,
footer .actualfooter .sections .section2 {
    width: 300px;
}

footer .actualfooter .sections .section3 {
    width: 200px;
}

footer .actualfooter .sections .section4 {
    width: 400px;
    padding-left: 100px;
}

footer .actualfooter .sections .section4 .cardlogos img {
    width: 100%;
    height: auto;
    max-width: 200px!important;
}

footer .actualfooter .sections .section4 .facebook img {
    float: left;
    padding-right: 10px;
}

footer .blackfooter {
    width: 100%;
    background-color: #0c0c0c;
    color: #686868;
}

footer .blackfooter .actualblackfooter {
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
    padding: 20px 30px;
    text-align: center;
    font-size: 11px;
}

footer .blackfooter .actualblackfooter a {
    color: #949494;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
}

footer .blackfooter .actualblackfooter a:hover {
    text-decoration: underline;
}

.subfooter {
    width: 1200px;
    margin: auto;
    text-align: center;
    color: #686868;
    padding: 10px;
    font-size: 10px;
}

.subfooter a {
    color: #686868;
    font-size: 9px;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0px 0px 0px;
}

.subfooter a:hover {
    text-decoration: underline;
}

.maincontent {
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
    padding: 20px 40px;
    position: relative;
    z-index: 100;
}

.maincontent.nosidepadding {
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
    padding: 20px 1px;
    position: relative;
}

.maincontentNoheadfoot {
    width: 100%;
    padding: 0px;
    margin: 0px;
}


/*START ARR_CREATE*/

.tblEditSeatChart .ChartData tr:first-child td {
    background: #000;
    color: #fff;
    padding: 7px 10px;
    text-transform: uppercase;
}

.tblEditSeatChart .AddSection {
    text-decoration: none;
}

.tblEditSeatChart .AddSection:hover span {
    text-decoration: underline;
}

.tblEditSeatChart .ChartData textarea {
    font-size: 10px;
}

.tblEditSeatChart .ChartData .btnDelete {
    display: none;
}

.tblEditSeatChart .ChartData .btnDeleteActive {
    display: inline-block!important;
    color: #fff;
}

.tblEditSeatChart .ChartData tr:last-child td {
    border-bottom: 1px solid #000;
}

.onecoltable {
    box-sizing: border-box;
}

.imageupload .upload {
    display: none;
}

.integration-wrapper, .loginaccess-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.integration-tabgroup-link-container, .loginaccess-tabgroup-link-container {
    display: flex;
    flex-direction: column;
    border: 1px solid #dedede;
    gap: 2px;
    padding: 1px;
    min-width: 350px;
    margin-top: 38px;
}

.integration-tabgroup-link-container .integration-tabgroup-link, .loginaccess-tabgroup-link-container .loginaccess-tabgroup-link {
    text-decoration: none;
    display: flex;
    padding: 8px 12px;
    background: rgba(248, 248, 248, 1);
}

.integration-tabgroup-link-container .integration-tabgroup-link:hover, .loginaccess-tabgroup-link-container .loginaccess-tabgroup-link:hover {
    background: rgba(220, 220, 220, 1);
    color: black;
}

.integration-tabgroup-link-container .integration-tabgroup-link.integration-tabgroup-link-active, .loginaccess-tabgroup-link-container .loginaccess-tabgroup-link.loginaccess-tabgroup-link-active {
    background: #c90c45;
    color: white;
}

.integration-tabgroup-wrapper, .loginaccess-tabgroup-wrapper,
.integration-tabgroup-container, .loginaccess-tabgroup-container {
    width: 100%;
}

.integration-tabgroup-container h3 {
    margin: 0 0 15px 0;
}

.integration-tabgroup-container {
    display: none;
}

.integration-tr-hidden,.loginaccess-tr-hidden {
    display: none;
}

.loginaccess-wrapper {
    flex-direction: column;
    max-width: 600px;
}

.loginaccess-tabgroup-container h3 {
    margin: 0 0 15px 0;
}

.loginaccess-tabgroup-label {
    display:flex;
    gap: 5px;
    margin-bottom: 15px;
    user-select: none;
}

.loginaccess-wrapper .loginaccess-titlecheckbox {
    display:inline-flex;
    gap:5px;
    user-select: none;
}

.twocoltable {
    width: 50%;
    box-sizing: border-box;
}

.twocoltable input:not([type=submit]),
.onecoltable input:not([type=submit]),
.onecoltable textarea,
.twocoltable select,
.onecoltable select {
    width: 100%;
    box-sizing: border-box;
}

.twocoltable input[type=checkbox] {
    float: left;
    width: auto;
    margin: 5px 0px;
}

label.error,
label.error {
    display: none !important;
}

input.error,
textarea.error,
select.error,
.ms-parent.error .ms-choice {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.required-field {
    color: red;
    font-size: 12px;
    padding-left: 5px;
}

.trPaymentCards div.paymentmethods {
    display: flex;
    margin: 30px 0 20px 0;
}

.trPaymentCards div.paymentmethods>label {
    /*width:18%;*/
    background: #f6f6f5;
    border-radius: 8px;
    display: inline-block;
    padding: 4px;
    margin: 1%;
    transition: ease-in-out all 0.3s;
    position: relative;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
    max-width: 75px;
    flex: 1 1 0px
}

.trPaymentCards div.paymentmethods>label:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.trPaymentCards div.paymentmethods>label.selected {
    border-color: rgba(0, 0, 0, 0.8);
}

.trPaymentCards div.paymentmethods>label .extratext {
    position: absolute;
    bottom: -18px;
    font-size: 11px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
}

.trPaymentCards div.paymentmethods>label>img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.trPaymentCards div.paymentmethods>label>input {
    display: none;
    width: 0;
    height: 0;
}

.twocoltable tr td~td,
.onecoltable tr td~td {
    padding: 5px;
}

.twocoltable:not(.norightpad) tr td:last-child {
    padding-right: 10px;
}

.twocoltable.norightpad tr td:first-child {
    padding-left: 10px;
}

.twocoltable.checkoutright {
    margin-top: 16px;
}

.twocoltable.checkoutright .trAddress:not(.force-show) {
    display: none;
}

.twocoltable.checkoutright .trAlreadypurchased p.title {
    font-weight: bold;
    color: #c90c45;
    /*text-transform:uppercase;
	font-size:0.8em;*/
}

.twocoltable.checkoutright .trAlreadypurchased p:not(.title) {
    font-size: 0.8em;
    font-style: italic;
}

.twocoltable.checkoutright tr td:first-child {
    padding-left: 50px;
}


/*END ARR_CREATE*/


/*START PLACES/EVENTS*/

.tblholder {
    border: 1px solid #dedede;
    padding: 1px;
}

span.tblholder {
    display: block;
}

div.tblholder:not(.mobile) {
    overflow-x: auto;
    overflow-y: hidden;
}

td.eventwchildren-date {
    background: rgba(0, 0, 0, 0.05)!important;
    color: #000!important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left!important;
    cursor: pointer;
    text-transform: none!important;
}

td.eventwchildren-date:hover {
    background: rgba(0, 0, 0, 0.08)!important;
}

td.eventwchildren-date .content::after {
    display: inline-block;
    content: '\f04b';
    font-family: 'FontAwesome';
    width: 40px;
    text-align: center;
    font-size: 10px;
    transform: translateY(-2px);
}

td.eventwchildren-date.show .content::after {
    /*content:'\f078';*/
    transform: rotate(90deg);
}

td.eventwchildren-date .ticketinfo {
    font-weight: normal;
    font-size: 0.8em;
}

tbody.eventwchildren-tbody {
    display: none;
}

tbody.eventwchildren-tbody.show {
    display: table-row-group!important;
}

td.eventwchildren-date.eventwchildren-date-first {
    border-top: none;
}

.tblList {
    width: 100%;
}

.tblList a {
    color: black;
    margin: 0px 10px;
    text-decoration: none;
    white-space: nowrap;
}

.tblList.tblListIntegration a {
    margin: 0;
}

.tblAddedToBasketAddons.tblList a {
    margin: 5px 0 0 5px;
}

.tblList li a {
    margin: 0px;
}

.tblList a:hover {
    text-decoration: underline;
}

.tblList i {
    color: black;
    margin-right: 3px;
}

.tblList tr td {
    padding: 10px;
}

.tbl-tr-parent td {
    color: #000!important;
    background-color: rgba(0, 0, 0, 0.12)!important;
	border-bottom: 1px solid #fff;
}

.tbl-tr-parent.show-lines a.toggle-show-lines i {
	transform:rotate(90deg);	
}

.datepicker-school {
    font-size: 13px;
}

.datepicker-school .ui-widget {
    font-size: 13px;
    margin: auto;
    width: calc(100% - 10px)!important;
}

.datepicker-school td .ui-state-default {
    text-align: center;
    line-height: 20px;
}

.datepicker-school td .ui-state-default.ui-state-hover {
    border: 1px solid #aaaaaa;
}

.datepicker-school td.available .ui-state-default.ui-state-active {
    background: rgba(0, 200, 0, 1.00);
    color: #fff!important;
}

.datepicker-school td.available .ui-state-default {
    background: rgba(0, 200, 0, 0.2);
    color: rgba(0, 0, 0, 0.5)!important;
}

.datepicker-school td.alreadybooked .ui-state-default {
    background: rgba(253, 0, 4, 1.00);
    color: rgba(255, 255, 255, 0.5);
}

.datepicker-school .ui-datepicker-month {
    font-size: 15px;
}

.mainholder .tblList tr:not(:first-child) td .datepicker-school td,
.mainholder .tblList tr.notfirstrow td .datepicker-school td {
    display: table-cell!important;
    width: auto!important;
}

.datepicker-school .ui-datepicker .ui-datepicker-next,
.datepicker-school .ui-datepicker .ui-datepicker-prev {
    font-weight: normal!important;
    line-height: 24px;
}

.datepicker-school .ui-datepicker .ui-datepicker-prev span,
.datepicker-school .ui-datepicker .ui-datepicker-next span {
    display: none;
}

.datepicker-school a:hover {
    text-decoration: none;
}

.datepicker-school .ui-state-hover,
.datepicker-school .ui-widget-content .ui-state-hover,
.datepicker-school .ui-widget-header .ui-state-hover,
.datepicker-school .ui-state-focus,
.datepicker-school .ui-widget-content .ui-state-focus,
.datepicker-school .ui-widget-header .ui-state-focus {
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.datepicker-school .ui-widget-header {
    border: 0;
    background: none;
}

.datepicker-school .ui-datepicker-calendar td {
    padding: 0!important;
    background-color: white!important;
}

.datepicker-school .ui-datepicker-calendar tr:hover td {
    background-color: white!important;
}

.datepicker-school a {
    margin: 0;
}

.popup.mobile .tblAddedToBasketAddons:not(.tblAddedToBasketAddonsAlternate) tr td {
    display: block;
    width: 100%!important;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 10px;
}

.popup.mobile .btnAddToBasketMandatory {
    width: 100%;
    box-sizing: border-box;
}

.popup.mobile .tblAddedToBasketAddons .desc {
    max-width: 100%;
}

.popup.mobile .tblAddedToBasketAddons .tblbutton {
    float: none;
    margin-bottom: 5px;
}

.tblList tr.addonline td {
    padding: 5px 10px;
    font-size: 12px;
    background: #eaeaea !important;
}

.tblList tr.addonline td .desc,
.tblAddedToBasketAddons .desc {
    font-style: italic;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.7);
    max-width: 200px;
}

.tblList tr.addonline td:first-child {
    padding-left: 30px;
}

.tblList tr.linethrough td,
.linethrough {
    text-decoration: line-through;
    color: gray;
}

.tblList tr.lineended td,
.lineended {
    color: gray;
}

.tblList tr.childevent td,
.tblList tr.childrow td {
    padding: 5px 10px;
    font-size: 12px;
    height: 35px;
    background: #eaeaea !important;
}

.tblList tr.childevent td:first-child, 
.tblList tr.childrow td:first-child {
    padding-left:25px;
}

.tblList tr.childevent td .button,
.tblList tr.childrow td .button {
    font-size: 12px;
    padding: 0 20px;
}

.tblList tr td.actions {
    white-space: nowrap;
    font-size: 16px;
}

.tblList tr td.actions a i {
    color: rgba(0, 0, 0, 0.75) !important;
}

.tblList tr td.actions a:hover i {
    color: rgba(0, 0, 0, 1) !important;
}

.tblList:not(.tblListIntegration) tr td:last-child {
    text-align: right;
}

.tblList.alignleft tr td:last-child {
    text-align: left;
}

.tblList:not(.tblListIntegration) tbody:not(.jqSortable) tr:not(.notfirstrow):first-child td {
    background-color: black;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.tblList:not(.tblListIntegration) tbody:not(.jqSortable) tr:not(.notfirstrow):first-child td a {
    color: #fff;
    margin: 0;
    position: relative;
}

.tblList:not(.tblListIntegration) tbody:not(.jqSortable) tr:not(.notfirstrow):first-child td a.sortarrow::after {
    position: absolute;
    right: -20px;
    font-family: FontAwesome;
    line-height: 20px;
    top: 1px;
}

.tblList:not(.tblListIntegration) tbody:not(.jqSortable) tr:not(.notfirstrow):first-child td a.sortarrow-asc::after {
    content: '\f0d7';
}

.tblList:not(.tblListIntegration) tbody:not(.jqSortable) tr:not(.notfirstrow):first-child td a.sortarrow-desc::after {
    content: '\f0d8';
}

.tblList:not(.tblListIntegration) tr:not(:first-child):nth-child(even) td,
.tblList .jqSortable tr:hover td,
.tblList:not(.tblListIntegration) tr.notfirstrow:nth-child(even) td,
.tblList .jqSortable tr:hover td,
.tblListIntegration tr.integration-uneven {
    background-color: rgba(248, 248, 248, 1);
}

.popup .tblList tr:not(:first-child):nth-child(even) td,
.popup .tblList .jqSortable tr:hover td,
.popup .tblList tr.notfirstrow:nth-child(even) td,
.popup .tblList .jqSortable tr:hover td {
    background-color: rgba(240, 240, 240, 1);
}

.tblList tr:not(:first-child):hover td .ui-datepicker-calendar tr td {
    background-color: white !important;
}

.tblList:not(.tblListIntegration) tr:not(:first-child):hover td,
.tblList .jqSortable tr:hover td,
.tblList:not(.tblListIntegration) tr.notfirstrow:hover td,
.tblList .jqSortable tr:hover td,
.popup .tblList tr:not(:first-child):hover td,
.popup .tblList .jqSortable tr:hover td,
.popup .tblList tr.notfirstrow:hover td,
.popup .tblList .jqSortable tr:hover td {
    /*background-color: rgba(220, 220, 220, 1);*/
	background-color: rgba(0,0,0,0.06);
}

.tblList.hide-trash tr td a.deleteoption {
    display: none;
}

tr td.align-top {
    vertical-align: top;
    padding-top: 5px;
}

tr.tr-clickable {
    cursor: pointer;
}

tr.tr-clickable:hover .tr-clickable-hover {
    text-decoration: underline;
}

.tblStats {
    width: 100%;
}

.tblStats h4 {
    text-transform: uppercase;
}

.tblStats tr:not(:first-child) td {
    padding: 30px 20px 8px 20px;
}

.tblStats tr td {
    padding: 10px;
    background-color: rgba(248, 248, 248, 1);
    vertical-align: top;
}

.tblStats.alignleft tr td:last-child {
    text-align: left;
}

.tblStats tbody:not(.jqSortable) tr:not(.notfirstrow):first-child td {
    background-color: black;
    font-weight: bold;
    color: white;
    text-transform: uppercase
}

.tblStats .tblStatsTotal tr td {
    padding: 0 25px 20px 0;
}

.tblStats .tblStatsTotal tr td:first-child {
    padding-left: 0;
}

.tblStats .tblStatsTotal tr td div:not(:first-child) {
    font-size: 11px;
}

.tblStats .tblStatsTotal tr td div:first-child {
    font-size: 17px;
    color: #c90c45;
}

.tblStats .progressBarHolder .row {
    margin-bottom: 12px;
}

.tblStats .progressBarHolder .row div {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.tblStats .progressBarHolder .row .title {
    font-size: 11px;
    margin-bottom: 2px;
}

.tblStats .progressBarHolder .row .progressBarBg {
    background-color: #D8D8D8;
}

.tblStats .progressBarHolder .row .progressBarBg .progressBarPercent {
    background-color: #c90c45;
    line-height: 30px;
    text-align: center;
    color: #fff;
    height: 30px;
    font-size: 15px;
    width: 0;
    /*transition:ease-in-out width 1s;*/
}

.tblStats .progressBarHolder .row .progressBarBg .progressBarPercent .progressBarPercentText {
    transition: ease-in-out all 0.5s;
    opacity: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    padding: 0 5px;
}

.tblStats .progressBarHolder .row .progressBarBg .progressBarPercent .progressBarPercentText.show {
    opacity: 1;
}


/* .tblStats .pieChartHolder { */


/*display:table-cell; 
	vertical-align:middle;
	position:relative;
	width:178px!important;*/


/* } */

.tblStats .pieChartHolder #myPieChart {
    margin: auto;
}

.tblStats .chartLegend-holder {
    text-align: center;
}

.tblStats .chartLegend {
    /*display:table-cell; 
	vertical-align:middle;
	font-size:0;	
	width:178px!important;	*/
    display: inline-block;
    text-align: left;
    margin: auto;
}

.tblStats .chartLegend .row {
    font-size: 15px;
    margin: 3px 0;
    white-space: nowrap;
}

.tblStats .chartLegend .row div {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
}

.tblStats .chartLegend .row div.legendTitel {
    width: 75px;
    overflow: hidden;
    font-size: 11px;
}

.tblStats .chartLegend .row div:first-child {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.tblbutton:not(.button-custom) {
    display: inline-block;
    float: right;
    margin: 20px 0px;
}

.btnAddToBasket:not(.button-custom),
.btnGoToLink:not(.button-custom) {
    height: 35px;
    width: 100px;
    padding: 0px;
    line-height: 35px;
    text-align: center;
    color: white !important;
    font-size: 13px;
    cursor: pointer;
}

.btnAddToBasket:hover {
    text-decoration: none !important;
}

.btnAddToBasket.btnAddToBasketReserve {
    margin-top: 5px;
    background-color: #078164;
}

.btnOrderTickets {
    height: 35px;
    min-width: 250px;
    padding: 0px;
    line-height: 35px;
    text-align: center;
    color: white !important;
    font-size: 15px;
    cursor: pointer;
}


/*END PLACE/EVENTS*/


/*START SEARCH PAGE*/

.eventItemholderAjax .ajax-loader {
    padding-top: 35px;
    text-align: center;
}

.eventItemholderAjax .ajax-loader .fa {
    margin-bottom: 18px;
    font-size: 32px;
}

.eventItemholder {
    width: 100%;
    height: auto;
    overflow: visible;
}

.eventItemholder .month-title {
    clear: both;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.eventItemholder .soldout-holder {
    position: absolute;
    pointer-events: none;
    left: 142px;
}

.eventItemholder .eventItem {
    width: 280px;
    height: 293px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dedede;
    margin-right: 26px;
    margin-bottom: 26px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    transition: 0.2s ease all;
    position: relative;
}

.eventItemholder .eventItem.eventItemSchool {
    height: 308px;
}

.eventItemholder .eventItem:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.eventItemholder .eventItem * {
    box-sizing: border-box;
}

.eventItemholder .eventItem:nth-child(4n+4) {
    margin-right: 0px;
}

.eventItemholder .eventItem .imgholder {
    width: 278px;
    height: 99px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.eventItemholder .eventItem .imgholder img {
    width: 278px;
    height: auto;
}

.eventItemholder .eventItem .textholder {
    width: 278px;
    height: 132px;
    text-transform: uppercase;
    text-align: center;
}

.eventItemholder .eventItem .textholder .topline0 {
    width: 100%;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
    color: rgba(0, 0, 0, 0.6);
}

.eventItemholder .eventItem .textholder .topline {
    width: 100%;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    color: rgba(0, 0, 0, 0.6);
}

.eventItemholder .eventItem .textholder .midline {
    display: table;
    width: 100%;
    height: 66px !important;
    max-height: 66px !important;
    font-size: 24px;
    padding-top: 6px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    overflow: hidden !important;
}

.eventItemholder .eventItem .textholder .midline .midlineinner {
    width: 260px;
    height: 60px;
    max-width: 260px;
    max-height: 60px;
    display: block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto;
}

.eventItemholder .eventItem .textholder .botline {
    width: 100%;
    height: 33px;
    font-size: 11px;
    padding-top: 6px;
    color: rgba(0, 0, 0, 1);
}

.eventItemholder .eventItem .btnholder {
    width: 100%;
    height: 45px;
    padding-top: 7px;
}

.eventItemholder .eventItem .eventItembtn {
    width: 104px;
    height: 35px;
    background-color: #c90c45;
    text-align: center;
    line-height: 35px;
    display: block;
    margin: auto;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
}

.eventItemholder .eventItem .catholder {
    width: 100%;
    height: 15px;
    padding-right: 7px;
    text-align: right;
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    text-transform: uppercase;
}


/*END SEARCH PAGE*/


/* START RECEIPT PAGE */

.receipt .divtable {
    display: table;
    width: 100%;
}

.receipt .cell {
    display: table-cell;
    vertical-align: top;
}

.receipt .cell.cell1 {
    width: 60%;
}

.receipt .cell.cell2 {
    width: 40%;
    padding-top: 5px;
    text-align: center;
}

.receipt .cell.cell2 .fa {
    font-size: 20px;
    margin-top: 20px;
}

.receipt .download .title {
    font-family: 'Open Sans';
    font-size: 2em;
    margin: 0.67em 0;
    font-weight: 700;
}

.receipt .downloadtable {
    display: table;
    width: 100%;
    border-top: 1px solid #dedede;
}

.receipt .downloadtable .drow {
    display: table-row;
}

.receipt .downloadtable .dcell {
    display: table-cell;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #dedede;
    padding: 0 20px;
}

.receipt .downloadtable .dcell .button {
    margin: 10px 0;
}


/* END RECEIPT PAGE */


/*START EVENT PAGE*/

.mainholder {
    /* udkommenteret da den laver ged i handelsbetingelser - den er flyttet ned i .eventpage .mainholder */
    /*width: 760px;*/
    width: 100%;
    float: left;
}

.eventpage .mainholder {
    width: 760px;
}

.eventpage .eventItemholderAjax {
    margin-top: 70px;
}

.eventpage .eventWaitingList {
    margin-top: 70px;
}

.eventpage .eventWaitingList .loader {
    display: none;
    font-size: 26px;
    text-align: center;
}

.eventpage .eventWaitingList .signedup {
    display: none;
    font-weight: bold;
}

.eventpage .eventWaitingList.loading .form,
.eventpage .eventWaitingList.signedup .form {
    display: none;
}

.eventpage .eventWaitingList.loading .loader {
    display: block;
}

.eventpage .eventWaitingList.signedup .signedup {
    display: block;
}

.maincontent.eventpage2 .mainholder {
    width: 450px;
}

.maincontent.eventpage2 .infoholder {
    width: 690px;
}

.maincontent.eventpage2 .gmapimage {
    text-align: center;
}

.maincontent.eventpage3 .mainholder {
    width: 580px;
}

.maincontent.eventpage3 .infoholder {
    width: 580px;
}

.maincontent.eventpage3 .gmapimage {
    text-align: center;
    clear: both;
}

.eventpage .mainholder .soldtickets {
    padding-bottom: 25px;
    margin-top: -10px;
}

.maincontentNoheadfoot .mainholder {
    width: 95%!important;
    margin: 0 auto!important;
    float: none!important;
}

.mainholder img {
    max-width: 100%;
    height: auto;
}

.mainholder .share:not(.button-custom) {
    position: relative;
    float: right;
    margin: 0px;
    font-size: 14px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    font-family: 'Open Sans Condensed';
    font-weight: normal;
    text-decoration: none;
    color: white;
}

.mainholder .btnShare span {
    margin-left: 5px;
}

.sharemenuHolder {
    position: absolute;
    display: none;
    opacity: 0;
}

.sharemenuHolder ul {
    list-style: none;
    position: absolute;
    line-height: normal;
    padding: 5px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    top: -15px;
    right: -60px;
    width: 80px;
}

.sharemenuHolder ul li {
    display: block;
    line-height: normal!important;
    border-bottom: 1px solid #afafaf;
    width: 100%;
}

.sharemenuHolder ul li:last-child {
    border-bottom: 0;
}

.sharemenuHolder ul li a {
    font-weight: 300;
    margin: 0!important;
    color: #000 !important;
    text-transform: none;
    display: block;
    padding: 2px!important;
    white-space: nowrap;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
}

.sharemenuHolder ul li a:hover {
    border: 0!important;
    text-decoration: underline;
}

.sharemenuHolder ul li a span.fa {
    font-size: 18px;
    display: inline-block;
    width: 20px;
    margin-right: 2px;
    text-align: center;
}

.mainholder .tblList td[align=right] {
    white-space: nowrap;
}

.infoholder {
    width: 400px;
    float: right;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.infoholder h1 {
    margin: 0px;
}

.infoholder .date {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.infoholder .arranger {
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    padding-top: 16px;
}

.infoholder .eventdesc {
    font-family: 'Open Sans Condensed';
    font-size: 16px;
    text-transform: none;
    margin-top: 10px;
}

.infoholder .eventdesc img {
    max-width: 100%;
}

.infoholder .gmapwrap {
    border-top: 1px solid #d3d3d3;
    margin-top: 30px;
}

.infoholder .gmapwrap .gmaptop {
    color: rgba(0, 0, 0, 0.7);
    font-size: 22px;
}

.infoholder .gmapwrap img {
    max-width: 400px;
}

.infoholder .gmapwrap .gmaptop .gmaptopright {
    font-family: 'Open Sans Condensed';
    font-size: 17px;
    float: right;
    text-transform: none;
    padding-right: 10px;
    line-height: 20px;
    margin-top: -5px;
    max-width: 50%;
}

.infoholder .gmapwrap .gmaptop .gmaptopright .eventaddress {
    padding-bottom: 20px;
}

.infoholder .linkholder a {
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    margin-top: 30px;
}

.infoholder .linkholder a:hover {
    text-decoration: underline;
}


/*END EVENT PAGE*/


/*START CHECKOUT PAGE*/

.checkoutright,
.checkoutleft {
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.checkoutleft {
    margin-top: 20px;
}

.checkoutleft .privacypolicy {
    font-size: 0.8em;
    margin-top: 20px;
    font-style: italic;
}

.checkoutleft .currencyinfo {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}

.tblholder.checkout {
    width: 100%;
    float: right;
    box-sizing: border-box;
    position: relative;
    overflow: visible!important;
}

.tblholder.checkout .loader {
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out 0.3s opacity;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    top: 0;
    bottom: 0;
}

.tblholder.checkout .loader span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.tblholder.checkout.loading {
    pointer-events: none;
}

.tblholder.checkout.loading .loader {
    opacity: 1;
}

.viabill-pricetag {
    text-align: center;
    margin-top: 20px;
}

.tblCheckout {
    width: 100%;
}

.tblCheckout tr td {
    padding: 10px;
}

.tblCheckout tr:first-child td {
    background-color: black;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.tblCheckout tr:not(:first-child):nth-child(even) td {
    background-color: rgba(248, 248, 248, 1);
}

.tblCheckout tr:not(:first-child):hover td {
    background-color: rgba(220, 220, 220, 1);
}

.tblCheckout tr td:last-child a {
    margin-right: 0px;
    text-decoration: none;
}

.tblCheckout .whitetr td {
    background-color: white !important;
}

.tblCheckout .whitetr:hover td {
    background-color: white !important;
}

.tblCheckout .blacktr td {
    background-color: black !important;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.tblCheckout .blacktr:hover td {
    background-color: black !important;
    color: white;
}

.tblCheckout .trprice td {
    font-weight: bold;
    border-top: 1px solid black;
}

.tblCheckout tr:last-child td {
    background-color: white !important;
}

.tblCheckout tr:last-child:hover td {
    background-color: white !important;
}

.discount_open_holder {
    text-align: center;
}

.discount_open:not(.button-custom) {
    width: auto;
    margin: 20px auto;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
}

.tblCodesHolder {
    display: none;
}

.tblCodes {
    width: 100%;
    background-color: rgba(248, 248, 248, 1);
}

.tblCodes h2 {
    margin: 10px 0px 0px 0px
}

.tblCodes td {
    padding: 10px;
}

.tblCodes tr:last-child td,
.tblCodes tr:last-child:hover td {
    background-color: white !important;
}

.tblCodes input[type=text] {
    width: 100%;
    height: 35px;
    line-height: 25px;
    text-align: center;
}

.tblCodes input[type=submit] {
    margin: auto;
    width: 100%;
}

.floatright .button.tblbutton:not(:last-child) {
    margin-left: 10px;
}

.twocoltable.checkoutleft .buttonlarge {
    width: 100%;
}


/*END CHECKOUT PAGE*/

.jqSortable .fa-sort {
    cursor: move;
}

.jqSortable .ui-sortable-helper td {
    display: none;
}

.jqSortable .ui-sortable-helper td:first-child {
    display: block;
}

.featurelist-holder {
    margin-top: 10px;
    min-width: 350px;
}

.featurelist-holder ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
}

.featurelist-holder ul li {
    padding: 5px 0;
}

.featurelist-holder ul li a>i {
    margin-right: 5px;
}

.events-topcontainer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.events-topcontainer .event-links-container {
    margin-top: 10px;
    width: 100%;
    max-width: 400px;
}

.events-topcontainer .event-links-container>strong {
    margin-bottom: 5px;
    display: block;
}

.events-topcontainer .event-links-item>a:first-of-type {
    word-break: break-all;
    font-size: 12px;
}

.events-topcontainer .event-links-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #dedede;
    padding: 2px 0;
}

.events-topcontainer .event-links-item:first-of-type {
    padding-top: 0;
}

.events-topcontainer .event-links-item:last-of-type {
    border-bottom: 0;
}

.events-topcontainer .event-links-item-holder {
    display: flex;
    flex-direction: column;
}

.events-topcontainer .button {
    display: inline-block;
    margin-top: 15px;
}

.event-create-button-holder {
    position: relative;
    min-width: 197px;
}

.event-create-button-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background: #000;
    color: #fff;
    left: 0;
    right: 0;
    top: 52px;
    border-radius: 0 0 5px 5px;
    padding: 5px 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
}

.event-create-button-holder.show-submenu ul {
    pointer-events: initial;
    opacity: 1;
}

.event-create-button-holder ul li a {
    color: #fff;
    padding: 5px 20px 5px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 0.9em;
}

.event-create-button-holder ul li a i {
    width: 10px;
    display: inline-block;
    font-size: 11px;
}

.event-create-button-holder ul li a:hover {
    text-decoration: underline;
}

.popup h1 {
    margin: 0;
}

.popup.mobile {
    padding: 20px;
}

.popup .addon-buttons-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.popup.mobile .addon-buttons-holder {
    display: block;
}

.popup .addon-buttons-holder>div {
    width: 50%;
}

.popup.mobile .addon-buttons-holder>div {
    width: 100%;
}

.popup .addon-buttons-holder .button {
    margin: 0!important;
    width: 90%;
    max-width: 200px;
}

.popup .addon-buttons-holder .button.btnCheckout {
    margin-left: auto!important;
}

.popup.mobile .addon-buttons-holder .button.btnCheckout,
.popup.mobile .addon-buttons-holder .button.btnContinueShopping {
    width: 100%!important;
    box-sizing: border-box;
    max-width: none;
}

.popup.mobile .addon-buttons-holder .button.btnContinueShopping {
    margin-bottom: 16px!important;
}

.popup .addon-buttons-holder .button.btnContinueShopping,
.popup .addon-buttons-holder .button.btnCheckout {
    padding-left: 0!important;
    padding-right: 0!important;
}

.popup-setschoolcommune {
    padding: 20px;
}

.popup-setschoolcommune ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}

.popup-setschoolcommune ul li a {
    display: inline-block;
    width: 100%;
    background-color: #c90c45;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    transition: ease-in-out all 0.3s;
    border-radius: 5px;
    line-height: 30px;
}

.popup-setschoolcommune ul li a .text {
    display: inline-block;
    transition: ease-in-out all 0.3s;
    padding-left: 5px;
}

.popup-setschoolcommune ul li a:hover {
    box-shadow: 0px 0px 8px gray;
}

.popup-setschoolcommune ul li a:hover .text {
    padding-left: 12px;
}

.pagingTop,
.pagingBottom {
    padding: 10px 0;
    line-height: 40px;
}

.pagingTop {
    text-align: right;
}

.pagingBottom {
    text-align: right;
}

.pagingTop .paging,
.ct-tabs-holder .paging {
    float: right;
    padding-top: 10px;
}

.pagingTop .search {
    text-align: left;
    padding: 0 30px 5px 0;
}

.pagingTop .search .gobutton,
.ct-tabs-holder .search .gobutton {
    border: 0px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #c90c45;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.ct-tabs-holder {
    margin-top: 10px;
}

.ct-tabs-holder .search {
    display: inline-block;
    padding-left: 50px;
}

.ct-tabs {
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 0;
    display: inline-block;
}

.ct-tabs:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    display: inline-block;
    width: calc(100% - 2px);
    height: 1px;
    background-color: white;
    pointer-events: none;
}

.ct-tabs .ct-tab {
    margin-right: 10px;
    padding: 10px;
    display: inline-block;
    background: white;
    color: black;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid white;
    /* border: 1px solid #dedede; */
    position: relative;
    border-bottom: none;
    font-size: 14px;
}

.ct-tabs .ct-tab:before {
    content: '';
    pointer-events: none;
    position: absolute;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #dedede;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: 0;
    z-index: -1;
}

.ct-tabs .ct-tab:hover {
    background: rgba(220, 220, 220, 1);
    color: black;
}

.ct-tabs .ct-tab.ct-tabactive {
    background: #c90c45;
    color: white;
}

.ms-drop ul {
    padding: 0px !important;
    margin: 0px !important;
}

.ms-drop ul input {
    float: left;
}

.ms-drop ul>li {
    padding: 1px 5px !important;
}

.ms-drop ul label {
    display: block;
    margin-bottom: 0.3em;
}

.ms-drop ul input[type="checkbox"] {
    top: 4px;
}

.aboutus .features {
    margin: 25px 0 40px 0;
    padding: 25px;
    background: #f2f2f2;
}

.aboutus .features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    column-count: 3;
    column-gap: 20px;
}

.aboutus .features ul li {
    display: inline-block;
    width: 100%;
    background: #c90c45;
    border-radius: 5px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.aboutus .features .infoboxcontent {
    display: none;
    position: relative;
    padding: 0 15px;
}

.aboutus .features .infoboxcontent h2 {
    margin-top: 0;
}

.aboutus .features .infoboxcontent .backbutton {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    background: #c90c45;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.aboutus .features ul li:hover {
    background: #000;
}

.contactus .contact-selector {
    display: table;
    border-spacing: 25px;
}

.contactus .contact-selector .contact-selector-box {
    display: table-cell;
    position: relative;
    width: 50%;
    background: #f2f2f2;
    padding: 10px 25px 60px 25px;
}

.contactus .contact-selector .contact-selector-box .abutton {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    background: #c90c45;
    border-radius: 5px;
    line-height: 35px;
    font-size: 16px;
    text-decoration: none;
    padding: 0 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: all ease-in-out 0.2s;
    white-space: nowrap;
}

.contactus .contact-selector .contact-selector-box .abutton:hover {
    background: #000;
}

.contactform {
    margin-top: 25px;
    display: table;
    border-spacing: 5px;
    width: 100%;
    background: #f2f2f2;
    padding: 25px 25px 0 25px;
    box-sizing: border-box;
}

.contactform .cf-line {
    display: table-row;
}

.contactform .cf-line div {
    display: table-cell;
    width: 100%;
}

.contactform .cf-line div:first-child {
    padding-right: 15px;
    width: auto;
    white-space: nowrap;
}

.contactform .cf-line input,
.contactform .cf-line textarea {
    width: 100%;
    resize: vertical;
}

.contactform .g-recaptcha div {
    width: 0!important;
}

.btn-billetblind {
    background: #000;
    display: inline-block;
    position: fixed;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
    z-index: 8009;
    border-radius: 23px;
    height: 46px;
    padding: 0 15px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.btn-billetblind img {
    height: 20px;
    width: auto;
    margin-top: 14px;
}


/* Seatchart V2 */

.scv2section-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000001;
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out all 0.3s;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.scv2section-popup.active {
    opacity: 1;
    pointer-events: initial;
}

.scv2section-popup .spinnericon {
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scv2section-popup iframe {
    position: absolute;
    /*left:50%;
	top:50%;
	transform:translate(-50%,-50%);*/
    width: 100%;
    height: 100%;
}

.scv2section-popup .close {
    position: fixed;
    right: 7px;
    top: 7px;
    opacity: 0;
    transition: ease-in-out all 0.3s;
    background-image: url(/includes/fancybox/fancybox_sprite.png);
    height: 36px;
    width: 36px;
}

.scv2section-popup .close.active {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.scv2section-popup .addtobasket {
    position: fixed;
    background: #fff;
    bottom: 0;
    /*color:#fff;*/
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: ease-in-out all 0.3s;
    transform: translateY(100%);
    line-height: 50px;
    font-size: 1.1em;
}

.scv2section-popup .addtobasket .button {
    float: right;
    margin: 10px 0 0 0;
}

.scv2section-popup .addtobasket .maincontent {
    padding-top: 0px;
    padding-bottom: 0px;
}

.scv2section-popup .addtobasket.active {
    opacity: 1;
    pointer-events: initial;
    transform: translateY(0);
}

.event-message-popup {
    float: right;
    margin-top: 5px;
}
.eventbookingcreate-calendarholder,
.eventschoolcreate-calendarholder {
    background-color: #fff;
    width: 1064px;
}

.eventbookingcreate-calendarholder .ui-widget,
.eventschoolcreate-calendarholder .ui-widget {
    padding: 8px;
    font-family: 'Open Sans';
    font-size: 13.5px;
    width: auto !important;
}

.eventbookingcreate-calendarholder .ui-datepicker .ui-datepicker-title,
.eventschoolcreate-calendarholder .ui-datepicker .ui-datepicker-title {
    font-size: 12px;
}

.eventbookingcreate-calendarholder .ui-datepicker .ui-datepicker-next:after,
.datepicker-booking .ui-datepicker .ui-datepicker-next:after,
.eventschoolcreate-calendarholder .ui-datepicker .ui-datepicker-next:after,
.datepicker-school .ui-datepicker .ui-datepicker-next:after {
    position: absolute;
    content: "\f0da";
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.eventbookingcreate-calendarholder .ui-datepicker .ui-datepicker-prev:after,
.datepicker-booking .ui-datepicker .ui-datepicker-prev:after,
.eventschoolcreate-calendarholder .ui-datepicker .ui-datepicker-prev:after,
.datepicker-school .ui-datepicker .ui-datepicker-prev:after {
    position: absolute;
    content: "\f0d9";
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eventbookingcreate-calendarholder .ui-datepicker-multi .ui-datepicker-group table,
.eventschoolcreate-calendarholder .ui-datepicker-multi .ui-datepicker-group table {
    margin: 2px;
}
.eventbookingcreate-calendarholder .ui-datepicker th,
.eventschoolcreate-calendarholder .ui-datepicker th {
    background-color: #f1f1f1 !important;
    color: #999;
}

.eventbookingcreate-calendarholder .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a,
.eventschoolcreate-calendarholder .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background-color: #c90c45 !important;
}
.eventbookingcreate-calendarholder .ui-state-highlight,
.eventbookingcreate-calendarholder .ui-widget-content .ui-state-highlight,
.eventbookingcreate-calendarholder .ui-widget-header .ui-state-highlight,
.eventschoolcreate-calendarholder .ui-state-highlight,
.eventschoolcreate-calendarholder .ui-widget-content .ui-state-highlight,
.eventschoolcreate-calendarholder .ui-widget-header .ui-state-highlight {
    border: none !important;
    color: #c90c45;
}

.eventbookingcreate-calendarholder .ui-datepicker-current-day .ui-state-highlight,
.eventschoolcreate-calendarholder .ui-datepicker-current-day .ui-state-highlight {
    border: 1px solid #ddd !important;
}
.eventbookingcreate-calendarholder .ui-state-default,
.eventbookingcreate-calendarholder .ui-widget-content .ui-state-default,
.eventbookingcreate-calendarholder .ui-widget-header .ui-state-default,
.eventschoolcreate-calendarholder .ui-state-default,
.eventschoolcreate-calendarholder .ui-widget-content .ui-state-default,
.eventschoolcreate-calendarholder .ui-widget-header .ui-state-default {
    background: #f5f5f5 !important;
    border-color: #ddd;
}
.eventbookingcreate-calendarholder .ui-state-hover,
.eventbookingcreate-calendarholder .ui-widget-content .ui-state-hover,
.eventbookingcreate-calendarholder .ui-widget-header .ui-state-hover,
.eventbookingcreate-calendarholder .ui-state-focus,
.eventbookingcreate-calendarholder .ui-widget-content .ui-state-focus,
.eventbookingcreate-calendarholder .ui-widget-header .ui-state-focus,
.eventschoolcreate-calendarholder .ui-state-hover,
.eventschoolcreate-calendarholder .ui-widget-content .ui-state-hover,
.eventschoolcreate-calendarholder .ui-widget-header .ui-state-hover,
.eventschoolcreate-calendarholder .ui-state-focus,
.eventschoolcreate-calendarholder .ui-widget-content .ui-state-focus,
.eventschoolcreate-calendarholder .ui-widget-header .ui-state-focus {
    color: #fff !important;
    background-color: #747474 !important;
}
.eventbookingcreate-calendarholder .ui-state-disabled,
.eventschoolcreate-calendarholder .ui-state-disabled {
    opacity: 1!important;
}
/* .eventbookingcreate-calendarholder .ui-state-disabled .ui-state-default, */
.eventschoolcreate-calendarholder .ui-state-disabled .ui-state-default {
    color: #fff!important;
    background: green !important
}
.eventbookingcreate-calendarholder .ui-widget-header,
.eventschoolcreate-calendarholder .ui-widget-header {
    background: #fff !important;
    border: none !important;
}
.tr-times-table .eventbooking-table,
.tr-times-table .times-table {
    margin-top: 15px;
    border-bottom: 1px solid #D4D4D4;
    display: inline-block;
}

.tr-times-table .times-table .time {
    border-top: 1px solid #D4D4D4;
    padding: 5px 0;
}

.tr-times-table .times-table .time.booked {
    opacity: 0.5;
    pointer-events: none;
}

.tr-times-table .times-table .time div {
    display: inline-block;
    white-space: nowrap;
}

.tr-times-table .times-table .time div input {
    display: inline-block;
    width: 70px;
    text-align: right;
    font-size: 14px;
}

.tr-times-table .times-table .time div.date {
    padding-left: 20px;
}

.tr-times-table .times-table .time div.from {
    padding-left: 30px;
    font-size: 0.7rem;
}

.tr-times-table .times-table .time div.to {
    padding-left: 15px;
    font-size: 0.7rem;
}

.tr-times-table .times-table .time div.copy {
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    pointer-events: none;
}

.tr-times-table .times-table .time div.copy.show {
    opacity: 1;
    pointer-events: initial;
}

.tr-times-table .times-table .time div.copy i {
    cursor: pointer;
}

/* .tr-times-table .eventbooking-tables-wrapper {
    display:grid;
    gap: 10px;
    grid-template-columns: 60% 40%;
} */

.tr-times-table .eventbooking-tables-wrapper .eventbooking-table-past {
    display:none;
}

.tr-times-table .eventbooking-tables-wrapper .eventbooking-table-future {
    width: 100%;
}

.tr-times-table .eventbooking-table {
    display:flex;
    gap: 5px;
    flex-direction: column;
}

.tr-times-table .eventbooking-table .eventbooking-time-container {
    padding: 1px;
    border: 1px solid #dedede;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items {
    display:none;
    flex-direction: column;
    background: #fff;
}

.tr-times-table .eventbooking-table .eventbooking-time-container.eventbooking-time-container-active .eventbooking-time-items {
    display:flex;
}

.tr-times-table .eventbooking-table .eventbooking-time-container.eventbooking-time-container-active .eventbooking-time-show {
    transform:rotate(180deg);
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item {
    /* display:flex; */
    display:grid;
    grid-template-columns: 210px 1fr 145px;
    gap: 10px;
    align-items: center;
    padding: 10px 6px 10px 10px;
    font-size: 12px;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container.eventbooking-time-item-container-active .eventbooking-time-item {
    background-color:#fff;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-quantity input {
    width: 75px;
}
.tr-times-table .eventbooking-table .eventbooking-time-item-label-container {
    display:flex;
    gap: 5px;
}
.tr-times-table .eventbooking-table .eventbooking-time-item-label-container.eventbooking-time-item-label-container-center {
    padding: 10px 20px;
    gap: 10px;
}
.tr-times-table .eventbooking-table .eventbooking-time-item-label-container.eventbooking-time-item-label-container-right {
    margin-left:auto;
    gap: 10px;
}

.tr-times-table .eventbooking-table .eventbooking-time-label {
    margin-bottom: 0!important;
    display:flex!important;
    gap: 5px!important;
    align-items: center!important;
    position: relative;
}

.tr-times-table .eventbooking-table .eventbooking-time-label .booking-sold {
    white-space: nowrap;
}

.tr-times-table .eventbooking-table .eventbooking-time-label .booking-sold:not(.booking-sold-extra),
.tr-times-table .eventbooking-table .eventbooking-time-label .eventbooking-time-label-fee-holder {
    position: absolute;
    bottom:-15px;
}

.tr-times-table .eventbooking-table .eventbooking-time-label .eventbooking-time-label-fee-holder {
    pointer-events: none;
    white-space: nowrap;
}

.tr-times-table .eventbooking-table .eventbooking-time-label > span {
    white-space: nowrap;
}

.tr-times-table .eventbooking-table .eventbooking-time-label.eventbooking-time-actions {
    width: 100%;
    gap:0!important;
}

.tr-times-table .eventbooking-table .eventbooking-time-label.eventbooking-time-actions a {
    padding: 4px;
    font-size:14px!important;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-lineids .ms-parent,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-lineids,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-quantitytype .ms-parent,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-quantitytype,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-addonids .ms-parent,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-addonids {
    width: 180px;
}


.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-quantitytype .ms-parent input[type=radio] {
    display:none;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .ms-parent .ms-drop ul li,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .ms-parent .ms-drop ul li label {
    cursor: pointer;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .ms-parent .ms-drop ul li:hover {
    background-color: #ececec;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-padding {
    padding-left: 30px;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items input[type=time]{
    text-align: center;
    height: 34px;
    min-width: 70px;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container.eventbooking-time-item-container-active  {
    background-color: #f7f7f7;
}


.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-select-item-container {
    padding: 10px 10px 10px 20px;
    border-top: 1px solid #dedede;
    display:none;
    gap: 10px;
    font-size: .8em;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-select-add {
    width: auto;
    display:flex;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.tbl-time {
    /* width: 100%; */
}
.tbl-time .tbl-time-row .tbl-time-row-items {
    border-bottom: 1px solid #ccc;
}

.tbl-time .tbl-time-row:last-of-type .tbl-time-row-items,
.tbl-time .tbl-time-row:not(:has(+ .tbl-time-row)) .tbl-time-row-items {
    border-bottom: none;
}


.tbl-time .tbl-time-row .tbl-time-row-items {
    display:grid;
    grid-template-columns: 315px 390px 400px 20px;
    padding: 4px 0;
}

.tbl-time .tbl-time-row .tbl-time-row-item {
    display:flex;
    gap: 20px;
    align-items: center;
    /* width: 390px; */
}

.tbl-time .tbl-time-row .tbl-time-row-item-door {
    width: 400px;

}
.tbl-time .tbl-time-row .tbl-time-row-item-right  {
}


.tbl-time .tbl-time-row label {
    display:flex!important;
    align-items: center;
    gap: 5px;
    margin: 0!important;
}

.tbl-time .tbl-time-row span {
    margin-right: 10px;
    width: 30px;
}

.tbl-time .tbl-time-row input {
    padding: 0 5px;
    width: 130px;
    height: 22px;
    text-align: center;
}

.tbl-time .tbl-time-row select {
    width:75px; 
    height:22px; 
    padding:0 5px 0 5px;
}

.tbl-time .tbl-time-row-add a {
    width: 340px;
}

.tbl-time .eventbooking-fromandtotime-delete {
    margin-left: auto;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container.eventbooking-time-item-container-active  .eventbooking-time-select-item-container {
    display:flex;
    flex-direction: column;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-item {
    display:flex;
    flex-direction: row;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-item-container {
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    border-bottom:1px solid #dedede;

}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-item-container:last-of-type {
    border-bottom:0;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-select-add {
    /* display:inline-block;
    width:auto;
     */
    margin: 4px 10px 10px 0;
    display: none;
    padding: 0 10px;
    font-size: .8em;
}   

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container.eventbooking-time-item-container-active .eventbooking-time-select-add {
    display:block;
}


.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-name,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-name input {
    width: 100%;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-price input {
    width: 100px;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-quantity input {
    width: 70px;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-lineids,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-lineids select,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-quantitytype,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-quantitytype select {
    /* width: 100%; */
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-active input {
    width: auto;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-headline-container {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
    padding: 6px 6px 6px 10px;
    background-color: #000;
    color:#fff;
    cursor: pointer;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-headline-container .eventbooking-time-icons {
    display:flex;
    /* gap: 5px; */
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-headline-container .eventbooking-time-icons a {
    padding: 4px;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-headline-container .eventbooking-time-icons i {
    color:#fff;
}


.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-headline-container.eventbooking-time-headline-container-edited {
    background-color: #2e2e2e;
}


.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-headline-container.eventbooking-time-headline-container-edited .eventbooking-time-headline {
    font-style: italic;
    display:flex;
    gap: 5px;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-headline-container.eventbooking-time-headline-container-edited .eventbooking-time-headline .eventbooking-time-headline-info-container {
    /* color:#fff; */
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-headline-container.eventbooking-time-headline-container-edited .eventbooking-time-headline .eventbooking-time-headline-info-container a {
    color:#fff;
    margin-left: 8px;
}

.tr-times-table .eventbooking-table .eventbooking-time-container:not(.eventbooking-time-container-active) .eventbooking-time-headline-container .eventbooking-time-icons .eventbooking-time-add {
    display:none;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-dates,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-popup {
    position:relative;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-dates .eventbooking-time-select-dates-action-active i,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-popup-action-active i,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-action-active i {
    color: #c90c45 !important;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-dates-holder,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-popup-holder,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder {
    position: absolute;
    display: none;
    left: -90px;
    top: 20px;
    width: 180px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    z-index: 9999;
    overflow: auto;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder {
    width: 240px;
    left: -120px;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-dates-holder-active .eventbooking-time-select-dates-holder,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-popup-holder-active .eventbooking-time-popup-holder,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder-active .eventbooking-time-dates-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-dates-holder-active .eventbooking-time-select-dates-holder .eventbooking-time-select-dates-item,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-popup-holder-active .eventbooking-time-popup-holder .eventbooking-time-popup-item,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder-active .eventbooking-time-dates-holder .eventbooking-time-dates-item {
    

    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder-active .eventbooking-time-dates-holder .eventbooking-time-dates-item .eventbooking-time-dates-item-dateortime {
    display:flex;
    gap: 5px;
}

/* .tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder-active .eventbooking-time-dates-holder .eventbooking-time-dates-item .eventbooking-time-dates-item-dateortime select {
    height: 20px;
} */

.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-dates-holder-active .eventbooking-time-select-dates-holder .eventbooking-time-select-dates-item input {
    width: 100%;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-popup-holder-active .eventbooking-time-popup-holder .eventbooking-time-popup-item select {
    width: 100%;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder-active .eventbooking-time-dates-holder .eventbooking-time-dates-item input {
    text-align: center;
    min-width: 70px;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-dates-holder-active .eventbooking-time-select-dates-holder .buttonholder,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-popup-holder-active .eventbooking-time-popup-holder .buttonholder,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder-active .eventbooking-time-dates-holder .buttonholder {
    display:flex;
    width:100%;
    justify-content: flex-end;
}
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-select-item-container .eventbooking-time-select-dates-holder-active .eventbooking-time-select-dates-holder .buttonholder input,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-popup-holder-active .eventbooking-time-popup-holder .buttonholder input,
.tr-times-table .eventbooking-table .eventbooking-time-container .eventbooking-time-items .eventbooking-time-item-container .eventbooking-time-dates-holder-active .eventbooking-time-dates-holder .buttonholder input {
    
    padding:5px;
}
.ms-drop.eventbooking-addon-drop {
    width: 178px;
}

.ms-drop.eventbooking-addon-drop label {
    display:flex;
    align-items: center;
}

.tr-error,
.tr-error td {
    background-color: rgb(251, 227, 228)!important;
}

.note-error-icon {
    right: 0!important;
    color: #c90c45!important;
    font-size: 14px;
}

.tbl-subheadline {
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
    .scv2section-popup .close.active {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .scv2section-popup .addtobasket {
        line-height: 24px;
    }
    .scv2section-popup .addtobasket .amount {
        display: block;
        font-size: 0.8em;
    }
    .scv2section-popup .addtobasket .button {
        margin-top: 6px;
    }
}

@media screen and (max-width: 450px) {
    .scv2section-popup .addtobasket .amount select {
        max-width: 180px;
    }
}


/* end Seatchart V2 */


/* start smartqty */

.smart-qty {
    display: none;
}

.smart-qty.smart-qty-inited {
    display: block;
}

.smart-qty-container {
    width: 100px;
    height: 35px;
    border: 1px solid lightgray;
    background: #fff;
    position: relative;
    transition: border .3s ease-in-out;
    display: inline-grid;
    grid-template-columns: auto 25px auto;
    margin: 5px auto;
}

.smart-qty-container .smart-qty {
    text-align: center;
    border: none;
    padding: 0;
    background: none!important;
}

.smart-qty-container .smart-qty:focus {
    outline: none;
}

.smart-qty-icon {
    height: 35px;
    line-height: 36px!important;
    cursor: pointer;
    margin: 0 !important;
    text-align: center!important;
}

.smart-qty-icon-disabled {
    cursor: default!important;
    color: lightgrey!important;
}


/* end smartqty */

.tbl-custom {
    width: 100%;
}

.tbl-custom tr td {
    padding: 10px;
}

.tbl-custom tr:first-child td {
    background-color: black;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.tbl-custom tr:not(:first-child):nth-child(even) td {
    background-color: rgba(248, 248, 248, 1);
}

.tbl-custom tr:not(:first-child):hover td {
    background-color: rgba(220, 220, 220, 1);
}

.tbl-custom tr td:last-child a {
    margin-right: 0px;
    text-decoration: none;
}

.tbl-custom .whitetr td {
    background-color: white !important;
}

.tbl-custom .whitetr:hover td {
    background-color: white !important;
}

.tbl-custom .blacktr td {
    background-color: black !important;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.tbl-custom .blacktr:hover td {
    background-color: black !important;
    color: white;
}

.tbl-custom .trprice td {
    font-weight: bold;
    border-top: 1px solid black;
}


.range-borderradius-container {
    display:grid;
    grid-template-columns: 1fr 50px;
    gap: 20px;
    align-items: center;
}

.range-borderradius-container .range-square {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    display:flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.tblMonthlyStats tr .fa-chevron-right,
.tblBookingDetails tr .fa-chevron-right {
	transition:ease-in-out 0.1s transform;	
}

.tblMonthlyStats tr.active .fa-chevron-right,
.tblBookingDetails tr.active .fa-chevron-right {
	transform:rotate(90deg);
}

.tblMonthlyStats tr.day td,
.tblBookingDetails tr.day td,
.tblMemberSettingGroups tr.membership td {
	font-size:0.9em;	
	padding:5px 10px;
}



.tblBookingDetails tr td {
    vertical-align: middle;
}
.tblMonthlyStats tr.day td:first-child,
.tblBookingDetails tr.day td:first-child,
.tblMemberSettingGroups tr.membership td:first-child {
	padding-left:30px;
	text-align:left!important;
}

.date-input {
    text-align: center;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
    display:none;
}
.mfa-container .mfa-step {
    display: none;
}
.mfa-container .mfa-otp-qr {
    max-width: 200px;
    height: auto;
}

.mfa-container .mfa-otp-container {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.mfa-container .mfa-otp-container input {
	text-align:center;
	width:54px;
	height:54px;
	line-height:54px;
	border-radius:10px;
	border:1px solid rgba(0,0,0,0.2);	
	font-size:1.2em;	
}

.mfa-container .button {
    max-width: 250px;
    width: auto;
    margin: 0 auto;
}
.mfa-container .mfa-skipreminder {
    display:block;
    margin-top: 10px;
}

.mfa-popup-container {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    background-color: #f1f5f9;
    color: #111827;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: top 0.6s ease;
    z-index: 9999;
}

.mfa-popup-container.mfa-popup-active {
    top: 0;
}

.mfa-popup-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap:20px;
}

.mfa-popup-text {
    font-size: 16px;
}

.mfa-popup-button {
    margin: 0!important;
    /* margin-left: 20px; */
}


.mfa-popup-close {
    font-size: 24px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    right: 22px;
    top: 47%;
    transform: translateY(-50%);
}


.signinmultiple-container {
    position:absolute;
    /* top:0;
    left:0; */
    width:auto;
    background-color:#000;
    color:#fff;
    display:flex;
    flex-direction: column;
    z-index: 99999;
    padding: 8px;
    gap: 8px;
}

.signinmultiple-container p {
    text-align: center;
    font-weight: bold;
    margin:0;
}
.signinmultiple-container .signinmultiple-content {
    display:flex;
    flex-direction: column;
    gap:5px;
}
.signinmultiple-container a {
    color: #fff;
    padding: 5px 20px 5px 5px;
    display: block;
    text-decoration: none;
    font-size: 0.9em;
}

.tblList .tblListActionLogSpecial {
    font-style: italic;
}


.signinmultiple-container a:hover{
    text-decoration: underline;
}

.multipleselect-normalize .ms-parent ul li input {
    margin-right: 4px;
}

.multipleselect-normalize .ms-parent ul li {
    padding: 0 5px !important;
}

.multipleselect-normalize  ul li label {
    line-height: normal;
}

.dynamicfilters .ms-drop ul input[type="checkbox"] {
    float:none!important;
}

.frmactionlog .dynamicfilters .ms-parent {
    width: 150px!important;
}

