/* Author: Louis Holladay
 * Website: AdminDesigns.com
 * Last Updated: 02/01/14
 * Copyright 2014 Admin Designs
=================================================
 * This file is reserved for changes made by
 * the user. It's often times a good idea to
 * seperate your changes from the themes core.
 * It makes modifications, and future theme
 * updates much easier to apply.
================================================= */
/* These styles have been placed here for as
 * they have a high chance of needing to be
 * changed if one decides to modify the header
-----------------------------------------------*/

/* hide membership form display divs by default */
.member-application-forms .member-application-form {
  display: none;
}

/* Navbar bottom border disabled by default */
.navbar {
  border-bottom: 1px solid transparent; }

/* Header button states - text colors */
.header-btns > div > .btn:focus {
  color: #666; }

.header-btns > div > .btn:hover {
  color: #0094d2; }

/* Sidebar menu item states - background colors */
/* top level*/
/* Submenu item level */
/* Place your custom styles or styles which
 * have been generated with the customization
 * tool below this line.
-----------------------------------------------*/
body.login-page #page-logo {
  width: 201px;
}
.header-btns button.btn:hover,
ul.sidebar-nav li.active > a .glyphicons,
ul.sidebar-nav > li.active > a span.caret,
ul.sidebar-nav > li.active .sidebar-title,
ul.sidebar-nav ul.sub-nav > li.active a,
body.sidebar-collapsed ul.sidebar-nav > li.active > a span.caret {
  color: rgb(0, 69, 124);
}

.datepicker[readonly], .yearpicker[readonly],  .yearpicker-multi[readonly] {
  background-color: inherit;
  cursor: default;
}

tr.editing td {
  background-color: #fcf8e3 !important;
}

.editing-field {
  display: none;
}
.editing .creating-field {
  display: none;
}
.editing .refunding-field {
  display: none;
}
.editing .editing-field {
  display: block;
}

.refunding-field {
  display: none;
}
.refunding .creating-field {
  display: none;
}
.refunding .editing-field {
  display: none;
}
.refunding .refunding-field {
  display: block;
}

tr.payment-refund {
  color: red;
}

.uppercase {
  text-transform: uppercase;
}

/*===============================================
  Event Form
================================================= */
body.event-form {
  background: url(../img/patterns/5.png) repeat top left #f6f6f6; }

body.event-form .event-logo {
  margin: 30px 0;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
  margin-left: 20px;
}