/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset End */


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #212529;
}

a {
	color: #003087
}

b, strong {
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
	color: #6db33f;
}

h3 {
	font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

#header {
	margin: 40px 0 0;
}

#header .container {
	border-bottom: 1px solid #d3d3d3;
}

h3 {
	color: #003087;
	border-color: #6db33f;
}

.toolname h1 {
    position: absolute;
    bottom: 15px;
    right: 0;
    border-left: 5px solid rgb(109,179,63);
    font-size: 30px;
    font-weight: bold;
    padding: 0px 10px;
    color: rgb(0,48,135);
    line-height: 50px;
}

.logo-wrap img {
	max-width: 369px;
	padding-left: 20px;
    margin-bottom: 10px;
}

#main {
	margin-top: 40px;
}

#phiTab {
	border-bottom: 1px solid #003087;
    margin-bottom: 30px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #003087;
    border-radius: .25rem .25rem 0 0;
}

.btn-primary {
	padding: 5px 20px 5px 17px;
    background-color: #003087;
    border-color: #003087;
}

.btn-primary:hover {
    background-color: #6db33f;
    border-color: #6db33f;
}

button .fa {
	margin: 0 10px 0 5px;
}

h2.savingslabel {
	text-align: center;
    margin-bottom: 0;
    font-size: 21px;
    color: #003087;
}

.savingsresult sup {
	color: #6db33f;
	margin: 0 auto;
	font-size: 30px;
    top: -20px;
    margin-right: 3px;
}

.savingsresult {
	text-align: center;
    font-size: 60px;
    color: #6db33f;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}

.savingsdesc {
	text-align: center;
	font-size: .9em;
}

.actionbuttons {
	text-align: center;
}

.actionbuttons button {
	min-width: 170px;
}

.actionbuttons #emaileth {
	float: right;
}

.actionbuttons #pdfeth {
	float: left;
}

pre {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.resultlabel {
	font-weight: bold;
    background: #eee;
    padding: 5px 5px 5px 10px;
    text-align: right;
}

.resultcol {
	border-top: 1px solid #6db33f;
	padding: 30px 0 0;
	margin-top: 10px;
	margin-bottom: 40px;
}

.resultvalue {
    padding: 5px 5px 5px 10px;
    text-align: right;
    color: #6db33f;
}

.recalc {
	margin-bottom: 30px;
	text-align: center;
	border-top: 1px solid #6db33f;
	padding-top: 30px;
}

#resultsdom h3 {
	margin-bottom: 10px;
	margin-top: 20px;
}


#footer {
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#footer .container {
	padding-top: 20px;
	border-top: 1px solid #d3d3d3;
}


.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #eee;
  border: 1px solid rgba(0,0,0,0.1);  
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
/*
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
*/
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.req {
	color: #ff0000;
	font-size: .8em;
	position: relative;
	top: -4px;
}

.neg, .neg sup {
	color: #ff0000;
}

.taller {
	padding: 9px 20px 10px 17px !important;
}

.clearbtn {
	text-align: right;
}

label {
	font-size: 14px;
}


/* Responsive Overrides */

/* Greater then tablets
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

    
}


/* Tablet & Small Desktop Widths 768px - 1280px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    

}


/* All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
    
}

/* Tablet Landscape
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   
}

/* Tablet Portrait
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Between Phone and Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {


}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    #header {
	    text-align: center;
    }
    
    .toolname h1 {
	    position: relative;
	    margin-top: 16px;
	    border-top: 2px solid rgb(109,179,63);
	    border-left: 0;
    }
    
    .actionbuttons #emaileth,
    .actionbuttons #pdfeth {
		float: none;
	}
	
	.resultcoldom .resultlabel,
	.resultcoldom .resultvalue	{
		text-align: left;
	}

    
}

/* Phone Landscape
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
     
}

/* Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
 
}



