html {
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  /*
  display: flex;
  flex-direction: column;
  */
  position: fixed;
}

body > header {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 51px;
  align-items: center;
}
body nav.tm-navbar {
  border-bottom: 1px solid #024293;
}
#ButtonBug {
  margin-left: auto;
}

main.content {
  top: 85px;
  left: 240px;
  right: 0px;
  margin-top: 32px;
  padding-right: 5px;

  overflow: auto;
  height: calc(100% - 120px);
  /*
  padding: 0 30px 0 10px;
  max-width: 1200px;
  margin: 0 0 0 225px;
  */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    /*
    width: calc(100% - 195px);
    */
}

.PageTitle {
  position: fixed;
  top: 85px;
  text-align: left;
  left: 240px;

}
.PageTitle h1 {
  color: #0055a5;
  font-weight: normal;
  display: inline-block;
}
.PageTitle h1:after {
  content: '  »';
}

.PageTitle h2 {
  color: #000;
  font-weight: normal;
  display: inline-block;
}

h1 {
  font-size: 1.4em;
}
h3 {
  background-color: #0055a5;
  color: white;
  text-align: center;
  padding: .5em;
  font-size: 1.2em;
}
h1 a:link,
h3 a:link {
  text-align: center;
  color: white;
}

fieldset {
  border: 2px solid #0055a5;
}
fieldset legend {
  color: black;
  font-weight: bold;
  font-size: 1em;
  /*
  font-size: 0.7em;
  font-size: 14px;
  font-weight: 300;
  */
}
fieldset ul {
  padding-left: 0;
}

#side_menu {
  top: 80px;
  left: 0;
  position: absolute;
  border-right: 1px solid #0055a5;
  /*
  background-color: #0055a5;
  */
  width: 235px;
  height: calc(100% - 77px);
  padding: 0 10px;
  overflow: auto;
}
#side_menu h1 {
  font-size: 1.4em;
}

ul.menubar a {
  color: #024293;
  /*
  text-transform: uppercase;
  */
  text-decoration: none;
}
ul.menubar li:hover a {
  color: #ff5b11;
}
ul.menubar li:hover li a {
  color: #024293;
}
ul.menubar li:hover li:hover > a {
  color: #ff5b11;
}
ul.menubar li.off ul,
ul.menubar li ul li ul,
ul.menubar li ul {
  display: none;
}
ul.menubar li.on > ul {
  display: block;
  margin-left: 20px;
}

label {
  display: inline;
}
p.buttons {
  margin-left: 185px;
}
.filters p.buttons {
  clear: both;
}

table.List,
table.List th,
.totals td {
  border-bottom: 1px solid #024293;
}
.totals td {
  border-top: 1px solid #024293;
}
.checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
}

button.btn {
  line-height: 26.5px;
  background-color: #0055a5;
  color: white;
  padding: 1px 6px;
}

tr.colRow {
  background-color: #AACCFF;
}

a:link {
  color: #0055a5;
}

#top_menu {
  position: absolute;
  top: 51px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #0055a5;
  color: white;
  z-index: 1000;
}
#top_menu li,
#top_menu li a {
  color: white;
  position: relative;
  vertical-align: middle;
  padding: 2px 4px;
  font-size: small;
  /*
  font-weight: bold;
  */
}
#top_menu li a:hover {
  color: #ff7f00;
}
#top_menu li ul {
  display: none;
}
#top_menu li:hover ul,
#top_menu li:hover ul:hover {
  display: block;
  position: absolute;
  background-color: #024293;
  border: 1px solid white;
}
#AboutUsSubMenu {
  width: 250px;
}
#ProjectsSubMenu {
  width: 190px;
}
#AccountsSubMenu {
  width: 210px;
}
.mceContentBody {
  font-size: medium;
}
#tinymce {
  font-size: medium;
}
#CompanySelection {
  margin-left: 10px;
}
#CompanySelection label {
  vertical-align: middle;
}
table.List th {
  background-color: #0055a5;
  color: white;
}
select:not([multiple]) {
  height: 30px;
}

input[type="text"], input[type="file"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"] {
  font-size: small;
}
img.Override {
	height: 24px;
}
