table.schedule, table.schedule_cell {
  font-family: 'Open Sans Condensed', sans-serif;
  border-collapse: collapse;
  margin: 0;
}

table.schedule td {
  border: thin solid #ccc;
  border-top: medium solid #ccc;
}

table.schedule th {
  border: thin solid #ccc;
  text-align: center;
}

table.schedule td {
  font-size: 85%;
  padding: 0px;
}

table.schedule td.sumcell {
  text-align: center;
}

table.schedule_legend {
  font-family: 'Arial', sans-serif;
  border-collapse: collapse;
  margin: 0;
}

table.schedule_legend td {
  border: thin solid #ccc;
}

table.schedule td.legend_symbol {
  font-size: 85%;
  padding: 0px;
  min-width: 3.5em;
}

table.schedule td.legend_data {
  min-width: 7em;
  padding: 0px 3px;
}

table.schedule tr:nth-child(even) {
  background: #e7e7e7;
}

table.schedule tr:hover {
  background: #FFC373;
}

table.schedule_legend td {
  padding: 2px;
}

table.schedule_legend table.schedule_cell {
  min-width: 4em;
}

table.schedule_cell tr {
  border: thin solid grey;
}

tr.red, td.red {
  border: thin solid #d62728;
}

tr.yellow, td.yellow {
  border: thin solid #ff7f0e;
}

tr.green, td.green {
  border: thin solid #2ca02c;
}

tr.blue, td.blue {
  border: thin solid #17becf;
}

tr.grey, td.grey {
  border: thin solid #808080;
}

table.schedule_cell td {
  border: none;
  padding: 1px;
  text-align: center;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

tr.red td, td.red {
  background-color: #ff9896;
}

tr.yellow td, td.yellow {
  background-color: #ffbb78;
}

tr.green td, td.green {
  background-color: #98df8a;
}

tr.blue td, td.blue {
  background-color: #9edae5;
}

tr.grey td, td.grey {
  background-color: #c0c0c0;
}

tr.high td, td.high {
  color: #d00;
}

table.schedule_cell input {
  margin-top: -1px;
}

p.red {
  background-color: #ff9896;
  border: thin solid #d62728;
  /* color: #fff; */
}

p.yellow {
  background-color: #ffbb78;
  border: thin solid #ff7f0e;
  /* color: #fff; */
}

p.green {
  background-color: #98df8a;
  border: thin solid #2ca02c;
  /* color: #fff; */
}

p.blue {
  background-color: #9edae5;
  border: thin solid #17becf;
  /* color: #fff; */
}

p.red, p.yellow, p.green, p.blue {
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
}

input.short {
  width: 4em;
}

td.bleft, th.bleft {
  border-left: medium solid #ccc;
}

table.btop td, td.btop, th.btop {
  border-top: medium solid #ccc;
}

div.banner {
	margin: 0;
	padding: 0;
	background-color: #6699CC;
	color: #003366;
}

div.banner-in {
	margin: 0;
	padding: 0.5em 1em;
}

.apptitle p {
	background-image: url("../images/logo-cez-mensi.png");
	background-repeat: no-repeat;
	margin: 0.5em;
	padding-left: 80px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 800;
	color: #ffffff;
}

.apptitle .hl {
    color: #ff9200;
}

body {
	font: small verdana, arial, sans-serif;
	background-color: #ffffff;
}

.navbar-inverse .navbar-inner {
  background-color: #66CC99;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
  filter: none;
}

.navbar .nav > li > a {
	font: normal verdana, arial, sans-serif;
  text-shadow: none;
  font-weight: 800;
	color: #000;
  padding: 4px 10px;
}

.navbar-inner {
  min-height: 28px;
}

.navbar .btn-navbar {
  padding: 4px 10px;
}

.viewmenu {
  padding: 4px;
}

h1 {
	font-size: x-large;
	border-bottom: 2px solid #FF9900;
  padding: 2px;
}

h2 {
	font-size: large;
  padding: 2px;
}

.page-header {
  margin: 0px;
  border: none;
}

div.banner a .ll {
  color: #fff;
  text-decoration: none;
}

span.small_paren {
  color: #666;
  font-size: smaller;
}

span.small_paren:before {
  content: "(";
}

span.small_paren:after {
  content: ")";
}

select, input {
  margin: 0;
}

select.wide, input.wide {
  width: 400px;
}
