/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 */
#facebox {
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  z-index: 100;
}
#facebox .popup {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: #FFF;
  position: relative;
}
#facebox .popup .close {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 2px;
  background: #fff;
}
#facebox .popup .close img {
  opacity: 0.3;
}
#facebox .popup .loading,
#facebox .popup .content {
  width: 370px;
  padding: 10px;
}
#facebox .popup .loading {
  text-align: center;
  line-height: 100px;
}
#facebox .popup .image {
  text-align: center;
}
#facebox .popup img {
  border: 0;
  margin: 0;
}
#facebox .popup .content {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  display: table;
  width: 380px;
  padding: 10px;
  background: #fff;
}
#facebox .popup .content.brokerage_users.form {
  width: 580px;
}
#facebox .popup .content.events.edit {
  width: 320px;
}
#facebox .popup .content.events.flag {
  width: 500px;
}
#facebox .popup .content.events.seat-preview {
  width: 745px;
}
#facebox .popup .content.events.static-map {
  min-width: 1000px;
  max-width: 1050px;
  width: 100%;
}
#facebox .popup .content.offices.form {
  width: 625px;
}
#facebox .popup .content.performers.details {
  width: 500px;
}
#facebox .popup .content.quote {
  width: 580px;
}
#facebox .popup .content.video {
  width: 480px;
}
#facebox .popup .content.video.event ul {
  background: #CCC6BA;
  padding: 0.5em;
}
#facebox .popup .content.video.event ul li {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: rgb(171.4875, 161.6625, 142.0125);
  display: inline;
  line-height: 1.5em;
  margin-right: 0.5em;
  padding: 0.25em 0.5em;
}
#facebox .popup .content.video.event ul li a {
  color: #FFF;
  font-weight: bold;
}
#facebox .popup .content h2 {
  background: #CCC6BA;
  color: #FFF;
  font-size: 2em;
  line-height: 1.5em;
  padding: 0.5em 0.75em;
}
#facebox .popup .content dl {
  margin-bottom: 1.5em;
}
#facebox .popup .content form {
  margin: 0;
}
#facebox .popup .content form .submit {
  background: #CCC6BA;
  border-top: 1px solid #BCB7AB;
  padding: 0.5em 1.5em;
}
#facebox .popup .content form .errors {
  border-top: 1px solid #BCB7Ab;
  margin: 0;
  padding: 1.5em;
}
#facebox .popup .content form .errors h3 {
  border: none;
  font-weight: bold;
  margin: 0 0 7px;
  padding: 0;
}
#facebox .popup .content .content > p:first-child {
  margin-top: 0;
}
#facebox .popup .content .content > p:last-child {
  margin-bottom: 0;
}

#facebox_overlay {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
}
#facebox_overlay.facebox_hide {
  z-index: -100;
}
#facebox_overlay.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay {
  height: expression("document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");
  position: absolute;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/********************************      Basic Structure      ********************************/
html {
  font-size: 100%;
  height: 100%;
  margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  background: #f0f0f0 url("/assets/settings/bg-body-425b23ce.gif") top left repeat-y;
  font-size: 12px;
}

#body-wrapper {
  background: url("/assets/settings/bg-radial-gradient-e5f15f89.gif") fixed 230px top no-repeat;
}

/********************************      Elements styling      ********************************/
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: bold;
}

h1 {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 31px;
  font-weight: bold;
  color: #fff;
}

h2 {
  font-size: 26px;
  padding: 0 0 10px 0;
}

h3 {
  font-size: 17px;
  padding: 0 0 10px 0;
}

h4 {
  font-size: 16px;
  padding: 0 0 5px 0;
}

h5 {
  font-size: 14px;
  padding: 0 0 5px 0;
}

h6 {
  font-size: 12px;
  padding: 0 0 5px 0;
}

a {
  color: #57a000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a:active {
  color: #777;
}

a:focus {
  outline: 1px;
}

strong {
  font-weight: bold;
  color: #333;
}

small {
  font-size: 0.85em;
}

pre {
  font-family: monospace;
}

p, div.field {
  padding: 5px 0 10px 0;
  line-height: 1.6em;
}

/********************************      General Classes      ********************************/
.clear {
  clear: both;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

/************ Button ************/
.button {
  font-family: Verdana, Arial, sans-serif;
  display: inline-block;
  background: #459300 url("/assets/settings/bg-button-green-0ef65622.gif") top left repeat-x !important;
  border: 1px solid #459300 !important;
  padding: 4px 7px 4px 7px !important;
  color: #fff !important;
  font-size: 11px !important;
  cursor: pointer;
}

.button:hover {
  text-decoration: underline;
}

.button:active {
  padding: 5px 7px 3px 7px !important;
}

a.remove-link {
  color: #bb0000;
}

a.remove-link:hover {
  color: #000;
}

/********************************      Sidebar      ********************************/
#sidebar {
  background: url("/assets/settings/bg-sidebar-8bc12f7b.gif") top left no-repeat;
  width: 230px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #888;
  font-size: 11px;
}

#sidebar #sidebar-wrapper {
  margin: 0 0 0 9px;
}

#sidebar a,
#sidebar a:active {
  color: #ccc;
}

#sidebar a:hover {
  color: #fff;
}

#sidebar #sidebar-title {
  margin: 40px 0 40px 15px;
}

#sidebar #logo {
  margin: 40px 0 40px 0;
}

#sidebar #profile-links {
  padding: 0 15px 20px 15px;
  text-align: right;
  line-height: 1.5em;
}

/************ Sidebar Accordion Menu ************/
#sidebar #main-nav {
  width: 206px;
  padding: 0;
  margin: 0 0 0 15px;
  font-family: Helvetica, Arial, sans-serif;
}

#sidebar #main-nav li {
  list-style: none;
  padding-bottom: 10px;
  text-align: right;
}

#sidebar #main-nav li a.nav-top-item {
  background: transparent url("/assets/settings/bg-menu-item-green-3942742f.gif") right center no-repeat; /* Background image for default color scheme - green */
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

#sidebar #main-nav li a.current {
  background-image: url("/assets/settings/bg-menu-item-current-b4cb9c45.gif") !important;
  color: #333;
  font-weight: bold;
}

#sidebar #main-nav li a.current:hover {
  color: #333;
}

#sidebar #main-nav ul {
  padding: 0;
  font-size: 12px;
  margin: 0;
}

#sidebar #main-nav ul li {
  list-style: none;
  margin: 0;
  text-align: right;
  padding: 0;
}

#sidebar #main-nav ul li a {
  padding: 8px 15px;
  display: block;
  color: #aaa;
  font-size: 13px;
  line-height: 1.2em;
}

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
  color: #fff;
}

#sidebar #main-nav ul li a.current {
  background: transparent url("/assets/settings/menu-current-arrow-0e7bd165.gif") right center no-repeat !important;
}

/************ Messages ************/
#messages p,
#messages form {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

#messages h4 {
  padding: 10px 0;
}

#messages fieldset {
  margin: 0;
}

#messages textarea {
  margin: 0 0 15px 0;
}

/********************************      Main Content      ********************************/
/************ Layout ************/
#main-content {
  margin: 0 30px 0 260px;
  padding: 40px 0 0 0;
}

.column-left {
  width: 48%;
  float: left;
}

.column-right {
  width: 48%;
  float: right;
}

#page-intro {
  font-size: 17px;
  padding: 0 0 20px 0;
}

#footer {
  border-top: 1px solid #ccc;
  margin: 40px 0 0 0;
  padding: 20px 0;
  font-size: 12px;
}

/************ Lists ************/
#rules_table li {
  background: none !important;
}

#main-content ul,
#main-content ol {
  padding: 10px 0;
}

/* Unordered List */
#main-content ul li {
  background: url("/assets/settings/icons/bullet_black-add8fb07.png") center left no-repeat;
  padding: 4px 0 4px 20px;
}

/* Ordered List */
#main-content ol {
  padding: 0 0 0 24px;
}

#main-content ol li {
  list-style: decimal;
  padding: 4px 0;
}

/*************** Content Box ***************/
.content-box {
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  background: #fff;
}

.content-box-header {
  background: #e5e5e5 url("/assets/settings/bg-content-box-3453febe.gif") top left repeat-x;
  margin-top: 1px;
  height: 40px;
}

.content-box-header h3 {
  padding: 12px 15px 10px;
  float: left;
  margin-top: 0;
}

ul.content-box-tabs {
  float: right;
  padding: 12px 15px 0 0 !important;
  margin: 0 !important;
}

ul.content-box-tabs li {
  float: left;
  margin: 0;
  padding: 0 !important;
  background-image: none !important;
}

ul.content-box-tabs li a {
  color: #333;
  padding: 8px 10px;
  display: block;
  margin: 1px;
  border-bottom: 0;
}

ul.content-box-tabs li a:hover {
  color: #57a000;
}

ul.content-box-tabs li a.current {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0;
}

.content-box-content {
  padding: 20px;
  font-size: 13px;
  border-top: 1px solid #ccc;
}

/************ Table ************/
#main-content table {
  width: 100%;
  border-collapse: collapse;
}

#main-content table thead th {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

#main-content tbody {
  border-bottom: 1px solid #ddd;
}

#main-content tbody tr {
  background: #fff;
}

#main-content tbody tr.alt-row {
  background: #f3f3f3;
}

#main-content table td,
#main-content table th {
  padding: 10px;
  line-height: 1.3em;
}

#main-content table tfoot td .bulk-actions {
  padding: 15px 0 5px 0;
}

#main-content table tfoot td .bulk-actions select {
  padding: 4px;
  border: 1px solid #ccc;
}

/*************** Pagination ***************/
#main-content .pagination {
  text-align: right;
  padding: 20px 0 5px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.pagination a {
  margin: 0 5px 0 0;
  padding: 3px 6px;
}

.pagination a.number {
  border: 1px solid #ddd;
}

.pagination a.current {
  background: #469400 url("/assets/settings/bg-button-green-0ef65622.gif") top left repeat-x !important;
  border-color: #459300 !important;
  color: #fff !important;
}

.pagination a.current:hover {
  text-decoration: underline;
}

/************ Shortcut Buttons ************/
.shortcut-button {
  border: 1px solid #ccc;
  background: #f7f7f7 url("/assets/settings/shortcut-button-bg-97997970.gif") top left no-repeat;
  display: block;
  width: 120px;
  margin: 0 0 20px 0;
}

.shortcut-button span {
  border: 1px solid #fff;
  display: block;
  padding: 15px 10px 15px 10px;
  text-align: center;
  color: #555;
  font-size: 13px;
  line-height: 1.3em;
}

.shortcut-button span img {
  margin-bottom: 10px;
}

.shortcut-button:hover {
  background: #fff;
}

.shortcut-button span:hover {
  color: #57a000;
}

ul.shortcut-buttons-set li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 !important;
  background: 0;
}

/*************** Forms ***************/
form label {
  display: block;
  padding: 0 0 10px;
  font-weight: bold;
}

form fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

form p small {
  font-size: 0.75em;
  color: #777;
}

form input.text-input,
form select,
form textarea {
  padding: 6px;
  font-size: 13px;
  background: #fff url("/assets/settings/bg-form-field-66b90505.gif") top left repeat-x;
  border: 1px solid #d5d5d5;
  color: #333;
}

form .small-input {
  width: 25% !important;
}

form .medium-input {
  width: 50% !important;
}

form .large-input {
  width: 97.5% !important;
  font-size: 16px !important;
  padding: 8px !important;
}

form textarea {
  width: 97.5% !important;
  font-family: Arial, Helvetica, sans-serif;
}

form select {
  padding: 4px;
  background: #fff;
}

form input[type=checkbox],
form input[type=radio] {
  padding: 0;
  background: none;
  border: 0;
}

/*************** Notifications ***************/
.notification {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  border: 1px solid;
  background-position: 10px 11px !important;
  background-repeat: no-repeat !important;
  font-size: 13px;
  width: 99.8%;
}

.attention {
  background: #fffbcc url("/assets/settings/icons/exclamation-ec544ab4.png") 10px 11px no-repeat;
  border-color: #e6db55;
  color: #666452;
}

.information {
  background: #dbe3ff url("/assets/settings/icons/information-bc8fe82b.png");
  border-color: #a2b4ee;
  color: #585b66;
}

.success {
  background: #d5ffce url("/assets/settings/icons/tick_circle-4d52df02.png");
  border-color: #9adf8f;
  color: #556652;
}

.error {
  background: #ffcece url("/assets/settings/icons/cross_circle-28ff5cb5.png");
  border-color: #df8f8f;
  color: #665252;
}

.notification div {
  display: block;
  font-style: normal;
  padding: 10px 10px 10px 36px;
  line-height: 1.5em;
}

.notification .close {
  color: #990000;
  font-size: 9px;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* Notification for form inputs */
.input-notification {
  background-position: left 2px;
  background-repeat: no-repeat;
  padding: 2px 0 2px 22px;
  background-color: transparent;
  margin: 0 0 0 5px;
}

/* Notification for login page */
#login-wrapper #login-content .notification {
  border: 0;
  background-color: #141414;
  color: #fff !important;
}

/********************************      Login Page      ********************************/
body#login {
  color: #fff;
  background: #222 url("/assets/settings/bg-login-0095e7db.gif");
}

#login-wrapper {
  background: url("/assets/settings/bg-login-top-b057df40.png") top left repeat-x;
}

#login-wrapper #login-top {
  width: 100%;
  padding: 75px 0 10px 0;
  text-align: center;
}

#login-wrapper #login-top {
  font-size: 30px;
}

#login-wrapper #login-top img {
  vertical-align: middle;
}

#login-wrapper #login-content {
  text-align: left;
  width: 300px;
  margin: 0 auto;
}

#login-wrapper #login-content label {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  width: 70px;
  padding: 0;
}

#login-wrapper #login-content input {
  width: 200px;
  float: right;
  margin: 0 0 20px 0;
  border: 0;
  background: #fff;
}

#login-wrapper #login-content p {
  padding: 0;
}

#login-wrapper #login-content p#remember-password {
  float: right;
}

#login-wrapper #login-content p#remember-password input {
  float: none;
  width: auto;
  border: 0;
  background: none;
  margin: 0 10px 0 0;
}

#login-wrapper #login-content p .button {
  width: auto;
  margin-top: 20px;
}

/********************************      jQuery plugins styles      ********************************/
/*************** Facebox ***************/
#facebox .b {
  background: url("/assets/settings/b-ce9da4a6.png");
}

#facebox .tl {
  background: url("/assets/settings/tl-13abddb3.png");
}

#facebox .tr {
  background: url("/assets/settings/tr-6b31100a.png");
}

#facebox .bl {
  background: url("/assets/settings/bl-c87e6753.png");
}

#facebox .br {
  background: url("/assets/settings/br-cd6914fb.png");
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.facebox_hide {
  z-index: -100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/* custom */
div.field {
  clear: both;
}

#whats_this {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  margin: 10px 0;
  width: 360px;
}

#whats_this h2 {
  font-size: 18px;
}

#whats_this p {
  margin: 0 0 10px 0;
}

#what_link {
  cursor: pointer;
}

#shipping_settings_wrapper {
  overflow: hidden;
}

#shipping_settings_left {
  clear: both;
}

a.sort_handle {
  background: url("/assets/settings/timeline_marker-c2ccd4ad.png") top left no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  cursor: move;
}

#upload_destination_enabled {
  margin: 2px 4px 0 0;
}

.white {
  background-color: white;
}

div.field.optional.checkbox input, div.field.optional.checkbox label {
  float: left;
}

div.field.optional.checkbox input {
  margin: 0 5px 0 0;
}

div.field.optional.checkbox input.sub_email_checkbox, div.field.optional.checkbox input.sub_email_checkbox2 {
  margin: 4px 5px 0 0;
}

a.opt_tt {
  margin: -18px 0 0 10px;
}

a.opt_tt.input {
  margin: -123px 0 0 130px;
}

a.opt_tt.input_2 {
  margin: -123px 0 0 290px;
}

.button.btn-danger {
  color: white !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #DA4F49 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE5F5B), to(#BD362F)) !important;
  background-image: -webkit-linear-gradient(top, #EE5F5B, #BD362F) !important;
  background-image: -o-linear-gradient(top, #EE5F5B, #BD362F) !important;
  background-image: linear-gradient(to bottom, #EE5F5B, #BD362F) !important;
  background-image: -moz-linear-gradient(top, #EE5F5B, #BD362F) !important;
  background-repeat: repeat-x !important;
  border-color: #BD362F #BD362F #802420 !important;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0) !important;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false) !important;
}

#office_address_attributes_region {
  width: 216px;
}

table.promo tr td select {
  height: 30px;
  margin: 5px 0 0 0;
}

/*************** tooltip ***************/
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  margin-left: 25px;
  margin-top: -25px;
  padding: 7px;
  width: 250px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 1);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.button,
#main-content table tfoot td .bulk-actions select,
.pagination a.number,
form input.text-input,
form textarea,
form select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.content-box,
.content-box-header,
ul.content-box-tabs li a.current,
.shortcut-button,
.notification {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.content-box-header {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.closed-box .content-box-header {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

ul.content-box-tabs li a.current {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.shortcut-button span {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

a {
  color: #0078cc;
}

.button {
  background: #004a95 url("/assets/settings/bg-button-blue-35fa3195.gif") top left repeat-x !important;
  border-color: #004994 !important;
}

#sidebar #main-nav li a.nav-top-item {
  background: transparent url("/assets/settings/bg-menu-item-blue-68836908.gif") right center no-repeat;
}

ul.content-box-tabs li a:hover {
  color: #0078cc;
}

.pagination a.current {
  background: #004a95 url("/assets/settings/bg-button-blue-35fa3195.gif") top left repeat-x !important;
  border-color: #004994 !important;
}

.action-button span:hover {
  color: #0078cc;
}

div .content-box-content p.inventory_rule {
  padding: 10px 8px 0;
}

div .content-box-content .left-side {
  float: left;
}

div.content-box.margin {
  margin-top: 20px;
}

div .content-box-content .right-side {
  float: left;
  padding-left: 10px;
}

.content-box-content .inline {
  display: inline;
}

.content-box-content .samurai, .content-box-content .braintree {
  display: none;
}

p.instructions {
  font-style: italic;
}

form .field_with_errors input, form .field_with_errors input.text-input, form .field_with_errors textarea, form .field_with_errors select {
  background: #ffcece;
}

.inline div.field, .inline p, .inline label {
  display: inline;
}

.inline label {
  padding-right: 5px;
}

.hide-input-labels label {
  display: none;
}

.tipsy {
  font-size: 11px;
  padding: 5px;
  position: absolute;
  z-index: 100000;
}

.tipsy-inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: black;
  color: white;
  line-height: 16px;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

.tipsy-arrow {
  background: url("/assets/tipsy-81220943.gif") no-repeat top left;
  height: 5px;
  position: absolute;
  width: 9px;
}

.tipsy-n .tipsy-arrow {
  left: 50%;
  margin-left: -4px;
  top: 0;
}

.tipsy-nw .tipsy-arrow {
  left: 10px;
  top: 0;
}

.tipsy-ne .tipsy-arrow {
  right: 10px;
  top: 0;
}

.tipsy-s .tipsy-arrow {
  background-position: bottom left;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
}

.tipsy-sw .tipsy-arrow {
  background-position: bottom left;
  bottom: 0;
  left: 10px;
}

.tipsy-se .tipsy-arrow {
  background-position: bottom left;
  bottom: 0;
  right: 10px;
}

.tipsy-e .tipsy-arrow {
  background-position: top right;
  height: 9px;
  margin-top: -4px;
  right: 0;
  top: 50%;
  width: 5px;
}

.tipsy-w .tipsy-arrow {
  height: 9px;
  left: 0;
  margin-top: -4px;
  top: 50%;
  width: 5px;
}

a.tooltip {
  background: url("/assets/icons/help-dad296b3.png") 0 center no-repeat;
  border: none;
  display: inline-block;
  height: 16px;
  padding: 0;
  text-indent: -9999em;
  width: 16px;
  vertical-align: middle;
}

.hidden {
  display: none;
}

ul.table-like {
  clear: both;
  overflow: hidden;
}

#main-content ul.table-like li {
  list-style: none;
  background-image: none;
  clear: both;
  overflow: hidden;
  height: 50px;
  padding-top: 20px;
}

#main-content ul.table-like li.odd {
  background-color: #F0F0F0;
}

ul.table-like li div.actions {
  float: left;
  width: 10%;
}

ul.table-like li div.data {
  float: left;
  width: 80%;
}

form.inventory_rule {
  clear: both;
  overflow: hidden;
}

form p[notes] {
  display: none;
}

form.inventory_rule div.field {
  clear: none;
  float: left;
}

form.inventory_rule p {
  display: block;
  float: left;
  padding: 8px 15px 5px;
}

form.inventory_rule div.field label {
  display: none;
}

#main-content form.edit_brokerage ul li .field {
  clear: none;
}

#main-content form.edit_brokerage ul li {
  list-style: none;
  background-image: none;
  overflow: hidden;
}

form.edit_brokerage li .name {
  float: left;
  height: 100%;
  line-height: 30px;
  width: 200px;
}

form.edit_brokerage li div.field {
  float: left;
  height: 30px;
  padding: 0;
}

form.edit_brokerage li div.field label {
  float: left;
  line-height: 30px;
  padding-right: 10px;
}

form.edit_brokerage li div.field select {
  float: left;
  line-height: 30px;
  margin-top: 5px;
}

form.edit_brokerage .content-box-header h3 {
  margin-top: 0;
}

.inline-fields input[type=checkbox] {
  margin-right: 5px;
}

.inline-fields .field, .inline-fields label {
  display: inline-block;
  margin-right: 5px;
}

form .form-row .field {
  float: left;
  clear: none;
  margin-right: 10px;
  width: 220px;
}

.notice {
  width: 515px;
  font-size: 12px;
}

.notice p {
  margin: 0 0 10px 0;
}

.notice > h3 {
  color: white;
  font-size: 14px;
}

.notice a:hover {
  text-decoration: underline;
  color: gray;
}

.delete-button {
  background: #950000 url("/assets/settings/bg-button-red-d5955142.gif") top left repeat-x !important;
  border-color: #940000 !important;
}

/* Hide the label that rails automatically generates */
.dont-show-label label {
  display: none;
}

.show-dialog {
  cursor: pointer;
}

.service-fees-list .action-cell form {
  display: inline-block;
}

/* Override the reset.css so the chargify HTML looks decent */
.billing-history-show {
  margin: 0 0 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.billing-history-show h1,
.billing-history-show h2,
.billing-history-show h3,
.billing-history-show h4,
.billing-history-show h5,
.billing-history-show h6 {
  margin: 0;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
}

.billing-history-show h1 {
  font-size: 30px;
  line-height: 36px;
}

.billing-history-show h2 {
  font-size: 24px;
  line-height: 36px;
}

.billing-history-show h3 {
  line-height: 27px;
  font-size: 18px;
}

.billing-history-show h4, .billing-history-show h5, .billing-history-show h6 {
  line-height: 18px;
}

.billing-history-show h4 {
  font-size: 14px;
}

.billing-history-show h5 {
  font-size: 12px;
}

.billing-history-show h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

table.table {
  margin-bottom: 30px;
}

#service_fee_new .back-link,
#service_fee_edit .back-link {
  display: inline-block;
  margin: 10px 0 0 0px;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
}

.table th, .table td {
  padding: 8px;
  text-align: left;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
  vertical-align: bottom;
}

.table td {
  vertical-align: top;
}

.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
}

.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
  border-left: 1px solid #dddddd;
}

.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

table .span1 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: -16;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: -16;
  margin-left: 0;
}
