.docova_discussion_component {
	overflow: hidden;
	padding: 5px;
	background: #DDD;
}
#docova-messages-container {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    margin-bottom: 7px;
	scrollbar-color: #8f9096 #eaeaea;
	scrollbar-width: thin;
}
#manage_meeting {
    background: #b8b7c3;
    position: absolute;
    color: #FFFFFF;
    width: 32px;
    height: 21px;
    right: 24px;
    bottom: 125px;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
    box-shadow: 0 0 2px #777;
}
#docova-content {
    position: absolute;
    height: 98%;
    bottom: 10px;
    width:90%;
    margin-left:4em;
    margin-right:4em;
    left: 0;
}
#docova-content > H2 {
	font-family: Raleway;
	color: #3f51b5;
}
#docova-content UL {
    list-style: none;
    padding: 0;
    margin: 0;
}
#docova-content > UL > LI {
    border: 0;
    clear: both;
    width: 75%;
    max-width: 80%;
    margin-top: 7px;
    font-family: Poppins;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 12px 12px 0px;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    border: 1px solid #efecec;
}
#docova-content > UL > LI.creator {
    float: right;
    margin-right: 10px;
    background: white;
}
#docova-content > UL > LI.response {
    float: left;
    color: #000000;
    margin-left: 10px;
    margin-bottom: 12px;
    background: white;
    display: flex;
}
#docova-content > UL > LI > DIV { flex: 1; margin-left:12px; width:89% }
#docova-content > UL > LI.creator > DIV:first-child {
    position: relative;
    float: right;
    width: 45px;
    min-height: 65px;
}
#docova-content > UL > LI.response > DIV:first-child {
    max-width: 45px;
    height: 45px;
    position: relative;
    min-height: 65px;
}

#dEditmessaging:empty:before {
    content: attr(placeholder);
    color: rgb(146, 143, 143);
    display: block;
    position:absolute;    
    font-family: "Campton", sans-serif;
}


#docova-content label { margin-left: 7px; color: #777; font-size: 9pt; }
#docova-content strong { color: #555; font-size: 11pt; }
#docova-content P { font-size: 11pt; }
#docova-content DIV.block {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #f1efef;
}
#docova-content DIV.block IMG {
    width: 40%;
    cursor: pointer;
}
#message-control {
    overflow: hidden;
}
.isread {
    position: absolute;
    color: #7e7e7e;
    top:0px;
    z-index: 10;
}
.blue { color: blue !important; }
B.dm { color: #6495ED; }

#autoCompleteContainer {
	padding: 5px;
	border-radius: 7px;
	box-shadow: 0 0 7px #AAA;
	width: 450px !important;
	max-height: 250px;
	overflow-y: auto;
	scrollbar-color: #8f9096 #eaeaea;
	scrollbar-width: thin;
}
#autoCompleteContainer H4 { font-size: 1.4em; }
#autoCompleteContainer li.namepicker {
	width: 97%;
	font-size: 1.2em;
	padding: 10px 7px 4px 7px;
}
#autoCompleteContainer li.namepicker:hover {
	cursor: pointer;
	background: #E5E5E5;
	font-weight: bold;
}

div.rtcpopup{
	height: 100px !important;
    width: 500px !important;
    left: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
    right:-3000px;
    transition: all 1.2s ease;
}


div.rtcChatWindow
{
    position: absolute;
    left: 20%;
    top: 120px;
    height: 50%;
    box-shadow: 1px 1px 15px 3px rgb(90 79 79 / 50%);
    width: 40%;
    background: #fff;
   
    font-size: 11px;
    z-index: 3;

}

div.rtcChatContainer{
    padding:10px;
}

div.rtcChatHeader{
    background:lightgray;
    width:100%;
    height:50px;
}


div.rtcChatWindow iframe
{
    width:100%;
    height:100%;
    position:absolute;
    top:50px;
    border:0px;
    left:0px;
}


.miniinputwrapper{
    display:flex;
    flex-direction: row;
    border: 1px solid lightgray;
    border-radius:8px;
    padding:8px;
    background:white;
}

.miniinput_show_toolbar, .miniinput_submit{
    font-size: 2em;
}

.miniinputwrapper #dEditmessaging{
    min-height:auto !important;
    flex:1;
    border:0px;
    margin:auto;
    font-size:13px;
    padding:8px;
}

.miniinput_show_toolbar{
    color: #a0dba0;
    cursor:pointer;
}

.miniinput_show_toolbar:hover{
    color: #54e754;
    cursor:pointer;
}

.miniinput_submit:hover{
    color:#4a4af3;
}

.miniinput_submit{
    color:#a9a9e5;
   cursor:pointer;
}

div.rtcpopup > UL{
	list-style: none;
}

div.rtcpopup .isread{
    display:none
}

.rtcpopup UL LI.creator {
    width: 100% !important;
}

span.rtcpopupclose {
    position: absolute;
    right: 10px;
    top: 2px;
    padding: 2px;
    font-size: 18px;
    color: black;
    cursor:pointer;
}

div.rtcpopup > UL > LI {
	border: 0;
	clear: both;
	width: 75%;
	max-width: 80%;
	margin-top: 7px;
	font-family: Poppins;
    font-size:11px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px 12px 12px 0px;
	box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
	border: 1px solid #efecec;
    cursor:pointer;
  }

::-webkit-scrollbar {
	width: 7px;
	height: 10px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px grey;
	background: #EFEFEF;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb {
	background: #A0A0A0;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}