﻿

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular.eot');
    src: url('../fonts/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-semibold.eot');
    src: url('../fonts/sourcesanspro-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold.eot');
    src: url('../fonts/sourcesanspro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('../fonts/sourcecodepro-regular.eot');
    src: url('../fonts/sourcecodepro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcecodepro-regular.woff2') format('woff2'),
         url('../fonts/sourcecodepro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

















html,body{
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    padding: 0;
    font: Arial;
    background: #fff;
    background: #d3dce3;
    position: relative;
    overflow-x: hidden;
}

.outer-wrapper {
    height: 100%;
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.outer-wrapper:before {
    content: "";
    display: table-row;
    height: 50px;
}


.content {
    display: table-row;
}


button {
    border: none;
    border-radius: 4px;
    font: 11pt "Source Sans Pro";
    padding: 0.6em 1.2em;

    color: #fff;
    background: #2980b9;
}

    button:disabled {
        background: #ddd;
    }

.wrapper {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page {
    margin-bottom: 1em;
    background: #fff;
    padding: 30px;
    color: #333;
    box-shadow: 0 1px 3px #a6b4bd;
    position: relative;
}

@media screen and (max-width: 1084px) {
    .page {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .wrapper,
    .page {
        padding-left: 15px;
        padding-right: 15px;
    }
}

form {
    display: block;
}


.page-header {
    
    background: #fff;
    background: rgba(255,255,255,0.95);

    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 1000;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);

    transition: top 250ms;
}
.page-header-hidden {
    top: -55px; /* Extra 5px for the shadow */
}

.page-header:after {
    content: "";
    display: block;
    clear: both;
}

.page-header .logo {
    font: 700 1.2em 'Source Sans Pro', sans-serif;
    line-height: 50px;
    color: #174e72;
    float: left;
}

.page-header ul.desktop {
    float: left;
    padding: 0 0 0 30px;
}

.page-header ul,
.page-header li {
    list-style: none;
    display: inline;
    margin: 0;
    position: relative;
}

.page-header ul a {
    font: 1em 'Source Sans Pro', sans-serif;
    line-height: 50px;
    color: #2980b9;
    padding: 0 0.6em;
    display: inline-block;
    position: relative;
}

.page-header ul.desktop a:before,
.page-header .session-info:before {
    content: "";
    background: #174e72;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.page-header ul a.active {
    color: #174e72;
}
.page-header ul.desktop a.active:before,
.page-header ul.desktop a:hover:before {
    opacity: 1;
}

.page-header ul.desktop a:before {
    left: 0.6em;
    right: 0.6em;
    opacity: 0;
    transition: opacity 200ms;
}

.page-header ul.mobile {
    display: none;
    float: none;
    padding: 0;
}

.page-header ul.mobile a {
    display: block;
    padding: 0 30px;
    margin: 0 -30px;
}

@media screen and (max-width: 500px) {
    .page-header ul.mobile a {
        padding: 0 15px;
        margin: 0 -15px;
    }
}

.page-header a.expand {
    line-height: 50px;
    font-size: 30px;
    display: none;
    padding: 0 15px;
    margin: 0 -15px;
    vertical-align: top;
}

.page-header a.expand i {
    color: #174e72;
    transition: transform ease-in-out 200ms;
}

.page-header .expanded a.expand i {
    transform: rotate(90deg);
}

@media screen and (max-width: 800px) {
    .page-header ul,
    .page-header .logo {
        display: none;
    }

    .page-header a.expand {
        display: inline-block;
    }
    
    .page-header .expanded ul.mobile {
        display: block;
    }
}


/* For browsers not supporting opacity */
.no-opacity .page-header ul a:before {
    display: none;
}
.no-opacity .page-header ul a.active:before,
.no-opacity .page-header ul a:hover:before {
    display: block;
}
/* /opacity */


.page-header .session-info {
    font: 1em 'Source Sans Pro', sans-serif;
    line-height: 50px;
    color: #174e72;
    float: right;
    position: relative;
}

.page-header .session-number {
    font-weight: 600;
}

.page-header .online,
.page-header .offline {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 0.4em;
    vertical-align: middle;
    margin-left: 0.3em;
}
.page-header .online {
    background: #29b95c;
}
.page-header .offline {
    background: #b92929;
}

.popup {
    position: absolute;
    z-index: 1000;
    top: 32px;
    left: 50%;
    margin-left: -8em;
    width: 16em;
    background: #fff;
    padding: 1em;
    border: 1px solid #ccc;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    display: none;
}
.popup-opened {
    display: block;
}
.popup:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-bottom-color: #ccc;
}
.popup:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
.popup label {
    display: block;
    font: 11pt 'Source Sans Pro', sans-serif;
    margin: 0 0 .5em;
}
.popup input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font: 11pt Arial;
    padding: 8px 0.7em;
    border: 1px solid #ddd;
    border-right: none;
    width: 8em;
}
.popup input:focus {
    outline: none !important;
}
.popup button {
    padding: 9px 1.2em;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    
}



.text {
    font: 11pt/15pt 'Source Sans Pro', sans-serif;
    padding: 0;
    margin: 0.7em 0 0.8em;
    white-space: pre-wrap;
    position: relative;
}

        

.post {
    margin: 40px 0 0 0;
    padding: 10px 0 10px 0;
    position: relative;
}

.post.new-post {
    animation: post-intro 300ms ease-out;
}

@keyframes post-outro {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

.post.removed {
    animation: 300ms post-outro ease-in 1 normal both;
}

@keyframes post-intro {
    0% {
        top: -30px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.post:first-child {
    margin-top: 0;
}

.post:last-child {
    margin-bottom: 0;
}

.poster-icon {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: default;
    user-select: none;
}

.poster-icon:after {
    content: attr(data-poster);
    position: absolute;
    top: 15px;
    left: 10px;
    width: 30px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    border-bottom: 2px solid #2e3436;
}

.poster-icon:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 19px;
    border: 6px solid transparent;
    border-top: none;
    border-bottom: 16px solid #2e3436;
}

.poster-icon { background-color: #F6F8F9; }
.poster-icon:after { background: #50585b; }

.poster-icon[data-poster] { background-color: #AFC9E4; }
.poster-icon[data-poster]:after { background: #346BA3; }

.poster-icon[data-poster="2"] { background-color: #DDAAAA; }
.poster-icon[data-poster="2"]:after { background: #9E3232; }

.poster-icon[data-poster="3"] { background-color: #D1E0AC; }
.poster-icon[data-poster="3"]:after { background: #81A033; }

.poster-icon[data-poster="4"] { background-color: #CEAADD; }
.poster-icon[data-poster="4"]:after { background: #7F329E; }

@keyframes pending-poster-icon {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pending .poster-icon span {
    border: 2px solid transparent;
    border-top-color: #346BA3;
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: 50%;

    animation: pending-poster-icon 2s linear infinite;
}


@media screen and (max-width: 500px) {
    .post {
        padding: 10px 0;
    }
}

textarea {
    width: 100%;
    border: none;
    height: 130px;
    max-height: 350px;
    max-height: 60vh;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 11pt/15pt 'Source Sans Pro', sans-serif;
    resize: none;
    background: transparent;
}




textarea:focus {
    outline: none !important;
}

form h2 {
    margin: 0 0 0.23em;
    padding: 0;
    font: 600 11pt/2 'Source Sans Pro', sans-serif;
    color: #333;
    text-align: center;
}
.post .header {
    margin: 0;
    padding: 0;
    font: 600 11pt 'Source Sans Pro', sans-serif;
    color: #333;
    margin-left: 63px;
}
.post .actions {
    font: 9.5pt 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin-left: 63px;
    margin-top: 4px;
    margin-bottom: 22px;
}
.post .actions a {
    margin-right: 1em;
}


form .actions-container {
    font: 11pt/2em 'Source Sans Pro', sans-serif;
    text-align: center;
    margin: 1em 0 0;
}

.page-footer {
    font: 11pt 'Source Sans Pro', sans-serif;
    
    text-align: center;

    display: table-row;
    height: 50px;
    line-height: 50px;

    background: #E7ECF0; /* #fff alpha 0.45 */
    color: #174e72;
}

.page-footer .poweredby {
    display: inline-block;
    background: url(pastefeed.png) no-repeat 30px 45%;
    padding: 1em 30px 1em 155px/*= 125 + 30 */;
    line-height: 1.3;
    vertical-align: middle;
}
.page-footer a {
    margin-left: 25px;
}

@media screen and (max-width: 800px) {
    .page-footer .poweredby {
        background: none;
        padding-left: 30px;
    }
    .page-footer a {
        display: block;
        margin-left: 0.5em;
    }
}

@media screen and (max-width: 500px) {
    .page-footer .poweredby {
        padding-right: 15px;
        padding-left: 15px;
    }
}

ul.files {
    list-style: none;
    margin: 1em 0;
    padding: 0;
    font: 11pt 'Source Sans Pro', sans-serif;
    
    /* This ensures long file names do not extend the width of the page */
    word-break: break-all;
}
ul.files li {
    margin: 0.75em 0;
    position: relative;
    padding-left: 34pt;
}

ul.files li:before {
    content: "\f15b";
    font: 12pt "FontAwesome";

    position: absolute;
    top: 0.2em;
    left: 0.7em;
    color: #404040;
}

ul.files li.file-main {
    margin: 1.2em 0;
}

ul.files li.file-zip:before {
    content: "\f019";
    top: 0;
}

ul.files li.file-main:before {
    font-size: 18pt;
    left: 0.3em;
}

ul.files .name {
    
}
ul.files .name + a {
    margin-left: 0.5em;
}
ul.files li.file-main .name {
    font: bold 14pt 'Source Sans Pro', sans-serif;
}

ul.files .meta {
    font: 9pt 'Source Sans Pro', sans-serif;
    color: #888;
    display: block;
}

ul.files .invalid-file .meta {
    color: #cc270f;
}

h1 {
    font: 400 16pt 'Source Sans Pro', sans-serif;
    
    color: #fff;

    padding: 1.5em 30px 15px;
    margin: -30px -30px 25px -30px;

    background: #174e72;
    position: relative;
}

.session-header {
    color: #fff;
    margin: -30px -30px 25px -30px;
    background: #174e72 url(checktexture.png) 0 234px;
    position: relative;
}
.session-header .label {
    font: 400 11pt 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}
.session-header .value {
    font: 600 32pt/30pt 'Source Sans Pro', sans-serif;
    display: block;
}
.session-header .value i {
    font-size: 0.6em;
    vertical-align: 0.15em;
}
.session-header .session-number {
    float: left;
    margin: 1.6em 0 1.6em 30px;
}
.session-header .expires {
    float: left;
    margin: 1.6em 0 1.6em 4em;
}
.session-header .qrcode {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    width: 150px;
    background: no-repeat right center ;
}
/* clear fix */
.session-header:after {
    content: "";
    clear: both;
    display: block;
}

@media screen and (max-width: 500px) {
    h1 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: -15px;
        margin-left: -15px;
    }
}


label[pf-select-files-to],
a {
    color: #2980b9;
    text-decoration: none;
    cursor: pointer;
}

label[pf-select-files-to]:hover,
a:hover {
    text-decoration: underline;
}

.page-header a:hover,
.actions a:hover {
    text-decoration: none;
}

label[pf-select-files-to] i,
a i {
    margin-right: 0.3em;
    color: #222;
}

.text-page ul,
.text-page ol,
.text-page p {
    font: 400 11pt/1.4 'Source Sans Pro';
}

.text-page h2 {
    font: 600 14pt 'Source Sans Pro';
    margin: 2em 0 0.5em 0;
}

.session form {
    margin-bottom: 20px;
}

.page-header .title {
    display: none;
}

@media screen and (max-width: 800px) {
    .about h1,
    .join-session h1,
    .new-session h1,
    .session-header {
        display: none;
    }

    .page-header .wrapper.expanded {
        background: #fff;
    }

    /* Show page title in mobile mode */
    .page-header .title {
        display: inline-block;
        vertical-align: top;
        color: #174e72;
        font: 1em/50px 'Source Sans Pro', sans-serif;
    }


}


form  {
    position: relative;
}


.pending .header {
    position: relative;
}

.pending .progress {
    position: absolute;
    bottom: -2px;
    left:0;
    right:0;
    height: 2px;
    overflow: hidden;
}

.pending .progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #2980b9;
    transition: width ease 300ms;
}

@-moz-keyframes progress-continuous {
  from {
    left: -16%;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes progress-continuous {
  from {
    left: -16%;
  }
  to {
    left: 100%;
  }
}

@keyframes progress-continuous {
  from {
    left: -16%;
  }
  to {
    left: 100%;
  }
}

.pending span.progress-continuous {
    width: 15%;

    animation-name: progress-continuous;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.pending .text,
.pending a,
.pending ul.files li,
.pending ul.files .meta,
.pending ul.files li:before {
    color: #bbb;
}





.csv table {
    border-collapse: collapse;
}

.csv td {
    border: 1px solid #ddd;
    padding: 0.3em 0.5em;
}


.new-session textarea {
    min-height: 36vh;
}



.post-content {
    position: relative;
    overflow-y: hidden;

    padding-bottom: 1px; /*avoid collapsing margins*/
    color: #666;


    padding: 0.4em 1em;
    background: #F6F8F9;
}

.post-content a.show-less,
.post-content a.show-more {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,0.75);
    font: 11pt 'Source Sans Pro', sans-serif;
    border-top: 1px dashed #ddd;
    padding: 0.4em 0;
}

.post-content.pre-collapsed {
    max-height: 340px;
}
.post-content.collapsed {
    max-height: 300px;
}
.post-content.expanded {
    padding-bottom: 2em;
}

.post-content.expanded a.show-less {
    display: block;
}
.post-content.collapsed a.show-more {
    display: block;
}


.notice-no-posts {
    font: 16pt 'Source Sans Pro', sans-serif; 
    color: #bbb;
    margin: 0;
    text-align: center;
}


.files-droparea {
    padding: 1em;
    border: 1px solid #eaeaea;
    box-shadow: inset 0px 1px 3px #eaeaea;
    background: #F6F8F9;
    position: relative;
}
.files-droparea.dragover,
.files-droparea.focused {
    border-color: #3d9cd9;
    outline: 1px solid #3d9cd9;
}
.attach-files {
    margin: 0;
    padding: 0 0 .5em;
    text-align: center;
}
.files-droparea.dragover {
    background: #efeeec;
}
.attach-files i.illustration {
    font-size: 25pt; 
    color: #666;
    display: block;
}
.attach-files span {
    font: 16pt 'Source Sans Pro', sans-serif; 
    color: #666;
    display: block;
    margin: 0.3em 0 0.3em;
}
.attach-files a,
.attach-files label[pf-select-files-to] {
    font: 11pt 'Source Sans Pro', sans-serif; 
    clear: both;
}
.attach-files .file {
    margin: 0.75em 0;
    position: relative;
    padding-left: 25pt;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20em;
}
.attach-files .file:before {
    content: "\f15b";
    font: 12pt "FontAwesome";

    position: absolute;
    top: 0.2em;
    left: 0.7em;
    color: #222;
}
.attach-files .file a {
    font: 11pt 'Source Sans Pro', sans-serif;
    max-width: 19em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.attach-files .file span {
    font: 9pt 'Source Sans Pro', sans-serif;
    color: #888;
    display: block;
}

/* For browsers without drop support */
.attach-files.with-drop {
    display: none;
}
.attach-files.without-drop {
    display: block;
}

/* For browsers with drop support */
.pf-drop-supported .attach-files.with-drop {
    display: block;
}
.pf-drop-supported .attach-files.without-drop {
    display: none;
}

/* Drop info makes no sense on mobile devices */
@media screen and (max-width: 500px) {
    .pf-drop-supported .attach-files.with-drop {
        display: none;
    }
    .pf-drop-supported .attach-files.without-drop {
        display: block;
    }
}

.error-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font: 700 30pt 'Source Sans Pro';
    color: #333;
}

.error-message:before {
    content: ":-(";
    color: #E74C3C;
    font: 700 80pt 'Source Sans Pro';
    display: block;
    text-align: center; /* needed for IE8 */
}


.recaptcha {
    text-align: center;
}

.recaptcha>div {
    display: inline-block;
    text-align: left;
    margin: 1em 0 -0.3em;
}

.join-session {
    background: #174e72 url(checktexture.png) 50% 0;
    text-align: center;
    white-space: nowrap;
}


.join-session h1 {
    background: none;
    text-align: left;
}

.join-session:after {
    content: "";
    display: inline-block;
    width: 10px;
    min-height: 65vh;
    vertical-align: middle;
}

.join-session form {
    padding: 0 0 4em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.join-session .label {
    color: #fff;
    font: 14pt "Source Sans Pro";
}

.join-session .session-number input {
    color: #000;
    background: #fff;
    border: none;
    padding: 0.4em 1em 0.4em 3em;
    width: 7em;
    font: 14pt "Source Sans Pro";
}
.join-session .session-number input:focus {
    outline: none !important;
}

.join-session .session-number {
    margin: 0.8em 0 1em;
}







@keyframes loading-bullet {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    25% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}
.loading {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.loading .bullet1,
.loading .bullet2,
.loading .bullet3 {
    display: inline-block;
    margin: 0 5px;
    width: 30px; 
    height: 30px;
    background: #174e72;
    border-radius: 100%;
    animation: loading-bullet 2s infinite ease-in-out;
}
.loading .bullet1 {
    animation-delay: -300ms;
}
.loading .bullet2 {
    animation-delay: -150ms;
}
.loading .progress {
    color: #174e72;
    font: 26pt "Source Sans Pro";
}





/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.source-code, 
.tabular {
  font: 10pt Consolas, monospace;
  border: 0 !important;
  white-space: pre-wrap;
}

.pln {
  color: #4d4d4c;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #8e908c;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  padding-left: 1em;
  background-color: #ffffff;
  list-style-type: decimal;
}

@media screen {

  /* string content */

  .str {
    color: #718c00;
  }

  /* keyword */

  .kwd {
    color: #8959a8;
  }

  /* comment */

  .com {
    color: #8e908c;
  }

  /* type name */

  .typ {
    color: #4271ae;
  }

  /* literal value */

  .lit {
    color: #f5871f;
  }

  /* punctuation */

  .pun {
    color: #4d4d4c;
  }

  /* lisp open bracket */

  .opn {
    color: #4d4d4c;
  }

  /* lisp close bracket */

  .clo {
    color: #4d4d4c;
  }

  /* markup tag name */

  .tag {
    color: #c82829;
  }

  /* markup attribute name */

  .atn {
    color: #f5871f;
  }

  /* markup attribute value */

  .atv {
    color: #3e999f;
  }

  /* declaration */

  .dec {
    color: #f5871f;
  }

  /* variable name */

  .var {
    color: #c82829;
  }

  /* function name */

  .fun {
    color: #4271ae;
  }
}





/* Omda */
body {
  background: #f4f5f7;
}
.page-header .logo {
  color: #000;
}

label[pf-select-files-to], a {
  color: #227f74;
}
.page-header {
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}
.page-header ul a {
 color: #227f74;
}
.page-header ul a.active {
  color: #000;
}
.page-header ul.desktop a:before, .page-header .session-info:before {
background: #227f74;
}
h1 {
background:#227f74;
}

.page-footer {
background:#346160;
color: #fff;
}
.page-footer a {
color: #fff;
}
.page-footer .poweredby {
  background: none;
  padding: 1em 30px 1em 30px;
}
.files-droparea {
  background: #fff;
  border-color: #d5d5d5;
  box-shadow: none;
}
.files-droparea.dragover,
.files-droparea.focused {
    border-color: #02b7af;
    outline: 2px solid #02b7af;
}
.attach-files i.illustration,
.attach-files span {
  color: #000;
}

button {
background:#346160;
border-radius: 0;
}
.join-session button:not(:disabled) {
  background: #02b7af
}
.join-session,
.session-header {
background:#346160;  
}
.page-header .session-info {
  color: #000;
}
.page {
  box-shadow: none;
}
.poster-icon[data-poster] { background-color: #d5ecea; }
.poster-icon[data-poster]:after { background: #02b7af; }

.poster-icon[data-poster="2"] { background-color: #DDAAAA; }
.poster-icon[data-poster="2"]:after { background: #9E3232; }

.poster-icon[data-poster="3"] { background-color: #D1E0AC; }
.poster-icon[data-poster="3"]:after { background: #81A033; }

.poster-icon[data-poster="4"] { background-color: #CEAADD; }
.poster-icon[data-poster="4"]:after { background: #7F329E; }

.pending .poster-icon span {
    border-top-color: #02b7af;
}
.pending .progress span {
    background: #02b7af;
}

.loading .bullet1, .loading .bullet2, .loading .bullet3 {
background: #346160;
}
.loading .progress {
  color: #346160;
}
.post-content {
  color: #000;
}