/*
  A common approach is to use googleapis.com to generate css for the webfonts you want to use.
  The downside of this approach is that you have to be online. So below I have simply saved
  the output of the googleapis url into a file. Then you of course also have to make sure
  the webfonts are locally installed to make offline usage work. For Ubuntu (or Debian) I
  successfully used the script from here to do that: 
  http://www.webupd8.org/2011/01/automatically-install-all-google-web.html
*/


/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic|Cutive+Mono); */

@import url(fonts.css);

/*
    We display a fallback message for users with browsers that don't support
    all the features required by it. All of the content will be still fully 
    accessible for them, but some more advanced effects would be missing.
    When impress.js detects that browser supports all necessary CSS3 features, 
    the fallback-message style is hidden.
*/

.fallback-message {
    font-family: sans-serif;
    line-height: 1.3;
    width: 780px;
    padding: 10px 10px 0;
    margin: 20px auto;
    border: 1px solid #E4C652;
    border-radius: 10px;
    background: #EEDC94;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-supported .fallback-message {
    display: none;
}


/*
  The body background is the bacgkround of "everything". It could also be a
  picture or pattern, but we leave it as OHRI grey.
*/

body {
    font-family: 'PT Sans', sans-serif;
    min-height: 740px;
    background: rgb(215, 215, 215);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(241, 239, 239)));
    background: -webkit-radial-gradient(rgb(255, 255, 255), rgb(241, 239, 239));
    background: -moz-radial-gradient(rgb(255, 255, 255), rgb(241, 239, 239));
    background: -ms-radial-gradient(rgb(255, 255, 255), rgb(241, 239, 239));
    background: -o-radial-gradient(rgb(255, 255, 255), rgb(241, 239, 239));
    background: radial-gradient(rgb(255, 255, 255), rgb(200, 200, 200));
    /*background: rgb(176, 177, 166);
    color: rgb(70, 70, 70);
    */
}


/*
    Now let's style the presentation steps.
*/

.step {
    position: relative;
    width: 1800px;
    padding: 60px;
    margin: 60px auto;
    box-sizing: border-box;
    font-family: 'PT Serif', georgia, serif;
    font-size: 60px;
    line-height: 1.5;
}


/*
    Make inactive steps a little bit transparent.
*/

.impress-enabled .step {
    margin: 0;
    opacity: 0.2;
    transition: opacity 1s;
}

.impress-enabled .step.active {
    opacity: 1
}


/*
    These 'slide' step styles were heavily inspired by HTML5 Slides:
    http://html5slides.googlecode.com/svn/trunk/styles.css
    
    Note that we also use a background image, again just to facilitate a common
    feature from PowerPoint and LibreOffice worlds. In this case the background
    image is just the impress.js favicon - as if it were a company logo or something.
    
*/

.slide {
    display: block;
    width: 1850px;
    height: 1000px;
    padding: 40px 60px;
    /*background-image: url(../image/background.png);*/
    background-color: transparent;
    opacity: 0.2;
    border: 1px color: transparent;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    text-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 45px;
    letter-spacing: -2px;
}

.slide h1 {
    color: #707372;
}

.slide h2 {
    color: #002776;
    text-align: left;
}

.slide h3 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: left;
    color: #295D90;
    text-align: left;
}

.slide h4 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: left;
    color: rgb(70, 70, 70);
}


}
.slide p {
    text-align: center;
    margin: 0.7em;
}
.slide ul {
    list-style: none;
    text-align: left;
    list-style-position: inside;
}
ul li::before {
    content: "\2022";
    color: #C60C30;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    text-align: center;
}

}
.slide li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 3em;
    margin-right: 3em;
    text-align: center;
}

/* Highlight.js used for coloring pre > code blocks. */
.slide pre>code {
    font-size: 30px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.slide input {
    font-size: 1em;
}
.slide column-left {
    float: left;
    width: 50%;
}
.slide column-right {
    float: right;
    width: 50%;
}
blockquote {
    color: #723C7D;
    text-align: justify;
}
.credit {
    text-align: right;
}
.titleLogo::after {
    content: "";
    display: block;
    clear: both;
}
</style>/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.tg th {
    background-color: #409cff;
    border-color: #9ABAD9;
    border-style: solid;
    border-width: 0px;
    color: #fff;
    font-family: Arial,
    sans-serif;
    font-size: inherit;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}
.tg {
    border-color: inherit;
    font-family: Verdana,
    Geneva,
    sans-serif !important;
    ;
    font-weight: normal;
    text-align: center;
    vertical-align: top text-align: center;
    vertical-align: top tr:nth-child(even) {
        background-color: #f2f2f2;
    }
}

/*.container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0.5em;
}

header,
footer {
  grid-column: 1 / span 2;
  align-content:center;
  justify-content: center;
}




header,
main,
aside,
footer {
  display: flex;
  align-content: center;
  justify-content: center;
}
*/
.grid {
    display: grid;
    grid-template-rows: repeat(auto, 1fr);
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}
.box {
    color: inherit;
    padding: 10px;
    background: transparent;
    text-align: center;
    justify-content: center;
}
.box:nth-child(1) {
    grid-column: span 12;
}
.box:nth-child(2),
.box:nth-child(3) {
    grid-column: span 6;
}
.box:nth-child(4) {
    grid-column: span 12
}
.box:nth-child(5),
.box:nth-child(6),
.box:nth-child(7) {
    grid-column: span 4;
}
.box:nth-child(8),
.box:nth-child(9),
.box:nth-child(10) {
    grid-column: span 12;
}
.box:nth-child(11),
.box:nth-child(12),
.box:nth-child(13),
.box:nth-child(14),
.box:nth-child(15),
.box:nth-child(16) {
    grid-column: span 2;
}
.columns {
    display: grid;
    grid-template-rows: repeat(auto, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.column {
    color: inherit;
    padding: 10px;
    background: transparent;
    text-align: center;
    justify-content: center;
}
.column:nth-child(1) {
    grid-column: span 2;
}
.column:nth-child(2) {
    grid-column: span 2;
}
.column:nth-child(3),
.column:nth-child(4),
.column:nth-child(5),
.column:nth-child(6) {
    grid-column: span 1;
}
.fill {
    background-size: cover;
    background-position: center;
    background-image: url('/examples/classic-slides/image/Fundamentals of Flow Cytometry_Flow_Cytometry_3PMTs.svg ');
}
.item {
    background-color: #1EAAFC;
    background-image: linear-gradient(130deg,
    #6C52D9 0%,
    #1EAAFC 85%,
    #3EDFD7 100%);
    box-shadow: 0 10px 20px rgba(0,
    0,
    0,
    0.19),
    0 6px 6px rgba(0,
    0,
    0,
    0.23);
    color: #ffffff;
    border-radius: 4px;
    border: 6px solid #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}
.header {
    background-color: #1EAAFC;
    background-image: linear-gradient(160deg,
    #6C52D9 0%,
    #9B8AE6 127%);
}
.aside {
    background-image: linear-gradient(203deg,
    #3EDFD7 0%,
    #29A49D 90%)
}
.article {
    background-image: linear-gradient(130deg,
    #6C52D9 0%,
    #1EAAFC 85%,
    #3EDFD7 100%);
}
.footer {
    background-color: #6C52D9;
    background-image: linear-gradient(160deg,
    #6C52D9 0%,
    #9B8AE6 127%);
}

/* Inline code, no Highlight.js */
code {
    font-family: "Cutive mono",
    "Courier New",
    monospace;
}
.box {
    display: flex;
    flex-wrap: wrap;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 0 0.1em;
    background: rgba(200,
    200,
    200,
    0.2);
    text-shadow: -2px 2px 4px rgba(100,
    100,
    100,
    0.9);
    border-radius: 0.2em;
    border-bottom: 3px solid rgba(100,
    100,
    100,
    0.2);
    border-left: 3px solid rgba(100,
    100,
    100,
    0.2);
    transition: 0.5s;
}

a.anchor {
    display: flex;
    position: relative;
    
   
}

a:hover,
a:focus {
    background: rgba(200,
    200,
    200,
    1);
    text-shadow: -2px 2px 3px rgba(100,
    100,
    100,
    0.5);
}
blockquote {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
}
em {
    text-shadow: 0 6px 6px rgba(0,
    0,
    0,
    .3);
}
strong {
    text-shadow: -3px 3px 6px rgba(100,
    100,
    100,
    0.5);
}
q {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    text-shadow: 0 6px 6px rgba(0,
    0,
    0,
    .3);
}
strike {
    opacity: 0.7;
}
small {
    font-size: 0.4em;
}
img {
    width: 600px
}
td {
    padding: 0.2em;
}
.slide .right {
    float: right;
    margin-left: 60px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.slide .left {
    float: left;
    margin-right: 60px;
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.slide .top {
    position: absolute;
    top: 40px;
    margin-bottom: 40px;
    margin-top: 0px;
}
.slide .bottom {
    position: absolute;
    bottom: 40px;
    margin-bottom: 0px;
    margin-top: 40px;
}

/* 
    Specific styles for: .title slides 
*/
.title {
    background-image: url(../image/background-title.png);
    background-color: rgba(255,
    255,
    255,
    0.886);
    background-blend-mode: overlay;
    border: 1px solid black;
}
.title h1,
.title h2,
.title h3 {
    margin-top: -285px; 
    padding-top: 285px; 
    display: fixed; 
    left: 90px;
    /* slide width is 1800px, so this is like a 5% margin on both sides */
    width: 90%;
}
.title h1 {
    top: 15%;
    text-align: left;
    
    font-size: 96pt;
}
.title h2 {
    top: 600px;
    text-align: center;
    padding: auto;
}
.title h3 {
    top: 800px;
    text-align: left;
}

/* Styles for animating the contents of a slide, such as a img, p, li or span element. ********/

/*
 fly-in class starts from a position outside the slide, then flies into it's correct position.
*/
.future .fly-in {
    transform: translateY(-2100px);
    opacity: 0.0;
    /* Make it invisible, just so it doesn't clutter some other slide that might be in the position where we moved it */
    padding:50%
}
.present .fly-in {
    transform: translateY(0px);
    opacity: 1.0;
    transition: 2s;
}
.past .fly-out {
    transform: translateY(2100px);
    opacity: 0.0;
    transition: 2s;
}

/*
   Fade-in/out is a straightforward fade. Give it enough seconds that all browsers render it clearly.
*/
.future .fade-in {
    opacity: 0.0;
}
.present .fade-in {
    opacity: 1.0;
    transition: 3s;
}
.past .fade-out {
    opacity: 0.0;
    transition: 3s;
}

/*
    Zoom-in.
*/
.future .zoom-in {
    transform: scale(10);
    opacity: 0.0;
}
.present .zoom-in {
    transform: scale(1);
    opacity: 1.0;
    transition: 3s;
}
.past .zoom-out {
    transform: scale(10);
    opacity: 0.0;
}

/*
    Styles for specific slides.
*/

/* The bar graph for Acme Inc profits */
#acme-graph-bottom {
    position: absolute;
    bottom: 100px;
    right: 200px;
    background-color: black;
    width: 900px;
    height: 3px;
}

/* height: is set from javascript */
#acme-graph-q1,
#acme-graph-q2,
#acme-graph-q3,
#acme-graph-q4 {
    border: solid 1px black;
    width: 140px;
    margin-left: 30px;
    position: absolute;
    bottom: 100px;
}
#acme-graph-q1 {
    background-color: red;
    right: 900px;
}
#acme-graph-q2 {
    background-color: blue;
    right: 700px;
}
#acme-graph-q3 {
    background-color: green;
    right: 500px;
}
#acme-graph-q4 {
    background-color: purple;
    left: 750px;
    right: 300px;
}

/*
    And as the last thing there is a workaround for quite strange bug.
    It happens a lot in Chrome. I don't remember if I've seen it in Firefox.

    Sometimes the element positioned in 3D (especially when it's moved back
    along Z axis) is not clickable, because it falls 'behind' the <body>
    element.

    To prevent this, I decided to make <body> non clickable by setting
    pointer-events property to `none` value.
    Value if this property is inherited, so to make everything else clickable
    I bring it back on the #impress element.

    If you want to know more about `pointer-events` here are some docs:
    https://developer.mozilla.org/en/CSS/pointer-events

    There is one very important thing to notice about this workaround - it makes
    everything 'unclickable' except what's in #impress element.

    So use it wisely ... or don't use at all.
*/
.impress-enabled {
    pointer-events: none
}
.impress-enabled #impress {
    pointer-events: auto
}
.impress-enabled #impress-toolbar {
    pointer-events: auto
}
.impress-enabled #impress-console-button {
    pointer-events: auto
}