/* screensapp.com css copy so that https works */

body {
    background: url(../images/background.png) repeat;
    font-family: "Helvetica Neue", Arial;
    font-size: 12px;
    color: #424242;
}

#page_container {
    width: 800px;
    margin: 10px auto 26px auto;
}

.screens-section {
    width: inherit;
    margin: 10px auto 26px auto;
    padding: 26px 0 20px 0;
    -moz-box-shadow: 0px 0px 2px #ddd;
    -webkit-box-shadow: 0px 0px 2px #ddd;
    box-shadow: 0px 0px 2px #ddd;
    background: url(../images/body-background.png) repeat;
    border: solid #b7b7b7 1px;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
}

.p {
    margin: 30px 20px 20px 20px;
    font-size: 16px;
    color: #888;
    text-align: left;
}

.fineprint {
	font-weight: 300;
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#top-menu {
    font-weight: bold;
    width: 760px;
    text-align: right;
    margin: 26px auto 10px auto;
}

#top-menu a {
    color: #999999;
    text-decoration: none;
}

#top-menu a:hover {
    text-decoration: underline;
}

#top-menu #languages a {
    margin-left: 8px;
}

#top-menu #links a {
    margin-left: 18px;
}

h1, h2 {
    color: #7c3898;
}

#headline {
    text-align: center;
}

#headline #left {
    text-align: right;
    width: 50%;
    float: left;
}

#headline #right {
    text-align: left;
    width: 50%;
    float: right;
}

#headline h1, #headline h2 {
    text-shadow: 0px 1px #fff, 0px -1px #471764;
    font-weight: normal;
    width: 200px;
}

#headline h1 {
    font-size: 55px;
    padding: 0;
    margin: 26px 0 0 0;
}

#headline h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#headline #menu {
    text-align: center;
    font-size: 24px;
/*     font-weight: lighter; */
    letter-spacing: 0.05em;
    padding: 30px 0 20px 0;
}

#headline #menu a {
    color: #a7aaad;
    text-decoration: none;
    margin: 0 17px 0 17px;
}

#headline #menu p {
    display: inline;
}

/* SCREENS */
.screens-app {
    min-height: 300px;
    background: url(../images/body-section-divider.png) top repeat-x;
    padding: 16px 0 20px 0;
}

.screens-app b, .screens-app strong {
    color: #7d339a;
    line-height: 14px;
}

.screens-app p {
    padding: 0;
    margin: 12px 0 2px 0;
}

#reviews {
    background: url(../images/body-section-divider.png) top repeat-x;
    font-size: 20px;
    color: #7d339a;
    text-align: center;
    padding-top: 20px;
}

#reviews h3 {
    display: inline;
/*     font-weight: lighter; */
}

#reviews span {
    font-weight: bold;
    font-size: 24px;
}

#review-link-icon {
    opacity: 0.3;
    /* Firefox */
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.25s;
    -moz-transition-delay: 0s;
    /* WebKit */
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-delay: 0s;
    /* Opera */
    -o-transition-property: opacity;
    -o-transition-duration: 0.25s;
    -o-transition-delay: 0s;
    /* Standard */
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-delay: 0s;
}

#review-link-icon:hover {
    opacity: 1;
}

.rsource {
    opacity: 0.3;
}

#sources {
    padding: 10px 0 10px 0;
}

#sources td {
    padding: 0 20px 0 20px;
}

#download-sc {
    background: url(../images/body-section-divider.png) top repeat-x;
    text-align: center;
    width: inherit;
    color: #7d339a;
    font-size: 20px;
/*     font-weight: lighter; */
    padding: 30px 0 8px 0;
}

h5 {
	color: #7d339a;
    font-size: 20px;
/*     font-weight: lighter; */
}

#download-sc p {
    display: inline;
}

#download-sc a {
    margin: 0 10px 0 10px;
}

#download-sc img {
    vertical-align: middle;
}

#other-language-link p {
    display: inline;
}

/* FOOTER */

#footer {
    padding-bottom: 12px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

/* end screensapp.com css */

/***********************************************************************/

.screens-section {
    padding: 16px 0 16px 0;
}

.sc-form-container {
    min-height: 350px;
    background: url(../images/icon_256x256@2x.png) no-repeat 37px 6px; 
    background-size: 256px 256px;
}

.sc-form-body {
    width: 490px;
    min-height: 334px;
    margin: auto 0 auto 300px;
    border-left: #e5e5e5 1px solid;
    text-align: center;
    vertical-align: middle;
}

.sc-form-body h3 {
    padding: 20px;
    color: #7d339a;
/*     font-weight: lighter; */
    font-size: 18px;
    margin-top: 0px;
    padding-top: 12px;
}

.sc-form-body h2 {
    font-size: 20px;
    color: #000;
}

.sc-form-body input[type=password], .sc-form-body input[type=text], .sc-form-body input[type=email] {
    font-size: 24px;
    width: 288px;
    height: 34px;
    border: 1px solid #797979;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
}

.sc-form-body input[type=submit], .sc-form-body input[type=reset], .sc-form-body input[type=button], #download-sc input[type=submit] {
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    
    -moz-box-shadow: 0px 1px 4px #ccc;
    -webkit-box-shadow: 0px 1px 4px #ccc;
    box-shadow: 0px 1px 4px #ccc;
    
    border: 1px solid #5e8c22;
    padding: 0px 20px 0px 20px;
    margin: 0 10px 0 10px;
    height: 33px;
    
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px #66992d;
    
    cursor: pointer;
    background: url(../images/button-gradient-green.png) repeat-x;
}

input[type=button].redbutton {
	border: 1px solid #fc0404;
	text-shadow: 0 -1px #333;
    background: url(../images/button-gradient-red.png) repeat-x;
}

.text-left {
    text-align: left;
    padding: 0 20px 0 20px;
}

.text-left li {
    padding-bottom: 6px;
}

.sc-form-body label {
    display: block;
    color: #7d339a;
/*     font-weight: lighter; */
    font-size: 18px;
    width: 288px;
    text-align: left;
    padding: 10px 0 6px 100px;
}

#account-settings {
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
}

#account-settings input[type="checkbox"] {
    margin-right: 0;
}

#account-settings label {
    margin-left: 0;
    width: auto;
    padding: 0;
    padding-left: 10px;
}

#wants2faLabel {
    display: inline !important;
}

hr {
    border: none; /* Remove the default border */
    height: 1px; /* Set the height of the line */
    background-color: lightgray; /* Set the color to light gray */
}

#passwordError, #screensIDError, #screensIDErrorOther {
    display: none;
    font-weight: bold;
    color: rgb(189,24,16);
}

#success, #fail {
    display: none;
    color: rgb(146,146,146);
}

#footer {
    text-align: center;
}

#footer p {
    display: inline;
}

#header {
    text-align: center;
}

#coming-soon {
    width: 256px;
    height: 256px;
    margin: auto;
}

#top-menu p {
    display: inline;
}

#screens-id {
    color: #bbb;
    font-size: 18px;
}

#spinner {
    display: none;
}

#requirements {
    padding-top: 20px;
}

#requirements li {
    list-style: none;
    text-align: left;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

h4 {
/* 	font-weight: lighter; */
	font-size: 16px;
	color: #000;
}

#downloadInstructions {
	display: none;
}

#downloadText {
	display: inline;
}

.text-center-error {
    padding: auto;
    margin: auto;   
}

.text-center-error h1 {
    font-size: 80pt;
    padding: 10px;
    margin: 0;
}

.text-center-error p {
    font-size: 20pt;
    padding: 10px;
    margin: 0;
}

#privacy-items li {
    list-style: none;
}