/**
*
* Single session
*
*/

.top-jumbotron-content h1,
.top-jumbotron-content h2 {
    color: #fff !important;
}

h2[data-depends="1"],
.row[data-depends="1"] {
    display: none;
}

#description-short {
    display: block;
}
#description-full {
    display: none;
}

/**
*
*
* Session FlipClock
*
*/
#session-clock {
    margin-top: 3em;
    margin-left: -4px;
}

.flip-clock-divider .flip-clock-label {
    color: #fff;
}

.flip-clock-dot {
    background: #ccc;
}

.flip-clock-wrapper ul li a div div.inn {
    background: #2083a7;
}

/**
*
* Session Accordion
*
*/
.accordionButton {
	background-color: #515152;
	color: #fff !important;
    cursor: pointer !important;
    text-transform: uppercase;
    padding: 0.25em 0.5em;
}
.accordionButton:hover {
	background-color: #0c3581;
	color: #fff !important;
}
.accordionButton.on {
	background-color: #0c3581;
	color: #fff !important;
}

.accordionContent {
/*    
    border: solid 1px #0c3581;
    border-top: none;
*/    
    background: #eee;
    font-size: 14px;
    line-height: 20px;
}

.accordionContent .container-fluid .row {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.accordionContent .container-fluid .row:first-child {
    margin-top: 1.5em;
}
.accordionContent .container-fluid .row:last-child {
    margin-bottom: 1.5em;
}

.accordion-header {
    font-family: "Jost" !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

a.resource-url,
a.resource-file {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/**
*
* Chat
*
*/
#session-chat-row {
    font-size: 80% !important;
}


p#description-short {
    text-align:left !important;
}

#participants-container {
    max-height: 360px;
    overflow-y: auto;
}
