﻿#__meeting-home-wrapper, #__meeting-noy-wrapper, #__meeting-closed-wrapper, #__meeting-pincode-wrapper {
    /*max-height: 1000px;*/
    min-height: 90vh;
}

#__meeting-home-left, #__meeting-noy-left, #__meeting-closed-left, #__meeting-pincode-left {
    width: 50%;
    float: left;
    /*max-height: 1000px;*/
    min-height: 90vh;
}


#__meeting-home-right, #__meeting-noy-right, #__meeting-closed-right, #__meeting-pincode-right {
    width: 50%;
    float: right;
    /*max-height: 1000px;*/
    min-height: 90vh;
}

#__meeting-home-right-inner, #__meeting-noy-right-inner, #__meeting-closed-right-inner, #__meeting-pincode-right-inner {
    padding-left: 5vw;
    padding-right: 2vw;
}


.__meeting-generic-button-style {
    width: 150px;
    height: 40px;
    border: solid 1px black;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
}



.__meeting-generic-button-style-inner {
    padding-top: 8px;
}


#__meeting-pincode-text-input {
    width: 146px;
    height: 40px;
    border: solid 1px black;
    border-radius: 20px;
    text-align: center;
}

#__meeting-pincode-failed {
    padding: 10px;
    background-color: rgba(255,0,0,0.7);
    color: #ffffff;
    font-weight: 600;
}

#__meeting-pincode-failed p {
    margin: 0;
}

#__meeting-pincode-submit-button {
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    #__meeting-home-wrapper, #__meeting-noy-wrapper, #__meeting-closed-wrapper, #__meeting-pincode-wrapper {
        background: unset;
    }
    #__meeting-home-left, #__meeting-noy-left, #__meeting-closed-left, #__meeting-pincode-left {
        display: none;
    }
    #__meeting-home-right, #__meeting-noy-right, #__meeting-closed-right, #__meeting-pincode-right {
        width: unset;
        float: unset;
    }
}





#__meeting-details-banner, #__meeting-upload-banner, #__meeting-qrcode-banner {
    width: 100%;
    min-height: 80px;
}

#__meeting-details-content, #__meeting-upload-content, #__meeting-qrcode-content {
    padding: 60px 5vw 60px 5vw;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#__meeting-details-submit-button-wrapper {
    text-align: left;
    margin-top: 30px;
}

#__meeting-details-red, #__meeting-upload-red {
    color: #ff0000;
}
.__meeting-details-red, .__meeting-upload-red {
    color: #ff0000;
}

.__meeting-details-form-input, .__meeting-details-form-textarea {
    margin-bottom: 10px;
    width: 90%;
    height: 40px;
    border: solid 1px black;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

#__meeting-details-session-wrapper {
    margin-bottom: 10px;
    width: 90%;
    height: 200px;
    border: solid 1px black;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 0.8rem;
}

.__meeting-details-session-select-line {
    padding: 5px;
    border-bottom: solid 1px black;
    margin-bottom: 5px;
}



#__meeting-details-notes-help {
    font-size: 0.8em;
}

.__meeting-details-errorstate {
    border-color: red;
    background-color: RGBA(255,0,0,0.3);
}

#__meeting-details-session-wrapper.__meeting-details-session-select-errorstate {
    border-color: red;
    background-color: RGBA(255,0,0,0.1);
}

.__meeting-details-form-textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
}

#__meeting-details-banner-inner, #__meeting-upload-banner-innerr, #__meeting-qrcode-banner-inner {
    position: relative;
}

#__meeting-details-home-button, #__meeting-upload-home-button, #__meeting-qrcode-home-button {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 160px;
}

#__meeting-details-errors-box {
    font-size: 0.8rem;
    font-weight: 600;
    color: red;
    margin-bottom: 10px;
    margin-top: 15px;
}



#__meeting-upload-details-wrapper {
    margin-bottom: 40px;
}

.__meeting-upload-details-table-first-column {
    vertical-align: top;
    width: 100px;
    font-size: 0.9rem;
    text-align: right;
    padding-right: 20px;
}

.__meeting-upload-details-table-second-column {
    vertical-align: top;
    font-size: 0.9rem;
}

#__meeting-upload-files-wrapper h2, #__meeting-upload-details-wrapper h2, #__meeting-qrcode-content h2 {
    font-size: 1rem;
}


.__meetings-upload-list-item-left {
    width: 50px;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

.__meetings-upload-list-item-left i {
    font-size: 2rem;
}

.__meetings-upload-list-item-center {
    width: 80%;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

.__meetings-upload-list-item-right {
    width: 80px;
    float: right;
    padding-bottom: 10px;
    padding-top: 10px;
}

.__meetings-upload-list-item-right i {
    font-size: 1rem;
    cursor: pointer;
}

.__meetings-upload-list-line {
    border-top: solid 1px #000000;
}

#__meeting-qrcode-submit-button {
    width: 250px;
}

#__meeting-qrcode-links a {
    font-size: 0.8rem;
    text-align: center;
}

#__meeting-qrcode-links {
    text-align: center;
}

#__meeting-qrcode-links h2 {
    text-align: left;
}

#__meeting-qrcode-qrcode {
    text-align: center;
}

#__meeting-pincode-form h2 {
    font-size: 1rem;
}