/* main */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  min-height: 100%;
  position: relative;
}

.main {
  background-color: #ffffff;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 40px;
  margin-top: 1em;
}

/* header banner */

div.banner {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #cc0000;
}

div.banner-in {
  margin: 0;
  padding: 0.5em 1em;
}

.apptitle p {
  padding-left: 15px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
}

.apptitle .hl {
  color: #ff9200;
}

.apptitle-nologo .hl {
  color: #ff9200;
}

/* footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 95%;
  padding-top: 6px;
  height: 40px;
}

/* table */

.text-narrow {
  font-family: "Open Sans Condensed", sans-serif;
}

.table-fixed {
  table-layout: fixed;
  width: auto;
}

.coltxt4 {
  width: 3em;
}

.coltxt8 {
  width: 6em;
}

.coltxt12 {
  width: 9em;
}

.coltxt16 {
  width: 12em;
}

.coltxt20 {
  width: 15em;
}

.coltxt24 {
  width: 18em;
}

.coltxt40 {
  width: 30em;
}

.coltxt48 {
  width: 36em;
}

.numalign {
  text-align: right;
}

.coltxt8-imp {
  width: 6em !important;
}

input.narrowpadding {
  padding-left: 3px;
  padding-right: 3px;
}

input.rightaligned {
  text-align: right;
}

.dow-6 {
  background-color: #DFF0D8;
}

.dow-7 {
  background-color: #F2DEDE;
}

.table-border-bottom tr:last-child > td, 
  .table-border-bottom tr:last-child > th {
  border-bottom: 2px solid #DDD;
}

.navbar-default .navbar-brand {
  color: #fff;
  background-color: #F24F00;
  font-weight: 800;
}

#web2py_user_form {
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding: 12px;
}

#web2py_user_form .form-group {
  margin-bottom: 0;
}
.h1-login {
  text-align: center;
}
.web2py-menu-first {
  margin-left: -15px;
}

.navbar-default {
    background-image: none;
    box-shadow: none;
}
.navbar-default {
    background-color: rgb(229, 229, 229);
    border: none;
}
.navbar {
    position: relative;
    min-height: 35px;
    margin-bottom: 17px;
    border: none;
}

.border-left {
  border-left: 2px solid #DDD;
}

.highlight-plan {
}

.highlight-max {
  color: rgb(204,0,0);
}

.highlight-proti {
}

.highlight-skut {
  color: rgb(0,0,204);
}

table thead {
    background-color: white;
}

.dropzone-target {
    width: 100%;
    height: 10em;
    border: thin solid grey;
    margin: 6px;
    padding: 6px;
    text-align: center;
}

.big-button {
	width: 100px;
	height: 100px;
    padding-top: 40px;
}

div.error {
    padding: 1px;
    margin: 1px 0;
    border: thin solid red;
    color: red;
}

.vazeni table {
  border-collapse: collapse;
}

.vazeni {
  border: 1px solid silver;
  text-align: center;
}

.vazeni tr:nth-child(even) {background-color: #f2f2f2;}

.vazeni th {
  background-color: #4CAF50;
  color: white;
}

.calendar {
  display: inline-block;
}

.calendar  td {
  padding: 5px;
}

div.summary {
      margin: 10px;
      padding: 5px;
}

span.summaryVal {
  font-size: 18px;
  font-weight: 400;
  color: #404040;
}

div.message {
      margin: 10px;
}

.step-no {
    display: inline-block;
    
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0px 4px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 18px Arial, sans-serif;
}

.filter-form .entry-row td {
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.filter-form .entry-row td:last-child {
    border-right: none;
}

.filter-form .entry-row td:first-child {
    border-left: none;
}

.modal-full {
    width: 80%;
}

.preview-box {
    display: inline-block;
    width: 200px;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 6px;
    margin: 6px;
    text-align: center;
}

.smallinfo {
    font-size: small;
    margin: 0 3px 0 3px;
}