/*!
 * Style ogólne
 */
html, body {
    height: 100%;
    font-family: "museo-sans",sans-serif;
    font-style: normal;
    font-weight: 300;
    background: url(../img/page.jpg) top center no-repeat;
}
.page-header {
    color: #9C9C9C;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: normal;
}
.container-main {
    background: #fff;
}
.navbar-ganador .navbar-brand {
    padding-top: 0;
    padding-left: 0;
}
.navbar-ganador {
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    min-height: 86px;
}
.navbar.navbar-ganador {
    margin-bottom: 0;
}
.navbar-ganador .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 86px;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-ganador .navbar-nav>li>a {
    color: #4F4F4F;
}
.navbar-ganador .navbar-nav>li>a:hover {
    background: #E87917;
    color: #fff;
}
.navbar-ganador .navbar-nav>.open>a, .navbar-ganador .navbar-nav>.open>a:hover, .navbar-ganador .navbar-nav>.open>a:focus {
    background: #E87917;
    color: #fff;
}
.navbar-ganador .navbar-nav>li>a.active {
    color: #fff;
    background: #7DB12F;
}
.navbar-ganador .dropdown-menu {
    background-color: #E87917;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
}
.navbar-ganador .dropdown-menu>li>a {
    color: #fff;
}
.navbar-ganador .dropdown-menu>li>a:hover {
    color: #fff;
    background: #7DB12F;
}
#panel {
    background: #E87917;
}
#panel a {
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
}
#panel a:hover {
    background: #fff;
    color: #E87917;
    text-decoration: none;
}
.off {
    background: #444;
    opacity: .1;
}
#btn-filter .btn-default:active {
    background-color: #ffffff;
}
#loaderLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
}

/*!
 * Grafik zajęć tabela
 */
#schedule th {
    text-align: center;
    padding: 5px;
}
#schedule td.schedule-hour {
    padding: 5px;
    background: none;
    background: #ccc;
}
#schedule td {
    background: #eee;
    border: 2px solid #fff;
}
#schedule td > div {
    border-bottom: 2px solid #fff;
}
#schedule td a {
    display: block;
    height: 100%;
    color: #fff;
    margin: -5px;
    padding: 5px;
}
#schedule td a:hover {
    text-decoration: none;
    opacity: 0.9;
}
#schedule td div strong {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}
#schedule td div:last-child {
    border: 0;
}
#schedule .day-highlight {
    background: #f8efc0;
}
.list-table-event {
    cursor: pointer !important;
}
.list-entry {
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    min-height: 110px;
    background: green;
}
.list-table-event:hover {
    opacity: 0.8;
}
.list-entry-header {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    height: 34px;
}
.list-entry-time {
    font-size: 12px;
    line-height: 13px;
}
.list-entry-info {
    font-size: 12px;
    line-height: 13px;
}
.list-entry-instructor {
    font-size: 12px;
    line-height: 13px;
}
.list-entry-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    background: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 10px;
    padding: 2px 0px;
}

/*!
 * Grafik zajęć tabela widok listy
 */
#timetable-1 {
    color: #000;
}
#timetable-1 .day-header {
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
}
#timetable-1 strong {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}
#timetable-1 ul {
    display: block;
    margin: 15px 0;
    padding: 0;
}
#timetable-1 li {
    display: block;
    font-size: 16px;
    margin-bottom: 1px;
    color: #fff;
    padding: 0;
}
#timetable-1 li div {

}
#timetable-1 .list-hour {
    background: #ccc;
    color: #000;
    border-right: 1px solid #fff;
    overflow: hidden;
    line-height: 32px;
    float: left;
    padding: 5px;
    width: 110px;
}
#timetable-1 .list-name {
    text-transform: uppercase;
    float: left;
    padding: 5px;
    line-height: 30px;
}
#timetable-1 .list-info {
    float: left;
    padding: 5px;
    line-height: 30px;
}
#timetable-1 .list-list-event {
    cursor: pointer;
}
#timetable-1 a.buy {
    float: right;
    color: #000;
    display: inline-block;
    width: 100px;
    height: 30px;
    background: darkred;
    color: #fff;
    margin-top: 3px;
    border: 0;
    text-align: center;
}
#timetable-1 a.buy:hover {
    background: red;
}
#timetable-1 .list-booking #page-modal {
    width: 100%;
    height: auto;
    font-size: 12px;
    background: #eee;
}
#timetable-1 .list-booking #page-modal strong {
    display: inline-block;
    font-size: 14px;
}
#timetable-1 .list-booking #page-modal .blu {
    width: 50% !important;
}
#timetable-1 .list-booking #page-modal .success {
    margin-bottom: 0 !important;
}
#timetable-1 .list-entry {
    min-height: 40px;
}

/*!
 * Grafik zajęć pionowy
 */
#i-table {
    width: 100%;
    position: relative;
}
#i-table-row {
    border-bottom: 1px solid #fff;
}
#i-table-row div {
    height: 50px;
    float: left;
}
#i-table-row .i-table-event-caption {
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
#i-table-col1 {
    /*width: 50px;*/
    float: left;
    position: relative;
    padding: 0;
}
.i-table-hour-line {
    position: absolute;
    left: 0;
    height: 0;
    border-bottom: 1px dotted #fff;
    width: 100%;
    z-index: 3;
    opacity: 0.5;
}
#i-table-col1 div {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
#i-table-col1 div.i-table-hour {
    background: #bdbdbd;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #fff;
}
#i-table-col1 div.i-table-hour.t25 {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
}
#i-table-col1 div.i-table-hour.t50 {
    height: 29px;
    line-height: 29px;
}
#i-table-col1 div.i-table-hour.t100 {
    height: 60px;
    line-height: 60px;
}
#i-table-col2 {
    /*width: 930px;*/
    float: left;
    background: #eee;
    padding: 0;
}
.i-table-events {
    float: left;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.i-table-event-body {
    background: #E87917;
    width: 100%;
    position: absolute;
    left: 0;
}
.i-table-event {
    background: #7DB12F;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 1;
}
.i-table-event span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    width: 120px;
    text-align: center;
    margin-left: -60px;
    margin-top: -13px;
}
.i-table-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    z-index: 2;
}
.i-table-event:hover {
    opacity: .9;
}
.i-table-responsive {
    border: 0;
}
.i-table-container {
    position: relative;
}
.i-table-hours {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    z-index: 50;
    background: #fff;
    padding-top: 51px;
}
.i-table-hours div.i-table-hour {
    color: #333;
    background: #bdbdbd;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.i-table-hours div.i-table-hour.t25 {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
}
.i-table-hours div.i-table-hour.t50 {
    height: 29px;
    line-height: 29px;
}
.i-table-hours div.i-table-hour.t100 {
    height: 60px;
    line-height: 60px;
}

/*!
 * Grafik zajęć poziomy
 */
#i-table-h {
    width: 1000px;
    position: relative;
}
#i-table-h-col-1 {
    float: left;
    border-bottom: 1px solid #fff;
}
#i-table-h-col-2 {
    float: left;
    width: auto;
}

.i-table-h-event-caption {
    width: 242px;
    height: 44px;
    line-height: 44px;
    background: #bdbdbd;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.i-table-h-hour-line {
    float: left;
    background: #bdbdbd;
    border: 1px solid #fff;
    margin-top: 1px;
    font-size: 13px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.i-table-h-hour-line.caption {
    width: 242px;
}

.i-table-h-event-body {
    background: #eee;
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #fff;
}
.i-table-h-event-body.green {
    background: #7DB12F;
    cursor: pointer;
}
.i-table-h-event-body.green:hover {
    opacity: .9;
}
.i-table-h-event-body.red {
    background: #E87917;
}
.i-table-h-event {
    background: #5cb85c;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 1;
}
.i-table-h-event span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    width: 120px;
    text-align: center;
    margin-left: -60px;
    margin-top: -13px;
}
.i-table-h-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    z-index: 2;
}
.i-table-h-event:hover {
    opacity: .9;
}

/*!
 * Cennik
 */
.table-pricelist-c {
    margin-bottom: 0;
}
.table-pricelist-c th, .table-pricelist-c td {
    height: 80px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle !important;
    overflow: hidden;
}
.table-pricelist-c th {
    background: #ddd;
    border-right: 1px solid #fff;
}
.table-pricelist-c tr th:last-child,
.table-pricelist-c tr td:last-child {
    border-right: 0;
}
.table-pricelist-c td {
    border-right: 1px solid #ddd;
}

@media (max-width: 768px) {
.i-table-responsive {
    border: 0;
    padding-left: 60px;
}
    #i-table {
        width: 300%;
    }
}


