/* 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: 4ch;
}

.coltxt8 {
  width: 8ch;
}

.coltxt12 {
  width: 12ch;
}

.coltxt16 {
  width: 16ch;
}

.coltxt20 {
  width: 20ch;
}

.coltxt24 {
  width: 24ch;
}

.coltxt32 {
  width: 32ch;
}

.coltxt40 {
  width: 40ch;
}

.coltxt48 {
  width: 48ch;
}

.numalign {
  text-align: right;
}

.numalign2 {
  text-align: right;
  padding-right: 2ch !important;
}

.centeralign {
  text-align: center;
}

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;
}

table thead {
    background-color: white;
}

.big-button {
	width: 15ch;
	height: 15ch;
    padding-top: 20px;
}

.font-xxl {
    font-size: 200%;
}

.action-link {
    white-space: nowrap;
}

.error {
    color: #cc0000;
    border: 1px solid #cc0000;
    border-radius: 4px;
    padding: 2px;
    margin: 4px 0px;
}

.form-inline .error_wrapper {
    margin: 0px 4px;
    display: inline-table;
    vertical-align: middle;
}

.table > tbody > tr > th.no-border-top,
    .table > tbody > tr > th.no-border-top {
    border-top: 0;
}

.with-margin-top {
    margin-top: 6px;
}

.without-margin-top {
    margin-top: -6px !important;
}

.table > tbody > tr > th.thick-border-top,
    .table > tbody > tr > th.thick-border-top {
    border-top: 2px solid #DDD;
}

h1 {
    border-bottom: 2px solid #eee;
    margin-bottom: 15px;
}

tr.hi {
    background-color: rgb(252, 248, 227);
}

.boxed-letter-3 {
    display: inline-block;
    width: 3ch;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
}

.less-padding .form-control {
    padding: 3px;
}
