/* GLOBAL STYLES
-------------------------------------------------- */

body {
	font-family: CiscoSans, Arial, sans-serif;
	background-color: #ededed;
}
label, input {
	display: block;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: 100;
}
.container {
	width: 1200px !important;
}
.btn-primary {
	background-color: #fbab18;
	border-color: #fbab18;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	padding: 8px 45px 5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #f58025 !important;
	border-color: #f58025 !important;
}
button, button:focus, button:active, button:focus {
	outline:none !important;
}
.tooltip > .tooltip-inner {
	background-color: #fff; 
	color: #333; 
	border: none; 
	padding: 8px;
	font-size: 11px;
	line-height: 13px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
	font-weight: 200;
	text-align: left;
	z-index: 200;
	max-width: 110px;
}
.tooltip.top > .tooltip-arrow {
    border-top: 5px solid #fff;
}
.tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #fff;
}
.tooltip.left > .tooltip-arrow {
    border-left: 5px solid #fff;
}
.tooltip.right > .tooltip-arrow {
    border-right: 5px solid #fff;
}
label, input {
	display: block;
}
img.info {
	display: block;
	margin-bottom: 10px;
}
.slider {
	width: 98% !important;
}
.slider.slider-horizontal .slider-track {
  height: 4px;
  margin-top: -7px;
}
.slider-track-high {
	background: #dddddd;
}
.slider-handle {
	width: 10px;
	height: 10px;
}
.center {
	text-align: center; 
}
.right {
	text-align: right; 
}
.vertical-text {
	writing-mode: vertical-lr;
}
#show-formula {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 100;
	/*display: none;*/
}
.formula {
    font-size: 10px;
    display: block;
    text-align: left;
    color: red;
}

/* BODY
-------------------------------------------------- */
body { 
	/*background: url("../images/temp/calculator1.png") top 50px center no-repeat;*/
	height: 2143px;
}

/* PDF
-------------------------------------------------- */
#pdf { 
	display: none;
}

/* START-HEADER
-------------------------------------------------- */

#start-header {
	background-color: #009edc;
	height: 90px;
	width: 1200px;
	color: #fff;
	position: relative;
	padding: 26px 119px;
}

/* START-BODY
-------------------------------------------------- */

#start-body {
	width: 1200px !important;
	color: #313131;
	padding: 90px 20px;
	background-color: #fff;
}
#start-body .row {
	margin: 0 70px;
}
#start-body .item {
	border: 1px solid #dddddd;
	border-radius: 3px;
	height: 396px;
	text-align: center;
	padding: 80px 20px;
}
#start-body .item img {
	margin-bottom: 30px;
}
#start-body h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
#start-body h3 {
	font-size: 22px;
}

/* HEADER
-------------------------------------------------- */

#header {
	background-color: #fff;
	height: 82px;
	color: #fff;
	padding: 18px 115px;
	position: relative;
}
#header ul, #header li {
	display: inline-block;
	list-style-type: none;
	font-size: 14px;
	line-height: 45px;
	color: #58585b;
}
#header li {
	padding-right: 40px;
}
#header a {
	color: #58585b;
	text-decoration: none;
}
#header a:hover, #header a.active {
	color: #3784cd;
}


/* HERO
-------------------------------------------------- */

#hero {
	background-image: url("../images/hero-bkgd.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 412px;
	color: #fff;
	padding: 30px 120px;
	position: relative;
}
#hero h1 {
	font-size: 67px;
	font-weight: 100;
	letter-spacing: -0.02em;
	margin: 0;
	text-align: center;
	margin-top: 120px;
}
#hero h2 {
	font-size: 33px;
	font-weight: 100;
	letter-spacing: -0.02em;
	margin: 0;
	text-align: center;
}
#hero .calculate-now {
    height: 35px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 auto;
    text-align: center;
    background: url(../images/arrow.png) bottom center no-repeat;
    background-size: 11px 6px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    color: #fff;
    text-decoration: none;
}

/* OVERVIEW
-------------------------------------------------- */

#overview {
	background-color: #fff;
	color: #6d6f71;
	padding: 60px 175px;
	text-align: center;
}
#overview h2 {
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -0.02em;
	margin: 0;
	color: #049fd9;
	margin-bottom: 20px;
}
#overview p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

/* INSTRUCTIONS
-------------------------------------------------- */

#instructions {
	background-color: #f5f5f5;
	color: #6d6f71;
	padding: 60px 175px;
	text-align: center;
}
#instructions h2 {
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -0.02em;
	margin: 0;
	color: #00bceb;
	margin-bottom: 20px;
}
#instructions p {
	font-size: 17px;
	line-height: 20px;
	font-weight: 200;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

/* INPUTS-RESULTS
-------------------------------------------------- */

#inputs-results {
	background-color: #fff;
	color: #6d6f71;
	padding: 85px 110px 35px;
	text-align: left;
}
#inputs-results .inputs {
	background: url(../images/icon-inputs.png) top left no-repeat;
	padding-left: 80px;
}
#inputs-results .results {
	background: url(../images/icon-results.png) top left no-repeat;
	padding-left: 80px;
}
#inputs-results h2 {
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -0.02em;
	margin: 0;
	color: #049fd9;
}
#inputs-results p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	color: #049fd9;
}

/* TABS
-------------------------------------------------- */

#tabs {
	background-color: #fff;
	text-align: left;
	padding: 0px 110px 0px;
	font-weight: 500;
	text-transform: uppercase;
}
#tabs .row {
	margin: 0;
	margin-left: 30px;
}
#tabs .inputs {
	padding: 0px;
	margin-left: -30px;
	margin-right: 0;
	border-bottom: 1px solid #c2c2c2;
}
#tabs .results {
	padding: 0px;
	margin-left: 30px;
	margin-right: 0;
	border-bottom: 1px solid #c2c2c2;
}
#tabs ul, #tabs li {
	display: inline-block;
	list-style-type: none;
	font-size: 11px;
	color: #c2c2c2;
	padding: 0;
}
#tabs li {
	padding-right: 30px;
}
#tabs li:last-child {
	padding-right: 0px;
}
#tabs a {
	color: #c2c2c2;
	text-decoration: none;
	padding: 0;
	padding-bottom: 10px;
}
#tabs a:hover, #tabs li.active a {
	color: #00bceb;
	border-bottom: 2px solid #00bceb;
}

/* INPUT CONTROLS
-------------------------------------------------- */

input[type="text"] {
	color: #00bceb;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
}

/* TAB CONTENT
-------------------------------------------------- */

.tab-content {
	background-color: #fff;
	text-align: left;
	padding: 60px 110px;
}
.tab-content h3 {
	font-size: 23px;
	color: #2d313b;
	padding-bottom: 20px;
}

/* TABLE STYLES
-------------------------------------------------- */

/* table 1 */
.table1 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table1 td {
	padding: 0 22px;
	overflow: hidden;
	word-break: normal;
	vertical-align: middle;
	width: 75%;
	height: 42px;
}
.table1 td:nth-child(1) {
	font-weight: 500;
	color: #333333;
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
}
.table1 td:nth-child(2) {
	text-align: right;
	padding-right: 60px;
	vertical-align: middle;
}
.table1 tr:nth-child(odd) {
   background-color: #f5f5f5;
}

/* table 2 */
.table2-container {
	margin-top: 30px;
}
.table2 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #000;
}
.table2 td {
	padding: 0 22px 0 0;
	overflow: hidden;
	word-break: normal;
	vertical-align: middle;
	width: 100%;
	height: 65px;
}
.table2 td:nth-child(1) {
	font-weight: 100;
	font-size: 18px;
	color: #005073;
	margin: 0;
	margin-top: 5px;
}
.table2 td:nth-child(2) {
	text-align: right;
	padding-right: 60px;
	vertical-align: middle;
}
.table2 .output {
	color: #005073;
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
}

/* table 3 */
.table3 {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	width: 826px;
	font-weight: 100;
	margin-top: 20px;
	position: relative;
}
.table3 th {
	background-color: #005073;
	font-size: 23px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	border: 1px solid #005073;
}
.table3 tr:nth-child(2),
.table3 tr:last-child {
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 18px;
	color: #005073;
	font-weight: 200;
	text-align: center;
	vertical-align: middle;
}
.table3 tr:nth-child(3),
.table3 tr:nth-child(4) {
	background-color: #fff;
	font-size: 10px;
	line-height: 15px;
	color: #333;
	font-weight: 100;
	text-align: center;
	vertical-align: middle;
}
.table3 td.row2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table3 tr:nth-child(4) {
	border-bottom: 10px solid #fff;
}
.table3 td {
	border-right: 1px solid #ccc;
	padding: 10px;
	word-wrap:break-word;
	word-wrap: break-all;
	width: 165px;
}
.table3 td:last-child {
	border-right: none;
}
.table3 label {
	font-size: 10px;
	font-weight: 800;
	color: #252525;
	text-transform: uppercase;
	text-align: right;
}
.table3 td:first-child {
	background-color: #fff;
	border: none;
}

/* table 4 */
.table4 {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	width: 950px;
	height: 367px;
	font-weight: 100;
	border: 1px solid #ccc;
	margin-right: -29px;
	margin-top: 10px;
}
.table4 .title {
	font-size: 27px;
	color: #333333;
	border: 1px solid #ccc;
	width: 70px;
	left: 0px;
}
.table4 .enrolled {
	font-size: 10px;
	font-weight: 800;
	color: #252525;
	text-transform: uppercase;
	border: 1px solid #ccc;
	width: 43px;
	left: 104px;
}
.table4 .na {
	font-size: 37px;
	color: #dfdfdf;
}
.table4 .output {
	color: #005073;
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
}
.table4 .output.rule {
	margin: 0 30px;
	border-top: 1px solid #005073;;
}
.table4 .spacer {
	width: 30px;
}
.table4 tr:nth-child(2),
.table4 tr:nth-child(4) {
	background-color: #f5f5f5;
}
.table4 tr:last-child {
	height: 10px;
}
.table4 td {
	padding: 10px;
}
.table4 .col1, 
.table4 .col2, 
.table4 .col3, 
.table4 .col4 {
	width: 165px;
	border-right: 1px solid #ccc;
}
.table4 .col4 {
	border-right: none;
}
.table4 th {
	background-color: #fff;
	font-weight: 100;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	text-align: right;
	padding: 10px;
	width: 148px;
}
.table4 .total {
	color: #005073;
	font-weight: 300;
}
.table4 tr:last-child > th,
.table4 tr:last-child > td {
	padding: 0px;
}
.table4 small {
	font-size: 10px;
	line-height: 12px;
}
.table4 input[type='text'] {
	color: #00bceb;
	font-size: 16px;
	text-align: center;
	width: 138px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}

/* table 5 */
.table5 {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	width: 100%;
	min-height: 1050px;
	font-weight: 100;
	margin-right: -29px;
	margin-top: 10px;
}
.table5 tr > th {
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	font-weight: 500;
	width: 170px;
}
.table5 .header th {
	font-size: 16px;
	line-height: 20px;
	color: #005073;
	text-align: center;
	font-weight: 300;
}
.table5 .na {
	font-size: 37px;
	color: #dfdfdf;
}
.table5 .output {
	color: #005073;
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
}
.table5 .output.rule {
	margin: 0 30px;
	border-top: 1px solid #005073;;
}
.table5 .spacer {
	width: 30px;
}
.table5 tr:nth-child(odd) {
   background-color: #f5f5f5;
}
.table5 tr.header {
   background-color: #fff;
}
.table5 tr:last-child {
	height: 10px;
}
.table5 td {
	padding: 10px;
}
.table5 .col {
	width: 170px;
	border-left: 1px solid #ccc;
}
.table5 .col4 {
	border-right: none;
}
.table5 th {
	font-weight: 100;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	text-align: right;
	padding: 10px;
	width: 148px;
}
.table5 .total {
	color: #005073;
	font-weight: 300;
}
.table5 small {
	font-size: 10px;
	line-height: 12px;
}
.table5 input[type='text'] {
	color: #00bceb;
	font-size: 16px;
	text-align: center;
	width: 60px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}

/* SOFTWARE [TAB]
-------------------------------------------------- */

#software {
	background-color: #fff;
	text-align: left;
}

/* LIFECYCLE [TAB]
-------------------------------------------------- */

#lifecycle {
	background-color: #fff;
	text-align: left;
}
#lifecycle .ea {
    width: 38px;
    background-color: #005073;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    height: calc(100% - 10px);
    position: absolute;
    left: 30px;
    top: 10px;
    line-height: 38px;
    text-align: center;
}
#lifecycle h3.bottom {
	margin-top: 50px;
}

/* SNTC [TAB]
-------------------------------------------------- */

#sntc {
	background-color: #fff;
	text-align: left;
}
#sntc .notice {
	font-size: 15px;
	color: #049fd9;
	font-weight: 300;
}
#sntc .notice a {
	color: #049fd9;
	text-decoration: underline;
}

/* SNTC ADDITIONAL [TAB]
-------------------------------------------------- */

#sntc-additional {
	background-color: #fff;
	text-align: left;
}
#sntc-additional .notice {
	font-size: 15px;
	color: #049fd9;
	font-weight: 300;
}
#sntc-additional .notice a {
	color: #049fd9;
	text-decoration: underline;
}
#sntc-additional .table2-container {
	margin-top: 0;
}
#sntc-additional .table2 {
	margin-bottom: 30px;
	border-top: none;
}
#sntc-additional h3.section2 {
	margin-top: 150px;
}

/* ROI [TAB]
-------------------------------------------------- */

#roi {
	background-color: #fff;
	text-align: left;
}

/* 3-YR P&L LCA [TAB]
-------------------------------------------------- */

#lca {
	background-color: #fff;
	text-align: left;
}

/* 3-YR P&L ADOPTION [TAB]
-------------------------------------------------- */

#adoption {
	background-color: #fff;
	text-align: left;
}

/* NEXT
-------------------------------------------------- */

.next {
	background-color: #fff;
	text-align: right;
	padding: 100px 0 0;
}
.next .row {
	margin: 0;
}
.next .next {
	padding: 17px 0;
	border-top: 1px solid #000;
}

/* BOTTOM
-------------------------------------------------- */

#bottom {
	background-color: #333333;
	color: #fff;
	text-align: left;
	padding: 40px 110px;
}
#bottom .btn {
	margin: 30px 0;
}
#bottom .btn-green {
	background-color: #6ebe4a;
	border-color: #6ebe4a;
	margin-right: 15px;
}
#bottom .btn-green:hover {
	background-color: #6ebe4a !important;
	border-color: #6ebe4a !important;
}
#bottom .btn-blue {
	background-color: transparent;
	border-color: #00bceb;
	color: #00bceb;
}
#bottom .btn-blue:hover {
	background-color: transparent !important;
	border-color: #00bceb !important;
	color: #00bceb !important;
}
#bottom .copyright {
	font-size: 10px;
	color: #999999;
}

/* FOOTER
-------------------------------------------------- */

#footer {
	background-color: #fff;
	text-align: center;
	padding: 22px 0 16px;
}
#footer ul, #footer li {
	display: inline-block;
	list-style-type: none;
	font-size: 10px;
	color: #666666;
}
#footer li {
	padding-right: 10px;
}
#footer a::after {
	content: "|";
	padding-left: 10px;
}
#footer li:last-child > a:after { 
	content: ""
}
#footer a {
	color: #58585b;
	text-decoration: none;
}
#footer a:hover {
	color: #3784cd;
}

