/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face { font-family: 'Overpass'; font-style: normal; font-weight: 300; src:  url('../fonts/overpass-light.woff') format('woff'); }
@font-face { font-family: 'Overpass'; font-style: normal; font-weight: 500; src:  url('../fonts/overpass-regular.woff') format('woff'); }
@font-face { font-family: 'Overpass'; font-style: normal; font-weight: 700; src:  url('../fonts/overpass-heavy.woff') format('woff'); }



/* ::-webkit-scrollbar-track{ background-color: #f0f0f0; }
::-webkit-scrollbar{ width: 10px; }
::-webkit-scrollbar-thumb{ background-color: #b0b0b0; }
::-webkit-scrollbar-button{ width: 10px; height: 20px; background-color: #b0b0b0; } */

/* .div-scroll ::-webkit-scrollbar-track{ background-color: #f0f0f0; }
.div-scroll ::-webkit-scrollbar{ width: 5px; }
.div-scroll ::-webkit-scrollbar-thumb{ background-color: #b0b0b0; }
.div-scroll ::-webkit-scrollbar-button{ width: 0px; height: 0px;} */

/* #main-menu ::-webkit-scrollbar-track{ background-color: #f0f0f0; }
#main-menu ::-webkit-scrollbar{ width: 5px; }
#main-menu ::-webkit-scrollbar-thumb{ background-color: #b0b0b0; }
#main-menu ::-webkit-scrollbar-button{ width: 0px; height: 0px;} */

html, body{ height: auto!important; }
body{ font-family: "DM Sans", sans-serif; position:relative; min-height:100vh; }
body.login{ background: #2b2d6d !important; }
h1,h2,h3,h4,h5{ font-family: "DM Sans", sans-serif; }

a{ color:#a2bd30; }
a:hover{ color:black; }
a:hover,a:focus{ text-decoration: none; }

p{ margin:10px 0 20px; font-size:14px; }

.small-padding{ padding:0 5px; }

.approvals-add{ background:#57157D; color:white;  }

.approvals-add input[name='submit']{ background:#97BE0E; color:white; border:none; }

.approvals-add .portlet.box>.portlet-body{ background:#D4004F; border:2px solid white; border-radius: 2px !important; }

.approvals-add .btn { height:70px; padding: 17px 25px; border:2px solid white !important; }

.termin{ cursor:pointer; padding:0 15px; float:left; margin:0 0 10px 15px; background:#57157D; height:35px; line-height:35px; text-align:center; }

.termin.active{ background:#97BE0E; }

#tool{ color:black; }

canvas{ background:white !important; }

.no-padding{ padding:0; }

.no-overflow{ overflow:hidden; }

.gap{ padding-top:20px; padding-bottom:20px; overflow:hidden; }

.gap-small{ padding-top:5px; padding-bottom:5px; }

.index-index{ background:white !important; }

a,button{ cursor: pointer; outline: none!important; }

.container{
    width:96% !important;
    max-width:1360px;
}

input{ cursor:auto; outline: none!important; }

.rfid{ font-size:20px; position:absolute; bottom:0; left:0; padding:10px 20px; color:white; }

.rfid i{ font-size:40px; }

.wybierz_zgode footer{ display:none; } 

.ui-keyboard{ overflow:hidden; background:#333; height:265px; bottom:0 !important; top:auto !important; }

.ui-keyboard-button.ui-keyboard-actionkey.ui-state-active[data-name="accept"]{ background:#97BE0E; }


#zgoda-form{ margin:0 !important; }

#zgoda-form{ margin-bottom:265px !important; }

.form-control.ui-widget-content{ max-width:400px; }

.ui-keyboard-button{ margin:2px; }

::selection { background: #009992; color:#fff; }
::-moz-selection { background: #009992; color:#fff; }

.logo-header{ margin: 0 !important; padding: 0 !important; float:left; width:260px; }

.adverse{ float: right; overflow: hidden; max-width: 728px; width: auto; }

#top-bar{ height:100px; display: flex; display: -webkit-flex; flex-direction: row; -webkit-box-orient: vertical; flex-wrap: nowrap; -webkit-flex-wrap: nowrap; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; }

#main-menu{ z-index:9999; }

#main-menu ul{ list-style:none; margin:0; padding:0; font-family:Overpass; font-weight:400; }

#main-menu .parents{ display:inline-block; background:#f6e300; width:100%; display: flex; display: -webkit-flex; flex-direction: row; -webkit-box-orient: vertical; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; align-items: center; }

#main-menu .parents>li{ text-align:center; float:left; display:inline-block; position:relative; height:70px; background:#f6e300; font-size:20px; text-transform:uppercase; }

#main-menu .parents>li>a{ padding:0 50.5px; transition:all 0.2s; height:70px; display:list-item; vertical-align: middle; display: table-cell;}

#main-menu .parents>li:hover, #main-menu .parents>li:focus, #main-menu .parents li.active{ background:#A0C5E8; cursor:pointer; }

#main-menu a, #main-menu li{ color:white; }

#main-menu .has-children:after{ content: '\f078'; font-family:FontAwesome; position: absolute; top: 25px; right: 25px; font-size: 14px; }

#main-menu .has-children.show:after{ content: '\f077'; }

#main-menu .has-children>a{ pointer-events:none }

#main-menu .has-children.show .children{ visibility:visible !important; opacity:1 !important; }

#main-menu .children{ visibility:hidden; opacity:0; max-height: 330px; overflow: auto; position:absolute; top:100%; z-index:999999; background:#f6e300; box-shadow: 5px 5px 1px rgba(0,0,0,0.15); left:0; transition: all 0.3s; }

#main-menu .children li{ height:55px; padding:0 10px; font-size:15px; display:inline-table; width:100%; }

#main-menu .children li:hover, #main-menu .children li:focus{ background:#A0C5E8; cursor:pointer; }

#main-menu .children li a{ transition:all 0.2s; height:55px; line-height:16px; display:list-item; vertical-align: middle; display: table-cell;}

.login .main-page-content{ position:absolute; top:45%; left:50%; transform:translate(-50%,-50%); }

.img-responsive{ margin: 0 auto; }

footer{ background:#00284c;}

footer h3{ font-size: 16px; margin-bottom: 30px; margin-top:0; font-family: Overpass; font-weight:700; white-space:nowrap; }

footer a{ font-size: 13px; line-height: 1.2; font-family: Overpass; font-weight:300; white-space:nowrap; }

footer a:hover, footer a:focus{ color:white; }

footer ul{ list-style:none; margin:0; text-transform:uppercase; padding:0; }

footer ul li{ margin-bottom:5px; }

footer .col-sm-5 li{ width:25%; float:left; overflow:hidden; }

footer .text-center p{ margin-top:30px; }

footer img{ margin-bottom:30px; max-width:100%; }

.footer-top{ overflow:hidden; background:#00284c; color:#A0C5E8; padding:60px 15px; }

.copyright{ color:#A0C5E8 !important; display: table; width:100%; margin:0 !important; background:#002140; height:40px; text-align:center; }

.users-login .copyright{ background:transparent; }

.users-login .content{ width:400px !important; }

.copyright p{ padding:0; margin:0; display:table-cell; vertical-align:middle; }

.banner>div{ display:inline-table; width:100%; height:300px; background-size:cover; background-position:center; text-align:center; }

.banner h1{ color:white; text-shadow: 2px 2px 1px black; font-weight:700; vertical-align:middle; margin:0; text-transform:uppercase; display:table-cell; padding:0 30px; }

.content{ margin:50px 0; }

.post-list{ margin-left: -5px; margin-right:-5px; overflow:hidden; }

.post-single{ float:left; padding-left: 5px; padding-right:5px; padding-top:5px; padding-bottom:5px; text-align:center; transition:all 0.6s; position:relative; }

.post-single h3{ font-weight: 700; color:white; text-shadow: 2px 2px 2px black; }

.post-single p{ overflow:hidden; transition:all 0.3s; bottom:0px; margin:0; position:absolute; padding:2px 5px; width:100%; line-height:20px; color:white; text-shadow: 1px 1px 1px black; background:rgba(0,0,0,0.75) }

.post-single>a>div{ border-radius:1px !important; transition:all 0.3s; overflow: hidden; background-size: cover; background-position: center; height:100%; position:relative; background-blend-mode: hard-light; background-color: rgba(0,0,0,0);}

.post-single>a>div:hover, .post-single>a>div:focus{ box-shadow: 3px 3px 1px rgba(0,0,0,0.15); background-color:rgba(0,0,0,0.25)}

.medium-post p{ max-height:26px; padding:4px 5px; line-height: 22px;}

.post-single>a>div:hover p, .post-single>a>div:focus p{ max-height:95px; }

.medium-post { width:295px; }

.medium-post h3{ font-size:16px; max-height: 53px !important; overflow: hidden; padding:0 45px; }
 
.medium-post>a>div{ height:150px; }

.small-post { width:147.5px; }

.small-post h3{ font-size:14px; }

.small-post p{ font-size:12px; max-height:17px; line-height:16px; }

.small-post>a>div{ height:137.5px; min-height:137.5px; }

.main-content p.big{ font-size:18px; }

.main-content video{ width:100%; height:auto; }

.div-scroll{ margin:0 5px; float:left; overflow:hidden; width:280px; outline: 1px solid #d5d5d5; padding: 0; }

.div-scroll h2{ padding:0 5px; margin: 5px 0 0; font-size: 20px; text-transform: uppercase; }

.div-scroll-big{ width:580px; }

.div-scroll .post-list{ margin:0; width:100%; height:320px; overflow:auto; }

.div-scroll .post-list .medium-post{ width:275px; }

.div-scroll .post-list .medium-post h3{ max-height:34px !important; }
 
.div-scroll .post-list .medium-post>a>div:not(.post-brand){ height:70px; background-blend-mode: hue; background-color: rgba(0,0,0,0.25); }

.div-scroll .post-list .medium-post>a>div:not(.post-brand):hover, .div-scroll .post-list .medium-post>a>div:not(.post-brand):focus{ background-color:rgba(0,0,0,0) }

.div-scroll-big .post-list .big-post{ width:580px; }

.div-scroll-big .post-list .big-post>a>div{ height:310px; }

.div-scroll-big .big-post h3{ font-size:34px; padding:0 60px }

.div-scroll-big .big-post p{ font-size:20px; line-height: 28px; padding:4px; max-height:36px; }

.big-post>a>div:hover p, .big-post>a>div:focus p{ max-height:81px; }

.post-brand{ width: 40px; height: 40px !important; min-height:40px !important; background-size: cover; z-index:9; }

.brand-link{ height: 40px !important; overflow: hidden; width: 40px; position: absolute; right: 5px; }

#top-bar.top-bar-frame{ height:auto; min-height:50px; background:#f6e300; color:white}

#top-bar.top-bar-frame .logo-frame{ height:40px; left:40px; position:absolute }

#top-bar.top-bar-frame h1{ margin: 0 auto; font-size: 20px; padding-left: 180px; }

.posts-frame header, .posts-frame{ overflow:hidden; }

.posts-frame .frame{ position:relative; }

.posts-frame .frame iframe{ width:100%; height:100vh; }

.posts-frame .container{ width:100% !important; padding:0; }

.mobile-menu{ display:none; }

#PostUseraddForm .input{ width:calc(100% - 68px) !important; float:left; }

#PostUseraddForm .input textarea{ max-height:34px; min-height: 34px; max-width:100%; min-width:100%; }


div.datepicker.datepicker-dropdown{ z-index:999999999 !important; }

/* .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{ padding: 15px !important; font-size: 19px !important; } */

.select-date-container{ padding: 3px; border: 1px solid #ccc; margin: 3px 0; }

.select-date-container h4{ margin-left:5px; cursor:pointer; }



.btn.blue:not(.btn-outline).active, .btn.blue:not(.btn-outline):active, .btn.blue:not(.btn-outline):hover, .open>.btn.blue:not(.btn-outline).dropdown-toggle, .btn.chosen{ background-color: #2b2d6d !important; border-color: #2b2d6d !important; }

.select-date-container.disable{ display:none; }

.zgody{ overflow:hidden; }

.wybierz_zgode{ background:#57157D; }

.reservations.zgody{ padding:0 15px; background:transparent; }

.reservations.zgody>div{ padding:15px; height:50vh;  }

.reservations.zgody>div div{ border:2px solid white; color:White; text-align: center; padding: 0 100px; font-size:30px; text-transform:uppercase; font-weight:bold; cursor:pointer; background:#D4004F; transition:all 1s; height:100%; display:flex; align-items: center; justify-content: center; box-shadow:1px 1px 10px rgba(0,0,0,0.1); }

.reservations.zgody>div div:focus, .reservations.zgody>div div:hover{ background:#97BE0E; box-shadow:1px 1px 30px rgba(0,0,0,0.1); }

.approvals>h4, .approvals>a>h4{ margin-top:0; }

.approvals{ position:relative; }

.approvals>a>h4{ background:#D4004F; padding:15px; position:absolute; color:white; right:15px; top:0px; }

.regulamin>p{ column-count: 2; }

.regulamin{ max-height:80vh; overflow:auto; }

.small-font{ font-size:12px; }

.approvals-add .checkbox{ margin-top:0 }

.approvals-add footer{ display:none; }

.dodajdziecko{ background:#57157D; padding:10px 20px; color:white !important; border:1px solid white; }

@media (max-width:1366px){
    
    
    
    .logo-header img{ max-width:100% }
    
    .medium-post { width: 285px; }

    #main-menu .parents>li>a { padding: 0 47.5px; }

    #main-menu .has-children:after { right: 20px; }
    
    .div-scroll { width: 275px; }
    
    .div-scroll .post-list .medium-post { width: 270px; }
    
    .div-scroll-big, .div-scroll-big .post-list .big-post { width: 550px; }
    
    .small-post { width: 142.5px; }
    
    .small-post>a>div { height: 132.5px; min-height: 132.5px; }
    
    .small-post>a>div:hover p, .small-post>a>div:focus p{ max-height:66px; }
    
}





@media (max-width:1199px){
    
    
    
    
    
    #main-menu .parents>li>a { padding: 0 35.5px; }
    
    #main-menu .has-children:after { right: 10px; }
    
    .div-scroll { width: 232.5px; }
    
    .div-scroll-big, .div-scroll-big .post-list .big-post { width: 465px; }
   
    .div-scroll .post-list .medium-post { width: 227.5px; }
    
    .medium-post h3 { font-size: 13px; line-height: 18px; }
    
    .div-scroll h2 { font-size: 16px; }
    
    .small-post { width: 121px; }

    .small-post p { max-height: 33px; }
    
    .medium-post { width: 242.5px; }
    
    .small-post>a>div { height: 110.5px; min-height: 110.5px; }
    
    .medium-post p { font-size: 13px; max-height: 20px; line-height: 16px; }
    
    .adverse { max-width: 550px; }
    
}





@media (max-width:1024px){
    
    
    
    #main-menu .parents>li>a { padding: 0 33.5px; }
    
    .div-scroll { width: 222.5px; }
    
    .small-post { width: 117.5px; }
    
    .medium-post { width: 235px; }
    
    .div-scroll .post-list .medium-post { width: 217.5px; }
    
    .div-scroll-big, .div-scroll-big .post-list .big-post { width: 455px; }
}





@media (max-width:991px){
    
    #top-bar { height: 200px; justify-content: space-evenly; -webkit-justify-content: space-evenly; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
    
    .adverse { text-align: center; order:1; width:100%; max-width:100%; }
    
    .mobile-menu{ order:4; display:flex; cursor:pointer; color:#f6e300; }
    
    .mobile-menu.active{ color:#333; transition:all 0.3s; }
    
    .logo-header{ order:2 }
    
    #top-bar .facebook-share{ order:3; }
    
  
    
    #main-menu .parents>li>a { padding: 0 17.5px; }
    
    .div-scroll{ width:calc(50% - 10px); }
    
    .div-scroll-big .post-list .big-post { width:100%; margin: 0; }
    
    .div-scroll-big{ width: calc(100% - 10px); margin:0 5px 20px; }
    
    .div-scroll .post-list .medium-post { width: 100%; }
    
    .small-post { width: 25%; }
    
    .medium-post { width: 50%; }
    
    .center{ margin:0 auto;}
    
    #main-menu { overflow: hidden; }
    
    #main-menu .parents>li{ width:100%; height:40px; font-size: 16px; }
    
    #main-menu .parents>li>a{ height:40px; display: table; width:100%; line-height:40px; text-align: left;}
    
    #main-menu .has-children:after{ top:10px; right:20px; }
    
    #main-menu .parents>.has-children.show{ height:auto; }
    
    #main-menu .has-children.show .children{ position:static; box-shadow:none; max-height: 180px; }
    
    #main-menu .children{ background:#333; }
    
    #main-menu .children li { height: 40px; font-size:14px; }
    
    #main-menu .children li a{ height: 40px; text-align:left; line-height: 40px; padding: 0 7.5px; }
    
    #main-menu .parents{ position:absolute; visibility: hidden; opacity: 0; }
    
    #main-menu .parents.show{ position:static; visibility:visible; opacity:1; transition:all 0.3s; }
    
    footer .footer-top>div{ padding:0 5px !important; }
    
    footer a, .copyright p{ font-size:12px; }
    
    .posts-frame .container{ max-width:100% !important; }
}





@media (max-width:767px){

    .footer-top.container { padding: 20px 0 !important; }

    footer .footer-top { display: flex; display: -webkit-flex; flex-direction: row; -webkit-box-orient: vertical; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; }
   
    footer .footer-top>div{ float:left; width:50% !important; padding: 20px 15px !important; margin:0 !important; } 
    
    footer .footer4{ order:3; text-align:center; }
    
    footer .footer2{ order:4; text-align:left;}
    
    footer .footer1{ order:1; }
    
    footer .footer1 a{ display:block; width:100%; }
    
    footer .footer1 p { margin-top: 0; overflow: hidden; }
    
    footer .footer3{ order:2; }
    
    footer .footer3 li { width: 50%; }
    
    footer a, .copyright p { font-size: 12px; padding: 5px 10px; }
    
    footer a{ padding:0; }
}






@media (max-width:560px){

    .fa-3x{ font-size:2em; }
    
    .logo-header{ width:150px; }
    
    .container{ padding:0 !important; }
    
}





@media (max-width:420px){
    
    footer .footer-top>div{ float:left; width:100% !important;} 

    .div-scroll { width: calc(100% - 10px); margin: 10px 5px; }
    
    .logo-header{ width:120px; }
    
    .small-post { width: 50%; }
    
    .medium-post { width: 100%; }
    
    .div-scroll .post-list { height: 240px; }
    
    .div-scroll-big .post-list .big-post>a>div { height: 230px; }
    
    footer .footer4{ order:4; text-align:left; }
    
    footer .footer2{ order:3;}
    
    #top-bar.top-bar-frame{ display:block; }
    
    #top-bar.top-bar-frame .logo-frame{ position:relative; }
    
    #top-bar.top-bar-frame h1{ padding:5px 0; }
    
}





@media (max-width:320px){
    
    
    #top-bar { height: 230px; }
    
    .logo-header { width: 100%; }
    
}






.aligncenter {
    margin: 0 auto;
}
.user-details:focus,
.user-details:hover,
.user-details:hover span{
    text-decoration: none!important;
}
.page-logo a{ font-size: 22px; line-height: 64px; color: white; }
body.page-sidebar-closed .page-logo a{ display:none !important; } 
.user-details .widget-thumb .widget-thumb-wrap .widget-thumb-icon{
    transition: all 0.3s;
}
.user-details:hover .widget-thumb .widget-thumb-wrap .widget-thumb-icon{
    background: #3e3f3a!important;
}
button a{ color:black; text-decoration: none !important; }
.table td .img-responsive{
    width:auto!important;
    display: block;
    margin: auto!important;
    max-width: 200px!important;
}
#map{
    display: block;
    width:100%;
    height: 245px;
}
.std table tr td{
    padding: 10px;
    font-size:15px;
    line-height: 20px;
}
.std table tr:nth-child(even) td{
    background: #f7f7f7;
}
.std p{
    margin:0 0 15px 0;
    font-size:15px;
    line-height: 20px;
}
.std ul li{
    font-size:15px;
    line-height: 20px;
}
.std h6{
    font-size:18px;
    font-weight: 700;
    margin:0 0 10px 0;
}
.std h5{
    font-size:20px;
    font-weight: 400;
    margin:0 0 5px 0;
}
.std .row {
    margin-top: 50px;
    margin-bottom: 25px;
}
.std h3{
    font-size:45px;
    font-weight: 700;
    margin:0 0 30px 0;
}
.fr-box.fr-basic .fr-element{
    min-height: 240px;
}
textarea.fr-code{
    width:100%;
}
.block-center{
    display: block;
    text-align: center;
}
.gap10{
    margin-bottom: 10px;
}
.gap30{
    margin-bottom: 30px!important;
}
.vcenter{
    display: inline-block;
    float:none;
    vertical-align: middle;
}
.loading-content{
    position: fixed;
    z-index: 99998;
    top:0;
    left:0;
    width:100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.loading-content i{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -45px;
    margin-left:-45px;
    color:#2b2d6d !important;
    font-size:60px;
}
.quick-message{
    position: fixed;
    display: none;
    top:200px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    right:30px;
    z-index: 999999;
    color:#fff;
    padding: 25px;
    font-size: 15px;
    font-weight: 300;
}
.quick-message.success{
    background: #009992;
}
.quick-message.danger{
    background: #a94442;
}
.inline-label{
    margin: 0;

}
i.red{
    color:red;
}
p.info{
    display: block;
    margin: 0;
    padding:20px 0 20px 0;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f7f7f7;
}
i.green{
    color:#3f903f;
}
.tick:before{
    font-family: FontAwesome;
    content:"";
    color:#3c763d;
}
.cross:before{
    font-family: FontAwesome;
    content:"";
    color:#d9534f;
}
.no-codes-header{
    margin:0;
    padding: 25px 15px;
    font-size:17px;
}
.go-right{
    float:right;
    margin-top: -34px;
    z-index: 1;
    position: relative;
}
.profile-username{
    font-size:40px;
    margin:40px 0 0px 0;
}
.hidden-form{
    display: none;
}
#flashMessage{
    position: fixed;
    top:8px;
    left:50%;
    transform: translate(-50%,0);
    max-width: 90%;
    z-index: 999999;
}
body.user{
    background: #fff;
}
.timeline-body-content .btn{
    margin-top:25px;
}
.btn.btn-small.red{
    font-size: 13px;
    line-height: 13px;
    margin: 0 10px;
    padding: 5px 10px;
}
.timeline .timeline-item:nth-last-of-type(1) .timeline-badge span{
    background: #32c5d2!important;
    border-color:#32c5d2!important;
    color:#fff!important;
}
.timeline .timeline-item:nth-last-of-type(1) .timeline-badge span.broken{
    background: #e7505a!important;
    border-color:#e7505a!important;
}
.mt-element-list .list-simple.ext-1.mt-list-container ul>.mt-list-item.done:hover{
    background: transparent!important;
}
.mt-element-list .list-simple.mt-list-container ul>.mt-list-item>.list-item-content>h3>a{
    color:#fff!important;
}
p.warning {
    color: red;
    font-weight: bold;
}

.hasCountdown .countdown_section{
    font-size:0;

}
.hasCountdown .countdown_section br{
    display: none;
}
.hasCountdown .countdown_section .countdown_amount{
    font-size:18px;
    font-weight: 700;
}
.hasCountdown .countdown_section:nth-of-type(1) .countdown_amount:after{
    content:':';
    margin:0 4px;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    border-radius: 0;
}

/* Photos */

.row .thumb {
    text-align: center;
    padding-bottom: 21px;
    vertical-align: middle;
}

.row .thumb h4, .row .thumb a {
    margin-top: 5px;
}

.row .thumb .thumbnail {
    margin-bottom: 0;
    font-size: 70px;
    color: #EEE;
    line-height: 150px;
}

.row .thumb .thumbnail .img-responsive {
    height: 150px;
    width: auto;
}

.row.thumbs .thumbnail .img-responsive {
    height: 50px;
    width: auto;
}

/* Magnific Popup */

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* language switcher */
#language-switcher {
    min-width: 0;
    width: 100%;
}

#language-switcher li {
    width: 100%;
}

#language-switcher li a {
    text-align: center;
    width: 100%;
}

.quick-access-list{
    margin:0;
    padding:0;
}
.quick-access-list li{
    display: blok;
    margin:0 0 15px 0;
    list-style-type: none;

}
.quick-access-list li:nth-last-child(1){
    margin-bottom: 0;
}
.quick-access-list li span{
    display: inline-block;
    font-size:12px;
    font-weight: 300;
    color:#a4a4a4;
    padding: 0 10px;
}
.tag-list{
    margin: 0;
    padding: 0;
}
.tag-list li{
    display: inline-block;
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    margin: 4px;
    border:1px solid #e6e6e6;
}
/*------------------------------------------*/
.scrollToTop{
    position: fixed;
    bottom: 0px;
    right: 0;
    display:none;
    width:33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background:#001e2c;
    color:#fff;
    opacity:0.9;
    border-radius: 50%;
    z-index: 99999;
    cursor:pointer; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}
.scrollToTop:hover,.scrollToTop:focus{
    opacity:1;
    color:#fff;
}


#nestable-menu {
    margin-top: 0;
}


.select2-container .select2-choice, .select2-container .select2-choices {
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    padding: 11px 16px;
    box-shadow: none;
    height: 46px;
    line-height: 1.42857143;
    box-sizing: border-box;
}

.select2-container .select2-choices .select2-search-field input {
    padding: 0;
    font-size: 14px;
    height: 22px;
    line-height: 1.42857143;
    box-sizing: border-box;
}

.select2-container .select2-choice > .select2-chosen {
    padding: 0;
}

th, th a {
    font-weight: bold;
}

.footable-row-detail-name, label, div.alert, div.alert * {
    font-family: "Roboto Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.select2-container .select2-choice .select2-arrow b {
    background-position-y: 10px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 0 5px 0 0;
}


.select2-offscreen, .select2-offscreen:focus {
    top: 70px !important;
    left: 50% !important;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    line-height: 1.42857143;
    padding: 4px;
    background: transparent;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    margin-right: 5px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: transparent;
}

td.footable-visible {
    background: #f8f5f0;
}

.navbar-brand, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    /*background: #fff;*/
    /*border-radius: 5px;*/
    /*margin-top: 2px;*/
    /*border: 2px solid red;*/
}
.navbar-brand {
    position: relative;
    top: 4px;
}

.navbar-fixed-top {
    /*    border-width: 0 0 0px;
        border-color: #fff;
        box-shadow: none;*/
}

.select2-results .select2-highlighted {
    background: #673316;
}

.select2-drop-active {
    border: 1px solid #dfd7ca;
    border-top: none;
}

.select2-container-active .select2-choices {
    border: 1px solid #dfd7ca !important;
    box-shadow: none !important;
}

td.actions, th.actions {
    /*padding: 5px 2px 0 2px !important;*/
    text-align: center;
}

div.footable-row-detail-value a span, td.actions a span {
    font-size: 23px;
}

#nestable {
    margin-bottom: 10px;
}

.form-group.time > label {
    clear: both;
    width: 100%;
}

.form-group.time > div:nth-child(2) {
    margin-right: 10px;
}

.form-group.time > div {
    width: 80px;
    display: inline-block;
}

.row.attachments {
    margin-bottom: 15px;
}

.row.attachments img {
    margin: 5px auto 5px auto;
}

.row.attachments div {
    text-align: center;
}

/*Timeline*/

.timeline > li > .timeline-badge {
    left: 0;
}

.timeline > li > .timeline-panel {
    width: 95%;
}

.timeline:before {
    left: 0;
}

.timeline-body .content {
    margin-top: 10px;
}

.category.breadcrumb {
    margin-bottom: 5px;
}

#category select {
    margin-right: 5px;
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    padding: 7px 12px;
}

.dd3-content {
    font-weight: normal;
}

.dd3-content:hover {
    color: #673316;
    background: #fff;
}

.btn-sm, .btn-group-sm>.btn {
    padding-bottom: 3px;
}

#TaskList {
    max-height: 320px;
    overflow-y: auto;
    margin-top: 10px;
}


.checkbox label {
    width: 100%;
}

.checkbox label span {
    float: right;
    margin-right: 5px;
    color: #bfbfbf;
}

.checkbox label span:hover {
    color: #3e3f3a;
}

#TaskList .closed label {
    text-decoration: line-through;
    color: #bfbfbf;
}

#TaskList .closed label span {
    display: none;
}

/*#flashMsg .alert {
    position: fixed !important;
    top: 80px;
    right: 80px;
    min-width: 25%;
    z-index: 1031;
    -webkit-box-shadow: 0px 0px 10px 8px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 0px 10px 8px rgba(255, 255, 255, 1);
    box-shadow:         0px 0px 10px 8px rgba(255, 255, 255, 1);
}*/
.btn-success{ background: #97BE0E !important; border:none; }

.btn-success:hover{ opacity:0.9;}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.alert .close:focus, .alert .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

label {
    font-weight: bold;
}

#description {
    padding: 10px;
}

.asset .table>tbody>tr>th {
    /*padding-left: 0;*/
}

.quantity {
    width: 70px;
    display: inline-block;
}

.orders.view .table>tfoot>tr>th, .cart.index .table>tfoot>tr>th {
    border-top: 1px #7f523a solid;
}

span.discount {
    font-weight: bold;
}

.asset-link, td a {
    text-decoration: none !important;
}

.select2-container .select2-choice, .select2-container .select2-choices {
    display: block;
    width: 100%;
    height: 38px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: inset 0 2px 0 rgba(0,0,0,0.075);
}

.select2-container .select2-choice .select2-arrow b {
    background-position-y: 5px;
}

.cart.not-empty {
    color: #ff851b !important;
}

.cart-depository {
    background: #fafafa;
    text-align: right;
    border-color: #ededed !important;
    border-style: solid !important;
    border-width: 0 0px 1px 0px !important;
}

.cart-depository h4 {
    margin: 0;
}

table.cart th:first-child, table.cart td:first-child {
    width: 25%;
}

.survey .fa {
    color: #797979;
    font-size: 60px;
}

.survey .fa {
    font-family: 'FontAwesome';
    font-weight: normal;
}

.survey > div {
    text-align: center;
}

.survey a .fa.fa-thumbs-down, .survey a .fa.fa-thumbs-up {
    font-size: 27px;
}
.survey a.selected .fa.fa-frown-o, .survey a.selected .fa.fa-thumbs-down {
    color: #d9534f;
}

.survey a.selected .fa.fa-meh-o {
    color: #f0ad4e;
}

.survey a.selected .fa.fa-smile-o, .survey a.selected .fa.fa-thumbs-up {
    color: #3f903f;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #7f523a;
    border: 1px solid #673316;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #7f523a;
}

.daterangepicker .ranges li {
    color: #7f523a;
}

.row.product .net-price {
    display: block;
    margin-top: 5px;
}

.row.product-summary {
    margin-bottom: 10px;
}

.row.product {
    border-bottom: 1px solid #eeeeee;
}

.row.product h2 {
    font-size: 15px;
    font-weight: bold;
}

.row.product h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.product-photo {
    max-height: 60px;
    max-width: 60px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.gallery .row > div {
    text-align: center;
}

.gallery img {
    margin: 0 auto;
}

.gallery .remove-attachment {
    margin-bottom: 15px;
    display: block;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{ max-height:110px; overflow:auto; }

.nav-item:hover>a>i {
    color: #c3cee0 !important;
}

.ticket-box{ border:0; padding:0; overflow:hidden; } 

/* .ticket-box .btn{ min-width:50px; min-height:50px; line-height:2.44 !important;} */




.ticket-box .selected-tickets .ticket-amount{ height: auto; width: auto; padding: 0; border: none; text-align: center; background: white; float: none; }

.ticket-box .selected-tickets .name{ font-weight:bold; width: 50%;
    display: table-cell;
    float: left; padding-right:5px; }

.underline{ text-decoration:underline; }

.ticket-box .selected-tickets p{ padding:5px 0; border-bottom: 1px dashed #ddd; }



.ticket-box .ticket-event{ float:right; width:106px; };

.product-image .product-photo { margin: 20px auto; }

.datatablesDefaultSearchClass { width: 100%; }

table.dataTable table.ingredients { width: 100%; }

table.dataTable table.ingredients th { background: transparent; }

table.dataTable table.ingredients th { padding: 0 5px 5px; font-size: 12px; }

table.dataTable table.ingredients tr { background: transparent; }

table.dataTable table.ingredients tr td { padding: 0 5px 5px; font-size: 12px; }

table.dataTable table.ingredients tr td.amount { width: 10%; }

table.dataTable table.ingredients tr td.name { width: 50%; }

.dataTable > tfoot { display: table-header-group; }

.portlet-body .table>tfoot>tr>td, .portlet-body .table>tfoot>tr>th { padding: 5px; border-top: 1px solid #111; }

.drag-move { cursor: move; }

.select2-container--bootstrap .select2-selection__clear { position: relative; z-index: 100000; }

label.error { color: #e02222; font-size: 12px; padding-left: 2px; }

.login { background-color: #ffffff !important; }

.login .content .forget-password { float: none; }

.dataTable a.btn { margin: 2px; }

#logo-alternative { max-height: 45px; margin: 10px 20px; }

.pricing-content-1 .price-table-pricing>h3>.price-sign { font-size: 13px; }

.portlet>.portlet-body p, .table .btn{ overflow:hidden; position:relative; } 

div.dataTables_wrapper div.dataTables_filter { display:none; }

.page-sidebar .page-sidebar-menu>li>a>i { color:#5d7bad; }

.font-yellow{ color:#b5004f !important }

#tickets-price{ width:100%; margin-bottom:10px; }



hr{ margin:10px 0; }

.selected-tickets>p, .selected-tickets>input, .selected-tickets>hr, #tickets-price p{ width:100% !important; }

.selected-tickets .btn-default{ float:left; }

.selected-tickets .prices a{ display:block; float:left; line-height:25px; text-decoration:none; cursor:default; }



.ticket-box input[type='number'] { -moz-appearance:textfield; }

.ticket-box input::-webkit-outer-spin-button, .ticket-box input::-webkit-inner-spin-button { -webkit-appearance: none; }

.modal-dialog{ z-index:9999; left:50%; top:45%; position:fixed; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}

.modal-dialog .modal-content { background: #e6e7e9!important; }

.form-control, .select2-container--bootstrap .select2-selection--single{ height:50px; font-size:19px; }

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{ line-height:35px; }

.btn-check-card{ position:absolute; right:0; bottom:0; }

.modal-dialog h1{ text-align:center; margin-bottom:30px; }

#card-popup h3{ margin-bottom:0; margin-top:10px; }


.popup{ box-shadow:5px 5px 5px rgba(0,0,0,0.5); }

.modal-dialog .btn{ float:right; margin-left:10px; }

#rabat-card-error{ position:absolute; }

h3.number{ float:left; }

.modal-body{ overflow:hidden; }



.form-group.ticket-list p, .selected-tickets p{ padding:5px; }

.btn-check-card{ display:none !important; }

.ticket-box{ overflow:auto; }

p.active-green{ background: rgba(0,150,0,0.1); }

table .btn:not(.btn-sm):not(.btn-lg) { line-height: 2.44; width: 100%; }

.dashboard-stat{ height:150px; transition:all 1s !important; cursor:pointer; }

.dashboard-stat .visual { float: left; padding-top: 0px; padding-left: 0px; }

.dashboard-stat .visual>i { margin-left: -20px; }

.dashboard-stat .visual>i{ opacity:0.2 !important; font-size: 130px; line-height: 90px; }

.dashboard-stat .infos{ position: absolute; bottom: 30px; left: 30px; padding-right: 30px; font-size: 19px; color: white; line-height: 21px; }

.dashboard-stat:hover , .dashboard-stat:focus { filter:saturation(2); }

.colorpicker.dropdown-menu, .daterangepicker.dropdown-menu, .datetimepicker.dropdown-menu { padding: 10px; }

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th { padding: 15px; font-size:19px; }

.datetimepicker .datetimepicker-hours span{ font-size:19px; }

.datetimepicker-hours td, .datetimepicker-hours th, .datetimepicker-minutes td, .datetimepicker-minutes th{ width:160px; }

.datetimepicker .datetimepicker-hours span, .datetimepicker .datetimepicker-minutes span { height: 40px; line-height: 40px; }
 
.datetimepicker { padding: 6px 12px; }

.select2-results__option { padding: 12px; }

.dashboard-stat .details .desc { font-size: 30px; line-height:31px; }

.dashboard-stat .details { padding-left: 80px; }

.dashboard-stat .details .number{ padding-top:10px; }

.right{ float:right !important; }

span.big{ font-size:17px; }

.red{ color:red; }

.green-jungle{ color:#26C281; }

.infos{ display:inline-block; margin-left:10px; line-height: 25px; }

.single-ticket-box{ order:1; }

.single-ticket-box p{ width:100% !important; }

.single-ticket-box.disabled{ order:2; }

.single-ticket-box.disabled .infos{ opacity:0.75; }

#ReservationEndForm .ticket-list{ display:grid; max-height: 600px; overflow: auto; margin-bottom:150px; }

#ReservationEndForm .ticket-box .btn.btn-default{ float:left; }

.form-actions input, .form-actions a, .modal-body a.btn, .page-toolbar a, .page-bar .page-breadcrumb{ height:50px; line-height:50px !important; padding-top:0 !important; padding-bottom:0 !important; }

.form .form-actions{ background:transparent !important; }

.page-toolbar button{ padding-top:0 !important; padding-bottom:0 !important; }

.activate .row, .end .row{ position:relative; }

#priceend{ position: absolute; bottom: 0; right: 15px; text-align:right; }

#priceend h1{ font-size:50px; }

.scrolldiv{ overflow:auto; max-height:210px; }

.exceeded-box{ overflow:auto; max-height:300px; display:grid }

.exceeded-box .inactive{ order:2; }

.exceeded-box .active{ order:1; }

a[title="JavaScript charts"]{ display:none !important; }

#chartdiv{ overflow:hidden !important; width: 100%; height: 500px; }

#chartdiv.chart-reservation{ height:300px; }

.users-login.login{ background-color:#4c1c7a !important; }

body.users-login.login.demo {background-color: white !important;}

.login .content .form-actions .btn{ padding-top:0 !Important; padding-bottom:0 !important; }

.login .content .forget-password{ float:right; }

.reservations-add_user .copyright{ display:none; }

.login .copyright{ background:transparent; }

.portlet.box.green{ border:1px solid #c2cad8 !important; background:transparent !important;  border-radius:5px !important; box-shadow: 5px 5px 5px rgba(0,0,0,0.3); }

.portlet.box>.portlet-body{ background:transparent !important; }

/* .ticket-box .btn{ height:50px; line-height:50px !important; padding-top:0; padding-bottom: 0; } */

.hours a{ margin:1%; width:48%; }

.reservations-view { background:#2b2d6d !important; }

.reservations-view .main-page-content .row { background:white; border-radius:10px !important; margin-bottom:30px; padding-top: 30px; }

.reservations-view .main-page-content { background:#2b2d6d !important; }

.reservations-add_user .page-title, .reservations-view .page-title { color:white; }

.t-info{ display: block; margin-top: 10px; }

.reservations-add_user .ticket-box .btn, .reservations-add_user input, 
.reservations-add_user .ticket-box, .reservations-add_user .form-group.ticket-list p, 
.reservations-view .form-actions a.btn { border-radius: 5px !important; }

.reservations-add_user .form-group.ticket-list p, .selected-tickets p{ margin:0; }

.reservations-view .form .form-actions { border-top:0; }



.reservations-add_user .ticket-box.lista .btn.btn-default small{ font-size:100%; font-weight:700; }

.rabat, .oldprice{ color:#888; }



.g-recaptcha{ color:#777; height:90px; max-width:600px; font-weight:100; }

.form-actions .input{ margin-bottom:10px; color: #777; }

.add_user input.right{ height:60px; width:100%; } 

.form-actions .form-group{ float:right; margin-right:20px; }

.add_user .form .form-actions{ padding: 20px 20px 0px 20px; height:135px; }

/* .table-condensed>thead>tr>th, .table-condensed>tbody>tr>td{ padding:8px 15px !important; } */

h4{ margin-top:30px; }

label{ font-weight:100; }

.datetimepicker table tr td.today{ background-color:rgba(53, 152, 220, 0.25); background-image:none; }

.datetimepicker .active, .datetimepicker .active:hover{ background-color:#2b2d6d !important; }

/*.selected-tickets{ display:none; }*/

#canvas{ overflow:hidden; }

.approvals h3, .approvals h4{ text-align:center; }

.thank_you{ background: #57157D; }

.thank_you_btn{ font-size:30px; padding:40px; display:flex; justify-content: center; align-items: center; transform:translate(-50%, -50%); border:2px solid white; color:white; border-radius:2px; background:#97BE0E; width:500px; height:400px; text-align:center; position:absolute; left:50%; top:50%;  }

.thank_you_btn i{ 
    position: absolute;
    top: 200px;
    left: 100px;
    color: rgba(255,255,255,0.2);
    font-size: 400px;
}

.thank_you footer{ display:none; }

.main-page-content.not-logged {
    height:100%;
}

/* Payments pages: keep footer at bottom and center success content */
body.payments-deposit,
body.payments-payusuccess {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.payments-deposit .main-page-content,
body.payments-payusuccess .main-page-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

body.payments-deposit .deposit-page {
    flex: 1;
    display: flex;
    flex-direction: column;
}

body.payments-deposit footer,
body.payments-payusuccess footer {
    margin-top: auto;
}

.payu-success-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px 60px;
}

.payu-success-card {
    width: 100%;
    padding: 40px 30px;
}




.groupOfTickets h4{ margin-top:10px; padding:5px; margin-bottom:0; }

.groupOfTickets h4 span.caretTicket{ float:right; cursor:pointer; transform:rotate(0deg); }

.groupOfTickets h4 span.caretTicket i{ transform:rotate(180deg); }

.groupOfTickets.open h4 span.caretTicket i{ transform:rotate(0deg); }

.groupOfTickets h4 span.caretTicket i{ font-size:30px; }

.groupOfTickets span.warning, .groupOfTickets span.warning small{ color:green !important; }

/* .groupOfTickets .tickets{ background:white; padding:5px; border:1px solid #c2cad8; border-radius:5px !important;  } */

.groupOfTickets .tickets:not(.open){ display:none; }

.groupOfTickets .tickets hr:last-child{ display:none; }



/* /////////////////////////////////////////// */

/* body */

body.reservations-add_user {
    overflow-x: hidden;
}

.bg-light { 
    background:#f4f4f4;
   
}

.p-4 {
    padding: 1.5rem;
}

.pt-2 {
    padding-top: .5rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.col-md-12 {
    width:100%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reservations.form {
    background: linear-gradient(to bottom, #0f1b2f 20%, #f4f4f4 20%);
    
}


.reservations-add_user .main-page-content {
    padding:0;
}

.centra {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.column-flex {
    display: flex;
    flex-direction: column;
}

.mylabel {
    margin: 10px 0 20px;
    font-size: 14px;
    display: block;
    height:2em;
}

.w-100 {
    width:100%;
} 

.textright {
    text-align:right;
}

.text-center {
    text-align: center;
}

.items-center {
align-items: center;
}

#flashMessage.new-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    z-index: 999999;
    padding: 30px 40px 20px;
    font-size: 20px;
    border-radius: 8px!important;
    background: #26C281;
    color: #ffffff;
    text-align: center;
    min-width:300px;
    }

#flashMessage.new-success::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M9 11l3 3L22 4"></path><circle cx="12" cy="12" r="10"></circle></svg>') no-repeat center center;
    background-size: contain;
}

#flashMessage.new-danger {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    z-index: 999999;
    padding: 30px 40px 20px;
    font-size: 20px;
    border-radius: 8px!important;
    background: #E74C3C;
    color: #ffffff;
    text-align: center;
    min-width: 300px;
}

#flashMessage.new-danger::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-circle"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></svg>') no-repeat center center;
    background-size: contain;
}

@media (max-width:991px) {
    .col-md-4 {
        width: 100%;
    }

    .mylabel {
        height:auto;
    }
}


@media (max-width: 768px) {
    .col-sm-12 {
        width: 100%;

    }

    .col-sm-12.p-4 {
        padding:0;
    }

    .col-md-12 {
       padding:0;
    }
}

@media (max-width: 479px) {
    .container {
        width: 100%!important;
    }
}
/* end body */

/* header */

.reservation-header {
    padding-top:50px;
    padding-bottom:50px;
} 

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title h1 {
    color:#ffffff;
    font-weight:700;
    letter-spacing: 2px;
    text-align: center;
    margin:0;
    font-size:50px;
}

.reservation-header img {
    position: absolute;
    left:15px;
}

.reservation-body .form-body {
    padding:0;
}

@media (max-width:1240px) {
    .title h1 {
        font-size:40px;
    }
}

@media (max-width:991px) {
    .title h1 {
        font-size:30px;
        letter-spacing: 0;
        font-weight:600;
    }
}

@media (max-width:768px) {
    .reservation-header img {
        position: relative;
        margin-top:0!important;
        
    }

    .reservation-header {
        padding-top:10px;
        padding-bottom:20px;
    } 
}

@media (max-width:479px) {
    .title h1 {
        font-size:18px;
        
    }
}

/* end header */

/* card */

.card {
    background-color: #ffffff;
    border-radius:8px!important;
    padding:30px 30px 20px;
    text-align: center;
    width:100%;
    height:100%;
}

.card h3 {
    margin-top:0;
    margin-bottom:20px;
    font-size:20px;
    font-weight:700;
    border-bottom:1px solid #dddddd;
    padding-bottom:20px;
}

.card h3 strong {
    font-weight:700;
}

@media (max-width:991px) {
    .card h3 {
        margin-top:0;
        margin-bottom:10px;
        border-bottom:0;
        padding-bottom:0;
        font-size:18px;
        font-weight: 600;
    }

    
}

@media (max-width:479px) {
    .card {
        border-radius:0!important;
        padding:20px 15px 10px;
       
    }
}


/* end card */

/* datapicker */

.datetimepicker {
    width:100%;
    padding:0;
}

.datetimepicker table {
    border-collapse: separate;
    border-spacing: 8px;
    width:100%;
}

.datetimepicker table th {
    font-family: "DM Sans", sans-serif!important;
}

.datetimepicker table th.dow {
    font-size:14px!important;
    text-transform: uppercase;
    font-weight:600!important;
    padding:8px;
}

.datetimepicker table td.day {
    font-family: "DM Sans", sans-serif!important;
    border:1px solid #dddddd;
    border-radius:4px!important;
    padding:8px;
    font-size:16px!important;
    font-weight:400!important;
}

.datetimepicker table td.day.disabled,
.datetimepicker table td.day.new,
.datetimepicker table td.day.old {
    border:1px solid #f7f7f7;
   
}

.datetimepicker td, .datetimepicker th {
    width:auto;
    height:auto;
}

#next-button {
    display:none;
    font-size:16px;
    font-weight:500;
    background-color: #26C281;
    border-radius:6px!important;
    border:0;
    color:#ffffff;
    padding:12px;
    box-shadow:0 2px 6px rgba(0,0,0,0.08)!important;

}

h3 .small.green {
    color:#e2ffd6;
    padding-left:10px;
}

/* #datetimepicker-container {
    overflow: hidden;
    transition: height 0.5s ease-in-out;
} */

#datetimepicker-container {
    overflow: hidden;
    max-height: 700px; 
    transition: max-height 0.5s ease-in; 
}

#datetimepicker-container.active {
    max-height: 0; 
    transition: max-height 0.5s ease-in;
}

#header-text.wybrane {
    padding:10px;
    border-radius:6px!important;
    background-color: #2b2d6d;
    color:#ffffff;
    line-height:1;
}

@media (max-width:1240px) {
    .datetimepicker table td.day {
        padding:6px;
        font-size:14px!important;
       
    }

    .datetimepicker table th.dow {
        padding:6px;
    }
}

@media (max-width:1140px) {
    .datetimepicker table td.day {
        padding:4px;
             
    }

    .datetimepicker table th.dow {
        padding:4px;
    }
}

@media (max-width:991px) {
    #next-button {
        display:block;
    }
}

/* end datapicker */

/* hours */

.hours {
    margin-top:30px;
}

.hours .btn { 
    color:#000 !important; 
    background-color:transparent !important;  
    border-radius:5px !important; 
    font-size:16px; 
    font-weight:500; 
    
}

.hours .btn.blue {
    border-color:#ddd;
}

.hours .btn:hover, .hours .btn.chosen { 
    color:white !important; 
    background-color: #2b2d6d !important; 
}

@media (max-width:768px) {
    .hours {
        display: flex;
        overflow-x: auto;
        margin-top:10px;
        padding-bottom:10px;
    }

    .hours .btn { 
       min-width:60px;
    }
}

/* end hours */

/* tickets */

.ticket-list .ticket-box .tickets p {
    margin-bottom:4px;
    padding:0;
   
}

.reservations-add_user .ticket-box.lista .ticket-name { 
    cursor: auto;
    text-align:left; 
    color:#575050;
    font-weight:500;
}

.reservations-add_user .ticket-box.lista .ticket-name .price {
    font-size:18px;
    font-weight:700;
    color:#000;
}

.reservations-add_user .ticket-box.lista .ticket-name:hover { 
   
    color:#000;
}

h4.group-tickets {
    color:#000;
    text-transform: none;
    font-weight:600;
}




.custom-select-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-select-wrapper select {
    width: 60px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

.custom-select-wrapper .minus-btn, 
.custom-select-wrapper .plus-btn {
    padding: 0;
    cursor: pointer;
    color: #000;
    border: 0;
    border-radius: 20px!important;
    font-size: 24px;
    line-height:24px;
    width:30px;
    height:30px;
    background:#f7f7f7;
}

.custom-select-wrapper .minus-btn:hover, 
.custom-select-wrapper .plus-btn:hover {
    background-color: #2b2d6d;
    color:#ffffff;
}

.ticket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 20px 15px;
    background:#ffffff;
    border:1px solid #f4f4f4;
    border-radius:5px!important;
}

.active-green .ticket-item {
    background:#f4f7fb;
    border-color:#999;
}

.ticket-box .ticket-amount { 
    border-radius:5px !important; 
    height:40px; 
    width: 50px; 
    text-align:center;
    border: 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.groupOfTickets { 
    background:#fafafa; 
    padding:8px; 
    border-radius:5px !important; 
    border:1px solid #ddd; 
    margin:0 0 10px !important; 
}

.selected-tickets-item { 
    display:flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 10px 0; 
    border-bottom: 1px solid #f4f4f4; 
}

.selected-tickets-item .name { 
    text-align: left;
}

.selected-tickets .prices { 
    overflow: hidden; 
    margin-right:0; 
    display: table-cell;
    float: right; 
    padding-left:5px; 
}

#tickets-price p { 
    font-size:18px; 
    margin-bottom:0; 
    margin-top:0;
}

@media (min-width:992px) {
    #tickets-price .kwota { 
        font-size:22px;
    }

    #tickets-price .kwota strong { 
        display:block
    }
}

@media (max-width:479px) {
    .ticket-item {
        flex-direction: column;
    }

    .reservations-add_user .ticket-box.lista .ticket-name { 
        text-align:center; 
       
    }

    .selected-tickets-item .name { 
       
        font-size:10px;
    }

    .selected-tickets .prices {
        font-size:10px;
    }

    #tickets-price {
        margin-bottom:0;
    }

    .ticket-box .ticket-amount { 
        width: 80px; 
        text-align: center;
    }
}


/* end tickets */

/* hopmania */

#tickets-rabat input {
    width:100%;
}

#tickets-rabat { 
    overflow:initial; 
    width:100%;
}

.add-rabat { 
    margin-bottom: 0;
    padding: 15px 40px;
    border-radius: 5px !important;
}

/* end hopmania */

/* telefon */

.input.tel .iti {
    width:100%;
} 

/* end telefon */

/* bottom */

.bottom-summary {
    background: #ffffff;
    position: -webkit-sticky; 
    position: sticky;
    bottom: 0;
    left:0;
    /* width: calc(100vw - 5px); */
    width:100vw;
    z-index:1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
    margin-left: calc(-50vw + 50%);
}

.bottom-info {
    background:#ffffff;
    border-top:1px solid #ddd;
}

.bottom-info p {
    margin-bottom:10px;
}

@media ()

/* end bottom*/


@media (max-width:1666px){
    
    /* .table-condensed>thead>tr>th, .table-condensed>tbody>tr>td {
        padding: 10px !important;
    } */
    .hours a {
        margin: 5px 1%;
        width: 48%;
    }
    
}



@media (max-width:1199px){
    .reservations>.row>div{ padding:0; }
    
    
    
    .hours a {
        margin: 1%;
        width: 48%;
    }
}


@media (max-width:991px){
    
    
    
    .hours a {
        margin: 1%;
        width: 18%;
    }
    
}



@media (max-width:830px){
    
    .reservations-add_user .ticket-lsit{ width:100%; }
    
    .reservations-add_user .form-group{ width:100% !important; }
    
    .reservations-add_user .page-title{ text-align:center; padding:0 10px; }
    
   
    
}

@media (max-width: 768px) {
    .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, 
    .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, 
    .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{ font-size: 16px !important; }
    
    .datetimepicker{ padding:0; width:auto; }
    
    /* .ticket-box {
        padding: 10px 7px 0;
    } */
    
    
    
    #language-switcher li a {
        text-align: left;
    }
    .footer-ue p {
        margin: 10px 0 0 0;
    }
    
    .row{ margin:0; }
    
    .main-page-content{ padding:0; }
    
    #datetimepicker2{ padding:0; max-width: 100%; overflow: hidden; }
    
    .date .col-md-8{ padding:0; }
    
    .beforlast{ padding:0; }
    
    .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{ padding:0; }
}


@media (max-width:640px){
    
    .hours a {
        margin: 1%;
        width: 23%;
    }
    
    
    .form-body>.row, .form-body>.row>div{ padding-left:0 !important; padding-right:0 !important; }
    
   
  
    
  
    
    .btn{ white-space: unset; height:auto !important; }
}


@media (max-width:480px){
    
    .modal-dialog {
        z-index: 9999;
        top: 0;
        width: 100%;
        position: fixed;
        -webkit-transform: translate(0);
        left: 0;
        margin: 0;
    }
    .modal-dialog a{ margin-top:10px; }
    
    .reservations-add_user .ticket-box.lista .btn.btn-default {
        width: 100%;
        margin-bottom: 10px;
    }
    /* .reservations-add_user input[type="submit"]{ margin-top:100px; } */
    
    .hours a { width: 48%; }
    
    .g-recaptcha{ height:auto; overflow:hidden; }
    
    .reservations.form>.row>.col-sm-12{ padding:0; }
    
    .datetimepicker, .reservations-add_user .form-group { padding:0; }
    
    /* .col-sm-6, .col-sm-12{ padding:0; } */
    
    /* .reservations-add_user input[type="submit"] { margin-top: 25px; } */
    
    .users-login .content{ max-width:90%; margin:0 auto; }
    
    .login .content{ background-color:transparent; }
}



@media (max-width:340px){
    
    .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, 
    .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th { padding: 10px 10px 10px 5px !important; }
    
}
.hours a{
    padding: 5px 1px;
}
.maintance-mode{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
   align-items: center;
   justify-content: center;
}
.maintance-mode .container{
    max-height: 90vh;
    overflow: auto;
}
.maintance-mode .portlet.box{
    padding: 30px!important;
    margin: 0!important;
    text-align: center;
}
.maintance-mode .portlet p{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px 0;
}
.maintance-mode .portlet h1{
    font-size: 34px;
    line-height: 1.3em;
    margin: 0 0 30px 0;
}