@charset "utf-8";

body {
  font-size: 1rem;
  line-height: 1.8rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#FormTable {
  margin: 10px 0 10px 0;
  border: 1px solid #999;
  color: #333;
  width: 100%;
  font-size: 0.8rem;
}
#FormTable img {
  border: 0;
}
#FormTable th {
  font-weight: 400;
  text-align: left;
  font-size: 0.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: 2px 10px 0 10px;
  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: 0.8rem;
  line-height: 1rem;
}
#TITLE {
  font-weight: bold;
}
#ALT,
#MODTITLE,
#META_TITLE,
#META_DESCRIPTION,
#META_KEYWORDS,
#REL_TAG,
#REDIRECT {
  font-family: monospace;
  font-size: 0.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: 0.7;
}
.tip span {
  font-size: 0.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: 0.7rem;
  margin: -24px 6px 0 0;
}
.ck-editor__editable {
  min-height: 200px;
  font-size: 1rem;
  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: 0.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: 0.6rem;
  line-height: 0.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;
}
