@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:300,400,700');
* {
	margin:0px;
	padding:0px;
	border:0px;
	box-sizing:border-box;
}
#testSite {
	padding:0px 5px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:center;
	background-color:#ffff00;
	z-index:999999;
	position:fixed;
	top:0px;
	text-transform:uppercase;
	white-space:nowrap;
	width:200px;
}
body, html {
	font-family:'Roboto',arial,verdana,san serif;
	font-weight:300;
	font-size:18px;
	background-color:#f3f3f3;
	color:#333;
}
#login-page{
	background:#505a60 url('../gfx/bkg.jpg') top center no-repeat;
	background-size:cover;
	height:100%;
}
#login-page body {
	padding-top:20px;
	background:none;
}
img {
	max-width:100%;
	height:auto;
}
#logo {
	vertical-align: middle;
	display:block;
	margin:auto;
}
#logo.sm {
	vertical-align: middle;
	display:inline;
	margin:0px auto;
	padding-top:5px;
}
#login {
	max-width:400px;
	width:100%;
	margin:0px auto;
	padding:20px;
	box-shadow: 0 1px 6px rgba(0,0,0,.6);
	border: 1px solid #ddd;
	background-color:#f9f9f9;
}
.error {
	padding:5px;
	color:#e35e5e;
	border: 1px solid #e35e5e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#ffe6e1;
	margin-bottom:20px;
	cursor:pointer;
}
.loading {
	text-align: center;
	padding:10px;
	display:none;
}
.success {
	padding:5px;
	color:#7dbd4a;
	border: 1px solid #7dbd4a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#f0f8e9;
	margin-bottom:20px;
	cursor:pointer;
}
.info {
	padding:5px;
	color:#d8ba19;
	border: 1px solid #d8ba19;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff8e3;
	margin-bottom:20px;
	cursor:pointer;
}
.type {
	color:#fff;
	font-size:10px;
	font-weight: bold;
	padding:2px 5px;
	vertical-align: middle;
	text-transform: uppercase;
	white-space: nowrap;
}
.type.In-Market {
	background-color:#77ad5c;
}
.type.Lead-Exchange {
	background-color:#d8ba19;
}
.type.Corporate {
	background-color:#000;
}
#container {
	margin:0px auto;
	padding-bottom:20px;
	overflow:hidden;
    height:100%;
}
#header {
	font-size:18px;
	position:relative;
	border-bottom: 1px solid #ccc;
	background-color:#77ad5c;
	color:#fff;
	box-shadow: 0 1px 6px rgba(0,0,0,.6);
}
#login-page #header {
	background-color:#fff;
}
#header #admin {
	background-color:#000;
	border-bottom: 1px solid #aaa;
	color:#fff;
	padding:5px 20px;
    overflow:hidden;
}
#header #title {
	padding:5px 20px;
}
#admin-links {
	float:right;
	color:#fff;
	font-size:15px;
	padding-right:10px;
}
#left {
	width:20%;
	float:left;
	padding-top:30px;
}
#body {
	float:left;
	width:80%;
	padding:30px;
	background-color:#fff;
    height:100%;
	min-height:300px;
}
nav ul {
	font-size:18px;
	list-style:none;
}
nav ul a {	
	display:block;
	padding:10px 20px;
	color:#666;
	border-left:0px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
	border-bottom:1px solid #efefef;
}
nav ul li:not(:first-of-type) a {	
	border-top:1px solid #fff;
}
nav ul a:hover {
	background-color:#fff;
	border-left:0px;
	padding-left:25px;
	color:#77ad5c !important;
}
nav ul .here a {
	color:#77ad5c;
}
nav ul .here > a {
	background-color:#fff;
	font-weight:400;
}
nav ul ul a {
	background-color:#fbfbfb;
	font-size:14px;
	padding-left:25px;
}
nav ul ul a:hover {
	padding-left:30px;
}
h1 {
	font-size:28px;
	margin-bottom:30px;
	font-weight:300;
	text-transform:uppercase;
}
h2 {
	font-size:20px;
	color:#77ad5c;
	margin-bottom:0px;
	font-weight:400;
	text-transform:uppercase;
    border-bottom: 2px solid #77ad5c
}
h3 {
	font-size:18px;
	color:#77ad5c;
	margin-bottom:0px;
	font-weight:400;
    border-bottom: 1px solid #77ad5c
}
input, textarea, select {
	border:1px solid #ddd;
	padding:10px;
	background-color:#fff;
	box-shadow: 0 1px 2px #ddd;
	font-family:'Roboto',arial,verdana,san serif;
	font-weight:300;
	font-size:16px;
}
input[type="button"], input[type="submit"] {
	cursor:pointer;
	border-radius:5px;
	border:1px solid #ccc;
	padding-left:20px;
	padding-right:20px;
	background-color:#bbb;
	color:#fff;
	margin-bottom:10px;
}
input[type="button"]:hover {
	background-color:#aaa;
}
input[type="submit"] {
	background-color:#77ad5c;
} 
input[type="submit"]:hover {
	background-color:#A1DB80;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
	background-color:#77ad5c;
} 
input[type="text"], input[type="button"], input[type="submit"], input[type="password"], input[type="email"], textarea {
	-webkit-appearance:none;
	-moz-appearance:none;
}
input[required], input[required="yes"], textarea[required="yes"], select[required="yes"], select[required] {
   /*
   background-color:#fffaf3;
	border-color:#fbbe5d;
	*/
}
#login input[type="submit"], input[type="text"], input[type="password"], input[type="email"] {
	width:100%;
	max-width:600px;
}
input[type="text"] {
	margin-bottom:5px;
}
input.sort {
	max-width:70px;
}
label {
	font-weight:bold;
	color:#666;
}
.showLimit {
	font-weight:normal;
	font-size:12px;
	color:#999;
	margin-right:20px;
}
.showLimit.max {
	color:#77ad5c;
}
.required {
	color:#77ad5c;
}
.formButtons {
	text-align:right;
}
.addEdit {
	text-align:right;
	float:right;
	margin-bottom:10px;
}
table.dataDisplay {
	width:100%;
	border-spacing:1px;
	background-color:#eee;
	border-radius: 5px;
	box-shadow: 0 1px 2px #ddd;
}
table.dataDisplay.closed tbody {
	display: none;
}
table.dataDisplay th {
	padding:5px;
	text-align:left;
	color:#999;
	font-weight:300;
	background-color:#f9f9f9;
}
table.dataDisplay th, td {
	padding:5px;
	vertical-align:top;
    border-collapse: collapse;
}
table.dataDisplay tr {
	background-color:#fff;
}
table.dataDisplay tr:hover > td {
	background-color:#fcfcfc;
}
.inactive td {
	color:#ccc;
}
.active {
	color:#77ad5c;
}
.inactive {
	color:#cc0000;
}
.highlight {
	color:#F0AB06;
	font-weight:400;
}
.date {
	font-size:12px;
	width:130px;
}
.clearer {
	line-hight:1px;
	clear:both;
}
p {
	margin-bottom:15px;
}
a {
	color:#77ad5c;
	cursor: pointer;
}
a:hover {
	color:#A1DB80;
}
.clear-fix:after {
	content: '';
	line-height:0px;
	height:0px;
	display:block;
	clear:both;
}
.sortable tbody tr td:nth-child(2){
	cursor:move;
}
.toggleActive, .movedownlink, .moveuplink {
	cursor:pointer;
}
.input_fields_wrap div {
	margin-bottom:20px;
}
#tabs {
	z-index:2;
	overflow-y:hidden;
	height:40px;
}
#tab-pages {
	z-index:1;
	margin-top:-1px;
	background-color:#fff;
	box-shadow: 0 1px 2px #ddd;
}
#tabs .tab {
	float:left;
	border:1px solid #ddd;
	padding:10px 15px 0px 15px;
	height:40px;
	background-color:#f9f9f9;
	margin-right:5px;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
	box-shadow: 0 1px 2px #ddd;
}
#tabs .tab.active {
	height:50px;
	background-color:#fff;
}
#tab-pages > div {
	padding:20px;
	border:1px solid #ddd;
	width:100%;
	display:none;
	box-sizing:border-box;
}
.sub-cats {
	margin-left:30px;
}
.more-info {
	padding:10px 15px;
	background-color:#f6fbf0;
	margin-bottom:20px;
	font-size:14px;
	color:#77ad5c;
}
.more-info span {
	margin-right:15px;
}
/* ICONS */
.ico, .ico a {
	font-size:16px;
	color:#999;
}
.ico.active, a.add {
	color:#66cc00;
}
[class*="fa-folder"] {
	color:#e5d198;
}
[class*="fa-trash"]:hover {
	color:#e77373;
}
[class*="fa-edit"]:hover {
	color:#66cc00;
}
[class*="file-pdf"] {
	color:#cc0000;
}
[class*="file-word"] {
	color:#0a57a7;
}
[class*="file-excel"] {
	color:#0aa72d;
}
[class*="file-video"] {
	color:#666;
}
[class*="file-image"] {
	color:#007eff;
}
.fa-angle-up {
	margin-right:5px;
}
/* MOBILE */
.mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:9px 10px;
	width:120px;
	cursor:pointer;
	position:absolute;
	top:40px;
	right:0px;
}
.mobile-nav > div {
	width:25px;
	float:right;
}
.mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
.mobile-nav span {
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
#scroll-up {
	position:fixed;
	opacity:.8;
	z-index:99999999999;
	bottom:30px;
	cursor:pointer;
	color:rgba(0,0,0,.3);
	right:10px;
	display:none;
	font-size:34px;
}
#scroll-up:hover {
	opacity:1;
}
@media (max-width:840px) {
.mobile-nav {
	display:block;
}
nav > ul {
	position:fixed;
	background-color:#f8f8f8;
	width:50%;
	right:-50%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	box-shadow: 0 3px 3px rgba(0,0,0,.35);
	list-style:none;
}
.sub-cats {
	margin-left:0px;
}
.hide {
	display:none;
}
#header #title {
	padding:10px;
}
#header #admin {
	padding:5px 10px;
}
#left, #body {
	float:none;
	width:100%;
}
#left {
	padding-top:0px;
	border-bottom:1px solid #ddd;
}
#body {
	padding:20px 10px;
}
.more-info span {
	display:block
}
}
@media (max-width:500px) {
#header #title {
	padding-top:20px;
}
#logo.sm {
	position:absolute;
	top:5px;
	display:inline;
}
}