@charset "utf-8";
#adminSlide {
  padding: 58px 0 48px 0;
  min-height: 480px;
}
#adminSlide .hgroup {
  border-bottom: 1px solid #CCC;
  margin: 0 0 24px 0;
  padding: 0 0 12px 0;
  overflow: hidden;
}
#adminSlide h1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: 300;
}
#breadcrumb {
  display: none;
}
/* Manager Toggles
-----------------------------------------------------------------------------*/
.mgrTitle {
  overflow: hidden;
}
.mgrBtn {
  width: 40%;
  float: left;
  text-align: right;
}
.mgrTitle legend {
  float: left;
}
.toggleMgrTitle {
  float: right;
  padding: 2px 0 0 10px;
  font-size: 1.4rem;
  color: #BBB;
  cursor: pointer;
}
.mgrTitle button {
  float: right;
}
.toggleMgrTitle:hover, .toggleMgrTitle:focus {
  color: #000;
}
.toggleMgrTable {
  padding: 12px 0 0 0;
  display: block;
}
/* Input Styles
-----------------------------------------------------------------------------*/
.adminForm fieldset {
  margin: 24px 0 12px 0;
  border: 1px solid #DDD;
  padding: 18px;
  border-radius: 4px;
}
.adminForm legend {
  color: #888;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.adminForm label {
  font-size: .9rem;
  line-height: 1.1rem;
  display: inline-block;
  margin: 6px 0 3px 0;
  color: #999;
}
.adminForm input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
}
.adminForm input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus {
  background: rgba(0, 0, 0, .08);
}
.adminForm textarea {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
}
.adminForm textarea:focus {
  background: rgba(0, 0, 0, .08);
}
.adminForm select {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
}
.adminForm select:focus {
  background: rgba(0, 0, 0, .08);
}
.adminForm label em {
  color: #FF0000;
}
.adminForm input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):disabled {
  color: #888;
}
.adminForm textarea:disabled {
  color: #888;
}
.adminForm select:disabled {
  color: #888;
}
#FOOTNOTE {
  font-size: .8rem;
  line-height: 1rem;
}
#TITLE {
  font-weight: bold;
}
#ALT, #MODTITLE, #META_TITLE, #META_DESCRIPTION, #META_KEYWORDS, #REL_TAG, #REDIRECT {
  font-family: monospace;
  font-size: .8rem;
  color: #336699;
}
.tip {
  position: relative;
  display: inline-block;
  float: right;
  background-image: url('../../admin/images/info.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 14px;
  height: 14px;
  margin: 4px 0 0 0;
}
.tip:hover, .tip:focus {
  opacity: .7;
}
.tip span {
  font-size: .9rem;
  line-height: 1.1rem;
  visibility: hidden;
  width: 300px;
  background-color: #333;
  color: #DDD;
  text-align: center;
  padding: 4px 0;
  border-radius: 4px;
  margin-left: -100px;
  position: absolute;
  z-index: 1;
  top: -4px;
  right: 105%;
}
.tip:hover span, .tip:focus span {
  visibility: visible;
}
.NewAdminItem {
  display: block;
  overflow: hidden;
  text-align: right;
  margin: -24px 0 0 0;
}
.NewAdminItem button {
  float: right;
}
.errors img {
  width: 12px;
  float: right;
  margin: 0 0 0 4px;
}
.char_count {
  color: #AAA;
  background: #FFF;
  float: right;
  font-size: .7rem;
  margin: -24px 6px 0 0;
}
.iconEdit a {
  display: block;
  background-image: url('/admin/images/edit.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  padding: 12px 6px 8px 6px;
}
.iconEdit a:hover, .iconEdit a:focus {
  background-color: #DDD;
}
.iconDelete a {
  display: block;
  text-align: right;
  background-image: url('/admin/images/delete.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  padding: 12px 6px 8px 6px;
}
.iconDelete a:hover, .iconDelete a:focus {
  background-color: #DDD;
}
.iconDelete img {
  width: 14px;
}
/* ADMIN - Boxes
-----------------------------------------------------------------------------*/
#media {
  width: 95%;
  padding: 2.5%;
  color: #666;
  background: #FFF;
  text-align: center;
  border: 1px solid #EEE;
  font-size: .9rem;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#media:hover {
  background: #EEE;
  text-decoration: none;
}
#media img {
  width: 100%;
  max-height: 240px;
}
.sectionTitle {
  background-color: #666;
  color: #CCC;
}
.sectionTitle h4 {
  color: #CCC;
}
.sectionTitle .fineprint {
  font-weight: normal;
  margin-left: 5px;
}
/* ADMIN TABLE
-----------------------------------------------------------------------------*/
.adminTable {
  padding: 12px 0 12px 0;
  margin: 12px 0 12px 0;
  width: 100%;
}
.adminTable th {
  font-weight: normal;
  text-align: left;
  font-size: .6rem;
  line-height: .6rem;
  text-transform: uppercase;
  color: #333;
  padding: 6px;
  background: #EEE;
  vertical-align: top;
  white-space: nowrap;
}
.adminTable td {
  border-bottom: 1px solid #DDD;
  padding: 6px;
}
td.action {
  width: 12px;
  background: #EEE;
  padding: 0;
}
.action img {
  width: 14px;
  padding: 6px;
}
.action a {
  display: block;
  text-decoration: none;
}
.action a:hover {
  background: #AAA;
  color: #FFF;
}
.right {
  text-align: right;
}
/* Registration
-----------------------------------------------------------------------------*/
.reg_row {
  overflow: hidden;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 0 3px 0;
  margin: 0 0 3px 0;
  font-size: .9rem;
  font-weight: 400;
}
.reg_title {
  float: left;
  width: 80%;
}
.reg_num {
  float: left;
  width: 20%;
  text-align: right;
}
#log_title {
  color: #A81F23;
  cursor: pointer;
}
#log_title:hover, #log_title:focus {
  text-decoration: underline;
}
#log_entries {
  display: none;
  margin: 12px 0 0 0;
  font-size: .8rem;
}
/* Formatting
-----------------------------------------------------------------------------*/
#green {
  background: url('../../admin/images/okay.svg') center no-repeat;
  background-size: 14px;
}
#gray {
  background: url('../../admin/images/neutral.svg') center no-repeat;
  background-size: 14px;
}
#red {
  background: url('../../admin/images/negative.svg') center no-repeat;
  background-size: 14px;
}
.positive {
  padding: 6px 12px 4px 12px;
}
.positive img {
  width: 12px;
}
.previewPage {
  width: 12px;
  margin: 3px 0 0 8px;
  float: left;
}
.pushNotice {
  display: block;
  padding: 8px 0 8px 0;
  margin: 0 0 8px 0;
  background: #AF180D;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}
.pushNotice:hover, .pushNotice:focus {
  color: #FFF;
  text-decoration: none;
  background: #333;
}
.pushNoticeX {
  display: block;
  padding: 8px 0 8px 0;
  margin: 0 0 8px 0;
  background: #333;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}