﻿body {
    padding-bottom: 20px;
}

body a {
    color: #28a745;
}

ol {
    margin-bottom: 0px;
}

.body-content {
    padding-left: 0px;
    padding-right: 0px;
}




/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}



a.logo
{
    background: url(/images/logo.png) no-repeat top left;
     display: block;
     width: 152px;
     height: 48px;
     text-indent: -9999px; /* hides the link text */
}


.navbar-inverse { 
    

    background: #33FF33; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FF33', endColorstr='#F0FFF0'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#33FF33), to(#F0FFF0)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #33FF33,  #F0FFF0); /* for firefox 3.6+ */     

        background: #F0FFF0; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0FFF0', endColorstr='#33FF33'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#F0FFF0), to(#33FF33)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #F0FFF0,  #33FF33); /* for firefox 3.6+ */     


    border-bottom: solid 1px #F0FFF0;

}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
p, div {
    font-family: 'Open Sans', sans-serif;
}

.container-narrow { 
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.masthead {
    padding-bottom: 20px;
}

.container-content {
    margin-bottom: 10px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    border: 1px solid #7f7f7f;
}



.footer-credits {
padding-top: 5px;
font-size: 70%;
clear: both;
text-align: center;
text-transform: uppercase;
color: #000;
}

.footer-credits li {
margin-top: 5px;
display: inline;
padding: 0 12px 0 8px;
}

.footer-credits ul {
    margin-bottom: 0px;
}

#upload-box
{
    margin-top: 10px;
}

#upload-box #fileupload {
    display: inline;
}





#txtJSON
{
    margin-top: 20px;
    height: 100px;
    margin-bottom: 0px;
    border-color: #000;
    width: 100%;
}


#footer {
    width: 100%;
    color: #fff;
}

.footer-container {
    background-color: #363636;
    padding-left: 20px;
    border-radius: 20px;
}

/* STICKY FOOTER CODE ---------------------------- */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -201px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 201px; /* .push must be the same height as .footer */
}

/* END FOOTER CODE ------------------------- */








/*upload button effects */


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* end upload button */


#main-results-wrapper
{
    margin-top: 100px;
}

#results-screen {
    margin-left: 0 auto !important;
    margin-right: 0 auto !important;
    min-height: 1200px;
    min-width: 800px;
    margin-bottom   : 30px;
    display: table; /* if not, table does not push outer divs wider */
}

#results-toolbar, #oversize, #overDailyLimit, #edit-toolbar {
    margin-top: -20px;
    max-width: 100vw;
}

#results-screen #mockup-page
{
    margin-top: 50px;
}

#results-screen table 
{
    margin-top: 20px;
    float: none !important;
}

#results-screen tbody tr:nth-child(odd) {
   background-color: rgba(245, 245, 245, 0.5);
}

#results-screen tbody tr:nth-child(even) {
   background-color: rgba(255,255,255,.5);
}


#results-screen th {
    background-color: #9AFF9A;
    font-weight: bold;
    text-align: center;
}

#results-screen th, #results-screen td {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}



.progress {
    margin-top: 20px;
}

#errorHTML {
    color: #ff0000;
    margin-top: 20px;
}

#login-page {
}


.content-page 
{
    min-height: 600px;
    margin-bottom: 50px;
}

#contact-form
{
    width: 400px;
}


#progress-preview {
    padding-top: 200px;
}

.progress-bar {
    background-color: #1e7e34;
}

#settings-cog {
    position:absolute;
    right: -50px;
    top:28%;
}

#pro-label {
    color: #7f7f7f;
}


#ads {
    margin-top: 20px;
    margin-bottom: 20px;
}



#sharePrompt {
    margin-top: 50px;
}


textarea{
color:#666;
font-size:14px;
-moz-border-radius: 8px; -webkit-border-radius: 8px;
margin:5px 0px 10px 0px;
padding:10px;
height:75px;
width:350px;
border:#999 1px solid;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
box-shadow: 0 0 5px rgba(81, 203, 238, 0);
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}


textarea:focus{
color:#000;
outline:none;
border:#35a5e5 1px solid;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.fb-like {
    margin-top: -5px;
}

@media screen and (min-width: 800px) {

    .container-content {
    }


	#txtJSON::-webkit-input-placeholder {
	   text-align: center;
	   padding-top: 30px;
	}

	#txtJSON:-moz-placeholder  { /* Firefox 18- */
	   text-align: center;  
	   padding-top: 30px;
	}

	#txtJSON::-moz-placeholder  {  /* Firefox 19+ */
	   text-align: center;  
	   padding-top: 30px;
	}


	#txtJSON:-ms-input-placeholder  {  
	   text-align: center; 
	   padding-top: 30px;
	}

}

a:hover {
    text-decoration: none;
}

.footer-container a {
    color: #74f442;
}

#error-response {
    color: red;
}

#upload-section {
    margin-top: 20px;
}

#upload-text {
    color: #7f7f7f;
}

#different {
    margin-top: 8px;
    display: inline;
}

#differentText {
    height: 200px;
    width: 100%;
}

#differentSend {
    margin-top: 10px;
    margin-bottom: 20px;
}

#specialoffer {
    border: 2px solid green;
    border-radius: 50px;
    padding: 20px;
    margin: 20px;
}

#specialoffer .form-control {

    margin-top: 30px;

}

#specialoffer-form {
    width: 70%;
}

#download-trial {

    margin-bottom: 15px;
}

#download-link {
    display: inline-block;
    height: 100px;
    padding: 35px;
}

#downloaded-info {
    display: none;
}

#file-drop-zone
{

	background: repeat left top url(data:image/gif;base64,R0lGODlhDgAOAIAAANjY2P///yH5BAAAAAAALAAAAAAOAA4AAAIVRIynFu3/GJyUyopt3vPy7X1YKFIFADs=);
    border: solid 1px #7f7f7f;
    height: 200px;	
	float:none;
	padding-top: 50px;
	border-radius: 50%;
}

.custom-tool-arrow {
    margin-top: 40px;
}

.download-area {
    border: solid 1px #9AFF9A;
    border-radius: 50%;
    height: 200px;
    background-color: darkgreen;
    color: #fff;
}

#download-dummy {
    border: dashed 1px #7f7f7f;
    margin-top: 22%;
    padding: 10px;
}

.conclusion {
    margin-top: 50px;
}

.section-heading {
    background-color: green;
    color: white;
    margin-bottom: 20px;
    opacity: 0.7;
    text-shadow: 2px 2px #000;
}


.step {
    font-size: 20px;
    margin-bottom: 200px !important;
    background-color: #fff;
    color: green;
    opacity: .5;
    text-shadow: none;

}

.step-text {
    font-size: 30px;
}

#intro-text {
    color: #7f7f7f;
    margin-top: 30px;
    margin-bottom: 30px;
}

#intro-text h2 {
    font-size: 16px;
}

#main-heading {
    margin-top: 10px;
}


#show-trial-container {

    margin-top: 50px;
}

#desktop-vid img {
    border: 1px solid #f6f6f6;
}

#contact-message {
   margin-top: 0px;
   height: 150px;
}

#upload-button {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100px;
    padding-top: 35px;
}

#gb {
    width: 40px;
}

#large-file-link {
    font-size: 14px;
}

#up-to-1MB {
    color: #28a745;
    padding-left: 0px;
    padding-top: 2px;
}


@media screen and (min-width: 800px) {

    #main-page-container {
        margin-top: 70px;
        width: 40%;
    }
}

.upgrade-text {
    color: #7f7f7f;
    font-size: 14px;
}

#convert-another {
    margin-left: 100px;
}