/**
	Use `lessc --strict-imports --strict-math=on --strict-units=no --compresss --clean-css`
	@see http://www.w3.org/TR/CSS2/cascade.html#specificity
	:mode=css:
*/
/*
*[accesskey]:hover:after {
    content:' [Alt+' attr(accesskey) ']';
    font-size:80%;
}
*/
a {
  color: inherit;
}
/* Reset Everything */
a:hover {
  color: #377D9F;
  cursor: pointer;
}
body {
  background: #fcfcfc;
  font-family: sans-serif;
  font-size: 100%;
}
footer {
  background: #333;
  color: #ddd;
  font-size: 90%;
  font-weight: 700;
  padding: 2em;
  text-align: center;
  width: 100%;
}
/*
footer a {
	text-decoration:none;
}
footer a:hover {
	color:@body_bg;
}
*/
h1 {
  background: #369;
  color: #f9f9f9;
  text-align: center;
}
h2 {
  border-bottom: 1px solid #336699;
}
h2 span.s {
  font-size: 80%;
  font-weight: normal;
}
hr {
  border: 1px solid #336699;
  margin: 0;
  padding: 0;
}
input[type="number"],
input[type="time"] {
  text-align: right;
}
input[type="number"].money,
input[type="time"].money {
  max-width: 12em;
}
pre {
  background: #ccc;
  border: 1px solid #999;
  color: #000;
  font-family: monospace;
  margin: 4px;
  padding: 1px;
}
td.l {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
td.bill,
td.paid {
  text-align: right;
}
tr.ro {
  background-color: #ccc;
}
#mru_list {
  font-size: 80%;
  text-align: right;
  text-decoration: none;
}
div.cmd {
  margin: 0;
  padding: 8px 32px;
}
div.edit-show {
  border: 4px outset #336699;
  margin: 16px;
}
#grow-huge-show {
  background: #fff;
  border: 4px solid #333;
  font-size: 144px;
  left: 10%;
  position: fixed;
  text-align: center;
  top: 20%;
  width: 80%;
  word-wrap: break-word;
}
/* Edoceo Standard Classes */
.b {
  font-weight: bold;
}
.c {
  text-align: center;
}
.g {
  font-size: 110%;
}
.r {
  text-align: right;
}
.s {
  font-size: 90%;
  font-weight: normal;
}
.u {
  text-decoration: underline;
}
.du {
  text-decoration: underline;
  border-bottom: 1px solid #000;
}
.hi {
  background-color: #336699;
  color: #fff;
}
.rc {
  background: #fff;
  border: 2px solid #336699;
  border-radius: 10;
  padding: 8px;
}
.ti {
  text-indent: 2em;
}
.m16 {
  margin: 16px 16px 0 16px;
}
tr.hawk td {
  background-color: #fcc;
  border-bottom: 2px solid #f00;
}
tr.active td {
  font-weight: 700;
}
tr.active td.paid,
tr.sent td.paid {
  color: #f00;
}
tr.sent td {
  font-weight: 400;
  font-style: italic;
}
tr.void td {
  font-weight: 400;
}
tr.active.single td:first-child {
  background: #de1296;
}
tr.project td {
  background: #ebe98a;
}
tr.monthly td {
  background: #0ee676;
}
tr.quarterly td {
  background: #6d9ee3;
}
tr.yearly td {
  background: #0e2be6;
}
#JournalEntry .account-name {
  width: 30em;
}
#JournalEntry .link-to {
  display: inline-block;
  width: 4em;
}
/* Accounting Page Stuffs */
.save-entry:active,
.save-entry:focus {
  border-color: #03c;
  color: #03c;
}
/** Over-Ride picni.css */
[type=checkbox],
[type=radio] {
  opacity: 1;
  height: 1.5rem;
  width: 1.5rem;
}
select {
  width: inherit;
}
/* Smartphones (Portrait & Landscape) */
@media only screen and (min-device-width: 320) and (max-device-width: 480) {
  div#menu ul li a span {
    display: none;
  }
}
@media print {
  * {
    font-size: 10pt;
    margin: 0;
    padding: 0;
  }
  body {
    background-color: #fff;
    font-size: 10pt;
    width: 100%;
  }
  #foot {
    display: none;
    visibility: hidden;
  }
  .np {
    display: none;
    visibility: hidden;
  }
  .print-hide {
    display: none;
    visibility: hidden;
  }
}
/**
	Radix Flash Messages
	:mode=css:
*/
.radix-session-flash {
  font-size: 150%;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
}
.radix-session-flash div p {
  margin: 0;
  padding: 0;
}
.radix-session-flash div.fail,
.radix-session-flash div.info,
.radix-session-flash div.warn {
  padding: 0.25em 0.5em;
}
.radix-session-flash div.fail {
  background-color: #f00;
  border-radius: 4px;
}
.radix-session-flash div.info {
  background-color: #369;
  border-radius: 4px;
  color: #fff;
}
.radix-session-flash div.warn {
  background-color: #909;
  border-radius: 4px;
  color: #fff;
}
/**
	Page List and Jump List Bar
	:mode=css:
*/
.jump_list {
  background: #ccc;
  margin: 0.25em auto;
  padding: 0.25em;
  text-align: center;
}
.jump_list a {
  text-decoration: none;
}
.jump_list a:hover {
  color: #f00;
}
.jump_list .off {
  color: #999;
}
