﻿#logoDiv[recording] {
    border: 2px solid #DC0A0A;
}

.sidebarwrapper {
    background-color: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

span {
    color: #2C2137;
}
.custom-text {
    color: #2C2137;
}
.title-text {
    font-weight: 600;
}

    .title-text.menu {
        color: white;
    }

.heading-text {
    font-weight: 600;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

button:not(.close), .mx-btn {
    background-color: #2C2137;
    border: none;
    color: #FFF;
    -moz-box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;
    box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;
}

button:hover .mx-btn:hover {
    background-color: #42374D;
    color: #FFF;
    -webkit-text-decoration: none;
    text-decoration: none;
}

button:disabled,
button[disabled],
button[disabled="disabled"],
.mx-btn:disabled,
.mx-btn[disabled],
.mx-btn[disabled="disabled"] {
    background-color: #adadad;
    border: none;
    color: #FFF;
    cursor: default;
}

    button:disabled:hover,
    button[disabled]:hover,
    button[disabled="disabled"]:hover {
        background-color: none;
    }

button.white-btn {
    background-color: #F6F6F6;
    color: #2C2137;
}

    button.white-btn:hover {
        background-color: #FEFEFE;
        color: #2C2137;
    }

    button.white-btn:disabled,
    button.white-btn[disabled],
    button.white-btn[disabled="disabled"] {
        background-color: #DCDCDC;
        opacity: 0.5;
    }

button.red-btn {
    background-color: #C80000;
    color: #FFF;
}

    button.red-btn:hover {
        background-color: #DC0A0A;
        color: #FFF;
    }

    button.red-btn:disabled,
    button.red-btn[disabled],
    button.red-btn[disabled="disabled"] {
        background-color: #d5a9a9;
        color: #2C2137;
        opacity: 0.5;
    }

button.blue-btn {
    background-color: #0AA9DC;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
}

    button.blue-btn:hover {
        background-color: #1EBDF0;
    }

    button.blue-btn:disabled,
    button.blue-btn[disabled],
    button.blue-btn[disabled="disabled"] {
        background-color: #DCDCDC;
        opacity: 0.5;
    }

button.green-btn {
    background-color: #1e7c10;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
}

    button.green-btn:hover {
        background-color: #19dc0a;
    }

    button.green-btn:disabled,
    button.green-btn[disabled],
    button.green-btn[disabled="disabled"] {
        background-color: #DCDCDC;
        opacity: 0.5;
    }

input[type="text"],
input[type="password"] {
    background-color: transparent;
    border-bottom: 1px solid #42374D;
    color: #2C2137;
}
.main-select {
    background-color: transparent;
    border-bottom: 1px solid #42374D;
    color: #2C2137;
    width: 100%;
    margin-top: 10px;
}
textarea {
    border: none;
    background-color: white;
    padding: 8px;
    font-size: 12px;
    outline: none;
}

    textarea:hover {
        outline: 1px solid #a8e2f5;
    }

    textarea:focus {
        outline: 1px solid #0AA9DC;
    }
/*
    input[type="text"]:focus,
    input[type="password"]:focus {
        background-color: transparent;
        border-bottom: 1px solid #2C2137;
        color: #42374D;
    }*/

.trial-text {
    color: #0AA9DC;
}


.user-notification-container.error {
    background-color: #F8CECE;
}
.user-notification-container.success {
    background-color: #04de5e;
}

.user-notification-container.trial {
    background-color: #CEEDF8;
}

.user-notification-container.error span {
    color: #DC0A0A;
}

.user-notification-container.trial span {
    color: #0AA9DC;
}

.timer-container {
    background-color: #2C2137;
    padding: 8px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    max-width: 120px;
}


    .timer-container div:first-child {
        margin-right: 4px;
    }

    .timer-container div:last-child {
        margin-left: 4px;
    }

.actionbar-titlebar.purple {
    background-color: #42374D;
}

.toolbar-message {
    background-color: #2C2137;
    padding: 0px 16px;
    cursor: default;
    color: #FFF;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-animation: user-notification-pulse 3s alternate infinite;
    -o-animation: user-notification-pulse 3s alternate infinite;
    -webkit-animation: user-notification-pulse 3s alternate infinite;
    animation: user-notification-pulse 3s alternate infinite;
    min-height: 32px;
}

@keyframes user-notification-pulse {
    100% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    0% {
        opacity: 0.5;
    }
}

@-moz-keyframes user-notification-pulse {
    100% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    0% {
        opacity: 0.5;
    }
}

@-webkit-keyframes user-notification-pulse {
    100% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    0% {
        opacity: 0.5;
    }
}

.mx-accordion-title-outer {
    padding: 10px 16px 0;
}

.mx-accordion-title-container {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: white;
    cursor: pointer;
    border-bottom: 1px solid #F6F6F6;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 6px 2px;
}

    .mx-accordion-title-container[aria-expanded="true"] {
        border-bottom: 1px solid #0AA9DC;
        color: #0AA9DC;
    }

        .mx-accordion-title-container[aria-expanded="true"] span {
            color: #0AA9DC;
        }

    .mx-accordion-title-container .mx-accordion-title {
        color: #0AA9DC;
    }

    .mx-accordion-title-container img:first-child {
        margin-right: 12px;
    }

    .mx-accordion-title-container .mx-accordion-title:hover {
        color: #23c3f6;
    }

.mx-accordion-body {
    background-color: #F6F6F6;
    padding: 16px 25px;
}

.link-container {
    background-color: #FFF;
    padding: 4px 8px;
    white-space: nowrap;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    position: relative;
    vertical-align: middle;
    margin-bottom: 16px;
}

    .link-container span,
    .link-container a {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

    .link-container button {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

/*    .link-container button:hover {
        background-color:#FFF;
    }*/

.mx-button-icon {
    /* because for some reason adding :not() to button class overrides the default style order. */
    background-color: #FFF !important;
    color: rgb(44, 33, 55) !important;
    width: auto !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

    .mx-button-icon:hover {
        background-color: #FFF;
        color: rgb(44, 33, 55);
    }

.mx-infohelp-container span {
    color: #FFF;
}

.circle.red {
    background-color: #DC0A0A;
}

.circle.green {
    background-color: #0ADC0A;
}

.draw-circle {
    border: 2px solid #f6f6f6;
}

    .draw-circle[selected] {
        border: 2px solid #f6f6f6;
    }

        .draw-circle[selected] .draw-innerCircle {
            border: 1px solid #FFF;
            background-color: #0AA9DC;
        }

    .draw-circle:hover {
        border: 2px solid #FFF;
        -moz-box-shadow: 0 0 4px #FFF;
        -webkit-box-shadow: 0 0 4px #FFF;
        box-shadow: 0 0 4px #FFF;
    }

    .draw-circle.drw-col1 {
        background-color: #F50985;
    }

    .draw-circle.drw-col2 {
        background-color: #FF6F01;
    }

    .draw-circle.drw-col3 {
        background-color: #E2F708;
    }

    .draw-circle.drw-col4 {
        background-color: #A3F30B;
    }

    .draw-circle.drw-col5 {
        background-color: #07F9E2;
    }

.drawing-shapes-bar {
    background-color: #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .drawing-shapes-bar .toolbar-button {
        background-color: transparent;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 4px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .drawing-shapes-bar .toolbar-button:first-child {
            margin: 0 0 0 4px;
        }

        .drawing-shapes-bar .toolbar-button:last-child {
            margin: 0 4px 0 0;
        }

.fileupload-fill-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.placeholder-text {
    color: #808080;
}

.video-preview-container {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 16px;
    z-index:10010; /* must appear over bottom bar (set to 1000) */
}

.video-preview-container {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 16px;
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {

    .video-preview-container {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 16px;
        margin-bottom: 50px;
    }
}

.publisher-container {
    position: relative;
    width: 320px;
    height: 240px;
    z-index: 100;
    border: 2px solid #0AA9DC;
    border-radius: 3px;
    overflow:hidden;
}

    .publisher-container.mobile {
        position: relative;
        width: 160px;
        height: 120px;
        z-index: 100;
        border: 2px solid #0AA9DC;
        border-radius: 3px;
    }

.video-preview-container[main] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    border: none;
}

.vid-preview-button-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 6px 0;
    z-index:1010;
}

    .vid-preview-button-container.main {
        margin-top: 56px;
        top: 0;
        bottom: auto;
    }

#publisher {
    width: 100%;
    height: 100%;
}

    #publisher > div {
        position: absolute;
        left: 0;
        top: 0;
    }


.recording-text {
    color: #C80000;
}

.recordingButton {
    display: none;
}

    .recordingButton[recording] {
        display: block;
    }

.notify-options-conatiner {
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

    .notify-options-conatiner .notify-option {
        margin: 0 8px;
        text-decoration: underline;
        cursor: pointer;
    }


.mx-form-control {
    background-color: #fff;
    padding: 8px;
    color: #212529;
}

.alert-default {
    background-color: #FFF !important;
    border-color: #c3e6cb;
    color: RGB(44, 33, 55);
}

.messageAttachmentsContainer {
    padding: 8px;
    background-color: #F6F6F6;
}

.expiry-message-container {
    border: 2px #d44c4c solid;
    color: #d44c4c;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    padding: 8px 4px;
}

.help-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 16px;
}

.processing-text {
    color: orange;
}
