html {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: normal;
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
/**/

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: inherit;}
h1 {font-size: 36px}
h2 {font-size: 30px}
h3 {font-size: 24px}
h4 {font-size: 20px}
h5 {font-size: 18px}
h6 {font-size: 16px}

h4 {
	text-shadow: 1px 1px 5px #333;
}

h5 {
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px #aaa;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

h1#tutorial {
	color: #FFF;
	text-align: center;
}

#r5-container {
	text-align: center;
}

#logo-container {
	background-color: rgba(255,255,255,0.75);
	border-radius: 2px;
	box-shadow: 0px 0px 32px #999;
	margin: 20px auto 10px 10px;
	width: 500px;	
}

.w3-tiny {
    font-size: 11px!important;
}

.table-dpb {
    font-size: 10px!important;
}

.w3-margin {
    margin: 3px !important;
}


body {
	/*background: #0fb8ad linear-gradient(0deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 85%) no-repeat scroll 0 0;*/
	/*background: #179ecf linear-gradient(0deg, #179ecf 20%, #2cb5e8 45%, #fff) no-repeat scroll 0 0;*/
	/*background: #179ecf url("../img/IMAG1593_1.jpg") no-repeat fixed 0 0;/**/
	/*background-image: linear-gradient(#333, #000);*/
	/*color: #282828;*/
	color: #FFF;
	font-family: Arial; 
	font-size: 13px;
	height: 100%;
}

body {
    line-height: 1;
}

body.body-tab1 {
	background: #179ecf url("../img/IMAG1593_1L.jpg") no-repeat fixed 0 0;
}

h1, h2, h3 {
    color: #282828;
}
/*
h1 {
	font-size: 30pt;
    margin: 10px;
    text-align: center;
    text-shadow: 2px 2px 3px #ccc;
}

h2 {
	background-color: #282828;
	border-radius: 5px;
	color: #FFF;
	padding: 6px;
}
*/
/*

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.tcalc-layout {
	margin: 0 auto;
	width: 680px;
}

table.tcalc-layout td {
	padding: 3px 2px;
	height: 20px;
}

table.tcalc-layout td:nth-child(1) {
	width: 300px;
}

table.t-result td:nth-child(2) {
	font-weight: bold;
	text-align: right;
	width: 150px;
}

table.tcalc-layout tr:nth-child(even) {
	background: #f0f0f0 none repeat scroll 0 0;
}

table.tcalc-layout tr:hover {
	background: #bae7f7 none repeat scroll 0 0;
}

table.t-discount-payback th {
	text-align: center;
}

table.t-discount-payback td {
	text-align: right;
}

table.t-discount-payback th:nth-child(1), table.t-discount-payback td:nth-child(1) {
	text-align: center;
	width: 60px;
}
*/

table.tcalc-layout {
	width: 300px;
}

table.tcalc-layout td {
	/*min-width: 50%*/
	padding: 3px 3px 3px 5px;
	vertical-align: bottom;
}

table.tcalc-layout td:nth-child(1) {
	width: 180px;
}

table.tcalc-layout td:nth-child(2) {
	width: 90px;
}

table.tcalc-layout td:nth-child(2) input {
	width: 70px;
}

table.tcalc-layout td:first-child {
    padding-left: 12px;
}

table.tcalc-layout tr.no-border {
    border: none;
}

table.tcalc-layout tr.th-section {
	color: #B5BDF6;
	font-size: 12px;
	background-color: rgba(82,46,146, 0.65);
	font-weight: bold;
	border: none;
}

table.tcalc-layout tr.th-section td {
	padding: 6px 0 3px 6px;
}

#calc-container {
	background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    margin: 0 auto;
    padding: 10px;
    width: 720px;
}

input[type="text"], textarea, select {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #AAA;
   /* box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25) inset;*/
    padding: 2px;
}

input[type="text"]:focus, textarea:focus, select:focus {
    background: #e8f7fc;
	border-color: #0f698a;
}

input[type="text"] {
	text-align: right;
	padding-right: 5px;
	width: 149px;
}

select {
    /*padding: 5px 6px;*/
	width: 140px;
}

textarea {
    line-height: 1.4em;
}

#calculate {
	font-weight: bold;
}
.neg-value {
	color: #ff1150;
}
p.dpbp {
	font-weight: bold;
	padding-left: 20px;
}
#dash-header {
}
#r0-container, #r1-container, #r2-container, #r3-container{
	margin: 5px;
}

.t-opex {
	margin-bottom: 8px;
}

.t-opex td {
	padding: 6px;
}

#txt_discount_rate {
	height: 20px;
	width: 60px;
}

#cmb_dpb_years {
	padding: 0;
	height: 20px;
	width: 50px;
}

.dpb-input {
	padding: 0 5px;
	margin-top: 4px;
}

.dpb-input span{
	display: inline-block;
	width: 120px;
}

.dpb-input input, select {
	padding: 2px 2px 2px 2px;;
}

.dpb-input-txt{
	width: 85px!important;
}

.table-dpb {
	margin-bottom: 8px;
}

.table-dpb td {
	padding: 3px 6px 3px 0px;
	vertical-align: middle;
	text-align: right;
}

.table-dpb th {
	padding-right: 20px;
	text-align: center;
}

.table-dpb td:first-child, .table-dpb th:first-child {
	padding-left: 3px;
}

/*#r1-container div {
    /* background: rgb(103, 58, 183); Fall-back for browsers that don't support rgba */
   /* background: rgba(103, 58, 183, .5);
}*/

h4.price-hist {
	/*background: rgba(51, 0, 102, 0.9) !important;*/
	/*padding: 2px 3px;*/
	text-align: center;
	color:#FFF !important;
	font-weight: normal;
}

.hist-graph-container {
	box-shadow: #000 0px 0px 7px !important;
	width: 100% !important;
}

.historic-data-period-container {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin-left: 50px;
	text-decoration: italic;
	/*background-color: rgba(51, 0, 102, .7);*/
	padding: 3px 20px;
}

.historic-data-period-container input {
	background: none;
	border: none;
	color: #FFF;
	font-weight: bold;
	border-bottom: 2px solid #330066;
	text-align: center;
	width: 90px;
	text-decoration: none;
	font-size: 14px;
}

.historic-data-period-container input[type=button] {
	border-bottom: none;
}

.hist-avg-container {
	background: rgb(38, 0, 76);
	text-align: center;
	padding-bottom: 5px;
    color: #AAA;
}

.envisum-button:hover {
	box-shadow: 0px 0px 5px #333;
}

.e-graph-container {
	/*width: 300px;
	height: 300px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 10px !important;
	position: relative;
	display: inline-block;
	float: left;*/
	padding: 0;
	margin: 0 !important;
}
#t-indexes-ratios {
	background-color: rgba(0,0,0,0.2);
}

#t-indexes-ratios tr:hover {
	color: #3d226d;
}

#t-indexes-ratios td:nth-child(2) {
	text-align: right;
}

.hfo-indexes tr:hover {
	color: #117b1d;
}

.hfo-indexes td:nth-child(2) {
	text-align: right;
}

.t-var-avg tr:hover {
	color: #051a38;
}

.t-input tr:hover {
	color: #3d226d;
}

.e-tool-header {
	background-image: linear-gradient(#000, #444);
}

#r0-container {
	display: block;
}

#r1-container, #r2-container, #r3-container, #r4-container {
	display: none;
}

.tooltip-icon {
	border: 1px solid #EFEFEF;
	box-shadow: #333 0px 0px 2px;
	color: #333;
	border-radius: 15px;
	height: 14px;
	width: 14px !important;
	margin: 1px 0 0 3px;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	line-height: 11px;
	background: #EFEFEF;
	/*opacity: 0.7;
    filter: alpha(opacity=70);*/
	position: absolute;
}

.tooltip-icon:hover, #t-indexes-ratios .tooltip-icon:hover {
	background-color: rgba(34,34,34,0.97);
	border: 1px solid #222;
	color: #EFEFEF;
}

h4 .tooltip-icon {
	position: relative;
	top: -2px;
}

#t-indexes-ratios .tooltip-icon {
	background-color: #8b64ce;
	border: 1px solid #673ab7;
	color: #e2d8f3;
	position: relative;
	margin-top: -1px;
}

.dpb-input .tooltip-icon {
	margin-top: 7px;
}

.table-dpb th .tooltip-icon {
	right: -40px;
	position: relative;
	top: -10px;
}

/*
#t-indexes-ratios .tooltip-icon:hover {
	background-color: #8b64ce;
	border: 1px solid #673ab7;
	color: #e2d8f3;
	position: relative;
	margin-top: -1px;
}
*/

/*
.tooltip-icon:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);
}

[tooltip]:hover{
  margin: 0px;
  position: relative;
}
[tooltip]::before {
    content: "";
    position: absolute;
    top:50%;
    left:100%;
    margin-left:1px;
    transform:translatey(-50%) rotate(90deg);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0,0,0,0.7) transparent transparent     transparent;
    z-index: 100;
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left:100%;
    top: 50%;
    margin-left:8px;
    transform: translateX(0%)   translateY(-50%);
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    padding:4px 2px;
    font-size: 12px;
    min-width: 80px;
    border-radius: 5px;
    pointer-events: none;
}	
*/


.c-tooltip {
	position: absolute;
	top: 4px;
	/*left: 5px;*/
	left: -100px;
	padding: 5px;
	border-radius: 3px;
	background-color: rgba(34,34,34,0.97);
	font-size: 11px !important;
	font-weight: normal;
	line-height: 12px;
	box-shadow: #333 0px 0px 2px;
	margin-right: 10px;
	font-family: Verdana, sans-serif;
    text-align: left;
	z-index: 9999;
}
