/* contents of former branding.css */
/**
 * TinyMCE config updates
 */
span.mce-charactercount {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  margin: 2px 0 2px 2px;
  padding: 8px; }

span.mce-badstring,
span.mce-charcountnotice {
  background: red;
  color: white;
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  margin: 0;
  padding: 5px;
  text-shadow: none;
  text-align: center;
  white-space: normal; }

.clearfix, #header {
  zoom: 1; }
  .clearfix:after, #header:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    visibility: hidden; }

#header ul#navigation-menu {
  float: left;
  width: 100%;
  border-top: 2px solid #555; }

#header ul#navigation-menu li a {
  font-weight: bold;
  color: #000; }

a.section:link, a.section:visited {
  color: #555; }

a, a:link, a:visited {
  color: #555; }

a:hover {
  color: #ef4136; }

#header {
  color: #000;
  background: #FFF; }

#header a:link, #header a:visited {
  color: #000; }

#branding {
  padding: 5px 14px;
  background-color: #fff; }

.login #branding {
  width: 100%;
  padding: 5px 0; }

#user-tools {
  font-size: 12px;
  padding-right: 24px; }

.module {
  border-radius: 2px;
  -moz-border-radius: 2px;
  margin-bottom: 16px; }

#content-related .module h2 {
  background-image: none; }

.module h2,
.module caption,
.inline-group h2 {
  padding: 8px;
  background-color: #f4f4f4;
  background-image: none;
  color: #888;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: normal; }

.module h2 a:link, .module h2 a:visited,
.module caption a:link, .module caption a:visited,
.inline-group h2 a:link, .inline-group h2 a:visited {
  color: #888; }

th {
  font-weight: normal; }

div.breadcrumbs {
  padding: 10px 16px;
  border-bottom: 1px solid #ddd; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 1em 0; }

#changelist .actions .button,
input[type=button],
input[type=submit] {
  border-radius: 2px;
  -moz-border-radius: 2px; }

.row1 {
  background-color: #f4f4f4; }

td, th {
  padding: 8px; }

#toolbar,
#changelist #toolbar {
  background-image: none !important;
  background-color: #f4f4f4 !important;
  padding: 5px !important; }

#toolbar label,
#changelist #toolbar label {
  display: none; }

#toolbar input,
#changelist #toolbar input {
  font-size: 12px !important; }

.bucketier-object:nth-child(odd) {
  background-color: #f4f4f4 !important; }

.button.default, input[type="submit"].default, .submit-row input.default {
  background-image: none;
  background-color: #555;
  border: 2px solid #444;
  padding-top: 7px;
  padding-bottom: 7px; }

.button.default:active, input[type="submit"].default:active, .submit-row input.default:active {
  background-image: none;
  background-color: #222; }

.submit-row {
  background-image: none !important;
  border-radius: 2px;
  -moz-border-radius: 2px; }

.submit-row input {
  font-size: 12px;
  padding: 8px; }

.submit-row .deletelink {
  line-height: 28px; }

.autocomplete-results h2 {
  padding: 2px 4px; }

.login #branding {
  background: #231F20 url("../img/pitchfork-logo-large.png") center center no-repeat;
  height: 200px; }

.login #branding img {
  display: none; }

/* new (05/2014) updates */
h1 {
  color: #333; }

#content-main textarea,
#content-main input[type="text"],
#content-main input[type="password"] {
  font-size: 1.1em;
  padding: .4em;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); }
#content-main .field-title input,
#content-main .field-seo_title input,
#content-main .field-alt_title input,
#content-main .field-short_title input,
#content-main .field-subhead textarea,
#content-main .field-tags input,
#content-main .field-artist_name input,
#content-main .field-embed_code input {
  width: calc(60% - 8em - 24px); }
#content-main .field-taken_at input,
#content-main .field-published_date input {
  width: 9em; }
#content-main .inline-group .field-title input {
  width: 20em; }

.login #content-main .form-row label {
  line-height: 2.7em; }
.login #content-main .form-row #id_username,
.login #content-main .form-row #id_password {
  width: 13em; }

.autocomplete-container .autocomplete-search {
  height: 49px; }
.autocomplete-container .autocomplete-search-field {
  width: 44.8em; }

.field-sort .handle {
  font-size: 16px;
  cursor: pointer;
  padding: 0 10px; }

a.lf-btn {
  display: inline-block;
  padding: 10px;
  background: #333;
  color: #fff;
  border-radius: 3px;
  transition: all .15s; }
  a.lf-btn:hover {
    background: #FF3530; }

.field-wrapper .field-help-text {
  color: #999;
  padding: 10px 20px;
  width: 55%; }

.field-wrapper label {
  font-weight: bold; }

/*# sourceMappingURL=admin.css.map */
