/* vim: set ts=4 sw=4 noet : */
html, body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
a, code {
	color: #72DEC2;
}
code {
	font-family: Consolas,monaco,"Ubuntu Mono",courier,monospace!important;
	font-size: .95rem;
	line-height: .95rem;
	white-space: normal;
	padding: 1px 3px;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
	tab-size: 4;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 3px;
}
#header_title a {
	text-decoration: none;
	color: #333447;
}
#header_title a:hover {
	text-decoration: none;
	color: #72DEC2;
	transition: all 0.2s ease;
}
.buttonHolder {
	text-align: center;
}

button, .buttonHolder input[type="submit"] {
	height: 48px;
	width: 180px;
	color: #444;
	text-align: center;
	font-size: 1rem;
	font-weight: 200;
	background: transparent;
	border: 1px solid #444;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
}
.error {
	color: #FA3D58;
}
button:hover {
	background-color: #72DEC2;
	color: #FFF;
	background: solid;
	border: 1px solid #72DEC2;
}

input, textarea {
	line-height: 1.5;
	margin: 0;
	height: 2.1em;
	padding: .3em .6em;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: .2em;
	width: 100%;
}

input:focus, textarea:focus {
	border: 1px solid #72DEC2;
	/* color: #72DEC2; */
	color: #333447;
	outline: none;
}
form input {
	margin-bottom: 1em;
}
form.work-form {
	padding: 1em;
}
ul.project_keys {
	padding-left: 0;
}
li.key {
	padding: 2em;
	border-radius: 3px;
	border: 1px solid;
	border-color: #CCC;
	list-style: none;
	transition: background .3s ease;
}
li.key > div {
	display: inline-block;
	margin-right: 2em;
}
li.key span.enabled {
	background: #15cd72;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	/* background: #dfdfdf; */
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
	transform: scale(.999) translateZ(0);
	-webkit-backface-visibility: hidden;
	transition: background .3s ease;
}
#new_key_form {
	width: 50%;
}
