body, html {
	position: unset !important;
	transform: unset !important;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin: 0px;
}


#buttonContainer {
	margin: auto;
	width: 800px;
	text-align: center;
}

#buttonContainer button {
	margin-top: 25px;
	display: inline;
}

#container {
	background-color: white;
	margin: auto;
	width: 970px;
	min-height: 300px;
	border: solid 1px #c0c0c0;
	padding: 30px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 55px;
	margin-top: 30px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

#generated {
	padding: 20px;
}

#url {
	width: 800px !important;
	height: 80px !important;
	border: 1px solid #cccccc !important;
	padding: 5px !important;
	resize: none !important;
}


a {
	color: #96a6a6;
	font-weight: bold;
	text-decoration: none;
}


#showAllFields{

    cursor: pointer;

    -moz-border-radius:.5em;
    -webkit-border-radius:.5em;
    border-radius:.5em;

    padding:8px 18px;

    width: 200px;

    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-shadow:-1px -1px 0px #003ea1;

    border:1px solid #0d4aab !important;

	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;

    background: #1e62d0; /* old browsers */
    background: -moz-linear-gradient(top, #3d94f6 0%, #1e62d0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d94f6), color-stop(100%,#1e62d0)); /* webkit */
	background: linear-gradient(top, #3d94f6 0%, #1e62d0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0', GradientType=0 ); /* ie */
}

#showAllFields:hover{
    color: #ffffff !important;
    background: #2e7be3; /* old browsers */
    background: -moz-linear-gradient(top, #54a2f9 0%, #2e7be3 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54a2f9), color-stop(100%,#2e7be3)); /* webkit */
	background: linear-gradient(top, #54a2f9 0%, #2e7be3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a2f9', endColorstr='#2e7be3', GradientType=0 ); /* ie */
}

#showAllFields:active{
	
	color: #ffffff !important;
    position: relative;
	top: 1px;
    background: #2e7be3; /* old browsers */
    background: -moz-linear-gradient(top, #2e7be3 0%, #54a2f9 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e7be3), color-stop(100%,#54a2f9)); /* webkit */
	background: linear-gradient(top, #2e7be3 0%, #54a2f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7be3', endColorstr='#54a2f9', GradientType=0 ); /* ie */
}

#showAllInfo {
	font-size: 11px;
	line-height: 12px;

}

#cardAnimationWrapper > li.form-line > div.jfCard-wrapper {
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
}

#formContainer > #form-toolbar {
	display: none !important;
}

div.jfCard-wrapper {
	height: unset !important;
	float: none !important;
}
.jfWelcome-wrapper {
	display: none !important;
	position: relative !important;
	margin-top: 25% !important;
	background: radial-gradient(ellipse 60% 60% at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.05) 68%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%) !important;
}

.jfCard {
	/*box-shadow: -1px 1px 6px 1px rgba(0, 0, 0, 0.15) !important;*/
	box-shadow: none !important;
	transform: none !important;
	top: unset !important;
}

.jfCard-actions, .jfCard-index {
	display: none !important;
}

.always-hidden {
	display: block !important;
}

.isEmbed.isSmartEmbed.isSmartEmbedCleanState .jfProgress#cardProgress, 
.isEmbed.isSmartEmbed.isSmartEmbedCleanState .jfWelcome-wrapper {
	overflow: scroll !important;
}
