@charset "utf-8";
#FormTable {
  margin: 10px 0 10px 0;
  border: 1px solid #999;
  color: #333;
  width: 100%;
  font-size: .8rem
}
#FormTable img {
  border: 0
}
#FormTable th {
  font-weight: 400;
  text-align: left;
  font-size: .55rem;
  line-height: 1rem;
  text-transform: uppercase;
  min-width: 36px;
  color: #333;
  border-bottom: 1px solid #999;
  padding: 8px;
  background: #eee;
  vertical-align: top
}
#FormTable td {
  width: 100%;
  border-bottom: 1px solid #999
}
#FormTable h4 {
  margin: 10px
}
#FormTable .info {
  vertical-align: top;
  width: 1rem;
  background: #eee;
  padding: 10px 5px 0 5px;
  background-image: url(../../admin/images/info.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 5px 10px
}
#FormTable .info a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 1px;
  color: #333
}


#adminSlide {
  padding: 48px 0 48px 0;
  min-height: 400px;
}
#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;
}
#adminNavMain a {
  display:block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0 0 0 0;
  padding: 8px;
  border-bottom: 1px solid #DDD;
}
#adminNavMain a:hover, #adminNavMain a:focus {
  text-decoration: none;
  background: #EFEFEF;
}

#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 {
  background: #EFEFEF;
  border-bottom: #CCC;
  display: block;
  overflow: hidden;
}
.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;
}
.ck-editor__editable {
  min-height: 200px;
  font-size: 1.0rem;
  line-height: 1.2rem;
}
.iconDelete {
  display: block;
  text-align: right;
}
.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;
}
/* 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;
}