﻿.container1 {
  margin: 0 auto;
  width: 100%;
}

.table-container {
  margin-bottom: 100px;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  padding-bottom: 1500px;
}

.StickyTableHeader {
  background: #fff;
}
 .p1 {
font-size:16px;
    text-decoration: none
}
 .p1:hover {
font-size:16px;
  background: #c3e3fc;
  _color:#f1f1f1;

text-decoration: none
}
 td:hover {
    background-color: #c3e3fc;
    _color:#f1f1f1;
}
/*.StickyTableHeader.is-scrolling {
  box-shadow: 0 13px 24px -2px #000;
  
}*/
.StickyTableHeader.is-scrolling {
  box-shadow: 0 3px 4px -2px #777;
  border: 0px solid #69899F;
     text-transform:uppercase;
   _padding:35px;
    color:#fff;
    text-shadow:1px 1px 1px #49c1f7;
    border-bottom:3px solid #fafafa;
    background-color:#49c1f7;
  /*  background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 3%,
        rgb(139,198,66) 52%,
        rgb(158,217,41) 88%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px  
    */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

table {
  width: 100%;
  border: 1px solid #bbb;
  border-collapse: collapse;
}

td, th {
  padding: 10px;
  border: 1px solid #bbb;
  border-collapse: collapse;
}

/* --- timetable --- */
.timetable
{
	width: 100%;
	margin-top: 30px;
	border-collapse: separate;
	border-spacing: 2px;
}
.timetable th,
.timetable tbody td
{
	font-size: 18px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
vertical-align: middle;
}
.timetable tbody td
{
	background-color: #3156A3;
	color: #FFF;
	line-height: 1.4286;
font-size: 16px;
font-weight:bold

}
.timetable td:first-child
{
		background-color: #666!important;
	color: #fff!important;

font-size: 16px;
font-weight:bold
}
.timetable td:first-child:hover{
	background-color: #F1F1f1;
}

.timetable th,
.timetable td 
{
	text-align: center;
	vertical-align: middle;
	padding: 15px;

}
.timetable th
{
	width: 12.5%;
	padding: 22px 15px 24px;
}
.timetable .event-container
{
	padding: 12px 15px;
}
.timetable td
{
	width: 12.5%;
	vertical-align: top;
	height: 60px;
	padding: 0;
	/*height: 100px;*/
}
.timetable .last
{
	padding: 28px 0 0;
}
.timetable .hours
{
	color: rgba(255, 255, 255, 0.7);
	margin: 15px 0;
}
table.timetable td.event
{
	background-color: #3156A3;
	color: #FFF;
	line-height: 1.4286;
}
.timetable .event a
{
	display: block;
	color: #FFF;
	font-weight: bold;
}
.timetable thead th,
.timetable tr:nth-child(2n)
{
	background: #F0F0F0;
}
.timetable tr:nth-child(2n+1),
.timetable tr.tip-row
{
	background: transparent;
}
.timetable tbody td:hover{
	background-color: #42B3E5;
}
.timetable .event.tooltip:hover .hours,
.timetable .event .event-container.tooltip:hover .hours
{
	color: #FFF;
}
.timetable.small
{
	display: none;
	font-size: 13px;
}
 
