body {
	
}

body.powered-by-body {
	/*padding-bottom: 100px;*/
}

.quickNav {
	overflow: hidden;
}

.hidden {
	display: none !important;
}

.administration {
	padding: 60px 0px 20px 0px;
}
.administration a.active {
	display: none;
}

.navbar .container-fluid {
	padding: 0px 30px 0px 30px;
}

.nav-separator,
.message {
	margin-top: 70px;
}

.message {
	margin-bottom: -70px;
}

h1,
.navbar-brand {
	font-family: "Anton";
}

.title {
	padding: 0.5em;
	font-size: 1.5em;
}

.prettyradio label {
	padding-left: 30px !important;
	line-height: 15px;
	position: absolute;
}

/* Bind label to bottom input */
label.bind-to-bottom-input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	
	margin-bottom: -1px;
	
	color: #000;
	background: #f6f6f6;
	font-weight: normal;
} 

/* Some mods */
.container-fluid .row {
	margin-right: auto;
	margin-left: auto;
}

.panel-spacer {
	height: 10px !important;
	margin: 0px !important;
	padding: 0px !important;
}

/* Modal changes for page display */
.from-page .modal-body {
	padding: 15px 0px 15px 0px;
}
.from-page .modal-body .container-fluid {
	margin: 0;
	padding: 0;
}


/* Password generator */

.generatePassContainer .input-group {
	margin-bottom: 10px;
}

.generatePassContainer .input-group .input-group-addon {
	min-width: 200px !important;
}


/** Login */

.form-signin {
	max-width: 380px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input,
.form-signin button {
	margin-bottom: 10px;
}

.account-wall {}

.login-title {
	color: #555;
	font-weight: 400;
	display: block;
}

.login-description {
	color: #555;
}

.profile-img {
	margin: 0 auto;
	padding: 20px;
	display: block;
}

.need-help {
	margin-top: 10px;
}

.new-account {
	display: block;
	margin-top: 10px;
}


/* Install */

.db_content {
	height: 230px;
}

.install_padding {
	text-align: center;
	width: 460px;
}

.timeline {
	list-style: none;
	padding: 10px 0 25px 200px;
	margin-bottom: 0;
	position: relative;
	min-width: 600px;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #5bc0de;
	left: 225px;
	margin-right: -1.5px;
}

.timeline > li {
	margin: 10px 0 10px 0;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: calc( 100% - 75px);
	float: right;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	left: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #ccc;
	border-left: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	left: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-right: 14px solid #fff;
	border-left: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel > .timeline-heading {
	position: absolute;
	left: -225px;
	width: 200px;
	padding-right: 80px;
	text-align: right;
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 0px;
	margin-right: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-right-width: 0;
	border-left-width: 15px;
	right: -15px;
	left: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-right-width: 0;
	border-left-width: 14px;
	right: -14px;
	left: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}


/* Message styles http://bootsnipp.com/snippets/featured/new-style-alerts */

.msg {
	background: #fefefe;
	color: #666666;
	font-weight: bold;
	font-size: small;
	padding: 12px;
	padding-left: 16px;
	border-top: solid 3px #CCCCCC;
	border-radius: 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
}

.msg-clear {
	border-color: #fefefe;
	-webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.msg-info {
	border-color: #b8dbf2;
}

.msg-success {
	border-color: #cef2b8;
}

.msg-warning {
	border-color: rgba(255, 165, 0, .5);
}

.msg-danger {
	border-color: #ec8282;
}

.msg-primary {
	border-color: #9ca6f1;
}

.msg-magick {
	border-color: #e0b8f2;
}

.msg-info-text {
	color: #39b3d7;
}

.msg-success-text {
	color: #80d651;
}

.msg-warning-text {
	color: #db9e34;
}

.msg-danger-text {
	color: #c9302c;
}

.msg-primary-text {
	color: rgba(47, 106, 215, .9);
}

.msg-magick-text {
	color: #bb39d7;
}


/* Powered by */

.powered-by {
	text-align: center;
	padding: 15px 0px 5px 0px;
	/*position: fixed;*/
	/*bottom: 0;*/
	margin-top: 20px;
	width: 100%;
}
.powered-by .item {
	padding: 5px;
	width: 200px;
	margin: 10px auto 10px auto;
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.3);
}
