/*!
 * Style ogólne
 */
html, body {
    height: 100%;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background: #000;
    color: #fff;
}
a {
    color: #88bbc8;
}
.container-main {
    padding: 60px 0;
    padding-top: 0;
}
.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;
}
.navbar-brand img {
    margin-top: -50px
}
#slider {
    height: 270px;
    background: gray;
}
.navbar-bc {
    margin-bottom: 0;
    /*margin-top: 40px;*/
    border: 0;
}
.navbar-bc .navbar-nav a {
    font-size: 18px;
    font-family: 'Gruppo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 600;
}
.navbar-bc .nav>li>a:hover, .navbar-bc .nav>li>a:focus {
    text-decoration: none;
    background-color: #000;
} 
.navbar-bc .dropdown-menu {
    /*background: rgba(0, 0, 0, 0.6);*/
    border-radius: 0;
}
.navbar-bc .dropdown-menu>li>a, #login_form a {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.navbar-bc .dropdown-menu>li>a:hover, .navbar-bc .dropdown-menu>li>a:focus {
    color: #88bbc8;
    text-decoration: none;
    background: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: #fff;
    text-decoration: none;
    background: none;
}
.page-header {
    font-family: 'Josefin Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.4);
}
hr {
    border-color: rgba(255, 255, 255, 0.4);
}
.list-group-item {
    color: #000;
}
input, button, textarea {
    border-radius: 2px !important;
}
.btn-default {
    color: #fff;
    background-color: #c05f5f;
    border-color: #c05f5f;
}
.btn-default:hover {
    color: #fff;
    background-color: #88bbc8;
    border-color: #88bbc8;
}


/*!
 * Grafik zajęć tabela
 */
#schedule th {
    text-align: center;
    padding: 5px;
}
#schedule td.schedule-hour {
    padding: 5px;
    background: none;
    background: #555;
}
#schedule td {
    background: #222;
    border: 2px solid #000;
}
#schedule td > div {
    border-bottom: 2px solid #000;
}
#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 .list-entry {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;  
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#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;
    overflow: hidden;
    position: relative;
    padding-left: 110px;
}
#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;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
#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: #d9534f;
    width: 100%;
    position: absolute;
    left: 0;
}
.i-table-event {
    background: #5cb85c;
    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;
}

/*!
 * Grafik zajęć poziomy
 */
#i-table-h {
    width: 100%;
    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: #5cb85c;
    cursor: pointer;
}
.i-table-h-event-body.green:hover {
    opacity: .9;
}
.i-table-h-event-body.red {
    background: #d9534f;
}
.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;
}
.popover {
	color: #000 !important;
}

@media (max-width: 768px) {
	.navbar-toggle .icon-bar {
		background: #fff;	
	}
	#timetable-1 {
		color: #fff;	
	}
	#timetable-1 .day-header {
		color: #fff;	
	}
	.navbar-nav .open .dropdown-menu>li>a {
    	color: #fff;
	}
}