﻿





.fa-upload {
    transition: all ease-in-out 500ms;
}

#upload_progress {
    transition: all ease-in-out 200ms;
    padding: 5px;
}

.hidden-progress {
    display: none;
}

.progress {
    margin-left: 10px;
    margin-right: 10px;
    height: 2rem;
}


/*Voting and chat*/
.vote-title {
    font-size: 17px;
    margin-top: 30px;
}

.panel-heading small {
    font-size: 15px;
    margin-top: 15px;
}
.checkbox label {
    margin-bottom:0;
}
.list-group {
    display: inline-table;
}

    .list-group tr, .list-group td {
        width: 100%;
    }

.vote-answer, .vote-answer-list {
    min-width: 30%;
    padding-left:1.25rem;
    text-align:left;
}
.vote-answer label
{
    width:100%;
    margin-bottom:0;
}

.tab-pane, .vote-panel {
    min-height: 300px;
}

.nav-item-interaction {
    margin-bottom: 10px !important;
}

.qanda-all-questions, .qanda-my-questions {
    width: 100%;
    transition: all ease-in-out 500ms;
}

.qanda-upvote:hover .fa-thumbs-o-up:before {
    content: "\f164";
}

.qanda-upvote:hover .fa-thumbs-up:before {
    content: "\f087";
}

.btn-send-question {
    width: 100%;
}

.canvas-results {
    margin-top: 10px;
}

.sticky-notification {
    background-color: white;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.qanda-upvote {
    position: absolute;
    top: 33%;
    right: 30px;
}

.qanda-remove {
    position: absolute;
    top: 33%;
    left: 30px;
    color: lightgrey !important;
}

    .qanda-remove:hover {
        color: red !important;
    }


.green-event-logo {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

/*chat*/
.chat-window {
    bottom: 0;
}

    .chat-window > div > .panel {
        border-radius: 5px 5px 0 0;
    }

.icon_minim {
    padding: 2px 10px;
}

.msg_container_base {
    background: #e5e5e5;
    margin: 0;
    padding: 0 10px 10px;
    max-height: 300px;
    min-height: 300px;
    overflow-x: hidden;
}

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    float: left;
}

.msg_sent {
    /*padding-bottom: 20px !important;*/
    margin-right: 0;
    text-align: right;
    float: right;
}

.msg-bubble {
    padding: 0 !important;
}

.messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: fit-content;
    min-width: 40%;
}

    .messages > p {
        font-size: 13px;
        margin: 0 0 0.2rem 0;
    }

    .messages > time {
        font-size: 11px;
        color: #ccc;
    }

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

img {
    display: block;
    width: 100%;
}

.avatar {
    position: relative;
}

.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

    .base_sent > .avatar:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 5px solid white;
        border-right-color: transparent;
        border-top-color: transparent;
        box-shadow: 1px 1px 2px rgba(black, 0.2);
        // not quite perfect but close
    }

.msg_sent > time {
    float: right;
}



.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup {
}
/*chat end*/

.date-tab h5 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.schedule .time {
    font-size: 16px !important;
    padding-right: 2rem;
}

.timeleft {
    animation: textColorChange 2s infinite;
}

.schedule .cardheader h4 {
    font-size: 20px !important;
}

.people-img {
    max-width: 70px;
    float: right;
    border: 0px solid #fff;
    transition: all ease-in-out 500ms;
    margin-right: 10px;
}

.people-img-big {
}

.source-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-height: 0;
    overflow: hidden;
    transition: all ease-out 500ms;
}

.session-info-collapsed {
    max-height: 2500px !important;
    transition: all ease-in-out 1s !important;
}

.session-info-wrapper {
    max-height: 0;
    transition: all ease-out 500ms !important;
    overflow: hidden;
}

.section-title {
    text-transform: initial !important;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.description-wrapper {
    text-align: justify;
}

small {
    color: #777777;
}

.avatar .img-responsive {
    border-radius:50%;
}
.people-img-wrapper {
    margin: auto;
    overflow: hidden;
    max-width: 250px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

    .people-img-wrapper img {
        width: 100%;
        height: 100%;
        transition: all ease-out 2s;
    }

        .people-img-wrapper img:hover {
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -o-transform: scale(1.3);
        }

.people-link {
    color: black;
    cursor: pointer;
}

.profile-img {
    max-width: 140px;
    margin-right: 10px;
}

.stream-placeholder {
    background-color: lightgrey;
    width: 100%;
    border-radius: 5px;
    /*min-height: 40vh;*/
}

    .stream-placeholder h4 {
        margin: auto;
        text-align: center;
        color: white;
        padding-top: 22%;
    }

.col-lg-2 h4 {
    font-size: 13px;
}

.agenda-speaker {
    float: right;
}

.important-notice {
    color: red !important;
    font-style: italic !important
}

#spinner_loader {
    opacity: 0;
    transition: all ease-in-out 500ms;
}

.form-control {
    text-transform: inherit !important;
}



#img_cropper {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}

.img-preview {
    overflow: hidden;
}

.question-text-wrapper {
    margin-left: 60px;
    margin-right: 60px;
}



.text-green {
    color: green;
}


.heading {
    text-transform: initial !important;
}
/*Headline Fix*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #main_slide .carousel-item .carousel-caption .heading {
        font-size: 40px;
    }
}
/*Headline Fix*/
.accept-text {
    margin-top: 10px;
    font-size: 22px;
}

@media only screen and (min-width: 392px) and (max-width: 768px) {
    .accept-text {
        font-size: 17px;
    }
}

@media only screen and (max-width: 392px) {
    #main_slide .carousel-item .carousel-caption .heading {
        font-size: 16px;
    }

    .accept-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 324px) {
    #main_slide .carousel-item .carousel-caption .heading {
        font-size: 14px;
    }

    .accept-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .lan-item {
        margin-left: 0 !important;
    }
}

/*         @media only screen and (max-width: 576px) {
            .info-text {
                width:96%;
            }
        }*/
.team-item .info-text {
    width: 100%;
    margin-left: -10px;
}

#speaker_preview {
    margin: auto;
}

#preview_wrapper {
    position: absolute;
    top: 60px;
    right: 0;
    /* max-width: 330px; */
    z-index: 2;
    margin-right: -370px;
    max-width: 410px;
}

.modal-preview {
    width: 140px !important;
    height: 140px !important;
}

@media only screen and (max-width: 1360px) {
    #preview_wrapper {
        position: relative;
        top: 0;
        right: 0;
        /* max-width: 330px; */
        z-index: 2;
        margin: auto;
    }
}

.bio-ul li {
    list-style: disc;
}

label {
    font-weight: bold;
}

.checkbox label {
    font-weight: normal;
}

.intro-desc {
    font-size: 18px !important;
}

@media only screen and (max-width: 768px) {
    .profile-img {
        margin: auto;
    }

    .row.schedule.card-header {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .chat-placeholder.embed-responsive-16by9 {
        min-height: 500px;
    }

    .agenda-speaker {
        display: none;
    }
}

#modal_preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.session-img {
    /*//max-height: 200px;*/
    margin: auto;
}

.session-desc-wrapper {
    cursor: default !important;
}

.agenda-description {
    font-size: 16px;
}

.breakout-title-square {
    width: 130px;
    height: 130px;
    display: table-cell;
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
}


    .breakout-title-square h5 {
        margin: 0;
        padding: 0;
    }

.breakout-info {
    max-height: 0;
    overflow: hidden;
    transition: all 500ms ease-out;
}

.breakout-info-collapsed {
    max-height: 1500px;
    transition: all ease-in-out 1s;
}

.navbar-brand img {
    transition: all ease-in-out 500ms;
}

.sticky .navbar-brand img {
}

.mt-2-5 {
    margin-top: 1.2rem !important;
}

.loading-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    text-align: center;
    width: 100%;
    min-width: 330px;
    min-height: 330px;
    background: white;
    transition: all ease-in-out 500ms;
}



    .loading-overlay i {
        margin-top: 30%;
    }

.hide-overlay {
    opacity: 0;
}

.team-img img {
    min-width: 330px;
    min-height: 330px;
}

.upload-row {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.quickstart-list {
    margin-left: 15px;
}

    .quickstart-list li {
        list-style: decimal;
    }

.breakout-join-notice.text-danger {
    font-size: 80%;
}

.nav-item {
}




.hud-btn-overlay {
    position: fixed;
    bottom: 70px;
    z-index: 1000;
    right: 15px;
}

    .hud-btn-overlay i {
        transition: all ease-in-out 500ms;
        animation: opacityChange 3000ms infinite;
    }


@keyframes opacityChange {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.navigation.sticky {
    position: fixed;
    background-color: rgba(0,0,0,1);
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3);
}

.about-item {
    height: 410px;
    overflow: hidden;
    margin-bottom: 20px;
}

.about-text a {
    font-weight: bold;
}

.read-more {
    position: absolute;
    bottom: 25px;
    padding: 0;
    background: rgba(255,255,255,0.8);
    width: 88%;
    padding: 10px;
}

    .read-more a {
    }

.form-first {
    display: none;
}
.day-head {
    /*font-weight: bold;
            margin-bottom: 5px;*/
    font-size: 20px;
    line-height: 1.8;
}

.upload-wrapper {
    margin-top: 55px;
    min-height: 500px;
}

.upload-pane {
    min-height: 500px;
}

.qanda-all-wrapper {
    max-height: 384px;
    overflow-y: scroll;
}

.alttext-icon {
    display: inline-block;
}

    .alttext-icon img {
        width: 100%;
        max-width: 150px;
    }