body {
	font-family: 'Droid Sans';
	background: #dedede;

}

#editableTextArea:hover {
	cursor: pointer;
}

.wrap-text {
	white-space: pre-wrap;
	word-wrap: break-word;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

/* Forms */

.form-signin {
  max-width: 440px;
  margin: 0 auto;
}

.provider-signin {
  max-width: 240px;
  margin: 0 auto;
}

#signin-google-link {
	margin: 0 auto;
	display: block;
	width: 191px;
	height: 46px;
}

#signin-google-link:active {
	opacity: 0.8;
}

.single-content {
	padding-top: 20px;
}

@media(min-height:768px) {
	.single-content {
		padding-top: 120px;
	}
}

.form-signin .form-group {
	background-color: #F9F7F7;
	border-radius: 5px;
	border: 0;
	padding: 20px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input {
  margin-bottom: 20px;
}

/* Misc */

.white-outline {
	color: white;
	border: 1px solid white;
}

.text-white {
	color: white;
}

.btn-secondary-outline.white-outline:hover {
	background-color: white;
	color: #0275D8;
	border: 1px solid white;
}

.btn-secondary-outline.white-outline.active {
	background-color: white;
	color: #0275D8;
	border: 1px solid white;
}

.no-border-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
}

.no-border-bottom {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}

.soft-shadow {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 4px 6px 0px rgba(214,214,214,1);
	box-shadow: 0px 4px 6px 0px rgba(214,214,214,1);
}

.soft-shadow-xs {
	-webkit-box-shadow: 0px 4px 6px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 4px 6px 0px rgba(214,214,214,1);
	box-shadow: 0px 4px 6px 0px rgba(214,214,214,1);
}

a.active-inverse {
	background-color: #373A3C;
	color: #F7F7F9;
}

a.active-inverse:hover {
	background-color: #373A3C;
	color: #F7F7F9;
}

.tag {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	background-color: #0275D8;
	border-radius: 290486px;
	color: white;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	line-height: 16px;
	vertical-align: top;
	white-space: nowrap;
	font-size: 14px;
	height: 32px;
	padding-left: 14px;
	padding-right: 14px;
}
 
.tag .delete {
	margin-left: 4px;
	margin-right: -6px;
}


.delete {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(10, 10, 10, 0.1);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	width: 24px;
	outline: none;
	position: relative;
	vertical-align: top;
}

.delete:before, .delete:after {
	background-color: white;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	margin-left: -25%;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 50%;
}

.delete:before {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.delete:after {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.delete:hover {
	background-color: rgba(10, 10, 10, 0.2);
}

.tags-container {
	margin: 20px 0;
}

.tag-container {
	margin: 2px;
	display: inline-block;
}

.create-tag {
	margin-top: 20px;
}

.tag-select-button {
	background: #0275D8;
	color: white;
}