/* --------------------------------------------- */
/* Stylesheet for MemberDev Admin Console plugin */
/* --------------------------------------------- */
/* global selector = .app-admin */ 

/* Global
========================================================================================================== */
.color-aqua {color: #02bad5;}
.color-blue {color: #005af7;}
.color-green {color: #33c682;}

/* Components
========================================================================================================== */
/* ---------- app ---------- */
/*
.app-admin h1:after {
	content: "beta";
	display: inline-block;
	padding: 3px 5px;
	margin-left: 10px;
	font-size: .5em;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	background: #cf0;
	color: #1a1b21;
	vertical-align: top;
}
*/

/* ---------- nav ---------- */
.app-admin .nav {
	font-weight: 700;
	margin: 0 0 20px;
}
.app-admin .nav.nav-pills li.active a {
	background: #1a1b21;
}

/* Tables
========================================================================================================== */
/* ---------- Tables ---------- */
.app-admin .table.table-data {
	table-layout: fixed;
}


/* ---------- Product Revenue Table ---------- */
a.projected-product-revenue {
	cursor: pointer;
}


/* Plugins
========================================================================================================== */
/* ---------- jQuery Data Tables ---------- */
.dataTables_length label {
	display: inline-block;
	font-size: .85em;
	margin: 0 0 10px;
	vertical-align: top;
}
.dataTables_length select {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
}
.dataTables_filter {
	margin: 0 0 10px;
}
.dataTables_filter label {
	display: inline-block;
	font-size: .85em;
	margin: 0 0 10px;
	vertical-align: top;
}
.dataTables_filter input[type="search"] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 5px;
	background: #f5f5f5;
	border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}
.dataTables_filter input[type="search"]:focus {
	border-bottom-color: #1a1b21;
}
.dataTables_wrapper .dataTables_info {
	font-size: .85em;
	padding: 0;
	margin: 10px 0 0;
}
.dataTables_wrapper .dataTables_paginate {
	font-size: .85em;
	padding: 0;
	margin: 10px 0 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 5px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-weight: 700;
	border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #1a1b21;
	border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #ddd;
	border: none;
}


/* Responsive (Media Queries)
========================================================================================================== */
/* MOBILE */
@media (max-width: 768px) {

	/* ----- jQuery Data Tables ----- */
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		text-align: left;
	}

}

/* SUPER MOBILE */
@media (max-width: 600px) {

	/* ----- jQuery Data Tables ----- */
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		text-align: left;
	}
	.dataTables_filter label {
		display: block;
	}
	.dataTables_filter input[type="search"] {
		display: block;
		width: 100%;
		margin: 5px 0 0;
	}

}

