
.noTopPad { padding-top: 0px; margin-top: 0px; }

h6 {
	padding: 10px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
}

#content ul
{
	margin: 0px 0px 20px 15px;
}

.important {
	color: #FF0000;
}

.codefont {
	font-family: "Courier New", Courier, monospace;
}

.parameters {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.parameters .required {
	font-weight: bold;
}
.parameters td {
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
}

fieldset {
	position: relative;
	border: 0px;
	margin-bottom: 20px;
}
fieldset label {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 100px;
	font-weight: bold;
	text-align: left !important;
}
fieldset div { padding-left: 125px; }
fieldset input {
	width: 300px !important;
	height: 19px;
	padding: 3px;
	border: 1px solid #333333;
}

.autoWidth { width: auto !important; }

fieldset span,
fieldset ul {
	display: block;
	margin-top: 5px;
	padding-left: 0px;
}

/* --- */

#content
{
	min-height: 590px;
}

.welcome {
	height: 230px;
	margin-bottom: 50px;
	margin-top: 37px;
}

.welcome header{
	font-weight: 600;
	font-size: 20pt;
	color: #444444;
	margin-bottom: 20px;
}

.welcome .description{
	font-size: 12pt;
	color: #444444;
}

.welcome .hero{
	width: 310px;
	height: 200px;
	background-image: url(/i/developer/hero-1x.png);
	background-size: 240px 200px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 28px;
	margin-top: 8px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.1) {
	.welcome .hero{
		background-image: url(/i/developer/hero-2x.png);
	}
}

.welcome .left{
	float: left;
}

.welcome .right{
	width: 355px;
	float: right;
}

.welcome .right .centered{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-size: 15px;
	color: #808184;
}

.welcome .right .centered a{
	color: #808184;
	font-weight: bold;
}

.welcome .buttons{
	width: 300px;
	height: 230px;
	float: left;
	margin-top: 47px;
	margin-left: 60px;
}

#content .welcome .button {
	width: 200px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 1em;
	left: 50%;
	position: relative;
	margin-left: -95px;
	font-size: 18px;
	font-weight: 600;
	padding-left: 0px;
	padding-right: 0px;
}

.welcome .button a{
	text-decoration: none;
	color: white;
}

#content.landing .learn_more{
	margin-top: 44px;
}

#content.landing .learn_more h2, #content.landing .learn_more h4{
	color: #444444;
}

#content.landing .learn_more h2{
	margin-bottom: 10px;
	font-size: 18pt;
	font-weight: bold;
}

#content.landing .learn_more h4{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 48px;
}

#content form input.button, #content .button{
	margin-top: 29px;
	margin-bottom: 29px;
	height: 31px;
	font-size: 16px;
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	border: 0;
	border-radius: 8px;
	text-decoration: none;
	line-height: 31px;
}

#content form input.button[disabled], #content form input.button[disabled]:hover{
	background: #aaa;
	opacity: 0.7;
}

#pocket-topics {
	list-style: none;
	padding-left: 13px;
}

#pocket-topics li {
	height: 52px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 60px 104px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
}

#pocket-topics li:hover {
	background-position: bottom center;
}

#pocket-topics li a {
	display: block;
	width: 100%;
	padding-top: 75px;
	top: 0px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	text-align: center !important;
}

#pocket-topics li:hover a {
	color: #50bbb5;
}

#pocket-topics #topic-apple{
	background-image: url(/i/developer/home-apple-1x.png);
}

#pocket-topics #topic-android{
	background-image: url(/i/developer/home-android-1x.png);
}

#pocket-topics #topic-web{
	background-image: url(/i/developer/home-web-1x.png);
}

#pocket-topics #topic-mobile{
	background-image: url(/i/developer/home-mobile-1x.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.1) {
	#pocket-topics #topic-apple{
		background-image: url(/i/developer/home-apple-2x.png);
	}

	#pocket-topics #topic-android{
		background-image: url(/i/developer/home-android-2x.png);
	}

	#pocket-topics #topic-web{
		background-image: url(/i/developer/home-web-2x.png);
	}

	#pocket-topics #topic-mobile{
		background-image: url(/i/developer/home-mobile-2x.png);
	}
}

.apps table{
	width: 100%;
	margin-bottom: 1em;
}

.myApps table td {
	width: 30%;
}

.myApps table td:last-child{
	width: 40%;
}

.editApp table td{
	width: 25%;
}

.editApp table td.platform{
	width: 15%;
}

.editApp table td.consumerKey{
	width: 40%;
}

.editApp table td.permissions{
	width: 25%;
}

.editApp table td.status{
	width: 20%;
}

#content .section{
	padding-top: 1em;
	padding-bottom: 1em;
}

.grid_3{
	width: 100%;
	height: 44px;
	clear: both;
}

.grid_3 > *{
	float: left;
	display: inline-block;
}

.grid_3 .grid_cell_1 {
	width: 33%;
}

#content{
	font-family: ProximaNova, Arial, sans-serif;
}

#content.apps > * {
	padding-left: 7px;
	padding-right: 7px;
}

#content.apps h2{
	color: #444444;
	font-weight: bold;
	margin-bottom: 7px;
}

#content .line {
	width: 100%;
	height: 1px;
	background-color: #cacaca;
	padding-left: 0px;
	padding-right: 0px;
}

#content.apps th{
	text-transform: uppercase;
	color: #999999;
	font-size: 11px;
	margin-left: -7px;
}

#content.apps h4, #content.apps #submit_to_directory label{
	font-size: 19px;
	color: black;
	padding-top: 7px;	
}

#content.myApps th{
	padding-bottom: 14px;
}

#content.editApp form{
	margin-top: -15px;
}

#content.editApp th, #content.editApp td{
	text-shadow: 0px 1px 0px white;
}

#content.apps tr{
	font-weight: bold;
	color: #555555;
	font-size: 14px;
}

#content.apps td{
	padding-bottom: 18px;
}

#content.apps tr:last-child td{
	padding-bottom: 0px;
}

#content.apps tr a{
	color: #5dcfca;
}

#content.editApp th{
	padding-bottom: 8px;
}

#content.editApp table#platformKeys{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 26px;
	padding-bottom: 26px;
	background-color: #f5f5f5;
}

#content.editApp table#platformKeys td.permissions{
	font-style: italic;
}

#content.editApp .section#applicationIcon {
	height: 72px;
	margin-bottom: 10px;
}

#content.editApp .section#applicationIcon .left{
	float: left;
}

#content.editApp .section#applicationIcon h4{
	padding-top: 0px;
	margin-bottom: 6px;
}

#content.editApp .section#applicationIcon input[type=file]{
	border: 0;
	width: 100%;
}

#content.editApp .section#applicationIcon .description{
	margin-top: 9px;
	font-size: 12px;
}

#content.editApp .section#applicationIcon #icon_preview{
	width: 72px;
	height: 72px;
	margin-right: 20px;
	background-size: 72px 72px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/i/developer/default-app-icon-1x.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.1) {
	#content.editApp .section#applicationIcon #icon_preview{
		background-image: url(/i/developer/default-app-icon-2x.png);
	}
}

#content form span.error{
	font-style: italic;
	color: red;
	font-size: 16px;
	font-weight: normal;
}

#content form span.error sup{
	font-size: 20px;
	margin-left: 4px;
}

#content.apps form .checkboxList{
	margin-top: 18px;
	margin-bottom: 13px;
}

#content.apps form .permission{
	margin-bottom: 8px;
}

#content.apps form h4, #content.apps form .description, #content.apps form label, #content.apps #submit_to_directory label{
	width: 540px;
	color: #555555;
}

#content.apps #submit_to_directory label{
	font-size: 18px;
}

#content.apps #submit_to_directory .description{
	font-weight: normal;
	margin-left: 26px;
	font-size: 12px;
	margin-top: 6px;
}

#content.apps form h4{
	margin-bottom: 2px;
}

#content form input[type=text],
#content form input[type=password]{
	width: 100%;
	height: 27px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	border: 1px solid #c5c5c5;
	font-family: Helvetica, Arial, sans-serif;
	color: #242424;;
}

#content form input[type=checkbox]{
	width: auto;
	height: auto;
	margin: 0px;
	margin-right: 10px;
}

#content.apps form #platforms.section .checkboxList, #content.apps form #categories.section .checkboxList{
	height: 64px;
}

#content.apps form #platforms.section .checkboxList.row_4, #content.apps form #categories.section .checkboxList.row_4{
	height: 82px;
}

#content.apps form #platforms.section .checkboxList.row_5, #content.apps form #categories.section .checkboxList.row_5{
	height: 96px;
}

#content.apps form #platforms.section .grid_cell_1, #content.apps form #categories.section .grid_cell_1{
	margin-bottom: 7px;
}

#content.apps form #platforms.section label, #content.apps form #categories.section label{
	font-weight: bold;
}

#content form label{
	position: relative;
}

#content form .section .description{
	margin-bottom: 7px;
}

#content form .section .description.hidden{
	display: none;
}

#terms.section, #terms.section a, #submit_to_directory.section, #submit_to_directory.section a, a.delete_app{
	font-weight: bold;
	color: #555555;
	font-size: 16px;
}

#content.apps #keys{
	margin-top: 7px;
}

.notes{
	padding-top: 1rem;
}
