.pc-container{
    overflow: hidden;
    height: 100%;
}

.pc-room{
    width:640px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 90px -20px rgba(1, 1, 60, 0.78), 0px 0px 25px -10px rgba(63, 98, 170, 1);
    min-height: 600px;
    height:600px;

}
.pc-room-header{
    height: 65px;
    background: url(../images/dr-bg-e4409c3f752e68c95a3af2a3fcdfed1f.png) no-repeat;
    overflow: hidden;
    background-position: 95% 20%;
    padding: 10px 20px;
    color:#fff;
    position: relative;
    font-family: 'Roboto', sans-serif;

}

.pc-room-header>h4{
    margin:5px 0px;
    position: relative;
    font-size:14px;
    float:left;
}

.pc-online b{
    color:#8BC34A;
}

.pc-offline b,  .pc-offline h4{
    color:#6EA8BD;
}

.pc-away b{
    color:#F2AE43;
}
.pc-online b:before, .pc-away b:before, .pc-offline b:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    float: left;
    top: 0px;
    right: 3px;
}

.pc-offline b:before{
    background-color:#6EA8BD;
}

.pc-online b:before{
    background-color:#8BC34A ;
}

.pc-away b:before{
    background-color:#F2AE43;
}

.minimize-pc:before{
    content: '\f056';
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;

}
.minimize-pc:after{
    content: '\f068';
    font-family: FontAwesome;
    color: #98EE35 ;
    font-size: 17px;
    position: absolute;
    left: 25px;
    top: 20px;
}

.close-pc:before{
    content: '\f057';
    font-family: FontAwesome;
    color:  rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.close-pc:after{
    content: '\f00d';
    font-family: FontAwesome;
    color: #d71a5f;
    font-size: 17px;
    position: absolute;
    right: 25px;
    top: 19px;
}

.pc-room-actions{
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    padding: 15px;
}
.minimize-pc{
    margin-right: -10px;
}

.pc-room-header small {
    font-size:12px;
    color:#6EA8BD;
}

.pc-chatting-field{
    height: 115px;
    background: url(../images/dr-bg-e4409c3f752e68c95a3af2a3fcdfed1f.png) no-repeat;
    overflow: hidden;
    background-position: 45% 30%;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 0;

}
.input-text-field{
    margin-top:10px;
    background-color: #fff;  
    height:50px;
    width: 100%;
    border-radius:5px;
    float: left;
}
.input-text-field textarea{
    color:#8c8c8c;
    background-color: transparent;
    width: 100%;
    height: 50px;
    padding: 15px;
    resize: none;
    border-radius:5px;
}

.input-text-field textarea:disabled{
  background-color:#ddd;
}



.input-text-field textarea:focus{
    box-shadow: 0px 0px 15px 0px #00CCFF;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 5px;
}


.input-text-field textarea::-webkit-input-placeholder{
    color:#8c8c8c;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: italic;
}
.input-text-field textarea:-moz-placeholder{
    color:#8c8c8c;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: italic;
}.input-text-field textarea:-ms-input-placeholder{
    color: #8c8c8c;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: italic;
}
.char-counter{
    font-size: 16px;
    font-family: roboto;
    font-weight: bold;
    opacity: 0.7;
    margin-top:10px;
}

.counter-minus{
    color:#d71a5f;
}
.counter-minus:before{
    content: '-';
    color:#d71a5f;
    float:left;
    position: relative;

}
.pc-dialog-wrapper{
    width: 100%;
    position: relative;
    float: left;
    height: calc(100% - 200px);
    padding: 10px 0px;
    min-height: 300px;
    max-height: 600px;
}

.pc-room:hover{
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}
.pc-room:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.pc-dialog-container{
    height: calc(100% - 49px);
    overflow: auto;
    width: 100%;
    overflow-x: hidden;
    padding: 15px;

}

.white-ghost{
    border:1px solid #fff;
    border-radius: 3px;
    padding: 5px;
    font-family: 'Roboto';
    font-weight: 500;
    color:#fff;
    background-color: transparent;
    font-size: 14px;
}

.white-ghost:hover{
    background-color: #fff;
    color:#1D5B96;

}
.pc-item.remote-user{
    float:left;
    clear:both;
}

.pc-item.user{
    float: right;
    clear: both;
    position: relative;
    max-width: 80%;
    margin-left: 12px;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    font-family: roboto;
    font-weight: 400;
    background-color:#F0F0F0;
    border: 1px solid #E0E0E0;
    overflow-wrap: break-word;
    word-break: break-all;
}

.user:after{
    content:'';
    width:20px;
    height: 20px;
    right:-10px;
    top:20px;
    position: absolute;
    transform:rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg);
    background-color:#F0F0F0;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}
.pc-item p{
    font-weight: 400;
}

.pc-item h5{
    font-size: 16px;
    margin:0;
    font-weight: 400;
}

.user ul li:first-child{
    margin-bottom:8px;
}
.user ul li h5 > i.fa.fa-check {
    font-size:13px;
    color:#8BC34A;
}

.user ul li:last-child{
   text-align: right;
    margin-top:8px;
}
.user small{
    font-size:11px;
    color:#868686;
}


.pc-item.remote-user{
    float: left;
    clear: both;
    position: relative;
    max-width: 80%;
    margin-left: 12px;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    font-family: roboto;
    font-weight: 400;
    background-color:#E0F5FF;
    border: 1px solid #C3DEEB;
    overflow-wrap: break-word;
    word-break: break-all;
}

.remote-user:after{
    content:'';
    width:20px;
    height: 20px;
    left:-10px;
    top:20px;
    position: absolute;
    transform:rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg);
    background-color:#E0F5FF;
    border-left: 1px solid #C3DEEB;
    border-bottom: 1px solid #C3DEEB;
}

.remote-user ul li:first-child{
    margin-bottom:8px;
}
.remote-user ul li h5 > i.fa.fa-check {
    font-size:13px;
    color:#8BC34A;
}

.remote-user ul li:last-child{
    text-align: right;
    margin-top:8px;
}
.remote-user small{
    font-size:11px;
    color:#868686;
}

