body {
	font: normal 14px "Source Sans Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #363636;
}

img {
	border: 0;
}

h1 {
	margin: 0 0 20px 0;
}

h2 {
	margin: 0 0 10px 0;
}

h2.gray {
	color: gray;
}

a:link, a:visited {
	color: #2e97c9;
}

a.disabled-link:link, a.disabled-link:visited {
	color: #ccc;
	cursor: default;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bullets {
	list-style: initial;
	margin-left: 3em;
}

#header {
	height: 59px;
}

#hd-logo {
	float: left;
	margin: 14px 0 0 53px;
}

#hd-logo a {
	outline: 0;
}

#usernav {
	float: right;
	margin: 4px 10px;
}

#usernav .profile :link,
#usernav .profile :visited {
	color: #000;
	text-decoration: none;
}

#header li {
	display: inline;
	padding-left: 5px;
}

#messages {
	height: 0;
	margin: 0 auto;
	text-align: center;
}

#messages span {
	background-color: #fff1a8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 15px;
	font-weight: bold;
}

#nav {
	overflow: hidden;
}

#nav a:link,
#nav a:visited,
#nav a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px;
	display: block;
}

#nav ul {
	background-color: #6eabe8;
	float: left;
	clear: both;
	width: 100%;
	padding-left: 40px;
}

#nav li {
	border-left: 1px solid #4897e8;
	float: left;
}

#nav .last {
	border-right: 0;
}

#nav li:hover {
	background-color: #4a94dd;
}

#nav .selected {
	background: #3a84ce url(/images/nav-bg-active.png) scroll repeat-x top left;
}

#subnav {
	clear: left;
	padding: 4px 15px;
	background: #eaf3fd;
	border-bottom: 1px solid #c6dff9;
}

#subnav li {
	display: inline;
	padding-right: 10px;
}

#subnav .selected {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#content {
	padding: 20px 15px;
	min-width: 950px;
}

#footer {
	color: #aaa;
	margin: 20px;
}

#footer :link,
#footer :visited {
	color: #aaa;
	text-decoration: none;
}

#footer :link:hover {
	text-decoration: underline;
}

body.long #content {
	padding-bottom: 0;
}

body.long #footer {
	margin: 10px 20px;
}

table.data .label {
	width: 100px;
}

table.nowrap td {
	white-space: nowrap;
}

table.default {
	width: 100%;
	border-collapse: collapse;
}

table.default tr:hover td,
table.default tr.highlighted td {
	background-color: #ffc;
}

table.default th {
	text-align: left;
	padding: 6px 5px;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
}

table.default td {
	padding: 6px 5px;
	border-bottom: 1px solid #dadada;
}

table.default .even {
	background-color: #fafafa;
}

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

table.default th ul {
	float: right;
	font-weight: normal;
}

table.default .no-border {
	border-bottom: 0 !important;
}


select, input.text, textarea {
	font-family: inherit;
	display: inline-block;
	padding: 8px 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input.text:focus,
textarea:focus,
select:focus {
	outline: 0;
	border-color: #49a8d5;
}

input.text-cmd {
	padding: 2px 4px;
}

input.hint {
	color: #a2a2a2 !important;
}

label input {
	margin: 0 6px 6px;
	vertical-align: text-top;
}

.form-buttons {
	vertical-align: top;
	display: inline;
	cursor: default;
}

.form-buttons .btn {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	letter-spacing: .03em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: baseline;
	border: 0;
	padding: 10px 18px; 
	color: #fff;
	background-color: #6eabe8;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	outline: 0;
	text-decoration: none;
}

.form-buttons .btn-small {
	padding: 5px 9px;
}

.form-buttons .btn:hover {
	background-color: #599ada;
}

.form-buttons .btn:disabled,
.form-buttons .btn-gray {
	background-color: #a9aeb3;
}

.form-buttons .btn-gray:hover {
	background-color: #8c939b;
}

.form-buttons .btn-red {
	background-color: #e83a3a;
}

.form-buttons .btn-red:hover {
	background-color: #d22323;
}

.inline-list li {
	display: inline;
	padding-right: 5px;
}

.larger {
	font-size: 1.2em;
	font-weight: bold;
}

.largest {
	font-size: 1.5em;
	font-weight: bold;
}

.left-space {
	margin-left: 1em;
}

.ico-plus-button {
	background: transparent url(/images/icons/plus-button.png) scroll no-repeat;
	padding-left: 24px;
}

.ico-info-white {
	background: transparent url(/images/icons/information-white.png) scroll no-repeat;
	padding-left: 24px;
}

dl.form {
	overflow: hidden;
}

dt {
	margin: 9px 7px 5px 0;
}

dd, .form .value,
.form-left .value {
	margin: 0 0 25px 0;
}

dd.hidden {
	margin: 0;
}

dd.closer-next-element {
	margin-bottom: 10px;
}

dd.form-buttons {
	clear: left;
	margin-top: 100px;
}

dd.fieldset {
	clear: left;
	margin-top: 12px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

fieldset dd.form-buttons {
	margin-right: 5px;
	clear: none;
}

label.required {
	background: transparent url(/images/icons/red-star.png) no-repeat scroll left 2px;
	padding-left: 9px; 
}

.form-msgs, .form-errors {
	background-color: #fdf7f7;
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #d9534f;
}


.callout {
	margin: 20px 0;
	padding: 20px;
}

.callout-warn {
	border-left: 3px solid #f0ad4e;
	background-color: #fff6db;
}

.leftnav {
	width: 160px;
	float: left;
	padding-right: 60px;
}

.leftnav h3 {
	margin: 0 0 5px 4px;
	color: gray;
}

.leftnav li {
	border-bottom: 1px solid #ccc;
	padding: 8px 12px 8px 2px;
}

.leftnav select {
	width: 155px;
	margin-bottom: 10px;
}

.leftnav .selector {
	border-bottom: 0;
	margin-top: 30px;
	
}

.leftnav .fa {
	width: 32px;
	text-align: center;
	color: #999;
}

.leftnav .active .fa {
	color: #474747;
}

.leftnav-content {
	margin-left: 220px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;	
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.inline-description {
	display: inline-block;
	margin-left: 12px;
	font-size: 13px;
	vertical-align: top;
}

.inline-description-text {
	margin-top: 12px;
}

.icon-label {
	margin-bottom: 12px;
}

.icon-label :link,
.icon-label :visited {
	text-decoration: none;
}

.icon-label span {
	vertical-align: middle;
	margin-left: 6px;
	text-transform: uppercase;
}

.icon-label span:hover {
	text-decoration: underline;
}

.icon-label a.disabled-link span:hover {
	text-decoration: none !important;
}

.icon-label .fa {
	vertical-align: middle;
}

.icon-large span {
	font-size: 18px;
}

.icon-green {
	color: #7dc95a;
}

.icon-orange {
	color: #ffc107;
}

.icon-red {
	color: #ff5151;
}

.choose-lang {
	display: flex;
}

.choose-lang > div {
	width: 190px;
	padding: 16px 24px;
	background-color: #f7f7f7;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 1px 1px;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.choose-lang .form-buttons {
	margin-top: auto;
}

.choose-lang :link,
.choose-lang :visited {
	text-decoration: none;
}

.plans .plan {
	float: left;
	width: 190px;
	padding: 16px 24px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 1px 1px;
	background-color: #f7f7f7;
}

.plans .plan.first {
	border-width: 1px;
	border-radius: 6px 0 0 6px;
}

.plans .plan.last {
	border-radius: 0 6px 6px 0;
}

.plans .fa {
	color: #808080;
	width: 18px;
}

.plans .currency {
	font-size: 1.8em;
	display: inline-block;
	vertical-align: top;
	padding-top: 7px;
	margin-right: 5px;
}
.plans .price {
	font-size: 3.5em;
}

.plans .suffix {
	font-size: 1.4em;
}

.plans .features {
	font-size: 1.2em;
	margin: 12px 0 24px;
}

.plans li {
	margin-bottom: 4px;
}

.plans .form-buttons {
	margin-top: 24px;
	text-align: center;	
}

.plans .plan.disabled {
	color: #ccc;
}

.plans .plan.disabled .btn {
	background-color: #e5e5e5;
}

.plans .plan.disabled .fa {
	color: #e5e5e5;	
}

.plans .plan.disabled .btn {
	cursor: default;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-danger {
	background-color: #ff5151;
}

.info-box {
	float: left;
	margin: 0 80px 40px 0;
}

.manage-app {
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 2px;
	text-align: center;
	margin-bottom: 24px;
	width: 350px;
}

.manage-app .form-buttons {
	display: block;
	text-align: center;
}

span.code {
	font-family: courier;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	padding: 2px;
}

p.description {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.login-services {
	border-top: 1px solid #ddd; 
	margin: 40px auto; 
	text-align: center; 
	padding-top: 40px; 
	width: 500px;	
}

#log-viewer {
	font-family: courier;
	background-color: #f7f7f9;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 20px;
	white-space: pre-wrap;
	font-size: .85em;
	height: 650px;
	height: calc(100vh - 345px);
	overflow: auto;
}

.manage-app .form-buttons div {
	display: inline-block;
}

.manage-app .form-buttons a {
	vertical-align: top;
}

.manage-app .npm-logs {
	display: none;
}

.chart_container {
	position: relative;
	display: block;
}

.chart_container .graph {
	display: block;
	margin-left: 40px;
}

.chart_container .y_axis {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
}

.legend {
	margin-top: 24px;
	margin-left: 35px;
}

.legend .line {
	display: inline-block;
}

.slider {
	margin-top: 24px;
	margin-left: 35px;
}

.rickshaw_graph .detail .x_label.left,
.rickshaw_graph .detail .x_label.right {
	top: -30px;
	opacity: 1;
}

.rickshaw_graph .x_tick .title {
	bottom: -19px !important;
}

#startup_cmd-element {
	margin: -22px 0 25px 24px;
}

.help-icon {
	color: #ccc;
}

.qtip-default {
	border: 0 !important;
  background-color: #222 !important;
  background-color: rgba(34, 34, 34, 0.9) !important;
  color: #fff !important;
  border-radius: 4px;
}

.qtip-content {
	font-size: 14px;
	line-height: normal;
}

.qtip-light {
    background-color: #fff !important;
    border: 1px solid #E2E2E2 !important;
    color: #454545 !important;	
}

.separated-settings li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.separated-settings li:last-of-type {
	border-bottom: 0;	
}

.separated-settings .desc {
	width: 25%;
	float: left;
}

.separated-settings .controls {
	width: 65%;
	margin-left: 10%;
	float: left;
}

.separated-settings h3 {
	margin: 0;
}

.processes-table td {
	border-top: 1px solid #ccc;
	padding: 6px 10px;
}

.processes-table tr:last-of-type td {
	border-bottom: 1px solid #ccc;
}

.processes-table input.text {
	margin: 0 12px;
}

.processes-table input {
	vertical-align: text-top;
}

.more-actions {
	display: none;
}

.activity-wrapper {
	margin-bottom: 40px;
}

.activity {
	min-width: 300px;
}

.activity .code {
	font-size: 12px;
}

.activity .item {
	border-bottom: 1px solid #dadada;
	padding-bottom: 16px;
	margin-top: 16px;
	line-height: 1.4em;
}

.activity .item:last-child {
	border-bottom: 0;
}

.activity .icon {
	display: inline-block;
	width: 32px;
	margin: 0 14px 0 10px;
}

.activity .icon img {
	max-width: 32px;
}

.activity .text {
	display: inline-block;
}

.activity .date {
	color: #aaa;
}

.activity .gray {
	color: #969696;
}

.activity .red {
	color: #fd2216;
}

table.app-list td {
	padding: 10px 5px;
}

.app-list .app-desc {
	color: #676767;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #ccc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#account {
  cursor: pointer;
}

#account img {
  height: 38px;
  margin-right: 7px;
  opacity: .9;
	vertical-align: middle;
}

#account:hover img {
	opacity: 1;
}

#account .fa {
	color: #a9a9a9;
}

#account:hover .fa {
  color: #999;
}

#account-dropdown-content {
	width: 240px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
	background-color: #fff;
	background-clip: content-box;
	transition: transform ease 0.1s, opacity ease 0.1s;
  margin-top: 8px;
  opacity: 0;
}

#account-dropdown-content .account-info {
  color: #aaa;
}

#account-dropdown-content .item {
	border-bottom: 1px solid #eee;
	padding: 12px 10px;
	display: block;
	text-decoration: none;
}

#account-dropdown-content a.item:hover {
	text-decoration: underline;
}

#account-dropdown-content .item:last-child {
	border-bottom: 0;
}

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

.region-replica {
	display: flex;
	max-width: 300px;
	align-items: center;
	margin-bottom: 24px;
}

.region-replica .region {
	font-size: 1.2em;
}

.region-replica .number-input {
	margin-right: 8px;
}

.number-input {
	display: flex;
	align-items: stretch;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.number-input .button-minus,
.number-input .button-plus {
	width: 2em;
	background-color: #f7fafc;
	color: #62748e;
	border: 1px solid #e2e8f0;
	outline: none;
	cursor: pointer;
	font-size: 1.2em;
}

.number-input .button-minus {
	border-radius: 4px 0 0 4px;
}

.number-input .button-minus {
	border-radius: 0 4px 4px 0;
}

.number-input input {
	width: 1em;
	text-align: center;
	border-radius: 0;
	border: 1px solid #e2e8f0;
	font-size: 1.2em;
}

.scaling-new-price {
	margin: 36px 0 48px;
	font-size: 1.5em;
	font-weight: bold;
}