@charset "UTF-8";

/******************************************************************************/
/*  PANELE ********************************************************************/
/******************************************************************************/

table.sekcja-paneli
{ 
    width: 100%;
    table-layout: fixed;
}

.panel > div
{ 
    position: relative;
    margin: 0px;
}

/******************************************************************************/
/* KOMPONENTY *****************************************************************/
/******************************************************************************/
.component
{
    background: #fff;    
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #3FB3DA;
    padding: 0px 28px;
	position: relative;
}

.switcher
{
    position: relative; 
    display: block;
}

.switcher > div[id]
{
    width: 100%;
}

/******************************************************************************/
/* ZAJAWKI ********************************************************************/
/******************************************************************************/

/* ================================ */
/* domyslne wyswietlanie            */
/* ================================ */
.box[dir="ltr"]
{ 
    direction: ltr;
    visibility: hidden; /* to jest po to, zeby nie skakalo */
} 

.box[dir="ltr"] > .box-left[dir="ltr"],
.box[dir="ltr"] > .box-right[dir="ltr"]
{ 
    display: table-cell;
    float: none;
    clear: none;
    vertical-align: top;
}

.box[dir="ltr"] > .box-left[dir="ltr"]
{ text-align: center; }

.box[dir="ltr"] > .box-left[dir="ltr"] > a 
{ display: inline-block; }

.box[dir="ltr"] > .box-left[dir="ltr"] + .box-right[dir="ltr"]
{ 
    padding-left: 15px; 
    vertical-align: top;
}

.box[dir="ltr"] .title > a 
{
    padding: 0px 0px 10px 0px;
    color: #3FB3DA;
    font-weight: bold;
    font-size: 14px;
    font-family: Raleway bold;
    display: inline-block;
}

.box[dir="ltr"] .title > a:hover,
.box-right .tresc a:hover{
    text-decoration: none;
    color: #F22C2B;
}

.box[dir="ltr"] .title > a.informator
{ padding: 0px 0px 10px 25px;}

/* ================================ */
/*  in-row                          */
/* ================================ */
.box[dir="ltr"].in-row
{ 
    display: table;
    width: 100%;
    visibility: visible;
}

.box[dir="ltr"].in-row > .box-left[dir="ltr"],
.box[dir="ltr"].in-row > .box-right[dir="ltr"]
{ 
    display: table-cell;
    float: none;
    clear: none;
    vertical-align: top;
}

.box[dir="ltr"].in-row > .box-left[dir="ltr"] + .box-right[dir="ltr"]
{ 
    padding-left: 15px; 
    vertical-align: top;
}

/* ================================ */
/*  in-flow                         */
/* ================================ */
.box[dir="ltr"].in-flow
{ 
    display: block;
    width: 100%;
    visibility: visible;
}

.box[dir="ltr"].in-flow > .box-left[dir="ltr"]
{ 
    display: block;
    float: left;
    clear: left;
    margin-right: 15px;
}

.box[dir="ltr"].in-flow > .box-left[dir="ltr"] + .box-right[dir="ltr"]
{ 
    padding-left: 0;
    display: inline;
}

.box[dir="ltr"].in-flow > .box-left[dir="ltr"] + .box-right[dir="ltr"] .title,
.box[dir="ltr"].in-flow > .box-left[dir="ltr"] + .box-right[dir="ltr"] .title a
{ display: inline; }

.box[dir="ltr"].in-flow + .zaj_cl,
.box[dir="ltr"].in-flow + .cl + .zaj_cl
{ border: none; }

/* ================================ */
/*  in-column                       */
/* ================================ */
.box[dir="ltr"].in-column 
{ 
    display: block; 
    visibility: visible; 
}

.box[dir="ltr"].in-column > .box-left[dir="ltr"],
.box[dir="ltr"].in-column > .box-right[dir="ltr"]
{
    width: 100% !important;
    padding: 0;
    border-width: 0;
    margin: 0;
    float: left;
    clear: both;
    display: block;
}

.box[dir="ltr"].in-column .box-left[dir="ltr"] 
{ 
    margin-bottom: 15px; 
    overflow: hidden;
}

.box[dir="ltr"].in-column > .box-left[dir="ltr"] + .box-right[dir="ltr"]
{ padding-left: 0; }

/* ================================ */
/*  modyfikacje                     */
/* ================================ */

.even_zaj,
.odd_zaj
{ width: 49% !important; }

.even_zaj 
{ float: left; clear: left; }

.odd_zaj 
{ float: right; clear: right; }

.filler
{
    width: 49%;
    float: right;
    clear: right;
    min-height: 225px;
    display: table-cell;
    background: url('../../images/portal/filler.jpg') no-repeat top center;
}

/******************************************************************************/
/*  TRESCI  *******************************************************************/
/******************************************************************************/

.article
{
    background: #fff;
    padding: 20px 28px 10px 28px;
    margin: 0px 0px 20px 0px;
	border-top: 1px solid #3FB3DA;
}

.article > .title
{
    font-size: 22px;
    font-weight: bold;
    color: #0099CD;
    font-family: Raleway bold;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
}

.article > .tresc a 
{ display: inline; }

.article > .tresc ul, 
.article > .tresc ol 
{ list-style-position: inside; }

/******************************************************************************/
/*  POLA BANEROWE  ************************************************************/
/******************************************************************************/
.miejsce-banerowe
{ text-align: justify; }

.miejsce-banerowe > .pole-banerowe
{ display: inline-block; }

.miejsce-banerowe > .cl
{
    width: 100%;
    display: inline-block;
}

.pole-banerowe
{ 
    margin-bottom: 15px;
    text-align: center;
}

.pole-banerowe a
{ display: block; }

.pole-banerowe img
{
    max-width: 100%;
    display: inline-block;
}

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

ul.dynamic-pager
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.carousel-pagination
{
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    list-style-type: none;
    text-align: center;
}

ul.carousel-pagination > li
{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

ul.carousel-pagination > li.carousel-pagination-active
{
    color: #982A41;
    cursor: default;
}

ul.carousel-pagination > li.first
{ height: 15px; margin-top: 5px; background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px 0px; }

ul.carousel-pagination > li.first:hover
{ background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -30px; }

ul.carousel-pagination > li.prev
{ height: 15px; margin-top: 5px; background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -60px; }

ul.carousel-pagination > li.prev:hover
{ background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -90px; }

ul.carousel-pagination > li.next
{ height: 15px; margin-top: 5px; background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -75px; }

ul.carousel-pagination > li.next:hover
{ background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -105px; }

ul.carousel-pagination > li.last
{ height: 15px; margin-top: 5px; background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -15px; }

ul.carousel-pagination > li.last:hover
{ background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -45px; }

ul.dynamic-pager + .next
{
    position: absolute;
    top: -38px;
    right: 0px;
    width: 22px;
    height: 22px;
    background: url('../../images/portal/calendar.gif') no-repeat 0 -29px;
    cursor: pointer;
}

ul.dynamic-pager + .next:hover
{ background-position: 0 -87px; }

ul.dynamic-pager + .next + .prev
{
    position: absolute;
    top: -38px;
    right: 25px;
    width: 22px;
    height: 22px;
    background: url('../../images/portal/calendar.gif') no-repeat 0 0;
    cursor: pointer;
}

ul.dynamic-pager + .next + .prev:hover
{ background-position: 0 -58px; }

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

.box-iobiekt {display: block;}

.box-iobiekt div.obiekt_typ, 
.box-iobiekt div.obiekt_dane {display:table-cell;padding: 0px 10px 0px 0px;}

.box-iobiekt div.obiekt_typ {padding: 0px 10px 0px 0px;}

.kalendarzyk 
{
    width: 100%;
    margin: 5px 0 15px 0;
	position:relative;
    clear: both;
}

.kalendarzyk > div.header_days
{ 
    width: 100%;
    height: 100%;
    display: table; 
    table-layout: fixed;
    background: #f2f2f2;
    border-radius: 5px;
}

.kalendarzyk  div.days
{ 
    width: 100%;
    height: 100%;
    display: table; 
    table-layout: fixed;
}

.kalendarzyk > div.header_days > div,
.kalendarzyk  div.week > div
{
    display: table-cell;
    padding: 5px;
    cursor: default;
}

.kalendarzyk  div.week > div.rezerwacja
{ background-color: yellow; }

.kalendarzyk  div.week > div.zajete
{ background-color: red; }

.kalendarzyk  div.week > div.wylaczone
{ background-color: lightgray; color: #606060;}

.kalendarzyk  div.week > div.chosen
{ background-color: lightgreen; }

.kalendarzyk-box {
	overflow:hidden;
}

.kalendarzyk-button {
	margin:10px 10px 10px 0;
	width:20px;
	height:20px;
	float:left;
	color:#fff;
	text-align:center;
	background:blue;
	border-radius:10px;
	cursor:pointer;
}
.kalendarzyk-button:hover {
	background:red;
}
.kalendarzyk-days-container {
	height:30px;
	position:relative;
}
.kalendarzyk-days-container  .week {
	float:left;
	overflow:hidden;
}
.kalendarzyk-miesiac {
	margin-top: 13px;
	text-align: right;
}
.kalendarzyk-miesiac .separator {
	margin:0 10px;
	color:#ccc;
}
.kalendarzyk-loader{
	top:0;
	display:none;
}
.kalendarzyk-loader .bgd{
	background:#fff;
	opacity:0.8;
}
.kalendarzyk-loader .image{
	/* obrazek laodera */
}
.kalendarzyk-minimize {
	padding:20px;
	margin-left:-150px;
	position:absolute;
	cursor:pointer;
	background:#ccc;
}

#wynajem-rezerwacja-bg
{ 
    background: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

#wynajem-rezerwacja-form
{ 
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 600px;
    height: 500px;
    padding: 20px 10px 10px 10px;
    margin: -280px -320px;
    z-index: 1000;
    overflow: auto;
}

.kalendarzyk-loader > .image
{ background: url('../../images/wait.gif') no-repeat center center; }

