@font-face {
    font-family: 'Nunito', 'Lato', sans-serif;
    -webkit-text-fill-color: #aaa;
    color: #aaa;
    font-weight: 100;
    margin: 0;
}

body {
    font-family: 'Nunito', 'Lato', sans-serif;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


/* unvisited link */

a:link {
    color: #777;
}


/* visited link */

a:visited {
    color: #777;
}


/* mouse over link */

a:hover {
    color: #000;
}


/* selected link */

a:active {
    color: #777;
}

.details_title {
    font-family: 'Poppins', 'Lato', sans-serif;
    font: 13px;
    color: #DDD;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    font-size: 1em;
    padding: 10px;
    visibility: hidden;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

.details_text {
    color: #DDD;
    font-size: 0.85em;
}

.details_text_negative {
	color: #F00;
	font-size: 0.85em;
}

a.details_text {
    background-color: rgba(0,0,0,0);
    color: #DDD;
}

img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#advancedSettings {
    font-size: 11px;
    color: #aaa;
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: 1;
}

.settings {
    font-size: 11px;
    color: #aaa;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

#keystrokes {
    font-size: 11px;
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

#powered {
    color: #aaa;
    position: absolute;
    right: -100px;
    bottom: 20px;
    z-index: 1;
    width: 250px;
}

#poweredby {
    font-size: 11px;
    color: #aaa;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

img {
    padding-left: 10px;
    padding-right: 0px;
    vertical-align: middle;
    height: 40%;
    width: 40%;
}

#configText {
    background-color: rgba(255, 255, 255, 0);
    font-family: Monaco;
    height: 305px;
    vertical-align: top;
    text-align: left;
    margin: 20px 20px 0px;
    border: none;
}

#configText:focus {
    outline: none !important;
}

#advancedSettings {
    border: 1px solid #a1a1a1;
    background: #dddddd;
    width: 305px;
    border-color: #ddd;
    background-color: rgba(255, 255, 255, 0.9);
}

.btnReset,
.btnSave,
.btnToggle {
    border-radius: 0px;
    font-family: Arial;
    color: white;
    font-size: 14px;
    background: #ddd;
    padding: 10px 20px 10px 20px;
    border: solid #b7b7b7 1px;
    text-decoration: none;
    width: 50px;
    margin: 20px;
}

.btnSave {
    float: right;
    background: #6db288;
}

.btnReset {
    background: #e44c1d;
}

.btnToggle {
    background: #999999;
    font-size: 10px;
    padding: 5px;
    margin: 5px;
    width: 25px;
}

.btnSave:hover {
    background: #5da278;
    text-decoration: none;
}

.btnReset:hover {
    background: #d43c12;
    text-decoration: none;
}

#settingsIcon {
    height: 30px;
    width: 30px;
    margin: 10px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.canvas > canvas {
    opacity: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.fadeIn > canvas {
    opacity: 1;
}

/*vertical menu styles*/
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	float: left;
}
#vecSym {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	/*color: #F4dc42;*/
	/*color: #238DC3;*/
	color: #EEE;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
	width: 452px;
}

#vecPE, #vecEG, #vecMCap {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #DDD;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
	width: 170px;
}

.pos {
	color: #DDD;
}
.neg {
	color: #F00;
}

.colorA {
	/*background-color: #2cc42c;*/
	color: #333;
	background-color: rgba(60,180,75,0.75); /* Green */
	border: 1px solid #3CB44B;
	box-shadow: inset 0 -13px 0 0 rgba(0,0,0,0.08);
}
.colorB {
	/*background-color: #a1d600;*/
	color: #333;
	background-color: rgba(190,210,42,0.75); /* Yellow Green */
	border: 1px solid #BED22A;
	box-shadow: inset 0 -13px 0 0 rgba(0,0,0,0.03);
}
.colorC {
	/*background-color: #e8e834;*/
	color: #333;
	background-color: rgba(255,225,25,0.75); /* Yellow */
	border: 1px solid #FFE119;
	box-shadow: inset 0 -13px 0 0 rgba(130,120,52,0.06);
}
.colorD {
	/*background-color: #e89313;*/
	color: #333;
	background-color: rgba(247,158,42,0.75); /* Orange */
	border: 1px solid #F79E2A;
	box-shadow: inset 0 -13px 0 0 rgba(186,78,53,0.14);
}
.colorF {
	/*background-color: #d14836;*/
	color: #333;
	opacity: 0.85;
	background-color: rgba(230,25,75,0.95);
	border: 1px solid #E6194B;
	box-shadow: inset 0 -13px 0 0 rgba(0,0,0,0.12);
}

/* Vector div CSS */

.container {
	margin: 0 auto;
	width: 1000px;
}


.fcontainer {
	padding-left: 10px;
	padding-right: 10px;
}

.markerBoundaries {
	width: 970px;
	height: 20px;
	margin: auto;
}

.scaleBoundaries {
	position: relative;
	width: 1200px;
	margin: 0 -100px;
	top: -70px;
}

.gradientBars {
	padding: 80px 0;
	padding-bottom: 60px;
}

.companyMarker {
	position: relative;
	margin: 0px;
	left: 0; /* This value has to change with the specific rating parameters*/
}

img.companyMarker {
	position: relative;
	left: -6px;
	bottom: -20px;
}

svg.companyMarker {
	position: relative;
	left: -24px;
	top: -8px;
	bottom: 0px;
}

.subIndustryBalloon, .companyBalloon {
	background-color: white;
	border-radius: 5px;
	padding: 15px 10px;
	margin-left: -50px;
	position: relative;
	left: -16px;
	top: -35px;
}

.subIndustryBalloon {
	top: 35px;
}

.subIndustryMarker {
	position: relative;
	margin: 0px;
	left: 0%; /* This value has to change with the specific rating parameters*/
}

img.subIndustryMarker {
	position: relative;
	left: -6px;
	top: -23px;
	bottom: -20px;
}

svg.subIndustryMarker {
	position: relative;
	left: -24px;
	top: 4px;
	bottom: 0px;
}


div.gradientScale {
    display: table;
    width: 100%;
    table-layout: fixed;    
}
div.gradientScale span {
	color: white;
    display: table-cell;
    text-align: center;
}

.component_table {
	 width: 1000px;
}

.column1, .column2, .column3 {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	color: #000;
	background-color: rgba(0,0,0,.85);

	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,.85);
	width: 166px;
	height: 15px;
	padding: 0 10px;
}

.column2 {
	background-color: #53bb6a;
	text-align: center;
	color: #000;
	width:150px;
}

.column3 {
	color: #EEE;
	background-color: rgba(0,0,0,.85);
	width:620px;
}

.ratingDetailBar {
	 width: 1000px;
}

.col1, .col2, .col3, .col4 {
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	border-collapse:collapse;
	width: 125px;
	height: 15px;
	padding: 0;
	margin: 0;
}

.col1 {
	border-style: solid;
	border-width: 1px;
	border-right-width: 3px;
	border-color: rgba(0,0,0,0);
	color: #FFF;
	background-color: rgba(0,0,0,0);
}

.col2 {
	width: 333px;
	border-style: solid;
	border-width: 1px;	
	color: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
}

.col3 {
	color: #FFF;
	border-color: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0);
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}

.col4 {
	width: 333px;
	text-align: center;
}

.item {
	width: 1000px;
	height: 11px;
	display: table-cell;
	border-collapse:collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 0;
	background-color: rgba(0,0,0,.85);
}

#ReturnToCube {
	position: absolute;
	left: 30px;
	top: 90px;
	background-color: rgba(82,187,105,.85);
	color: #000;
	cursor: pointer;
	display: none;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 1;
}

#ReturnToCube a:hover {
	color: #EEE;
}
