body, html {
  height: 100%;
}
body ,
textarea,
input {
  font-family: 'Montserrat';
}
textarea {
  min-height: 32px;
  font-size: 15px;
}

body nav.tm-navbar {
  background-color:  #024293;
  color: white;
}
.uk-navbar-attached .uk-navbar-nav > li > a {
    color: white;
}

.uk-navbar-attached .uk-navbar-nav > li.uk-active > a {
background-color: #024293 !important;
color: white;
}
.tm-logo-left {
  margin-left: 250px;
}
#LogoDark {
  display: none;
}
@media print {
#LogoDark {
  display: block;
}
#LogoLight {
  display: none;
}
}

main.content {
  position: absolute;
  top: 92px;
  bottom: 0;
  right: 0;
  left: 266px;
  padding: 0 0px 10px 10px;
  /*
  max-width: 1200px;
  */
  margin: 0;
  /*
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  width: 100%;
  height: 100%;
  */
}

#side_menu {
  position: fixed;
  overflow-y: auto;
  vertical-align: top;
  top: 90px;
    /*
  position: absolute;
  border-right: 1px solid #024293;
  */
  left: 0;
  margin: 0;
  width: 266px;
  /*
   * height: calc(100% - 100px);
   * */
  height: calc(100% - 100px);
  background-color: #ff5b11;
}
#side_menu ul {
  padding: 0 10px;
}
#side_menu ul ul {
  padding: 0;
}
#CompanyAndCurrency {
display: flex; flex-direction: column; width: 300px;
justify-content: flex-end;
margin-left: auto;
}
#CompanySelection,
#CurrencySelection
{
   text-align: center; 
   color: white;
}
#CompanySelection li,
#CurrencySelection li
{
  /*
  display: flex;
  */
  padding-right: 5px;
  text-align: right;
}

#CompanySelection label,
#CurrencySelection label
{
  display: none;
}

#CompanySelection select,
#CurrencySelection select
{
  background-color: white;
}

#side_menu h1 {
  font-size: 16px;
  line-height: 24px;
  background-color: #024293;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0;
}


.PageTitle {
  /*
  float: right;
  position: relative;
  */
  right: 15px;
}
.PageTitle h1 {
  color: #ff5b11;
  font-weight: normal;
}
.PageTitle h2 {
  color: #024293;
  font-weight: normal;
}


fieldset legend {
  color: #024293;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

/*
  blue 
  color: #024293;
  */
ul.menubar {
  background-color: #ff5b11;
  margin: 0;
}
ul.menubar a {
  color: white;
  text-transform: uppercase;
}
ul.menubar a:hover {
  color: #024293;
}
ul.menubar li:hover li a {
}
ul.menubar li:hover li:hover a {
}
ul.menubar li ul {
  padding: 0;
  display: none;
}
ul.menubar li.on ul {
  display: block;
  margin-left: 15px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
select {
  font-family: 'Montserrat';
  height: 32px;
  /*
  font-size: small;
  */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
label {
  display: inline;
}
p.buttons {
  margin-left: 185px;
}

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

a.btn,
button.btn {
  line-height: 20px;
  font-size: 0.8rem;
  border-color: #024293;
  color: white;
	background-color: #024293;
}
a.btn:hover,
button.btn:hover {
	background-color: #ff5b11;
  color: white;
}

.colRow, .roweven {
  background-color: #dddddd;
  /*
  filter: grayscale(1);
  filter: saturate(10%);
  filter: brightness(15%);
  */
}

input.input-clear {
  margin-right: -14px;
}
span.input-clear {
  text-indent: -1000em;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(/images/grey_cross_12x12.png);
  background-repeat: no-repeat;
  position: relative;
  left: -4px;
  top: 7px;
}

.Disclaimer h1 {
  font-size: 22px;
  color: black;
}
.Disclaimer h2 {
  font-size: 16px;
  color: black;
}
.mprice {
  display: none;
}
input[type="radio"] {
  width: 1em;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

