@import url(////fonts.googleapis.com/css?family=lato:100,300,300italic,400,700);

html {
	height: 100%;
}
body {
  color: #343434;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  height: 100%;
}
body.dark {
	background: #999;
}
.content {
	min-width: 1200px;
}
p {
	margin-bottom: 20px;
}
a,a:visited {
	color: inherit;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4 {
/*	color: #37b1e7;*/
	font-weight: 300;
	margin: 0 0 1em 0;
}
h4.dark {
	color: #343434;
	margin-bottom: 20px;
}
em,
.help-block  {
	font-style: italic;
}
.block {
	display: block;
	margin-bottom: 10px;
}

/*Type*/

.main .page-header {
  margin-top: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
h4.page-subheader span {
	font-size: 45px;
	font-weight: 400;
}

/* Globals */

.center {
	text-align: center;
}
.sub-header {
  	padding-bottom: 10px;
  	border-bottom: 1px solid #eee;
}
.alert button {
	font-size: 32px;
	font-weight: 100;
	line-height: 24px;
	margin-top: -5px;
}
.btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: .1em;
}
.btn-default {
	margin-bottom: 1em;
	border: none;
	background-color: #ebebeb;
	color: #888;
}
.btn-inverse, {
	background: #000;
	color: #fff;
}
.btn-warning {
	background: #fa736b;
	color: #fff;
}
.btn-warning:hover {
	background: #f9584f;
}
.btn-lg {
	padding: 25px;
}
a.btn > i {
	margin-right: 5px;
	display: inline;
	display: inline-block;
}
.bootstrap-select .btn:focus {
	outline: none !important;
	outline-offset: 0;
}
.nomargin {
	margin-bottom: 0;
}
.tooltip-inner {
  padding: 14px;
  border-radius: 2px;
  color: #ccc;
  font-weight: 300;
}
.bottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	margin-bottom: 0;
}
.badge-warning {
	background: #fa736b;
	margin-top: 2px;
}
.label {
	font-weight: 300;
	padding: 2px 6px;
	font-size: 1em;
	border-radius: 0;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: none;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 5px 8px;
}
.bootstrap-select .btn:focus {
	outline: none!important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: #eee;
	color: inherit;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span, .pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-radius: 0;
}

/* Top navs and structure */

.top-nav,
.sub-nav {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 101;
}
.top-nav {
	top: 0;
	height: 60px;
	background: #3d3d3d;
	min-width: 1200px;
}
.sub-nav {
	top: 60px;
	height: 60px;
	background: #fff;
	padding: 15px 35px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.08),0 1px 0 0 rgba(0,0,0,0.02),0 2px 3px 0 rgba(0,0,0,0.08) inset,0 1px 0 0 rgba(0,0,0,0.02) inset;
	min-width: 1200px;
}
.main-aside {
	padding: 160px 40px 30px 300px;
}
.main {
	padding: 150px 40px 30px 35px;
}
.top-nav {
	font-weight: 300;
	color: #999;
}
.top-nav .logo {
	font-size: 20px;
	float: left;
	margin: 15px 0 0 35px;
	text-transform: uppercase;
}
.top-nav .logo strong {
	color: #fff;
}
.top-nav .logo a:hover i {
	color: #fff;
}
.top-nav .fa-bars {
	margin-right: 20px;
	display: inline-block;
}
.top-nav .fa-bars:hover {
	color: #212121;
}
.top-nav ul {
	list-style: none;
	font-size: 14px;
	margin: 0 0 0 30px;
	padding: 0;
	float: left;
	text-transform: uppercase;
	letter-spacing: .2em;
}
.top-nav ul li {
	float: left;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.top-nav li a {
	font-weight: 400;
	text-decoration: none;
	padding: 20px 28px;
	display: inline-block;

	height: 60px;
}
.top-nav ul li.active {
	background: #2d2c2c;
	-moz-box-shadow:
        inset 5px 0 5px -5px #212121,
        inset -5px 0 5px -5px #212121;
    -webkit-box-shadow:
        inset 5px 0 5px -5px #212121,
        inset -5px 0 5px -5px #212121;
    box-shadow:
        inset 5px 0 5px -5px #212121,
        inset -5px 0 5px -5px #212121;
}
.top-nav ul li.active a,
.top-nav ul li a:hover,
.top-nav ul li.active a:hover {
	color: #fff;
}
.top-nav ul li.active a i {
	color: #1089d7;
	text-decoration: none;
}
.top-nav ul li i {
	display: inline;
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
}
.top-nav .username {
	top: 17px;
	position: relative;
	right: 35px;
}
.top-nav .username a:hover {
	color: #fff;
}
.top-nav ul.dropdown-menu  {
	float: none;
	margin: 0!important;
	z-index: 2000;
}
.top-nav ul.dropdown-menu li {
	font-size: 14px;
}
.open >.dropdown-menu {
	left: auto;
	right: 0;
}
.sub-nav .holder {
	 width: 262px;
	 float: left;
}
.sub-nav .holder .btn {
	 padding-left: 0;
}
.sub-nav h3 {
	float: left;
	font-size: 22px;
	margin-top: 2px;
	margin-bottom: 0;
	color: #37b1e7;
}
.sub-nav a.btn {
	margin-top: 2px;
}
.sub-nav a.btn:hover {
	color: #168bbf;
}
.sub-nav a.btn.view:hover,
.sub-nav a.btn.view {
	color: #fff;
}
.sub-nav h3 a.btn{
	padding: 0 0 0 5px;
	line-height: 0;
	vertical-align: text-top;
	margin: 5px 0 0;
	line-height: 0;
	color: #ccc;
}
/* Sidebar */

.sidebar {
  position: fixed;
  top: 120px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 0 0 20px 0;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #f2f2f2;
  font-size: 16px;
  width: 250px;
  box-shadow: -15px 0 34px -20px rgba(0,0,0,0.11) inset, -3px 0 5px -4px rgba(0,0,0,0.16) inset;
}
.wrap-sidebar {
	padding: 20px 35px 20px 35px;
	margin-bottom: 15px;
}
.sidebar .heading {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.08),0 1px 0 0 rgba(0,0,0,0.02),0 2px 3px 0 rgba(0,0,0,0.08) inset,0 1px 0 0 rgba(0,0,0,0.02) inset;
	margin-bottom: 20px;
	font-size: 1.1em;
}
.sidebar .sub a {
	color: #777;
	display: block;
	padding: 8px;
	border: 1px solid #333;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: .9em;
}
.sidebar .sub a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
.sidebar .sub {
	padding: 15px 20px 0 0;
	float: right;
	text-align: left;
	width: 45%;
	font-size: 16px;
}

/* Sidebar navigation */

.nav-sidebar {
}
.nav-sidebar li {

}
.nav-sidebar > li > a {
  	padding: 8px 20px 8px 35px;
  	color: #777;
}
.nav-sidebar > li.active > a,
.nav-sidebar > li > a:hover {
  	background: #fff;
  	border-left: 3px solid #ccc;
  	padding-left: 32px;
}
.nav-sidebar > li.active > a {
	border-left: 3px solid #1089d7;
	color: #000;
	font-weight: 400;
}

/*Client List*/

.client-type {
	float: left;
}
.client-type-span {
	margin-right: 20px;
	display: inline;
	display: inline-block;
	min-width: 140px;
}
.round {
	height: 30px;
	width: 30px;
	line-height: 30px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	display: inline;
	display: inline-block;
	text-align: center;
	margin:0 8px 0 0;
	vertical-align: baseline;
	background: #888;
}
.round.col {
	background: #f58c1d;
}
.round.com {
	background: #2c8ded;
}
.round.wrk {
	background: #920cb3;
}
table.client-list {
	position: relative;
}
table.client-list a {
	font-weight: 400;
	text-decoration: underline;
	color: #168bbf;
}
table.client-list a:hover {
	color: inherit;
	text-decoration: underline;
}
table.client-list i {
	display: inline-block;
	padding-right: 5px;
	color: #ccc;
}
table.client-list i.active-on {
	color: #47a447;
}
table.client-list a:hover i {
	color: #343434;
}
table.client-list .level {
/*	color: #666;*/
	display: inline-block;
	margin-left: 5px;
}
div.select2-result-label:empty {
    display: none;
}
.table>thead>tr>th {
	border-bottom: none;
}
.college {
	color: #f58c1d;
}
.community {
	color: #2c8ded;
}
.workplace {
	color: #920cb3;
}
.download-organizations {
    margin-bottom: 20px;
}
.list-filter {
	padding: 20px;
	background: #f2f2f2;
	margin-bottom: 30px;
	position: relative
}
.list-filter .form-group {
	margin: 0 10px 0 0;
	width: 280px;
	display: inline-block;
}
.list-filter .form-control {
	height: auto;
}
.list-filter button {
	margin: 0 5px 0 0;
	width: 300px;
	background: #fff;
}
.list-filter button[type=submit] {
	width: 80px;
}
.list-filter .btn.btn-primary {
	background: #3d3d3d;
}
.list-filter .btn.btn-primary:hover {
	background: #000;
}
.list-filter .btn.btn-clear {
	background: transparent;
	padding: 6px;
	width: 25px;
	font-size: 2em;
	line-height:0;
	width: 40px;
	height: 27px;
	font-weight: 300;
	color: #888;
	text-transform: uppercase;
    box-shadow: none;
}
/*.list-filter .btn.btn-clear:active {
	box-shadow: none;
}*/
.list-filter .btn.btn-clear:hover {
	color: inherit;
}
.list-filter .dropdown-menu {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}
.list-filter .btn:hover,
.list-filter .btn:focus, {
	background: #fff;
}
/*Select menus*/
/*.select2-container .select2-choice {
	background-image: none;
	background: #fff;
}
.form-control.select2-container {
	border: none;
}
.select2-container .select2-choice .select2-arrow {
	border: none;
	background: #fff;
	background-image: none;
}
.select2-drop-active {
	border: none;
}
.select2-drop {
	border: none;
	z-index: 99;
}
.select2-search {
	z-index: 99;
}*/
#clients-list h4 {
	color: inherit;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 12px;
	font-weight: 300;
}
.surround {
	position: relative;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	background: rgba(255, 255, 255, .75);
	z-index: 100;
}
.overlay i {
	display: block;
	margin: 20px auto;
	text-align: center;
	position: relative;
}
.table-header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}
.char-wrap {
	position: relative;
}

.limits {
	position: absolute;
	bottom: 13px;
	right: 14px;
	z-index: 1000;
	display: block;
}

/* Client Details */

#client-detail-profile select {
	display: block;
}

/* Add Client */

.component {
	margin: 50px auto 0 auto;
	position: relative;
	margin-bottom: 40px;
	width: 600px;
	height: 475px;
	-webkit-backface-visibility: hidden;
}
.component > ul {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 450px;
}
.component li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	list-style: none;
	background: #fff;
}
.component .current {
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
	box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
}
.component li img {
	display: block;
	max-width: 100%;
}
.component a.next,
.component a.prev {
	position: absolute;
	outline: none;
	overflow: hidden;
	bottom: 0;
	z-index: 1300;
	right: 0;
	width: 120px;
	height: 40px;
	text-align: center;
	padding: 13px 0 0;
	color: #fff;
}
.component a.prev {
	left:0;
	color: #5b4c5c;
	display: none;
	margin-bottom: 0;
}
.component a:active {
	box-shadow: none;
}
.component a:hover.next {
	color: #fff;
}
.component nav.current1 .prev,
.component nav.current2 .prev,
.component nav.current3 .prev {
	display: block;
}
.component nav.current3 .next {
	display: none;
}
.component-wrap-head {
	background: #3d3d3d;
	padding: 18px 0;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.component-wrap-body {
	padding: 35px;
	background: #fff;
}
.component button {
	padding: 13px 0;
	width: 150px;
	font-weight: 400;
}
.component button.btn-success {
/*	margin: 0 auto;
	display: inline-block;
	text-align: center;*/
	width: 200px;
	margin-top: 100px;
}
.component.success a.btn:hover{
	color: #2c8ded;
}
.component.success {
	height: auto;
	text-align: center;
}
.component.success .component-wrap-head {
	background: #47a447;
}
.component.success h3 {
	color: #47a447;
	font-weight: 400;
}
.component select {
	width: 100%;
}
.fxFPulse .navOutNext {
	-webkit-animation: elastScaleUp 0.4s forwards;
	animation: elastScaleUp 0.4s forwards;
}

.fxFPulse .navInNext {
	-webkit-animation: growUp 0.4s 0.3s forwards;
	animation: growUp 0.4s 0.3s forwards;
}

.fxFPulse .navOutPrev {
	-webkit-animation: elastScaleDown 0.4s forwards;
	animation: elastScaleDown 0.4s forwards;
}

.fxFPulse .navInPrev {
	-webkit-animation: growDown 0.4s 0.3s forwards;
	animation: growDown 0.4s 0.3s forwards;
}

@-webkit-keyframes elastScaleUp {
	30% {
		-webkit-transform: scale(0.9);
		opacity: 1;
		box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
	}
	100% {
		-webkit-transform: scale(1.2);
		opacity: 0;
		box-shadow: none;
	}
}

@keyframes elastScaleUp {
	30% {
		transform: scale(0.9);
		opacity: 1;
		box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
		box-shadow: none;
	}
}

@-webkit-keyframes growUp {
	0% {
		-webkit-transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
		box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
	}
}

@keyframes growUp {
	0% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
		opacity: 1;
		box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
	}
}

@-webkit-keyframes elastScaleDown {
	30% {
		-webkit-transform: scale(1.1);
		opacity: .5;
		box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
	}
	100% {
		-webkit-transform: scale(0);
		opacity: 0;
		box-shadow: none;
	}
}

@keyframes elastScaleDown {
	30% {
		transform: scale(1.1);
		opacity: .5;
		box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
	}
	100% {
		transform: scale(0);
		opacity: 0;
		box-shadow: none;
	}
}

@-webkit-keyframes growDown {
	0% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
		box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
	}
}

@keyframes growDown {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		opacity: 1;
		box-shadow: 0 0px 16px 0 rgba(0,0,0,0.2);
	}
}

.container {
	overflow: hidden;
}

/* Stats chart */

#statsChart {
  height: 250px;
  margin: 40px 10px 55px 10px;
}
.legendLabel {
  font-size: 12px;
  font-family: "Lato", Arial;
  color: #9da3a9;
}

/* Reports */
#reports-reports .overlay i {
	position: absolute;
	top: 45%;
	padding: 0 50%;
}
#reports-content .heading strong{
	font-size: 1.5em;
}
#reports-content .nav-pills>li>a {
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: .8em;
	padding: 6px 12px;
	margin-top: 30px;
}
#reports-tabs {
	position: relative;
}
/*#reports-tabs .nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	border: 2px solid transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	background: none;
	text-transform: uppercase;
	font-size: .9em;
}
#reports-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: 2px solid #428bca;
	border-left: none;
	border-right: none;
	border-top: none;
}*/
#reportrange {
	cursor: pointer;
	background: #fff;
	display: block;
	position: relative;
	margin-bottom: 0;
}
#reportrange .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}
.daterangepicker .ranges li,
.daterangepicker .ranges .input-mini {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.form-smh-filter .form-group {
	width: 440px;
}
.form-smh-filter .form-group.short {
	width: 290px;
}
#reports-tabs-overview {
	/*padding: 17px;*/
}
#reports-tabs-overview .placeholder {
	text-align: center;
	margin-bottom: 10px;
}
#reports-tabs-overview .placeholder span {
	text-transform: uppercase;
	font-size: .7em;
}
#reports-tabs-overview .placeholder span strong {
	font-size: 1.5em;
}
#reports-tabs-overview .placeholder span em {
	text-transform: none;
	font-size: 1.5em;
}
#reports-tabs-overview .placeholders {
	
	padding: 20px;
}
#reports-tabs-overview .reports-outline {
	border: 1px solid #ccc;
	margin-top: 30px;
	/*background: #f2f2f2;*/
}
.subtab {
    display: none;
}
.subtab.active {
    display: block;
}

/* Analytics */

#reports-tabs-analytics .analytics-header,
#reports-tabs-analytics .analytics-body {
	text-align: center;
}
#reports-tabs-analytics span.num-big {
	color: #343434;
}
#reports-tabs-analytics .analytics-header {
	margin: 30px 0;
	border: 1px solid #ccc;
	padding: 20px 0;
}
#reports-tabs-analytics .analytics-header span.num-big {
	font-size: 35px;
	font-weight: 400;
}
#reports-tabs-analytics .analytics-body {
	margin: 30px 0;
}
#reports-tabs-analytics .analytics-body span.num-big {
	font-size: 25px;
	margin-bottom: 10px;
}
#reports-tabs-analytics .analytics-body .text-muted.upper {
	text-transform: uppercase;
	font-size: .8em;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
#reports-tabs-analytics .analytics-body .text-muted.upper:last-child {
	border-bottom: none;
}
#reports-tabs-analytics .analytics-body .text-muted.heading {
	text-transform: uppercase;
	color: #37b1e7;
}
#reports-tabs-analytics .analytics-body .fa {
	display: block;
	margin: 20px 0;
	border-bottom: 6px solid #ccc;
	height: 65px;
	color: #888;
}
#reports-tabs-analytics .analytics-body .fa.fa-desktop {
	border-bottom: 6px solid red;
	border-color: #e56969;
}
#reports-tabs-analytics .analytics-body .fa.fa-tablet {
	border-bottom: 6px solid green;
	border-color: #6bce31;
}
#reports-tabs-analytics .analytics-body .fa.fa-mobile {
	border-bottom: 6px solid blue;
	border-color: #6aa6e3;
}
.tab-content .table {
	font-size: .9em;
	margin-top: 30px;
}
.tab-content .table .bold {
	font-weight: 400;
}

/* Forms */

.form-control {
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	font-weight: 400;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.form-control-alt {
	border: 1px solid #f2f2f2;
	background: #f1f1f1;
}
.form-control.limiter {
	padding-bottom: 30px;
}
.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-group.wrap,
.form-group .wrap {
	padding: 20px;
	border: 1px solid #ccc;
}
.form-group.dragster {
    padding: 20px;
    background: #f2f2f2;
    margin-bottom: 10px;
}
.form-group.dragster a {
    color: inherit;
}
.form-group.dragster .form-control {
    background: #fff;
    box-shadow: none;
    padding: 7px 9px;
    border-radius: 0;
}
.form-group.dragster .input-group {
    margin-bottom: 10px;
}
.form-group.dragster .input-group-addon {
    background: #ddd;
    border-color: #ddd;
    color: #fff;
    border-radius: 0;
}
.form-group.dragster .handle:hover {
    cursor: move;
}
.form-group.dragster .panel-body {
    padding: 20px 0 20px 23px;
}
.form-group.dragster .panel-body .option-wrapper {
    border-left: 3px solid #fff;
    padding: 0 0 10px 20px;
    margin-bottom: 20px;
}
.form-group.dragster .panel-body .option-wrapper strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    color: #999;
}
.form-group.dragster a.expand {
    margin-top: 20px;
}
label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 300;
	/*text-transform: uppercase;
	letter-spacing: .1em;*/
	color: #333;
}
label em,
label.chkbx {
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.1em;
}
label.checkbox {
	font-weight: 400;
}
textarea,
.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
	font-family: 'Lato', san-serif!important;
	font-weight: 400!important;
	font-size: 14px!important;
	line-height: 1.42857143!important;
}
.redactor_box {
	border: 1px solid #ccc;
}
.has-error .redactor_box {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.redactor_editor, .redactor_editor:focus {
	padding: 20px;
}
.redactor_toolbar {
	background: #f2f2f2;
}
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

/* Login */

#login,
#onboard {
    text-align: center;
    margin-top: 75px;
}
#login form {
	width: 90%;
	margin: 0 auto;
	max-width: 400px;
	display: block;
}
#onboard .initial {
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    -ms-filter: 'alpha (opacity=0)';
    filter: alpha(opacity = 0);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}
#onboard.watchthemagic .initial {
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: 'alpha (opacity=100)';
    filter: alpha(opacity = 100);
    opacity: 1;
}
#login h1,
#onboard h1 {
    font-size: 4em;
    margin-bottom: .5em;
    margin-top: 0;
}
#login h5,
#onboard h5 {
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 2em;
}
#login .form-group,
#onboard .form-group {
    margin-bottom: 20px;
    text-align: left;
}
#login .btn-lg,
#onboard .btn-lg {
    padding: 15px;
}
#login .btn-forgot {
    text-transform: uppercase;
    color: #bbb;
    margin-top: 30px;
    padding: 10px 20px;
    letter-spacing: .1em;
}
#login .btn-forgot:hover {
    background: #fff;
    color: #343434;
    border-color: #343434;
}
#onboard footer {
    margin: 60px 20px;
}
#login footer a,
#onboard footer a {
    text-transform: uppercase;
    color: #323232;
    letter-spacing: .1em;
    font-size: .8em;
    *display: inline;
    display: inline-block;
    margin: 0 10px;
}

/* Demographics */

#demog .util {
	margin-bottom: -1px;
	position: relative;
}
#demog h4 {
	color: #333;
}
.doit {
	display: inline;
	display: inline-block;
	margin-bottom: 20px;
	font-size: .9em;
	text-transform: uppercase;
	color: #666;
}
.new-question:hover,
.doit:hover {
	cursor: pointer;
}
.doit.archive {
    margin-right: 1em;
}
.panel-body a.btn > i {
	margin-right: 0;
}