#mmenu_screen > .row {
    min-height: 80vh;
}
.flex-fill {
    flex:1 1 auto;
}
video {
    width: 100%;
    height: auto;
}
.round {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 0.2em 0.2em;
}
.image-icon {
    height: 20px;
    cursor: pointer;
}
.call-screen{
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #EEEEEE;
    border-color : rgba(238, 238, 238, 1);
    border-width : 2px;
}
.chat-screen
{
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-style : Solid;
    border-color : #EEEEEE;
    border-color : rgba(238, 238, 238, 1);
    border-width : 2px;
    width : 445px;
    height : 580px;
}
.type_msg{
    background : #ECF3FD;
    background : rgba(236, 243, 253, 1);
    width : 200px!important;
    height : 31px;
    border-left: 0px;
}
.send-button
{
    background : #F68A1E;
    border-radius: 50%;
    border: 1px solid #0F70E0;
    padding: 0px;
}

.attachment-button
{
    height : 31px;
    padding: 14px;
    background : #ECF3FD;
    background : rgba(236, 243, 253, 1);
    background-image: url('../images/attachment.png');
    background-repeat: no-repeat;
    background-size: contain;
    border-right:  0px;
}

.attachment-button:focus, .attachment-button:active {
    outline: none !important;
    box-shadow: none !important;
}
.send-button:focus, .send-button:active {
    outline: none !important;
    box-shadow: none !important;
}
.type_msg:focus, .type_msg:active {
    outline: none !important;
    box-shadow: none !important;
    background : #ECF3FD;
    background : rgba(236, 243, 253, 1);
}

#upload-file:focus, #upload-file:active {
    outline: none !important;
    box-shadow: none !important;
}

#send-chat-text:focus, #send-chat-text:active {
    outline: none !important;
    box-shadow: none !important;
}

.date-text{
    font-family: Roboto;
    font-size: 12px;
    color: #a7aabc;
    margin-bottom: 12px;
    float: left;
}

.incoming-text{
    color: #2c3035;
    background : #ECF3FD;
    background : rgba(236, 243, 253, 1);
    float: left;
    max-width: 65%;
    margin-left: 9px;
    margin-right: 9px;
    padding: 5px;
    border-radius: 7.5px;
    border-top-left-radius: 0px;
}

.outgoing-text{
    color: #ffffff;
    background : #F68A1E;
    float: right;
    max-width: 65%;
    margin-left: 9px;
    margin-right: 9px;
    padding: 5px;
    border-radius: 7.5px;
    border-top-right-radius: 0px;
}

.chat-box{
    font-family: Roboto;
    font-size: 14px;
    margin-bottom: 12px;
    position: relative;
    float: left;
}

.tri-right.left-top:after{
  /*  content: ' ';*/
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 8px solid;
    border-color: #ECF3FD transparent transparent transparent;
}

.tri-right.right-top:after{
   /* content: ' ';*/
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 2px;
    top: 0px;
    bottom: auto;
    border: 8px solid;
    border-color: #0F70E0 transparent transparent transparent;
}

.chat-with{
    color: blue;
    margin: 5px;
    margin-top: 0px;
}

.chat-body{
    margin: 5px;
    margin-bottom: 0px;
    float: left;
}

.agent-connected-text{
    text-transform: uppercase;
    max-width: 70%;
    padding: 6px;
    font-size: 10px;
    margin: 0 auto;
    background: #ECF3FD;
    background: rgba(236, 243, 253, 1);
    font-weight: 400;
    color: #2c3035;
}

.agent-connected-initial{
    margin-bottom: 12px;
    float: left;
}

.agent-name-initial{
    border-radius: 50%;
    background-color: grey;
    width: 38px;
    color: white;
    font-weight: bolder;
    padding: 6px;
    font-size: 18px;
    margin: 0 auto;
}

.chat-box .agent-name-initial {
    width: 30px!important;
    padding: 4px!important;
    font-size: 14px!important;
}

.agent-connected{
    margin-bottom: 12px;
    float: left;
}

#chat-area{
    overflow: auto;
    padding-bottom: 35px!important;
}

.chat-end{
    margin-bottom: 12px;
    float: left;
}

.chat-end-text{
    text-transform: uppercase;
    max-width: 70%;
    padding: 6px;
    font-size: 10px;
    margin: 0 auto;
    background: #ECF3FD;
    background: rgba(236, 243, 253, 1);
    font-weight: 400;
    color: #2c3035;
}

.chat-time{
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 100;
    font-size: 12px;
}

.message-status{
    float: right;
    margin-left: 5px;
}

.message-status > img {
    height: 15px;
}

#uploaded-image-div {
    position: absolute;
}

#close-image-preview:focus, #close-image-preview:active {
    outline: none !important;
    box-shadow: none !important;
}
