@charset "utf-8";
/* CSS Document */

/* 
-- ORANGE --
RGB: 220,93,52
HEX: #DC5D34

-- CREAM --
RGB: 240,237,195
HEX: #F0EDC3

-- BROWN --
RGB: 59,35,20
HEX: #3A2316
*/

/* Admin Nav
-----------------------------------------------------------------------------*/
#admin {
	background: #000;
	min-height: 30px;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
ul#admin-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#admin-nav li {
	display: inline;
}
ul#admin-nav li a {
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	color: #CCC;
	float: right;
	text-align: center;
}
ul#admin-nav li a:hover {
	background: #666;
	color: #FFF;
}



/* ADMIN - Boxes
-----------------------------------------------------------------------------*/
#media {
	width: 99%;
	height: 250px;
	font-size: 10px;
	color: #666;
	background: #FFF;
	text-align: center;
	border: 1px solid #CCC;
}
#media:hover {
	background: #EEE;
}
#media a {
	font-weight: bold;
	font-size: .9rem;
	display: block;
}
#media img {
	max-width: 100%;
	height: auto;
	max-height: 200px;
}
.sectionTitle {
	background-color: #666;
	color: #CCC;
}
.sectionTitle h4 {
	color: #CCC;
}
.sectionTitle .fineprint {
	font-weight: normal;
	margin-left: 5px;
}

/* 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: 60px;
	color: #333;
	border-bottom: 1px solid #999;
	padding: 8px;
	background: #EEE;
	vertical-align: top;
}
#FormTable td {
	width: 100%;
	border-bottom: 1px solid #999;
	padding: 4px;
}
#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;
	border: 1px solid #999;
	color: #333;
	width: 100%;
}
.sortable th {
	font-weight: normal;
	background: #666;
	color: #FFF;
	text-align: left;
	font-size: .65rem;
	text-transform: uppercase;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.sortable th a {
	background: #666;
	padding: 5px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #FFF;
}
.sortable th a:hover {
	background: #444;
	color: #FFF;
}
.sortable td {
	font-size: .8rem;
	background: #FFF;
	color: #333;
	padding: 3px;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#sortabletable td a {
	color: #DC5D34;
	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: 40px;
	text-decoration: none;
}
.sortable .number {
	text-align: right;
}
/* Formatting
-----------------------------------------------------------------------------*/
#action {
	background: #EEE;
	width: 10px;
	padding: 0;
}
#action img {
	width: 14px;
}
#action a {
	display: block;
	text-decoration: none;
	padding: 6px;
	margin: 0px;
}
#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/OLD/check_gray.png') center no-repeat;
	background-size: 14px;
}
#red {
	background: url('../../admin/images/negative.svg') center no-repeat;
	background-size: 14px;
}
