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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  green: #78ac22
  orange: #AC8022
  dark gray: #3c4245
*/
html, body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #3c4245;
  line-height: 1.25em;
  background: #dde3e9 url(/images/bg-noise.png) repeat;
  cursor: default;
  height: 100%; }

a { color: #78ac22; }

  a:hover { text-decoration: none; }

:focus { outline: 0; }

a * { cursor: pointer; }

.clear { clear: both; }
.del { text-decoration: line-through; }

.last {
  margin-right: 0px !important;
  margin-bottom: 0px !important; }

.first { margin-left: 0px !important; }

.more-info {
  color: #808485;
  font-size: 11px !important; }

  .more-info a { color: #5F6263 !important; }

.left {
  float: left;
  display: block;
  clear: none !important; }

.right {
  float: right;
  display: block;
  clear: none !important; }

.big { font-size: 1.2em; }
.fade { text-transform: uppercase; font-size: 70%; color: #aeb2b7; font-weight: bold; }
.light { color: #aeb2b7; }

.hide { display: none; }

.hr {
  height: 2em;
  clear: both; }
  .hr.small { height: 10px; }

hr {
  background: #cbd2d9;
  padding-top: 1px;
  max-height: 1px;
  border: 0;
  border-bottom: 1px solid #eff4f8;
  clear: both;
}

.divider { margin: 15px 0; }

input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: 14px; }

input[type='checkbox'] {
  border: none !important;
  background: transparent; }

input[type='submit'], button {
  background: #78ac22;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  cursor: pointer;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
  padding: 5px 8px !important;
  border: 0 !important;
  border-top: 1px solid #7caf29 !important;
  border-left: 1px solid #7caf29 !important; }

input[type='submit']:hover { background: #86c026; }

button:hover { background: #86c026; }

input.date {
  background: #ffffff url(/images/calendar.png) no-repeat 98% 2px !important;
  cursor: default !important; }

input:disabled, input[readonly="readonly"] {
  background: #CCC;
  border-color: #999 !important;
  cursor: default !important;
}
input:disabled { background: #ccc !important; border-color: #999 !important; }
input[disabled='disabled'], input[readonly="readonly"] {
  background-color: #ccc !important;
  border-color: #999 !important;
}

.white_shadow { text-shadow: #546b7c 0px -1px 0px; }

.white_shadow_light { text-shadow: #7594aa 0px -1px 0px; }

.gray, .gray a { color: #999; }

.blue_bg {
  text-shadow: #546b7c 0px -1px 0px;
  background: #7594aa url("/images/blue-bg.png") repeat-x bottom left;
  border: solid #546b7c 1px; }

.blue_bg_selected {
  text-shadow: #7594aa 0px -1px 0px;
  background-position: top left;
  border: solid #7594aa 1px; }

.action_button, .action_button_delete, .action_button.off {
  padding: 3px 6px;
  background: #78ac22;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top: 1px solid #7caf29;
  border-left: 1px solid #7caf29;
  color: #ffffff;
  text-shadow: #5e9217 0 -1px 0;
  text-decoration: none;
  line-height: 1em;
  min-height: 13px;
  font-size: 12px; }

.action_button:hover { background: #86c026; }

.action_button .big, .action_button_delete .big, .action_button.off .big {
  font-size: 14px;
  padding: 4px 6px; }

.action_button strong {
  float: none !important;
  display: inline !important; }

.action_button_delete {
  background: #a82f2f;
  text-shadow: #812424 0 -1px 0;
  border-top: 1px solid #812424;
  border-left: 1px solid #812424; }

  .action_button_delete:hover { background: #c03535; }

.action_button.off {
  background: #c4c9cf;
  text-shadow: #AAA 0 1px 0 !important; /*color: #3c4245 !important;
    text-shadow: #fff 0 1px 0 !important;*/
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA; }

  .action_button.off:hover { background: #D1D7DF; }

.action_button.left, .action_button_delete.left { margin-right: 3px; }

.action_button.right, .action_button_delete.right { margin-left: 3px; }

.xero_button, .green_button, .gray_button, .orange_button {
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 12px;
  cursor: pointer;
  background-color: #dde3e9;
  text-decoration: none;
  overflow: hidden; }

  .green_button span, .gray_button span, .orange_button span, .xero_button span {
    float: left;
    height: 30px;
    line-height: 32px !important;
    padding: 0 12px 0 0;
    background-color: #dde3e9;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-shadow: #5e9217 0px -1px 0px; }

.green_button.right, .gray_button.right, .xero_button.right, .orange_button.right {
  float: right !important;
  margin: 0 0 0 5px !important; }

.green_button, .gray_button, .xero_button, .orange_button { background-position: top left !important; }
  .green_button span, .gray_button span, .xero_button span, .orange_button span { background-position: top right !important; }

  .green_button:hover, .gray_button:hover, .xero_button:hover, .orange_button:hover { background-position: bottom left !important; }
    .green_button:hover span, .gray_button:hover span, .xero_button:hover span, .orange_button:hover span { background-position: bottom right !important; }

.green_button, .green_button span {
  background-image: url(/images/button-green.png);
  background-repeat: no-repeat; }

  .green_button .splitter {
    border-left: 1px solid #9de12b;
    padding: 0 1px 0 0;
    width: 1px;
    line-height: 24px;
    background: #78ac22;
    font-size: 30px; }

  .green_button span strong {
    float: left;
    height: 28px;
    margin-top: 1px;
    line-height: 30px !important; }

  .green_button span em {
    float: left;
    height: 28px;
    margin-top: 1px;
    line-height: 30px !important; }

  .green_button strong {
    border-right: 1px solid #9de12b;
    padding-right: 9px;
    overflow: hidden;
    max-width: 140px; }

  .green_button em {
    border-left: 1px solid #78ac22;
    padding-left: 7px;
    font-style: normal;
    font-weight: normal;
    text-transform: lowercase; }

.gray_button, .gray_button span {
  background-image: url(/images/button-gray.png);
  background-repeat: no-repeat; }

  .gray_button span { text-shadow: #777777 0px -1px 0px !important; }

.orange_button, .orange_button span {
  background-image: url(/images/button-orange.png);
  background-repeat: no-repeat; }

  .orange_button span { text-shadow: #9e751f 0px -1px 0px !important; }

.xero_button, .xero_button span {
  background-image: url(/images/button-xero.png);
  background-repeat: no-repeat; }

  .xero_button { padding-left: 42px; }

.toggle_button { float: left;}

  .toggle_button .left, .toggle_button .right {
    background: url(/images/button-toggle.png) no-repeat;
    text-align: center;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 0 15px;
    line-height: 30px; }

  .toggle_button .left {
    background-position: bottom left;
    border-right: 1px solid rgba(0, 0, 0, 0.3); 
    float: none; display: inline-block;}

    .toggle_button .left:hover { background-position: center left; }

    .toggle_button .left.on {
      background-position: top left;
      cursor: default; }

  .toggle_button .right {
    background-position: bottom right;
    border-left: 1px solid rgba(255, 255, 255, 0.3); 
    float: none;
    display: inline-block;}

    .toggle_button .right:hover { background-position: center right; }

    .toggle_button .right.on { background-position: top right; }

.bullets {
  list-style-type: square;
  margin: 0 0 0 30px; }

  .bullets li { margin-bottom: 5px; }

#loading {
  font-size: 14px;
  padding: 5px; }

  #loading img { vertical-align: middle; }

.rounded_inputs input {
  background: #ffffff;
  color: #3c4245;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #7594aa; }

.rounded_inputs select {
  background: #ffffff;
  color: #3c4245;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #7594aa; }

.withErrors { border: 1px solid #c00000 !important; }

.errorExplanation {
  color: #c00000;
  font-weight: bold;
  font-size: 12px;
  display: block; }

#invalid_accounts_notice {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  color: #ffffff;
  background: #c00000;
  margin: 1em 0; }

#header_wrapper {
  background: #ffffff url("/images/header-bg.png") top left repeat-x;
  overflow: hidden;
  padding: 0 0 10px 0; }

#header {
  width: 930px;
  margin: 0 auto;
  overflow: hidden; }

#logo {
  float: left;
  margin-right: 30px; }

  #logo a {
    display: block;
    width: 148px;
    height: 60px;
    text-indent: -9999px;
    background: url("/images/minutedock-logo.png") top left no-repeat; }

    #logo a:hover { background-position: bottom left; }

#user_info, #account_info {
  float: right;
  height: 29px;
  line-height: 32px;
  padding: 0 15px;
  overflow: hidden;
  color: #78ac22; }

#account_info { float: left; }

#user_info .avatar {
  float: left;
  margin: 8px 12px 0 0; }

#user_avatar_upload { position: relative; }

#user_avatar {
  text-align: right;
  z-index: 2;
  position: relative;
  top: -2px;
  width: 255px;
  cursor: pointer; }

#fake_upload_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

#fake_upload_input {
  z-index: 1;
  width: 150px; }

#fake_upload_area img { cursor: pointer; }

#user_info #user_greeting { float: right; }

#user_info #user_links, #account_info #account_links {
  float: right;
  margin-left: 15px;
  overflow: hidden; }

#account_info #account_links { margin-left: 0; }

#user_info #user_links a, #account_info #account_links a {
  display: block;
  float: left;
  height: 25px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  background-image: url("/images/user-tab.png");
  background-repeat: no-repeat;
  margin: 3px 3px 0 0;
  padding-left: 10px;
  background-position: top left;
  text-decoration: none; }

#user_info #user_links a span, #account_info #account_links a span {
  display: block;
  float: left;
  height: 25px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  background-image: url("/images/user-tab.png");
  background-repeat: no-repeat; }

#user_info #user_links a, #account_info #account_links a {
  margin: 3px 3px 0 0;
  padding-left: 10px;
  background-position: top left;
  text-decoration: none; }

#user_info #user_links a:hover, #account_info #account_links a:hover { background-position: bottom left; }

#user_info #user_links a:hover span, #account_info #account_links a:hover span { background-position: bottom right; }

#user_info #user_links a span, #account_info #account_links a span {
  color: #ffffff;
  font-weight: bold;
  text-shadow: #b8c0c8 0px -1px 0px;
  padding-right: 10px;
  background-position: top right; }

#user_info #user_links a.on, #account_info #account_links a.on {
  color: #78ac22;
  text-shadow: #ffffff 0px 1px 0px; }

#user_info #user_links a.on span, #account_info #account_links a.on span {
  color: #78ac22;
  text-shadow: #ffffff 0px 1px 0px; }

#user_info #user_links a.logout { font-weight: bold; }

#nav_wrapper { border-top: solid #3c4245 4px; }

#nav {
  width: 900px;
  margin: 0 auto;
  overflow: hidden; }

  #nav ul { list-style: none; }

  #nav li {
    background-image: url("/images/menu-tab-off.png");
    background-repeat: no-repeat; }

    #nav li a {
      background-image: url("/images/menu-tab-off.png");
      background-repeat: no-repeat; }

  #nav li {
    float: left;
    margin: -1px 3px 0 0;
    padding-left: 15px;
    background-position: top left; }

    #nav li a {
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.05em;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: #5e9217 0px -1px 0px;
      padding: 0 18px 0 0;
      display: block;
      line-height: 42px;
      height: 39px;
      background-position: top right; }

    #nav li:hover { background-position: bottom left; }

      #nav li:hover a {
        text-shadow: #6ba71a 0px -1px 0px;
        background-position: bottom right; }

    #nav li.current { background-image: url("/images/menu-tab-on.png"); }

      #nav li.current a { background-image: url("/images/menu-tab-on.png"); }

      #nav li.current a {
        color: #78ac22;
        text-shadow: none; }

  #nav #log_tab {
    float: right;
    width: 65px;
    height: 29px;
    text-indent: -9999px;
    background: url("/images/log-tab-trans-v2.png") no-repeat bottom left;
    cursor: pointer; }

    #nav #log_tab.off { background-position: bottom right; }

#log_entry { padding-bottom: 10px; }

  #log_entry .inner {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 0 0; }

.iframe .inner { padding: 24px 0 0 0 !important; }

#log_entry .inner form {
  position: relative;
  padding: 0px 28px;
  height: 60px; /*overflow: hidden;*/ }

  #log_entry .inner form .content {
    overflow: hidden;
    background: #78ac22 url("/images/log-bg.png");
    position: relative; }

  #log_entry .inner form #cap-left {
    position: absolute;
    top: 0px;
    width: 28px;
    height: 60px;
    background-image: url("/images/log-ends-trans.png");
    background-repeat: none; }

  #log_entry .inner form #cap-right {
    position: absolute;
    top: 0px;
    width: 28px;
    height: 60px;
    background-image: url("/images/log-ends-trans.png");
    background-repeat: none; }

  #log_entry .inner form #cap-left {
    left: 0px;
    background-position: top left; }

  #log_entry .inner form #cap-right {
    right: 0px;
    background-position: top right; }

  #log_entry .inner form .field_wrapper {
    position: relative;
    background-image: url("/images/log-bar-bg-v4.png"); /*  background-color: #ffffff;*/
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 651px;
    height: 42px;
    padding: 0 3px;
    margin: 9px 0 0 0px;
    letter-spacing: -0.05em;
    font-size: 14px;
    float: left;
    overflow: hidden;
    cursor: text; }

    #log_entry .inner form .field_wrapper input {
      background: none;
      border: 0;
      width: 540px;
      height: 24px;
      float: left;
      margin: 2px 0 0 0;
      padding: 8px 10px;
      font-size: 18px;
      color: #7c868b; }

    #log_entry .inner form .field_wrapper .with_contact_tag { width: 444px; }

    #log_entry .inner form .field_wrapper.empty { background-position: top left; }

  #log_entry .inner form #contact_tag {
    text-shadow: #546b7c 0px -1px 0px;
    background: #7594aa url("/images/blue-bg.png") repeat-x bottom left;
    border: solid #546b7c 1px;
    float: left;
    border: solid #546b7c 1px;
    padding: 0 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    height: 30px;
    margin: 5px 0 0 3px; }

    #log_entry .inner form #contact_tag span {
      text-shadow: #546b7c 0px -1px 0px;
      display: block;
      width: 76px;
      height: 30px;
      line-height: 32px;
      color: #ffffff;
      overflow: hidden; }

    #log_entry .inner form #contact_tag.selected {
      text-shadow: #7594aa 0px -1px 0px;
      background-position: top left;
      border: solid #7594aa 1px; }

  #log_entry .inner form button {
    text-indent: -9999px;
    border: 0;
    background: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 42px;
    float: left;
    margin: 9px 0 0 0; }

    #log_entry .inner form button.log {
      width: 69px;
      background-image: url("/images/log-bar-button-v2.png");
      background-position: top right;
      border: 0 !important; }

      #log_entry .inner form button.log:hover { background-position: center right; }

      #log_entry .inner form button.log.on { background-position: bottom right; }

  #log_entry .inner form .loading {
    position: absolute;
    top: 14px;
    right: 20px; }

#log_bar_flags {
  position: absolute;
  top: -24px;
  left: 207px; }

  #log_bar_flags .flag {
    float: left;
    z-index: 9999;
    padding: 5px 8px;
    background: #8BC728;
    color: #fff;
    text-shadow: #5e9217 0px -1px 0px;
    margin-right: 2px;
    border: 1px solid #78AC22;
    border-bottom: none;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px; }

    #log_bar_flags .flag .cancel {
      cursor: pointer;
      font-size: 11px;
      text-decoration: none;
      padding: 0 0 0 4px;
      font-weight: bold;
      text-shadow: #9de12b 0px -1px 0px; }

      #log_bar_flags .flag .cancel:hover {
        color: #fff;
        text-shadow: #5e9217 0px -1px 0px; }

#log_entry #timer {
  position: absolute;
  top: 3px;
  right: 2px;
  width: 40px;
  height: 36px;
  background: url("/images/log-bar-timer-v2.png") no-repeat;
  background-position: top left;
  cursor: pointer; }

  #log_entry #timer .time {
    text-shadow: #7f9cac 0px -1px 0px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 1px 0 12px;
    padding: 0;
    line-height: 38px;
    min-height: 38px;
    display: none; }

    #log_entry #timer .time sup {
      font-size: 14px;
      line-height: 38px;
      opacity: 0.75; }

  #log_entry #timer .loader {
    float: right;
    margin: 1px 5px 0 0px;
    display: none; }

  #log_entry #timer:hover, #log_entry #timer.selected { background-position: 0px -36px !important; }

  #log_entry #timer.on {
    width: 90px;
    background-position: 0px -72px; }

    #log_entry #timer.on .time { display: block; }

    #log_entry #timer.on .loader { display: none; }

  #log_entry #timer.with_duration {
    width: 90px;
    background-position: 0px -72px; }

    #log_entry #timer.with_duration .time { display: block; }

    #log_entry #timer.with_duration .loader { display: none; }

  #log_entry #timer.on:hover, #log_entry #timer.on.selected { background-position: 0px -108px !important; }

  #log_entry #timer.paused {
    width: 70px;
    background-position: 0px -144px; }

    #log_entry #timer.paused .time { display: block; }

    #log_entry #timer.paused .loader { display: none; }

    #log_entry #timer.paused:hover, #log_entry #timer.paused.selected { background-position: 0px -180px !important; }

#log_entry #notification_holder {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 30px; }

#log_entry #logged_notification {
  line-height: 28px; /*width: 360px;*/
  padding: 0 20px;
  font-size: 12px;
  text-shadow: #ffffff 0px 1px 0px;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 215px;
  text-align: center;
  background: #eff4f8;
  border-bottom: 1px solid #c4c9cf;
  border-right: 1px solid #c4c9cf; }

  #log_entry #logged_notification.rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0; }

#log_entry #contact_dropdown {
  position: absolute;
  list-style: none;
  text-shadow: #ffffff 0px 1px 0px;
  background: #ffffff;
  border: 1px solid #78ac22;
  border-top: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  z-index: 60;
  padding: 5px 0 0px;
  *width: 500px !important; }

  #log_entry #contact_dropdown li { padding: 5px; }

    #log_entry #contact_dropdown li.selected {
      background: #dde3e9;
      cursor: pointer; }

    #log_entry #contact_dropdown li.pinned {
      padding-right: 30px;
      background-image: url("/images/pinned.png");
      background-repeat: no-repeat;
      background-position: 97% center; }

    #log_entry #contact_dropdown li.manage {
      border-top: 1px solid #78ac22;
      margin-top: 5px;
      overflow: hidden; }

      #log_entry #contact_dropdown li.manage .left {
        line-height: 20px;
        margin-right: 10px;
        font-style: italic; }

#log_entry #task_dropdown {
  position: absolute;
  list-style: none;
  text-shadow: #ffffff 0px 1px 0px;
  background: #ffffff;
  border: 1px solid #78ac22;
  border-top: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  z-index: 50;
  padding: 5px 0 0px;
  *width: 500px !important; }

  #log_entry #task_dropdown li.new span.icon {
    float: right;
    margin-top: -2px; }

  #log_entry #task_dropdown li { padding: 5px; }

    #log_entry #task_dropdown li.selected {
      background: #dde3e9;
      cursor: pointer; }

    #log_entry #task_dropdown li.pinned {
      padding-right: 30px;
      background-image: url("/images/pinned.png");
      background-repeat: no-repeat;
      background-position: 97% center; }

    #log_entry #task_dropdown li.manage {
      border-top: 1px solid #78ac22;
      margin-top: 5px;
      overflow: hidden; }

      #log_entry #task_dropdown li.manage .left {
        line-height: 20px;
        margin-right: 10px;
        font-style: italic; }

#logo_bar { padding-bottom: 10px; }

  #logo_bar .inner {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 0 0; }

    #logo_bar .inner form {
      position: relative;
      padding: 0px 28px;
      height: 60px;
      overflow: hidden; }

      #logo_bar .inner form .content {
        overflow: hidden;
        background: #78ac22 url("/images/log-bg.png"); }

      #logo_bar .inner form #cap-left {
        position: absolute;
        top: 0px;
        width: 28px;
        height: 60px;
        background-image: url("/images/log-ends-trans.png");
        background-repeat: none; }

      #logo_bar .inner form #cap-right {
        position: absolute;
        top: 0px;
        width: 28px;
        height: 60px;
        background-image: url("/images/log-ends-trans.png");
        background-repeat: none; }

      #logo_bar .inner form #cap-left {
        left: 0px;
        background-position: top left; }

      #logo_bar .inner form #cap-right {
        right: 0px;
        background-position: top right; }

      #logo_bar .inner form .field_wrapper {
        position: relative;
        background-color: #ffffff;
        background-image: url("/images/log-bar-bg-v2.png");
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 650px;
        height: 42px;
        padding: 0 3px;
        margin: 9px 0 0 0px;
        letter-spacing: -0.05em;
        font-size: 14px;
        float: left;
        overflow: hidden;
        cursor: text; }

        #logo_bar .inner form .field_wrapper input {
          background: none;
          border: 0;
          width: 555px;
          height: 24px;
          float: left;
          margin: 2px 0 0 0;
          padding: 8px 10px;
          font-size: 18px;
          color: #7c868b; }

        #logo_bar .inner form .field_wrapper .with_contact_tag { width: 434px; }

        #logo_bar .inner form .field_wrapper.empty { background-position: top left; }

      #logo_bar .inner form #contact_tag {
        text-shadow: #546b7c 0px -1px 0px;
        background: #7594aa url("/images/blue-bg.png") repeat-x bottom left;
        border: solid #546b7c 1px;
        float: left;
        border: solid #546b7c 1px;
        padding: 0 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        height: 30px;
        margin: 5px 0 0 3px; }

        #logo_bar .inner form #contact_tag span {
          text-shadow: #546b7c 0px -1px 0px;
          display: block;
          width: 76px;
          height: 30px;
          line-height: 32px;
          color: #ffffff;
          overflow: hidden; }

        #logo_bar .inner form #contact_tag.selected {
          text-shadow: #7594aa 0px -1px 0px;
          background-position: top left;
          border: solid #7594aa 1px; }

      #logo_bar .inner form button {
        text-indent: -9999px;
        border: 0;
        background: 0;
        background-repeat: no-repeat;
        cursor: pointer;
        height: 42px;
        float: left;
        margin: 9px 0 0 0; }

        #logo_bar .inner form button.log {
          width: 71px;
          background-image: url("/images/log-bar-button-v2.png");
          background-position: top left;
          border: 0 !important; }

      #logo_bar .inner form .loading { margin: 13px 0 0 13px; }

  #logo_bar #timer {
    position: absolute;
    top: 3px;
    right: 2px;
    width: 40px;
    height: 36px;
    background: url("/images/log-bar-timer.png") no-repeat;
    background-position: top left;
    cursor: pointer; }

    #logo_bar #timer .time {
      text-shadow: #7f9cac 0px -1px 0px;
      float: left;
      font-size: 18px;
      font-weight: bold;
      color: #ffffff;
      margin: 0 1px 0 12px;
      padding: 0;
      line-height: 38px;
      display: none; }

      #logo_bar #timer .time sup {
        font-size: 18px;
        line-height: 38px;
        opacity: 0.6; }

    #logo_bar #timer .loader {
      float: right;
      margin: 1px 5px 0 0px;
      display: none; }

    #logo_bar #timer:hover { background-position: 0px -36px; }

    #logo_bar #timer.on {
      width: 90px;
      background-position: 0px -72px; }

      #logo_bar #timer.on .time { display: block; }

      #logo_bar #timer.on .loader { display: none; }

    #logo_bar #timer.with_duration {
      width: 90px;
      background-position: 0px -72px; }

      #logo_bar #timer.with_duration .time { display: block; }

      #logo_bar #timer.with_duration .loader { display: none; }

    #logo_bar #timer.on:hover { background-position: 0px -108px; }

    #logo_bar #timer.paused {
      width: 70px;
      background-position: 0px -144px; }

      #logo_bar #timer.paused .time { display: block; }

      #logo_bar #timer.paused .loader { display: none; }

      #logo_bar #timer.paused:hover { background-position: 0px -180px; }

  #logo_bar #logged_notification {
    width: 260px;
    line-height: 34px;
    padding: 0 20px;
    font-size: 14px;
    text-shadow: #ffffff 0px 1px 0px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    text-align: center;
    background: #eff4f8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom: 1px solid #c4c9cf;
    border-right: 1px solid #c4c9cf; }

  #logo_bar #contact_dropdown {
    position: absolute;
    list-style: none;
    text-shadow: #ffffff 0px 1px 0px;
    background: #ffffff;
    border: 1px solid #78ac22;
    border-top: 0;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    z-index: 30;
    padding: 5px 0 0px; }

    #logo_bar #contact_dropdown li { padding: 5px; }

      #logo_bar #contact_dropdown li.selected {
        background: #eff4f8;
        cursor: pointer; }

      #logo_bar #contact_dropdown li.pinned {
        padding-right: 30px;
        background-image: url("/images/pinned.png");
        background-repeat: no-repeat;
        background-position: 97% center; }

      #logo_bar #contact_dropdown li.manage {
        border-top: 1px solid #78ac22;
        margin-top: 5px;
        overflow: hidden; }

        #logo_bar #contact_dropdown li.manage .left {
          line-height: 20px;
          margin-right: 10px;
          font-style: italic; }

.entry {
  text-shadow: #546b7c 0px -1px 0px;
  background: #7594aa url("/images/blue-bg.png") repeat-x bottom left;
  border: solid #546b7c 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 0 5px 0; }

  .entry span {
    color: #ffffff;
    display: block;
    float: left;
    padding: 0 10px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border-right: solid #8ca4b6 1px;
    border-left: solid #546b7c 1px; }

    .entry span.description em {
      padding: 2px 4px;
      border: solid #a3c1d7 1px;
      border-radius: 3px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      font-style: normal;
      background: #c4d6e4;
      text-shadow: none; }

  .entry:hover span.description em {
    background: #425d71;
    border-color: #233b4c; }

#invoice_form .entry span.date { width: 110px !important; }

.entry span.date {
  width: 85px;
  border-left: 0;
  padding-left: 5px; }

.entry span.contact { width: 172px; }

.entry span.user_name { width: 172px; }

  .entry span.user_name img {
    padding: 1px;
    border: solid #aaaaaa 1px;
    background: #ffffff;
    margin: 2px 5px 0 0;
    float: left; }

.entry span.description { width: 493px; }

.entry span.duration {
  width: 85px;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  padding-left: 12px;
  border-right: 0;
  padding-right: 0; }

.entry:hover, .entry.selected {
  text-shadow: #7594aa 0px -1px 0px;
  background-position: top left;
  border: solid #7594aa 1px;
}
  .entry:hover span, .entry.selected span {
    border-left-color: #7594aa;
    border-right-color: #a7c2d6; }

blockquote {
  padding: 15px 15px 0 15px;
  margin: 15px 0 0 0;
  background: url(/images/blockquote.png) no-repeat top left;
  text-indent: 0;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.05em;
  quotes: "" "";
  text-shadow: #fff 0px 1px 0px; }

  blockquote span {
    display: block;
    font-size: 14px;
    margin-left: 30px; }

  blockquote:before {
    content: open-quote;
    font-weight: bold; }

  blockquote:after {
    content: close-quote;
    font-weight: bold; }

#content_wrapper {
  background: url("/images/content-bg.png") top left repeat-x;
  overflow: hidden;
  padding-bottom: 15px; }

#session-header {
  background: url(/images/marketing_site/banner-bg.png) repeat-x top left;
  height: 80px;
  border-bottom: 1px solid #ffffff; }

  #session-header #logo {
    width: 280px;
    height: 75px;
    background: url(/images/minutedock-secure-trans.png) no-repeat center center;
    text-indent: -9999px; }

h1, h2, h3, h4 {
  text-shadow: #eff4f8 0px 1px 0px;
  letter-spacing: -0.05em;
  font-weight: normal;
  line-height: 1em; }

h1 {
  margin: 0 auto 10px 0;
  font-size: 24px;
  color: #ac8022; }
  
  h1 .action_button { vertical-align: middle; }

h2 {
  color: #3c4245;
  font-size: 20px;
  margin: 1.5em 0 0.5em 0; }

h3, h4 {
  color: #3c4245;
  font-size: 14px;
  font-weight: bold; }

.icon {
  display: block;
  text-indent: -9999px;
  float: left;
  height: 20px;
  width: 20px;
  margin-left: 3px;
  background: url('/images/app-icons.png?q=2') no-repeat;
  opacity: 1; }
  
.icon.right {
  float: right;
  margin-right: 2px;
}  

a.icon { cursor: pointer !important; }
a.icon:hover { opacity: 0.9; }

a.icon.pin { background-position: 0px 0px; }
  a.icon.pin.off { background-position: 0px -20px; }

.icon.add { background-position: -20px 0px; }
  .icon.add.off { background-position: -20px -20px; }

a.icon.edit { background-position: -40px 0px; }
  a.icon.edit.off { background-position: -40px -20px; }

a.icon.save { background-position: -60px 0px; }
  a.icon.save.off { background-position: -60px -20px; }

a.icon.delete { background-position: -80px 0px; }
  a.icon.delete.off { background-position: -80px -20px; }

a.icon.archive { background-position: -100px 0px; }
  a.icon.archive.off { background-position: -100px -20px; }

a.icon.nofloat { float: none; }

.entry .actions a.icon.save { background-position: -120px 0px; }
  .entry .actions a.icon.save.off { background-position: -120px -20px; }

.entry .actions a.icon.delete { background-position: -140px 0px; }
  .entry .actions a.icon.delete.off { background-position: -140px -20px; }

.entry .actions a.icon.redock,
.entry .redock a.icon.redock { background-position: -160px 0px; }
  .entry .actions a.icon.redock.off
  .entry .redock a.icon.redock.off { background-position: -160px -20px; }

#trial_warning {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: 15px;
  display: block;
  width: 100px;
  height: 100px;
  background: url(/images/trial-days-left.png) no-repeat;
  color: #ffffff;
  text-shadow: #5e9217 0px -1px 0px;
  font-size: 40px;
  letter-spacing: -0.05em;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  opacity: 0.5; }

  #trial_warning:hover { opacity: 1; }

#main {
  width: 930px;
  margin: 20px auto; }

  #main h1 { padding: 0 15px; }

  #main h2 { padding-left: 15px; }
    
    .entry_group .fade { padding-left: 6px; visibility: hidden; }
    .entry_group:hover .fade { visibility: visible; }

  #main p { padding-left: 15px; }

  #main p { padding-right: 15px; }

  #main .entry { cursor: pointer; }

  #main .cols {
    overflow: hidden;
    margin: 0 0 10px 0; }

    #main .cols .title {
      float: left;
      width: 435px; }

      #main .cols .title.wide { width: auto !important; }

      #main .cols .title h1 { margin: 0; }

      #main .cols .title h2 { margin: 0; }

      #main .cols .title .pad { padding-top: 8px; }

    #main .cols .actions {
      float: right;
      width: 450px;
      text-align: right;
      padding-right: 15px; }

      #main .cols .actions .green_button { float: right; }

  #main #bookmarklet {
    clear: both;
    margin: 30px 0 0 0;
  }
    #main #bookmarklet .inner {
      float: right;
      padding: 0 15px;
    }
      #main #bookmarklet .inner > span {
        line-height: 30px;
        float: left;
        padding: 0 10px 0 0;
      }

      #main #bookmarklet h2 {
        font-size: 30px;
        line-height: 26px;
        margin: 0; }

      #main #bookmarklet h4 {
        font-size: 11px;
        text-transform: uppercase; }

  #main .module {
    width: 280px;
    margin-bottom: 15px; }

    #main .module.right { clear: right; }

  #main .loader-small { vertical-align: middle; }

  #main #login input {
    font-size: 18px;
    color: #3c4245;
    padding: 4px 8px;
    border: 1px solid #c4c9cf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

  #main #login textarea {
    font-size: 18px;
    color: #3c4245;
    padding: 4px 8px;
    border: 1px solid #c4c9cf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

  #main #login textarea { font-size: 14px; }

  #main #login input[type='text'] { width: 260px; }

  #main #login input[type='password'] { width: 260px; }

  #main #login textarea { width: 260px; }

  #main #login #contact_short_code { width: 180px !important; }

  #main #login p {
    clear: both;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }

  #main #login .error {
    padding: 3px 6px;
    background: #78ac22;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: 1px solid #7caf29;
    border-left: 1px solid #7caf29;
    color: #ffffff;
    text-shadow: #5e9217 0 -1px 0;
    text-decoration: none;
    line-height: 1em;
    min-height: 13px;
    background: #a82f2f;
    text-shadow: #812424 0 -1px 0;
    border-top: 1px solid #812424;
    border-left: 1px solid #812424;
    margin-bottom: 15px; }

    #main #login .error .big {
      font-size: 14px;
      padding: 4px 6px; }

  #main .info input, #main .info textarea {
    font-size: 18px;
    color: #3c4245;
    padding: 4px 8px;
    border: 1px solid #c4c9cf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    
    #main .info input:hover, #main .info textarea:hover { border: 1px solid #b3b7bd; }
    #main .info input:focus, #main .info textarea:focus { border: 1px solid #78ac22; }

  #main .info textarea { font-size: 14px; }

  #main .info input[type='text'] { max-width: 260px; }
/*  #main .info input[size] { width: auto !important; }*/

  #main .info input[type='password'] { max-width: 260px; }

  #main .info textarea { max-width: 260px; }

  #main .info #contact_short_code { width: 180px !important; }

  #main .info p {
    clear: both;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }

  #main .info .error {
    padding: 3px 6px;
    background: #78ac22;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: 1px solid #7caf29;
    border-left: 1px solid #7caf29;
    color: #ffffff;
    text-shadow: #5e9217 0 -1px 0;
    text-decoration: none;
    line-height: 1em;
    min-height: 13px;
    background: #a82f2f;
    text-shadow: #812424 0 -1px 0;
    border-top: 1px solid #812424;
    border-left: 1px solid #812424;
    margin-bottom: 15px; }

    #main .info .error .big {
      font-size: 14px;
      padding: 4px 6px; }

  #main .modal input {
    font-size: 18px;
    color: #3c4245;
    padding: 4px 8px;
    border: 1px solid #c4c9cf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

  #main .modal textarea {
    font-size: 18px;
    color: #3c4245;
    padding: 4px 8px;
    border: 1px solid #c4c9cf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

  #main .modal textarea { font-size: 14px; }

  #main .modal input[type='text'] { width: 260px; }

  #main .modal input[type='password'] { width: 260px; }

  #main .modal textarea { width: 260px; }

  #main .modal #contact_short_code { width: 180px !important; }

  #main .modal p {
    clear: both;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }

  #main .modal h2.extra {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px; }

  #main .modal .error {
    padding: 3px 6px;
    background: #78ac22;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: 1px solid #7caf29;
    border-left: 1px solid #7caf29;
    color: #ffffff;
    text-shadow: #5e9217 0 -1px 0;
    text-decoration: none;
    line-height: 1em;
    min-height: 13px;
    background: #a82f2f;
    text-shadow: #812424 0 -1px 0;
    border-top: 1px solid #812424;
    border-left: 1px solid #812424;
    margin-bottom: 15px; }

    #main .modal .error .big {
      font-size: 14px;
      padding: 4px 6px; }

  #main #logo {
    text-indent: -9999px;
    width: 578px;
    height: 88px;
    background: url(/images/minutedock-logo-splash.png) no-repeat center center;
    padding: 28px;
    font-size: 145px;
    letter-spacing: 0em;
    line-height: 0.8em;
    margin: 100px 0 0 0; }

.login_wrapper {
  width: 640px !important;
  overflow: hidden;
  margin: 0 auto; }

  .login_wrapper a:hover { text-decoration: none; }

  .login_wrapper .session_logout a {
    margin-top: 10px;
    color: #ffffff !important;
    float: right; }

  .login_wrapper h3 {
    color: #3c4245 !important;
    font-size: 18px !important;
    margin: 0 0 5px 0 !important; }

  .login_wrapper .box p { padding-right: 0 !important; }
  
  

/*
#main.login_wrapper .info h2 {
  color: #ac8022 !important;
  text-shadow: #ffffff 0px 1px 0px !important;
  font-size: 24px !important;
  margin: 0 0 10px 0 !important;
  line-height: 16px !important; }
*/

label {
  font-weight: bold;
  font-size: 14px; }
  
  label a { color: #3c4245; }

label.text {
  font-weight: normal;
  font-size: 13px;
}

.link-list {
  margin: 0 0 0 15px;
}
  .link-list li {
    padding: 0 0 0 30px;
    line-height: 25px;
  }
    .link-list li:hover { background: url(/images/mini-minutedock.png) no-repeat left center; }
    
    .link-list li a { color: #3c4245; font-weight: bold; }
      .link-list li:hover a { color: #78ac22; }


.modal .link-list {
  margin: 0 0 10px 0;
}
.modal .link-list li {
  padding-left: 5px;
  line-height: inherit;
  margin-bottom: 5px;
  background: none !important;
}

.field {
  clear: both;
  overflow: hidden;
  line-height: 22px;
}
  .field label {
    line-height: 16px;
  }
  .field .input_wrapper {
    float: left;
    font-weight: bold;
    margin: 0 0 0 5px;
  }
    .field .input_wrapper input { float: none; }

.intro {
  font-size: 14px !important;
  line-height: 18px !important; }

.info {
  padding: 15px;
  overflow: hidden; }

  .info h2 {
    margin: 5px 0 !important;
    padding-left: 0 !important; }

  .info .actions { line-height: 22px; }

  .info.left { margin-right: 15px; }

.box {
  background: #eff4f8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 1px solid #c4c9cf;
  border-right: 1px solid #c4c9cf; }

  .box hr {
    background-color: #dde3e9;
    border-bottom: 1px solid #ffffff; }

  .box .green_button, .box .green_button span,
  .box .orange_button, .box .orange_button span,
  .box .xero_button, .box .xero_button span,
  .box .gray_button, .box .gray_button span { background-color: #eff4f8 !important; }

.green_box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #78ac22 !important;
  color: #fff !important;
  border-bottom: 1px solid #eff4f8 !important;
  border-right: 1px solid #eff4f8 !important; }

  .green_box hr {
    background-color: #dde3e9;
    border-bottom: 1px solid #ffffff; }

  .green_box .green_button, .green_box .green_button span,
  .green_box .orange_button, .green_box .orange_button span,
  .green_box .xero_button, .green_box .xero_button span,
  .green_box .gray_button, .green_box .gray_button span { background-color: #78ac22 !important; }

.orange_box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #AC8022 !important;
  color: #fff !important;
  border-bottom: 1px solid #eff4f8 !important;
  border-right: 1px solid #eff4f8 !important; }

#notice, #notice.green_box, #notice.orange_box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 15px; }

#notice {
  background: #eff4f8;
  border-bottom: 1px solid #c4c9cf;
  border-right: 1px solid #c4c9cf; }

  #notice hr {
    background-color: #dde3e9;
    border-bottom: 1px solid #ffffff; }

  #notice .green_button, #notice .green_button span,
  #notice .orange_button, #notice .orange_button span,
  #notice .xero_button, #notice .xero_button span,
  #notice .gray_button, #notice .gray_button span { background-color: #eff4f8 !important; }

  #notice h2 {
    margin: 5px 0 !important;
    padding-left: 0 !important; }

  #notice .actions { line-height: 22px; }

#main .entry {
  border: 0;
  padding: 1px 10px 0;
  background: #eff4f8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 1px solid #c4c9cf;
  border-right: 1px solid #c4c9cf; }

  #main .entry .invoiced {
    vertical-align: middle;
    padding: 4px 0 0 0;
    float: right; }

  #main .entry hr {
    background-color: #dde3e9;
    border-bottom: 1px solid #ffffff; }

  #main .entry .green_button, #main .entry .green_button span,
  #main .entry .orange_button, #main .entry .orange_button span,
  #main .entry .xero_button, #main .entry .xero_button span,
  #main .entry .gray_button, #main .entry .gray_button span { background-color: #eff4f8 !important; }

  #main .entry span {
    color: #3c4245;
    text-shadow: #ffffff 0 -1px 0;
    border-right: solid #ffffff 1px;
    border-left: solid #c4c9cf 1px; }

    #main .entry span.date { border-left: 0; }

    #main .entry span.duration {
      padding-left: 10px;
      border-right: 0; }

  #main .entry:hover {
    text-shadow: #546b7c 0px -1px 0px;
    background: #7594aa url("/images/blue-bg.png") repeat-x bottom left;
    border: solid #546b7c 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 0 5px 0; }

    #main .entry:hover span {
      color: #ffffff;
      display: block;
      float: left;
      padding: 0 10px;
      overflow: hidden;
      height: 30px;
      line-height: 30px;
      border-right: solid #8ca4b6 1px;
      border-left: solid #546b7c 1px; }

      #main .entry:hover span.date {
        width: 85px;
        border-left: 0;
        padding-left: 4px; }

      #main .entry:hover span.contact { width: 172px; }

      #main .entry:hover span.user_name { width: 172px; }

        #main .entry:hover span.user_name img {
          padding: 1px;
          border: solid #aaaaaa 1px;
          background: #ffffff;
          margin: 2px 5px 0 0;
          float: left; }

      #main .entry:hover span.description { width: 493px; }

      #main .entry:hover span.duration {
        width: 85px;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px;
        padding-left: 12px;
        border-right: 0;
        padding-right: 0; }

    #main .entry:hover span { text-shadow: #546b7c 0px -1px 0px; }

      #main .entry:hover span.duration { padding-left: 10px; }

  #main .entry.edit {
    text-shadow: #546b7c 0px -1px 0px;
    background: #7594aa url("/images/blue-bg.png") repeat-x bottom left;
    border: solid #546b7c 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 0 5px 0;
    text-shadow: #7594aa 0px -1px 0px;
    background-position: top left;
    border: solid #7594aa 1px;
    padding-right: 0px !important;
    cursor: auto !important; }

    #main .entry.edit span {
      color: #ffffff;
      display: block;
      float: left;
      padding: 0 10px;
      overflow: hidden;
      height: 30px;
      line-height: 30px;
      border-right: solid #8ca4b6 1px;
      border-left: solid #546b7c 1px;
      }

      #main .entry.edit span.date {
        width: 90px;
        border-left: 0;
        padding-left: 5px; }

      #main .entry.edit span.contact { width: 162px; }

      #main .entry.edit span.user_name { width: 162px; }

        #main .entry.edit span.user_name img {
          padding: 1px;
          border: solid #aaaaaa 1px;
          background: #ffffff;
          margin: 2px 5px 0 0;
          float: left; }

      #main .entry.edit span.description { width: 468px; }

      #main .entry.edit span.duration {
        width: 85px;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px;
        padding-left: 12px;
      }

    #main .entry.edit span {
      border-left-color: #7594aa;
      border-right-color: #a7c2d6; }

      #main .entry.edit span input {
        background: #ffffff;
        color: #3c4245;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 3px;
        font-size: 12px;
        border: 1px solid #7594aa; }

      #main .entry.edit span select {
        background: #ffffff;
        color: #3c4245;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 3px;
        font-size: 12px;
        border: 1px solid #7594aa; }

      #main .entry.edit span.date { width: 130px; }

        #main .entry.edit span.date input { width: 124px; }

      #main .entry.edit span.contact { width: 140px; }

        #main .entry.edit span.contact select { width: 140px; }

      #main .entry.edit span.description { width: 395px; }

        #main .entry.edit span.description input { width: 389px; }

      #main .entry.edit span.duration {
        width: 56px;
        padding-right: 10px;
        border-right: solid #a7c2d6 1px;
      }

        #main .entry.edit span.duration input { width: 48px; }
        
      #main .entry.edit span.redock {
        width: 21px;
      }
        #main .entry.edit span.redock a.icon { margin-top: 5px; }

      #main .entry.edit span.actions {
        width: 61px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        padding-left: 6px;
        padding-right: 0;
        border-right: 0; }

        #main .entry.edit span.actions a {
          color: #ffffff;
          text-shadow: none; }

          #main .entry.edit span.actions a.icon { margin-top: 5px; }

#pagination {
  width: 900px;
  margin: 20px 15px;
  overflow: hidden; }

  #pagination a {
    display: block;
    padding: 4px 6px;
    border: solid #78AC22 1px; }

  #pagination .next { float: right; }

  #pagination .prev { float: left; }

.grouping { padding: 15px; }

#invoice_contact_selector {
  float: right;
  margin-top: -3px; }

.module #invoice_contact_selector {
  float: left;
  margin-top: 5px; }

  .module #invoice_contact_selector input { width: 260px !important; }

  .module #invoice_contact_selector ul { width: 276px !important; }

#invoice_contact_selector strong {
  font-size: 16px;
  padding-right: 10px;
  color: #78ac22; }

#invoice_contact_selector input {
  width: 175px !important;
  border: 1px solid #78ac22 !important;
  background: #fff url(/images/pick-contact.png) no-repeat left center; }

  #invoice_contact_selector input:focus, #invoice_contact_selector input.off { background: #fff; }

#invoice_contact_selector .col {
  float: left;
  width: 50%; }

  #invoice_contact_selector .col h3 { font-weight: bold; }

  #invoice_contact_selector .col p { padding: 0; }

#invoice_contact_selector ul {
  background: #ffffff;
  overflow: hidden;
  margin: -5px 0 0 0px;
  border: 1px solid #78ac22;
  border-top: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  z-index: 30;
  padding: 5px 0;
  width: 191px; }

  #invoice_contact_selector ul li { padding: 5px; }

    #invoice_contact_selector ul li.selected {
      background: #eff4f8;
      cursor: pointer; }

    #invoice_contact_selector ul li.pinned {
      padding-right: 30px;
      background-image: url("/images/pinned.png");
      background-repeat: no-repeat;
      background-position: 97% center; }

    #invoice_contact_selector ul li.manage {
      border-top: 1px solid #78ac22;
      margin-top: 5px;
      overflow: hidden; }

      #invoice_contact_selector ul li.manage .left {
        line-height: 20px;
        margin-right: 10px;
        font-style: italic; }

    #invoice_contact_selector ul li.contact {
      display: block;
      padding: 1em;
      background: #ffffff;
      border: solid #c00000 1px; }

  #invoice_contact_selector ul.droppable_hover { background: #000000; }

table.users { margin-top: 0 !important; }

table.box {
  background: #eff4f8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 1px solid #c4c9cf;
  border-right: 1px solid #c4c9cf;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-right: 0; }

  table.box hr {
    background-color: #dde3e9;
    border-bottom: 1px solid #ffffff; }

  table.box tr.contact { background: #dde3e9; }

  table.box tr.user { background: #dde3e9; }

    table.box tr.user.invited { font-style: italic; }

      table.box tr.user.invited td.actions { font-style: normal; }

  table.box tr.invoice { background: #dde3e9; }

  table.box tr.item, table.box tr.total-item { background: #dde3e9; }

  table.box tr.item td, , table.box tr.total-item td { background: #dde3e9; }

  table.box th { border-bottom: 1px solid #c4c9cf; }

table {
  border-collapse: collapse;
  width: 900px;
  margin: 1em auto 2em; }

  table td { text-align: left; }

  table th { text-align: left; }

  table td {
    padding: 5px 10px;
    border-bottom: solid #eff4f8 1px;
    line-height: 24px; }

    table td img { vertical-align: middle; }

    table td input {
      background: #ffffff;
      color: #3c4245;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      padding: 3px;
      font-size: 12px;
      border: 1px solid #7594aa; }

    table td select {
      background: #ffffff;
      color: #3c4245;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      padding: 3px;
      font-size: 12px;
      border: 1px solid #7594aa; }

    table td.hr {
      padding: 0;
      height: 2px; }

    table td.noborder { border: 0 !important; }

  table tr.noborder td { border: 0 !important; }

  table td.customer { font-weight: bold; }

  table td.actions {
    text-align: right;
    padding-right: 5px;
    width: 120px; }

  table th {
    padding: 10px 0 10px 10px;
    font-size: 14px; }

.new_invoice input {
  background: #ffffff;
  color: #3c4245;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #7594aa; }

.new_invoice select {
  background: #ffffff;
  color: #3c4245;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
  font-size: 12px;
  border: 1px solid #7594aa; }

  .new_invoice select option.default { font-style: italic; }

#invoice { padding: 0 15px; }

  #invoice h2 {
    margin: 5px 0;
    padding: 0; }

  #invoice h4.short_code {
    margin: 0;
    letter-spacing: -0.05em;
    color: #3c4245; }

  #invoice #actions {
    float: right;
    width: 200px; }

  #invoice #contact_details {
    float: right;
    width: 350px;
    padding: 0 15px 15px 0; }

    #invoice #contact_details #name {
      width: 230px;
      float: left; }

    #invoice #contact_details address {
      width: 120px;
      float: right;
      text-align: right;
      font-style: normal;
      font-size: 11px; }

  #invoice #sent_to_xero, #invoice #sending_in_progress, #invoice #has_sending_issues {
    margin-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
    padding: 8px; }

  #invoice #has_sending_issues {
    line-height: 32px;
    padding-left: 25px;
  }

  #invoice #sent_to_xero a, #invoice #sending_in_progress a, #invoice #has_sending_issues a {
    color: #ffffff;
    font-weight: bold; }

  #invoice #sent_to_xero a:hover, #invoice #sending_in_progress a:hover, #invoice #has_sending_issues a:hover { text-decoration: none; }

  #invoice #sent_to_xero img, #invoice #sending_in_progress img, #invoice #has_sending_issues img {
    vertical-align: middle;
    padding: 0 5px 0 0; }

  #invoice #entries_add {
    position: relative;
    float: right;
    width: 123px;
    overflow: hidden; }

    #invoice #entries_add button.add_time {
      background: url("/images/add_time_button.png") top left no-repeat;
      border: 0;
      text-indent: -9999px;
      width: 123px;
      height: 24px;
      cursor: pointer; }

    #invoice #entries_add span.unreconciled_count {
      position: absolute;
      top: 5px;
      left: 82px;
      color: #ffffff;
      font-size: 85%;
      text-shadow: #aaaaaa 0px -1px 0px; }

  #invoice #entries_modal .entry_header {
    padding: 5px;
    background: #eeeeee;
    cursor: pointer;
    margin: 1em 0; }

  #invoice #entries_modal .entry span.date { width: 60px; }

  #invoice #entries_modal .entry span.contact { display: none; }

  #invoice #entries_modal .entry span.description { width: 510px; }

  #invoice #entries_modal .entry span.duration { width: 55px; }

  #invoice #entries_modal button {
    float: right;
    margin: 1em 0; }

  #invoice table.line_items {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px; }

    #invoice table.line_items th {
      font-size: 14px;
      text-align: left;
      color: #3c4245;
      padding: 5px;
      border-bottom: solid #eff4f8 1px; }

    #invoice table.line_items td {
      padding: 10px 5px;
      text-align: center; }

  #invoice tr.item td input { width: 70%; }

    #invoice tr.item td input.checkbox { width: auto; }

  #invoice tr.item input#description { width: 310px; }

  #invoice tr.item select#account { width: 180px; }

  #invoice tr.item span.total,
#invoice tr.item-total span.total {
    font-size: 14px;
    font-weight: bold; }

  #invoice tr.item.selected td { background: #eef0de; }

.checkbox {
  float: left;
  line-height: 30px;
  padding-left: 15px;
  cursor: pointer; }

  .checkbox label {
    cursor: pointer;
    font-size: 12px; }

.modal .checkbox {
  padding-left: 0px;
  overflow: hidden;
  width: 275px; }

  .modal .checkbox input {
    float: left;
    margin: 7px 5px 0 0; }

  .modal .checkbox label { float: right; }

  .modal .checkbox .errorExplanation { float: left; }

#invoice tr.actions { background: #dde3e9; }

div.collapsible_header {
  font-weight: bold; /*  padding: 5px;*/
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  text-shadow: #ffffff 0px 1px 0px;
  margin: 0 0 5px 0; }

  div.collapsible_header .arrow {
    font-size: 24px;
    line-height: 28px;
    float: left;
    width: 20px; }

  div.collapsible_header.green_button strong {
    width: 290px !important;
    min-width: 290px !important;
    max-width: 290px !important; }

  div.collapsible_header.green_button em { width: 75px !important; }

/*  div.collapsible_header:hover { color: #596266; }*/
.dropdown_entries {
  clear: both;
  margin-bottom: 15px; }

.entry.selectable span.selector { border: 0 !important; }

.entry.selectable span.date { border-left: 1px solid #c4c9cf; }

.entry.selectable span.description { width: 400px !important; }

.entry span.description img {
  float: left;
  margin-top: 2px;
  border: solid #c4c9cf 1px;
  padding: 1px;
  background: #ffffff;
  margin-right: 5px; }

.entry.selectable:hover span.description { width: 400px !important; }

.settings {
  float: left;
  width: 370px;
  line-height: 18px;
  padding: 15px;
  overflow: hidden; }

  .settings p {
    padding: 0;
    margin: 0 0 15px 0;
    clear: left; }

  .settings .last { margin-bottom: 0 !important; }

  .settings .date { width: 120px; }

  .settings label {
    float: left;
    width: 100px;
    text-align: right;
    padding: 0 10px 0 0; }

  .settings strong {
    float: left;
    width: 100px;
    text-align: right;
    padding: 0 10px 0 0; }

  .settings label { line-height: 22px; }

  .settings .col-left { width: 49%; }

  .settings .col-right { width: 49%; }

  .settings .col-left { float: left; }

  .settings .col-right { float: right; }

.grand-total { font-size: 18px; }

  .grand-total abbr { font-size: 12px !important; }

/* ACCOUNT SCREEN */
#account_wrapper { overflow: hidden; }

  /*
#account_wrapper #account_details {
  float: left;
  width: 640px;
}

#account_wrapper #account_details h2 {
  margin-top: 0;
}

#account_wrapper #account_details div.info {
  margin: 0 0 0 15px;
  padding: 0;
}
*/
#account_wrapper #account_details div.info img { vertical-align: middle; }

/*
#account_wrapper #account_details strong {
  display: block;
  margin-top: 15px;
}
*/
#account_users {
  float: left;
  width: 590px; }

  #account_users table { width: 590px; }

  #account_users .cols .title { width: 380px !important; }

  #account_users .cols .actions { width: 180px !important; }

/*
#account_wrapper #account_details table {
  width: 640px;
}

#account_wrapper #billing_details {
  float: right;
  width: 280px;
}
*/
.info .big {
  font-size: 18px;
  font-weight: bold;
  color: #AC8022; }

/* plan options boxes */
#frequency, #payment {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px; }

.plan_options {
  overflow: hidden;
  margin-top: 15px; }

.current_plan {
  float: left;
  margin: 0 10px 0 0;
  min-height: 75px;
  background-image: url("/images/current_plan.png");
  background-position: top right;
  background-repeat: no-repeat; }

  .current_plan.expired { background-image: url("/images/current_plan_expired.png"); }

.change_plan h3 { font-size: 16px; }

  .change_plan h3.left {
    margin: 0 15px 0 0;
    line-height: 30px; }

.change_plan {
  width: 570px;
  float: right; }

  .change_plan h3.subtitle { width: 110px; }

  .change_plan .toggle_button { margin: 0 15px 0 0; }

.card_type_wrapper { overflow: hidden; }

  .card_type_wrapper input { float: left; }

.card_type {
  float: left;
  margin: 7px 0 0 7px;
  width: 32px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: top left; }

  .card_type.disabled {
    -moz-opacity: .20;
    filter: alpha(opacity=20);
    opacity: .2; }

  .card_type.mastercard { background-image: url("/images/mastercard.png"); }

  .card_type.visa { background-image: url("/images/visa.png"); }

#main #billing_detail_expiry_month, #main #billing_detail_expiry_year {
  width: 30px;
  text-align: center; }

#main #expiry_cvv_column { overflow: hidden; }

  #main #expiry_cvv_column .field {
    float: left;
    width: 150px; }

  #main #expiry_cvv_column label span { font-size: 80%; }

#cvv-icon {
  vertical-align: middle;
  margin: -5px 0 0 5px; }

#main #billing_detail_expiry_month.placeholder, #main #billing_detail_expiry_year.placeholder { color: #aaa; }

#main #billing_detail_cvv { width: 40px; }

/* end */
/* user slider */
#user_slider {
  position: relative;
  margin: 15px 0 30px 15px;
  height: 15px; }

  #user_slider .bar {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 9px;
    left: 0;
    background-image: url("/images/slider/background.png");
    z-index: 4; }

    #user_slider .bar span.cap {
      width: 13px;
      height: 5px;
      display: block;
      right: 0;
      top: 0px;
      position: absolute;
      background-color: #DDE3E9;
      background-image: url("/images/slider/background.png");
      background-position: top right;
      background-repeat: no-repeat; }

  #user_slider img.handle {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 3px;
    cursor: ew-resize;
    _cursor: move; /* -moz-grab, -webkit-grab, */ }

/* end user slider */
/* tooltip */
.tooltip {
  background-image: url("/images/tooltip/arrow.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  float: left; }

.tooltip.upper {
  background-position: 50% bottom;
  background-image: url("/images/tooltip/arrow-down.png");
}

  .tooltip .content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;   
    background-color: #787d81;   /* FOR IE8 */
    background-color: rgba(33, 33, 33, 0.5);  /* Overrides IE7, but not IE8 */
    *background-color: #787d81; /* FOR IE7, doesn't work on IE8 */ 
    }

    .tooltip .content span {
      display: block;
      color: #fff;
      text-shadow: #6b6f72 -1px -1px 1px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      margin: 6px 0 5px 0;
      padding: 4px 6px 4px 6px; }

/* end tooltip */
/* price */
.price {
  height: 30px;
  line-height: 30px;
  overflow: hidden; }

  .price span {
    font-size: 24px;
    font-weight: bold; }
  
  #affiliate {
    clear: both;
  }
    #affiliate .affiliate-logo {
      float: left;
      padding: 5px;
      border: 1px solid #C4C9CF;
      background: #fff;
      
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -border-radius: 5px;
    }
    
    #affiliate .discount {
      width: 220px;
      float: left;
      clear: none !important;
      margin: 0 10px;
    }

/* end price */
/* END ACCOUNT SCREEN */
.strong-cols strong {
  float: left;
  width: 120px;
  clear: left; }

#billing_details { width: 470px; }

  #billing_details strong {
    float: left;
    width: 120px; }

  #billing_details .actions { clear: none !important; }

  #billing_details .paypal_status { float: right; }

a.email {
  color: #3c4245;
  text-decoration: none; }

  a.email:hover {
    color: #78ac22;
    text-decoration: none; }

form.edit_contact .default_hourly_rate_value, form.new_contact .default_hourly_rate_value { padding-left: 20px; }

form.edit_contact .default_hourly_rate_value input, form.new_contact .default_hourly_rate_value input { width: 90px !important; }

#contacts h2, #tasks h2 { margin-top: 10px; }

#contacts #contact_search, #tasks #task_search { padding: 10px 15px !important; }

#contacts #contact_search .action_button, #tasks #task_search .action_button {
  padding: 4px 8px;
  font-weight: bold; }

#contacts #contact_search .left, #tasks #task_search .left {
  width: 450px;
  margin-top: 5px; }

#contacts #contact_search .right {  }

#contacts #contact_search #search_field, #tasks #task_search #search_field {
  padding: 4px;
  font-size: 12px;
  width: 120px; }

#contacts #contact_results li, #tasks #task_results li {
  position: relative;
  width: 180px;
  height: 75px;
  float: left;
  margin: 0 10px 20px; }

#contacts #contact_results li h4, #tasks #task_results li h4 {
  font-size: 14px;
  font-weight: bold; }

#contacts #contact_results li .actions , #tasks #task_results li .actions {
  position: absolute;
  float: left;
  margin-top: 6px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: none; }

#contacts #contact_results li .actions .action_button.left, 
#tasks #task_results li .actions .action_button.left { margin-right: 3px !important; }

#contacts #contact_results li .actions .icon, 
#tasks #task_results li .actions .icon { margin-left: 0 !important; }

#contacts #contact_results li .actions .icon.pin, 
  #tasks #task_results li  .actions .icon.pin { margin-right: 3px !important; }

#contacts #contact_results li label, 
#tasks #task_results li label { font-size: 12px !important; }

#contacts #contact_results li input, 
#tasks #task_results li input { font-size: 12px !important; }

#contacts #contact_results li label, 
#tasks #task_results li label { cursor: pointer; }

#contacts #contact_results li input[type='text'], 
#tasks #task_results li input[type='text'] { width: 155px; }

#contacts #contact_results li:hover .actions,
#tasks #task_results li:hover .actions { display: block; }

div.period {
  margin: 0 15px 20px;
  overflow: hidden; }

  div.period h2 {
    margin: 10px 0 !important;
    padding: 0 !important; }

  div.period a { text-decoration: none !important; }

  div.period .report_num {
    display: block;
    color: #3C4245;
    padding: 15px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 4px;
    width: 170px;
    text-align: center; }

    div.period .report_num .big {
      font-weight: normal;
      font-size: 3em;
      line-height: 1em;
      display: block; }

    div.period .report_num .name {
      width: 170px;
      overflow: hidden; }

  div.period a:hover .report_num .name { color: #78AC22; }

#report_options, .box_tabs {
  margin: 10px 0 0 0;
  list-style: none;
  padding: 10px 15px;
  overflow: hidden; }

#report_options li, .box_tabs li {
  display: block;
  float: left;
  line-height: 28px;
  margin-right: 5px;
  padding: 0 10px;
  background: #78AC22;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top: 1px solid #7caf29;
  border-left: 1px solid #7caf29;
  cursor: pointer; }

#report_options li:hover, .box_tabs li:hover { background: #86c026; }

#report_options li a, .box_tabs li a {
  font-size: 12px;
  color: #fff !important;
  text-shadow: #5E9217 0 -1px 0 !important;
  text-decoration: none;
  font-weight: bold; }

#report_options li img, .box_tabs li img {
  vertical-align: middle;
  padding-right: 5px; }

#report_options li.current, .box_tabs li.current, .box_tabs li.selected {
  background: #c4c9cf;
  border-top: 1px solid #999;
  border-left: 1px solid #999; }

#report_options li.current a, .box_tabs li.current a, .box_tabs li.selected a {
  color: #3c4245 !important;
  text-shadow: #fff 0 1px 0 !important; }

#godzilla {
  position: fixed;
  top: 1px;
  right: 0;
  background: #ffffff;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  padding: 5px;
  border-left: solid #dde3e9 2px;
  border-bottom: solid #dde3e9 2px; }

#tender_window {
  -moz-border-radius: 10px !important;
  padding: 10px !important; }

.plan {
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 1px solid #c4c9cf;
  border-right: 1px solid #c4c9cf;
  padding: 10px;
  margin-top: 10px; }

  .plan .name {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 4px; }

  .plan .price { color: #888888; }

    .plan .price strong {
      color: #444444;
      float: none !important;
      width: auto !important; }

  .plan .buttons { float: right; }

.current_plan { /*
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-bottom: 1px solid #c4c9cf;
  border-right: 1px solid #c4c9cf;
  padding: 10px;
  margin-bottom: 0px;
  */ }

  .current_plan .title {
    font-weight: normal;
    font-size: 130%;
    margin-bottom: 4px; }

    .current_plan .title span { font-weight: bold; }

  .current_plan .plan_info { color: #888888; }

    .current_plan .plan_info strong {
      color: #444444;
      float: none !important;
      width: auto !important; }

  .current_plan .cancel_plan { float: right; }

  .current_plan strong {
    float: none !important;
    width: auto !important; }

abbr.currency_code {
  font-size: 80%;
  border-bottom: dotted #888888 1px;
  margin-left: 7px; }

#connect-with-xero {
  display: block;
  width: 277px;
  height: 62px;
  margin: 10px 0 0 0;
  background: url(/images/connect-with-xero.png) no-repeat top left;
  text-indent: -9999px; }

  #connect-with-xero:hover { background-position: bottom left; }

.modal_overlay {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 50; }

.modal {
  position: fixed;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: solid #86c026 10px;
  background: #ffffff;
  padding: 15px; }

  .modal p { padding-right: 0 !important; }

  .modal .green_button { background-color: #ffffff !important; }

    .modal .green_button span { background-color: #ffffff !important; }

  .modal .xero_button { background-color: #ffffff !important; }

    .modal .xero_button span { background-color: #ffffff !important; }

  .modal .gray_button { background-color: #ffffff !important; }

    .modal .gray_button span { background-color: #ffffff !important; }

  .modal h1 {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important; }

  .modal h2 {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important; }

  .modal .thanks { width: 260px; }

#xero_loading, #sync_faq, #account_being_created, .modal.small { width: 300px; }

#main .static { width: 640px; }
.static p { margin-bottom: 1em !important; }

.static code { background-color: #FFF4D6; }

.static .col {
  float: left;
  width: 22%;
  margin: 0 15px 0 0;
}

.invite_form p { width: 280px; }

h2#client_view_title { overflow: hidden; }

  h2#client_view_title .text {
    float: left;
    margin: 3px 10px 0 0; }

  h2#client_view_title .checkbox { float: left; }

/** INVOICES **/
.invoices .invoice-checkbox, .invoices .invoice-delete {
  padding: 5px 10px;
  width: 42px; }

.invoices .invoice-description {
  padding: 5px 10px;
  width: 310px; }

.invoices .invoice-account {
  padding: 5px 10px;
  width: 180px; }

.invoices .invoice-hours, .invoices .invoice-rate, .invoices .invoice-amount {
  padding: 5px 10px;
  width: 150px; }

.invoices .drag-handle {
  cursor: pointer; /* The drag handle */
  display: none; }

.invoices .sortable_line_item { cursor: move; }

.invoices .drag-over { /** NEED TO ENABLE hoverclass & ghosting in invoices.js for this to happen. Disabled it coz it looks shit. **/ /* TBODY class when dragged over, might have to scope the selector more into tr/td to do shit */ }

#invoice div.more-info {
  color: #999999;
  font-size: 11px !important;
  padding: 10px;
  text-align: center; }

#save_account_bar {
  background: #363636 url("/images/save-bar-bg.png") repeat-x;
  padding: 14px 0;
  height: 17px; /* 45 - 28px */
  text-align: center; }

  #save_account_bar span.text {
    color: #ccc;
    font-weight: bold;
    font-size: 13px; }

  #save_account_bar .wrap {
    width: 930px;
    margin: 0 auto;
    text-align: right;
    padding-right: 34px; }

#save_account_modal .message {
  font-size: 12px;
  color: orange;
  font-weight: bold; }

#reports { min-height: 400px; /* HAX for the dropdowns */ }

#save_account_modal .checkbox input[type="checkbox"] {
  padding-left: 0px;
  padding-right: 0px;
}

.inline_checkbox {

}

#reports_form_box {
  position: relative;
  margin-top: 35px;
  z-index: 40; }

#reports #range_selector {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -29px;
  left: 15px; }

  #reports #range_selector li {
    float: left;
    z-index: 40;
    height: 28px;
    background: #8BC728;
    color: #fff;
    text-decoration: none;
    padding: 0 8px;
    margin-right: 2px;
    border: 1px solid #78AC22;
    border-bottom: none;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    color: #3C4245; }

    #reports #range_selector li a {
      line-height: 28px;
      color: #fff;
      text-decoration: none;
      text-shadow: #5e9217 0px -1px 0px; }

    #reports #range_selector li.current {
      background: #EFF4F8;
      border-color: #C4C9CF; }

#reports li.current #report_formatted_range_start, #reports li.current #report_formatted_range_end { display: inline; }

#reports #range_selector li.current a {
  color: #3C4245;
  text-shadow: #fff 0 1px 0; }

#reports #report_formatted_range_start, #reports #report_formatted_range_end {
  width: 70px;
  display: none;
  background: #ffffff;
  color: #3c4245;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px;
  font-size: 11px;
  border: 1px solid #7594aa; }

#reports #report_selectors {
  list-style: none;
  margin: 0;
  padding: 5px 10px 44px 10px;
  position: relative;
  clear: both; }


#reports #pinned_reports_selector {
  padding-top: 5px;
}


    #reports #report_selectors li.selector.right { float: right; }

  #reports #report_selectors #pinned_reports_selector { min-width: 250px; }

    #reports #report_selectors #pinned_reports_selector .title { float: right; }



    #reports #report_selectors #pinned_reports_selector li a {
      display: block;
      color: #3c4245;
      text-shadow: #ffffff 0 -1px 0;
      text-decoration: none;
      padding: 2px 4px;
    }
      

  li.selector {
    position: relative;
    float: left;
    padding: 0 2px;
  }
  
  .multiselector {
    margin: 0 -1px 0 -5px;
  }
    .multiselector ul {
      left: auto;
      right: 0;
    }
      

#reports h3 {
  text-transform: uppercase;
  font-weight: bold; }

#reports #report_description {
  margin: -5px 0 5px 17px;
}

#reports #report_description .title_column {
/*  float: left;
  width: 90px;*/
  color: #AC8022;
  text-transform: uppercase; }

#reports #report_description .value_column {
 /* margin-left: 90px;
  display: block; */}

#reports #view_container {  }

#reports #view_container #entries_container h2 {
}

#reports #overlay_container {
  position: relative;
  height: 0; }

  #reports #overlay_container #reports_overlay {
    background: #DDE3E9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30; }

  #reports #overlay_container #regenerate_box, #reports #overlay_container #errors_box, #reports #overlay_container #fail_box {
    position: absolute;
    top: 100px;
    left: 265px;
    width: 350px;
    z-index: 31; }


#reports #select_pinned_report .collapsable {
  left: auto;
  right: 5px; }

#reports .report_num { width: 190px; }

  #reports .report_num  .name {
    margin-right: 0 !important;
    width: auto; }

  #reports .report_num .percent_change { display: none; }

    #reports .report_num .percent_change sup {
      font-size: 18px;
      position: relative;
      top: -5px;
      line-height: 15px; }

    #reports .report_num .percent_change .up { color: #659318; }

    #reports .report_num .percent_change .down { color: #f02d00; }

  #reports .report_num.with_hover:hover { cursor: pointer; }

    #reports .report_num.with_hover:hover .percent_change { display: block; }

    #reports .report_num.with_hover:hover .number { display: none; }

#reports .report_node {
  float: left;
  width: 440px;
  height: 270px;
  display: block;
  color: #3C4245;
  padding: 5px 5px 5px 5px !important;
  margin: 5px; }

  #reports .report_node .name {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }

#reports .report_num .name { text-align: center; }

#users_chart, #contacts_chart, #tasks_chart, #time_chart, #hourly_rate_chart {
  width: 430px;
  height: 240px; }

#time_line_chart {
  width: 190px;
  height: 36px; }
  
  
  


.multiselector .collapsable {  }

.multiselector .collapsable {
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 32;
  background: #EFF4F8;
  border: 1px solid #C4C9CF;
  border-top: none;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  padding: 0 4px 5px 4px;
  min-width: 200px;
  *width: 300px;
}

  .multiselector .collapsable ul {
    overflow: auto;
    overflow-x: hidden;
  }

  .multiselector .collapsable.scrollable ul { height: 210px; }

  .multiselector ul li.spacer {
    background: #dde3e9 !important;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    cursor: default !important;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 0 !important;
  }

  .multiselector .scrollable ul li.spacer { margin-right: 10px; }

  .multiselector .all_selector,  .multiselector .none_selector {
    padding: 1px 3px;
    cursor: pointer;
    border-radius: 3px;
    margin: 3px 0;
  }
    .multiselector hr { margin: 3px 0; }

  .multiselector ul li {
    min-width: 200px;
    *width: 300px; /* IE Hack */
    padding: 1px 3px;
    margin-top: 2px;
    border-radius: 3px;
  }

  .multiselector ul li:hover,
  .multiselector .filter:hover,
  .multiselector .all_selector:hover,
  .multiselector .none_selector:hover {
    background: #78ac22; /* #AC8022; */ /* #78ac22; */
    cursor: pointer;
  }

  .multiselector ul li span {
    color: #3c4245;
    text-shadow: #ffffff 0 -1px 0;
  }
  
    .multiselector ul li span img {
      width: 16px;
      height: 16px;
      overflow: hidden;
      display: inline-block;
    }
    .multiselector ul li:hover span,
    .multiselector .filter:hover span,
    .multiselector .all_selector:hover span,
    .multiselector .none_selector:hover span,
    .multiselector ul li:hover a {
      color: #fff !important;
      text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0 !important;
    }

 .multiselector li.checked {  }  
  
  
  

#staging {
  position: absolute;
  top: 0;
  right: 0;
  background: #f73490;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-bottom-left-radius: 10px; }

/* payment/receipts */
#payment #invoice {
  padding: 0;
  width: 570px;
  margin: 15px auto; }

  /*#payment #invoice.paid {
      padding-bottom: 80px;
      background: url(/images/payments-paid.png) no-repeat bottom center; }*/

#payment table { width: 100%; }

#payment address .big { font-weight: bold; }

/* end payment */
.user_usage_bar_container {
  padding: 1px;
  border: solid #ccc 2px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  margin-bottom: 10px;
  width: 274px; }

  .user_usage_bar_container .inner {
    width: 0px;
    height: 15px;
    background: #DDE3E9;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px; }

.user_usage_bar_container .inner {
  width: 0px; 
  height: 15px; 
  background: #DDE3E9; 
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}     
      
div.field {
   margin-bottom: 10px;
}

.input-prefix-wrapper {
  position: relative;
}                    
  .input-prefix-wrapper .input-prefix {
   position: absolute;
   top: 10px;
   left: 3px;   
   font-size: 20px; 
   display: inline-block;
   width: 20px;
   text-align: center;  
   font-weight: bold;
   color: #aeb2b7;
  }
  
  .input-prefix-wrapper input {
    padding-left: 22px !important; 
    width: 248px !important;
  }
  
.tab_tutorial {
  position: relative;
  background-image: url("/images/sash-tutorial.png");
  background-position: top right;
  background-repeat: no-repeat;
}

  .tab_tutorial .clipwrap {
    margin: 25px 50px 0 50px;
  }

  .tab_tutorial .nav a {
    width: 25px;
    margin-top: 40px;
    
    background-image: url("/images/next-prev-arrow-bubbles.png");
    background-repeat: no-repeat;
    width: 41px;
    height: 41px;
    text-indent: -9999px;
  }
  
  #goals_tutorial .nav a {
    margin-top: 65px;
  }

  .tab_tutorial .nav a.prev {
    position: absolute;
    left: 15px;
    background-position: top left;
  }
    .tab_tutorial .nav a.prev:hover {
      background-position: bottom left;
    }
  
  .tab_tutorial .nav a.next {
    position: absolute;
    right: 15px;
    background-position: top right;
  }
  
    .tab_tutorial .nav a.next:hover {
      background-position: bottom right;
    }
  
  .tab_tutorial .nav a.disabled {
    display: none;
  }
  
  .tab_tutorial ul li.step {
    text-align: center;
  }

  .tab_tutorial ul li.step .img {
    padding: 5px 15px;
    background: #fff;
    border: solid #c4c9cf 1px;
    border-radius: 10px;
    
    margin: 0 10px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  
  .tab_tutorial ul li.step p {
    font-size: 18px;
    padding: 5px 0;
  }
  
  
  
#save_account {
  
}
  
  #save_account .current_user {
    margin: 0 0 10px 0;
  }
    #save_account .avatar {
      float: left;
      margin-right: 10px;
    }
      #save_account .avatar img { padding: 2px; }

  #save_account #save_account_company_source {
    clear: both;
    height: 60px;
  }
  
  #save_account #save_account_company_source .manual {
    float: left;
/*    width: 150px;*/
    padding-top: 15px;
  }
  
  #save_account #save_account_company_source .xero {
    float: left;
/*    width: 150px;*/
    padding-top: 15px;
  }
  
  #save_account #save_account_company_source .spacer {
    position: relative;
    float: left;
    width: 20px;
    height: 60px;
    margin: 0 15px;
  }
  
    #save_account #save_account_company_source .line {
      position: absolute;
      height: 50px;
      width: 1px;
      background-color: #dde3e9;
      border-left: 1px solid #ffffff;
      top: 5px;
      left: 8px;
    }
  
    #save_account #save_account_company_source .text {
      position: absolute;
      top: 23px;
      background: #EFF4F8;
    }
  
  #xero_info_loading { line-height: 18px; }
  
  #signup { width: 340px; float: left; }
    #signup h2 { margin-top: 0 !important; }
  
  #preview { width: 250px; float: right; }
    #preview h3 {
      font-size: 14px !important;
      font-weight: bold !important;
      text-transform: uppercase !important;
      color: #AC8022 !important;
      text-shadow: #fff 0px 1px 0px !important;
      margin: 0 0 2px 0 !important;
    }
    #preview h3.first { margin-top: 5px !important; }
  
  #signup .fieldWithErrors input {
    border-color: red !important;
  }
  
  #signup #signup_tou_field .fieldWithErrors {
    display: inline;
  }
  
  
.new_goal, .edit_goal {
}  

  .new_goal .multiselector .button_wrap,
  .edit_goal .multiselector .button_wrap,
  .multiselector .button_wrap  {
    padding: 4px;
    border: 1px solid transparent;
    height: 30px;
    position: relative;
  }
  
  .new_goal .multiselector,
  .edit_goal .multiselector {

  }
  
  .new_goal .multiselector.active .button_wrap,
  .edit_goal .multiselector.active .button_wrap,
  .multiselector.active .button_wrap   {
    border: 1px solid #C4C9CF;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
    z-index: 10001;
    border-bottom: 1px solid #fff;
    background: #fff;
  }
  
  .new_goal .multiselector .collapsable,
  .edit_goal .multiselector .collapsable,
   .multiselector .collapsable {
    margin-left: -3px;
    border-top: 1px solid #C4C9CF;
    z-index: 10000;
    background: #fff;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 1px 1px 4px #C4C9CF;
    -moz-box-shadow: 1px 1px 4px #C4C9CF;
  }
  
#goals {
/*  padding: 0 15px;*/
}
  
  #goals h3 {
    font-size: 16px;
    margin: 30px 0 10px 15px;
    color: #AC8022;
  }
  
  #goal {
    overflow: visible;
    width: 325px !important;
  }
    #goal-holder {
      min-height: 600px;
    }
  
  #goal_summary.strong-cols strong {
    width: 40px;
  }
    #goal_summary_hours { font-weight: bold; }
  
  .goals {
    overflow: hidden;
    clear: both;
  }
  
  .goals .goal {
    clear: both;
    padding: 0px 15px;
    margin: 0px 0 5px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
  }
    
  .goals .goal.collapsed {
/*    width: 500px;*/
    height: 35px;
    clear: both;
  }
  
    .goals .goal.collapsed:hover {
      cursor: pointer;
    }
    
    .goals .goal.collapsed:hover .goal_progress .hours {
      display: inline-block;
    }
  
    .goals .goal .icon {
      float: right;
      margin-left: 5px;
    }
    
      .goals .goal .expanded .actions {
        position: absolute;
        right: 0;
        top: 0;
      }

    
    
    .goals .goal .name, .goals .goal .description { line-height: 35px; }
      .goals .goal .name {
        display: inline-block;
        font-weight: bold;
      }
      .goals .goal.collapsed .description { display: none; }
  
  
  .goals .goal.expanded {
    padding: 10px 15px;
    
    background: #ced8e2;

    
    border: 1px solid #eff4f8;
    border-top: none;
    border-left: none;
  }
  
  .goals .goal .expanded {
    position: relative;
    overflow: hidden;
  }
  
    .goals .goal .expanded .description {
      font-size: 18px;
      font-weight: bold;
      line-height: 28px;
    }
    
    .goals .goal .expanded .what {
      float: left;
    }
    
    .goals .goal .expanded .goal_progress {
      padding: 2px;
      overflow: hidden;
      float: right;
    }
    
    .goals .goal .expanded .progress_bar {
      width: 160px;
    }
  
  .goals .goal .brief .goal_progress {
    float: right;
    padding-top: 7px;
  }
    
    .goals .goal .hours { line-height: 22px; }
    
    .goals .goal .goal_progress em {
      font-size: 10px;
    }
      
    .goals .goal.collapsed .goal_progress .hours {
      display: none;
    }
    
    .goals .goal .goal_progress span {
      font-size: 14px;
      float: right;
    }
  
    .goals .goal .goal_progress .progress_bar {
      float: right;
      margin-left: 10px;
      position: relative;
      top: -2px;
    }
  
  .goals .goal .progress_bar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 92px;
    height: 23px;
    border: 1px solid;
    
    background: url("/images/progress_bars.png") repeat-x 0 -23px;
  }
    .goals .goal .progress_bar .progress {
      height: 23px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      background: url("/images/progress_bars.png") repeat-x;
    }
    
    
    @-webkit-keyframes goalPulseGreen {
      from { -webkit-box-shadow: none; }
      25% { -webkit-box-shadow: 0 0 18px #0e820f; }
      to {  -webkit-box-shadow: none; }
    }
    
    @-webkit-keyframes goalPulseBlue {
      from { -webkit-box-shadow: none; }
      25% { -webkit-box-shadow: 0 0 18px #389fe2; }
      to {  -webkit-box-shadow: none; }
    }
    
    @-webkit-keyframes goalPulseRed {
      from { -webkit-box-shadow: none; }
      25% { -webkit-box-shadow: 0 0 18px #c33838; }
      to {  -webkit-box-shadow: none; }
    }
    
    @-webkit-keyframes goalPulseOrange {
      from { -webkit-box-shadow: none; }
      25% { -webkit-box-shadow: 0 0 18px #fabd12; }
      to {  -webkit-box-shadow: none; }
    }
    

    .goals .goal .progress_bar.pulse .progress {
      -webkit-animation-duration: 2s;
      -webkit-animation-iteration-count: 1;
    }  
      .goals .goal .progress_bar.green.pulse .progress { -webkit-animation-name: goalPulseGreen; }
      .goals .goal .progress_bar.blue.pulse .progress { -webkit-animation-name: goalPulseBlue; }
      .goals .goal .progress_bar.red.pulse .progress { -webkit-animation-name: goalPulseRed; }
      .goals .goal .progress_bar.orange.pulse .progress { -webkit-animation-name: goalPulseOrange; }
    
  .goals .goal .progress_bar.green {
    border-color: #71A024;
  }
    .goals .goal .progress_bar.green .progress {
      background-position: 0px -46px;
    }
    
  .goals .goal .progress_bar.blue {
    border-top-color: #389fe2;
    border-bottom-color: #09578e;
    border-right-color: #1870ab;
    border-left-color: #1870ab;
  }
    .goals .goal .progress_bar.blue .progress {
      background-position: 0px 0px;
    }  
    
  .goals .goal .progress_bar.red {
    border-top-color: #910d0d;
    border-bottom-color: #410b0b;
    border-right-color: #610c0c;
    border-left-color: #610c0c;
  }
    .goals .goal .progress_bar.red .progress {
      background-position: 0px -92px;
    }  
    
    
    
  .goals .goal .progress_bar.orange {
    border-top-color: #fdb004;
    border-bottom-color: #b95e00;
    border-right-color: #d57f00;
    border-left-color: #d57f00;
  }
    .goals .goal .progress_bar.orange .progress {
      background-position: 0px -69px;
    }
    
    
  /* wraps the goals, to keep the 'last' outside of the goal partial */  
  .goals.minigoal {
    float: left;
    clear: none;
  }  
    
  .goal.collapsed.mini {
    width: 190px;
    height: 52px;
    float: left;
    clear: none;
    margin: 0 15px 0 0;
    padding-top: 3px;
    
    background: #ced8e2;
    
    border: 1px solid #eff4f8;
    border-top: none;
    border-left: none;
    
  }
  
  .minigoal.last .goal.collapsed.mini {
    margin-right: 0px !important;
  }

    .goal.collapsed.mini .goal_progress {
      position: relative;
      width: 190px;
      float: none;
    }
      .goal.collapsed.mini .progress_bar {
        width: 190px;
      }
      .goal.collapsed.mini .hours {
        position: absolute;
        text-align: center;
        top: 8px;
        width: 190px;
        z-index: 99;
        font-size: 11px;
        line-height: 22px;
      }
        .goal.collapsed.mini .goal_progress.red .hours,
        .goal.collapsed.mini .goal_progress.green .hours {
          color: #fff;
          text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
        }
        .goal.collapsed.mini .hours em {
          font-size: 9px;
          font-style: normal;
        }
        
    
    .goals .goal.collapsed.mini:hover .name { display: block; }
    
    .goal.collapsed.mini .name {
      display: block;
      text-align: center;
      line-height: 19px;
      font-size: 11px;
    }
      .goal.collapsed.mini .name a {
        text-decoration: none !important;
        color: #3c4245 !important;
      }
  
  
  
  

.calendar { width: 245px; z-index: 1000;}
.calendar table {
  background: #eff4f8;
  border: 1px solid #c4c9cf;
  width: 245px;
  font-size: 95%;
  margin-top: 35px;
}
.calendar th {
  line-height: 18px;
  width: 35px;
}
.calendar .weekend { color: #95aabb; }
.calendar td {
  padding: 2px;
  text-align: center;
  border: 0 !important;
}
.calendar tr.days {
  background: #ffffff;
  border-bottom: 1px solid #dde3e9;
  border-right: 1px solid #c4c9cf;
  border-left: 1px solid #c4c9cf;
  padding: 1px 0;
}
.calendar tr.days td:hover {
  background: #eff4f8;
  cursor: pointer;
  color: #78ac22;
  font-weight: bold;
}
.calendar tr.days:last-child { border-bottom: 1px solid #c4c9cf !important; }
.calendar td.selected {
  color: #ffffff !important;
  background: #78ac22 !important;
}
.calendar td.today:hover { background: #86c026 !important; }
.calendar td.title { font-size: 14px !important; }
.calendar td.button {
  cursor: pointer;
  color: #78ac22;
  text-decoration: none;
  line-height: 24px;
  font-size: 24px;
}
.calendar td.button:hover { color: #86c026; }
.calendar td.otherDay { background: #f2f2f2; }
                                               
.calendar td.futureDay { background: #e8e4e4 !important; color: #b2b2b2 !important; cursor: text !important;}