@charset "UTF-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,600,700);*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);

body, html{
	color:#333;
	font-size:11px;
	font-weight:400;
  	/*font-family: "Exo 2", "Helvetica Neue", Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a:link{ color: #fff; text-decoration: none; opacity: .5 }
a:hover{ color: #fff; text-decoration: none; opacity: 1 }
a:active{ color: #fff; text-decoration: none; opacity: 1 }
a:visited{ color: #fff; text-decoration: none; opacity: .5 }

::-webkit-input-placeholder { color: inherit; opacity: .3 }
:-moz-placeholder { color: inherit; opacity: .3 }
::-moz-placeholder { color: inherit; opacity: .3 }
:-ms-input-placeholder { color: inherit; opacity: .3 }

input:focus::-webkit-input-placeholder {  opacity:0 }
input:focus:-moz-placeholder { opacity: 0 }
input:focus::-moz-placeholder {  opacity: 0 }
input:focus:-ms-input-placeholder {  opacity: 0}


.bold{ font-weight:700}
.light{ font-weight:100}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#curtain{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#title{
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 400px;
	z-index: 1;
	text-align: center;
	font-size: 24px;
	font-weight: 200;
	color: #f00;
}

#subtitle{
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 400px;
	z-index: 1;
	text-align: center;
	color: #f00;
	display: none;
}

#subtitle_lb{
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	background: #333;
	padding: 8px 16px;
	border-radius: 30px;
	color: #fff;
	cursor:pointer;
	padding-right: 40px;
	position: relative;
}


#subtitle_x{
	position: absolute;
	right: -4px;
	top: -4px;
	width: 36px;
	height: 36px;
}


#tooltip{
	position: fixed;
	z-index: 10;
	padding: 5px 10px;
	font-size: 12px;
	background: #333;
	border-radius: 20px;
	display: none;
	text-transform: uppercase;
}

/* map */

#connections{
	position:absolute;
	z-index: 1;
}

#radar{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}

.tech_lb{
	font-size: 5px;
	font-weight: 300;
}

.radar_num{
	font-size: 4px;
	font-weight: 500;
}

.radar_lb{
	font-size: 9px;
	font-weight: 700;
}

.graph_scale{
	font-size: 4px;
	font-weight: 500;
}

.radar_scale{
	font-size: 4px;
	font-weight: 200;
}

.macro .tech_lb{ font-size: 4px }
.lb_off .tech_lb{ display: none }
.lb_off .start{ display: none }
.lb_off .cluster_label{ display: none }
.tech_container { cursor: pointer }

/* BTS */

.bt {
	width:42px;
	height:42px;
	position:absolute;
	background-color:#fff;
	border-radius:2px;
	cursor:pointer;
	z-index:1;
}

.bt svg{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	right: 3px;
}

#bt_zoom_in {
	right:400px;
}

#bt_zoom_out {
	right:400px;
}


/* CATEGORIES */


#categories_list{
	width: 174px;
	height: 42px;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;;
	bottom:15px;
	z-index:5;
}

.categ{
	width:42px;
	height:42px;
	border-radius:50px;
	cursor:pointer;
	z-index:1;
	position: relative;
	float:left;
	margin-right: 1px;
	margin-left: 1px;
}

.categ_icon{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -1px;
	left: -1px;
}

.categ_icon svg{
	width: 100%;
	height: 100%;
}

.categ_lb{
	position: absolute;
	left: 42px;
	width: 350px;
	height: 40px;
	display: none;
}

.categ_name{
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px;
	height: 42px;
	float: left;
}
.categ_x{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.categ_x svg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* HELP */

#display_help{
	width: 802px;
	height: 100%;
	position: fixed;
	z-index: 3;
	top:0;
	left:-790px;
}

#help{
	position: absolute;
	height: 452px;
	width: 782px;
	right: 12px;
	margin: auto;
	top:0;
	bottom: 0;
	border: #006892 1px solid;
}

#bt_help{
	position: absolute;
	bottom: 50%;
	left: 800px;
	display: table;
	/* swift: deleted */
	display: none;
	/* swift */
}

#help_ico{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 700;
}

/* DISPLAY SETTINGS */

#display_settings{
	position:fixed;
	width:350px;
	height:0;
	left:-350px;
	top:50%;
	z-index:3;
	background: #f00;
}

#display_settings_cont{
	width:340px;
	position:absolute;
	top:0;
	right:0;
	border-radius:2px;
	border:#fff 1px solid;
	font-size: 13px;
	padding-top: 21px;
	overflow: hidden;
}

#bt_settings{
	width:42px;
	height:42px;
	position:absolute;
	border-radius:2px;
	cursor:pointer;
	z-index:1;
	display: table;
	top: 1px;
	/* swift: middle */
	top: -18px;
	/* swift */
	left:360px;
	padding-left: 20px;
	text-align: left;
}

#bt_settings span{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}

#bt_settings svg {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 3px;
	right: 3px;
}

.setting{
	width: 100%;
	height: 25px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 8px;
}

.flush{
	position: absolute;
	right:-2px;
	width: 42px;
	height: 42px;
	z-index: 3;
	cursor: pointer;
}.flush svg{ width: 100%; height: 100%;}

#setting2_flush{
	top:48px;
}

#setting3_flush{
	top:81px;
}

.setting .setting_lb {
	font-size: 13px;
	position: relative;
	top: 6px;
	left: 90px;
	opacity: .3;
}

.setting_lb .normal{
	font-weight: 400;
	font-size: 13px;
}

.setting.list .setting_lb {
	top: 0;
}

.setting_on_off {
	position: absolute;
	left: 15px;
	top: 0;
	width: 60px;
	height: 24px;
	background: #fff;
	color: #333;
	border-radius: 15px;
	overflow: hidden;
	padding: 2px 0;
	text-align: center;
	font-size: 12px;
	text-overflow: clip;
	white-space: nowrap;
	border: #ccc 1px solid;
	pointer-events: none;
}

.setting_result{
	font-weight: 700;
}

.setting_on_off_lb {
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 14px;
	height: 14px;
	font-weight: 400;
}

.setting_on_off_lb .circle {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #333;
}

.setting_on_off_lb span {
	position: absolute;
	top: 0;
	width: 40px;
	text-align: center;
	display: block;
}

.setting_on_off_lb .lb_off { right: -40px; }
.setting_on_off_lb .lb_on { left: -40px; }

#tech_options{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tech_option{
	border-radius: 0;
	width: 100%;
	height: 65px;
	padding-top:25px;
	padding-left:20px;
	border-top: #ccc 1px solid;
	padding-left: 90px;
	cursor: pointer;
	font-weight: 700;
}

.tech_option_type{
	font-weight: 300;
}

.tech_option_bt{
	margin-bottom: 4px;
	font-size: 13px;
	cursor: pointer;
	opacity: .3;
}

#tech_options_list{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 340px;
	border-top:#eee 1px solid;
}

.options_list{
	display: none;
	height: 100%;
	overflow: auto;
	padding: 20px 0 0 90px;
}


.list_arrow{
	position: absolute;
	right: 10px;
	width: 42px;
	height: 42px;
	pointer-events: none;
}

.list_arrow_back{
	position: absolute;
	left: 10px;
	width: 42px;
	height: 42px;
	pointer-events: none;
}

.list_ico{
	position: absolute;
	left: 27px;
	width: 42px;
	height: 42px;
	pointer-events: none;
}

.ico_order{ top: 15px; }
.ico_distance{ top: 80px; }
.ico_radius{ top: 145px; }
/*
#display_list_order{
	position: absolute;
	top: 52px;
	left: 10px;
	width: 380px;
	height: 42px;
	overflow: hidden;
	z-index: 4;
}

#order_ico_div{
	pointer-events: none;
}

#order_ico_div svg{
	width: 100%;
	height: 100%;
}

#display_list_order_ul{
	position: absolute;
	left: 20px;
	top: 54px;
}

#display_list_order_header{
	height: 30px;
	margin-top: 13px;
	margin-left: 20px;
	font-size:12px;
	cursor: pointer;
}*/

#display_list{
	z-index: 5;
}

#order_list_lb{
	font-weight: 700;
}

#order_ico_div{
	position: absolute;
	right: 3px;
	top: 3px;
	width: 42px;
	height: 42px;
}

#list_back{
	width: 80px;
	height: 200px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

/* ABOUT */

#bt_about{
	bottom: 10px;
	bottom: 10px;
	right: 400px;
}

#display_about{
	right: -390px;
	z-index: 5;
}

#about{
	width:380px;
	line-height: 18px;
	font-size: 14px;
	padding: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #f00;
	overflow: auto;
	border-radius: 3px;
}

#version{
	position: absolute;
	right: 60px;
	bottom: 15px;
	font-size: 12px;
	font-weight: 400;
	width: 50px;
	text-align: right;
	opacity: .5;
}

#version:hover{ opacity: 1;}


#about h1{
	font-size:20px;
	font-weight: 700;
	margin: 20px 0;
}

#about h2{
	font-size:16px;
	font-weight: 700;
	margin-bottom: 20px;
}

#about b{ font-weight: 700 }
#about i{ font-style: italic }

#about a:link{ text-decoration: none; font-weight: 700}
#about a:hover{ text-decoration: underline; font-weight: 700 }
#about a:active{ text-decoration: none; font-weight: 700 }
#about a:visited{ text-decoration: none; font-weight: 700 }

#about hr{
	border:none;
	height:1px;
	margin: 20px 0;
}


#about p{
	margin-bottom: 10px;
	line-height: 20px
}


#about img{
	width: 100%;
}

/* full screen */

#full_screen{
	right: 10px;
	top: 10px;
}



/* SETTINGS */

.setting_link{
	float: right;
	width: 115px;
	height: 26px;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	position: relative;
	top: -6px;
}


/* DISPLAY */

.display{
	position:fixed;
	top:0;
	width:390px;
	height:100%;
	z-index:3;
	color: #f00;
	display: none;
}

#settings_list{
	padding-bottom: 20px;
}


.display_left{ left:-390px; }
.display_right{ right:-390px; }

.display_header {
	position:absolute;
	height: 42px;
	width:380px;
	top: 10px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	background:#fff;
	overflow:hidden;
}

.hr{
	border-bottom:#fff 1px solid;
}

.display_right .display_header{left:0;}
.display_left .display_header{right:0;}

.display_header.title{
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 600
}

/* SEARCH */

#bt_list{
	top:10px;
	bottom: 0;
	left: 400px;
}

#bt_list_cancel{
	position: absolute;
	top: 3px;
	right: 3px;
	width:36px;
	height:36px;
	position:absolute;
	cursor:pointer;
	z-index: 1;
}


#tech_list{
	width:380px;
	position:absolute;
	bottom:10px;
	left:10px;
	overflow:auto;
	overflow-x:hidden;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	border:#fff 1px solid;
}


.list_bt{
	height:36px;
	display:table;
	cursor:pointer;
}


.label{
	padding-left:20px;
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

#search {
	border: none;
	width: 100%;
	height: 100%;
	outline: 0;
	background: none;
	font-size: 12px;
	overflow: hidden;
	text-overflow:clip;
	white-space:nowrap;
	padding: 14px 20px 14px 43px;
}

#search_ico_div{
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 2;
	width: 30px;
	height: 30px;
}#search_ico_div svg{ width: 100%; height: 100% }

/* ITEM */

.itm {
	width:100%;
	height:54px;
	overflow:hidden;
	position:relative;
	cursor: pointer;
	display: table;
}

.itm2 {
	width:100%;
	height:18px;
	overflow:hidden;
	position:relative;
	cursor: pointer;
	display: table;
	margin-bottom: 5px;
}

.itm_star{
	width:32px;
	height:32px;
	position:absolute;
	right: 3px;
	top: 14px;
}.itm_star svg{
	width: 100%;
	height: 100%;
}

.itm_categ {
	width: 3px;
	height: 54px;
	position: absolute;
	left: 0;
	background-color: #ccc;
	z-index: 3;
}

.itm_img {
	width:54px;
	height:54px;
	background-size:cover;
	position: absolute;
	top: 0;
	left: 4px;
}

.itm_mask{
	position: absolute;
	width:54px;
	height:54px;
	top: 0;
	left: 0;
	z-index: 40;
}

.itm_lb{
	padding-left:80px;
	padding-right: 40px;
	width: 100%;
	height:100%;
	font-size: 15px;
	line-height: 18px;
	display: table-cell;
	vertical-align: middle;
}

.itm2_lb{
	padding-left:0;
	padding-right: 40px;
	width: 100%;
	height:100%;
	font-size: 15px;
	line-height: 18px;
	display: table-cell;
	vertical-align: middle;
}

.itm_bars{
	width:250px;
	height:20px;
	position:absolute;
	left:80px;
	top:35px;
	overflow:hidden;
}

.bar{
	width:100%;
	height:2px;
	position:absolute;
	left:0;
}

.group{
	width:100%;
	position:relative;
	padding-top: 30px;
}

.group_lb{
	font-weight: 600;
	width: 353px;
	font-size: 12px;
	padding: 8px 14px;
	margin-bottom: 1px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.group_lbg{
	font-weight: 300;
	font-size: 24px;
	padding-top: 35px;
	padding-left:14px;
	cursor: pointer;
	position: relative;
	height: 55px;
}

.group_categ_icon{
	position: absolute;
	right: 5px;
	width: 33px;
	height: 33px;
	top: 28px;
}

.group_icon{
	position: absolute;
	right: 2px;
	width: 25px;
	height: 25px;
	top: 2px;
}

/* CARD */

#display_card{
	position:fixed;
	right:-390px;
	width: 390px;
	height:100%;
	z-index: 6;
}

#card{
	width: 380px;
	position: absolute;
	top:10px;
	background-color:#fff;
	border-radius:2px;
	overflow: hidden;
}


#bt_close_card{
	position:absolute;
	left:0;
	top:10px;
	z-index: 1;
}

#card_ico{
	position: absolute;
	top: 10px;
	left: 14px;
}

#card_ico_lb{
	position: absolute;
	top: 16px;
	left: 45px;
	color: #666;
	font-size: 10px;
	font-family: Arial, sans-serif;
}

#bt_star{
	position: absolute;
	top: 76px;
	left: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}#bt_star svg{
	width: 100%;
	height: 100%;
}

#card_img{
	height: 214px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border:#fff 1px solid;
	overflow: hidden;
	border-radius: 3px;
	border-bottom:#eee 1px solid;
}

.tech_img{
	width:250px;
	background-size: cover;
}

#card_pos{
	font-size: 11px;
	width: 100%;
	line-height: 20px;
	margin-bottom: 20px;
	opacity: .3;
}

#card_nav{
	font-size: 12px;
	width: 100%;
}

.nav_itm{
	display: inline-block;
	margin: 0 2px;
}

.teste{
	margin: 0 5px;
}

#card_levels{
	width: 45px;
	height: 42px;
	margin: 0 auto;
	font-size: 0;
}

#card_back{
	width: 21px;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	background: #333;
	border-radius: 20px;
	font-weight: 700;
	overflow: hidden;
}

.card_level{
	display: inline-block;
	width: 15px;
	text-align: center;
	font-size: 30px;
	padding-top:12px;
	opacity: .3;
}

.card_level.current{
	opacity: 1;
}

#card_data{
	width:100%;
	padding:20px 40px;
	overflow-y:scroll;
	overflow-x:hidden;
	position: relative;
	font-size: 14px;
	line-height:18px;
}

#card_name{
	font-size:24px;
	font-weight:600;
	margin-bottom:10px;
	width: 100%;
	line-height: 30px;
	position: relative;
}

#card_description{
	margin: 10px 0;
	margin-right: 0;
	margin-bottom: 40px;
}

.card_description_tx{
	margin-bottom: 20px;
}

.itm_description{
	margin: 10px 0 20px 0;
	font-weight: 400;
}

#card_chart{
	width: 300px;
	height: 320px;
	margin-top: 20px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
}

.card_chart_sc{
	font-weight: 700;
	background: #333;
	padding: 3px;
	border-radius: 20px;
	display: inline-block;
	width: 50px;
	text-align: center;
	margin: 0 5px;
}

#card_chart_svg {
	width: 100%;
	height: 100%;
}

#card_chart_viability {
	position: absolute;
	top: 150px;
	right: 50%;
	text-align: right;
}

#card_chart_importance{
	position: absolute;
	top: 150px;
	left: 50%;
	text-align: left;
}

#card_chart_readiness{
	font-size: 16px;
	position: absolute;
	top: 190px;
	width: 46%;
	left: 28%;
	text-align: center;
	background: #333;
	padding: 7px;
	border-radius: 20px;
	font-weight: 200;
}

#card_chart_readiness_sc{
	font-weight: 600;
	margin-left: 10px;
}

#classification{
	width: 100%;
	margin: 20px 0;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	position: absolute;
	top: 220px;
}

#classification_lb{
	position: relative;
	bottom: 10px;
}

#classification_ico{
	display: inline-block;
	width: 36px;
	height: 36px;
	position: relative;
}

#classification_ico svg{
	width: 100%;
	height: 100%;
}

#classification_tx{
	width: 60%;
	position: relative;
	left: 20%;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}

.related{
	width: 100%;
	margin: 20px 0;
	width: 300px;
	position: relative;
}

.related_title{
	width: 100%;
	margin: 20px 0 10px 0;
	opacity: .3;
	padding-top: 5px;
	font-size: 11px;
	border-top: #fff 1px solid;
}

.card_title{
	font-weight: 700;
	font-size: 10px;
}

.sub_title_groups{
	font-size: 11px;
	margin-top: 20px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.sub_title{
	font-size: 13px;
	margin-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.sub_title.center{
	text-align: center;
}

.plus{
	position: absolute;
	right: 10px;
	top: 0;
	background: #333;
	text-align: center;
	width: 16px;
	height: 16px;
	overflow: hidden;
	border-radius: 10px;
	font-size: 10px;
}

/* READ MORE */

#bt_read_more{
	width:100%;
	height:43px;
	font-weight: 600;
	border-top:#eee 1px solid;
	display:table;
	position:absolute;
	left:0;
	bottom:0;
	cursor: pointer;
	font-size: 12px;
	display: none;
}
#bt_read_more svg{ width: 36px; height: 36px; position: absolute; right: 3px; top:3px; }

#logo_client {
	position: fixed;
	bottom: 10px;
	left: 15px;
	cursor: pointer;
	width: 200px;
	z-index: 2;
}

#card_location {
	margin-bottom: 10px;
}

#envisioning{
	position: fixed;
	z-index: 1;
	bottom: 25px;
	left: 70px;
}

/* ADJUSTMENTS */

.mt40{ margin-top: 40px;}
.mt20{ margin-top: 20px;}
.mb10{ margin-bottom: 10px;}
.fw100{ font-weight: 100 }
.pointer{ cursor: pointer }
