/* variabile culori globale */

:root {
    /*--main: #43ace3;  var(--main) */
    --main: #325171;
    --mainhover: #93a0ad; /* var(--mainhover) */
    --secondary: #fff; /* var(--secondary) */
}


button:hover, button:focus, .button:hover, .button:focus {
    background-color: var(--mainhover) !important;
}

[class*="col-"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error {
    color:  var(--main);
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

.hr-small {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrap-word {
    word-wrap: break-word;
    white-space: normal !important;
}

.form-group input {
    width: 100%;
    margin: 0;
}


#account-logout {
    cursor: pointer;
}

.ticktsys .btn-primary {
    color: var(--main) !important;
}

.ticketsys .btn {
        padding: 10px 30px;
        border-radius: 0.3em;
        font-size: 16px;
        font-weight: bold;
        background: var(--main);
        color: #fff;
        cursor: pointer;
      }
      
.ticketsys .btn:hover {
        box-shadow: 0 3px 0 rgba(59,154,198, 0)
      }
.ticketsys .btn i {
    margin-right: 5px;
}

#addSeatsToCart {
    margin-top: 20px!important;
}

.ticketsys .btn:focus,
.ticketsys .btn:active:focus,
.ticketsys .btn.active:focus,
.ticketsys .btn.focus,
.ticketsys .btn:active.focus,
.ticketsys .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.ticketsys .btn:hover,
.ticketsys .btn:focus,
.ticketsys .btn.focus {
    color: #fff;
    text-decoration: none;
}
.ticketsys .btn:active,
.ticketsys .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ticketsys .btn.disabled,
.ticketsys .btn[disabled],
fieldset[disabled] .ticketsys .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ticketsys .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: var(--secondary)
}
.ticketsys .btn-default:hover,
.ticketsys .btn-default:focus,
.ticketsys .btn-default.focus,
.ticketsys .btn-default:active,
.ticketsys .btn-default.active,
.open > .dropdown-toggle.ticketsys .btn-default {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.ticketsys .btn-default:active,
.ticketsys .btn-default.active,
.open > .dropdown-toggle.ticketsys .btn-default {
    background-image: none;
}
.ticketsys .btn-default.disabled,
.ticketsys .btn-default[disabled],
fieldset[disabled] .ticketsys .btn-default,
.ticketsys .btn-default.disabled:hover,
.ticketsys .btn-default[disabled]:hover,
fieldset[disabled] .ticketsys .btn-default:hover,
.ticketsys .btn-default.disabled:focus,
.ticketsys .btn-default[disabled]:focus,
fieldset[disabled] .ticketsys .btn-default:focus,
.ticketsys .btn-default.disabled.focus,
.ticketsys .btn-default[disabled].focus,
fieldset[disabled] .ticketsys .btn-default.focus,
.ticketsys .btn-default.disabled:active,
.ticketsys .btn-default[disabled]:active,
fieldset[disabled] .ticketsys .btn-default:active,
.ticketsys .btn-default.disabled.active,
.ticketsys .btn-default[disabled].active,
fieldset[disabled] .ticketsys .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.ticketsys .btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.ticketsys .btn-primary {
    color: #ffffff;
    background-color: var(--main);
    border-color: #2e6da4;
}
.ticketsys .btn-primary:hover,
.ticketsys .btn-primary:focus,
.ticketsys .btn-primary.focus,
.ticketsys .btn-primary:active,
.ticketsys .btn-primary.active,
.open > .dropdown-toggle.ticketsys .btn-primary {
    color: #ffffff;
    background-color: var(--mainhover);
    border-color: #204d74;
}
.ticketsys .btn-primary:active,
.ticketsys .btn-primary.active,
.open > .dropdown-toggle.ticketsys .btn-primary {
    background-image: none;
}
.ticketsys .btn-primary.disabled,
.ticketsys .btn-primary[disabled],
fieldset[disabled] .ticketsys .btn-primary,
.ticketsys .btn-primary.disabled:hover,
.ticketsys .btn-primary[disabled]:hover,
fieldset[disabled] .ticketsys .btn-primary:hover,
.ticketsys .btn-primary.disabled:focus,
.ticketsys .btn-primary[disabled]:focus,
fieldset[disabled] .ticketsys .btn-primary:focus,
.ticketsys .btn-primary.disabled.focus,
.ticketsys .btn-primary[disabled].focus,
fieldset[disabled] .ticketsys .btn-primary.focus,
.ticketsys .btn-primary.disabled:active,
.ticketsys .btn-primary[disabled]:active,
fieldset[disabled] .ticketsys .btn-primary:active,
.ticketsys .btn-primary.disabled.active,
.ticketsys .btn-primary[disabled].active,
fieldset[disabled] .ticketsys .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.ticketsys .btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.ticketsys .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.ticketsys .btn-success:hover,
.ticketsys .btn-success:focus,
.ticketsys .btn-success.focus,
.ticketsys .btn-success:active,
.ticketsys .btn-success.active,
.open > .dropdown-toggle.ticketsys .btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.ticketsys .btn-success:active,
.ticketsys .btn-success.active,
.open > .dropdown-toggle.ticketsys .btn-success {
    background-image: none;
}
.ticketsys .btn-success.disabled,
.ticketsys .btn-success[disabled],
fieldset[disabled] .ticketsys .btn-success,
.ticketsys .btn-success.disabled:hover,
.ticketsys .btn-success[disabled]:hover,
fieldset[disabled] .ticketsys .btn-success:hover,
.ticketsys .btn-success.disabled:focus,
.ticketsys .btn-success[disabled]:focus,
fieldset[disabled] .ticketsys .btn-success:focus,
.ticketsys .btn-success.disabled.focus,
.ticketsys .btn-success[disabled].focus,
fieldset[disabled] .ticketsys .btn-success.focus,
.ticketsys .btn-success.disabled:active,
.ticketsys .btn-success[disabled]:active,
fieldset[disabled] .ticketsys .btn-success:active,
.ticketsys .btn-success.disabled.active,
.ticketsys .btn-success[disabled].active,
fieldset[disabled] .ticketsys .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.ticketsys .btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.ticketsys .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.ticketsys .btn-info:hover,
.ticketsys .btn-info:focus,
.ticketsys .btn-info.focus,
.ticketsys .btn-info:active,
.ticketsys .btn-info.active,
.open > .dropdown-toggle.ticketsys .btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.ticketsys .btn-info:active,
.ticketsys .btn-info.active,
.open > .dropdown-toggle.ticketsys .btn-info {
    background-image: none;
}
.ticketsys .btn-info.disabled,
.ticketsys .btn-info[disabled],
fieldset[disabled] .ticketsys .btn-info,
.ticketsys .btn-info.disabled:hover,
.ticketsys .btn-info[disabled]:hover,
fieldset[disabled] .ticketsys .btn-info:hover,
.ticketsys .btn-info.disabled:focus,
.ticketsys .btn-info[disabled]:focus,
fieldset[disabled] .ticketsys .btn-info:focus,
.ticketsys .btn-info.disabled.focus,
.ticketsys .btn-info[disabled].focus,
fieldset[disabled] .ticketsys .btn-info.focus,
.ticketsys .btn-info.disabled:active,
.ticketsys .btn-info[disabled]:active,
fieldset[disabled] .ticketsys .btn-info:active,
.ticketsys .btn-info.disabled.active,
.ticketsys .btn-info[disabled].active,
fieldset[disabled] .ticketsys .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.ticketsys .btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.ticketsys .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.ticketsys .btn-warning:hover,
.ticketsys .btn-warning:focus,
.ticketsys .btn-warning.focus,
.ticketsys .btn-warning:active,
.ticketsys .btn-warning.active,
.open > .dropdown-toggle.ticketsys .btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.ticketsys .btn-warning:active,
.ticketsys .btn-warning.active,
.open > .dropdown-toggle.ticketsys .btn-warning {
    background-image: none;
}
.ticketsys .btn-warning.disabled,
.ticketsys .btn-warning[disabled],
fieldset[disabled] .ticketsys .btn-warning,
.ticketsys .btn-warning.disabled:hover,
.ticketsys .btn-warning[disabled]:hover,
fieldset[disabled] .ticketsys .btn-warning:hover,
.ticketsys .btn-warning.disabled:focus,
.ticketsys .btn-warning[disabled]:focus,
fieldset[disabled] .ticketsys .btn-warning:focus,
.ticketsys .btn-warning.disabled.focus,
.ticketsys .btn-warning[disabled].focus,
fieldset[disabled] .ticketsys .btn-warning.focus,
.ticketsys .btn-warning.disabled:active,
.ticketsys .btn-warning[disabled]:active,
fieldset[disabled] .ticketsys .btn-warning:active,
.ticketsys .btn-warning.disabled.active,
.ticketsys .btn-warning[disabled].active,
fieldset[disabled] .ticketsys .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.ticketsys .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.ticketsys .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.ticketsys .btn-danger:hover,
.ticketsys .btn-danger:focus,
.ticketsys .btn-danger.focus,
.ticketsys .btn-danger:active,
.ticketsys .btn-danger.active,
.open > .dropdown-toggle.ticketsys .btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.ticketsys .btn-danger:active,
.ticketsys .btn-danger.active,
.open > .dropdown-toggle.ticketsys .btn-danger {
    background-image: none;
}
.ticketsys .btn-danger.disabled,
.ticketsys .btn-danger[disabled],
fieldset[disabled] .ticketsys .btn-danger,
.ticketsys .btn-danger.disabled:hover,
.ticketsys .btn-danger[disabled]:hover,
fieldset[disabled] .ticketsys .btn-danger:hover,
.ticketsys .btn-danger.disabled:focus,
.ticketsys .btn-danger[disabled]:focus,
fieldset[disabled] .ticketsys .btn-danger:focus,
.ticketsys .btn-danger.disabled.focus,
.ticketsys .btn-danger[disabled].focus,
fieldset[disabled] .ticketsys .btn-danger.focus,
.ticketsys .btn-danger.disabled:active,
.ticketsys .btn-danger[disabled]:active,
fieldset[disabled] .ticketsys .btn-danger:active,
.ticketsys .btn-danger.disabled.active,
.ticketsys .btn-danger[disabled].active,
fieldset[disabled] .ticketsys .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.ticketsys .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.ticketsys .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.ticketsys .btn-link,
.ticketsys .btn-link:active,
.ticketsys .btn-link.active,
.ticketsys .btn-link[disabled],
fieldset[disabled] .ticketsys .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ticketsys .btn-link,
.ticketsys .btn-link:hover,
.ticketsys .btn-link:focus,
.ticketsys .btn-link:active {
    border-color: transparent;
}
.ticketsys .btn-link:hover,
.ticketsys .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.ticketsys .btn-link[disabled]:hover,
fieldset[disabled] .ticketsys .btn-link:hover,
.ticketsys .btn-link[disabled]:focus,
fieldset[disabled] .ticketsys .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.ticketsys .btn-lg,
.ticketsys .btn-group-lg > .ticketsys .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.ticketsys .btn-sm,
.ticketsys .btn-group-sm > .ticketsys .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.ticketsys .btn-xs,
.ticketsys .btn-group-xs > .ticketsys .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.ticketsys .btn-block {
   width: 100%;
   height: 100%;
}
.ticketsys .btn-block + .ticketsys .btn-block {
    margin-top: 5px;
}
input[type="submit"].ticketsys .btn-block,
input[type="reset"].ticketsys .btn-block,
input[type="button"].ticketsys .btn-block {
    width: 100%;
}
.ticketsys .btn-group,
.ticketsys .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ticketsys .btn-group > .ticketsys .btn,
.ticketsys .btn-group-vertical > .ticketsys .btn {
    position: relative;
    float: left;
}
.ticketsys .btn-group > .ticketsys .btn:hover,
.ticketsys .btn-group-vertical > .ticketsys .btn:hover,
.ticketsys .btn-group > .ticketsys .btn:focus,
.ticketsys .btn-group-vertical > .ticketsys .btn:focus,
.ticketsys .btn-group > .ticketsys .btn:active,
.ticketsys .btn-group-vertical > .ticketsys .btn:active,
.ticketsys .btn-group > .ticketsys .btn.active,
.ticketsys .btn-group-vertical > .ticketsys .btn.active {
    z-index: 2;
}
.ticketsys .btn-group .ticketsys .btn + .ticketsys .btn,
.ticketsys .btn-group .ticketsys .btn + .ticketsys .btn-group,
.ticketsys .btn-group .ticketsys .btn-group + .ticketsys .btn,
.ticketsys .btn-group .ticketsys .btn-group + .ticketsys .btn-group {
    margin-left: -1px;
}
.ticketsys .btn-toolbar {
    margin-left: -5px;
}
.ticketsys .btn-toolbar .ticketsys .btn-group,
.ticketsys .btn-toolbar .input-group {
    float: left;
}
.ticketsys .btn-toolbar > .ticketsys .btn,
.ticketsys .btn-toolbar > .ticketsys .btn-group,
.ticketsys .btn-toolbar > .input-group {
    margin-left: 5px;
}
.ticketsys .btn-group > .ticketsys .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.ticketsys .btn-group > .ticketsys .btn:first-child {
    margin-left: 0;
}
.ticketsys .btn-group > .ticketsys .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.ticketsys .btn-group > .ticketsys .btn:last-child:not(:first-child),
.ticketsys .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.ticketsys .btn-group > .ticketsys .btn-group {
    float: left;
}
.ticketsys .btn-group > .ticketsys .btn-group:not(:first-child):not(:last-child) > .ticketsys .btn {
    border-radius: 0;
}
.ticketsys .btn-group > .ticketsys .btn-group:first-child > .ticketsys .btn:last-child,
.ticketsys .btn-group > .ticketsys .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.ticketsys .btn-group > .ticketsys .btn-group:last-child > .ticketsys .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.ticketsys .btn-group .dropdown-toggle:active,
.ticketsys .btn-group.open .dropdown-toggle {
    outline: 0;
}
.ticketsys .btn-group > .ticketsys .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.ticketsys .btn-group > .ticketsys .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.ticketsys .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ticketsys .btn-group.open .dropdown-toggle.ticketsys .btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ticketsys .btn .caret {
    margin-left: 0;
}
.ticketsys .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .ticketsys .btn-lg .caret {
    border-width: 0 5px 5px;
}
.ticketsys .btn-group-vertical > .ticketsys .btn,
.ticketsys .btn-group-vertical > .ticketsys .btn-group,
.ticketsys .btn-group-vertical > .ticketsys .btn-group > .ticketsys .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.ticketsys .btn-group-vertical > .ticketsys .btn-group > .ticketsys .btn {
    float: none;
}
.ticketsys .btn-group-vertical > .ticketsys .btn + .ticketsys .btn,
.ticketsys .btn-group-vertical > .ticketsys .btn + .ticketsys .btn-group,
.ticketsys .btn-group-vertical > .ticketsys .btn-group + .ticketsys .btn,
.ticketsys .btn-group-vertical > .ticketsys .btn-group + .ticketsys .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.ticketsys .btn-group-vertical > .ticketsys .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.ticketsys .btn-group-vertical > .ticketsys .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ticketsys .btn-group-vertical > .ticketsys .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.ticketsys .btn-group-vertical > .ticketsys .btn-group:not(:first-child):not(:last-child) > .ticketsys .btn {
    border-radius: 0;
}
.ticketsys .btn-group-vertical > .ticketsys .btn-group:first-child:not(:last-child) > .ticketsys .btn:last-child,
.ticketsys .btn-group-vertical > .ticketsys .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ticketsys .btn-group-vertical > .ticketsys .btn-group:last-child:not(:first-child) > .ticketsys .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.ticketsys .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.ticketsys .btn-group-justified > .ticketsys .btn,
.ticketsys .btn-group-justified > .ticketsys .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.ticketsys .btn-group-justified > .ticketsys .btn-group .ticketsys .btn {
    width: 100%;
}
.ticketsys .btn-group-justified > .ticketsys .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .ticketsys .btn input[type="checkbox"],
[data-toggle="buttons"] > .ticketsys .btn-group > .ticketsys .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

#checkout-summary {
    margin-bottom: 20px;
}

#checkout-summary-table tr td{
    padding:3px 7px;
}

.blt-order-summary-total td{
    font-weight: bold;
    padding-top:7px;
}

/* .addSeatsToCart {
    margin: 20px 0;
} */


/* Login Container (default to float:right) */

#ticketsys-login-container .login-photo{
	background-image: url("/wp-content/uploads/2016/04/ico_contulmeu_headerr.fw_.png");
	width:35px;
	height: 35px;
	background-position-x: -15px;
	background-position-y: -15px;
}

.ticketsys-btn{
    display: block !important;
    padding: 5px 15px;
    background: #a94442;
    color: #fff !important; 
    transition: all .3s ease-in-out;
    text-align: center;
    margin-bottom: 3px;
    cursor: pointer;
    max-width: 220px;
    margin: auto;
    border: none;
    border-radius: 5px;
}
    

/* Login Button */
#loginButton { 
        cursor:pointer;
text-decoration: none;
}

/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:0;
    background:url(../images/loginArrow.png) no-repeat 53px 7px;
    display:block
}

#loginButton:hover {
    background:url(../images/buttonbgHover.png) repeat-x;
}

/* Login Box */

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}


/* Login Form */
#loginBox{
    margin: 0px 0px 0px -180px;
    position:fixed;
    display:inline-block;
    z-index:29;	
    width:300px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    background:#fff;
    padding:20px 0px;
    display: inline-block;
}

#ticketsys-login-formfieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding: 5px;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}


/* Default Input */
#ticketsys-login-form input {
    max-height: 40px;
}

/* Sign In Button */
#ticketsys-login-form  {
	padding: 0px 0px 0px 0px;
    }

#ticketsys-login-form .te-row {
	padding-top: 10px;
    }

/* Forgot your password */
#ticketsys-login-form span {
    text-align:center;
    display:block;
}

.no-span-block {
    display:inline !important;
}

.ui-dialog { z-index: 1200 !important ;}

#header {
    background: #252121;
}

#header .header-links > ul > li a{
	color: #fff !important;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.ticketsys-center-text {
    text-align: center;
}

.cart-delete {
    color: #007bff !important;
    padding: 3px 10px !important;
    border-width: 2px !important;
}

.cart-delete:hover{
   background: #fff !important;
   color: #007bff !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.label-warning {
    background-color: rgba(0, 0, 0, 0);
}


#checkoutContent label{
    white-space: normal;
}

.ui-widget-header {
    background: rgba(0, 0, 0, 0);
}

.ticket_info {
                color:#000;
                margin-top:0px;
            }

.qr-summary{
    position:relative;
    height:50px;
    line-height:50px;
    text-align: center;
    border-bottom: solid 1px #ccc;
}
.swiper-container {
    width: 100%;
    height:91.6%;
    color: #000;
    text-align: center;
    /*display: inline;*/
}
.swiper-pagination{
    text-align: center;
    font-size:14px;
    font-weight:bold;
    color:#000;
}
.qr-code-wrapper{
    width:100px!important;
    height:100px!important;
    margin:0 auto;
    padding:10px;
    background-color:#fff;
    border:solid 1px #e9e9e9;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.swiper-slide{
    position: relative;
    background-color:#f5f5f5;
}
.scan-msg{
    text-align: center;
    margin:20px 0px;
    font-weight: bold;
    color:#000;
    font-size:14px;
}
.qr-ticket-info-cont{
    background-color:#980000;
    z-index: 2001;
    text-align: center;
    width: 100%;
    font-size:18px;
    font-weight: bold;
    padding: 5vh 30px;
    color: #ffffff;
    border-bottom:dashed #000 5px;
}
.qr-overlay{
    position:fixed;
    z-index:999999999999;
    top:0px;
    left:0px;
    background-color:#fff;
    width:100%;
    height:100%;
}
.qr-ticket-info-wrap{
    width:80%;
    margin:0 auto;
    padding-top:10px;
}
.swiper-wrapper{
    display: flex;
}

.swiper-slide .tkt-order-event-name {
	color: #fff;
}
.qr-close {
    position: absolute;
    top: 0;
    right: 30px;
    display: block;
    width: 70px;
    height: 50px;
    font-size: 14px;
    color: #000;
    text-align: right;
}
.qr-close:before, 
.qr-close:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    background-color: #000;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    transition: all 420ms;
    content: '';
}
.qr-close:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}
.qr-close:hover:before, 
.qr-close:hover:after {
    background-color: #DA4453;
}
            

.tkt-info-button {
    background-color: #fff;
    text-transform: uppercase;
    border: 2px solid #111;
    width: fit-content;
    padding: 5px;
}

.ticketsys-wrapper {
    display: grid;
    margin: 30px auto;
}

.wrap-loc {
    position: absolute;
    z-index: 99999;
    background-color: var(--main);
    color:#fff;
    right: 30px;
    top: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
}

.wrap-loc a {
    color: #fff;
}

.ticketsys-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 15px;
    overflow: hidden;
    transition: all ease-in .3s;
}

.ticketsys-list .ticketsys-item a {
    display: flex;
    flex-direction: row;
}

.ticketsys-list .ticketsys-txt{
    width: 100%;
}

.ticketsys-list .ticketsys-image {
    max-width: 350px;
}

.ticketsys-item .btn {
    border-radius: .3em;
}


.ticketsys-item:hover {
    box-shadow: 0px 5px 10px 3px rgba(202,202,202,0.63);
}

.ticketsys-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 30px;
}

.ticketsys-item {
    grid-template-columns: 1fr;
    row-gap: 0px;
    margin-bottom: 30px;
}

.ticketsys-image {
    height: 200px;
    width: 100%;
    background-repeat: no-repeat!important;
    position: relative;
    background-size: cover;
    background-position: center;
}

.ticketsys-date, .ticketsys-address {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px;
    /* border-radius: 5px; */
    border-bottom: 1px solid #ccc;
    margin: 10px 10px 0;
}

.ticketsys-address {
    background-color: #52415a;
    color: #fff;
}

.ticketsys-title {
    padding: 10px 20px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

.buttons {
    display: flex;
    justify-content: end;
}

.buttons button {
    background: transparent!important;
    color: #000!important;
    border: none!important;
    outline: none!important;
    font-size: 18px!important;
}

.ticketsys-grid .ticketsys-buy {
    max-width: 200px;
    margin: 0px auto 20px;
    font-weight: 600;
}

.ticketsys-grid .ticketsys_inline {
    display: block;
    margin-top: 5px;
}

.ticketsys-list .ticketsys_inline {
    display: inline-block;
    margin-left: 0px;
}

.ticketsys-list .ticketsys-buy {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-weight: 600;
}

.ticketsys-item>a {
    height: 100%;
}

.ticketsys-item a:hover {
    text-decoration: none;
}

.ticketsys-item>a.ticketsys-buy {
    height: auto
}

.ticketsys-item:hover a.ticketsys-buy {
    background-color: var(--main);
    border-color: var(--main);
    color: #fff;
    transition: all ease .3s;
}

.ticketsys-item i {
    font-size: 15px;
    padding-right: 5px;
    color:var(--main);
}

.ticket-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.ticketsys-noimage .ticketsys-item {
    display: grid;
    grid-template-columns: 15% 55% 30%;
    row-gap: 30px;
}

.ticketsys-item-no-date-col {
    grid-template-columns: 65% 35% !important; 
}

.col-date, .col-info, .col-buy {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.col-info {
    align-items: flex-start;
    font-size: 16px!important;
    line-height: 24px!important;
}

.tktname {
    margin-bottom: 5px;
}

.tkt-ei-list .ticketsys-wrapper {
    margin-bottom: 0!important;
    margin-top:0 !important;
}

.tkt-ei-list .ticketsys-item {
    margin-bottom: 0;
}

.tkt-ei-list .select-tickets{
    padding-bottom: 0;
}

.tkt-ei-list{
    padding-bottom: 30px;
}

.tkt-available-no {
    font-size: 13px;
    padding-left: 5px;
    color: #e82b2b;
}

#dialogLoginForm { padding: 30px!important;}

#loginformdetalii label {
    display: block!important;
}



.ticketsys .creaza-cont {
    background-color: #fff!important;
    border: 2px solid #333!important;
    color: #333!important;
    box-shadow: none!important;
    padding: 10px 20px 8px!important;
    border-radius: 4px!important;
    display: inline-block!important;
}

.ticketsys .creaza-cont:hover {
    background-color: rgb(216, 216, 216)!important;
}

.ui-dialog-buttonset button:hover {
    color: white!important;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.6)!important;
    background-color: var(--mainhover) !important;
  }

  input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #333!important;
    border: 1px solid #E8E8E8!important;
    border-radius: 5px!important;
    width: 100%!important;
    padding: 10px 15px!important;
}

.ui-dialog-buttonset button {
    cursor: pointer!important;
    border: 0!important;
    border-radius: 4px!important;
    font-weight: 600!important;
    margin: 10px!important;
    padding: 10px 30px!important;
    box-shadow: 0 0 20px rgba(104, 85, 224, 0.2)!important;
    transition: 0.4s!important;
}


.ui-dialog-titlebar-close:after {
    content: 'X' !important;
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 12px;
 }

 #tkt-venue-controls {
    display: inline-block;
 }

 #tkt-venue-controls .ticketsys-btn {
    margin-right: 10px;
    display: inline-block!important;
 }

 #tkt-venue-controls input {
    max-width: 110px!important;
    height: 40px;
    margin: 10px 10px 10px 0;
    display: inline-block!important;
 }

 .checkout-selection {
    display: flex;
    align-items: center;
 }

 .checkout-selection input[type="radio"],  .checkout-selection input[type="checkbox"] {
    margin: 0 10px 0 0;
    cursor: pointer;
    accent-color: var(--main);
 }

 .art-overlay-info>div {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    column-gap: 5px;
 }

 .art-overlay {
    background-color: #fff!important;
 }

 

 .terms p, .form-group.flex {
    display: flex;
    align-items: center;
 }

 .m-0 {
    margin: 0!important;
 }

 .terms input {
    cursor: pointer;
 }

 .checkout-selection label {
    margin: 0!important;
    padding: 0!important;
 }

 .blt-checkout-buttons-cont {
    text-align: left;
    margin-top: 15px;
 }


  .event-summary {
    font-weight: bold;
    padding: 10px;
  }

.ticketsys input[type=checkbox], .ticketsys input[type=radio] {
    line-height: normal;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    cursor: pointer;
}

.order-event .btn {
    margin-right: 20px;
}

.col-date {
    text-transform: uppercase;
}

.col-info .tktname {
    font-weight: bold;
}


#ticketsContMobile {
    display: none;
}


.cart-tickets ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.cart-tickets li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid var(--secondary);
    transition: all ease-in .2s;
}

.cart-tickets li:hover {
    background-color: var(--secondary);
}

button.ticket-delete {
    background: transparent;
    border: none;
    outline: none;
}

button.ticket-delete i {
    color: red;
}

#auto-select-no {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary);
    padding-top: 20px;
    padding-bottom: 20px;
}

.ticketsys .btn-block {
    border-bottom: 1px solid var(--secondary);
    border-radius: 0!important;
    padding: 20px 10px!important;
    justify-content: flex-start!important;
    text-align: left!important;
}

.counter-input, .ticketsys .btn-block {
    display: flex;
    align-items: center;
}

.counter-input .input-group-btn {
    width: 30px!important;
}

.counter-input .btn {
    padding: 0!important;
    height: 35px!important;
    width: 30px!important;
}

.counter-input input[type="text"] {
    width: 50px!important;
    height: 35px;
    border-radius: 0!important;
    text-align: center;
    margin: 0;
}

#auto-select-no {
    font-size: 16px;
}

#auto-select-button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ticket-type {
    display: flex;
    display: flex;
    border-bottom: 1px solid var(--secondary);
    margin-bottom: 5px;
    min-height: 60px;
    align-items: center;
    gap: 5px;
}

.ticket-type-name {
    font-weight: 700;
    display: inline;
}
.tkt-text {
    flex-grow: 2;
    font-size: 14px !important;
    width:0;
}

.tkt-text-promo{
    font-size: 12px !important;
}

.tkt-price {
    flex-grow: 1;
    width:0;
}

.tkt-tickets-no{
    flex-grow: 1;
    width:0 !important;
    justify-content: end;
    display: flex !important;
}

.desktop-total {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
}

.desktop-total .total {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #999;
    padding: 2px 10px;
}

#ticketsCont table {
    margin-bottom: 0!important;
}

#ticketsCont hr {
    border-top: 2px solid #000;
    margin-top: 0;
}

.tkt-price-inline, .tkt-text-promo {
    padding-left: 5px;
}

.tkt-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.tkt-order-event-name {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.top-boxes {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    width: 100%;
}


.top-boxes div {
    background-color: #e50914;
    color: #fff;
    padding: 0 5px;
}

.venue-name {
	font-size: 13px;
	font-weight: 400;
	color: rgba(0,0,0,0.54)
}

#cartContainer h2 {
	margin-bottom: 20px;
}

.panel-heading h2 {
	margin-bottom: 0!important;
}

.cart-tickets ul {
	margin: 0;
}


@media screen and (max-width: 1200px) {
    .ticketsys-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 25px;
        row-gap: 25px;
        margin-bottom: 20px;
    }
    
}

@media screen and (max-width: 991px) {
    .ticketsys-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #ticketsContMobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        background-color: #e1e1e1;
        border-top: 1px solid #999;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 70px;
        width: 100%;
        z-index: 9999999999;
        column-gap: 20px;
        padding: 0 20px;
    }

    .wrap-loc {
        display: none!important;
    }

    #ticketsContMobile .btn {
        margin-top: 0!important;
    }

    .mobile-loc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
        color: var(--main);
        font-weight: bold;
    }

    .mobile-loc i {
        margin: 0 5px;
    }

    .ticketsys-noimage .ticketsys-item {
        grid-template-columns: 15% 55% 30%;
        row-gap: 10px;
        display: flex;
    }

    .ticketsys-item-no-date-col {
        grid-template-columns: 65% 35% !important; 
    }

    .col-date, .col-info, .col-buy {
        padding: 10px 20px;
    }

    .ticketsys-list .ticketsys-item a {
        display: block;
    }

    .ticketsys-list .ticketsys-image {
        margin: auto;
        max-width: 450px;
        height: 300px;
    }
    
}

@media screen and (max-width: 767px) {
    .ticketsys-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .ticket-select {
        grid-template-columns: 1fr;
    }

    .order-event .btn {
        display: block!important;
        margin: 20px auto;
        width: 100%;
    }

    .ticketsys-noimage .ticketsys-item {
        grid-template-columns: 1fr;
        padding: 20px 0;
        display: flex;
    }
    .col-info {
        padding: 0px 20px;
    }

    .col-date, .col-date>div {
        display: inline-block;
        text-align: center;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .col-buy {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .tkt-price {
        text-align: center;
    }
    .tkt-filters {
        grid-template-columns: 1fr;
    }

    .tkt-filters>div:first-child {
        margin-bottom: 30px;
    }

    #tickets {
        justify-content: center;
    }
}




.tab .nav-tabs{ border-bottom: 2px solid #e8e8e8; }
.tab .nav-tabs li a{
    display: block;
    padding: 10px 20px;
    margin: 0 5px 1px 0;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    border: none;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
    color: #198df8;
    border: none;
}

.nav>li>a:focus, .nav>li>a.show {
    text-decoration: none;
    background-color: #eee;
}

.tab .nav-tabs li.active a:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #198df8;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .tab-content{
    padding: 30px 20px 20px;
    margin-top: 0;
    background: #fff;
    font-size: 15px;
    color: #7a9181;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}

.q-card {
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}

.q-list {
    display: flex;
    color: #000;
    padding: 4px 4px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.q-card .q-img {
    position: relative;
    overflow: hidden;
    /* height: 200px; */
}

.q-list .date {
    font-weight: 600;
    align-items: flex-end;
    padding-right: 0;
    padding-left: 5px;
    font-size: 14px;
    width: 110px;
    line-height: 1.5em;
    text-align: right;
}

.q-list .time {
    font-size: 13px;
    text-align: right;
    display: block;
}

.q-img__image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.overflow-hidden {
    overflow: hidden;
}

.justify-center {
    justify-content: center;
    display: flex;
    
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.q-img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.event-slide {
    position: relative;
    text-align: center;
}

.event-slide img {
    max-height: 700px;
}

.q-list {
    position: relative;
    bottom: 0;
    background: #fff;
}

.q-title {
    color: #000;
    position: relative;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.ticketsys .btn.btn-primary {
	background: var(--main);
	color: #fff;
	width: 100%;
	border: 0;
	font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.ticketsys .btn.btn-primary:hover {
    background: var(--mainhover);
}

.ticketsys .btn.btn-secondary {
    background: var(--secondary);
    color: #000;
    width: 100%;
    border: 0;
    font-size: 18px;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
}

.ticketsys .btn.btn-secondary:hover {
    background: var(--mainhover);
    border: 1px solid #000;
    color: #fff;
}

.btn-group a.btn-primary {
    background-color: #d3d3d3;
    border-color: #000;
    border: none;
    margin: 0!important;
    font-size: 16px;
    color: #000!important;
}


.btn-group a:hover {
    color: #000!important;
}

.btn-group a:hover, .btn-group a:focus {
	color: #666!important;
}

.tkt-order-body h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px
}

.order-ticket-list, .order-payment {
    margin-bottom: 15px;
}

@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .btn-group {
        display: flex!important;
        flex-direction: column;
        justify-content: center;
    }
    .btn-group a.btn-primary {
        margin: 5px 0!important;
        border-radius: 4px!important;
    }
}