﻿@import url("/_layouts/15/SCAD_V2/fonts/font_awesome_470/css/font-awesome.min.css");
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}


body {overflow-x:hidden;}

.chatadmin div {

background-color: rgba(114,15,20, 0.1);
border-bottom:#333 1px dotted;

}
.chatuser div
{
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom:#333 1px dotted;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.table-responsive td , .table-responsive th{
    padding:5px;
}
.InputChat
{
    width: 100%;
    padding:10px;
    border:dotted 1px #e7e7e7;
}
.ChatForm {
    padding-left: 0px; 
    padding-right: 0px;
margin-top:6px;
}



@media only screen and (min-width: 320px) and (max-width: 768px) {
.ChatForm {    padding-left: 10px;
    padding-right: 10px;}

}
.UserList
{
    width: 100%;
    padding:10px;
    border:dotted 1px #e7e7e7;
}

.notes {    padding: 13px;
    line-height: 19px;}

.welcomeTitle {
    background-color:#F5F5F5;
    border-bottom:1px solid #c7c7c7;
    height:60px;
    text-align:center;
    vertical-align:middle;
    color:#808080;
    padding-top:18px;
    
}

.form-control {
   
        font-size: 12px !important;
    
}


.welcomeTitleUser {
    border-bottom: 1px solid #eee;
    height: 60px;
    vertical-align: middle;
    color: #808080;
    padding: 0px;
    width: 100%;
    
}
.welcomeTitleUser .col-xs-8 {padding-left:0;}


.ChatRatingArea
{
padding-top:15px;

}

input[type='text'].hasRealPerson {
    height: 34px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    color: #555;
    display: inline;
    font-size: 1em;
    line-height: 1.4285;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 150px;
}


.ChatArea
{
    padding:10px;
    border:dotted 1px #e7e7e7;
    width: 100%;
    height: 180px !important;
    overflow:auto;
   
}

.ChatAreaAgent
{
    padding:10px;
    border:dotted 1px #e7e7e7;
    width: 100%;
    height: 200px;
    overflow:auto;
   
}
.ChatArea ul, .ChatAreaAgent ul
{
    padding:0px;
    margin:0px;

}

.h2Support
{
    width: 100%;
    padding:4px;
    border:dotted 1px #e7e7e7;
    background-color:#4286B5;
    text-transform:uppercase;
    color:white;
    font-weight:bold;
}
.h2
{
    width: 100%;
    padding:4px;
    border:dotted 1px #e7e7e7;
    background-color:#4286B5;
    text-transform:uppercase;
    color:white;
    font-weight:bold;
}
#ifrmSCAD_LiveChatModal
{
    height:22vw;

    border: 0px;
    text-align: center;
    width: 29.6vw;
    overflow: hidden;
}

/*
input[type="text"]
{
    border:dotted 1px #000;
    height:18px;
    background-color:#e7e7e7;
    color:#000;
}

input[type="button"]
{
    border:dotted 1px #000;
    background-color:#e7e7e7;
    color:#000;
}

.inPutClass
{
    width:580px;
    border: 1px solid Gray !important;
    border-left: 4px solid Gray !important;
    height: 16px !important;
    font-size: 11px !important;
}
.inPutClass:focus
{
     background-color: yellow !important;
     color:Black;
     font-weight:bold;
}



.inPutButton
{   
        font-size:11px;
        height:22px;
        border: 1px solid #000 !important;
       
        background-color: #215173 !important;
        
        text-align:center;
        text-transform:uppercase;
        font-weight:bold;
        color:White;
       
}

.inPutButton:hover
{
        border: 1px dotted #000 !important;
        
        color: #FF6600 !important;
        cursor: hand;
        cursor: pointer;
        
}
*/

.glyphicon-upload {


    font-size: 25px;
    padding-left: 0;
    left: -5px;
padding-top:5px;
    top: 5px;
}

