.fright {
	float:right;
}
.tile-grid {
	text-align:left;
	font-size:14px;
	color:#737373;
}

.tile-por-title {
}

.tile-title, .tile a {
	color: #2a6096;
	text-decoration:none;
}
.tile-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size:1.05em;
	padding-left:28px;
	background-repeat:no-repeat;
	line-height:24px;
}

.tile-title.lek {
	background-image:url(icons/md.png);
}
.tile-title.gab {
	background-image:url(icons/gabinet.png);
}
.tile-title.att {
	background-image:url(icons/attachment13.png);
}
.tile-por-adr {
	font-size:.9em;
}

.tile-grid .vis-list {
	display:table;
	padding:0px;
}

.tile-grid .vis-link {
	white-space:nowrap;
}
.tile-grid .vis-list li {
	list-style:none;
	font-size:14px;
	display:table-row;
}

.tile-grid .right-title {
	margin-top: 0;
	margin-bottom: 5px;
}

.tile-grid .tile {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0 0 10px;
	padding: 10px;
	overflow: hidden;
}

.tile-grid .tile.last-visited {
	border-color: #fcefa1;
	background-color: #fbf9ee;
}


.tile-body {
    display: flex;
    flex-direction: initial;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}


.tile-right {
	width: 530px;
	margin-right: 5px;
}
.tile-left {
	float: left;
	width: 400px;
}

.layout-res-low .tile {
	width:90%;
}

.layout-res-mid .tile {
	width:95%;
}


.vis-date, .vis-time, .vis-type {
	background-image: url(./images/icons-468dcc.png);
	background-repeat:no-repeat;
	color: #737373;
	padding: 0 5px 0 32px;
	text-align: center;
	line-height: 34px;
	white-space:nowrap;
	display:table-cell;
	text-align:left;
}

.vis-list .vis-link {
	padding-left:5px;
}

.tile-right .vis-date {
	max-width: 200px;
	overflow: hidden;
}

.tile-right .vis-type {
	max-width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vis-type {
	background-position:4px -200px;
	padding: 0 5px 0 42px;
}

.vis-time {
	background-position: 4px -34px;
}

.vis-type.vis-nfz-0 {
	background-position: 4px -68px;
}
.vis-type.vis-nfz-1 {
	background-position: 4px -102px;
}
.vert .vis-type.vis-nfz-1 {
	background-position: 2px -105px;
}
.vert .vis-date, .vert .vis-time, .vert .vis-type {
	line-height:30px;
	padding: 0 5px 0 40px;
}

.vert .vis-date {
	font-weight:bold;
	background-position-x:4px;
}

.tile .vis-button {
	width:55px;
}

.vis-button {
	display:inline-block;
	position:relative;
	border-radius: 4px;
	margin:1px;
	padding:.4em .5em;
	text-decoration:none;
	text-align:center;
	font-family: Tahoma, Arial, sans-serif !important;
	border: 1px solid #000;
}

.tile .vis-link, .tile .vis-button {
	font-size:11px;
}

.vis-link {
	text-decoration:none;
	font-family: Tahoma, Arial, sans-serif !important;
	font-size:11px;
}

/* rezerwacja */
.tile.rez, .rez-details textarea:not(.pjjd-styles *) {
	width:500px;
}
.tile-wiz {
	width:520px;
	max-width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
.li-desc {
	padding-right:10px;
}
.li-val {
	font-weight:bold;
}
.vis-button {
	background: #e7f4f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7f4f9 0%, #cfeaf3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7f4f9), color-stop(100%,#cfeaf3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7f4f9 0%,#cfeaf3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7f4f9 0%,#cfeaf3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7f4f9 0%,#cfeaf3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7f4f9 0%,#cfeaf3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f4f9', endColorstr='#cfeaf3',GradientType=0 ); /* IE6-9 */

	border-color: #7fc0d4;
	color: #3e5675;
}

a.vis-button:hover {
	background: rgb(231,244,249); /* Old browsers */
	background: -moz-linear-gradient(top,  #e7f4f9 0%, #88d9f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7f4f9), color-stop(100%,#88d9f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7f4f9 0%,#88d9f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7f4f9 0%,#88d9f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7f4f9 0%,#88d9f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7f4f9 0%,#88d9f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f4f9', endColorstr='#88d9f3',GradientType=0 ); /* IE6-9 */

	text-decoration:none; color:black;
}

.tile-footer {
	position:relative;
}
.map {
	width:100%;
	height:400px;
	background-color:white;
	border:1px solid #666;
	position:relative;
}
.iframe-map {
	width: 100%;
	height: 100%;
}

.map-link {
	position:absolute;
	top:-20px;
}

.icon_paymaster_nfz {
	background-image: url(./images/icons-468dcc.png) ;
	height: 35px;
    width: 34px;
    background-position: 0px -102px;
    margin-left: 8px;
}

.icon_paymaster_priv {
	background-image: url(./images/icons-468dcc.png);
	height: 35px;
    width: 35px;
    background-position: 3px -68px;
	margin-left: 8px;
}

