  @charset "utf-8";
/* CSS Document */

/* Green: #00204E; */

#adminSlide {
  padding: 84px 0 48px 0;
}


/* 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;
}
/* Input Styles
-----------------------------------------------------------------------------*/
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
	border: none;
}
textarea {
	border: none;
}
select {
	border: none;
}
/* 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;
}
/* 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: .9rem;
  line-height: .9rem;
  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;
  height: auto;
  padding: 6px;
}
.action a {
  display: block;
  text-decoration: none;
}
.action a:hover {
  background: #AAA;
  color: #FFF;
}
.right {
  text-align: right;
}
/* FORM TABLES
-----------------------------------------------------------------------------*/
#FormTable {
	margin: 10px 0 10px 0;
	border: 1px solid #999;
	color: #333;
	width: 100%;
	font-size: 0.8rem;
}
#FormTable img {
	border: 0px;
}
#FormTable th {
	font-weight: normal;
	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;
	white-space: nowrap;
}
#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 0px 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;
}
.metaTag {
	font-family: monospace;
	font-size: .8rem;
	color: #336699;
}
/* SORTABLE TABLES
-----------------------------------------------------------------------------*/
.sortable {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #999;
	color: #333;
	width: 100%;
}
#sortabletable th {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	background: #666;
	color: #FFF;
	text-align: left;
	font-size: .65rem;
	line-height: .65rem;
	text-transform: uppercase;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.sortable th a {
	background: #666;
	padding: 6px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #FFF;
}
.sortable th a:hover {
	background: #444;
	color: #FFF;
}
.sortable td {
	font-size: .9rem;
	line-height: 1.0rem;
	background: #FFF;
	color: #333;
	padding: 6px;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#sortabletable td a {
	color: #00204E;
	text-decoration: none;
}
.sortable .icon {
	background: #FFF;
	text-align: center;
	color: #FFF;
}
.sortable .icon a {
	display: block;
	font-size: 1px;
	color: #FFF;
	height: 16px;
	width: 36px;
	text-decoration: none;
}
.sortable .number {
	text-align: right;
}
/* Formatting
-----------------------------------------------------------------------------*/
#action {
	background: #EEE;
	padding: 0;
}
#action img {
	width: 14px;
}
#action a {
	display: block;
	text-decoration: none;
	padding: 6px;
	margin: 0 0 0 0;
}
#action a:hover {
	background: #AAA;
	color: #FFF;
}
#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;
}
