
html {
  height: 100%;
}
body {
	font-family: Helvetica Neue, sans-serif;
	font-size: medium;
  line-height: 22px;
	font-style: normal;
	margin: 0;
	padding: 0 0 0 225px;
	background-color: #ffffff;
	height: 100%;
  display: table;
}
@media only screen and (device-with: 768px) {
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
body {
}
}

input[type="radio"] {
	width: 18px;
	height: 18px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
body {
	width: 1024;
}
}

@media print {
	body {
		padding: 0;
	}
}

#Header {
}
#Logo {
	font-size: 60px;
	color: black;
}
.CurrencySelection {
  margin: 5px 0;
	font-size: medium;
}
.CurrencySelection select {
	font-size: normal;
}

.Content {
}
.ContentInner {
	z-index: 0;
  /*
	margin: 5px 5px 5px 30px;
  */
padding: 10px;
	float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#page {
  vertical-align: top;
    display: table-cell;
    height: 100%;
  /*
	position: relative;
	margin-right: 240px;
  */
}
#leftColumn {
  vertical-align: top;
  display: table-cell;
  color: black;
    border-right: 1px solid #9500c5;
  /*
   * rgb( 165, 180,252);
   * */
  height: 100%;
  background-color: white;
  /* rgb(49,46, 129);
   * */
	display: inline-block;
	margin-left: -225px;
	width: 221px;
	left: 0;
	float: left;
	padding-left: 2px;
}
a {
	text-decoration: none;
	color: #404171;
}
a:visited {
	color: #404171;
}
a:hover {
	color: #687796;
}

input:invalid {
    color:red;
}
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
  color: black;
  font-size: medium;
  vertical-align: top;
  border-radius: 5px;
}

textarea, table input[type="text"], table input[type="number"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
select {
	padding-top: 2px;
	font-size: medium;
	vertical-align: top;
	max-width: 100%;
}

.tipDiv {
	position:absolute;
	z-index:2;
	visibility: hidden;
	background-color: #ffffff;
	width: 350px;
	border: 1px solid;
	height: auto;
}
.tipHead {
	background-color:#ddddff;
	padding: 5px;
}
.tipText {
	padding: 5px;
}

.PopUp {
	background-color: white;
	border: 1px solid;
	visibility: hidden;
	position: absolute;
}

.spacer {
	height: 0;
	clear: both;
}

@media print {
	.filters {
		display: none;
	}
}

form {
	margin: 0;
	padding: 0;
}

.error {
	color: red;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}
table.List {
	border-bottom: 1px solid #9500c5;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
table.List th {
	font-weight: bold;
	border-bottom: 1px solid #9500c5;
}
table.List td {
	padding-top: 1px;
}
table.List tr.totals {
	border-top: 1px solid #9500c5;
}
table.List tr.totals td {
	border-top: 1px solid #9500c5;
}


.Docket {
}

.Currency {
	font-weight: bold;
}

fieldset {
	border-top: 1px solid #9500c5;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 2px 2px 10px 2px;
	margin: 0;
}

fieldset legend {
    color: #9500c5;
	font-weight: bold;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Content:after,
.ContentInner:after,
fieldset:after,
fieldset p:after,
ul:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

fieldset li input,
fieldset p input {
	float: none;
	margin: 0;
	vertical-align: middle;
}
fieldset input[type="text"],
/*fieldset input[type="tel"],*/
fieldset input[type="email"],
fieldset input[type="password"],
fieldset input[type="number"]	{
	width: 90%;
}
fieldset input[type="radio"] {
	vertical-align: middle;
}
fieldset p select {
	width: 40%;
}
fieldset p textarea {
	width: 66%;
}
fieldset p table.List {
	width: 67%;
}
.filters select {
	width: auto;
	max-width: 100%;
}
.filters input[type="text"],
.filters input[type="number"] {
	width: auto;
	max-width: 100%;
}

input[type="text"].filter, fieldset p input.filter {
    width: 40px;
}

.CompanyProfile fieldset {
	margin-bottom: 5px;
}
.Service fieldset {
	margin-bottom: 5px;
}
table input[type="text"], table input[type="password"], table input[type="number"] {
	width: 100%;
}
table.List td textarea {
	width: 100%;
}

hr {
	margin: 1px;
	padding: 0;
	height: 1px;
	border: 0;
	color: #0046a2;
	background-color: #0046a2;
}

.column {
	width: 48%;
}
.leftColumn {
	width: 48%;
	float: left;
}
.rightColumn {
	width: 48%;
	float: right;
}
.PageTitle h1 {
    color: #9500c5;
}
.PageTitle h2 {
    color: #9500c5;
}

.colRow {
	background-color: #ddddff;
}					/* alternating row color in generated tables */
.colRowRed {
	color: red;
	background-color: #f0d6d6;
}/* alternating row color in generated tables */

fieldset div.logAction {
	float: left;
	width: 200px;
}

div#logActions {
	display: block;
}
.DateSelector {
	min-width: 200px;
	display: inline-block;
	vertical-align: top;
}
.DateSelectorC,
.DateSelectorT {
  height: 22px; 
	min-width: 215px;
	display: inline-block;
}
.DateSelectorCT {
	min-width: 245px;
	display: inline-block;
}
.DateTimeSelector {
	min-width: 400px;
	display: inline-block;
}
.DateTimeSelectorT,
.DateTimeSelectorC {
	min-width: 400px;
	display: inline-block;
}
.DateSelector select,
.DateSelectorC select,
.DateSelectorT select,
.DateSelectorCT select,
.DateTimeSelector select,
.DateTimeSelectorC select,
.DateTimeSelectorT select {
	width: auto;
	max-width: none;
}
.DateSelectorC .button,
.DateSelectorT .button,
.DateSelectorCT .button,
.DateTimeSelectorC .button,
.DateTimeSelectorT .button {
	margin-left: 2px;
	margin-right: 2px;
}
	
table .project_id {
    text-align: left;
    width: 75px;
}

td.Elapsed, th.Elapsed {
    width: 120px;
    text-align: left;
}
td.Docket, th.Docket {
    width: 50px;
    text-align: center;
}
td.Stock, th.Stock {
    text-align: right;
}
table .Quantity {
    width: 80px;
    text-align: right;
}
td.User, th.User {
    width: 120px;
    text-align: left;
}
td.Company, th.Company {
    width: 200px;
    text-align: left;
    overflow:hidden;
}

table .checkbox {
    width: 25px;
    text-align: center;
}
table .Price {
    width: 100px;
    text-align: right;
}

table .Price input[type="text"] {
    text-align: right;
}
table .Status, table .status {
    width: 200px;
    text-align: right;
}
table .description {
    text-align: left;
}
tr .ip, tr .mac {
    width: 100px;
    text-align: left;
}
tr .hostname {
	overflow: hidden;
	text-align: left;
}

@media screen {
  button,
  button.btn,
    a.button {
	vertical-align: top;
        text-decoration: none;
        border: none;
        color: #ffffff;
        padding: 3px 10px 3px 10px;
        margin: 0px 5px 0px 0px;
        display: -moz-inline-box;
        display: inline-block;
        outline: 0;
        cursor: default;
        border-radius: 5px;
        background-color: #9500c5;
    }
    a.button:hover {
        color: #ff7f00;
    }
}
@media print {
    a.button {
        display: none;
    }
}


.menubar {
  display: block;
  padding: 0 20px;
  z-index: 6000;
}
@media print {
  .menubar {
    display: none;
  }
}
.menubar:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.menubar li {
  list-style: none;
  margin: 0;
	padding: 0;
	border: none;
}

.menubar a {
  color: black;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
	font-size: medium;
  margin: 0;
  text-align: left;
  outline: 0;
}
.menubar li ul {
  /*put the subnavs below and hide them all*/
  display: none;
  padding: 0 0 0 5px;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 6000;
  /*
  background-color: rgb( 165, 180,252);
  color: 
  */
}

.menubar li.on ul, .menubar li:hover ul, .menubar ul:hover {
    /*display the current topic*/
    display: block;
}

.menubar li.on a, .menubar li:hover a {
    /*change border color for active topic area*/
  /*
	color: #ff7f00; 
  color: #dddddd;
  */
}
.menubar li.on ul a {
}
.menubar li:hover ul a {
}

.menubar li ul li {
  border: 0;
  float: none;
  padding: 0px;
  margin:0px;
  list-style: none;
  text-align: center;
	color: white;
}

.menubar li.on ul li a, #menubar li ul li a {
    /*ie doesn't inherit the float*/
    margin: 0;
    outline: 0;
}

.menubar li.on ul li a:hover,
.menubar li ul li a:hover {
    color: #9500c5;
    display: block;
    z-index: 6000;
}

/* Sub meny entry color */
.menubar li:hover a {
  /*
    color: #ffffff;
    */
}
.menubar li a:hover,
.menubar li li.on a {
    color: #9500c5;
}

#leftColumn h1 {
	margin: 0;

	color: white;
    background-color: #9500c5;
	font-size: medium;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	text-align: left;
}
#leftColumn .menubar {
	height: auto;
	width: 100%;
	min-width: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
#leftColumn .menubar a,
#leftColumn .menubar li ul a {
  /*
	margin: 0 5px;
  */
}
#leftColumn .menubar a,
#leftColumn .menubar li {
	width: 100%;
	border: none;
	height: auto;
	text-transform: capitalize;
}

#leftColumn .menubar li:hover ul {
	display: none;
}
#leftColumn .menubar li.on ul {
	display:block;
}
#leftColumn .menubar li {
}
#leftColumn .menubar li ul {
	position: relative;
	margin-left: 
}

p.required:before {
    content: "\00BB";
}

span.required:after {
    content: "\00BB";
}
fieldset li.required label {
	padding-right: 0;
	width: 180px;
}
.required label:not(.radio):not(.radio-inline):after {
    content: "\00BB";
    float: right;
}
.required label.radio:after {
    content: '';
    float: none;
}
#psContainer {
    height:20px;
    width:100px;
    border:1px solid #999999;
    margin: 1px 0 0 5px;
    background-color:#DDDDDD;
    display: inline-block;
}

#psStrength {
    background-image:url('/images/password_strength.png');
    background-repeat: repeat-y;
    height:20px;
    width:0;
    display: inline-block;
    text-align: center;
}
img.Override {
	height: 20px;
}
fieldset .captcha input[type="text"] {
	width: 50px;
	vertical-align: top;
}
.captcha img {
	height: 1.5em;
	margin-right: 4px;
}
.captcha .button {
	vertical-align: top;
}
#printing_menu {
  display: none;
/*
    position: absolute;
    top: 0px;
    right: -210px;
*/
	margin-right:-210px;
  float: right;
  width: 200px;
}
#printing_menu {
	font-size: medium;
}

#printing_menu h1 {
	font-size: x-large;
}

fieldset ul li {
  margin: 4px 0;
}
.Registration input[type="email"],
.Registration input[type="text"],
.Registration input[type="password"],
.Login input[type="email"],
.Login input[type="text"],
.Login input[type="password"] {
	width: 75%;
}
fieldset p.buttons {
  padding-left: 2em;
}
