/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */

/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {

  /* Underline all links. */
  a:link,
  a:visited {
    text-decoration: underline !important;
  }

  /* Don't underline header. */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* Add visible URL after links. */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }

  /* Only display useful links. */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }

  /* Add visible title after abbreviations. */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
	font-family:Open Sans;
	font-weight:normal;
  }

  /* Hide sidebars and nav elements. */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
  

h2 {
	font-size:16pt;
	font-weight:bold;
	font-family:Open Sans;
}

hr{
	height:0;
}
}

/*---- EGOS REPORT ----*/
.print-footer {
	font-size:9pt;
	color:#999;
	text-align:right;
	width:100%;
	clear:both;
}

.print-title{
	margin-bottom:8px;
	margin-top:10px;
}

#egos-qualitative-report {
	margin-top:0px;
}
.egos-report-sub-title h2{
	text-align:center;
	font-size:16pt;
	font-weight:bold;
	margin-bottom:0;
	margin-top:0;
}
#egos-personalities-adapted, #egos-personalities-natural{
	font-size:14pt;
	font-weight:bold;
	color:#000;
	font-style:normal;
}
#egos-report-user-name{
	font-style:normal;
	font-weight:normal;
	color:#000;
}
#egos-personalities{
	clear:both;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
#egos-report-characteristics{
	clear:both;
	font-size:11pt;
}
#egos-report-characteristics h3{
	text-transform:uppercase;
	margin-bottom:5px;
}
#egos-report-characteristics-text{
	margin-top:10px;
}
#egos-qualitative-report ul{
	margin-top:10px;
	margin-bottom:10px;
}
#egos-report-strengths{
	float:left;
	width:50%;
}
#egos-report-strengths h3{
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:10px;
}
#egos-report-weaknessess{
	float:right;
	width:50%;
}
#egos-report-weaknessess h3{
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:10px;
}
#egos-report-ideal-setting{
	float:left;
	width:50%;
	padding-bottom:20px;
}
#egos-report-ideal-setting h3{
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:10px;
}
#egos-report-dev-opportunities{
	float:right;
	width:50%;
	padding-bottom:20px;
}
#egos-report-dev-opportunities h3{
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:10px;
}
.egos-report-separator{
	width:100%;
	border-width:1px;
	border-color: #000;
	clear:both;
	margin-bottom:5px;
}
/*---- EGOS REPORT ----*/

  
/*---- RELATORIO MAPA EGOS ---*/

#egos-report-info{
	margin-bottom:5px;
}

#egos-report-date{
	font-size:11pt;
	font-weight:normal;
	color:#AAA;
}

.egos-report-sub-title{
	clear:both;
}

#egos-chart-wrapper{
	width:400px;
	height:400px;
	margin:0 auto;
}

#egos-chart-column{
	display: inline-block;
	width:400px;
	left:25%;
}

#egos-chart-profile-column-es{
	width:auto;
	max-width:28%;
	left:-50%;
	display: inline-block;
	vertical-align:center;
	float:left;
	margin-top:40px;
}

#egos-chart-profile-column-go{
	width:auto;
	max-width:28%;
	display: inline-block;
	vertical-align:center;
	float:right;
	margin-top:40px;
}

#egos-chart{
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

#egos-chart-chart{
	width:400px;
	height:400px;
}

#egos-chart-notes{
	margin-top:0;
	margin-bottom:10px;
	float:left;
	clear:both;
}

#egos-chart-shapesize-note{
	font-size:11pt;
	color:#999;
	width:100%;
}

.egos-report-group-note{
	font-size:10pt;
	color:#999;
	width:100%;
	display:inline-block;
}

.egos-chart-desc-title{
	font-size:11pt;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	padding-top:8px;
}

.egos-chart-desc-text{
	font-size:11pt;
	font-weight:normal;
	color:#FFF;
	padding:0 20px;
	line-height:14pt;
}

.egos-chart-desc-text span{
	display:table-cell;
	vertical-align:middle;
	height:75px;
}

#egos-chart-e-desc{
	float:left;
	clear:right;
	background-color:#F30D00;
	margin-bottom:75px;
	height:120px;
	border-radius: 10px;
}

#egos-chart-s-desc{
	float:left;
	background-color:#FBC048;
	height:120px;
	border-radius: 10px;
}

#egos-chart-g-desc{
	float:left;
	clear:right;
	background-color:#0071C3;
	margin-bottom:75px;
	height:120px;
	border-radius: 10px;
}

#egos-chart-o-desc{
	float:left;
	background-color:#28B93D;
	height:120px;
	border-radius: 10px;
}

/*---- RELATORIO MAPA EGOS ---*/
  



