body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  background: #e6e6e6;
  min-width: 1024px !important; }

div.error {
  padding: 5px;
  background-color: red;
  color: white;
  margin-bottom: 5px; }

a {
  color: #c1401e; }

a:hover {
  color: #e96c4b; }

a:visited {
  color: #a4a4a4; }

body.login div.contents {
  margin: 8px; }

/************************************************************/
/*		HEADER												*/
/************************************************************/
div#header {
  position: relative;
  margin: 0;
  border: none;
  padding: 0;
  background: #191919;
  height: 40px; }
  div#header h1 {
    background: url("../admin-images/diderot.gif") left center no-repeat;
    height: 16px;
    text-indent: -9999px;
    margin: 0 0 0 20px;
    height: 40px; }

div#header a.admin-toggle {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 150px;
  height: 40px; }

/************************************************************/
/*		HOME												*/
/************************************************************/
div.home {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  padding: 0 20px;
  line-height: 18px;
  background: #373838;
  margin: 0;
  height: 40px;
  color: white;
  line-height: 40px;
  font-size: 11px; }

div.home h2 {
  margin: 0;
  display: inline;
  padding: 0 20px 0 0; }

div.home span {
  padding: 0px 10px; }

div.home a,
div.home a:visited {
  color: white; }

/************************************************************/
/*		ACTIONS												*/
/************************************************************/
ul.actions {
  margin: 0 15px 0 0px;
  list-style-type: none;
  border-bottom: 1px solid #999;
  padding: 10px 0 7px 20px; }

ul.actions li {
  display: inline; }

ul.actions li a {
  border: 1px solid #999;
  background: #efefef;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: black;
  padding: 10px 10px 7px 10px;
  margin: 0 2px 0 0; }

ul.actions li a:hover {
  background-color: #b3b3b3; }

ul.actions li a:active,
ul.actions li a.selected {
  background: white;
  border-bottom: 1px solid white; }

ul.actions li a.selected {
  background: white; }

/************************************************************/
/*		FLASH MESSAGES										*/
/************************************************************/
ul.flashmessages {
  padding: 5px 0 5px 10px;
  background: url("../admin-images/flashmessages-bg.gif");
  margin: 0 15px 0 0;
  border-bottom: 5px solid #dedede; }

body.login ul.flashmessages {
  margin: 0 0 0 0; }

ul.flashmessages li:nth-child(n+2) {
  border-top-width: 0px; }

ul.flashmessages li {
  margin: 0px;
  line-height: 20px;
  color: 515151;
  font-weight: bold;
  font-size: 16px;
  list-style-type: none; }

ul.flashmessages li img {
  margin-right: 8px;
  vertical-align: -2px; }

ul.flashmessages li a {
  color: black; }

/************************************************************/
/*		NAV													*/
/************************************************************/
div.nav ul.nav {
  list-style-type: none;
  padding: 0;
  background: #c1401e;
  height: 28px;
  font-size: 11px;
  margin: 0; }

div.nav ul.nav li {
  margin: 0;
  float: left; }

div.nav a {
  padding: 0px 11px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  display: block;
  height: 28px;
  line-height: 30px;
  text-transform: uppercase;
  border-right: 1px solid #cb6642; }

div.nav a:hover {
  background: #f6501b; }

div.nav a:active,
div.nav a.selected {
  background: #7c3e2b; }

/************************************************************/
/*		SIDEBAR												*/
/************************************************************/
div.sidebar {
  width: 14%;
  float: right;
  margin: 45px 20px 0 0;
  font-size: 11px;
  line-height: 14px; }

div.sidebar h2 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid; }

div.sidebar p {
  margin: 0 0 15px 0; }

div.sidebar ul {
  margin: 15px 0 0 0; }

div.sidebar ul li {
  background: url("../admin-images/sidebar-bullet.gif") 3px 5px no-repeat;
  padding: 0 0 0 10px; }

/************************************************************/
/*		CONTENTS											*/
/************************************************************/
div.contents {
  margin: 8px 240px 0px 0px;
  width: 84%; }

div.content-inner {
  background: white;
  margin: 0 15px 20px 0;
  padding: 20px 20px; }

div.contents h1 {
  margin: 0;
  padding: 12px 20px;
  color: #c1401e;
  font-size: 20px;
  font-weight: bold; }

div.contents .defaultSkin table.mceToolbar {
  /* for some reason this is ignored on all browsers */
  margin-bottom: 0; }

div.contents .defaultSkin table.mceToolbar.mceToolbarRow2 {
  /* ignored on IE8 */
  margin-top: -2em;
  margin-bottom: 0; }

div.contents table {
  border-bottom: 2px solid #ebebeb;
  width: 100%;
  margin-bottom: 3em; }

div.contents table caption {
  text-align: left;
  font-size: 14px;
  font-weight: bold; }

div.contents table td {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 10px; }

div.contents table th {
  border-bottom: 3px solid #ebebeb;
  height: 22px;
  line-height: 14px;
  padding: 10px 10px 4px 10px;
  text-align: left;
  font-weight: bold;
  color: #c1401e; }

span.inner_heading {
  text-align: left;
  font-weight: bold;
  color: #c1401e;
  background: #F5F5F5;
  width: 120%;
  display: inline-block;
  margin: -10px;
  padding: 10px; }

span.ref_head:hover {
  cursor: pointer;
  text-decoration: underline; }

span.ref_head {
  font-weight: bold; }

span.inner_row {
  background: #F5F5F5;
  width: 120%;
  display: inline-block;
  margin: -10px;
  padding: 10px; }

table.tablesorter thead tr .header {
  background-image: url("../images/bg.gif");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding: 10px; }

table.tablesorter thead tr .header:hover {
  text-decoration: underline; }

table.tablesorter thead tr .headerSortUp {
  background-image: url("../images/asc.gif"); }

table.tablesorter thead tr .headerSortDown {
  background-image: url("../images/desc.gif"); }

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #EBEBEB; }

div.contents table td {
  vertical-align: top; }

label,
div.fake-label {
  display: block;
  width: 100px;
  text-align: right;
  float: left;
  xclear: left;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  margin: 0px 0px 10px 0px; }

div.basic-div label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  margin: 0 0 3px 0; }

div.basic-div input {
  display: block;
  float: none;
  width: auto; }

div.basic-div input#id_title,
div.basic-div textarea#id_summary,
div.basic-div input#id_slug {
  display: block;
  float: none;
  width: 400px; }

div.basic-div input#id_suppresspodcast,
div.basic-div input#id_suppresshp,
div.basic-div input#id_freedigitaledition,
div.basic-div input#id_display_email,
div.basic-div input#id_sfg_digitalsubscriber,
div.basic-div input#id_is_admin,
div.basic-div label[for=id_suppresshp],
div.basic-div input[id*=id_suppressrelated],
div.basic-div label[for*=id_suppressrelated],
div.basic-div input[id*=id_suppresssolidopinion],
div.basic-div label[for*=id_suppresssolidopinion],
div.basic-div input[id*=id_suppressinstantarticles],
div.basic-div label[for*=id_suppressinstantarticles],
div.basic-div input[id*=id_tweet],
div.basic-div label[for*=id_tweet],
div.basic-div label[for*=id_freedigitaledition],
div.basic-div label[for*=id_display_email],
div.basic-div label[for*=id_sfg_digitalsubscriber],
div.basic-div label[for*=id_is_admin],
div.basic-div label[for*=id_suppresspodcast] {
  display: inline; }

div.basic-div div.divider {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 8px 0px;
  border-bottom: 1px solid #ebebeb; }

span.fake-label {
  padding: 0px 0px 3px 0px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  display: block; }

.record-view div.fake-input {
  padding: 0px 0px 8px 0px;
  margin: 0px 0px 8px 0px;
  display: block;
  border-bottom: 1px solid #ebebeb; }

.record-view div.fake-input p {
  margin: 0 0 15px 0;
  line-height: 18px; }

.record-view div.fake-input a {
  color: black; }

.record-view div.fake-input blockquote {
  padding-left: 15px;
  margin: 0px 0 20px 7px;
  border-left: 9px solid #e2e2e2;
  line-height: 1.5em; }

.record-view div.fake-input h3 {
  color: #8e050c;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0px 0px 15px 0px; }

.record-view div.fake-input h4 {
  color: #8e050c;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0px 0px 15px 0px; }

.record-view div.fake-input ul {
  margin: 0px 0px 20px 10px; }

.record-view div.fake-input li {
  padding: 0 0 0 15px;
  background: url("../images/list-bullet.gif") 0px 4px no-repeat;
  margin: 0 0 10px 0; }

div.fakeinput {
  color: #c1401e;
  font-weight: bold;
  padding: 5px 0;
  font-size: 14px; }

div.fake-input div.clear {
  clear: left; }

td.fake-label,
td.form_label {
  font-weight: bold;
  width: 120px; }

div.record-view div.fake-input img {
  max-width: 100%;
  height: auto; }

input {
  float: left;
  margin: 0px 10px 10px 0px; }

input.submit {
  clear: left;
  margin: 0px 0px 10px 110px; }

select {
  margin: 0px 0px 20px 0px; }

table select,
table input {
  float: none;
  margin: 0px 10px 0px 0px; }

table textarea {
  float: none;
  margin: 0px 10px 0px 0px; }

div.basic-div div.fake-input {
  border: none;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0; }

div.fake-input input,
div.fake-input select {
  float: left;
  margin: 0 10px 0 0; }

span.error,
span#draftsave_lastsaved {
  margin: 0px 0px 10px 0px;
  display: block;
  max-width: 850px; }

fieldset#id_authors,
fieldset#id_topics,
fieldset#id_issues,
fieldset#id_assets,
fieldset#id_links {
  border: none;
  margin: 0 0 16px 0; }

fieldset#id_issues,
fieldset#id_assets,
fieldset#id_links {
  margin: 0 0 16px 26px;
  width: 803px; }

h2 {
  margin: 20px 0px 10px 0px; }

span.mceEditor {
  margin: 0px 0px 10px 0px; }

div#draftsave_restored {
  margin: 0px 0px 20px 10px;
  clear: left; }

div#draftsave_restored input {
  float: none;
  margin: 10px 0px 0px 0px; }

html body div.clear {
  clear: both;
  margin: 0;
  padding: 0;
  border: none; }

tr.stripe {
  background: #f2f2f2; }

table label {
  display: inline;
  width: auto;
  float: none;
  clear: left;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  margin: 0px 0px 0px 0px; }

fieldset.tmfset.ui-sortable input,
fieldset.tmfset.ui-sortable select {
  float: left;
  margin: 0px 0px 0px 10px; }

fieldset.tmfset.ui-sortable .tmfgroup > textarea {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px; }

div.tmfgroup.search-FG input[type=text] {
  width: 130px; }

div.search-fields {
  border: 1px solid;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px 0;
  border: 1px solid #999; }

div.search-fields legend {
  font-weight: bold;
  margin: 0 0 5px 0; }

div.search-fields.record-delete h2 {
  margin: 0 0 10px 0;
  font-weight: bold; }

div.search-fields.record-delete p {
  margin: 0 0 10px 0; }

div.search-fields.record-delete input {
  float: none;
  margin: 0 0 1px 0; }

div.search-fields p input {
  margin: 10px 0 10px 0;
  clear: both; }

div.tmfgroup {
  padding: 0;
  float: none;
  clear: both;
  margin: 10px 0px 5px 0px;
  height: 30px;
  min-width: 900px; }

.ui-sortable li.sort_item {
  padding: 0;
  float: none;
  clear: both;
  margin: 0; }

.ui-sortable .ui-sortable-placeholder,
.ui-sortable li.sort_item {
  height: 30px; }

.ui-sortable li.sort_item div.draghandle {
  margin-right: 5px; }

.ui-sortable li.sort_item span.sort_display {
  position: relative;
  top: 6px; }

.draghandle {
  background: #868686 url("../admin-images/movement-arrows.gif") no-repeat scroll 0 top;
  float: left;
  height: 22px;
  width: 15px; }

p input {
  float: none; }

.commoncapability {
  color: #7D7D7D; }

tr.capabilityset {
  background-color: #DD9D8D; }

/************************************************************/
/*		SPECIAL BUTTON PLACEMENT							*/
/************************************************************/
fieldset div.tmfgroup div.buttons {
  float: left; }

fieldset div.tmfgroup.issues-FG div.buttons,
fieldset div.tmfgroup.assets-FG div.buttons {
  height: 20px;
  margin-left: 270px;
  float: left; }

fieldset div.tmfgroup div.buttons input {
  float: left;
  margin: 0px 0px 0px 10px; }

/************************************************************/
/*   AUTHORS                                                */
/************************************************************/
fieldset.tmfset div.authors-FG,
fieldset.tmfset div.topics-FG {
  margin: 0px; }

/************************************************************/
/*		ISSUES												*/
/************************************************************/
fieldset div.tmfgroup.issues-FG .draghandle,
fieldset div.tmfgroup.assets-FG .draghandle,
fieldset div.tmfgroup.materials-FG .draghandle,
fieldset div.tmfgroup.featuredmaterials-FG .draghandle {
  height: 100%;
  max-height: 22px;
  left: -26px;
  position: absolute;
  top: -1px;
  border: 1px solid #868686; }

fieldset div.tmfgroup.issues-FG,
fieldset div.tmfgroup.assets-FG,
fieldset div.tmfgroup.featuredmaterials-FG,
fieldset div.tmfgroup.materials-FG {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  height: auto;
  min-height: 40px;
  position: relative;
  background: #f0f0ee;
  min-width: 780px; }

fieldset div.tmfgroup.issues-FG select,
fieldset div.tmfgroup.issues-FG input {
  float: none;
  margin: 0 0 5px 0; }

/************************************************************/
/*    LINKS                                                 */
/************************************************************/
fieldset div.tmfgroup.links-FG .draghandle {
  height: 100%;
  left: -26px;
  position: absolute;
  top: -1px;
  border: 1px solid #868686; }

fieldset div.tmfgroup.links-FG {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  height: auto;
  position: relative;
  background: #f0f0ee; }

fieldset div.tmfgroup.links-FG select,
fieldset div.tmfgroup.links-FG input {
  float: none;
  margin: 0 0 5px 0; }

fieldset div.tmfgroup.links-FG input[type=text] {
  width: 475px; }

fieldset div.tmfgroup.links-FG .buttons {
  height: 20px;
  margin-left: 407px; }

/************************************************************/
/*    MATERIALS                                             */
/************************************************************/
fieldset div.tmfgroup .result_label {
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px; }

/************************************************************/
/*		ASSETS												*/
/************************************************************/
fieldset div.tmfgroup.assets-FG {
  min-height: 300px; }

fieldset div.tmfgroup.assets-FG div.uploader {
  border: 1px solid #ccc; }

div.assets-FG select {
  display: inline; }

div.assets-FG textarea {
  width: 342px;
  margin: 0 0 10px 0;
  display: block;
  height: 50px; }

div.uploader {
  padding: 5px 10px 10px 10px;
  background-color: #EEEEEE;
  margin: 0 0 10px 0; }

div.tmfgroup.assets-FG select {
  float: none;
  margin: 0 0 20px 0; }

div.tmfgroup.assets-FG input {
  display: inline;
  float: none;
  margin: 0 10px 0 0; }

div.tmfgroup.assets-FG div.uploader input {
  display: inline;
  float: none; }

div.tmfgroup.assets-FG div.uploader input.button {
  display: inline;
  float: none;
  padding: 2px 6px;
  border-top: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #595959;
  border-bottom: 1px solid #595959;
  background: white; }

div.uploader div.percentage {
  width: 324px;
  height: 10px;
  background-color: #ffffff;
  margin: 0 0 5px 0; }

div.uploader div.uploadpercent {
  width: 0px;
  height: 10px;
  background-color: #333333; }

div.uploader div.upload_display {
  font-size: 14px;
  color: #000000; }

div.uploader input.hidden {
  display: none !important; }

/************************************************************/
/*		LOGIN												*/
/************************************************************/
body.login {
  background: #ebebeb; }

body.login div.login-form {
  background: #f0f0f0 url("../admin-images/login-bg.gif") repeat-x;
  font-weight: bold;
  margin: 60px auto;
  width: 250px;
  border-bottom: 2px solid #b4b4b4;
  padding: 0 0 0 0; }

html > body.login div.login-form {
  background: #f0f0f0 url("../admin-images/login-bg.gif") repeat-x;
  font-weight: bold;
  margin: 60px auto;
  width: 250px;
  border-bottom: 2px solid #b4b4b4;
  padding: 0 0 10px 0; }

body.login form fieldset {
  border: none;
  padding: 0;
  margin: 0; }

body.login h2 {
  background: #191919;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  display: block;
  color: white;
  font-size: 14px; }

body.login form fieldset input {
  margin: 0 15px 10px 15px;
  float: none;
  width: 180px; }

body.login form fieldset input#id_rememberme {
  margin: 0;
  float: none;
  position: absolute;
  top: -2px;
  left: -10px; }

html > body.login form fieldset input#id_rememberme {
  margin: 0;
  float: none;
  position: relative;
  top: 3px;
  left: 0px; }

body.login form input[type='text'],
body.login form input[type='password'] {
  min-width: 8em; }

body.login form fieldset label {
  display: block;
  float: none;
  text-align: left;
  margin: 0 15px 2px 15px;
  position: relative; }

body.login form input[type='submit'] {
  display: block;
  float: none;
  margin: 10px 0 10px 15px;
  width: auto; }

* html body.login form fieldset div.submit input {
  margin: 10px 0 0 15px;
  width: auto; }

body.login form .formerror {
  color: red;
  font: 10px Helvetica, sans-serif; }

body.login form .authfailed {
  padding: .5em;
  font-weight: bold;
  background: #b34d4d;
  margin: 0 0 8px 0;
  color: white; }

fieldset div.tmfgroup {
  padding: 0px;
  float: none;
  max-width: 97%;
  min-width: 344px;
  clear: both;
  margin: 0; }

#id_materials div.tmfgroup,
#id_featuredmaterials div.tmfgroup {
  margin-left: 25px; }

#id_materials div.tmfgroup .fields,
#id_featuredmaterials div.tmfgroup .fields {
  height: 22px; }

div.login-form p {
  padding: 0 15px 5px 15px;
  font-weight: normal; }

div.login-form p a {
  padding: 0; }

div.login-form a {
  padding: 0 15px 2px 15px; }

/************************************************************/
/*		PAGINATOR											*/
/************************************************************/
div.paginator {
  height: 40px;
  margin: 30px 0 10px 0; }

div.paginator b {
  padding: 10px;
  border: 1px solid #000;
  margin: 0 0 0 3px;
  background: #c1401e;
  color: #FFF;
  font-weight: bold; }

div.paginator a {
  padding: 10px;
  border: 1px solid #999999;
  font-weight: bold; }

/************************************************************/
/*		DEFINITION LISTS									*/
/************************************************************/
dl dt {
  font-weight: bold;
  font-size: 12px;
  color: #191919;
  border-bottom: 1px dotted #191919;
  margin: 0 0 5px 0; }

dl dd {
  padding: 0 10px 15px 10px; }

/***********************************************************/
/*      Constraints Page                                   */
/***********************************************************/
body.Help div.content-inner ul {
  margin: 0 0 15px 0; }

body.Help div.content-inner ul li {
  background: url("../admin-images/sidebar-bullet.gif") 3px 5px no-repeat;
  padding: 0 0 0 10px; }

body.Help div.content-inner h2 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid; }

#subnav li {
  position: relative; }

/*--- NAVIGATION DROPDOWN ---*/
#subnav ul {
  list-style: none;
  position: absolute;
  left: -9999px;
  /* Hide off-screen when not needed (this is more accessible than display:none;) */ }

#subnav ul li {
  padding-top: 1px;
  /* Introducing a padding between the li and the a give the illusion spaced items */
  background: #ffffff;
  float: none; }

#subnav ul a {
  white-space: nowrap;
  /* Stop text wrapping and creating multi-line dropdown items */ }

#subnav li:hover ul {
  /* Display the dropdown on hover */
  left: 0;
  /* Bring back on-screen when needed */ }

#subnav li:hover a {
  /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  background: #C1401E;
  text-decoration: underline; }

#subnav li:hover ul a {
  /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
  text-decoration: none; }

#subnav li:hover ul li a:hover {
  background: #f6501b; }

#subnav li a.selected {
  background: #7c3e2b; }

/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/
.uploadifive-button {
  background-color: #505050;
  background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070));
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #808080;
  color: #FFF;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin: 10px; }

.uploadifive-button:hover {
  background-color: #606060;
  background-image: linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080));
  background-position: center bottom; }

.uploadifive-queue-item {
  background-color: #F5F5F5;
  border-bottom: 1px dotted #D5D5D5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 12px Arial, Helvetica, Sans-serif;
  margin-top: 3px;
  padding: 15px; }

.uploadifive-queue-item .close {
  background: url("../images/uploadifive-cancel.png") 0 0 no-repeat;
  display: block;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px; }

.uploadifive-queue-item .progress {
  border: 1px solid #D0D0D0;
  height: 3px;
  margin-top: 5px;
  width: 100%; }

.uploadifive-queue-item .progress-bar {
  background-color: #0072BC;
  height: 3px;
  width: 0; }

.uploadfiles {
  margin: 0px 0 30px 10px;
  padding-top: 23px; }

.uploadify {
  position: relative;
  margin-bottom: 1em; }

.uploadify-button {
  background-color: #505050;
  background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070));
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #808080;
  color: #FFF;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 100%; }

.uploadify:hover .uploadify-button {
  background-color: #606060;
  background-image: linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080));
  background-position: center bottom; }

.uploadify-button.disabled {
  background-color: #D0D0D0;
  color: #808080; }

.uploadify-queue {
  margin-bottom: 1em; }

.uploadify-queue-item {
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 11px Verdana, Geneva, sans-serif;
  margin-top: 5px;
  max-width: 350px;
  padding: 10px; }

.uploadify-error {
  background-color: #FDE5DD !important; }

.uploadify-queue-item .cancel a {
  background: url("../images/uploadifive-cancel.png") 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px; }

.uploadify-queue-item.completed {
  background-color: #E5E5E5; }

.uploadify-progress {
  background-color: #E5E5E5;
  margin-top: 10px;
  width: 100%; }

.uploadify-progress-bar {
  background-color: #0099FF;
  height: 3px;
  width: 1px; }

.mainshowamupload {
  padding-left: 59px;
  font-weight: normal; }

.generatelink {
  cursor: pointer; }

@media only screen and (min-width: 760px) {
  body.Comments table td:nth-of-type(6) a:not(:last-child),
  table td:nth-of-type(9) a:not(:last-child) {
    margin-right: 3px; }
    body.Comments table td:nth-of-type(6) a:not(:last-child):after,
    table td:nth-of-type(9) a:not(:last-child):after {
      content: ","; } }
@media only screen and (min-width: 760px) {
  .slicknav_menu {
    display: none !important; } }
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    min-width: 0 !important; }

  div.paginator {
    height: auto; }
    div.paginator a, div.paginator b {
      display: inline-block;
      margin-bottom: 3px; }

  div#header {
    height: auto; }

  div.home {
    top: 40px;
    height: 80px;
    width: auto;
    position: static; }
    div.home h2 {
      display: block;
      margin: 0;
      padding: 0; }

  div.nav {
    display: none; }

  ul.actions {
    margin: 0;
    padding: 0;
    border: none; }
    ul.actions li {
      display: inline-block;
      margin-right: -5px;
      margin-bottom: -1px; }
    ul.actions li a {
      display: block;
      margin: 0; }

  div.sidebar {
    display: none; }

  div.contents table caption {
    width: 200px;
    padding: 10px; }

  div.contents {
    width: 100% !important;
    margin: 0 !important; }

  div.content-inner {
    margin: 0; }

  fieldset div.tmfgroup {
    min-width: 0; }

  div.basic-div input#id_title, div.basic-div textarea#id_summary, div.basic-div input#id_slug, textarea {
    width: 80%; }

  fieldset div.tmfgroup.links-FG select, fieldset div.tmfgroup.links-FG input:not([type=button]), fieldset div.tmfgroup.links-FG input[type=text] {
    width: 80%; }

  fieldset div.tmfgroup.issues-FG, fieldset div.tmfgroup.assets-FG, fieldset div.tmfgroup.featuredmaterials-FG, fieldset div.tmfgroup.materials-FG, fieldset div.tmfgroup.links-FG {
    min-width: 0;
    width: 200px; }

  fieldset div.tmfgroup.issues-FG div.buttons, fieldset div.tmfgroup.assets-FG div.buttons, fieldset div.tmfgroup.links-FG .buttons {
    margin-left: 0; }

  fieldset#id_issues, fieldset#id_assets, fieldset#id_links {
    width: auto; }

  div.assets-FG textarea {
    width: 80%; }

  table, thead, tbody, th, td, tr {
    display: block; }

  th {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  div.contents table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    box-sizing: border-box;
    min-height: 35px; }

  div.contents td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    color: #C1401D;
    font-weight: bold; }

  div.contents table tr.stripe td {
    border-bottom: 1px solid #fff; }

  p.mainshowamupload {
    padding: 5px;
    background: #C1401D;
    color: #fff; }

  div[id*=amazonupload] iframe {
    width: 300px !important; }

  table td:nth-of-type(1):before {
    content: "#"; }

  table td:nth-of-type(2):before {
    content: "Title"; }

  table td:nth-of-type(3):before {
    content: "Authors"; }

  table td:nth-of-type(4):before {
    content: "Page Type"; }

  table td:nth-of-type(5):before {
    content: "Publication Date"; }

  table td:nth-last-of-type(1):before {
    content: "Actions"; }

  body.Dashboard table:nth-of-type(1) td:nth-of-type(4):before {
    content: "Publication Date"; }
  body.Dashboard div.contents table tr:nth-child(even) td {
    background: #f2f2f2;
    border-bottom: 1px solid #fff; }
  body.Dashboard table tr:nth-last-of-type(1) td:nth-last-of-type(1):before {
    display: none; }
  body.Dashboard table tr:nth-last-of-type(1) td {
    padding: 10px;
    text-align: center;
    background: #fff; }

  body.Pages table td:nth-of-type(5):before {
    content: "Status"; }
  body.Pages table td:nth-of-type(6):before {
    content: "Publication Date"; }

  body.Comments table td:nth-of-type(2):before {
    content: "Page"; }
  body.Comments table td:nth-of-type(3):before {
    content: "Poster Name"; }
  body.Comments table td:nth-of-type(4):before {
    content: "Status"; }
  body.Comments table td:nth-of-type(5):before {
    content: "Date Posted"; }
  body.Comments table td:nth-of-type(6):before {
    content: "Actions"; }
  body.Comments table td:nth-of-type(7):before {
    content: "Select"; }
  body.Comments table tr:nth-child(even) td:nth-of-type(2):before {
    content: "content"; }
  body.Comments table tr:nth-child(even) td:nth-of-type(1),
  body.Comments table tr:nth-child(even) td:nth-of-type(3) {
    display: none; }
  body.Comments table td:nth-of-type(6),
  body.Comments table td:nth-of-type(2) {
    padding: 27px 0 8px 6px; }
  body.Comments div.actionbuttons button,
  body.Comments table td:nth-of-type(6) a {
    padding: 5px;
    display: inline-block;
    margin: 0 0 5px;
    color: #fff;
    text-decoration: none;
    background: #C1401D;
    border: 0; }

  body.Polls table td:nth-of-type(3):before {
    content: "Slug"; }
  body.Polls table td:nth-of-type(4):before {
    content: "Available?"; }
  body.Polls table td:nth-of-type(5):before {
    content: "Opens"; }
  body.Polls table td:nth-of-type(6):before {
    content: "Closes"; }

  body.Page.Types table td:nth-of-type(4):before {
    content: "Parent"; }

  body.Tags table td:nth-of-type(3):before {
    content: "Slug"; }
  body.Tags table td:nth-of-type(4):before {
    content: "Featured Sort Order"; }
  body.Tags table td:nth-of-type(5):before {
    content: "Parent Tag"; }

  body.Featured.Tags table td:nth-of-type(1):before {
    content: "Id"; }
  body.Featured.Tags table td:nth-of-type(2):before {
    content: "Name"; }
  body.Featured.Tags table td:nth-of-type(3):before {
    content: "Actions"; }

  body.Issues table td:nth-of-type(2):before {
    content: "Name"; }
  body.Issues table td:nth-of-type(3):before {
    content: "Slug"; }
  body.Issues table td:nth-of-type(4):before {
    content: "Web Publication Date"; }
  body.Issues table td:nth-of-type(5):before {
    content: "Cover Date"; }

  body.Bundles table td:nth-of-type(1):before {
    content: "Id"; }
  body.Bundles table td:nth-of-type(2):before {
    content: "Name"; }

  body.Users table td:nth-of-type(2):before {
    content: "Username"; }
  body.Users table td:nth-of-type(3):before {
    content: "Public Name"; }
  body.Users table td:nth-of-type(4):before {
    content: "Person"; }
  body.Users table td:nth-of-type(5):before {
    content: "S"; }
  body.Users table td:nth-of-type(6):before {
    content: "V"; }
  body.Users table td:nth-of-type(7):before {
    content: "B"; }
  body.Users table td:nth-of-type(8):before {
    content: "IP Address at Creation"; }
  body.Users table td:nth-of-type(9) {
    padding: 27px 0 8px 6px; }
    body.Users table td:nth-of-type(9) a {
      padding: 5px;
      display: inline-block;
      margin: 0 0 5px;
      color: #fff;
      text-decoration: none;
      background: #C1401D;
      border: 0; }

  body.Roles table td:nth-of-type(2):before {
    content: "Name"; }
  body.Roles table td:nth-of-type(3):before {
    content: "Super Role?"; }

  body.People table td:nth-of-type(2):before {
    content: "First Name"; }
  body.People table td:nth-of-type(3):before {
    content: "Middle Name"; }
  body.People table td:nth-of-type(4):before {
    content: "Last Name"; }
  body.People table td:nth-of-type(5):before {
    content: "Suffix"; }

  body.Groups table td:nth-of-type(2):before {
    content: "Name"; }
  body.Groups table td:nth-of-type(3):before {
    content: "Slug"; }

  body.IP.Bans table td:nth-of-type(1):before {
    content: "Id"; }
  body.IP.Bans table td:nth-of-type(2):before {
    content: "IP Address"; }
  body.IP.Bans table td:nth-of-type(3):before {
    content: "Ban Reason"; }
  body.IP.Bans table td:nth-of-type(4):before {
    content: "Ban Date"; } }

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