﻿@charset "utf-8";
/* CSS Document */
/* Custom styles for the HOMER website                                           */
/* Edit here - do not edit styles.css in order to make upgrades go more smoothly */

h1 {
	margin-top: 20px;
}
form p {
	margin-left: 40px;
}

.login {
	padding: 4px;
	margin-bottom: 20px;
	background-color:#44b1d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:.8em;
}

.login a {
	color:#fff;
}

.login a:hover {
	background-color:#fff;
	color:#000;
}

.HOMERred {
	color:#eb3c3e;
}

fieldset .med-blue {
	font-size: 1em;
	line-height: 2em;
	padding-left: 30px;
	list-style-type: disc;
}
.padded-table {
	width:700px;
}
table.center {
	margin-left:auto;
	margin-right:auto;
}

table.padded-table td {
	padding:8px;
}

.download-now {
    background-image:url(http://54.241.207.82/img/download-image.png);
	display:block;
	height:29px;
	width:94px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}
.download-now:hover {
    background-image:url(http://54.241.207.82/img/download-mouse-over.png);
}

.buy-now {
    background-image:url(http://54.241.207.82/img/buy-now.png);
	display:block;
	height:29px;
	width:94px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}
.buy-now:hover {
    background-image:url(http://54.241.207.82/img/buy-now-mouse-over.png);
}

.footnote {
	color:#C03;
	font-size:0.8em;
	line-height:normal;
}

.footnote-marker {
	font-weight:bold;
	font-size:1.2em;
}
tr.d0 td {
    background-color:#A9C9D6;
	color:#000;
}
tr.d1 td {
    background-color: #fff; 
	color: #000;
}
tr.label-row td {
    background-color: #000; 
	color: #fff;
	font-size:1.3em;
}
.center-line {
	text-align:center;
}
.product-container {
	width:700px;
	float:left;
}
.profile-container {
	width:600px;
	float:left;
}
.fine-print {
	font-size:0.9em;
	font-style:italic;
}
.superscript {
	font-size:0.7em;
	vertical-align:super;
}
/*.span6 {
    margin-left: 15px;
}*/


form.form-horizontal label {
    line-height: 23px;
}

/* temporary; won't handle long email addrs */
/*form.form-horizontal#account_settings .control-label { 
    width: 300px;
}*/

.form-horizontal .control-group {
    margin-bottom: 30px;
}

.first_field {
    padding-top: 10px;
}


.form-horizontal label.checkbox {
    margin-left: 12px;
    margin-top: -12px;
    width: 50%; /*35%;*/
}

.signup_pass {
    position: relative;
}

.hint {
    position: absolute;
    left: 6px;
    top: 30px;
    margin-bottom: 0;
    font-size: 11px;
    color: #000;
}

.clear {
    clear: both;
}

.btn-left-margin {
	margin-left: 180px;
}

fieldset {
    margin: 10px 0 10px 0;
	padding: 12px 20px 10px 20px;
	border: 1px solid #5386ca;
	border-radius: 10px;
}

legend {
	display: block;
    width: initial;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 27px;
    font-weight: bold;
	line-height: 24px;
	color: #333333;
	border: 0;
	/*border-bottom: 1px solid #e5e5e5;*/
}
legend.very-large-width{
	width: 450px;
}
legend.large-width{
	width: 350px;
}
legend.medium-width{
	width: 300px;
}
legend.small-width{
	width: 250px;
}
legend.very-small-width{
	width: 200px;
}
legend .small {
	font-size: 15px;
	color: #999999;
}

@media screen and (max-width: 1200px) and (min-width: 979px) {
        

    
    .form-horizontal label.checkbox {
        width: 45%;
    }
    
    .create_acc {
        margin-right: 30px;        
    }
    
    .login_acc {
        padding-right: 72px;
    }
    
}

.floatright {
	float: right;
}
.indent{
	margin-left: 40px;
}

/* Marilyn added these for small forms, etc */

.small-group {
border: solid 4px #000000;
border-radius: 20px;
padding: 20px;
}

@media screen and (max-width: 979px) and (min-width: 768px) {
    
     
    .form-horizontal label.checkbox {
        width: 55%;
    }
    
    form.form-horizontal .controls {
        margin-left: 100px;
    }
    
    /*form.form-horizontal legend {
        width: auto;
    }*/
    
    .form-horizontal .control-label {
    /*    width: 80px;   180px? auto? and .col-sm-5 {width: 45.666667%;} (Tablet Intro issue) */
    }
    
    .form-horizontal label.confirm_pass {
        width: 120px;
        margin-left: -38px;
        font-size: 13px;
    }
    
    /*.container {
        width: 96%;
    }*/
    
}

@media screen and (max-width: 767px) {
    
    
    form.form-horizontal label.checkbox {
        width: 55%;
    }
    
}

@media screen and (max-width: 480px) {
        

    
}

/* Color2 is the "cyan" variant of class "color" that does not force inline */

.color2 {
	color: #5386ca !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	text-transform: inherit !important;
}
.light_emphasis {
font-style: italic;
}
.footer-text {
	font-size: 0.88em;
	line-height: 1.2em;
}
/* add rounded corners to anything */
.medium-rounded {
	border-radius:30px;
}
.supertext {
    vertical-align: text-top;
    font-size: 60%;
    line-height: 2px;
}

/*----- 2.3 header-btm   -----*/
/*----------------------------------------*/
#header-btm {
	background: #e3e3e3;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 20px 0px 5px 0px;
	/*margin-bottom: 20px;*/
}
/*----------------------------------------*/

.modal {
    text-shadow: none;
	position: fixed;
}
.modal-title {
/*    display:inline-block;  */
    text-align: center;
    vertical-align: bottom;
}
