/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
	color: #444;
	font: 14px/14px Helvetica, Arial, sans-serif;
}
#home-content{
    margin: 0 auto;
	background: url('../img/bg_home_fallback.jpg') no-repeat left top;
    width: 1024px;
    min-height: 884px;
    padding: 0px 0 0 0;
}
#home-head{
    font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	text-decoration: none;
	line-height: 1em;
	display: block;
	padding: 260px 0px 0px 400px;
    text-align: center;
}
#home-login{
    padding: 70px 140px 0 0;
}
#login-form{
	color: #727272;	
	font-size: .7em;
}
#login-fields{
	float: right;	
}
#login-fields label{
	float: right;	
	font-weight: bold;
}
#login-fields input{
	float: right;	
	width: 175px;
	margin: 0px 0 10px 5px;
}
#login-button{
	float: right;	
	margin: 0px 0 0 10px;
}
#login-button input{
	margin: 0px 0 5px 0px;
}
#login-text{
	font-size: .9em;
    float: right;
    width: 340px;
    margin-right: -15px;
}


#header{
    margin: 0 auto;
	background: url('../img/header_top.jpg') no-repeat left top;
    width: 1024px;
    padding: 241px 0 0 0;
}
#topnav{
	width: 1024px;
	margin: 0 auto;
    padding: 10px 0 0 40px;
	list-style: none;
	position: relative;
	z-index: 100;
}
#topnav li{
	float: left;
	background: url(../img/bg_topnavbar.gif) right top no-repeat;
}
#topnav li a{
    font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
	line-height: 1em;
	display: block;
	padding: 10px 30px 15px 33px;
    text-align: center;
}
#topnav li a:hover{
	color: #feac05;
}

#header-bottom{
    margin: 0 auto;
	background: url('../img/header_bottom.jpg') no-repeat left top;
    width: 1024px;
    height: 30px;
}
#main{
    margin: 0 auto;
    width: 1024px;
}
#col1{
    float: left;
    margin: 40px 0 0 0;
    padding: 0 0 0 30px;
	background: url('../img/left_nav.png') no-repeat left top;
    width: 240px;
    min-height: 400px;
}
#col1 h2{
    color: #888;
    font-size: 26px;
    font-weight: normal;
    margin-top: -10px;
}

.nav{
    width:200px;
}
.nav h3{
	margin-bottom: .3em;
    font-size: 1.4em;
}
.nav p{
	/*margin-bottom: 3em;*/
    margin: 0 0 10px 0;
    font-size: .75em;
}
.nav a, .nav a:visited, .nav a:active{
    text-decoration: none;
	color: #D62B3F;
	/*margin-bottom: 3em;*/
    font-size: .75em;
}
.nav a:hover{
	color: #0066ee;
    text-decoration: underline;
}

#col2{
    float: left;
    width: 750px;
}

#eval-top{
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}
.eval-top{
    float: left;
    padding: 0 43px;
}
.eval-top input[type=text]{
    margin-top: 6px;
    width: 124px;
}

.assessment{
    
}
.assessment .odd{
    background-color: #b3d4fc;
}
.assessment .even{
    background-color: #E3E3E3;
}
#top-row{
    background-color: #eaeaea;
    font-size: 18px;
    font-weight: bold;
}

.firstcol{
    font-size: 16px;
    font-weight: bold;
    text-align: right !important;
}

#notes{
    width: 600px;
    height: 160px;
}

.assessment td{
    padding: 10px;
    text-align: center;
}
.assessment input[type=text]{
    margin-top: 6px;
    width: 24px;
}

#footer{
    margin: 0 auto;
	padding: 30px 0 30px 0;
    width: 1024px;
	color: #555;
	font: 12px/12px Helvetica, Arial, sans-serif;
}
#footer a{
	color: #555;
    text-decoration: none;
}
#footer a:hover{
	color: #000;
}
#footer-right{
    float: right;
}
#footer-left{
    float: left;
}




/* carryover*/

.col-quarter{
	float: left;
	margin-left:2%;
	width:23%;
}
.col-third{
	float: left;
	margin-left:2%;
	width:32%;
}
.col-half{
	float: left;
	margin-left:2%;
	width:49%;
}
.col-two-thirds{
	float: left;
	margin-left:2%;
	width:65%;
}
.col-three-quarters{
	float: left;
	margin-left:2%;
	width:73%;
}
.first{
	margin-left:0;
}
table.previous-quotes {
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}
th{
	background: #E3E3E3;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 0.25em;
	text-transform: uppercase;
}
td{
	padding: 0.25em;
}
th.right{
	text-align:right;
	float: none;
}
h2 .right{
	font-size: 14px;
}
small{
	font-size: 11px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.add-text{
	background: url('../img/icons/add.png') no-repeat left top;
	display: block;
	line-height: 18px;
	margin-left: 15px;
	padding-left: 20px;
}
.edit,
.download,
.delete,
[href='#add'],
[href='#remove'] {
	background: url('../img/icons/download.png') no-repeat center center;
	display: block;
	float: right;
	height: 16px;
	margin-left: 0.5em;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
}
.edit{
	background: url('../img/icons/pencil.png') no-repeat center center;
}
.delete,
[href='#remove'] {
	background: url('../img/icons/delete.png') no-repeat center center;
}
[href='#add']{
	background: url('../img/icons/add.png') no-repeat left top;
}

.search-box,
.edit-item, 
.edit-section,
.edit-user,
.edit-option {
	border: 1px solid #ccc;
	background: #ededee;
	padding: 1em;
}
label{
	display: block;
	line-height: 1.5em;
	font-size: 12px;
}
.submit{
	border-top: 1px dotted #ccc;
	margin-top:1em;
	padding-top: 1em;
}
textarea{
	width: 100%;
}

.recent-quotes{
	margin-top: 2em;
}
table{
	width: 100%;
}
td table{
	margin: 1em 0 0 0;
}
td table.first{
	margin-top: 0;
}
.items th{
	background: none;
	font-size: 16px;
	text-transform: none;
}
.disabled{
	opacity: 0.75;
}
.disabled input,
.disabled select,
.disabled label,
.disabled span {
	opacity: 1;
}
.edit,
.download,
.delete,
[href='#add'],
[href='#remove'] {
	visibility: hidden;
}
tr:hover .edit,
tr:hover .download,
tr:hover .delete,
.statement:hover [href='#add'],
.statement:hover [href='#remove']{
	visibility: visible;
}
tr:hover td,
.statement:hover {
	background-color: #FCFCD4;
}
.edit-option tr:hover td {
	background-color: transparent;
}
tr.add-option:hover td{
	background-color: transparent;
}
tr.add-option td{
	border-top: 1px solid #ddd;
}
.statement.disabled:hover {
	background: none;
}
.statement.disabled:hover [href='#add'],
.statement.disabled:hover [href='#remove']{
	visibility: hidden;
}
.items .edit,
.items .download,
.items .delete {
	visibility: hidden;
}
.items tr:hover .edit,
.items tr:hover .download,
.items tr:hover .delete{
	visibility: hidden;
}
.items table tr:hover .edit,
.items table tr:hover .download,
.items table tr:hover .delete{
	visibility: visible;
}
.items tr:hover th{
	background-color: transparent;
}
.items table tr:hover th{
	background-color: #FCFCBB;
}
.items tr:hover td{
	background-color: transparent
}
.items table tbody tr:hover td{
	background-color: #FCFCD4;
}
.items tr.add-option:hover td{
	background-color: transparent;
}
.items tr.add-option td{
	border-top: 1px solid #ddd;
}

.add-section {
	background: transparent url('../img/btn.png') no-repeat left top;
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-top: 1em;
	padding: 0 0 0 10px;
}
.add-section:hover {
	background: transparent url('../img/btn.png') no-repeat left -180px;
}
.add-section a {
	background: transparent url('../img/btn.png') no-repeat right -30px;
	color: #444;
	display: block;
	font-size: 12px;
	line-height: 32px;
	padding-right: 10px;
	text-transform: uppercase;
}
.add-section a:hover{
	text-decoration: none;
}
.add-section:hover a{
	background: transparent url('../img/btn.png') no-repeat right -210px;
}
.breadcrumb{
	background: #E3E3E3;
	border-bottom:1px solid #CCCCCC;
	font-size: 12px;
	padding: 0.5em 0;
	text-align: center;
}
.statement-head{
	background: #ccc;
	margin: 0 -0.75em 0.5em;
	padding: 5px 3px 3px 0.75em;
}
.statement-head strong {
	text-transform: uppercase;
}
.statement.first {
	border-top: none;
}
.statement {
	border-top: 1px solid #dedede;
	padding: 5px 3px;
}
.reference{
	display: none;
}
.and,
.lastand,
.firstand{
	background: #E0E0E0 url('../img/arrow_branch.png') no-repeat 8px center;
	padding-left: 30px;
}

.firstand {
	background-image: url('../img/arrow_turn_right.png');
}
.lastand {
	background-image: url('../img/arrow_turn_right_bottom.png');
}
.lastand + .firstand {
	margin-top: 0.25em;
}
.edit-option table{
	margin-bottom: 1em;
}
.edit-option table.locations {
	margin: 1em 0 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
body{
	color: #000;
	font: 14px/14px Helvetica, Arial, sans-serif;
}
a{
	color: #D62B3F;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1{
	font-size: 2em; 
	line-height: 1em;
}
h2 {
	font-size: 1.714em; 
	line-height: 1em;
	margin:2em 0 0.25em;
}
h3{
	font-size: 1.428em; 
	font-weight: bold;
	line-height: 1em;
}
h4{
	font-size: 1.286em; 
	line-height: 1em;
}
h5{
	font-size: 	1.143em; 
	line-height: 1em;
}
fieldset {
	border: 1px solid #ededee;
	margin: 2em 0 0;
	padding: 1em;
}
legend {
	color: #666;
	font-weight: bold;
	padding: 0 0.5em;
}
td {
	font-size: 12px;
	padding: 0.25em 0.25em 1em;
}
td table{
	margin-left: 1.5em;
}
label {
	font-size: 14px;
}
p{
	margin-bottom: 1em;
}
em{
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
}
select{
	font-size: 1em;
	line-height: 1.25em;
}
.wrapper{
	width: 100%;
}
.header{
	background: #ededee;
	border-bottom: 1px solid #ccc;
}
.header h1 {
	float:left
}
.content {
	margin: 0 auto;
	width: 68.571em;
}
.logo {
	color: #666;
	display: block;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
}
.logout{
	display: block;
	float: right;
	line-height: 3em;
}
.main-content{
	padding-top: 1em;
}
.disabled input,
.disabled select,
.disabled label,
.disabled span {
	opacity: 0.75;
}
.disabled .disabled-by {
	opacity: 1;
}
.disabled-by{
	color:#ff9900;
	cursor: help;
	padding-left: 0.5em;
}
.col-quarter{
	float: left;
	margin-left:2%;
	width:23%;
}
.col-third{
	float: left;
	margin-left:2%;
	width:32%;
}
.col-half{
	float: left;
	margin-left:2%;
	width:49%;
}
.col-two-thirds{
	float: left;
	margin-left:2%;
	width:65%;
}
.col-three-quarters{
	float: left;
	margin-left:2%;
	width:73%;
}
.first{
	margin-left:0;
}
table.previous-quotes {
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}
th{
	background: #E3E3E3;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 0.25em;
	text-transform: uppercase;
}
td{
	padding: 0.25em;
}
th.right{
	text-align:right;
	float: none;
}
h2 .right{
	font-size: 14px;
}
small{
	font-size: 11px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.add-text{
	background: url('../img/add.png') no-repeat left top;
	display: block;
	line-height: 18px;
	margin-left: 15px;
	padding-left: 20px;
}
.edit,
.download,
.delete,
[href='#add'],
[href='#remove'] {
	background: url('../img/download.png') no-repeat center center;
	display: block;
	float: right;
	height: 16px;
	margin-left: 0.5em;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
}
.edit{
	background: url('../img/pencil.png') no-repeat center center;
}
.delete,
[href='#remove'] {
	background: url('../img/delete.png') no-repeat center center;
}
[href='#add']{
	background: url('../img/add.png') no-repeat left top;
}
.create-quote{
	background: #F7F08F;
	padding: 1em;
}
.odd{
	background: #ededee;
}
select#item {
	font-size: 1.286em;
	margin-right: 0.5em;
}
.row{
	margin-bottom: 0.5em;
}
.footer{
	margin-top:4em;
}
.continue{
	margin-top:1em;
}
.total {
	color: #666;
}
.total span{
	color: #FF9900;
	font-weight: bold;
}
.desc{
	display: block;
}
.option{
	background: url('../img/arrow.png') no-repeat left center;
	padding-left: 20px;
}
.rel{
	position: relative;
}
div.currency{
	left: 4px;
	position: absolute;
	top: 4px;
}
input.currency{
	padding-left: 12px;
}
#submit{
	background: transparent url('../img/btn.png') no-repeat left -120px;
	border: none;
	display: block;
	float: left;
	height: 30px;
	outline: none;
	overflow: hidden;
	padding: 0 0 0 8px;
	width: auto;
}
#submit:hover,
#submit:focus{
	background: url('../img/btn.png') no-repeat left -180px;
}
#submit span{
	background: transparent url('../img/btn.png') no-repeat right -150px;
	display: block;
	font-size: 12px;
	line-height: 30px;
	margin-top: -2px;
	padding-right: 10px;
	text-transform: uppercase;
}
#submit:hover span,
#submit:focus span{
	background: url('../img/btn.png') no-repeat right -210px;
}
.btn-neighbor{
	float: left;
	line-height: 1.5em;
	line-height: 32px;
	margin-left: 1em;
}
.divider{
	border-bottom: 1px dotted #ccc;
	margin: 1em 0;
}
.divider hr{
	display: none;
}
.success{
	background: #B1E314 url('../img/success.png') no-repeat 28px 28px;
	margin-top: 3.5em;
	padding: 28px 28px 28px 70px;
}
.success h3{
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.success a{
	color: #fff;
}
.quantity,
.location{
	margin: 0.5em 0 1em;
}
.quantity.has-location{
	margin-bottom:0;
}
.location.has-quantity{
	margin-top:0;
}
.error{
	color: #D62B3F;
}
.error input{
	color: #D62B3F;
}
.error span{
	background: transparent url('../img/error_sm.png') no-repeat left top;
	display: inline-block;
	font-style: italic;
	margin-left: 1em;
	padding: 0 5px 0 20px;
}
label[for^="qty"]{
	line-height: 1.5em;
}
.add-margin {
	margin: 2em 0;
}
.indent{
	margin-left: 1em;
}
*/
