/*!
 * Style ogólne
 */
html, body {
    height: 100%;
    background: #eeeeee !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans';
}
p {
    line-height: 24px;
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 14px;
}
a, a:focus{
    outline:none;
}
h1 { font-size: 45px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 28px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }
h2 { font-weight: 300; }

.csm-next {
	display: inline-block;
	width: 183px;
	height: 30px;
	background: url(../img/nas_tydzien.png);
	
}
.csm-prev {
	display: inline-block;
	width: 183px;
	height: 30px;
	background: url(../img/pop_tydzien.png);
	margin-right: 15px !important;
}
.csm-prev:hover, .csm-next:hover {
	background-position: 0 -30px;
}

/* Header Style
================================================== */
#top{
    min-height:110px;	
}
.navbar {
    background: #444444;
    height: 110px;
    border: 0;
}
.navbar img.logo {
    padding-top: 0;
}
.navbar ul.nav li {
    margin: 15px 5px;
}
.navbar ul.nav li a {
    background: #6D6E71 !important;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    padding: 5px 20px;
    border: 2px solid #6D6E71;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar ul.nav li a:hover, .navbar ul.nav li a:focus, .navbar-default .navbar-nav > .active > a{
    border: 2px solid #1abc9c !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar .dropdown ul.dropdown-menu li a:hover, .navbar  .dropdown ul.dropdown-men li a:focus{
    border: 2px solid #34495e !important;
}
.navbar .navbar-toggle {
    margin-top: 10px;
}
.navbar .navbar-collapse {
    border-color: #1abc9c;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}
.navbar-header{
    margin:29px 0px;
}
.navbar-brand{
    padding:0px;
}
.navbar-nav{
    padding:23px 0px;
}
.dropdown .dropdown-menu, .dropdown .dropdown-menu li a:hover, .nav .dropdown a, .nav .dropdown a:hover, .nav .dropdown .open a:focus{
    background:#34495e !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    color: #1abc9c !important;
}

.container-main {
    padding: 30px 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;
}

/*!
 * Grafik zajęć tabela
 */
.list-entry-busy {
    /*background: #fff;*/
}
.list-entry-color {
    background: #F58220;
}
.list-entry-inactive {
    //background: #e2e3e5 !important;
    opacity: 0.2;
}
#schedule {
    background: #727377;
    color: #fff;
    border: 5px solid #fff;
}
#schedule tbody tr:nth-child(odd) {
    background: #636468;
}
#schedule tbody tr td:nth-child(odd) {
    background: rgba(0, 0, 0, 0.2);
}
#schedule th {
    text-align: center;
    padding: 5px;
    font-weight: normal;
}
#schedule th small {
	font-weight: bold;
}
#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;*/
    /*background:none!important;*/
}
#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;
}