.bod {
        font-family: Verdana, Arial, sans-serif;
	background-color: #fafafa;
	width:100%;
	padding:0px;
	margin:0px;
        color: #5a5a5a;

}
.firstColor{
background-color: #000000;
color: #eee;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.button {
    padding: 1px 6px;
    border: 1px outset silver;
    border-radius: 3px;
    color: blue;
    background-color: buttonface;
    text-decoration: none;
}
.secondColor{
background-color: #FFFFFF;
color: #2660a4;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a.button {
    padding: 1px 6px;
    border: 1px outset silver;
    border-radius: 3px;
    color: blue;
    background-color: buttonface;
    text-decoration: none;
}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
div {
	border-radius: 6px;
}

.print {
	position:absolute;
	top:40px;
	width:100%;
	z-index:10;
	padding:0px 0px 0px 0px;
}
.footer {
        padding:4px;
        z-index: 1000;
	position: fixed;
	bottom: 1px;
	right: 5px;
	vertical-align: bottom;
	text-align: right;
        
}
@media only screen and (min-width: 300px){
    .footer{
        position: relative;
        width:180px;
        padding:14px 4px;
          }
}
@media only screen and (min-width: 1200px){
    .footer{
        padding:4px;
        position: fixed;
    }
}
.content{
	margin-left:220px;
	margin-right:20px;

}
.border {
	margin:20px;
	border-radius:8px;
	border:2px maroon outset;
}
.border td {
    border:2px maroon outset;
}
#wall {
	background-image:url('../images/wood.jpg');
	color:yellow;
	font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size:32px;
	min-height:400px;
	width:50%;
	padding:40px;
}
.full {
	width:99%;
	border:1px maroon outset;
}

.right {
	float:right;
	width:40%;
	padding:6px;
	border:1px maroon outset;
}
.left {
	float:left;
	width:54%;
	padding:6px;
	border:1px navy outset;
}
.preview {
	margin: 10px 20px 10px 20px;
	float: left;
	height:380px;
        text-align: center;
}
.preview img {
	margin:10px;
}
.preview img:hover {
	width:220px;
	margin:0px;

}
h1,h2,h3 {
	color:#2660a4;
}
h4, h5, h6, ul {
    color:#f19953;
}
li {
    color:#5a5a5a;
}
.error {
	font-family: "Courier New", Courier, monospace;
	color: #f19953;
}
.i_error {
    border:1px solid red;
}
.reg {
    background-color:yellow; color:black;
}
.good { background-color:green;
color:white;
}
.icon {
	position:absolute;
        top:-20px;
     	width:60%;
	    right:100px;
        z-index:2000;
	
}
.icon_holder {
	float:right;
	padding-left:20px;
}
.icon_holder img {
	border-radius:8px;
}
.mytable {
	border: thin;
	background-color: #fefefe;
	color: black;
	margin:20px;
}
.mytable td {
	padding:1px 4px;
}
.mytable td:nth-child(1)    { background-color:#eee; }
.mytable td:nth-child(2)    { background-color:#ffffff; color: #2e0c4a; }
.mytable td:nth-child(3)    { background-color:#eee; color: #2e0c4a; }
.mytable td:nth-child(4)    { background-color:#eee; }
.mytable td:nth-child(5)   { background-color:#ffffcc; color: #2e0c4a; }
.mytable td:nth-child(7)    { background-color:#eee; }
.mytable td:nth-child(8)    { background-color:#ffffcc; color: #2e0c4a; }

.veh td:nth-child(odd){
    text-align: right;
}
.terminals {
    float:right;
    margin: 20px 0px;
}
.terminals td{
    padding:0px 8px;
}
.sp_day{
    font-size: 7px;
    font-weight: 500;
    color: black;
    background-color:#FFFF99;
}
.sp_night{
    font-size: 7px;
    font-weight: 500;
    color:white;
    background-color:#5C6369;
}
.sp_blue_night{
    font-size: 7px;
    font-weight: 500;
    color: white;
    background-color: #0461dd;
    border: 1px solid white;
}
.sp_blue_day{
    font-size: 7px;
    font-weight: 500;
    color: blue;
    background-color: #8ec6e8;
 }
.days {
    font-size:12px;
}

.full_year tr td {
    min-width:23px;
    line-height: 12px;
}
.half_year tr td{
    min-width:23px;
    line-height: 18px;  
}
#table {
    border-collapse: collapse;
}
#table tr td {
    border:1px #000000 dashed;
    width: 30px;
}
#table tr td span{
    padding: 0 2px;
    line-height: 12px;
}
#table tr.days {
    border: 1px solid green;
}
#table tr.days td:nth-child(7n+7) {
    background-color: #faebcc;
    color:black;
}
#table tr.days td:nth-child(7n+8) {
    background-color: #faebcc;
    color:black;
}
/*#table tr td:nth-child(7n+7){
    border-left: 2px solid orange;
}
#table tr td:nth-child(7n+8){
    border-right: 2px solid orange;
}*/
#table tr td:nth-child(7n+7){
    border-right: 3px solid orange;
}

.calendar {
    position: relative;
    top:2px;
    width: 100%;  
}
.criteria_menu{
    float:left;
    padding:2px 4px;
}
.suspended{
    text-decoration: line-through;
    color: #ccc;
}
.schedule_dates td{
    text-align: center;
}
.schedule_dates td:nth-child(1n){
     border-right:4px grey solid;
}
.schedule_dates td:last-child{
     border-right:1px black solid;
}
.schedule td{
    writing-mode: vertical-rl; 
    text-orientation: upright;
    font-size: 0.8em;
}
.schedule td:nth-child(7n+2){
    background-color: #ffff99;
}
.schedule td:nth-child(7n+3){
    background-color: #ff33ff;
}
.schedule td:nth-child(7n+4){
    background-color: #99ff99;
}
.schedule td:nth-child(7n+5){
    background-color: #9999ff;
}
.schedule td:nth-child(7n+6){
    background-color: #ffcccc;

}
.schedule td:nth-child(7n+7){
    background-color: #cc99ff;
}
.schedule td:nth-child(7n+1){
    background-color: white;
    border-right: 4px grey solid;
}
.shift_schedule{
     border-collapse: collapse;
     text-align: center;
}
.shift_schedule tr:nth-child(5n+2){
    border-bottom: 4px black solid;
}
.s_schedule td:nth-child(7n-5){
    border-right: 4px #aaa solid;
}
.veh_list {
    width:100%;
    white-space: nowrap;
}