﻿@font-face {
    font-family: modernpictogramspro_2-webfont;
    src: url('fonts/mpix2/modernpictogramspro_2-webfont.eot'), url('fonts/mpix2/modernpictogramspro_2-webfont.ttf') format('truetype'), url('fonts/mpix2/modernpictogramspro_2-webfont.woff');
}
* {
    margin: 0;
    padding: 0;
}
.mpix2 {
    font-family: modernpictogramspro_2-webfont, Arial !important;
}
form {
    height: auto;
    overflow: hidden;
    width: 910px;
}
body {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #FFF;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    color: #333;
    background-attachment: fixed;
}
#microTool_container,
#microTool_header {
    width: 100%;
}
#topNavFirst {
    background: #f6f6f6;
    height: 80px;
    min-width: 840px;
}
#topNavSecond {
    background: #FFF;
    min-width: 840px;
    height: 48px;
    position: relative;
}
#microTool_content {
    width: 840px;
    margin: 0 auto;
}
#microTool_content h3 {
    font-family: Open Sans;
    font-size: 44px;
    width:100%;
    text-align: center;
    font-weight: 300;
    margin: 30px 0;
}
#microTool_content img.imgBanner {
    width: 100%;
}
#microTool_content p {
     font-family: Open Sans;
    font-size: 13px;
    width:100%;
    text-align: center;
    font-weight: 400;
    margin: 0 15px;
}
ul.contentMenu {
    list-style: none;
    margin: 50px auto 25px;
    width: 825px;
    height: 140px;
}
ul.contentMenu li {
    float: left;
    position: relative;
    width: 125px;
    margin-right: 50px;
    cursor:pointer;
}
ul.contentMenu li:last-child {
    margin-right: 0;
}
ul.contentMenu li span:last-child:not(.lang) {
    display: block;
}
ul.contentMenu li .menuIcon {
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px;
}
ul.contentMenu li.disabled,
ul.contentMenu li.selected {
    cursor: auto;
}
ul.contentMenu li .menuIcon#company {
    background: url("../images/icons/Company_icon-LightBlue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.disabled .menuIcon#company {
    background: url("../images/icons/Company_icon-Grey-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.selected .menuIcon#company {
    background: url("../images/icons/Company_icon-Blue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li .menuIcon#software {
    background: url("../images/icons/SOFTWARE_icon-LightBlue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.disabled .menuIcon#software {
    background: url("../images/icons/SOFTWARE_icon-Grey-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.selected .menuIcon#software {
    background: url("../images/icons/SOFTWARE_icon-Blue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li .menuIcon#infrastructure {
    background: url("../images/icons/INFRASTRUCTURE_icon-LightBlue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.disabled .menuIcon#infrastructure {
    background: url("../images/icons/INFRASTRUCTURE_icon-Grey-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.selected .menuIcon#infrastructure {
    background: url("../images/icons/INFRASTRUCTURE_icon-Blue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li .menuIcon#cost {
    background: url("../images/icons/COST_icon-LightBlue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.disabled .menuIcon#cost {
    background: url("../images/icons/COST_icon-Grey-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.selected .menuIcon#cost {
    background: url("../images/icons/COST_icon-Blue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li .menuIcon#roi {
    background: url("../images/icons/ROI_icon-LightBlue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.disabled .menuIcon#roi {
    background: url("../images/icons/ROI_icon-Grey-circle.svg") repeat scroll -5px 5px / 80px 58px;
}
ul.contentMenu li.selected .menuIcon#roi {
    background: url("../images/icons/ROI_icon-Blue-circle.svg") repeat scroll -5px 5px / 80px 58px;
}


span.navBtn {
    background: none repeat scroll 0 0 #4585f3;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 7px 0;
    width: 200px;
    cursor: pointer;
}
.navBtn#prev {
    float: left;
}
.navBtn#next {
    float: right;
}
.navBtn.disabled {
    background: #a0c3fc;
    cursor: auto;
}
#microTool_content .slide {
    display: none;
}
#microTool_content .slide p {
    font-size: 20px;
    margin: 20px auto;
    width: 700px;
    font-weight: 300;
    text-align: left;
}
#microTool_content .slide p span.quoteRight {
    float: right;
    margin-top: 20px;
}
.slide h4 {
    float: left;
    font-size: 27px;
    font-weight: unset;
    margin: 10px 0 10px 30px;
    position: relative;
}
.slide h4.blueText {
    color: #4585f3;
}
.slide table {
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.slide table tr td.inputLabel {
    width:40%;
    margin: 5px;
    text-align: right;
}
.slide table tr td input,
.slide table tr td select {
    border: 1px solid #bbb;
    border-radius: 4px;
    margin: 10px;
    padding: 5px 10px;
    width: 100%;
    color: #888;
}
.slide table tr td select {
    border-radius: 5px 0 0 5px;
    width: 109%
}
.bottomNav {
    margin: 40px 20px;
    display: none;
}
div.footer {
    height: 35px;
    padding-top: 75px;
    text-align: left;
    padding-left: 20px;
}
.subTitleDesc {
    clear: both;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 10px 40px;
    text-align: left;
}
#slide2 table,
#slide3 table,
#slide4 table {
    margin-left: 80px;
}
#slide3 table tr td input,
#slide4 table tr td input {
    float: left;
    width: 5%;
}
#slide2 table tr td,
#slide3 table tr td,
#slide4 table tr td {
    width: 33%;
}
#slide2 table tr td {
    width: 66%;
}
.slide table tr td label {
    float: left;
    margin-top: 5px;
    position: relative;
    text-align: left;
    width: 80%;
}
#slide5 table tr td.inputLabel {
    width: 20%;
}
.inputHeader {
    font-size: 13px;
    font-weight: 300;
}
.inputLabel > span:last-child {
    font-size: 12px;
    font-weight: 300;
    display: block;
}
#slide5 table tr td input {
    width: 80%;
}
#slide5 table tr td {
    width: 25%;
}
#slide5 table.twoCol tr td,
#slide5 table.twoCol tr td.inputHeader {
    width: 33%;
}
#slide5 table.twoCol tr td.inputLabel,
#slide5 table.twoCol tr td.inputHeader:first-child {
    width: 20%;
}
#slide6 tr.chartHeaders td {
    font-size: 22px;
    padding: 5px;
    text-align: left;
}
.chartDesc > td {
    font-size: 13px;
    font-weight: 300;
    padding: 5px 10px;
    text-align: left;
}
#microTool_content #slide6 > p {
    font-size: 14px;
    width: 100%;
}
#microTool_content #slide6 > p.bottom {
    font-size: 14px;
    height: 60px;
    width: 100%;
}

#slide6 > table {
    border-collapse: collapse;
    margin-bottom: 25px;
}

#slide6 tr td {
     border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 4px;
}
#slide6 tr td:first-child {
    text-align: left;
}
#slide6 > table.noBorders tr td {
    border: none;
}
#slide6 h4 {
    margin: 5px 0 -5px;
}
#slide6 p span.navBtn:not(.lang) {
    float: right;
    margin: 0 10px;
    position: relative;
    text-align: center;
    width: 20%;
}
#slide6 p span:not(.lang) {
    float: left;
    width: 77%;
}
.totalGrey {
    background: none repeat scroll 0 0 #999;
    color: #fff;
}

.totalBlue {
    background: none repeat scroll 0 0 #4585f3;
    color: #fff;
}
.chart1,
.chart2 {
    width: 400px;
    height: 250px;
}
.chart3 {
    width: 840px;
    height: 300px;
}
.topNavSecondLinks {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 930px;
    height: 48px;
    list-style: none;
}
#microTool_container.latin h3 span.latin {
    width: 955px;
}
#microTool_container.latin .topNavSecondLinks,
#microTool_container.ital .topNavSecondLinks {
    width: 1160px;
}
#microTool_container.por .topNavSecondLinks {
    width: 1130px;
}
#microTool_container.jp .topNavSecondLinks {
    width: 975px;
}
#microTool_container.spanish .topNavSecondLinks {
    width: 1100px;
}
#microTool_container.fr .topNavSecondLinks {
    width: 1085px;
}

.topNavSecondLinks li {
    float: left;
}
.topNavSecondLinks li a {
    color: #888;
    display: block;
    padding: 13px 20px;
    text-decoration: none;
}
.slide table tr td.checkboxDisabled label {
    color: #999;
    text-decoration: line-through;
}
.getReport a {
    color: inherit;
    text-decoration: none;
}
#assumptionsBtn.navBtn {
    float: right;
    margin-right: 25px;
    position: relative;
}
#assumptionsPop {
    display: none;
}
#assumptionsPop,
#currencyPop {
    background: none repeat scroll 0 0 #fff;
    height: 620px;
    padding: 20px 50px;
    width: 600px;
    border-radius: 5px;
    display: none;
}
#currencyPop {
    height: 225px;
    overflow: hidden;
    width: 600px;
}
#currencyPop .infoIcon {
    float: left;
    left: 15px;
    margin: 0;
    position: relative;
    top: 15px;
}
#currencyPop.slide table tr td select {
    width: 320px;
    float: left;
}
#currencyPop.slide table tr td input {
    width: 300px;
    float: left;
}
#currencyPop.slide table tr td label {
    width: 200px;
}
.infoIcon {
    background: none repeat scroll 0 0 #aaa;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 20px;
    line-height: 19px;
    margin-top: -34px;
    position: absolute;
    right: -55px;
    width: 19px;
    cursor: pointer;
}
.infoIconToolTip {
	background: rgb(136, 136, 136); /* The Fallback */
	background: none repeat scroll 0 0 rgba(136, 136, 136, .9);
	border-radius: 10px 10px 10px 10px;
	color: #fff;
	font-size: 12px;
	margin-left: -440px;
	margin-top: -25px;
	padding: 15px;
	position: absolute;
	z-index: 1000;
	box-shadow: 0 0 10px #000;
    width: 400px;
    text-align: left;
    font-size: 14px;
}
.arrowLeft {
	width: 0; 
	height: 0;
	position: absolute;
	margin-left: 415px;
	margin-top: -12px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
				
	border-left:10px solid rgba(136, 136, 136, .9); 
}
.googleSubtitle {
    float: left;
    font-size: 17px;
    margin-left: 3px;
    margin-top: -30px;
    clear: both;
}
.googleTable tr td:not(:first-child),
.microsoftTable tr td:not(:first-child),
.undiscountedTable tr td:not(:first-child),
.discountedTable tr td:not(:first-child) {
    width: 90px;
}
.yearChartHeader,
.chartHeaders {
    color: #4285F4;
}
.editTooltip {
    background: #4585f3 none repeat scroll 0 0;
    border-radius: 5px;
    display: none;
    left: -90px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 50px;
    width: 260px;
    z-index: 10;
}

.tooltipArrowUp {
    border-bottom: 15px solid #4585f3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    left: 240px;
    position: absolute;
    top: -15px;
    width: 0;
}
.disclaimer {
    font-size: 12px;
    padding: 40px 20px;
    display: block;
}
#slide1 .currencyBtn {
    cursor: pointer;
    display: none;
    position: relative;
    top: -40px;
    color: #4585f3;
    width: 200px;
    float: right;
    left: 0;
}
.currencyBtn {
    cursor: pointer;
    display: none;
    left: 350px;
    position: relative;
    top: -25px;
    color: #4585f3;
}
    .currencyBtn span.mpix2 {
        font-size: 30px;
        top: 4px;
        position: relative;
    }
    .xeLink {
        height: 40px;
        left: 0px;
        position: relative;
        top: 5px;
    }
    .xeLink img {
        width: 40px;
    }
    .lang,
    .languageContainer span:not(.mpix2) {
        display: none;
    }
    .currencyBtn span.languageConatiner span.lang {
        display: block;
    }
	#slide6 p span.navBtn.microToolCookieConsentFullBtn span {
		float: none;
	}