/* style.css
 * This file provides css styles.
 */
body, html {
	background-color: #fff;
	color: #000;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a {
	text-decoration: none;
	color: #00aed1;
}

a:hover {
	text-decoration: none !important;
	font-weight: bold;
}

.newappIcon {
	padding-top: 10%;
	display: block;
	margin: 0 auto;
	padding-bottom: 2em;
	max-width: 200px;
}

h1 {
	font-weight: bold;
	font-size: 2em;
}

.leftHalf {
	float: left;
	background-color: #26343f;
	width: 45%;
	height: 100%;
}

.rightHalf {
	float: right;
	width: 55%;
	background-color: #313f4a;
	height: 100%;
	overflow: auto;
}

.blue {
	color: #00aed1;
}

table {
	table-layout: fixed;
	width: 800px;
	margin: 0 auto;
	word-wrap: break-word;
	padding-top: 10px;
}

th {
	border-bottom: 1px solid #000;
}

th, td {
	text-align: left;
	padding: 2px 20px;
}

.text-center {
	text-align: center;
}

.env-var {
	text-align: right;
	border-right: 1px solid #000;
	width: 30%;
}

pre {
	padding: 0;
	margin: 0;
}

.eventList td, .eventList th, .userList td, .userList th, .codeList td,
	.codeList th, .requestList td, .requestList th {
	padding: 5px;
}

.requestList {
	padding-top: 0px;
}

#form_codeSend input {
	margin-bottom: 10px;
}

.bg-bluemix-header {
	background-color: #26343F;
	color: white;
}

.title-bluemix-header {
	padding: 15px;
	display: inline-block; 
}

.title-bluemix-header-bold {
	margin: 0;
	font-weight: 700;
}

.icon-bluemix {
    display: inline-block;
    height: 28px;
    width: 32px;
	background-image: url(/images/ibm-cloud-logo-white.svg);
    background-position: center;
    vertical-align: middle;
}

.g-recaptcha>div {
	margin: auto;
}