@charset "UTF-8";
div.calendar_box {
    clear: both;
    padding: 7px;
    border: 1px solid #d0d0d0;
    margin-bottom: 7px;
}
div.header_navigator {
    padding: 0px 0px 0px 0px;
    font-size: 100%;
    display: table;
    text-align: center;
    width: 100%;
}

div.header_navigator div {display: table-cell;}

div.header_navigator .calendar_header {
    font-family: Tahoma,Helvetica,Verdana,Arial,sans-serif;
}
div.header_navigator .calendar_header span a{
    cursor: pointer;
    display: block;
    font-weight:bold;
    padding: 9px 0px 0px 0px;
    color: #6A4326;
    font-size: 100%;
    letter-spacing: 0.3px;
}
div.header_navigator .calendar_header span a:hover {
    color: #ED1C24
}

.header_navigator .prev, 
.header_navigator .next {
    width: 24px;
    height: 20px;
    font-size: 100%;
    font-family: 'FontAwesome', Helvetica;
    font-size: 200%;
    cursor: pointer;
    color: #982A41;
    vertical-align: middle;
}
.header_navigator .prev:before {
    padding: 0px 8px;
    content: "\f104";
}
.header_navigator .prev:hover:before {
    background-color: #982A41;
    color: #FFF;
}
.header_navigator .next:before {
    padding: 0px 8px;
    content: "\f105";
}
.header_navigator .next:hover:before {
    background-color: #982A41;
    color: #FFF;
}

/* kalendarzyk */
table.icalendar {
    table-layout: fixed;
    clear: both;
    cursor: default;
    font-family: Tahoma,Helvetica,Verdana,Arial, sans-serif;
    font-size: 100%;
    width: 100%;
    border-collapse: collapse;
    empty-cells: hide;
}
th.calendarHeader {
    font-weight: bold;
    color: #6A4326;
    width: 100%;
}
th.calendarHeader .sobota, th.calendarHeader .niedziela, tr.week td.weekend a {
    color: #ab151a;
}

tr.week {
    text-align: center;
}
tr.week.actual {
    text-align: center;
}

tr.week.actual td {
    background-color: #ececec;
}

tr.header_days td, tr.week td {
    border-left: 10px solid white;
    width: 47px;
    border-right: 11px solid white;
}
tr.week td a {
    padding: 3px 4px;
    display: block;
    border: 1px solid transparent; color: #000100;
}
tr.week td.today a,
tr.week td a:hover
{
    padding: 3px 4px;
    background-color: #ab151a;
    display: block;
    border: 1px solid #ab151a;
    color: white;
}
tr.week td a:hover, tr.week td a.select {
    /*background-color: #e31e25;
    border: 1px solid #e31e25;
    color: white;*/
}
tr.week span a {
    font-weight:bold;
    display: block;
}
tr.week span a:hover {
    color: white;
}

table.impreza_form {
    width: 100%;
    text-align: left;
    padding:0px 0px 0px 0px;
}

table.impreza_form td { padding: 6px 6px 6px 6px; }

table.impreza_form th { padding: 0px 0px 0px 0px }

table.impreza_form input[type="text"] { width: 100%; }
table.impreza_form select {
    width: 55px;
    margin: 0px 8px 0px 8px;
}

div.miejsce img {float: left;}
div.miejsce-adres{float: right; text-align: left; width: 335px;}

.impreza_lst
{
    margin: 0 0 15px 0;
}

h3 {
    margin: 21px 0px;
    font-size: 150%;
    font-weight: bold;
}
