24.02.2021@import url('https://fonts.googleapis.com/css?family=Roboto&subset=latin-ext');

:root {
--box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
--main-font-color: rgb(4, 13, 32);
--deafult-blue-color: #17a2b8;
--default-blue-color-hover: #0f626e;
--default-grey-font-color: #6c757d;



}

*{
	box-sizing: border-box;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}
.code_box{
margin-bottom: 5px; border: 0px solid #ececec; text-align: center; display: inline-table; width: 48%; padding: 1%;background-color: white;
}
body {  
	font-family: 'Roboto', sans-serif;
	background-color: #f8f8f8;
	margin: 0px;
	font-size: 12px;
	overflow-x: hidden;
}
.bootbox.modal {z-index: 99999999999 !important;}
a.redoff { color: #ff0000; }
a.yellno { color: #ffcc00; }
span.redoff { color: #ff0000; }
span.yellno { color: #ffcc00; }
td.redoff { color: #ff0000; }
td.yellno { color: #ffcc00; }

.fancybox-toolbar{
	/*display: none;*/
}
.fancybox-button--play{
	display: none !important;

}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-left: 0px;
}


.report_list_odd {
    background-color: #fff;
}
.report_list_even {
    background-color: #eee;
}

.pplist {
    background-color: #fff;
}
.pplist :nth-child(odd) {
    background-color: #fff;
}
.pplist :nth-child(even) {
    background-color: #fff;
}


/* @ Global Colors classes Controls @ */

.color-blue, .color-blue-active {
	color: var(--deafult-blue-color);
}
.color-blue-active:hover {
	color: var(--default-blue-color-hover);
}

.color-strong-blue, .color-strong-blue-active{
	color: #1d61b9;	
}
.color-strong-blue-active:hover {
	color: #123c74;	
}

.color-red, .color-red-active {
	color: #eb0f0f;
}
.color-red-active:hover {
	color: #c50000;
}
.color-yellow, .color-yellow-active {
	color: rgb(187, 153, 0);
}
.color-yellow-active:hover {
	color: rgb(134, 110, 0);
}
.color-green, .color-green-active {
	color: #28a745;
}
.color-green-active:hover {
	color: #1a6b2d;
}

/* Używane w Rezerwacji - Sprawdzić czy gdzieś jeszcze, jeśli nie to usunąć */
.span_label{
	display: inline-block; width: 130px; padding-left: 10px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 95%;
    max-height : 95%;
    margin: 0;
}
.calendar-event{
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
	margin: 2px;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 5px;
}
.calendar-event a{
	font-size: 12px;
}
.calendar-event a:hover{
	text-decoration: none;
}

.ginp{
	border: 1px solid #959595;
	border-radius: 3px;
	height: 40px;
	padding: 7px 8px;
}

/* Select Buttons styling */

select.ginp {
	/* reset */
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* style */
    outline: none;
	color: rgb(0, 0, 0) !important;
	background-image:
    linear-gradient(45deg, transparent 50%, #002459 50%),
    linear-gradient(135deg, #002459 50%, transparent 50%),
    linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-position:
    calc(100% - 20px) calc(1.4em + 2px),
    calc(100% - 15px) calc(1.4em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.8em 3.5em;
  background-repeat: no-repeat;
}

input:focus, select:focus{
	border: 1px solid #009ae5;
}


input[type="text"].ginp, input[type="password"].ginp, input[type="tel"].ginp, input[type="email"].ginp  {
    width: 100%;
	max-width: 350px;
    outline: none;
	color: rgb(0, 0, 0) !important;
}

input[type="submit"].ginp {
	width: 100%;
	max-width: 350px;
	height: 45px;
    margin: 20px 0px 10px;
	background-color: #009ae5;
	color: #ffffff !important;
    outline: none;
	border: none;
	font-weight: bold;
	transition: background-color 0.3s ease-out;
}

input[type="submit"].ginp:hover {
	background-color: #0081c2;
}

input[type="submit"].ginp:focus {
	border: 1px solid #002459;
}


input[type="checkbox"], input[type="checkbox"]:active, input[type="checkbox"]:focus {
	outline: 0;
}

input[type=checkbox] + label {
	color: #ccc;
	font-style: italic;
} 
  input[type=checkbox]:checked + label {
	color: var(--main-font-color);
	font-style: normal;
} 

/* Form style */

.form-control, .custom-select, .input-group-text{
	height: calc(1.5em + .75rem + 10px);
}

/* Login - CMS */

#login_box{
	padding-top: 50px;
	display: inline-block;
}

#login_box_shadow{
	position: relative;
	width: 100vw;
	margin: 50px 0 75px;
	/* text-align: left; */
	padding: 40px 20px 20px 0px;
	background-color: #ffffff; 
}

.login__tittle{
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
}

.login__button{
	font-weight: bold;
}

.login__input-text{
	margin: 4px 10px 15px;
}

.login__logo{
	margin: 15px auto 0;
	display: inline-block;
}

.login__question{
	margin-left: 10px;
	text-align: left;
}


/* CMS elements */

.__question{
	display: block;
	font-size: 1.1rem;
	margin: 10px 0 2px;
}


/* New account form*/

#new-account__box{
	padding-top: 50px;
	display: block;
	position: relative;
	left: 50%;
}

#new-account__box_shadow{
	margin: 50px auto 75px;
	text-align: left;
	padding: 40px 15px 20px;
	background-color: #ffffff; 
}

.new-account{
	display: block;
}
.new-account__title{
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center;
}

.new-account__section-title{
	margin: -7px 0 20px;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
}

.new-account__question{
	font-size: 1.1rem;
	margin: 20px 0 2px;
}

.new-account_col{
	padding: 0 15px !important;
	position: relative;
	left: 10px;
}

.new-account__select{
	width: 100% ;
	max-width: 350px ;
}

.new-account__email{
	display: block;
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
}

.new-account__register{
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	margin: 30px 0 !important;
}

.new-account__checkbox{
	display: inline-block;
	padding-left: 12px;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #fcf8e3e0;
  border-radius: 5px;
  color: #000;
  position: absolute; left: -200px; top: -150px;
  padding: 10px;
}

#message p {
  padding: 1px 5px;
  font-size: 14px;
  margin: 5px 5px 5px 40px;
}

#correspondenceaddress{
	padding: 15px 0px !important;
	background-color: #fff !important;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "\2665";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: #db2f44;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "\2666";
}


.clr {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

.main_container{
    position: relative;
	width: 100%;
}

.Complex {
    cursor: pointer;
	background-color: #C0E3DF;
	border-bottom: 1px dashed #44ABA0;
}

h3	{ font-size: 14pt; font-weight: bold; margin: 0px; }
h5	{ font-size: 10pt; font-weight: normal; color: #80727B; margin: 0px !important; }

.multiselect.dropdown-toggle.btn.btn-default {
    margin-right: 5px;
    width: 180px;
    max-width: 180px;
    overflow: hidden;
}

.meny_th_item{
	margin-top: 5px;
	background-color: #002459;
	color: #ffffff;
	text-align: left;
	display: block;
	width: 100%;
	padding: 10px;
}
.meny_td_item{
	background-color: #f1f1f1;
	border-bottom: 1px dotted #002459;
	color: #002459;
	text-align: left;
	display: block;
	width: 100%;
	padding: 10px;
}
.meny_th_item A:link {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.meny_th_item A:visited {
	color: #ffffff;
	text-decoration: none;
}
.meny_th_item A:hover {
	color: #444444;
	text-decoration: none;
}
.meny_th_item A:active {
	color: #ffffff;
	text-decoration: none;
}
.meny_td_item A:link {
	font-size: 12px;
	color: #002459;
	text-decoration: none;
}
.meny_td_item A:visited {
	color: #002459;
	text-decoration: none;
}
.meny_td_item A:hover {
	color: #444444;
	text-decoration: none;
}
.meny_td_item A:active {
	color: #002459;
	text-decoration: none;
}

#content__container{
	margin-top: 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: var(--box-shadow);
	-moz-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}

#cms_content_title{
	display: block;
	width: 100%;
	/* background-color: #002459;  */
	float: right; 
	color: #000000; 
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#main_left, #main_right {
    /*position: absolute;*/
}
#main_left {
	float: left;
    top: 0px;
    bottom: 0px;
	width: 250px;
}
#main_right {
	padding: 0;
	/* min-height: 82vh; */
}


#tabela_bottom{
	display: inline-block;
	position: relative;
	background-color: #002459;
    bottom: 0px;
    width: 100%;
	text-align: center;
}
#tabela_bottom_login{
	display: inline-block;
	position: relative;
    bottom: 0;
    width: 100%;
	height: 60px;
	background-color: #002459;

}
#master_table_login{
	display: block;
	 /* position: relative;
	  /* top: 50%; */
	  /* left: 50%; */
	  /* -ms-transform: translate(-50%, 0);
	  transform: translate(-50%, 0); */
	background-color: #f5f9fa;
	width: 100vw;
	min-height: calc(100% - 238px);
	padding: 0px;
	border: 0px;
	text-align: center;
	padding-bottom: 20px;
}
#master_table{
	position: relative;
	display: inline-block;
	background-color: #f5f9fa;
	width: 100%;
	min-height: calc(100% - 62px);
	border: 0px;
	/* text-align: center; */
	/* margin-bottom: 15px; */
}

.edit_info{
	background-color: #99ff99;
	border: 1px solid #ffffff;
	width: 100%;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #336633;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}

.option_info{
	background-color: #f5fff4;
	clear: both;
	width: 100%;
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #002459;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}

.title_info{
	background-color: #cbffb9;
	border: 1px solid #ffffff;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
.btn {
	text-align: left !important;
}
.btnb {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-image: none !important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 1px;
    position: relative;
	padding: 5px;
}
.btn-primary,
.btn-primary:focus {
  background-color: #428bca !important;
  border-color: #428bca;
}
.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
  background-color: #1b6aaa !important;
  border-color: #428bca;
}

.btn-primary2,
.btn-primary2:focus {
  background-color: #cc9933 !important;
  border-color: #cc9933;
}
.btn-primary2:hover,
.open .btn-primary.dropdown-toggle {
  background-color: #cc6600 !important;
  border-color: #cc9933;
}

.btn-primary3,
.btn-primary3:focus {
  background-color: #33cc00 !important;
  border-color: #33cc00;
}
.btn-primary3:hover,
.open .btn-primary.dropdown-toggle {
  background-color: #33cc66 !important;
  border-color: #33cc00;
}

.btn-primary4,
.btn-primary4:focus {
  background-color: #ff6633 !important;
  border-color: #ff6633;
}
.btn-primary4:hover,
.open .btn-primary.dropdown-toggle {
  background-color: #cc0033 !important;
  border-color: #ff6633;
}

.btn-primary.no-border:hover {
  border-color: #1b6aaa;
}
.btn-primary.no-hover:hover {
  background-color: #428bca !important;
}
.btn-primary.active {
  background-color: #2f7bba !important;
  border-color: #27689d;
}
.btn-primary.no-border.active {
  background-color: #2b72ae !important;
  border-color: #2b72ae;
}
.booklist tr:hover {
  background-color: #ffff99;
}

.booklist th{
	background-color: #e6e6e6;
	padding: 10px;
} 
.booklist td{
	padding: 15px;
} 



.master_table{
	width: 100%;
	border: 0px;
}

TABLE.admin_main_menu{
	width: 256px;
	padding: 5px;
}

table.admin_main_menu th{
	background-color: #EDEDED;
	padding: 6px 6px 6px 14px;
	margin-bottom: 1px;
	border-top: 1px solid #D4D9DC;
	border-bottom: 1px solid #D4D9DC;
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}
table.admin_main_menu td{
	font-size: 12px;
	padding: 3px 3px 3px 33px;
	border: 0px;
	background: #F7F7F7;
}

.admin_main_menu_link{
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	color: #da251d;
	font-weight: normal;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.admin_main_menu_linkb{
	font-size: 12px;
	color: #393939;
	font-weight: normal;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}


TABLE.admin_main_content{

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: normal;
	text-align: center;

	background-color: #ffffff;
	width: 100%;
	border: 0px solid #aaaaaa;
	padding: 5px;
	margin-right: 20px;
}

TABLE.admin_info_content{

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	margin-right: 20px;

	background-color: #ffffff;
	width: 95%;
	border: 0px solid #aaaaaa;
}

.admin_info_content th{
	background-color: #ececec;
	padding: 5px 10px;

}

#main_nav {
	max-width: 760px;
}


.st_round_box {
background-color:#FFFFFF;
}
.st_round_box .bottom, .st_round_box .top {
background-repeat:repeat-x;
}
.st_round_box .top {
background-image:url('images/top.gif');
}

.st_round_box .top .left, .st_round_box .top .right, .st_round_box .bottom .left, .st_round_box .bottom .right {

background-repeat:no-repeat;
height:12px;
}
.st_round_box .top .left {

background-image:url('images/top_left.gif');
background-position:left top;
}



.stronicowanie{
	display: inline-block;
	background-color: #CFCFCF;
	width: 20px;
	height: 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}

.stronicowanie.active{
	background-color: #CAE7FC;
}

.stronicowanie A:link {
	color: #666666;
	text-decoration: none;
}
.stronicowanie A:visited {
	color: #666666;
	text-decoration: none;
}
.stronicowanie A:hover {
	color: #444444;
	text-decoration: none;
}
.stronicowanie A:active {
	color: #666666;
	text-decoration: none;
}




.adm_form{
	padding: 0px 25px;
	}
.adm_form textarea {
    border: 1px solid #8a6889;
    background-color: #e4e4e4;
    background-color: rgba(288,288,288,0.8);
    width: 50%;    
	padding: 10px;
    margin: 5px;
    color: #42535c;
	resize: vertical;
}

.adm_form label {
	padding: 10px;
    width: 40%;
}
.adm_form select {
    border: 1px solid #8a6889;
    background-color: #42535c;
    background-color: rgba(288,288,288,0.8);
    width: 50%;    
	padding: 10px;
    margin: 5px;
    color: #42535c;
}

.adm_form input {
    border: 1px solid #8a6889;
    background-color: #42535c;
    background-color: rgba(288,288,288,0.8);
    width: 50%;    
	padding: 10px;
    margin: 5px;
    color: #42535c;
}
.adm_form input[type=submit] {
	background-color:#8a6889;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
    width: 50%;    
	padding: 10px;
    margin: 5px;


}
.adm_form input[type=submit]:hover {
	background-color:#251031;
}












img			{ border: 0px;}
#block			{ text-align: center; width: 100%;}
#page			{ width: 850px; margin: 0px auto;}
#header table		{ border: 0px; padding: 0px; margin: 0px; width: 850px;}
#header td.bg		{ width: 150px; background-color: #465152;}
#header td.text		{ width: 700px; border-left: 7px #D7D8B8 solid; background-color: white; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; vertical-align: middle; font-family: 'Roboto', sans-serif; font-size: 9pt; color: #465152; }
#menu			{ font-family: 'Roboto', sans-serif; width: 850px; height: 60px; background-color: #465152;}
#menu img		{ width: 123px; height: 40px; border: 0px; padding; 0px; margin: 0px;}
#menu table		{ width: 850px;}
#menu td.logo		{ width: 230px; height: 60px; padding-right: 20px; vertical-align: middle; text-align: right; background-color: #465152;}
#menu td.menu		{ width: 570px; padding-right: 20px; background-color: #465152; border-left: 10px white solid; text-align: right; font-family: 'Roboto', sans-serif; font-size: 8pt; font-weight: bold; color: white;}
#menu td.green		{ width: 50px; background: #009900;}
#menu a			{ text-decoration: none; color: white; font-size: 9pt;}
.blink		{ text-decoration: blink; }
#content		{ width: 850px; font-family: 'Roboto', sans-serif;}
#content table.prod		{ width: 700px;}
#content td.adresy	{ width: 150px; background-color: #465152; padding-top: 20px; vertical-align: top; text-align: center; font-size: 8pt; color: white;}
#content td.con		{ width: 700px; border-left: 7px #D7D8B8 solid; background-color: white; text-align: left; padding-top: 10px; padding-bottom: 10px; padding-right: 0px; vertical-align: top; font-family: 'Roboto', sans-serif;}
#content td.listy 	{ width: 235px; background-color: white; font-size: 8pt; vertical-align: top; padding-left: 10px; padding-top: 3px;}
#content td.listy_ 	{ width: 235px; background-color: #D7D8B8; font-size: 9pt; vertical-align: middle; padding-left: 10px; padding-top: 3px; padding-bottom: 3px; }
#content table.tresc 	{ width: 700px; background-color: white;  font-size: 8pt; vertical-align: top; padding-left: 15px; padding-right: 15px; text-align: justify;}
#content td.uslugi  	{ width: 180px; padding-left: 10px; background-color: #E8E8E8; font-size: 8pt; vertical-align: top; padding-top: 3px;}
#content td.uslugi_  	{ width: 180px; padding-left: 10px; padding-top: 3px; padding-bottom: 3px; background-color: #D6D6D6; font-size: 9pt; vertical-align: middle;}
#content li.lis		{ text-indent: 25px; list-style-type: disc; margin:0px }
#content a 		{ text-decoration: none; color: #990000; font-family: 'Roboto', sans-serif; font-size: 8pt; }
#content p		{ text-indent: 25px; text-align: justify;}
#content h1			{ font-size: 11pt; font-family: 'Roboto', sans-serif; text-align: left; font-weight: bold; color: #990000; }
#footer				{ clear: both; background-color: #CCCCCC; border-top: 2px #465152 solid; border-left: 0px; border-right: 0px; padding-bottom: 4px; padding-top: 4px; padding-right: 10px; text-align: right; text-indent: 3px; font-size: 7pt; }
.popup   		{ font-family: 'Roboto', sans-serif; font-size: 10pt; color: #465152; vertical-align: middle; text-align: center;}
ul              	{ margin-top:0px; margin-bottom: 5px; margin-left:5px; margin-right: 5px;}
li        	    	{ text-indent: 5px;  margin:0px;}
#popitmenu		{ position: absolute; background-color: white; border:1px solid black; font: normal 10px Tahoma; line-height: 18px; z-index: 100; visibility: hidden;}
#popitmenu		a{ text-decoration: none; padding-left: 6px; color: black; display: block;}
#popitmenu a:hover{ /*hover background color*/ background-color: white;}







img.foto { border: 1px solid #393939; }

.bok{
  background: #f0ebcb;

}

.bok2{
	background-image: url("../images/index_02tlo.jpg");
	background-repeat: repeat-y;
}
.bok21{
	background-image: url("../images/index_21tlo.jpg");
	background-repeat: repeat-y;
}
.bok19{
	background-image: url("../images/index_19.jpg");
	background-repeat: repeat-y;
}
.stopka{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: right;
	color: #c1c1c1;

}

.stopka A:link {
	color: #c1c1c1;
	text-decoration: none;
}
.stopka A:visited {
	color: #c1c1c1;
	text-decoration: none;
}
.stopka A:hover {
	color: #c3c3c3;
	text-decoration: underline;
}
.stopka A:active {
	color: #c1c1c1;
	text-decoration: underline;
}

.design{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 2px;
	color: #7a582c;
}

.toptext{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #343434;
	padding: 2px;
}


.toptext A:link {
	color: #1c6787;
	text-decoration: none;
}
.toptext A:visited {
	color: #1c6787;
	text-decoration: none;
}
.toptext A:hover {
	color: #960000;
	text-decoration: underline;
}
.toptext A:active {
	color: #960000;
	text-decoration: underline;
}

.offertable{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #f7f0c0;
	padding: 2px;
}

.offertable2{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #3e2d1b;
	padding: 2px;
}


TR.offertable {
backrgound: #efefef;
}

TR.offertable:hover {
color: #000000;
background: #fffefa;
}


TR.offertable2 {
backrgound: #efefef;
}

TR.offertable2:hover {
color: #f7f0c0;
background: #3e2d1b;
}


TR.opi {
color: #000000;
background: #694d2a;
}


.menu_text{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 10px;
	color: #f7f0c0;
}

.menu_text A:link {
	color: #f7f0c0;
	text-decoration: none;
}
.menu_text A:visited {
	color: #f7f0c0;
	text-decoration: none;
}
.menu_text A:hover {
	color: #ffffff;
	text-decoration: underline;
}
.menu_text A:active {
	color: #ffffff;
	text-decoration: underline;
}

.info_b {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #343434;
	font-weight: normal;
	padding: 20px;
	text-align: left;
}

.szukaj {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-right: 20px;
}

.szukaj2 {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-right: 20px;
}

.szuk {
	border:0px solid #000000;
	width:120px;
	height:15px;
	font-size: 12px;
}

.szuk2 {
	border:0px solid #000000;
	width:60px;
	height:15px;
	font-size: 12px;
}

.szuk3 {
	border:0px solid #000000;
	width:40px;
	height:15px;
	font-size: 12px;
}

.aszukaj {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
}

.aszuk {
	font-family: 'Roboto', sans-serif;
	border:0px solid #000000;
	height:15px;
	font-size: 11px;
	border-color:336699;
}


.ch4{
	font-size: 13px;	
	color: #373737;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.ch4b{
	font-size: 13px;	
	color: #3e2d1b;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.ch4o{
	font-size: 13px;	
	color: #eae6c6;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}


.main_text{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 10px;
	color: #f7f0c0;
}

.main_text A:link {
	color: #f7f0c0;
	text-decoration: none;
}
.main_text A:visited {
	color: #f7f0c0;
	text-decoration: none;
}
.main_text A:hover {
	color: #ffffff;
	text-decoration: underline;
}
.main_text A:active {
	color: #ffffff;
	text-decoration: underline;
}








.admin_text th{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #848484;

	border: 0px solid #336699;
	padding: 5px 7px;
	text-align: center;

	background-color: #E7E7E7;
	background-image: url('images/head_bg.gif');
	background-repeat: repeat-x;
}
.admin_text td{
	/*border-bottom: 1px dashed #e0e0e0;*/
	padding: 5px 7px;
}

.admin_text .row_testuser td{
	background-color: rgba(0,0,0,0.07);
	background-image: url('images/test_bg.jpg');
	background-repeat: repeat;
	color: #aaaaaa;
}

.admin_text .row_hightlight td{
	background-color: #ffffff;
	padding: 20px;
}
.admin_text .row_hightlight2 td{
	background-color: #f0f0f0;
	padding: 20px;
}

.admin_text .row_hightlight2a td{
	background-color: #ccff99;
}
.admin_text .row_hightlight2b td{
	background-color: #f0f0f0;
}



.admin_text A:link {
	color: #2c6800;
	text-decoration: none;
}
.admin_text A:visited {
	color: #972121;
	text-decoration: none;
}
.admin_text A:hover {
	color: #000000;
	text-decoration: underline;
}
.admin_text A:active {
	color: #000000;
	text-decoration: underline;
}

#footer_info{
	display: inline-block;
	width: 1200px;
}


.footer_box{
	float: left;
	width: 24%;
	display: inline-block;
}
.footer_box_content{
	display: inline-block;
	padding: 35px 15px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.footer_box_content A:link {
	font-size: 16px;
	padding: 5px 0px;
	line-height: 28px;
	color: #ffffff;
	text-decoration: none;
}
.footer_box_content A:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer_box_content A:hover {
	color: #eeeeee;
	text-decoration: none;
}
.footer_box_content A:active {
	color: #ffffff;
	text-decoration: none;
}

.footer_link A:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.footer_link A:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer_link A:hover {
	color: #da251d;
	text-decoration: none;
}
.footer_link A:active {
	color: #ffffff;
	text-decoration: none;
}

.wyniki td{
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	text-align: right;
	padding: 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 8pt; 
}

#mini_green{
	background-color: #99ff66;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #333333;
	border: 0px solid #000000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: normal;
}
#mini_red{
	background-color: #ff3300;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #333333;
	border: 0px solid #000000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: normal;
}
#mini_gray{
	background-color: #c0c0c0;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #333333;
	border: 0px solid #000000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: normal;
}
#mini_blue{
	background-color: #66ffff;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #333333;
	border: 0px solid #000000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: normal;
}

.select_status{
	width: 220px;
	webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	display: inline-block;
	padding: 8px 5px 8px 5px;
	margin: 0 0.3em;
	color: #947866;
	vertical-align: middle;
	font-size: 12px;
	background-color: #EDEDED;
	border: 1px solid #E2D4C6;
}

#picker {
	margin:0;
	padding:0;
	border:0;
	width:70px;
	height:20px;
	border-right:20px solid green;
	line-height:20px;
}

.beauty_small{
	width: 60px;
	webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	display: inline-block;
	padding: 8px 5px 8px 5px;
	margin: 0 0.3em;
	color: #947866;
	vertical-align: middle;
	font-size: 12px;
	background-color: #EDEDED;
	border: 1px solid #E2D4C6;
}
.beauty_submit{
	webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
	display: inline-block;
	padding: 8px 5px 8px 5px;
	margin: 0 0.3em;
	color: #947866;
	vertical-align: middle;
	font-size: 12px;
	background-color: #cccccc;
	border: 1px solid #E2D4C6;
}

.invoicetable td{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 10px;
}





.fas{

}

.product--params__adress-input{
	margin: 3px; padding: 10px; min-width: 350px;
}

.param_p{
	background-color: #fff;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
}



/* @   Nowe Elementy Dodane od 12.01.2020 przez Krzysztof   @ */

/* Buttons */

.dropdown-item.active, .dropdown-item:active{
	background-color: var(--deafult-blue-color)
}

/* Nav */

#navbar{
	position: sticky;
	background-color: #ffffff;
	border-bottom: 1px solid #b4b4b4;
}

.navbar-brand{
	padding: 0;
}

.navbar-brand{
	padding: 0;
}
.navbar-brand img{
	height: 45px;
}

.navbar {
	padding: .6rem 1rem;
}

.nav-link{
	outline: none;
	font-size: 16px;
	border-bottom: 1px solid rgb(234, 234, 234);
	text-indent: 0px;
}

.dropdown-toggle{
	border-bottom: none;
}



.navbar-light .navbar-nav .nav-link{
	transition: color .25s;
}

.navbar-light .navbar-nav .nav-link{
	color: var(--main-font-color);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active{
	color:var(--deafult-blue-color)
}

.navbar-light .navbar-toggler{
	border: none;
}

.navbar-toggler:focus{
	outline: none;
}

.navbar .fa-bars{
	width: 1.5em;
	font-size: 19px;
	color: var(--deafult-blue-color);
}

.fixed-top{
	z-index: 1000 !important;
}

/* Main content container */

.content__container{
	padding: 15px 15px;
}

.main--content__container, .prices-menu--content__container{
	padding: 15px 15px 40px;
}

.menu__container{
	padding: 15px 10px 20px;
}


/* @ Dividers  @*/

.divider-prices, .divider-options{
	width: 100%;
	max-width: 690px;
	height: 1px;
	background-color: var(--deafult-blue-color);
}

/* Reservation */



.cms--header__title{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 	0px
}

.input-group-prepend, form-control{
	display: inline-block;
}

.reservation--filters__title, .reservation--filters__title-blank {
	display: block;
	padding: 0 0 3px 4px;
}

.reservation--filters__title-blank{
	color: #fff;
}

.reservation--filters__inputs{
	width: 100%;
}

.reservation--filters__date-inputs{
	width: 132px;
}

.reservation--filters__btn-mobile{
	position: relative;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}

.reservation--filters__btn .fa-search, .reservation--filters__btn-mobile .fa-search{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	color: #fff;
}

.reservation--filters__clear-filters-btn{
	background: none;
	border: none;
	outline: none;
}

.reservation--filters__clear-filters-btn:focus{
	outline: none;
}

.reservation--filters__clear-filters{
	color: var(--deafult-blue-color);	
	cursor: pointer;
	text-align: right;
}
.reservation--filters__clear-filters:hover, .reservation--fast-filters__text:hover{
	color: #0f626e;
	text-decoration: underline;
}

.reservation--fast-filters__container{
	display: inline-block;
	padding: 15px 8px;
}

.reservation--fast-filters__title{
	color: rgb(3, 0, 26);
}

.reservation--fast-filters__text{
	color:var(--deafult-blue-color);
	margin-left: 15px;
}

.reservation--fast-filters__text:hover{
	outline: none;
}

/* Lista Rezerwacji  */

#reservation--container__list{
	background-color: #f5f9fa;
}

.reservation--booking__container{
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 10px 10px 20px;
	box-shadow: var(--box-shadow);
	background-color: rgb(255, 255, 255);
	border-radius: 3px;
}


/* Style for reservation Aside - Child 2 */

#reservation-attraction__status{
	width: 88px;
	margin-top: 0.6rem;
	padding: 3px 0;
	background-color: rgb(75, 173, 75);
	border-radius: 5px;
	color: #fff;
	text-align: center;
}

#reservation-attraction__status span{
	text-transform: capitalize;
	font-size: 0.9rem;
}

.reservation--atraction__aside-line{
	width: 100%;
	border-radius: 3px;
}


.reservation--atraction__aside-ticket h4{
	font-size: 1rem;
	font-weight: bold;
	
}

/* Styl for reservation  Main details */
/* Padding reset for columns */

.reservation--container__parrent .reservation--atraction__main-details,
.reservation--container__parrent .reservation--atraction__date{
	padding-left: 0;
}

.reservation--atraction__date, .reservation--atraction__reservation-number{
	margin-bottom: 0.1rem;
	margin-top: 0.8rem;
}

.reservation--atraction__date .fa-calendar-alt, .reservation--atraction__date p{
	display: inline;
	margin: 0 10px 0px 0;
	font-size: 1.05rem;
	color: var(--main-font-color);
}


.reservation--atraction__main-details{
	margin-bottom: 18px;
	color: #a2a2a2;
	width: 100%; 
}

.reservation--atraction__main-details span{
	color: var(--main-font-color);
}

.reservation--atraction__title{
	color: var(--main-font-color); 
	font-size: 1.5em;
	margin-bottom: 5px;
	display: block;
}

.reservation--atraction__show-more{
	text-align:right; 
	padding-right: 15px;
}

.reservation--atraction__more-details{
	
}

.reservation--atraction__booking-details{
	display: block;
	font-weight: bold; 
	margin-right: 10px;
	margin-top: 9px;
}

.span_info{
	display: block;
}

.reservation--atraction__bottom-line{
	display: inline-table;
	width: 100%;
	border-top: 1px dashed #ececec;
	margin-top: 0px;
	padding: 10px;
	background-color: #f1f1f17a;
}


/* Finance */

.finance__container {
	padding: 10px 10px;
}

.finance--section__container{
	padding: 15px 20px;
}

.option_info2{
	display: flex;
	justify-content: center;
	padding: 10px 3px;
	color: #384c69;
	margin-bottom: 10px;
}

.option_info2 form button span{
	font-size: 13px;
}

.finance-tabs{
	padding: 5px 4px;
	background: none;
	border: none;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;	
}

.option_info2:last-child form:last-child button{
	border-right: 1px solid lightgray;
}

.finance-tabs:hover{
	color: var(--deafult-blue-color);
}

.finance-tabs:focus, .finance-tabs:active{
	outline: none;
	background-color: var(--deafult-blue-color);
	color: white;
}

/* JS class- add bottom border */
.finance-active{
	padding-bottom: 4px;
	border-bottom: 2px solid var(--deafult-blue-color);
}

.finance--section__title h3{
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}

.finance-payments {
	display: flex;
	flex-direction: column;
	align-items: center;
}	

.finance-payments__input{
	display: flex;
	width: 100%;
}

.finance-payments__input span{
}

.finance-payments span{
}

.finance-payments input{
	margin-bottom: 15px;

}

/* Product  */

/* Main edition */

.product--filters__btn{
	background: none;
	border: none;
	padding: 5px 2px;
	transition: color .3s;
}
.product--filters__btn:active, .product--filters__btn:focus {
	outline: none;
}


.product--filters__btn{
	color: var(--deafult-blue-color);
	
}

.product--filters__btn:hover{
	color: #0f626e;
}

.product--filters__underline{
	margin-top: 4px;
	width: 100%;
	height: 1px;
	background-color: var(--deafult-blue-color);
}

.btn-outline-info .fa-plus{
	margin-right: 5px;
}

.product--list__box{
	position: relative;
	width: 96%;
	padding: 2%;
	margin: 5px auto;
	background-color: #fff;
	box-shadow: var(--box-shadow);
	/* -webkit-transition: .2s,opacity .5s;
	transition: .2s,opacity .5s; */
	border-radius: 4px;
	overflow: hidden;
}

.cl14:after {
  /*content: url('images/wt.png');*/
  content: "WT";
  padding-top: 5px;
  font-weight: bold;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 200px 0;
  border-color: transparent #ffc107 transparent transparent;
  right: 0;
  top: 0;
  position: absolute;
}
.cl12:after {
  content: url('images/nc.png');
  /*content: 'NC';*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 200px 0;
  border-color: transparent #608A32 transparent transparent;
  right: 0;
  top: 0;
  position: absolute;
}
.cl11:after {
  content: url('images/mi.png');
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 200px 0;
  border-color: transparent #607d8b transparent transparent;
  right: 0;
  top: 0;
  position: absolute;
}

.product--list__content{
	color: var(--main-font-color);
	text-align: left;
	padding: 5%;

}

.product--list__content h4{
	margin-top: 230px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product--list__content span{
	display: block;
	margin-top: 7px;
}

.product--list__status{
	color:var(--main-font-color);
	text-transform: capitalize;

}

.product--list__button{
	padding-bottom: 15px;
	width: 100%;
	display: inline-block;
	text-align: center; 
}

/* Add New Product */
.product--add-new__title{
	padding-top: 25px;
	/* border-top: 1px solid rgb(201, 201, 201); */
	margin-bottom: 25px;
}

.product--add-new__title span{
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}

.product--add-new__content{
	padding: 0.5rem 1.5rem 1.5rem;
	width: 100%;
	max-width: 500px;
}

.product--add-new__created p{
	margin-top: 0px;
}

.product--add-new__created-problem{
	color: rgb(25, 94, 197);
	font-weight: bold;
}


/* Product Edit */

/* Top Menu */

.product--edit-menu__container{
	width: 100%;
	padding: 5px 15px;
}


.product--edit__title{
	margin: 18px 0 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.product--edit__back-link{
	color: var(--deafult-blue-color);
	margin-bottom: 15px;
}
.product--edit__back-link:hover{
	color: var(--deafult-blue-color-hover);
}


.product--edit__container-next-buttons{
	height: 60px;
}


/* Edit Text */

.product--edit__section-separator{
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	height: 2px;
	width: 100%;
	margin: 35px 0;
	background-color:var(--deafult-blue-color);
}

.product--edit-text__title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

#product--edit-text__included, #product--edit-text__short, #product--edit-text__to-know, #autocomplete0, .product--params__adress-input, #product--prices__name-input, .product--options__add-input{
	max-width: 678px;
}

#product--edit-text__short-required, #product--edit-text__included-required, #product--edit-text__to-know-required{
	max-width: 650px;
	border-right: none;
}

#product--edit-text__short {
	margin: 3px 0 5px;
}

#product--edit-text__included-required, #product--edit-text__included, #product--edit-text__short-required, #product--edit-text__to-know-required, #product--edit-text__to-know, #autocomplete0, .product--params__adress-input{
	margin: 3px 0;
}

#product--edit-text__included, #product--edit-text__to-know, #autocomplete0, .product--params__adress-input{
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

#product--edit-text_remove{
	margin: 15px 0px 5px 5px;
}

#product--edit-text__ticket-type-hint{
	margin-bottom: 3px;	
}

.fa-star-of-life{
	color: rgb(255, 0, 0);
	font-size: 7px;
}

#required-star1{
	border-left: none;
	margin: 3px 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: none;
}
.product--edit-text__submit{
	margin-top: 35px;
} 

.add_field_button, .add_field_button2, .add_field_button3, .add_field_button4{
	margin-left: 15px;
}

.add_field_button .fa-plus, .add_field_button2 .fa-plus, .add_field_button3 .fa-plus,  .add_field_button4 .fa-plus{
	font-size: 0.8rem;
	margin-right: 2px;
}

/*@  Product Params  @*/

#atraction_type, #atraction_subtype1, #agcities, #agprovince{
	width: 100%;
}

#triptime1, #triptime2 {
	max-width: 100px;
}
#triptimetype_jd{
	max-width: 137.45px;
}

.booking-cut-off{
	max-width: 350px;
}

.product--select, .product--input {
	max-width: 350px;
}

.add_field_button4, .add_field_button3 {
	margin-top: 1rem;
}

.product--params__time{
	width: 140px;
}

.product--params__age{
	width: 100px !important;
	justify-content: start  !important;
}
.product--params__age-input-group{
	width: 90px;
}
.product--params__age-input{
	width: 50px !important;
	max-width: 50px !important;
	
}

.product--params__max-people{
	width: 200px;
}

.product--params__client-details {
	width: 275px;
	justify-content: start !important;
	font-weight: normal  !important;
	font-size: 0.95rem;
}

.product--params__client-details-input {
	position: relative;
	mask-type: 0;
	margin-left: 0;
}

#infowindow-content {
display: none;
}

.pac-card {
margin: 10px 10px 0 0;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
font-family: Roboto;
}

#pac-container {
padding-bottom: 12px;
margin-right: 12px;
}

.pac-controls {
display: inline-block;
padding: 5px 11px;
}

.pac-controls label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}

/* #pac-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 400px;
} */

/* #pac-input:focus {
border-color: #4d90fe;
} */

/* 
#title {
color: #fff;
background-color: #4d90fe;
font-size: 25px;
font-weight: 500;
padding: 6px 12px;
}


select {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 39px;
	padding: 7px 8px;
	width: 250px;
	outline: none;
	margin: 10px 3px 10px 3px;
}
select option{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}  */

/* .save_info{
	background-color: #F3F7F9;
	border: 1px solid #ffffff;
	padding: 10px;

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #336633;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
	margin-bottom: 5px;
} */



/*@  Product Pricelist  @*/

.product--prices-group__table{
	display: table;
	max-width: 700px;
	min-width: 480px;
}

.product--prices-group__table-row{
	display: table-row;
}

.product--prices-group__table-cell{
	display: table-cell;
	white-space: nowrap;
}

.product--prices-group__table-cell-text{
	display: table-cell;
	width: 100%;
	text-align: left;
}
.product--prices-group__table-content{
	display: flex;
	width: 100%;
}

.product--prices-group__table-label{
	display: flex;
	width: 100%;
}

.product--prices-group__table-text{
	width: 23vw;

}
.product--prices-group__table-content-cell{
	width: 20vw;
	margin-right: 10px;
}


.divider-prices{
	margin: 15px 0 15px;
}


.product--prices--age{
	width: 150px;
}

.product--prices--input{
	max-width: 100px !important;
	/* margin-right: 1rem; */
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.product--prices__table{
	max-width: 500px;
}

.prices--content__container{
	padding: 25px 20px 40px 35px;
}

.product-prices__buttons{
	background: none;
	border: none;
	padding: 4px 10px;
	margin-top: 7px;
}
.product-prices__buttons:focus{
	outline: none;
}
.product-prices__buttons:hover {
	text-decoration: underline;
}

.product--prices-group__discount{
	max-width: 700px;
	min-width: 480px;
}

.product--prices__discount-input-group{
	width: 100%;
	margin-top: 0.5rem;
}


/* @ Product Photos */


.cmsphoto_box{
	/* display: inline-block;*/
	width: 100%;  
	text-align: center;
	font-size: 10px;
	/* background-color: #fff; */
	margin: 10px;
	padding: 0px;
	border-radius: 0px;
	/* min-height: 200px; */
	/* float: left; */
}

.product--photo{
	width: 100%;
	height: auto;
	text-align: center;
}

.product--photo__cover{
	position: relative;
	width: 100%;
	height: auto;
	
}

.product--photo__other{
	width: 100%;
	height: auto;
	text-align: center;
}

.product--photo__img{
	height: 60vw;
	max-height: 220px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.product--photo__cover-title{
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 110px;
	background-color: #0f626e;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 16px;
	color: #fff;
	z-index: 2;
}

.product--photo__tooltip, .product--photo__cover-tooltip{
	position: relative;
	left: 50%;
	max-width: 330px;
	transform: translate(-50%, 0);
	text-align: center;
	background-color: #0f616e17;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.10); 
}

.tooltipc {
	position: relative;
	display: inline-block;	
}
.tooltipc a i {

	font-size: 14px;
	padding: 8px 5px;
}
.tooltipc a fa-trash{
	color:
}
  /* @ Tooltip text @ */
.tooltipc .tooltipctext {
	visibility: hidden;
	width: 120px;
	background-color: var(--default-blue-color-hover);
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	top: -35px;
	left: -35px;
}
.tooltipc:hover .tooltipctext {
	visibility: visible;
}

.divider-photo{
	width: 100%;
	/* max-width: 690px; */
	height: 3px;
	margin: 50px 0 35px;
	background-color: var(--deafult-blue-color);
}

.product--photo__upload{
	cursor: pointer;
}

.dm-uploader .btn input[type=file]{
	opacity: 1;
}

.product--photo__hint{
	position: relative;
	top: 5%;
	height: 55px;
	padding: 15px 25px;
	text-align: center;
	 /* border: 1px solid var(--deafult-blue-color); */
	background-color: #0f616e0a;
	border-radius: 5px;
	box-shadow: var(--box-shadow);
}

.product--photo__hint-box{
	color: rgb(128, 128, 128);
}

.product--photo__hint-box i {
	font-size: 10px;
	color: var(--deafult-blue-color);
	margin-right: 10px;
}



/* @ Product Options  @  */

.options--content__container{
	padding: 25px 15px 40px;
}

.product--options__calendar{
	color: var(--default-blue-color-hover);
	font-weight: bold;
	letter-spacing: 0.5px;
}

.product--options__title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.product--options__details, .product--options__details-description{
	color: var(--default-grey-font-color);
	margin-top: 1rem;
}
.product--options__details-description{
	opacity: 60%;
	font-style: italic;
}

.divider-options{
	margin: 10px 0 10px;
}

.product--options__celendar-input, .product--options__select-time {
	max-width: 270px;
}

.product--options__prices-input{
	max-width: 500px;
}

.product--options__start-time{
	max-width: 100px;
}





/*@ Product general settings @*/


.display-off-mini{
	display: none;
}


/*@ Form sizes - fonts etc. @*/

.form-group label {
	font-weight: bold;
}

.form-control{
	font-size: 1rem;
}

.form-control:focus{
	border-color: #17b7cf96;
	/* box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); */
	box-shadow: 0 0 0 0.15rem rgba(43, 216, 243, 0.35);
}

input:focus, select:focus{
	border: 1px solid #1ec6e0c7;
}

.form-group{
	margin-top: 15px;
}

.product--edit__content{
	margin-top: 30px;
}

.form-text{
	margin-top: 0;
}

/* .input-group-text{
	height: calc(1.5em + .75rem + 9.2px);

} */

/* @ Table Control@ */

.table thead th{
	border: none;
}

.table td, .table th {
	padding: .35rem; 
	border: none;
}
/*@ Button control @*/

.product-prices__buttons span i{
	font-size: 11px;
	margin-right: 2px;
	margin-bottom: 1px;
}


/* @ Modal Control  @ */
.modal-body{
	padding: 2rem 1rem ;
}

.modal-button-close{
	padding: 10px 20px 13px 25px !important;
	color: rgb(255, 0, 0);
	opacity: 0.8;
	position: absolute;
	top: 0px;
	right: 0px;
	
}
.modal-button-close span{
	font-size: 24px;
}






/*@ System Alerts @*/

.content--save{
	font-size: 1.05rem;
	color: rgb(12, 99, 0);
	text-align: center;
	margin: 15px 0;
}


/*@ Fontawesome sizes @*/
.fa-pencil-alt{
	font-size: 0.8rem;
}


/* @ Calendar JS  @  */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
	color: #9999996b !important;
}



.reservation--filters__form form{
	width: 79.5%;
} 

/*@ form control width - Znaleźć lepszy sposób @*/

@media (min-width: 343px){
    .reservation--filters__form form{
        width: 81%;
	}
	.product--filters__btn{
		padding: 5px 5px;
	}
	.product--params__age-input-group{
		width: 105px;
	}
	.product--params__age-input{
		width: 65px !important;
		max-width: 65px !important;
	}
}
@media (min-width: 380px){
    .reservation--filters__form form{
        width: 82%;
	}
	.option_info2 form button span{
		font-size: 14px;
	}
	.finance-tabs{
		padding: 5px 7px;
	}
	.product--params__age-input-group{
		width: 125px;
	}
	.product--params__age-input{
		width: 85px !important;
		max-width: 85px !important;
	}
	.table td, .table th {
		padding: .55rem; 
	}
	
	
	
}
@media (min-width: 410px){
    .reservation--filters__form form{
        width: 83.5%;
	}
	#reservation-attraction__status{
		width: 100px;
	}
	#reservation-attraction__status span{
		font-size: 1rem;
	}
	.finance-tabs{
		padding: 5px 8px;
	}
	.table td, .table th {
		padding: .75rem; 
	}

	.display-off-mini{
		display: block;
	}
	.product--prices-group__table-text{
		width: 25vw;
	
	}
	.product--prices-group__table-content-cell{
		width: 23vw;
	}

	.product--prices--input{
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}

	#group-price-discount{
		max-width: 130px;
	}

	.product--prices__discount-input-group{
		width: 130px;
		margin-left: 10px;
		margin-top: 0;
	}
	
	.product--prices__discount-input{
		max-width: 100px !important;
	}
	
	

}
@media (min-width: 440px){
    .reservation--filters__form form{
        width: 85%;
    }
}
@media (min-width: 490px){
    .reservation--filters__form form{
        width: 87%;
    }
}
@media (min-width: 545px){
    .reservation--filters__form form{
        width: 89%;
	}
	.product--prices-group__table-text{
		width: 100%;
	
	}
	.product--prices-group__table-content-cell{
		width: 100%;
	}

}
