/**
 * White theme for reveal.js. This is the opposite of the 'black' theme.
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
  color: #fff; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #fff;
  background-color: #fff; }

.reveal {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 38px;
  font-weight: normal;
  color: #222; }

::selection {
  color: #fff;
  background: #98bdef;
  text-shadow: none; }

.reveal .slides > section,
.reveal .slides > section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #222;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
/*text-transform: uppercase;*/
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 2.5em; }

.reveal h2 {
  font-size: 1.6em; }

.reveal h3 {
  font-size: 1.3em; }

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: none; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 2%;
  line-height: 1.3; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 1em; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal q,
.reveal blockquote {
  quotes: none; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal sup {
  vertical-align: super; }

.reveal sub {
  vertical-align: sub; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color:#000;
  font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  text-decoration: none;
  font-size:90%;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
  word-break: break-all;
}

.reveal a:hover {
  color: #6ca0e8;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #1a53a1; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;}

.reveal section img.plain {
  border: 0;
  box-shadow: none; }

.reveal a img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #2a76dd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
  border-right-color: #2a76dd; }

.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
  border-left-color: #2a76dd; }

.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
  border-bottom-color: #2a76dd; }

.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
  border-top-color: #2a76dd; }

.reveal .controls .navigate-left.enabled:hover {
  border-right-color: #6ca0e8; }

.reveal .controls .navigate-right.enabled:hover {
  border-left-color: #6ca0e8; }

.reveal .controls .navigate-up.enabled:hover {
  border-bottom-color: #6ca0e8; }

.reveal .controls .navigate-down.enabled:hover {
  border-top-color: #6ca0e8; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #2a76dd;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }



/*********************************************
 * Moya's funk
 *********************************************/
div.slides > section {
	height:100% !important;
	width:100% !important;
}
section.withheader, section.titlecard {
	height:100% !important;
	width:100% !important;
	padding:0px !important;
}
img.bgimg {
	position:absolute !important;
	left:0px !important;
	right:0px !important;
	top:0px !important;
	width:100% !important;
	border:0px !important;
	box-shadow:none !important;
	max-width:100% !important;
	max-height:100% !important;
	margin:0px !important;
}
img.ui_logo {
	position: absolute !important;
	width: 20% !important;
	border: 0px none !important;
	box-shadow: none !important;
	left: 0px !important;
	right: 0px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	bottom: 9% !important;
}
div.footleft {
	position:absolute;
	left:1%;
	bottom:0px;
}
div.footright {
	position:absolute;
	right:1%;
	bottom:0px;
}
div.abs100 {
	position:absolute !important;
	width:100% !important;
	height:70%;
	top:30%;
}
.reveal .slides section .title_then_header:not(.visible), div.titletext {
	color:#EC4E22;
	font-size:1.6em;
	font-weight:600;
	margin:auto;
	top:0px;
	bottom:0px;
	height:0px;
	position:absolute !important;
	width:100% !important;
	opacity:1;
	visibility:visible;
}
.reveal .slides section .title_then_header.visible, div.inheader {
	position:absolute;
	width:100%;
	top:10px;
	color:#FFF;
}
div.inheader {
	position:fixed !important;
	visibility:hidden;
}
#reference_scroller {
	top:8% !important;
	height:92% !important;
	overflow-y:hidden;
	z-index:10;
}
#reference_scroller > p {
	text-align:left;
	font-size:80%;
	padding-left:30px;
	text-indent:-30px;
}

p.stpu, p.stpu-arrow {
	text-align:left;
}
p.stpu {
	padding-left:27px;
	text-indent:-27px;
}
p.stpu-arrow {
	padding-left:60px;
	text-indent:-31px;
}
p.stpu::before {
	content:"•\a0";
}
p.chill_at_top {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	width: 95%;
	height: 100px;
}

.overview section {
	background:rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.reveal object {
	margin-left:10px;
	margin-right:10px;
}

table {
	display:inline-block;
	max-width:100%;
	border-collapse:collapse;
	border: 1px solid rgb(0, 0, 0) !important;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	margin-top:16px;
	width:95%;
}

/* position texts with indices just like other texts */
td {
	vertical-align:super;
}

tbody.vbars > tr > td {
	text-align:center;
}

/* vertical bars between all columns */
tbody.vbars > tr > td {
	border-right:1px solid #000;
}
tbody.vbars > tr > td:last-child {
	text-align:left;
}

/* td only in existence for vertical bar */
td.b {
	padding:1px 1px 0px 0px;
}

tr > td:last-child {
	border-right: 0px solid #FFF !important;
}

/* table cell padding adjustments on a per-table basis */
.reveal tbody#evo_table_node_table_example_min > tr > td {
	padding:0px 1.5px;
}
.reveal tbody#evo_table_flat_table_example_min > tr > td {
	padding:0px 1.5px;
}
.reveal tbody#evo_table_flatter_table_example_min > tr > td {
	padding:0px 15px;
}
.reveal tbody#evo_table_node_merge_aftersort_1_c > tr > td {
	padding:0px 15px;
	line-height:1.15;
}
.reveal tbody#evo_table_node_merge_aftersort_2_c > tr > td {
	padding:0px 15px;
	line-height:1.15;
}
.reveal tbody#evo_table_node_merge_aftersort_3_c > tr > td {
	padding:0px 27px;
	line-height:1.15;
}
.reveal tbody#evo_table_node_merge_example_1 > tr > td {
	padding:0px 15px;
	line-height:1.1;
}
.reveal tbody#evo_table_node_merge_example_2 > tr > td {
	padding:0px 15px;
	line-height:1.1;
}
.reveal tbody#evo_table_node_merge_example_3 > tr > td {
	padding:0px 17px;
	line-height:1.1;
}
.reveal tbody#evo_table_node_merge_example_4 > tr > td {
	padding:0px 22px;
	line-height:1.1;
}
.reveal tbody#evo_table_fused_find_1 > tr > td {
	padding:0px 17px;
}
.reveal tbody#evo_table_fused_find_2 > tr > td {
	padding:0px 16.5px;
}

span.show_after_1, span.show_after_2 {
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
}

.reveal .out {
	visibility:hidden;
	/*position:absolute;*/
}
.reveal tr.out > td {
	line-height:0px;
}

.only_take_up_space_when_current {
	display:none;
}
.only_take_up_space_when_current.current-fragment {
	display:block;
}

.only_take_up_space_when_current_or_before {
	display:block;
}
.only_take_up_space_when_current_or_before.visible {
	display:none;
}
.only_take_up_space_when_current_or_before.current-fragment {
	display:block;
}

.only_take_up_space_when_current_or_after {
	display:none;
}
.only_take_up_space_when_current_or_after.visible, .only_take_up_space_when_current_or_after.current-fragment {
	display:block;
}

div.slides * {
	cursor:none;
}
div.slides {
	cursor:none;
}

body.cursory > div > div.slides * {
	cursor:default;
}
body.cursory > div > div.slides {
	cursor:default;
}
