body {
	background: rgb(235, 240, 243);
}
footer {
	font-size: 11px;
	text-align: center;
	color: #999;
}
footer a,
footer a:hover {
	color: #ff8800;
}

footer .horizon-footer {
	display: block;
	margin: 10px auto;
	width: 40px;
	height: 40px;
	background: transparent url("images/horizonsdk-footer.b6c29143a464.png") no-repeat scroll 50% 50%;
	background-size: 100%;
	text-indent: -99999px;
	opacity: .5;
	transition: all .25s;
}
footer .horizon-footer:hover {
	opacity: 1;
}

.btn {
	border-radius: 20px;
}
.btn-primary,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active {
	border-color: transparent;
	background-color: #f80;
}

.navbar {
	background: rgba(249,249,249,0.8);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	border-top: none;
}
.navbar .navbar-brand {
	display: block;
	background: transparent url("images/horizonsdk-logo-small.00bcee6ca323.png") no-repeat scroll 50% 50%;
	background-size: 100%;
	width: 30px;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	text-indent: -999999px;
}
.navbar .navbar-inner {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.navbar .glyphicon-new-window {
	position: relative;
    top: -10px;
    font-size: 10px;
    left: 5px;
}
.navbar .nav-scope {
	float: left;
	height: 49px;
}
.navbar span.divider {
  border-right: 1px solid white;
  border-left: 1px solid #ddd;
  display: inline-block;
  float: left!important;
  height: 49px;
  width: 0;
}
.navbar .dropdown-menu {
	left: auto;
	right: 0;
}

.nav > li {
	float: left;
}
.nav > li.active > a {
	background-color: #f80;
	color: #fff;
}
.nav > li.active .divider {
	border-color: transparent;
}
.nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	float: left;
}
.nav .active.open>a, .nav .active.open>a:hover, .nav .active.open>a:focus {
	background-color: #f80;
}

.tab-container .nav > li.active > a  {
	background: #fff;
	color: #333;
}
.tab-container .nav-tabs {
	margin-bottom: 20px;
}

.nav-pills > li > a {
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 10px;	
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #999;
}

.well {
	background-color: #fff;
	box-shadow: none;
}


.app-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.app-list p {
	color: #666;
	font-style: italic;
}
.app-list li {
	width: 185px;
	float: left;
	text-align: center;
	margin: 10px 0;
}
.app-list li h4 a {
	color: #ff8800;
	text-overflow: ellipsis;
	width: 90%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.app-list li.create-app .img-container {
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  line-height: 120px;
  display: inline-block;
  border: 2px dashed #ff8800;
  border-radius: 25px;
  color: #ff8800;
  font-family: Arial;
}
.app-list li.create-app .img-container:hover,
.app-list li.create-app .img-container:active,
.app-list li.create-app .img-container:focus {
	text-decoration: none;
	background: rgba(0,0,0,.05);
}
.app-list li:last-child {
	border-right: none;
}
.app-list li .img-container {
	display: block;
}
.app-list li img {
	border-radius: 20px;
	width: 120px;
	height: 120px;
}

@media (max-width: 768px) {
	.dl-horizontal .empty {
		display: none;
	}
	.dl-horizontal .btn {
		margin-top: 20px;
		display: block;
	}
}
@media (max-width: 320px) {
	.navbar .glyphicon {
		display: none;
	}
}
@media (max-width: 400px) {

	.nav > li > a {
		padding: 15px 12px;
	}
	.nav-pills > li > a {
		padding: 5px 10px;
	}
	.navbar .navbar-inner .container-fluid {
		padding: 0;
	}
	.navbar-fixed-top {
		position: static;
	}
	.container-fluid.full-width {
		margin-top: 10px;
	}
	footer {
		margin: 0 !important;
	}
	.app-list li {
		width: 50%;
	}
}

.breadcrumb {
	background: transparent;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 0;
}
.breadcrumb .active:before {
	color: #666;
}
.breadcrumb a {
	color: #ff8800;
}
.breadcrumb .active a {
	color: #333;
}
.breadcrumb .active a img {
	position: relative;
	top: -1px;
}
.breadcrumb .active a:hover {
	text-decoration: none;
}
.breadcrumb .active a:hover span {
	text-decoration: underline;
}

.panel-heading .panel-title {
	padding: 5px 0;
}
.panel-heading h4 {
	padding-top: 7.5px;
	margin: 0;
}

/* Dashboard */
#body-platform h2 {
	margin: 0 0 20px;
	font-size: 25px;
}
#body-platform h2 .edit-profile {
	font-size: 15px;
	color: #666;
}
#body-platform h2 .edit-profile a {
	color: #666;
	border-bottom: 1px dotted #999;
}
#body-platform h2 .edit-profile a:hover {
	text-decoration: none;
	border-bottom: none;
}

/* Login & Register */
.login-container {
	max-width: 400px;
	margin: 70px auto;
}
.login-container.register {
	max-width: 700px;
}
.login-container.register .panel-body {
	padding: 0;
	position: relative
}
.login-container .current-plan {
	width: 40%;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.login-container .current-plan h3 {
	font-weight: 600;
	font-size: 30px;
}
.login-container .current-plan .price {
	font-size: 20px;
	color: #666;
}
.login-container .current-plan .details {
	font-size: 12px;
	color: #999;
}
.login-container .current-plan .details a {
	color: #f80;
}
.login-container .register-container,
.login-container .current-plan {
	padding: 10px;
}
.login-container .register-container {
	width: 60%;
}
.login-container .register-container form {
	margin: 20px 0;
	border-right: 1px solid #eee;
	padding-right: 48px;
}
.login-container .register-container .terms-field input,
.login-container .register-container .terms-field label {
	display: inline-block;
}
.login-container .register-container .terms-field label {
	margin-left: 10px;
}
.login-container .register-container .terms-field label a {
	color: #f80;
}
.login-container img {
	display: block;
	margin: 0 auto 30px;
}
.login-container .panel {
	margin-bottom: 5px;
}
.login-container .forgot {
	color: #999;
	display: inline-block;
	padding: 7px 0;
}
.login-container .note{
	color: #999;
	text-align: center;
}
.login-container .note a {
	color: #f80;
}
.login-container .panel-body .note {
	text-align: left;
}

@media (max-width: 600px) {
	.login-container .register-container {
	    float: none !important;
	    width: 100%;
	    border: none;
	}
	.login-container.register form {
		border: none;
	    padding: 0;
	}
	.login-container.register .current-plan {
		float: none!important;
		position: static;
		width: 100%;
		top: 0;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		border-top: 1px solid #ddd;
	}
	.login-container.register .form-control {
		max-width: 100%;
	}
}

.panel-body p.bg-danger {
	padding: 10px;
	color: red;
}
.login-container .panel-body p.bg-danger {
	border-radius: 20px;
    text-align: center;
}
.panel-body .empty {
	text-align: center;
	color: #999;
	font-size: 15px;
}
.panel hr {
	margin: 15px 0;
}
.panel .new-app {
	padding-left: 200px;
	background: transparent url("../images/newapp.048480e09cee.png") no-repeat scroll 20px center;
	background-size: 150px;
}
.panel-danger {
	background: #f2dede;
	border-color: #b94a48;
	color: #b94a48;
}
.panel-danger h3 {
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: bold;
}
dl.dl-horizontal dt,
dl.dl-horizontal dd {
	margin-bottom: 10px;
}

.container-fluid input.form-control,
.container-fluid textarea.form-control {
	max-width: 400px;
}

/* Pending CC */
.pending-ccinfo {
	margin-bottom: 0;
	border-color: rgba(0, 0, 0, .15);
	text-align: center;
	font-size: 18px;
}
.pending-ccinfo a {
	font-weight: bold;
}
.pending-ccinfo a:hover {
	text-decoration: underline;
}

/* Credit Card */
#payment-form .form-control {
	box-shadow: none;
}
#payment-form .identified {
	border-color: green;
}
#payment-form .unknown {
	border-color: red;
}

/* Account Plan */
#page-preferences #begin-subscription {
	width: 150px;
	margin: 50px auto;
	display: block;
}
#page-preferences #payment-form {
	width: 268px;
}
#page-preferences .plan-mau .progress {
	width: 300px;
}
#page-preferences .plan-mau .sub-mau {
	color: #999;
	font-style: italic;
}
#page-preferences .progress-bar-info {
	background-color: #f80;
}
#page-preferences .bg-warning,
#page-preferences .payment-errors {
	padding: 10px;
}
#page-preferences .payment-errors {
	color: red;
}
#page-preferences .pl-ziro { padding-left: 0px; }
#page-preferences .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
#page-preferences label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
#page-preferences .payment-errors {
	background-color: #f2dede;
  	font-weight: bold;
  	margin-top: 10px;
}

/* Docs */
.doc-container {
	padding: 0;
}
.doc-container iframe {
	margin: 0;
	padding: 0;
	height: 700px;
	display: block;
}

/* Benefits */
ul.benefits {
  	padding: 0;
	list-style: none;
	margin: 20px 0;
	text-align: center;
}
ul.benefits li {
	margin-bottom: 10px;
}
ul.benefits li:last-child {
	margin-bottom: 0;
}
ul.benefits li span {
	margin-right: 10px;
	color: #f80;
}
ul.benefits li .glyphicon-ok {
	color: green;
}
ul.benefits li .glyphicon-remove {
	color: red;
}

section.newcard h3 {
	color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
table.creditcards tr:first-child td {
	border: none;
}
table.creditcards dl dt {
	float: left;
	width: 100px;
}
table.creditcards dl dd {
	margin-left: 120px;
}
table.creditcards .secondary {
	vertical-align: middle;
	text-align: center;
}

table.plans th {
	font-size: 18px;
}
table.plans .invoice-amount {
	text-align: right;
}
table.plans .invoice-amount .receipt-btn {
	color: #f80;
}
table.plans th,
table.plans td {
	text-align: center;
}
table.plans ul.benefits {
	width: 50%;
}
table.plans .btn,
table.plans .current-plan {
	display: block;
	width: 100px;
	margin: 5px auto 0;
}
table.plans .current-plan {
	padding: 6px 12px;
	border-radius: 4px;
	background-color: #ddd;
	white-space: nowrap;
	color: #666;
}
table.plans .bottom {
	vertical-align: bottom;
}
@media (max-width: 1000px) {

	table.plans ul.benefits {
		width: 100%;
	}
}

/* App */
#body-app .note {
	font-size: 11px;
	color: #666;
}
#body-app .apikey {
	font-style: normal;
	word-wrap: break-word;
	display: block;
	width: 100%;
	resize: vertical;
	background-color: #f9f9f9;
	padding: 3px;
	border-color: #dfdfdf;
}
#body-app code {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
#body-app h4 {
	margin: 30px 0 20px;
}
#body-app .panel-body .alert {
	background-color: transparent;
	border: none;
	padding: 0px 0;
}
#body-app .panel-body .alert a {
	text-decoration: underline;
}
#body-app .panel-body .alert a:hover {
	text-decoration: none;
}

/* Plots */
.plot-header {
	margin-bottom: 30px;
}
.plot-nodata {
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	padding: 20px 0;
}
.plot {
	position: relative;
	height: 300px;
}
.plot .tooltip {
	box-shadow: 0 0 2px black;
	opacity: 1;
	font-weight: bold;
	background: #fff;
	padding: 10px;
	color: #333;
}
.plot canvas {
	width: 100% !important;
}
.plot .ct-label {
	font-size: 11px;
}
.plot .ct-line {
	fill: none;
	stroke: rgb(255,127,0);
}
.plot .ct-vertical {
    vertical-align: bottom;
    display: table-cell;
    text-align: right;
    position: relative;
    top: 10px;
}
.plot .ct-area {
    fill: rgb(255,127,0);
    fill-opacity: 0.1;
}
.plot .ct-point {
	stroke: rgb(255, 127, 0);
	stroke-width: 10px;
	stroke-linecap: round;
	cursor: pointer;
}
.plot .ct-grid {
	stroke: rgba(0, 0, 0, .2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}

/* Promo upgrade box */
.promo-panel {
	margin-bottom: 15px;
	text-align: center;
	color: #333;
	font-size: 15px;
	padding: 10px;	
}
.promo-panel .panel-footer {
	background-color: transparent;
}
.promo-panel .panel-footer a {
	color: #ff8800;
}
.promo-panel h5 {
	text-align: left;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
	padding: 10px 0 20px;
}
.promo-panel em.current {
	font-size: 35px;
	font-weight: bold;
	font-style: normal;
}
.promo-panel em.total {
	color: #999;
	font-size: 12px;
}
.upgrade-promo a {
	background-color: rgba(255,127,0,1.0);
	border-color: rgba(255,255,255,1.0);
	color: rgba(255,255,255,1.0);
	text-shadow: none;
	font-weight: bold;
	border-width: 1px;
	margin-top: 5px;
	transition: all .25s;
}
.upgrade-promo a:hover {
	background-color: rgba(255,127,0,1.0);
	color: rgba(255,255,255,1.0);
	border-color: rgba(0,0,0,0.5);
}

/* Plans */
.plan-item {
	font-size: 16px;
	float: left;
	width: 33%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0;
	border-left: none;
	text-align: center;
}
.plan-item.free {
	border-left: none;
}
.plan-item.custom {
	border-right: none;
}
.plan-item .best-value span {
	background: #f80;
	color: #fff;
	padding: 3px 5px;
	display: inline-block;
}
.plan-item h5 {
	font-size: 25px;
	font-weight: 900;
	padding-bottom: 15px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.plan-item .price {
	font-size: 30px;
	padding: 0 35px 0 15px;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.plan-item.custom .price {
	padding: 0;
}
.plan-item .price span {
	font-size: 20px;
	position: absolute;
	top: 10px;
	left: 0;
}
.plan-item .price em {
	font-style: normal;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.plan-item .benefits {
	list-style: none;
	text-align: center;
	color: #999;
	margin: 20px 0;
	padding: 0;
}
.plan-item .benefits li {
	margin-bottom: 10px;
	color: #777;
	font-size: 19px;
}
.plan-item .benefits li strong {
	color: #333;
}
.plan-item .benefits span {
	margin-right: 10px;
	color: #f80;
}
.plan-item .benefits .glyphicon-ok {
	color: green;
}
.plan-item .benefits .glyphicon-remove {
	color: red;
}
.plan-item .current-plan {
	padding: 6px 12px;
	border-radius: 20px;
	background-color: #ddd;
	white-space: nowrap;
	color: #666;
	text-transform: uppercase;
}
.plan-item .btn {
	display: inline-block;
	text-transform: uppercase;
	border: none;
	border-radius: 20px;
}
@media (max-width: 991px) {
	.plans-container {
		padding: 0;
	}
	.plan-item {
		float: none;
		width: 100%;		
		margin: 0 0 50px;
		text-align: center;
		border: none;
	}
	.plan-item h5 {
		background-color: #f9f9f9;
		padding: 15px 0;
	}
	.plan-item .hide-small {
		display: none;
	}
	.plan-item .benefits {
		margin: 15px 0 20px;
		width: 100%;
	}
	.plan-item.custom .price {
		display: none;
	}
}
@media (max-width: 550px) {
	table.creditcards dl dt {
		width: 80px;
	}
	table.creditcards dl dd {
		margin-left: 80px;
	}
}

/* Accordion */
#accordion .panel-heading {
    padding: 0;
}
#accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
}
#accordion .panel-heading h4 {
    margin: 0 !important;
    padding: 0;
}

/* Modal */
#welcomeModal .modal-header h4 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
#welcomeModal .horizon-logo {
	background: transparent url("images/horizonsdk-logo.46eb1f427651.png") no-repeat scroll 50% 50%;
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
	background-size: 100%;
	text-indent: -999999px;
}
#enterpriseModal .modal-body p,
#enterpriseModal .form-group {
	margin: 0;
}
#enterpriseModal textarea {
	margin-top: 20px;
}
.modal .modal-header {
	border-bottom: none;
}
.modal .modal-footer {
	border-top: none;
}
.modal .modal-content {
	box-shadow: none;
	border-radius: 0;
}

/* Purchase page */
.purchase-container {
	padding: 20px;
    border: 1px solid #ddd;
    width: 600px;
    margin: 50px auto;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.25);
}
.purchase-container h2 {
	margin: 0;
	font-size: 28px;
	color: #666;
	margin-bottom: 30px;
}
.purchase-container p {
	text-align: left;
	color: #444;
	font-size: 20px;
}
.purchase-container form:first-child {
	margin-bottom: 20px;
}