/* ^ color definitions */
/*Header*/
/*Green*/
/*Dashboard*/
/*Tables*/
/*Links*/
/*Blue*/
/*Dark Grey*/
/*Green*/
/*Red*/
/*Tabs*/
/*Buttons*/
/*Blue*/
/*Red*/
/*Boxes*/
/*@box-color: #528845;
@box-width: percent;*/
/*Blue*/
/*Menus*/
/*Blue*/
/*Green*/
/*Lighter Blue*/
/*Orange*/
/*Red*/
/* ^ billing definitions not editable by client */
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* common - based on Eric Meyer's reset, you shouldn't change this section */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
/* global styles */
.hidden {
  display: none;
}
/* main body */
body {
  background: #ddd;
  font: 75%/1.5 "myriad pro", helvetica, arial, sans-serif;
  color: #333;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
li {
  list-style-type: none;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
/* basic links properties */
a {
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}
small a {
  color: #496c1f;
}
a.alt,
.altbox .content a {
  border-color: #ddecc1;
  color: #386b00;
}
a:hover,
a:active,
a:focus,
a.alt:hover,
a.alt:active,
a.alt:focus,
.altbox .content a:hover,
.altbox .content a:active,
.altbox .content a:focus {
  border-color: #ceec96;
  color: #59aa00;
}
a img,
a.img {
  border: none;
}
a.home {
  border-bottom: 0px!important;
}
/* links */
a.help {
  font-weight: bold;
  color: #ff0096!important;
  margin-left: 5px;
  border-color: #FFF!important;
}
/* abstract classes */
/* autocleaning (use for parent of floated element, but take care, it has some limitations) */
.cw {
  width: 100%;
  overflow: hidden;
}
.cw2 {
  overflow: hidden;
  height: 1%;
}
/* float helpers */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* classic cleaner */
.cleaner {
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
/* safe cleaning, use eg. for parent of floated element */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* text align helpers */
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.tc {
  text-align: center !important;
}
.ttop {
  vertical-align: top !important;
}
/* width helpers */
.check {
  width: 30px;
}
/* inner spacers */
.inner-form {
  padding: 18px;
}
.inner-box {
  padding: 18px;
}
/* for buttons etc. */
.hand {
  cursor: hand;
  cursor: pointer;
}
/* accessible hiding of elements */
.a-hidden {
  position: absolute;
  top: -10000em;
}
/* first and last helpers, mainly for table cells */
.first {
  border-left: 0 !important;
}
.last {
  border-right: 0 !important;
}
/* layout */
#container {
  background: url("/img/container.gif") repeat-x;
  min-width: 1024px;
  /*try to avoid wrapping*/
}
#container > .inner-container {
  position: relative;
  padding: 20px 0;
  padding-left: 0px;
  margin: 0 auto;
}
.inner-margin {
  padding-left: 20px;
  padding-right: 20px;
}
/*clouds */
.cloudy {
  position: absolute;
  top: 13px;
  right: 393px;
  width: 351px;
  height: 89px;
  background: url('/img/cloudy.png') no-repeat;
}
/* header */
#header {
  background-color: #0099cc;
  min-height: 100px;
  min-width: 1024px;
  /*height:100px;*/
  border-bottom: 8px solid white;
}
#header > .inner-container {
  padding: 19px 0 16px 0;
  padding-bottom: 15px;
}
/* logo: set the width and height of your logo (in px) and margin-top depending on height of your logo */
#header #logo {
  position: relative;
  margin-top: 2px;
}
#header #logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
#header #logo a.home {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-shadow: #2c5500 1px 1px 0;
  font-size: 180%;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
#header #logo a.button {
  position: absolute;
  left: 100%;
  top: 3px;
  margin-left: 20px;
  padding: 4px 9px 4px;
  white-space: nowrap;
}
#header #logo img {
  /*height:69px!important; hack not to break header spacing - need to still fix*/
}
/* client */
#header #clientbox {
  text-align: right;
  /*background:#885943 url("/img/green/userbox.png") repeat-x bottom left;*/
  position: relative;
  float: right;
  min-width: 225px;
  min-height: 65px;
  line-height: 1.3;
  border: 0px!important;
}
#header #clientbox .inner {
  padding: 13px 0px 0 0px;
}
#header #clientbox .inner strong {
  font-weight: bold;
}
#header #clientbox a#logout {
  border: 0;
  position: absolute;
  right: 28px;
  top: 22px;
  display: block;
  width: 19px;
  height: 20px;
  overflow: hidden;
  line-height: 1;
  font-size: 90%;
}
#header #clientbox a#logout .ir {
  background: url("/img/green/logout.png");
}
#header #clientbox a#logout:hover .ir,
#header #userbox a#logout:focus .ir,
#header #userbox a#logout:active .ir {
  background-position: -19px 0;
}
#header #clientbox strong {
  font-size: 120%;
  font-weight: normal;
  color: #ffffff;
}
#header #clientbox a {
  border-color: #ffffff;
  color: #ffffff;
}
#header #clientbox a:hover,
#header #userbox a:active,
#header #userbox a:focus {
  border-color: #ffffff;
  color: #ffffff;
}
#header #clientbox .outstanding {
  margin-left: 8px;
  font-weight: normal;
  color: #ffffff;
  font-size: 12px;
}
#header #clientbox .credit {
  margin-left: 8px;
  font-weight: normal;
  color: #ffffff;
  font-size: 12px;
}
#header #clientbox ul {
  margin-left: 105px;
}
#header #clientbox ul li {
  display: inline;
}
#header #clientbox ul a {
  float: left;
  margin-left: 7px;
}
/* navigation stripe */
#nav {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background: #fff;
}
#nav .inner-container {
  position: relative;
  z-index: 2;
  padding: 26px 0 25px 0px;
}
/* navigation section switcher */
#nav #h-wrap {
  position: absolute;
  top: 14px;
  left: 30px;
}
#nav #h-wrap.active {
  border: 4px solid #8cc63f;
  top: 7px;
  left: 8px;
}
#nav #h-wrap.active {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
#nav #h-wrap.active .inner {
  border: 1px solid #754c29;
  background: #fff;
  padding: 2px 0 10px 17px;
}
#nav #h-wrap.active .inner {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#nav #h-wrap .h-ico {
  background: 0 50% no-repeat;
}
#nav #h-wrap .h-ico span {
  display: block;
  padding-left: 50px;
  color: #999;
}
#nav #h-wrap .h-ico span:hover {
  display: block;
  padding-left: 50px;
  color: #8cc63f;
}
#nav #h-wrap .ico-dashboard {
  background-image: url("../ico/danish/dashboard.png");
}
/* feel free to add/modify your own icons - icons are located in "css/../ico/danish/*" */
#nav #h-wrap .ico-comments {
  background-image: url("../ico/danish/comments.png");
}
#nav #h-wrap .ico-color {
  background-image: url("../ico/danish/color.png");
}
#nav #h-wrap .ico-edit {
  background-image: url("../ico/danish/edit.png");
}
#nav #h-wrap .ico-media {
  background-image: url("../ico/danish/media.png");
}
#nav #h-wrap .ico-syndication {
  background-image: url("../ico/danish/syndication.png");
}
#nav #h-wrap .ico-cash {
  background-image: url("../ico/danish/invoice.png");
}
#nav #h-wrap .ico-users {
  background-image: url("../ico/danish/users.png");
}
#nav #h-wrap .ico-advanced {
  background-image: url("../ico/danish/advanced.png");
}
#nav #h-wrap .ico-send {
  background-image: url("../ico/danish/send.png");
}
#nav #h-wrap .ico-gear {
  background-image: url("../ico/danish/advanced.png");
}
#nav #h-wrap .ico-invoice {
  background-image: url("../ico/custom/invoice.png");
}
#nav #h-wrap .ico-user {
  background-image: url("../ico/danish/user.png");
}
#nav #h-wrap .ico-plus {
  background-image: url("../ico/danish/plus.png");
}
#nav #h-wrap .ico-credit-card {
  background-image: url("../ico/custom/process_payments.png");
}
#nav #h-wrap .ico-quote {
  background-image: url("../ico/custom/quote.png");
}
#nav #h-wrap .ico-person {
  background-image: url("../ico/custom/person.png");
}
/* feel free to add more icons here like above (icon set is included in directory "./img/h-ico" and is free for commercial use) */
#nav #h-wrap h2 {
  background: url("/img/h-wrap-h2.png") 100% 100% no-repeat;
  position: relative;
  float: left;
  height: 51px;
  line-height: 55px;
  vertical-align: middle;
  font-size: 200%;
  font-weight: bold;
}
#nav #h-wrap.active h2 {
  background: none;
}
#nav #h-wrap h2 .h-ico {
  display: block;
  height: 100%;
  padding-right: 65px;
}
#nav #h-wrap h2 .h-ico span:hover,
#nav #h-wrap h2 .h-ico span:focus {
  color: orange!important;
}
#nav #h-wrap h2 .h-arrow {
  background: url("/img/green/h-arrow.gif") 0 0 no-repeat;
  position: absolute;
  top: 18px;
  right: 19px;
  display: block;
  width: 11px;
  height: 15px;
  overflow: hidden;
}
#nav #h-wrap.active h2 .h-arrow {
  background-position: 100% 0;
}
#nav #h-wrap ul {
  display: none;
  clear: both;
  padding-right: 25px;
  padding-bottom: 15px;
}
#nav #h-wrap ul li {
  display: inline;
}
#nav #h-wrap ul a {
  border: 0;
  display: block;
  height: 40px;
  width: 100%;
  overflow: hidden;
  line-height: 45px;
  vertical-align: middle;
  font-size: 150%;
}
#nav #h-wrap ul a:focus,
#nav #h-wrap ul a:active {
  color: #59aa00;
}
#nav #h-wrap ul a:hover {
  color: #8cc63f;
}
/* footer */
#footer {
  clear: both;
  padding: 20px 0 10px 0;
  text-align: center;
  height: 80px;
}
#footer p {
  margin: 0 0 10px 0;
  color: #999;
}
#footer a {
  color: #777;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
  border: none;
}
/* content styling */
/* stylish buttons with rounded corners  + Removed annoying button hover styles for now */
.button {
  border: 1px solid #386b00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #52801f url("/img/green/button.gif") repeat-x;
  padding: 5px 9px 5px;
  text-shadow: #2f5d0b 1px 1px 0;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
/*.button:hover,
.button:focus,
.button:active {border-color: #272727; background: #2a2a2a url("/img/button.gif") repeat-x; text-shadow: #000 1px 1px 0; color: #fff;}*/
/* icons for content links etc. */
.ico {
  border: 0 !important;
}
.ico-a {
  border: 0 !important;
  padding-left: 20px !important;
}
/* tags, filetypes */
.tag {
  padding: 4px 7px;
  color: #fff !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* feel free to add more tag types, just change the colors of gradients/borders */
.tag-gray {
  border-bottom: 1px solid #666;
  background: #999;
  background: gradient(linear, left top, left bottom, from(#bbbbbb), to(#999999));
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#999999));
}
/* overwrite errors in a table */
.box .content table td.announcement {
  margin: 0px!important;
  padding: 18px!important;
}
.box .content table td.announcement .msg {
  margin-bottom: 0px!important;
}
/* lists for actions (remove, modify) */
ul.actions {
  margin: 0;
}
ul.actions li {
  display: inline;
  margin-right: 5px;
}
.floating {
  margin-right: 0px!important;
}
/* clear right margin for last box in a line */
/* wrap of box's content */
.full-shadow {
  box-shadow: #aaa 0 0 10px;
  -webkit-box-shadow: #aaa 0 0 10px;
  -moz-box-shadow: #aaa 0 0 10px;
  border: 0px solid #999;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #fff;
}
.no-shadow {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.right-shadow {
  box-shadow: #aaa 0 0 10px;
  -webkit-box-shadow: #aaa 0 0 10px;
  -moz-box-shadow: #aaa 0 0 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radiu-topright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radiu-bottomright: 6px;
  background: #fff;
}
.sub-right-shadow {
  box-shadow: #aaa 0 0 0 10px;
  -webkit-box-shadow: #aaa 0 0 10px;
  -moz-box-shadow: #aaa 0 0 10px;
  border-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radiu-bottomright: 6px;
  background: #fff;
}
.navin-top {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  /*-moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px;*/
}
.navin-bottom {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
/* mandate */
#mandate {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
}
#mandate table td {
  font-size: 12px;
}
#mandate table th {
  font-weight: bold;
  font-size: 12px;
  text-align: left;
}
#mandate p {
  line-height: 22px;
}
#mandate .container {
  width: 850px;
}
#mandate h1 {
  text-align: center;
  margin-bottom: 40px;
}
#mandate .col1 {
  width: 150px;
}
#mandate .col2 {
  width: 250px;
}
#mandate .col3 {
  width: 200px;
}
#mandate .section {
  margin-top: 30px;
  margin-bottom: 30px;
}
#mandate .signature {
  margin-top: 40px;
  margin-bottom: 30px;
}
#mandate .signature p {
  text-align: center;
}
/* status indicators */
.status-cancelled {
  background-color: #999999 !important;
  width: 10px;
  height: 10px;
  display: block;
}
.status-unpaid {
  background-color: red!important;
  width: 10px;
  height: 10px;
  display: block;
}
.status-paid {
  background-color: green!important;
  width: 10px;
  height: 10px;
  display: block;
}
.status-quote {
  background-color: purple!important;
  width: 10px;
  height: 10px;
  display: block;
}
/* calendar */
table.calendar {
  width: 100%;
}
table.calendar thead {
  zoom: 1;
}
table.calendar thead tr {
  zoom: 1;
}
table.calendar thead th.month {
  border-bottom: 1px solid #bbb;
  font-weight: bold;
  font-size: 120%;
  zoom: 1;
}
table.calendar thead th.month a {
  border: none;
  position: relative;
  top: 5px;
  margin: 0 10px;
  zoom: 1;
}
table.calendar th,
table.calendar td {
  width: 14.3%;
  text-align: center;
}
table.calendar tbody td,
table.calendar tbody th {
  border: 1px solid #ddd;
  border-top-color: #fff;
  border-left-color: #fff;
}
table.calendar strong {
  font-size: 140%;
}
table.calendar .inactive {
  color: #aaa;
}
table.calendar div.items a {
  border: 0;
  margin: 0 1px;
}
/* header branding with or without logo */
.companyname-logo {
  top: -15px;
  left: 15px;
  position: relative;
  font-weight: bold;
}
.companyname-nologo {
  top: 10px;
  position: relative;
  font-weight: bold;
}
/* login page */
#login {
  background: #DDD;
}
#login .msg {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#login .box {
  float: none;
  margin: 0 auto;
  margin-top: 20px;
}
#login .fancy-box {
  box-shadow: #AAA 0 0 10px;
  -webkit-box-shadow: #AAA 0 0 10px;
  -moz-box-shadow: #AAA 0 0 10px;
  border: 0;
  width: 385px;
  margin: 0 auto;
}
#login .header {
  margin: 0;
}
#login table {
  width: 75%;
  margin: 0 auto;
}
#login th,
#login td {
  padding: 0 0 5px 0;
}
#login th {
  width: 60px;
}
#login td.proceed {
  padding-right: 0;
}
#login td.proceed input {
  margin: 0;
}
#login select.txt {
  margin-left: 10px;
  margin-top: 5px;
}
#login input.txt {
  width: 310px;
  margin-left: 10px;
}
#login p.forgot {
  margin-top: 10px;
  margin-left: 10px;
}
#login #container .inner-container {
  padding: 0;
  left: 0;
}
/* override inner container size */
#login #container {
  background: none!important;
  /*try to avoid wrapping*/
}
.location-box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #DDD;
  box-shadow: #AAA 0 0 10px;
  -webkit-box-shadow: #AAA 0 0 10px;
  -moz-box-shadow: #AAA 0 0 10px;
  border: 0;
  width: 385px;
  margin: 0 auto;
}
.location-box h1 {
  margin-bottom: 0px!important;
  margin-top: 0px!important;
  font-size: 24px!important;
}
.location-box h2 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: bold;
}
.location-box h3 {
  margin-top: 0px;
}
.location-box .radio {
  margin-left: 0px;
}
.location-box div.term {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.location-box div.term label {
  margin: 0;
  display: inline;
}
.location-box .term_info {
  margin-top: 8px;
}
.location-box .spec {
  margin-top: 20px;
  font-size: 13px;
}
.location-box .large {
  padding: 1px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid red;
  background-color: white;
}
.red {
  color: red;
}
.note {
  margin-top: 20px;
}
.location-box {
  background-color: #EEE;
  padding: 20px;
  width: 395px;
  margin-right: 10px;
}
.location-box.selected {
  background-color: #EFE;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #5aa244;
  box-shadow: #8dc33f 0 0 10px;
  -webkit-box-shadow: #8dc33f 0 0 10px;
  -moz-box-shadow: #8dc33f 0 0 10px;
  padding: 20px;
  width: 395px;
}
.setup {
  font-size: 14px;
  margin-top: 18px;
}
.location-box.selected .term.error p {
  border: 2px solid #600;
  padding: 3px;
}
/* reset class, remove all stylings by this file */
#container div.reset table {
  width: fixed;
  border-collapse: collapse;
}
#container div.reset a {
  border: 0;
}
#container div.reset th,
#container div.reset td {
  text-align: inherit;
  border: 0;
  text-shadow: none;
  background: none;
  padding: 0;
}
/* client area overrides */#client div.extmsg {
  width: 915px;
}
#client .content h1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
#client .content .plaintext p {
  margin-bottom: 15px;
}
/* ajax logic */
textarea.ajax,
input.ajax,
select.ajax {
  display: none;
}
/* overide box widths */
.box {
  width: 100%;
}
/*#container > .inner-container {width: 800px!important;}*/
/* jQuery UI Datepicker 1.8.7 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background-color: white;
  padding-right: 15px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-datepicker th {
  font-weight: bold !important;
  text-align: center !important;
  padding: 0.7em 0.3em !important;
}
.ui-datepicker td {
  padding: 1px !important;
}
.ui-datepicker a {
  border-bottom: none !important;
}
.ui-datepicker-trigger {
  padding: 3px 0 0 6px;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.backtrace {
  padding: 10px 0 20px 0;
}
.backtrace .file {
  padding-left: 10px;
  border-left: 6px solid #2A2;
}
.backtrace .code {
  font-family: monospace;
  font-size: 10px;
  padding-left: 10px;
  border-left: 6px solid #622;
}
.backtrace .code li {
  white-space: pre;
  line-height: 150%;
  list-style-type: decimal;
  list-style-position: inside;
}
.backtrace .code li.context-0 {
  background-color: #EDD;
}
#debug-summary {
  background-color: #000;
  border: 1px dashed #000;
  color: #FFF;
  text-align: left;
  padding: 15px;
  overflow: scroll;
  overflow-wrap: anywhere;
  border-radius: 6px;
}
/* Status indicators */
#container table.data tbody tr td.status {
  padding-left: 0px;
  padding-right: 0;
}
#container table.data tbody tr td.status.first {
  /* still give some padding if its first */

  padding-left: 5px;
}
.box table.data tbody td a.status {
  width: 70px;
  height: 17px;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
/* Override the above, if a specific status was set to the <a>*/
table.data a.status.accepted {
  background: url('/img/status/accepted.png') no-repeat;
}
table.data a.status.active {
  background: url('/img/status/active.png') no-repeat;
}
table.data a.status.awaiting_reply {
  background: url('/img/status/awaiting_reply.png') no-repeat;
}
table.data a.status.bounce {
  background: url('/img/status/bounced.png') no-repeat;
}
table.data a.status.bounced {
  background: url('/img/status/bounced.png') no-repeat;
}
table.data a.status.busy {
  background: url('/img/status/busy.png') no-repeat;
}
table.data a.status.cancelled {
  background: url('/img/status/deleted.png') no-repeat;
}
table.data a.status.closed {
  background: url('/img/status/closed.png') no-repeat;
}
table.data a.status.credit {
  background: url('/img/status/credit.png') no-repeat;
}
table.data a.status.dead {
  background: url('/img/status/deleted.png') no-repeat;
}
table.data a.status.debit {
  background: url('/img/status/debit.png') no-repeat;
}
table.data a.status.deleted {
  background: url('/img/status/deleted.png') no-repeat;
}
table.data a.status.deliver {
  background: url('/img/status/deliver.png') no-repeat;
}
table.data a.status.delivered {
  background: url('/img/status/delivered.png') no-repeat;
}
table.data a.status.disabled {
  background: url('/img/status/disabled.png') no-repeat;
}
table.data a.status.disputed {
  background: url('/img/status/disputed.png') no-repeat;
}
table.data a.status.done {
  background: url('/img/status/done.png') no-repeat;
}
table.data a.status.draft {
  background: url('/img/status/draft.png') no-repeat;
}
table.data a.status.error {
  background: url('/img/status/error.png') no-repeat;
}
table.data a.status.future {
  background: url('/img/status/future.png') no-repeat;
}
table.data a.status.inactive {
  background: url('/img/status/inactive.png') no-repeat;
}
table.data a.status.new {
  background: url('/img/status/inactive.png') no-repeat;
}
table.data a.status.okay {
  background: url('/img/status/ok.png') no-repeat;
}
table.data a.status.ok {
  background: url('/img/status/ok.png') no-repeat;
}
table.data a.status.open {
  background: url('/img/status/open.png') no-repeat;
}
table.data a.status.outstanding {
  background: url('/img/status/past_due.png') no-repeat;
}
table.data a.status.paid {
  background: url('/img/status/paid.png') no-repeat;
}
table.data a.status.past_due {
  background: url('/img/status/past_due.png') no-repeat;
}
table.data a.status.pending {
  background: url('/img/status/pending.png') no-repeat;
}
table.data a.status.queue {
  background: url('/img/status/queue.png') no-repeat;
}
table.data a.status.quote {
  background: url('/img/status/quote.png') no-repeat;
}
table.data a.status.pro-forma {
  background: url('/img/status/proforma.png') no-repeat;
}
table.data a.status.read {
  background: url('/img/status/read.png') no-repeat;
}
table.data a.status.refund {
  background: url('/img/status/refund.png') no-repeat;
}
table.data a.status.refuted {
  background: url('/img/status/disputed.png') no-repeat;
}
table.data a.status.rejected {
  background: url('/img/status/rejected.png') no-repeat;
}
table.data a.status.reversed {
  background: url('/img/status/reversed.png') no-repeat;
}
table.data a.status.received {
  background: url('/img/status/received.png') no-repeat;
}
table.data a.status.sent {
  background: url('/img/status/sent.png') no-repeat;
}
table.data a.status.suspended {
  background: url('/img/status/suspended.png') no-repeat;
}
table.data a.status.unpaid {
  background: url('/img/status/unpaid.png') no-repeat;
}
table.data a.status.unread {
  background: url('/img/status/unread.png') no-repeat;
}
table.data a.status.wait {
  background: url('/img/status/busy.png') no-repeat;
}
table.data a.status.warning {
  background: url('/img/status/warning.png') no-repeat;
}
table.data td.checkbox {
  text-align: center;
}
table.data img.icon {
  margin-right: 5px;
}
/* Special rows */
table.data tr.message td {
  text-align: center;
}
.box .content table tr.message td {
  color: #888;
}
.box .content table tr.message td a {
  color: #555;
}
.box .content table tr.message td a:hover {
  color: #153d4b;
}
table.data tr.dead td {
  text-decoration: line-through;
}
table.data tr.disabled td {
  color: #999;
}
/* Hidden entries message */
.box .content table.data tr.message.hidden-entries td {
  background: url(/ico/grey/led/error.png) 10px 50% no-repeat #f0f0f0;
  border-bottom: 1px dashed #CCC;
}
.box .content table.data tr.message.select-all td {
  background: url(/ico/silk/group_add.png) 10px 50% no-repeat #feffbd;
  color: #444;
  border-bottom: 1px dashed #CCC;
  display: none;
}
.box .content table.data tr.message.select-all td a {
  color: #000000;
}
.box .content table.data tr.message.select-all td a:hover {
  color: #153d4b;
}
/* First and last helpers, mainly for table cells */
table.data .first {
  border-left: 0;
}
table.data .last {
  border-right: 0;
}
/* Conditional colours for table rows */
table.data tr.resigned td {
  background-color: #fcf2f2!important;
  color: red!important;
}
table.data tr.resigned td a {
  color: darkred!important;
}
/* Box background colors */
.box .content table.data tr {
  /* In all grey cells make links black */

}
.box .content table.data tr.even td,
.box .content table.data tr.even td.noblank {
  background-color: #f9f9f9;
}
.box .content table.data tr.even td.blue,
.box .content table.data tr.even td.noblank.blue {
  background-color: #b2bae3;
}
.box .content table.data tr.even td.blue-light,
.box .content table.data tr.even td.noblank.blue-light {
  background-color: #aae2f4;
}
.box .content table.data tr.even td.blue-medium,
.box .content table.data tr.even td.noblank.blue-medium {
  background-color: #abcbf2;
}
.box .content table.data tr.even td.blue-dark,
.box .content table.data tr.even td.noblank.blue-dark {
  background-color: #95bef1;
}
.box .content table.data tr.even td.grey,
.box .content table.data tr.even td.noblank.grey {
  background-color: #a2a2a2;
}
.box .content table.data tr.even td.green,
.box .content table.data tr.even td.noblank.green {
  background-color: #dbf1ad;
}
.box .content table.data tr.even td.green-light,
.box .content table.data tr.even td.noblank.green-light {
  background-color: #aaf4e2;
}
.box .content table.data tr.even td.green-medium,
.box .content table.data tr.even td.noblank.green-medium {
  background-color: #abf2cb;
}
.box .content table.data tr.even td.green-dark,
.box .content table.data tr.even td.noblank.green-dark {
  background-color: #95f1be;
}
.box .content table.data tr.even td.orange,
.box .content table.data tr.even td.noblank.orange {
  background-color: #fdcea7;
}
.box .content table.data tr.even.blank td,
.box .content table.data tr.even td.blank {
  background-color: #ffffff;
}
.box .content table.data tr.odd td,
.box .content table.data tr.odd td.noblank {
  background-color: #ffffff;
}
.box .content table.data tr.odd td.blue,
.box .content table.data tr.odd td.noblank.blue {
  background-color: #ccccff;
}
.box .content table.data tr.odd td.blue-light,
.box .content table.data tr.odd td.noblank.blue-light {
  background-color: #dbeef4;
}
.box .content table.data tr.odd td.blue-medium,
.box .content table.data tr.odd td.noblank.blue-medium {
  background-color: #dce6f2;
}
.box .content table.data tr.odd td.blue-dark,
.box .content table.data tr.odd td.noblank.blue-dark {
  background-color: #95bef1;
}
.box .content table.data tr.odd td.grey,
.box .content table.data tr.odd td.noblank.grey {
  background-color: #cccccc;
}
.box .content table.data tr.odd td.green,
.box .content table.data tr.odd td.noblank.green {
  background-color: #ebf1de;
}
.box .content table.data tr.odd td.green-light,
.box .content table.data tr.odd td.noblank.green-light {
  background-color: #dbf4ee;
}
.box .content table.data tr.odd td.green-medium,
.box .content table.data tr.odd td.noblank.green-medium {
  background-color: #dcf2e6;
}
.box .content table.data tr.odd td.green-dark,
.box .content table.data tr.odd td.noblank.green-dark {
  background-color: #95f1be;
}
.box .content table.data tr.odd td.orange,
.box .content table.data tr.odd td.noblank.orange {
  background-color: #fdeada;
}
.box .content table.data tr.odd.blank td,
.box .content table.data tr.odd td.blank {
  background-color: #ffffff;
}
.box .content table.data tr td.grey a {
  color: #000;
}
.box-plain .content table.data tr {
  /* In all grey cells make links black */

}
.box-plain .content table.data tr.even td,
.box-plain .content table.data tr.even td.noblank {
  background-color: #f9f9f9;
}
.box-plain .content table.data tr.even td.blue,
.box-plain .content table.data tr.even td.noblank.blue {
  background-color: #b2bae3;
}
.box-plain .content table.data tr.even td.blue-light,
.box-plain .content table.data tr.even td.noblank.blue-light {
  background-color: #aae2f4;
}
.box-plain .content table.data tr.even td.blue-medium,
.box-plain .content table.data tr.even td.noblank.blue-medium {
  background-color: #abcbf2;
}
.box-plain .content table.data tr.even td.blue-dark,
.box-plain .content table.data tr.even td.noblank.blue-dark {
  background-color: #95bef1;
}
.box-plain .content table.data tr.even td.grey,
.box-plain .content table.data tr.even td.noblank.grey {
  background-color: #a2a2a2;
}
.box-plain .content table.data tr.even td.green,
.box-plain .content table.data tr.even td.noblank.green {
  background-color: #dbf1ad;
}
.box-plain .content table.data tr.even td.green-light,
.box-plain .content table.data tr.even td.noblank.green-light {
  background-color: #aaf4e2;
}
.box-plain .content table.data tr.even td.green-medium,
.box-plain .content table.data tr.even td.noblank.green-medium {
  background-color: #abf2cb;
}
.box-plain .content table.data tr.even td.green-dark,
.box-plain .content table.data tr.even td.noblank.green-dark {
  background-color: #95f1be;
}
.box-plain .content table.data tr.even td.orange,
.box-plain .content table.data tr.even td.noblank.orange {
  background-color: #fdcea7;
}
.box-plain .content table.data tr.even.blank td,
.box-plain .content table.data tr.even td.blank {
  background-color: #ffffff;
}
.box-plain .content table.data tr.odd td,
.box-plain .content table.data tr.odd td.noblank {
  background-color: #ffffff;
}
.box-plain .content table.data tr.odd td.blue,
.box-plain .content table.data tr.odd td.noblank.blue {
  background-color: #ccccff;
}
.box-plain .content table.data tr.odd td.blue-light,
.box-plain .content table.data tr.odd td.noblank.blue-light {
  background-color: #dbeef4;
}
.box-plain .content table.data tr.odd td.blue-medium,
.box-plain .content table.data tr.odd td.noblank.blue-medium {
  background-color: #dce6f2;
}
.box-plain .content table.data tr.odd td.blue-dark,
.box-plain .content table.data tr.odd td.noblank.blue-dark {
  background-color: #95bef1;
}
.box-plain .content table.data tr.odd td.grey,
.box-plain .content table.data tr.odd td.noblank.grey {
  background-color: #cccccc;
}
.box-plain .content table.data tr.odd td.green,
.box-plain .content table.data tr.odd td.noblank.green {
  background-color: #ebf1de;
}
.box-plain .content table.data tr.odd td.green-light,
.box-plain .content table.data tr.odd td.noblank.green-light {
  background-color: #dbf4ee;
}
.box-plain .content table.data tr.odd td.green-medium,
.box-plain .content table.data tr.odd td.noblank.green-medium {
  background-color: #dcf2e6;
}
.box-plain .content table.data tr.odd td.green-dark,
.box-plain .content table.data tr.odd td.noblank.green-dark {
  background-color: #95f1be;
}
.box-plain .content table.data tr.odd td.orange,
.box-plain .content table.data tr.odd td.noblank.orange {
  background-color: #fdeada;
}
.box-plain .content table.data tr.odd.blank td,
.box-plain .content table.data tr.odd td.blank {
  background-color: #ffffff;
}
.box-plain .content table.data tr td.grey a {
  color: #000;
}
/* Special total row */
.box .content table.data tbody tr.even.total td {
  background: #e5e5e5;
}
.box .content table.data tbody tr.odd.total td {
  background: #eeeeee;
}
/* Special column types */
.box .content table.data tr.even td,
.box .content table.data tr.odd td,
.box .content table.data tr.even th,
.box .content table.data tr.odd th {
  /* Column total for export */

  /* Column for logs */

}
.box .content table.data tr.even td.columntotal,
.box .content table.data tr.odd td.columntotal,
.box .content table.data tr.even th.columntotal,
.box .content table.data tr.odd th.columntotal {
  border-bottom: 3px double;
  font-weight: bold;
}
.box .content table.data tr.even td.column-log div,
.box .content table.data tr.odd td.column-log div,
.box .content table.data tr.even th.column-log div,
.box .content table.data tr.odd th.column-log div {
  white-space: nowrap;
  display: block;
  overflow: auto;
  padding-right: 30px;
  max-height: 140px;
  max-width: 600px;
}
/* Drag handles */
.box .content table.data.sortable tbody td.first,
.box .content table.data.sortable thead td.first {
  padding: 0;
  width: 18px;
}
table.data td.drag-handle {
  cursor: move;
}
table.data tr.hover td.drag-handle {
  background: url('/img/drag-handle.gif') no-repeat 50% 50%;
}
table.data tfoot td .altbutton {
  margin-top: 0;
}
.box table.data tfoot td.first {
  padding-left: 20px;
}
/* Minimum width for status / icon */
#container table.data tbody tr td.status,
#container table.data tbody tr td.icon {
  width: 0.1%;
  padding-right: 20px;
}
/* Good and bad */
table.data tr td span.good {
  color: #393;
  font-weight: bold;
}
table.data tr td span.bad {
  color: #933;
  font-weight: bold;
}
/* Configure popup */
#container table.data thead td.configure-button {
  width: 0;
}
.configure-columns {
  display: none;
  z-index: 1000;
  background-color: #fff;
  padding: 6px;
  border: 1px solid #444;
  width: 600px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.configure-columns .configure-column-choices {
  overflow: auto;
  height: 160px;
  margin: 8px 0px;
  border: 1px solid #CCC;
}
.configure-columns .configure-column-choices table tr,
.configure-columns .configure-column-choices table td {
  background: white;
  border: none;
}
.configure-columns .configure-column-choices table td {
  padding: 0px;
}
.configure-columns .configure-column-choices table td label {
  font-weight: normal;
}
.configure-columns .configure-defaults {
  margin-left: 8px;
}
.configure-columns .configure-all,
.configure-columns .configure-none {
  margin-left: 8px;
}
/* Standard text styles */
div.text h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
div.text h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
div.text h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
div.text h4,
div.text p,
div.text blockquote,
div.text ul,
div.text fieldset,
div.text form,
div.text ol,
div.text dl,
div.text dir,
div.text menu {
  margin: 1.12em 0.34em;
}
div.text h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
div.text h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
div.text h1,
div.text h2,
div.text h3,
div.text h4,
div.text h5,
div.text h6,
div.text b,
div.text strong {
  font-weight: bolder;
}
div.text pre {
  font-family: monospace;
  font-size: 12px;
}
div.msg ul {
  margin: 10px 0;
  /* Page-actions listing has no styles */

}
div.msg ul li {
  list-style-type: disc;
  margin-left: 25px;
}
div.msg ul.page-actions,
div.msg ul.messages {
  margin: 0;
}
div.msg ul.page-actions li,
div.msg ul.messages li {
  margin: 0;
  list-style-type: none;
}
div.msg.msg-plain {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid;
  margin: 0 0 10px 0;
  padding: 8px 10px 0 10px;
}
div.msg.msg-plain div.inner {
  margin: 0 0 8px 0;
  padding-left: 25px;
}
div.msg.msg-plain h4 {
  font: bold 16px Arial, Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 5px;
}
div.msg.msg-plain p {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 5px;
}
div.msg.msg-extended {
  border-width: 1px;
  border-style: solid;
  margin: 0 0 15px 0;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 150%;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  padding: 10px 10px 10px 36px;
}
div.msg.msg-extended h4 {
  font: bold 16px Arial, Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 5px;
}
div.msg.msg-extended p {
  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 5px;
}
div.msg.msg-extended .close {
  background: url('/img/extmsg/close.png') no-repeat;
  display: none;
  float: right;
  width: 7px;
  height: 7px;
  line-height: 7px;
}
div.msg.msg-info.msg-extended {
  background: #c3e6ff url("/img/msg-info.png") repeat-x top left;
  border-color: #9dc0d9;
  color: #005898;
  padding: 10px 10px 10px 36px;
}
div.msg.msg-info.msg-extended h4 {
  color: #005898;
  position: relative;
  top: 0px;
  left: -16px;
}
div.msg.msg-info.msg-extended hr {
  border: 0;
  border-top: 1px solid #5dbbff;
  color: #90d1ff;
}
div.msg.msg-info.msg-extended .icon {
  position: relative;
  top: 0px;
  left: -25px;
  width: 16px;
  height: 16px;
  float: left;
  background: url("/ico/led/exclamation.png") 0 50% no-repeat;
}
div.msg.msg-info.msg-plain {
  background: #c3e6ff url("/img/msg-info.png") repeat-x top left;
  border-color: #9dc0d9;
  color: #005898;
}
div.msg.msg-info.msg-plain div.inner {
  background: url("/ico/led/exclamation.png") 0 0 no-repeat;
}
div.msg.msg-info a {
  color: #1048DB;
  border-bottom: 1px solid #0098BB;
}
div.msg.msg-warning.msg-extended {
  background: #f3f7aa url("/img/msg-warn.png") repeat-x top left;
  border-color: #cdd184;
  color: #6c6600;
  padding: 10px 10px 10px 36px;
}
div.msg.msg-warning.msg-extended h4 {
  color: #6c6600;
  position: relative;
  top: 0px;
  left: -16px;
}
div.msg.msg-warning.msg-extended hr {
  border: 0;
  border-top: 1px solid #e6ee4d;
  color: #ecf37b;
}
div.msg.msg-warning.msg-extended .icon {
  position: relative;
  top: 0px;
  left: -25px;
  width: 16px;
  height: 16px;
  float: left;
  background: url("/ico/led/exclamation_octagon_fram.png") 0 50% no-repeat;
}
div.msg.msg-warning.msg-plain {
  background: #f3f7aa url("/img/msg-warn.png") repeat-x top left;
  border-color: #cdd184;
  color: #6c6600;
}
div.msg.msg-warning.msg-plain div.inner {
  background: url("/ico/led/exclamation_octagon_fram.png") 0 0 no-repeat;
}
div.msg.msg-success.msg-extended {
  background: #d2ecba url("/img/msg-ok.png") repeat-x top left;
  border-color: #acc694;
  color: #336801;
  padding: 10px 10px 10px 36px;
}
div.msg.msg-success.msg-extended h4 {
  color: #336801;
  position: relative;
  top: 0px;
  left: -16px;
}
div.msg.msg-success.msg-extended hr {
  border: 0;
  border-top: 1px solid #9ed66a;
  color: #b8e192;
}
div.msg.msg-success.msg-extended .icon {
  position: relative;
  top: 0px;
  left: -25px;
  width: 16px;
  height: 16px;
  float: left;
  background: url("/ico/led/accept.png") 0 50% no-repeat;
}
div.msg.msg-success.msg-plain {
  background: #d2ecba url("/img/msg-ok.png") repeat-x top left;
  border-color: #acc694;
  color: #336801;
}
div.msg.msg-success.msg-plain div.inner {
  background: url("/ico/led/accept.png") 0 0 no-repeat;
}
div.msg.msg-error.msg-extended {
  background: #f9c9c9 url("/img/msg-error.png") repeat-x top left;
  border-color: #d3a3a3;
  color: #8d0d0d;
  padding: 10px 10px 10px 36px;
}
div.msg.msg-error.msg-extended h4 {
  color: #8d0d0d;
  position: relative;
  top: 0px;
  left: -16px;
}
div.msg.msg-error.msg-extended hr {
  border: 0;
  border-top: 1px solid #ef6d6d;
  color: #f49b9b;
}
div.msg.msg-error.msg-extended .icon {
  position: relative;
  top: 0px;
  left: -25px;
  width: 16px;
  height: 16px;
  float: left;
  background: url("/ico/led/cross_octagon.png") 0 50% no-repeat;
}
div.msg.msg-error.msg-plain {
  background: #f9c9c9 url("/img/msg-error.png") repeat-x top left;
  border-color: #d3a3a3;
  color: #8d0d0d;
}
div.msg.msg-error.msg-plain div.inner {
  background: url("/ico/led/cross_octagon.png") 0 0 no-repeat;
}
div.msg.msg-error a {
  color: #380000;
  border-color: #A80000;
}
div.msg.msg-error small {
  color: #B87979;
}
div.msg.msg-wizard.msg-extended {
  background: #cdc3ff url("/img/msg-wizard.png") repeat-x top left;
  border-color: #a79dd9;
  color: #4f428c;
  padding: 10px 10px 10px 36px;
}
div.msg.msg-wizard.msg-extended h4 {
  color: #4f428c;
  position: relative;
  top: 0px;
  left: -16px;
}
div.msg.msg-wizard.msg-extended hr {
  border: 0;
  border-top: 1px solid #785dff;
  color: #a390ff;
}
div.msg.msg-wizard.msg-extended .icon {
  position: relative;
  top: 0px;
  left: -25px;
  width: 16px;
  height: 16px;
  float: left;
  background: url("/img/extmsg/wizard.png") 0 50% no-repeat;
}
div.msg.msg-wizard.msg-plain {
  background: #cdc3ff url("/img/msg-wizard.png") repeat-x top left;
  border-color: #a79dd9;
  color: #4f428c;
}
div.msg.msg-wizard.msg-plain div.inner {
  background: url("/img/extmsg/wizard.png") 0 0 no-repeat;
}
div.msg.msg-wizard a {
  color: #2f226c;
  border-color: #2f268c;
}
div.msg.msg-wizard a:hover {
  color: #2f226c;
  border-color: #6f62Ac;
}
div.msg.msg-hazard.msg-extended {
  background: #f3f7aa url("/img/msg-hazard.png") repeat-x top left;
  border-color: #cdd184;
  color: #6c6600;
  padding: 10px 10px 10px 36px;
}
div.msg.msg-hazard.msg-extended h4 {
  color: #6c6600;
  position: relative;
  top: 0px;
  left: -16px;
}
div.msg.msg-hazard.msg-extended hr {
  border: 0;
  border-top: 1px solid #e6ee4d;
  color: #ecf37b;
}
div.msg.msg-hazard.msg-extended .icon {
  position: relative;
  top: 0px;
  left: -25px;
  width: 16px;
  height: 16px;
  float: left;
  background: url("/ico/led/exclamation_octagon_fram.png") 0 50% no-repeat;
}
div.msg.msg-hazard.msg-plain {
  background: #f3f7aa url("/img/msg-hazard.png") repeat-x top left;
  border-color: #cdd184;
  color: #6c6600;
}
div.msg.msg-hazard.msg-plain div.inner {
  background: url("/ico/led/exclamation_octagon_fram.png") 0 0 no-repeat;
}
div.msg.msg-hazard.msg-extended {
  padding-top: 25px;
}
div.msg.msg-dead.msg-extended {
  background: #d0d0d0 url("/img/msg-dead.png") repeat-x top left;
  border-color: #aaaaaa;
  color: #333333;
  padding: 10px 10px 10px 36px;
}
div.msg.msg-dead.msg-extended h4 {
  color: #333333;
  position: relative;
  top: 0px;
  left: -16px;
}
div.msg.msg-dead.msg-extended hr {
  border: 0;
  border-top: 1px solid #9d9d9d;
  color: #b7b7b7;
}
div.msg.msg-dead.msg-extended .icon {
  position: relative;
  top: 0px;
  left: -25px;
  width: 16px;
  height: 16px;
  float: left;
  background: url("/img/extmsg/dead.png") 0 50% no-repeat;
}
div.msg.msg-dead.msg-plain {
  background: #d0d0d0 url("/img/msg-dead.png") repeat-x top left;
  border-color: #aaaaaa;
  color: #333333;
}
div.msg.msg-dead.msg-plain div.inner {
  background: url("/img/extmsg/dead.png") 0 0 no-repeat;
}
small {
  display: block;
  font-size: 11px;
  margin-top: 3px;
  margin-bottom: -9px;
}
small a {
  border-bottom: none;
}
/* Internal error/information messages */
.alone {
  margin-bottom: 0px!important;
}
.log_text {
  font-family: courier;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 18px;
}
.extmsg ul li .undo {
  font-size: 80%;
  vertical-align: top;
  border: none;
}
div.box pre {
  font-family: monospace;
}
/* Loading box */
div.box div.ajax-loading {
  width: 256px;
  height: 96px;
}
div.box div.ajax-loading div.message {
  width: 256px;
  height: 64px;
  background-color: #000;
  opacity: 0.7;
  color: #FFF;
  vertical-align: middle;
  line-height: 64px;
  text-align: center;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
div.box .settings-summary {
  border-bottom: 1px solid #AAA;
  padding: 5px 30px;
  background: #e7f099 url('/ico/plain/led/blog.png') no-repeat 10px 50%;
}
div.box .settings-form {
  background-color: #F9F9F9;
  border-bottom: 1px dashed #AAA;
}
div.box .settings-form table {
  width: 100%;
}
/* Simple box styles */
.box .content {
  background-color: #FFF;
  margin-bottom: 5px;
}
/* boxes' content types – tabular */
.box .content table {
  width: 100%;
}
.box .content table th,
.box .content table td {
  padding: 8px 10px 8px 10px;
  vertical-align: middle;
}
.box .content table td.field {
  vertical-align: top;
}
.box .content table th {
  text-align: left;
  font-weight: normal;
}
.box .content table th.first,
.box .content table td.first {
  padding-left: 10px;
  padding-right: 20px;
}
.box .content table th.first.last,
.box .content table td.first.last {
  padding-right: 10px;
}
.box .content table thead th,
.box .content table thead td {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #d5d5d5;
  background: #dddddd url("/img/thead.gif") repeat-x;
  text-shadow: #fff 0 1px 0;
}
.box .content table tbody tr.first th,
.box .content table tbody tr.first td {
  border-top: 1px solid #bbb;
}
.box .content table a.ico-comms {
  border: 0;
  background: url("/img/green/ico-tablecomms.gif") 50% 60% no-repeat;
  padding: 11px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 12px;
}
.box .content table tfoot th,
.box .content table tfoot td {
  border-top: 1px solid #ccc;
  background: #ffffff url("/img/tfoot.gif") repeat-x;
}
.box .content table td small.subtext {
  display: block;
  font-size: 90%;
}
.box .content table td em {
  color: #999;
}
/*.altbox .content table tbody {color: #2b5200;}*/
/* Boxes' content types – simple list */
.box .content table tr.even th {
  background: #f5f5f5;
}
.altbox .content table tr.even th {
  background: #f2fae3;
}
/* Boxes' content types – grid */
.box .content .grid .line {
  border-bottom: 1px solid #ddd;
}
.box .content .grid .odd {
  float: left;
  background: #f5f5f5;
}
.box .content .grid .item {
  float: left;
  width: 50%;
}
.box .content .grid .item .inner {
  padding: 17px 15px 12px 20px;
}
.box .content .grid .line.first {
  border-top: 0 !important;
}
.box .content .grid .line.last {
  border-bottom: 0 !important;
}
.box .content .grid .item a.thumb {
  border: 0;
  float: left;
}
.box .content .grid .item .data {
  margin-left: 165px;
}
.box .content .grid .item h4 {
  margin: 0 0 10px 0;
  font-size: 110%;
  font-weight: bold;
}
.box .content .grid .item h4 span {
  margin-right: 5px;
  font-weight: normal;
  font-size: 90%;
}
.box .content .grid .item p {
  margin: 0 0 5px 0;
  color: #666;
}
.box .content .grid ul.actions {
  margin-top: 8px;
}
.altbox .content .grid .line {
  border-bottom-color: #cfe1ad;
}
.altbox .content .grid .odd {
  background: #f2fae3;
}
/* Plain box content with a date, or with text */
.box .content > .date {
  text-align: right;
  color: #666;
  padding: 5px;
  background-color: #eee;
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}
.box .content > .bounce {
  text-align: left;
  color: #400;
  padding: 5px;
  background-color: #daa;
  border-bottom: 1px solid #944;
}
.box .content > .warning {
  text-align: left;
  padding: 5px;
  background-color: #ffffe0;
  border-bottom: 1px solid #ffebe0;
}
.box .content .thread {
  padding: 6px 6px 12px 15px;
}
.box .content .html {
  padding: 6px 6px 12px 15px;
}
.box .content .text {
  /*border-left:2px solid #DDD;*/
  padding: 6px 6px 12px 15px;
}
.box .content .text .show_quoted a {
  font-size: 90%;
  color: #666;
}
.box .content .text .show_quoted a:hover {
  color: #59aa00;
}
/* Kill top padding when form follows text */
.box .content .text + .inner-form {
  padding-top: 0;
}
/* Boxes' headers */
.box .header {
  border-top: 1px solid #0099cc;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: -1px -1px 0 -1px;
  position: relative;
}
.box .header .header-inner {
  /*border-top: 1px solid #dcdcdc;*/

  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 0 9px 20px;
}
.box .header h3 {
  position: relative;
  top: 2px;
  display: inline;
  font-size: 150%;
}
.box .header h3 span {
  font-size: 12px;
  float: right;
  position: relative;
  right: 20px;
  top: 5px;
}
.box .header h3 span a {
  color: #FFF;
  text-shadow: #000 0 1px 0;
  text-decoration: none;
  border: none;
}
.box .header .button {
  margin-left: 15px;
  margin-top: 3px;
}
.box .header .button + .button {
  margin-left: 8px;
}
/***
 * Set up the box colors based on @box-color
 **/
.box .header {
  /*border-top-color: darken(@box-color, 10%) - #010101;*/

}
.box .header .header-inner {
  /*border-top: 1px solid lighten(@box-color, 45%);*/

  background: #0099cc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007399), color-stop(1, #00bfff));
  background: -ms-linear-gradient(bottom, #007399, #00bfff);
  background: -moz-linear-gradient(center bottom, #007399 0%, #00bfff 100%);
}
.box .header h3 {
  text-shadow: #2c5500 0 1px 0;
  color: #fff;
}
/***
 * A plain grey box
 **/
.box-plain .header {
  border-top-color: #dcdcdc;
  background: #bababa url("/img/headerbox.png") repeat-x;
}
.box-plain .header .header-inner {
  background: none;
}
.box-plain .header h3 {
  text-shadow: #FFF 0 1px 0;
  color: #333;
}
.box-blue .header {
  border-top-color: #143947;
}
.box-blue .header .header-inner {
  /*background: #2b5f92 url("/img/blue/tweetheaderbox.png") repeat-x;*/

  background: #143947;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #09191f), color-stop(1, #1f596f));
  background: -ms-linear-gradient(bottom, #09191f, #1f596f);
  background: -moz-linear-gradient(center bottom, #09191f 0%, #1f596f 100%);
}
.box-blue .header h3 {
  text-shadow: #2c5500 0 1px 0;
  color: #FFF;
}
.box-blue .header h3 span a {
  color: #FFF;
  text-shadow: #000 0 1px 0;
  text-decoration: none;
  border: none;
}
/* Tags in the header */
.box .header ul {
  position: absolute;
  right: 9px;
  bottom: 0;
}
.box .header ul li {
  display: inline;
}
.box .header ul li.new-row {
  display: block;
}
.box .header ul a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  float: left;
  margin: 0 0 0 5px;
  padding: 8px 13px 6px;
}
.box .header ul a {
  background-color: #77bd64;
  color: #FFF;
}
.box .header ul a.active,
.box .header ul a:active,
.box .header ul a:focus {
  background-color: #FFF;
  color: #153d4b;
}
.box .header ul a:hover {
  /*background-color: @tab-bg-hover;*/

  /*color: #FFF;*/

}
.box-plain .header ul a {
  background: #CCC;
  color: #333;
}
.box-plain .header ul a.active,
.box-plain .header ul a:active,
.box-plain .header ul a:focus {
  background: #fff;
  color: #333;
}
.box-plain .header ul a:hover {
  background: #fff;
  color: #333;
}
.floating {
  margin-right: 0px!important;
}
/* clear right margin for last box in a line */
/* Wrap of box's content */
.full-shadow {
  /*.box-shadow(#aaa 0 0 10px);*/
  border: 1px solid #ddd;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Icons in the header */
.icons {
  width: 100px;
  display: inline;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
/* Box form overrides */
.box label {
  color: #333;
}
.box small a {
  color: #333;
}
/* Boxes' pagination */
.pagination {
  border-top: 1px solid #999;
  background: #ffffff url("/img/pagination.gif") repeat-x;
  text-align: center;
  color: #333 !important;
}
.pagination ul {
  background: url("/img/pagination-arrow.gif") 51% 0 no-repeat;
  position: relative;
  top: -1px;
  padding: 12px 10px 6px;
}
.pagination ul li {
  display: inline;
}
.pagination a {
  border: 0;
  background: #ebebeb url("/img/pagination-item.gif") repeat-x;
  margin: 0 5px;
  padding: 6px 10px;
  color: #333 !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 5px;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  color: #59aa00 !important;
}
.pagination strong {
  position: relative;
  padding: 15px 10px 8px;
}
.box div.outside-tip {
  font-size: 14px;
  padding: 7px 10px;
  background-color: #e0f1f5;
  border: 1px dashed #c0d1d5;
  color: #666;
  border-top: none;
}
.box div.outside-tip > span.hide {
  float: right;
}
.box div.outside-tip a,
.box div.outside-tip a:active,
.box div.outside-tip a:visited {
  color: #444;
}
.box div.outside-tip a:hover {
  color: #222;
}
#container > .inner-container {
  max-width: 1024px;
  margin: 0 auto;
}
/* content boxes */
.box {
  float: left;
  /*width: 720px;*/
  margin: 0 20px 15px 0;
}
.box.message-holder {
  margin-bottom: 0;
}
.box-25 {
  width: 25%;
}
/* 25% box */
.box-40 {
  width: 40%;
}
/* 40% box */
.box-50 {
  width: 49%;
}
/* 50% box */
.box-60 {
  width: 60%;
}
/* 60% box */
.box-75 {
  width: 75%;
}
/* 75% box */
.box-100 {
  width: 100%;
}
/* 100% box */
/* class for alternative (emphasized) boxes (blue headings and colors) */
body#signup-customer {
  /* 50% box */

}
body#signup-customer #container > .inner-container {
  width: 960px;
}
body#signup-customer .box {
  width: 960px;
}
body#signup-customer .box-50 {
  width: 470px;
}
/***
  Form layout
 ***/
.box .content .inner-form table td {
  padding: 8px 20px 8px 5px;
  vertical-align: top;
}
fieldset {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 10px 15px 15px 15px;
}
fieldset legend {
  padding: 0 10px;
  font-size: 110%;
  font-weight: bold;
}
fieldset legend span.tip {
  color: #888;
}
div.box fieldset legend .options {
  color: #333;
  border: none;
}
div.box fieldset legend .options .selected {
  color: #333;
  border-bottom: 0px;
}
div.box fieldset legend .options a {
  color: #AAA;
  border-bottom-width: 2px;
}
/* Forms */
.plain {
  padding: 0;
}
/* plain forms - used in tabular and grid data structures, TAKE CARE of it, please */
.plain fieldset {
  border: 0 !important;
  padding: 0 !important;
}
.basic dl {
  width: 100%;
  overflow: hidden;
}
/* basic layout for forms */
.basic dl dt,
.basic dl dd {
  float: left;
}
.basic dl dt {
  padding: 3px 5px 3px 0;
  width: 20%;
}
.basic dl dd {
  padding: 3px 0 3px 5px;
  width: 76%;
}
label.check,
label.radio {
  margin-right: 5px;
}
.field em {
  color: #666;
}
small {
  color: #999;
}
div.control small a.action {
  color: #000;
}
input.txt,
textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #999;
  background: #ffffff url("/img/txt.png") repeat-x;
  padding: 5px 2px;
}
textarea {
  width: 100%;
}
/* as big as possible by default */
textarea.comment {
  width: 300px;
  height: 100px;
}
select {
  padding: 3px;
}
select.multiple option {
  padding-right: 10px;
}
input.sample,
textarea.sample {
  color: #bbb;
  font-style: italic;
}
/* Disable any input  and label with this class */
.disabled input,
.disabled textarea,
.disabled select {
  color: #666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #999;
  background-color: #DDD;
  background-image: none!important;
  padding: 5px 2px;
}
.disabled label {
  color: #666!important;
}
div.control.disabled.disabled-hide {
  display: none;
}
.basic input.txt,
.basic textarea {
  width: 100%;
}
.columns-1 input.txt,
.columns-1 textarea {
  width: 50%;
}
.columns-1 input.wide.txt,
.columns-1 textarea.wide {
  width: 100%;
}
/* Wide fields */
.basic input.short,
.basic input.date-control,
.basic input.optional_date-control,
.basic input.percent-control,
.basic input.currency-control {
  width: 140px;
}
.basic div.optional-disabled img.ui-datepicker-trigger {
  display: none;
}
.basic input.tiny {
  width: 72px;
}
.basic input.verytiny {
  width: 32px;
}
.basic small {
  display: block;
}
.basic label {
  display: block;
}
.basic label.mandate {
  display: inline;
  color: #2B5200;
  font-weight: normal;
}
.basic .radio .caption {
  padding-left: 8px;
}
input.readonly,
textarea.readonly {
  background-color: #EAEAEA;
}
input.error,
textarea.error {
  border-color: #d35757;
  background-image: url("/img/txt-error.gif");
}
span.loading {
  background: url("/img/upload.gif") 0 50% no-repeat;
  padding: 3px 0 3px 20px;
}
span.required {
  color: red;
  font-weight: bold;
  display: inline;
  margin-left: 5px;
}
/* plain and clean layout for forms */
label,
div.sep {
  display: block;
  margin-top: 6px;
  color: #2B5200;
}
label.check,
label.radio {
  display: inline-block;
  margin-top: 0;
}
label.radio {
  background-color: #EEE;
  padding: 5px 12px 5px 6px;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
label.radio input {
  margin: 0;
  vertical-align: middle;
}
span.loading {
  margin-left: 10px;
}
label,
.basic label {
  font-weight: bold;
}
input.amount {
  width: 150px!important;
}
input.date {
  width: 150px!important;
}
/* Content styling */
/* Stylish buttons with rounded corners  + Removed annoying button hover styles for now */
.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 9px 5px;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 10px;
  margin-top: 20px;
}
/* Standard black buttons */
.button {
  border: 1px solid #10112d;
  /*background: #2a2a2a url("/img/altbutton.gif") repeat-x;*/
  background: #10112d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #030307), color-stop(1, #1d1f53));
  background: -ms-linear-gradient(bottom, #030307, #1d1f53);
  background: -moz-linear-gradient(center bottom, #030307 0%, #1d1f53 100%);
  text-shadow: #000000 1px 1px 0;
  color: #ffffff;
}
a.button:hover {
  /* apply to subselector of a for ie6 */

  color: #fff;
  border: 1px solid #153d4b;
}
a.button-admin:hover {
  /* apply to subselector of a for ie6 */

  color: #153d4b;
  border: 1px solid #FFF;
}
.button.disabled {
  cursor: default;
  border: 1px solid #ccc!important;
  background: #6c6c6c url("/img/altbutton-disabled.gif") repeat-x !important;
  text-shadow: #666666 1px 1px 0!important;
  color: #eee!important;
}
.inner-form fieldset a.submit-link {
  margin-left: 10px;
  color: #333;
}
.inner-form fieldset a.submit-link:hover {
  color: #153d4b;
}
/* Buttons inside a fieldset have a small right margin */
fieldset .button,
fieldset .button:hover {
  margin: 0 3px 0 0;
}
/* Alternative colors */
.button-green {
  border: 1px solid #77bd64;
  /*background: #52801f url("/img/green/button.gif") repeat-x;*/

  background: #77bd64;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5ca747), color-stop(1, #96cc88));
  background: -ms-linear-gradient(bottom, #5ca747, #96cc88);
  background: -moz-linear-gradient(center bottom, #5ca747 0%, #96cc88 100%);
  text-shadow: #153d4b 1px 1px 0;
}
.button-admin {
  border: 1px solid #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e6e6e6, #ffffff);
  background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #ffffff 100%);
  text-shadow: #FFF 1px 1px 0;
  color: #153d4b;
}
label.inline-checkbox {
  display: inline;
  font-weight: normal;
  padding-left: 10px;
  vertical-align: middle;
}
label.inline-checkbox input {
  vertical-align: middle;
}
/* Colored textareas */
textarea.good {
  background-color: #d4fece;
}
textarea.warning {
  background-color: #fee8ce;
}
textarea.bad {
  background-color: #fecece;
}
/* Icon-select control */
div.control.icon-select img {
  border: 2px solid #fff;
  padding: 3px;
  margin-right: 3px;
}
div.control.icon-select img.selected {
  border: 2px solid #ccc;
}
/* tabs in the client header */
.tabs {
  width: 100%;
}
.tabs ul {
  position: relative;
  top: -4px;
  text-align: center!important;
  /*margin-left:50px;*/
}
.tabs ul li {
  display: inline;
}
.tabs ul a {
  border-radius: 5px 5px 0 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  background: #CCC;
  border: 0;
  margin: 0 0 0 5px;
  padding: 9px 13px 7px;
  color: #333;
  font-weight: bold;
  font-size: 13px;
}
.tabs ul a.active,
.tabs ul a:focus,
.tabs ul a:active {
  background: #ffffff url("/img/headertab.png") repeat-x;
  color: #333;
}
.tabs ul a:hover {
  background: #ffffff url("/img/headertab.png") repeat-x;
  color: #333;
}
.tabs .offset_clientbox {
  /*margin-left:112px;*/
}
/* Login page */
#login {
  background: #EEEEEE;
}
#login .msg {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#login .box {
  float: none;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}
#login .fancy-box {
  box-shadow: #111 0 0 10px;
  -webkit-box-shadow: #111 0 0 10px;
  -moz-box-shadow: #111 0 0 10px;
  border: 0;
}
#login .header {
  margin: 0;
}
#login table {
  width: 75%;
  margin: 0 auto;
}
#login th,
#login td {
  padding: 0 0 5px 0;
}
#login th {
  width: 60px;
}
#login td.proceed {
  padding-right: 0;
}
#login td.proceed input {
  margin: 0;
}
#login input.txt {
  width: 310px;
  margin-left: 10px;
}
#login #remember {
  margin-left: 10px;
}
#login td label {
  display: inline;
  font-weight: normal;
}
#login p.forgot {
  margin-top: 10px;
  margin-left: 10px;
}
#login #footer {
  margin: 0 auto!important;
}
#login #container #inner-container {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
}
/* override inner container size */
#login .box-25 {
  width: 430px!important;
}
