.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 5px;
    width: 300px;
}
.alert-minimalist > a [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
    margin-bottom: 50px;
}
.alert-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
}
.alert-minimalist > [data-notify="message"] {
    font-size: 80%;
}

.alert-minimalist > [data-notify="message"] > div {
    margin: 14px 0px 10px 0px;
}

.profile-online-newcon-label {
  margin-right: 0px;
  margin-left: 0px;
  width: 40px;
}

.profile-online-newcon-label .fa {
  font-size: 150%;
}

.online-member-flag img {
  height: 24px;
  width: 24px;
  margin-bottom: 0px;
}

.hangup-in-call-message{
    margin: 5px;
}

.video-chat-avatar{
    border-radius: 30px;
    /*margin-bottom: 35px;*/
}


#videos {
    position: relative;
    min-height: 250px;
    background-image: url(../../social/img/connectingBGImage.gif);
    background-repeat:no-repeat;
    background-position: center;
    background-size: 100%;
}

/* VIDEO */
#callerVideo, .live-shout-video {
    bottom: 0px;
    width: 100%;
    max-height: 100%;
    z-index: 980;
}

#selfVideo {
    width: 20%;
    bottom: 15px;
    right: 10px;
    position: absolute;
    z-index: 987;
}

#speaking-with-modal, #participant-count {
    top: 5px;
    left: 5px;
    position: absolute;
    z-index: 987;
}

#speaking-with-modal {
    background: #d9e4f442 !important;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
}

#callBtns{
    margin-top: 15px;
}

#callBtns button, #callBtns .dropup {
    margin: 0px 12px 0px 12px;
}

.media-source{
    font-size: 10px;
}

.media-source label{
    width: 150px;
}

#media-souce-dropdown{
    min-width: 185px;
}

/* Small screens */
@media (max-width: 768px) {
    .selfVideo {
        width: 200px;
        height: 100px;
        bottom: 100px;
        position: fixed;
        left: 0;
    }
}

#live-message-field-container{
    padding-top: 5px;
}

#selfVideo_ls{
    bottom: 0px;
    width: 100%;
    max-height: 100%;
    z-index: 980;
}

.online-icon {
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
}

.profile-online-label {
    padding: 3px 3px 2px 3px !important;
    font-size: 75%;
}

.online-member-flag {
    margin: 2px 0px 4px 0px;
    padding: 0px !important;
}

.online-member-flag img {
    height: 20px;
    width: 25px;
}

.online-user-noty-alert-image {
    margin-bottom: 20px;
}

.gl-stream-status {
    min-width: 70%;
    font-size: 76%;
    margin-top: 3px;
}

.gl-video-container {
    position: relative;;
}

.gl-video-container video {
    flex: 0 1 auto;
    width: 100%;
}

.gl-play-button{
    cursor: pointer;
}

.gl-viewer-status{
    color: #000000;
    padding: 1px 5px !important;
    border-radius: 10px;
    line-height: 175%;
    background-color: #ccc;
    font-weight: 700;
}

.gl-overlay-message{
    position: absolute;
    color: #000000;
    padding: 1px 5px !important;
    border-radius: 10px;
    line-height: 175%;
    background-color: #ccc;
    font-weight: 700;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
