


html,
body,
.ps-background {
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a,
a:hover,
a:focus,
*:hover,
*:focus {
    outline: none;
}


.ps-background {
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;

    background-image: url('../../image//default/intro-tlo.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

.ps-wizard-container{
    /*height: 570px;*/
    width: 530px;
    background: #fff;
    left:0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    padding: 25px 35px;
    /*position: absolute;*/
    z-index: 191;
}

@media(max-width:530px) {
    .ps-wizard-container {
        width: 100%;
        left:0;
        right: 0;
        min-width: 320px;
    }
}

@media(max-height:570px) {

}

.ps-wizard-container .ps-image{
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    height: 170px;
    margin: -25px -35px 10px -35px;
    overflow: hidden;
}

.ps-wizard-container .ps-title {
    height: 48px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    line-height: 30px;
    padding: 10px 35px;
    position: absolute;
    color: #FFF;
}

input,
select,
textarea,
button,
.btn,
.form-control,
.datepicker,
.datepicker.dropdown-menu
{
    border-radius: 0;
}

.ps-form-group {
    margin: 10px 0;
    padding: 0;
}

.ps-form-group > div {
    padding: 0;
}

.ps-form-group .ps-label
{
    line-height: 34px;
}
.ps-form-group input
{
    text-align: center;
}

.btn-ps-primary
{
    background: #0093D0;
    color: #FFF;
}
.btn-ps-primary:hover,
.btn-ps-primary:focus
{
    background: #0093F0;
    color: #FFF;
    outline: none;
}





/* SPINNER */
.ps-spinner {
    margin: 100px auto;
    width: 20px;
    height: 20px;
    position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #0093D0;

    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ps-spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.ps-spinner-container {

}
.ps-spinner-container .ps-spinner {

}

.ps-trips a {
	color: #000;
}
.ps-trips a:hover * {
	text-decoration: underline;
}

.ps-trips p.bg-info
{
    padding: 10px 20px;
    text-align: center;
    margin: 80px 0;
}



.ps-trip-container {
    margin-bottom: 10px;
}

.ps-trip-img.img-responsive {
    float: left;
}

p.ps-trip-desc {
    display: inline-block;
    float: left;
    max-height: 50px;
    overflow: hidden;
    padding-left: 10px;
}


/* Planer */

nav.navbar {
	min-width: 320px;
}

div.row.columns-conatiner
{
	margin: 0;
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	/*width: 100%;*/
}

nav.sidebar button.navbar-toggle {
	display: none;
}
@media(max-width:445px) {
	nav.sidebar button.navbar-toggle {
		display: block;
	}
}

.map-canvas
{
	height: 100%;
	width: 100%;
}

div#map-canvas
{
	background: #DDD;
	height: 100%;
	padding-left: 65px;
	padding-top: 50px;
	padding-right: 0;
	width: 100%;
}

.full-height {
    height: 100%;
}

.navbar-default {
    background: #0093D0;
    background: #666;
    border-bottom-color: #0093D0;
    border-bottom-color: #666;
	padding-left: 50px;
    z-index: 1200;
}
.navbar-nav {

}
.navbar-default,
.navbar-default *,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active{
    color: #FFF;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #888;
}

nav ul.navbar-nav li:first-child {
	margin-right: 10px;
}
.navbar-nav button {
    /*
	background: #0093D0;
	border: none;
	margin-left: 10px;
	padding: 5px 10px;
	background: #0093D0;
	border: none;
	margin-left: 10px;
	padding: 4px 10px;
	border-radius: 7px;
	font-size: 13px;
	*/
}

.navbar-btn.btn-xs {
	margin-top: 11px;
	margin-bottom: 10px;
}

.navbar-nav button:hover,
.navbar-nav button:focus,
.navbar-nav button:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	/*background: #0093F0;*/
	/*color: #FFF;*/
}

nav.sidebar-menu-collapsed {
    width: 65px;
}
nav.sidebar-menu-expanded {
    width: 106px;
}

nav.sidebar {
	position: absolute;
	background: none repeat scroll 0 0 #666;
	height: 100%;
}
nav.sidebar div.sidebar-container {
    -webkit-transition-property: width; /* Safari */
    -moz-transition-property: width; /* Safari */
    transition-property: width;

    position: relative;
    top: 0;
    left: 0;;
    background: none repeat scroll 0 0 #0093D0;
    background: none repeat scroll 0 0 #666;
    color: white;
    /*padding: 50px 0px 0px;*/

    z-index: 9999;
}

nav.sidebar:hover
{
    /*width: 200px;*/
}

nav.sidebar div.sidebar-container div.label
{
	position: absolute;
	bottom: -5px;
	right: 0;
}


nav.sidebar ul {
	background-color: #0093D0;
	background-color: #666;
	margin: 0;
	width: 65px;
	padding: 0;
	overflow: hidden;

	transition: width 0.5s ease-in-out;
	-webkit-transition: width 0.5s ease-in-out; /* For Safari 3.1 to 6.0 */

}
nav.sidebar ul li a {
	border-bottom: 1px solid #888;
	color: #DDD;
}
nav.sidebar ul li a:hover,
nav.sidebar ul li a.active {
	background-color: #0093D0;
	border-bottom: 1px solid #0093F0;
}

nav.sidebar ul li a.expandable.active {
	background-color: #0093D0;
	/*border-top: 1px solid #0093F0;*/
}

nav.sidebar ul li a.expandable:hover {
	background-color: #0093F0;
}

@media (min-width: 991px)
{
    nav.sidebar ul:hover {
        width: 200px;
    }
}

nav.sidebar.active ul {
    width: 200px;
}


nav.sidebar a#justify-icon {
    outline: 0;
    color: white;
    font-size: 24px;
    font-style: normal; }
nav.sidebar a#logout-icon {
    outline: 0;
    color: white;
    font-size: 24px;
    font-style: normal;
    position: absolute;
    bottom: 10px;
    left: 10px; }

nav.sidebar ul li {
	height: 61px;

	list-style-type: none;
	overflow: hidden;
	position: relative;
	z-index: 999;
	width: 200px;
}


nav.sidebar ul li span.ico-cont {
    text-align: center;
    display: inline-block;
    width: 65px;
	position: relative;

}


nav.sidebar ul li a.expandable {
    outline: 0;
    color: #BBB;
    text-decoration: none;
    font-size: 16px;
	width: 100%;
	padding: 6px 0;
	display: block;
	line-height: 40px;
    height: 61px;
    overflow: hidden;
}

nav.sidebar ul li a.expandable:hover,
nav.sidebar ul li a.expandable.active {
	color: #FFF;
}
nav.sidebar ul li a.expandable i {
    font-size: 24px;
	position: relative;
	top: 4px;
}
nav.sidebar ul li a.expandable span.expanded-element {
    margin-left: 2px;
    display: none;
    font-size: 11px;
    position: relative;
    bottom: 2px; }
nav.sidebar ul li.active {
    background: none repeat scroll 0 0 black;
    border-radius: 4px;
    text-align: center;
    margin-left: -4px;
    padding: 4px; }
nav.sidebar ul li.active a.expandable {
    color: white !important; }
nav.sidebar ul li.active a.expandable:hover {
    color: white !important; }

nav.sidebar-menu div.but-container {
	height: 50px;
	width: 65px;
	position: relative;
	z-index: 1100;
}


div.sidebar {
    height: 100%;
    left: 65px;
    overflow: hidden;
    padding-top: 50px;
    /*position: absolute;*/
    top: 0;
}


@media(min-width:445px) {
	nav.sidebar div.sidebar-container.collapse
	{
		display: block;

	}
}

nav.navbar  .navbar-toggle {
	border: 1px solid transparent !important;
}


@media(max-width:445px) {


	nav.sidebar .navbar-toggle {
		display: block;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		float: right;
		margin-bottom: 8px;
		margin-right: 7px;
		margin-top: 8px;
		padding: 9px 5px;
		position: relative;
	}

	nav ul.navbar-nav li:first-child {
		margin-right: 0;
	}

	nav.sidebar div.sidebar-container.collapse.in
	{
		display: block;

	}

	nav.sidebar
	{
		/*padding: 55px 0px 20px;*/
	}



	div#map-canvas {
		padding-left: 0;
	}
}

ul.nano-content {
    position: relative;
    height: 100%; /* Or whatever you want (eg. 400px) */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;


}

.panel-heading h6 {
	color: #000;
	font-size: 16px;
}

#category-collapse {
	background-color: #FFF;
	border-bottom: 2px solid #DDD;
	border-top: 1px solid #DDD;
	z-index: 35;
}


.categoryChecked i {
	opacity: 1;
	color: #f48430;
}

.windows .detail::-webkit-scrollbar, .windows .itinerary::-webkit-scrollbar, .windows .filters-view::-webkit-scrollbar, .windows .sidebar::-webkit-scrollbar {
    width: 9px;
}

.windows .detail::-webkit-scrollbar-thumb, .windows .itinerary::-webkit-scrollbar-thumb, .windows .filters-view::-webkit-scrollbar-thumb, .windows .sidebar::-webkit-scrollbar-thumb
{
    background: #707070;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.windows .detail::-webkit-scrollbar-button, .windows .itinerary::-webkit-scrollbar-button, .windows .filters-view::-webkit-scrollbar-button, .windows .sidebar::-webkit-scrollbar-button
{
    display: none;
}


.tin-scroll::-webkit-scrollbar, .windows .filters-view::-webkit-scrollbar, .windows .sidebar::-webkit-scrollbar {
    width: 9px;
}

.tin-scroll::-webkit-scrollbar-button, .windows .filters-view::-webkit-scrollbar-button, .windows .sidebar::-webkit-scrollbar-button {
    display: none;
}

.tin-scroll::-webkit-scrollbar-track, .windows .filters-view::-webkit-scrollbar-track, .windows .sidebar::-webkit-scrollbar-track {
    background: -webkit-linear-gradient(right, white, #ededed);
    background: linear-gradient(to left, white, #ededed);
}

.tin-scroll::-webkit-scrollbar-thumb, .windows .filters-view::-webkit-scrollbar-thumb, .windows .sidebar::-webkit-scrollbar-thumb {
    background: #707070;
    border: 1px solid #ededed;
    border-radius: 4px;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

#ps-obiekty,
#ps-wycieczka,
#ps-pogoda,
#mailForm,
#ps-object-details,
#ps-object-details-days {
	overflow: hidden;
	height: 100%;
	position: relative;
	top: 0;
}

#ps-object-details {
	background-color: #EEE;
}


.obc-adress,
.obc-story{
	position: relative;
	min-height: 40px;
	margin-bottom: 7px;
}

.obc-adress > a.collapsed,
.obc-story > a.collapsed {
	border-bottom: none;
}
.obc-adress > a,
.obc-story > a
 {
	display: inline-block;
	width: 100%;
	padding: 10px 10px;
	position: relative;
	z-index: 50;
	background-color: transparent;
	font-size: 14px;

	padding: 10px 10px 0 10px;
	position: absolute;
	width: 100%;
	z-index: 50;
	border-bottom: 1px solid #DDD;

}

.obc-adress > a i.chevron:before,
.obc-story > a i.chevron:before {
	content: "\f077";
}

.obc-adress > a.collapsed i.chevron:before,
.obc-story > a.collapsed i.chevron:before {
	content: "\f078";
}

.obc-adress > a  p,
.obc-story > a > p {

}

#adress-collapse,
#openhours-collapse,
#desc-collapse,
#links-collapse {

	width: 100%;

}

.ps-collapse {
	height: auto;
	/*top: -50px;*/
	position: relative;

	width: 100%;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	background: none repeat scroll 0 0 #fff;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	position: relative;

	width: 100%;
}

.obc-adress a div,
.obc-adress a div *,
.obc-story a div,
.obc-story a div *{
	color: #000;
	padding: 0;
}


#mailForm,
#tripSettings {
	display: none;
}

.form-mail-content
{
	margin-top: 20px;
}

.form-mail-content > * {
	margin-bottom: 20px;
}

#categories {
	position: absolute;
	top: 90px;
	height: 60px;
}

.line{
    border-bottom: 1px solid lightgray;
    width: 100%;
    height: 1px;
}

.objects_line{
    position: relative;
    top:133px;
}

#categories,
#objects {
	position: absolute;
	width: 100%;
	z-index: 25;

}

#mailForm .ps-object-detail-header-double
{
	cursor: pointer;
}
#mailForm .ps-object-detail-header-double i {
	margin-right: 10px;
}
#mailForm .ps-object-detail-header-double:hover {
	background: #0093F0;
}

#objects {
	z-index: 20;
	padding-top: 132px;
}


.ps-objects-list {
	overflow-y: auto;
	height: 100%;
	box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.ps-objects-list ul {
	list-style: none;
	padding:0;
	margin:0;
}
.ps-objects-list ul li .ps-object {
	height: 90px;
	border-bottom: 1px solid lightgray;
	width: 100%;
    padding: 5px 15px 6px 100px;
	position: relative;
	overflow: hidden;
	cursor: pointer;

}

.ps-objects-list ul li .ps-object:hover,
.ps-objects-list ul li.object-active .ps-object {
	background-color: #EEE;
}
.ps-objects-list ul li .ps-object .ps-object-img {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 10px;
	left: 15px;
	vertical-align: middle;
	text-align: center;
	marrgin: auto;
	overflow: hidden;
    font-size: 50px;
    line-height: 70px;
    background-size: cover;
}
.ps-objects-list ul li .ps-object .ps-object-img img{
	height: 70px;
	width: 70px;
}
.ps-objects-list ul li .ps-object .ps-object-desc {
	padding-left: 0;
	width: 100%;

	padding-left: 10px;
	width: 100%;
	height: 67px;
	overflow: hidden;
}
.ps-objects-list ul li .ps-object .ps-object-desc .ps-object-title {
	font-weight: 700;
	width: 100%;
	margin-bottom: 7px;
	font-size: 16px;
}
.ps-objects-list ul li .ps-object .ps-object-desc .ps-object-text {
	width: 100%;
	word-wrap: break-word;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	/*
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

	-moz-line-clamp: 2;
	-moz-box-orient: vertical;

	text-overflow: -o-ellipsis-lastline;
	*/

	position: relative;



}

.truncate:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 1.2em;
}

#ps-object-details {
	overflow-y: auto;
}
.ps-object-detail-header,
.ps-object-days-header {
	cursor: pointer;
}
.ps-object-detail-header,
.ps-object-detail-header-trip,
.ps-object-detail-header-days,
.ps-object-detail-header-double,
.ps-object-days-header {
	font-size: 18px;
	left: 0;
	padding: 14px 14px 11px 14px;
	padding: 4px 14px 7px 14px;
	position: relative;
	top: 0;
	transition: opacity 0.3s ease 0s;
	width: 100%;
	background-color: #0093D0;
	color: #fff;
}

@media screen  and (max-width: 424px){
    .ps-object-detail-header{
        font-size: 14px;
    }
}

.ps-object-detail-header-trip:hover,
.ps-object-detail-header-days:hover,
.ps-object-detail-header:hover,
.ps-object-days-header:hover {
	background-color: #0093F0;
}
.ps-object-detail-header i,
.ps-object-days-header i{
	margin-right: 10px;
}

.ps-object-detail-header-trip i,
.ps-object-detail-header-days i {
	margin-right: 2px;
}




.ps-object-details-img-container {
	width: 100%;
	max-width: 100%;
	position: relative;
	height: 420px;
	overflow: hidden;
}

.ps-object-details-img-container > img {
	margin: auto;
	max-height: 100%;
	text-align: center;
}

#ps-object-details #addToTrip {
	width: 100%;
	/* background: #000; */
    /* opacity: 0.7; */
	/*color: #FFF;*/
}

#ps-object-details #addToTrip .addToTrip span{
	font-size: 16px;
	padding-top: 5px;
    font-weight: 200;
}

#ps-object-details #addToTrip .addToTrip p{
	font-size: 11px;
	margin: 0;
	padding-bottom: 5px;
    font-weight: 200;
}

#ps-object-details #addToTrip .addToTrip {
	cursor: pointer;
}
#ps-object-details #addToTrip .addToTrip.active,
#ps-object-details #addToTrip .addToTrip:hover
{
	background: #DDD;
	color: #000;
}

#ps-object-details #addToTrip #addTripDay {
	display: block;
	height: 42px;
	text-align: center;
	padding: 0 0;
	line-height: 38px;
	font-size: 35px;
	cursor: pointer;
}

#ps-object-details #addToTrip #addTripDay:hover {
	background: #DDD;
	color: #000;
}

#ps-object-details #cardOperations {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.9;
	width: 29px;
	height: 47px;
	border-top: 70px solid #000;
	border-left: 70px solid transparent;
}

#ps-object-details #cardOperations span {
	position: absolute;
	top: -60px;
	font-size: 20px;
	left: -30px;
	color: #FFF;
}

/*
#ps-object-add-to-trip {
	bottom: 0;
	color: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	display: block;

	border: 1px solid #000;
	border-radius: 50%;
	bottom: 0;
	display: block;
	font-size: 66px;
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100px;
}
*/

.ps-object-details-show-map {
	background-color: #000;
	top: 0;
	color: #fff;
	left: 0;
	opacity: 0.7;
	padding: 5px 15px;
	position: absolute;
}

.ps-object-details-text
{
	padding: 7px;
}

.ps-object-details-description-more-container {
	background: none repeat scroll 0 0 #fff;
	bottom: 0;
	height: 30px;
	position: absolute;
	width: 100%;
	z-index: 20;
}




.ps-object-details-description {
	max-height: 130px;
	overflow: hidden;
	position: relative;

}

.ps-object-details-description.expanded
{
	max-height: 100%;
	overflow: hidden;
	position: relative;

}

.ps-object-details-description.expanded .ps-object-details-description-more-container {
	display: none;
}

.ps-object-details-description.expanded .ps-object-details-description-more {
	display: none;
}

.ps-object-details-description .ps-object-details-description-more {
	border: 1px solid #DDD;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	margin: auto;
	background: #FFF;
	cursor: pointer;
	text-align: center;
	padding-top: 1px;
}
.ps-object-details-description .ps-object-details-description-more:hover {
	background: #EEE;
}




#ps-object-details-days {
	background: none repeat scroll 0 0 red;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
	padding-top: 50px;
}

#ps-object-details .ps-object-details-description,
#ps-object-details .obc-adress,
#ps-object-details .obc-story {
	margin-bottom: 15px;

}

#ps-object-details .obc-adress > a,
#ps-object-details .obc-story > a {
	color: #0093D0;
}

#ps-wycieczka-content {
	height: 100%;
	overflow-y: hidden;
	position: absolute;
	/* padding-top: 80px; */
	/* top: 0; */
	width: 100%;
	margin-top: 0;
}

#tripDaySwitch,
#tripDescription {
	position: relative;

}

.trip-day-switch.active {
	background: #EEE;
}
#tripDaySwitch ul {
	list-style: none;
	padding: 0;
}

#tripDaySwitch ul .day-info {
	display: inline-block;
	width: 70px;
	height: 100%;
}

li.trip-day-switch {
	font-size: 14px;
	left: 0;
	min-height: 65px;
	line-height: 12px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	top: 0;
	/*float: left;*/
	padding-left: 70px;
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding-top: 10px;
}
.ps-trip-objects-day-cont
{
	min-height: 65px;
}

#tripDaySwitch ul {
	margin: 0;
}

.trip-day-switch span
{
	font-size: 16px;
	color: #0093D0;
	font-weight: 700;
}
.trip-day-switch p {
	font-size: 11px;
	margin: 0;
	padding-bottom: 5px;
}
.trip-day-switch .day-info
{
	height: 44px;
	width: 61px;
	display: block;
	font-size: 14px;
	left: 0;
	line-height: 12px;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	top: 22px;
}

.trip-day-switch span.ui-state-highlight {
    border: 1px solid red;
    background-color: pink;
}

.trip-day-switch span.ui-state-highlight,
.trip-day-switch span.itinerary-poi {
	height: 55px;
	width: 55px;
	display: block;
	float: left;
	overflow: hidden;
	/*padding: 0 13px 10px 0;*/
    margin: 0 13px 10px 0;
	position: relative;
	cursor: pointer;
}

.trip-day-switch span.itinerary-poi span{
    font-size: 50px;
    line-height: 55px;
    color: #000;
    font-weight: normal;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
}

.trip-day-switch span.itinerary-poi-no-drag {
	height: 54px;
	width: 55px;
	display: block;
	float: left;
	overflow: hidden;
    margin: 0 13px 10px 0;
	position: relative;
	cursor: pointer;
}

#ps-wycieczka .ps-object-detail-header-trip,
#ps-wycieczka .ps-object-detail-header-days {
	/*margin-top: 5px;*/
	border-top: 1px solid #0093F0;
}

#ps-wycieczka .ps-object-detail-header-trip i,
#ps-wycieczka .ps-object-detail-header-days i,
#ps-wycieczka-content .ps-object-detail-header-double i{
	float: right;
	padding-left: 5px;
	padding-top: 4px;
	cursor: pointer;
}

#ps-wycieczka .ps-object-detail-header-trip.collapsed i:before,
#ps-wycieczka .ps-object-detail-header-days.collapsed i:before {
	content: "\f107";
}

#tripSettings {
	border-bottom: 1px solid #DDD;
}


.ps-time-weather-container {
	width: 100%;
	height: 100px;
	border-top: 1px solid #CCC;
}
.ps-time-container,.ps-time-weather {
	width: 50%;
	height: 100%;
	float: left;
}

.ps-time-weather-container i {
	color: #0093D0;
	font-size: 60px;
	padding: 10px 0;
	width: 80px;
	float: left;
	padding: 5px 5px;
}

.ps-time-container {
	border-right: 1px solid #CCC;
	padding-top: 5px;
}
.ps-time-container .ps-distance,
.ps-time-container .ps-time {
	border-radius: 50%;
	height: 90px;
	width: 90px;
	border: 2px solid #0093D0;
	margin: auto;
	cursor: pointer;
	line-height: 85px;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
}
.ps-time-container .ps-distance {
	display: none;
}

.ps-time-container .ps-distance span,
.ps-time-container .ps-time span {
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: -8px;
	padding-left: 4px;
}




#tripDescription .ps-objects-list ul {
	border-top: 1px solid #CCC;
}

.ps-trip-legs {
	height: auto;
	border-bottom: none;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 7px;
}

.ps-object-detail-header,
.ps-object-detail-header:hover,
.ps-object-detail-header:focus,
.ps-object-detail-header:active
{
	background: #000;
	opacity: 0.7;
	position: absolute;
	cursor: default;
}


.ps-object-details-show-map {
	background-color: #000;
	top: 0;
	color: #fff;
	left: 0;
	opacity: 1;
	left: 0;
	font-size: 24px;
	top: 4px;
	padding: 5px 15px;
	position: absolute;
	width: 40px;
	right: 0;
	margin: auto;
	text-align: center;
}

.ps-object-details-show-map:hover,
.ps-object-detail-header i:hover
{
	cursor: pointer;
}


#ps-object-details #cardOperations span {
	position: absolute;
	top: -55px;
	font-size: 20px;
	left: -30px;
	color: #FFF;
}

#ps-object-details .ps-object-detail-header i {
	margin-right: 0;
	font-size: 22px;
	padding: 0;
	position: relative;
	z-index: 55;
}


.ps-meteo-icon
{
	width: 50px;
	height: 50px;
	height: 100%;
	background-image: url(../images/meto/1.svg);
	background-size:100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size:cover;
}

.ps-time-weather img {
	width: 80px;
	height: 90px;
	margin-left: 10px;
	color: green;
	fill: darkslateblue;
	float: left;

}
.ps-temp
{
	float: left;
	width: 65px;
	font-size: 20px;
	height: 100%;
	padding: 25px 0;
}

.oblist-search {
	width: 100%;
	z-index: 22;
    position: relative;
}

/* OBJECT LIST */
.oblist-search i {
    margin-left: 18px;
    top: 7px;
}

div.ps-wrapper,
div.ps-spinner-cont {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	display: none;
}

.ps-no-temp
{
	padding: 20px;
	line-height: 55px;
	text-align: center;
	color: #666;
}

div.ps-wrapper {
	background: #000;
	opacity: 0.6;
}
div.ps-spinner-cont {
	z-index: 5001;
	margin: auto;
	vertical-align: middle;
	/* background: #666; */
	width: 310px;
	height: 210px;
	border-radius: 50px;
}

div.ps-spinner-cont {

}

div.ps-spinner-cont .ps-spinner {
	width: 70px;
	height: 70px;
	position: relative;
	margin: 70px auto;
}
div.ps-spinner-cont .ps-spinner .container1 > div, div.ps-spinner-cont .ps-spinner .container2 > div, div.ps-spinner-cont .ps-spinner .container3 > div {
	width: 20px;
	height: 20px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: pointer;
	background: #FFF;
}

.ps-trip-day-settings select,
#tripSettings select {
	width: 50%;
	float: left;
	margin: 0;
}
div#changeTransportType,
div#changeTransportTypeDay {
	font-size: 30px;
	text-align: center;
}
div#changeTransportType i,
div#changeTransportTypeDay i {
	margin : 0 4px;
	color: #DDD;
	cursor: pointer;
}
div#changeTransportType i.active,
div#changeTransportTypeDay i.active {
	color: #000;
}

#printArea {
	position: relative;
	top: 60px;
	margin-bottom: 30px;
}

#printArea .ps-time-container .ps-distance,
#printArea .ps-time-container .ps-time {
	float: left;
	margin: 0 30px;
	display: block;
	cursor: default;
}

#printArea .ps-time-weather {
	padding-left: 90px;
}

#printArea .trip_description .ps-object-detail-header-trip {
	display: none;
}

#printArea .trip_description,
#printArea .ps-object-detail-header-trip {
	width: 620px;
	margin: auto;
}

#printArea .ps-object-detail-header-trip:hover {
	background-color: #0093D0;
}

#printArea .ps-trip-day-settings {
	display: none;
}

#printArea .ps-time-weather-container {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

}

#printArea  .ps-objects-list {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	box-shadow: none;
}


