

/* Popups */
#pop-main, #pop-error{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 100001;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	-webkit-overflow-scrolling: touch;
}
#pop-error{z-index: 100010;}
#pop-main .pop-maintable, #pop-error .pop-maintable{
	display: table;
	width: 100%;
	height: 100%;
	padding: 20px;
}
#pop-main .pop-maintd, #pop-error .pop-maintd{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pop-box{
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0px;
	line-height: 0px;
}
.pop-charge{
	position: relative;
	min-width: 200px;
	min-height: 100px;
	text-align: left;
	line-height: normal;
	border: 0;
	background: #1a1a1a;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pop-close{
	display: block;
	position: absolute;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	/* font-size: 30px; */
	font-size: 2.2em;
	top: 0px;
	right: 0px;
	z-index: 11;
	color: #075754;
	
	-webkit-border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.pop-close:hover{
	background: #DDD;
}
.pop-inner{
	padding: 18px 20px;
}
#pop-loader{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #373737;
    background-color: rgba(55, 55, 55, 0.8);
    top: 0;
    left: 0;
    z-index: 1111999;
}
.pop-loader-loading {
    position: absolute;
    background-image: url("images/gloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.uv-popmsg .uv-popheader{
	padding-left: 15px;
	padding-right: 15px;
    background-color: var(--uws-brand-color);
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.uv-popmsg .uv-popheader h1{
	font-size: 21px;
	padding: 7px 0px;
	color: #fff;
	margin: 0;
	min-height: 40px;
	text-align: center;
}
.uv-popmsg .uv-msgcontent{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
}
.uv-popmsg .uv-msgcontent p{
	margin: 0;
	margin-bottom: 15px;
	font-size: 18px;
	color: #666;
	text-align: center;
}
.uv-popmsg .uv-msgcontent table{
	font-size: 14px;
	width: 100%;
}
.uv-popmsg .uv-msgcontent button{
	margin-bottom: 0px;
	margin-top: 10px;
	cursor: pointer;
}
.uv-popmsg .pop-close{
	color: #fff;
}
.uv-popmsg .pop-close:hover{
	background: rgba(0, 0, 0, 0.3);
}
.uv-popmsg .pop-close span{display: none;}
#uv-panelside {
    position: fixed;
    width: 500px;
    height: 100%;
    z-index: 50000;
    top: 0;
    right: -500px;
    background-color: #222222;
    -webkit-transition: right 200ms ease-in-out 0s;
    -moz-transition: right 200ms ease-in-out 0s;
    -ms-transition: right 200ms ease-in-out 0s;
    -o-transition: right 200ms ease-in-out 0s;
    transition: right 200ms ease-in-out 0s;
}
#uv-360-over {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 1199999;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    -webkit-overflow-scrolling: touch;
}
/** /Popups **/
.uws-cont-ticket .uv-ticketssel li .uv_col:first-child{
    width: 22%;
}
.uv-btn100 {
    width: 100%;
}
.uv-btn1 {
    padding: 16px 10px;
    border-radius: 5px;
}
.pop-close:before {
    display: block;
    content: '\e831';
    font-family: 'uwsicon' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
}
.uws-cont-ticket .uv-ticketssel li .uv_col:nth-child(4) {
    padding: 5px 0 !important; ;
}
.uv-msgcontent small {
    font-size: 90%;
}
body .uws-integration input.uv-promocodecopies {
    padding: 0.6875em 0.78em;
    height: 41px;
}
html body .uws-integration .uws-cont-ticket .t_Tickets select {
    height: 40px;
}
.uws-integration .uws-cont-ticket .btn-default{
    background-color: transparent;
    border: 2px solid var(--uws-main-color);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0em 0.5em;
    font-size: 0.75em;
    font-weight: 600;

	appearance: none;
    -webkit-appearance: none;
}
.uws-integration .uws-cont-ticket .btn-default:hover{
    background-color: #fff;
	border: 2px solid var(--uws-main-color);
    color: #000;
}

@media(max-width: 767px){
	body .uv-additems span {display: none;}
	body .uws-cont-ticket .uv-ticketssel li .uv_col:nth-child(5) {width: 22%;}
}
@media(max-width: 600px){
	.uws-tabevent ul li:first-child {max-width: 100%;}
	.uws-tabevent ul {flex-direction: column;}
	button#urcart_purchase{width: 160px;padding: 0.6875em 5px;margin-left: 10px;}
	.uws-cont-ticket .uv-ticketssel li .uv_col:nth-child(2), 
	.uws-cont-ticket .uv-ticketssel li .uv_col:nth-child(3) {
		width: 28%;
	}
}
@media(max-width: 500px){
	.uws-cont-ticket .uv-ticketssel li .uv_col:first-child {width: 90px;}
	body .uws-cont-ticket .uv-ticketssel li .uv_col:nth-child(5) {display: none;}
	.uws-cont-ticket .uv-ticketssel li .uv_col:nth-child(2), 
	.uws-cont-ticket .uv-ticketssel li .uv_col:nth-child(3){
		width: calc(50% - 45px);
	}
}