a {
	color: #767d8f;
}
a:hover {
	color: #85bb65;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	height: 100%;
}
.red {
	color: red;
}
.green {
	color: limegreen;
}
.blue {
	color: #767d8f;
}
body > .container {
	padding: 75px 15px 60px;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
}
.form-container {
	overflow: hidden;
	background: white;
	border: 4px solid #767d8f;
}
.full-sidebar {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	min-height: calc(100vh - 136px);
}
input {
	display: inline-block;
}
textarea,
input {
	text-align: center;
}
input,
button,
.btn,
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input.btn:focus,
button.btn:focus,
.btn:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5);
}
input[type="submit"]:hover:not([disabled]),
button:hover:not([disabled]) {
	cursor: pointer;
}
.btn-orange {
	background: #85bb65;
	color: white !important;
	font-weight: bold;
	font-size: 1.2rem !important;
	line-height: 1.2rem;
	border: 1px solid #ffffff;
}
.btn-orange.active {
	background: white;
	color: #85bb65 !important;
	box-shadow: none;
	cursor: default;
}
.btn-orange.active:hover {
	background: white;
	color: #85bb65 !important;
	box-shadow: none;
	cursor: default;
}
.btn-orange:hover:not([disabled]) {
	background: white;
	color: #85bb65 !important;
	box-shadow: inset 0 0 0 3px #767d8f;
}
.btn-orange:focus {
	color: #28a745 !important;
}
.form-container input,
.form-container textarea {
	height: 50px;
	max-width: 315px;
	margin: auto;
	border-radius: 0;
	width: 100%;
	padding: 15px;
	font-size: 16px;
	color: #000000;
	outline: none;
	box-sizing: border-box;
	border: 2px solid #767d8f;
}
.form-container textarea {
	height: auto;
}
.form-container h4 {
	color: white;
}
.flashMessages, .flashErrors {
	display: none;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 10000;
	padding: 2% 50px 2% 50px;
	background-color: #85bb65;
	color: white;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.flashErrors {
	background-color: rgba(200, 25, 25, 0.9);
}
.flashMessages h3 {
	margin-top: 0;
	font-weight: 700;
}
.close_link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
}
.close_link:hover {
	color: white;
}
.profile-page aside .list-group-item {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #f8f9fa;
	padding: 0;
}
.profile-page aside .list-group-item a {
	padding: .75rem 1.25rem;
	display: block;
}
.alerts {
	padding: 10px 36px;
	margin-bottom: 15px;
	border: 2px solid #c40000;
	background-image: url(../images/alert.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
	-webkit-background-size: 36px 36px;
	background-size: 36px 36px;
	background-color: #fff7f7;
}
.alerts ul li {
	list-style-type: none;
	font-size: 17px;
}
#loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 129, 0, 0.8);
	text-align: center;
	overflow: hidden;
}
#loading > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#loading i {
	color: white;
}
#profile-sidebar {
	width: 100%;
}
#profile-sidebar .btn.active {
	pointer-events: none;
	box-shadow: inset 0 0 3px #85bb65;
}
.logo-desktop {
	width: 260px;
	height: 40px;
	position: relative;
	top: 5px;
}
.logo-mobile {
	display: none;
	visibility: hidden;
	width: 152px;
	height: 24px;
	position: relative;
	top: 5px;
}
#about-textarea {
	resize: vertical;
}
#links-form,
#avatar-form {
	clear: both;
}
#account-form p,
#links-form p {
	margin-top: 15px;
	margin-bottom: 5px;
}
input[type="file"] {
	display: none;
}
.avatar-image-upload {
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	color: #767d8f;
	max-width: 315px;
	width: 200px;
	border-radius: 55px;
	margin-top: 20px;
}
.image-avatar {
	display: block;
	margin: auto;
	height: 150px;
	width: 150px;
	border-radius: 75px;
}
.avatar-container {
	position: relative;
}
.delete-avatar {
	color: red;
}
.delete-avatar:hover {
	color: #85bb65;
}
.email-support {
	float: right;
}
.link-type-img {
	width: 100px;
	margin-right: 20px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#links-form .link-input {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 5px 18px;
	background-size: 65px;
}
/*#links-form .link-input.has-input {*/
/*background-image: none !important;*/
/*}*/
#links-form .link-input:focus {
	background-image: none;
}
#links-form .link-container {
	margin-bottom: 15px;
}
#sortable p {
	color: #ffffff;
}
#sortable .fa {
	font-size: 30px;
	margin-right: 15px;
	color: #767d8f;
	position: relative;
	top: 5px;
}
.pay-link {
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 25px;
	position: relative;
	top: 5px;
}
.pay-link-container {
	display: inline-block;
}
.public-user-header {
	width: 100%;
	background-color: #85bb65;
	color: white;
	margin-bottom: 0;
}
.triangle-container {
	width: 100%;
}
.public-user-header-triangle {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #85bb65;
	margin: auto;
}
input[name="links-submit"] {
	position: relative;
	left: 25px;
}
.text-underline {
	text-decoration: underline;
}
.navbar-brand {
	margin: auto;
}
.gearbox {
	position: relative;
	top: 5px;
	right: 5px;
}
.gearbox i,
.profile-link-header i,
.logout-link-header i {
	font-size: 2.2rem;
}
.profile-link-header {
	position: absolute;
	left: 15px;
}
.logout-link-header {
	position: absolute;
	right: 15px;
}
#login-form,
#registration-form,
#retrieve-form {
	border: none;
}
#retrieve-form h4 {
	color: #767d8f;
}
.navbar > .container {
	position: relative;
}
input[name="old-password"] {
	clear: both;
}
.edit-pass {
	max-width: 315px;
	overflow: hidden;
	margin: auto;
}
.link-class-4 {
	background-position: 5px 13px !important;
}
.link-class-5 {
	background-position: 5px 13px !important;
}
.front-link-submit > input {
	position: relative;
	left: 25px;
}
#links-form .link-container.front-link-submit {
	margin-bottom: 0;
}
#links-form .link-container.front-link-submit > input[name="email"] {
	margin-top: 0 !important;
}