@charset "UTF-8";

#lead {
	padding: 10px 0 10px 0;
	font-weight: normal;
	color: #222;
	clear: both;
	font-size: 13px;
}


pre, code {
	display: block;
	font-family: monospace;
	margin: 10px 0 0px 0;
	font-size: 12px;
	line-height: 14px;
	overflow: auto;
	background-color: #F5F5F5;
	padding: 5px;
	border: 1px solid #999;
}
pre {
	margin: 10px 0 20px 0;
}

.wizard .media {
	padding: 0;
	background-color: #000;
	width: 600px;
	text-align: center;
	margin: 10px 0 30px 0;
}

.wizard .image {
	clear: both;
	float: none;
	margin: 20px auto;
	height: auto;
	width: 600px;
	text-align: center;
}

.wizard blockquote {
	padding: 10px 16px 10px 16px;
	margin-bottom: 0px;
	margin-top: 6px;
}

.wizard blockquote:before {
	content: none;
}

/*------------------------------------------------------------------------
 FORMS
------------------------------------------------------------------------*/
fieldset h2 {
	margin: 5px 0 0 0;
	padding-bottom: 0;
}

fieldset p {
	margin: 5px 0;
	line-height: 16px;
}

.leftcontent input, select, textarea, #varsform .pick{
	width: 60%;
	margin: 10px 0;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	clear: left;
}

.wizard fieldset{
	border: 0 none;	
}

.wizard textarea {
	width: 60%;
	height: 200px;
	font: 13px/15px Arial, sans-serif;
	clear: left;
}

button.styled {
	margin: 10px 0 20px 0;
	background: #7dbcfd;
	color: black;
	width: auto;
	padding: 5px 10px;
	line-height: 20px;
	border: 0px;
	cursor: pointer;
}

button.capsule {
	border-radius: 16px;
    border-radius: 1.6rem;
    background-color: #005493;
    color: #fff!important;
    text-decoration: none;
    display: block;
    padding: 8px;
    padding: 0.8rem;
    text-align: center;
    border: none;
}

a.btn_sml {
    clear: none;
}

button.capsule:focus, button.capsule:hover {
    background-color: #002754;
    color: #fff!important;
}

button.styled:hover {
	background: #acd5fd;
}

button.styled:active {
	background: #fcd000;
}

.advanced .label {
	display: block;
	float: right;
	width: 35%;
	font-size: 11px;
	margin: 5px 5px 0 0;
}
.advanced label a {
	cursor: pointer;
}
.advanced acronym { 
	cursor: help;
}

#examplefrm, #varsform, #sendform, #subsform { 
	margin-bottom: 25px;
}
#varsform legend, #sendform legend, #subsform legend   {
	padding: 0 5px;
}
.advanced #varsform fieldset, #basicSubmit fieldset, #sendform fieldset, #subsform fieldset {
	margin: 0px 0 0px 0;
	border-top: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.expand-collapse fieldset{
	padding-left: 0px !important;
}
#basicSubmit label, #varsform label, #sendform label, #subsform label {
	margin-top: 10px;
	display: block;
	float: left;
	clear: left;
	width: 28%;
}
#basicSubmit input, #varsform input, #varsform select, #basicSubmit select, #sendform input, #sendform select, 
	#sendform button, #subsform select, #subsform button {
	float: left;
	clear: none;
	width: 69%;
	margin: 5px 0;
}
#varsform p { 
	margin-top: 15px;
}
#communication, #embedparams, #general, #layout, #playback,#properties,#colors,#wiz_playlist {
	display: none; 
}
.codeblock {
	max-height: 460px; 
	overflow:scroll;
	}