.red-data{
	background:#F8E0E0;
}
.yellow-data{
	background:#F7F2E0;
}
.panel-title a{
	font-size:10px;
	
}
.portal-form-errors{
	padding:20px;
	padding-left:30px;
	background:#ffcccc;
	border-radius:10px;
	list-style:none;
}
.portal-form-errors li{
	color:#F00;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
.panel-options{
	display: inline-block;
	float: right;
}
.panel-options a{
	color:#000;
}
.panel-options a:hover{
	color:#CCC;
}
.panel-header{
	display:inline-block;
}
.panel-title{
	display:inline-block;
}
.hidden-link{
	display:none;
}
.row-selected{
	background:#CCC;
}
.banner{
	width:300px;
}
.chat-window{
	width:100%;
	height:600px;
}
.chat-dialog-window{
	width:100%;
	height:500px;
	overflow-x:none;
	overflow-y:auto;
	padding:10px;
}
.chat{
	width:40%;
	border-radius:3px 3px 3px 3px;
	border:1px solid #CCC;
	margin-bottom:20px;
}
.chat-send{
	width:40%;
	float:right;
}
.chat-sender{
	width:100%;
	border-radius:3px 3px 0px 0px;
	color:#000;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
}
.chat-send .chat-sender{
	background:#ABCDEF;
}
.chat-get .chat-sender{
	background:#D7A8FF;
}
.chat-message{
	width:100%;
	padding-left:10px;
	font-size:12px;
	color:#000;
}
.chat-timestamp{
	text-align: right;
	border-radius:0px 0px 3px 3px;
	font-style: italic;
	font-size: 10px;
	margin-right:5px;
}
.chat-input-window{
	width:100%;
	height:50px;
}
.chat-input{
	width:100%;
}
.chat-send-btn{
	float:right;
}
ul.user-list{
	width:100%;
	text-align: left;
	list-style: none;
	padding:0px;
	margin:0px;
}
ul.user-list li{
	width:100%;
	height:40px;
	text-align: center;
	padding-top:5px;
	font-size:14px;
	color:#000;
}
ul.user-list li:hover{
	cursor:pointer;
	background:#E8E8E8;
}
.row{margin-left:0;margin-right:0}
.schedule-cell-item{width:100%;text-align: center;}
.isOn{
	background:#b3d1ff;
}
.schedule-controls{
	width:100%;
	text-align: center;
}
div.AnyTime-win {z-index:9999}
.DND{
	color:#F00;
	text-decoration: none;
}
.ONCALL{
	color:#00F;
	text-decoration: none;
}
.ticket-comment{
	border-radius: 5px 5px 5px 5px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.ticket-comment-user{
	font-weight: bold;
	font-size:14px;
	padding-left:10px;
}
.ticket-comment-comment{
	font-size: 12px;
}
.ticket-comment-time{
	text-align: right;
	font-style: italic;
	font-size: 10px;
	padding-right:10px;
}
.page-container{
	margin-top:100px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}
.table-head-small{
	font-weight: normal;
	font-size: .8em;
}
.white{
	color:white;
}
.chat-user-list	
{
	list-style: none;
}
.chat-container	{
	width: 100%;
	height: 600px;
	overflow-y: scroll;
  	background: #e5e5e5;
}
.sms-container	{
	width: 100%;
	height: 600px;
	overflow-y: scroll;
  	background: #e5e5e5;
}
.discussion {
  list-style: none;
  background: #e5e5e5;
  margin: 0;
  padding: 0 0 50px 0;
  height: 100%;
}
.discussion li {
  padding: 0.5rem;
  overflow: hidden;
  display: flex;
}
.discussion .avatar {
  width: 40px;
  position: relative;
}
.discussion .avatar img {
  display: block;
  width: 100%;
}

.other .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.self {
  justify-content: flex-end;
  align-items: flex-end;
}
.self .messages {
  order: 1;
  border-bottom-right-radius: 0;
}
.self .avatar {
  order: 2;
}
.self .avatar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid white;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.messages p {
  font-size: 1em;
  margin: 0 0 0.2rem 0;
}
.messages time {
  font-size: 0.9rem;
  color: #ccc;
}
.user-list-item{
	cursor: pointer;
	color: #000;
}
.user-list-item:hover{
	background:#dbdbdb;
	color: #000;
}
.user-list-item.active{	
	background:#30B5E1;
	color: #FFF;
	font-weight: bold;
	padding-left: 30px;
}
.online-indicator{
	margin-bottom:4px;
}
div.chat-user-list{
	width: 100%;
	height: 600px;
	overflow-y: scroll;	
}
ul.sms-name-list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.sms-name-list li{
	padding-left: 15px;
	height: 28px;
	width: 100%;
	padding-top:5px;
}
ul.sms-name-list li:hover{
	background: #2C3E50;
	color: #FFF;
	cursor: pointer;
}
.sms-chat-window{
	height: 750px;	
}
.sms-body{
	height: 650px;
	overflow-y: scroll;
}
.sms-chat-footer{
	width: 100%
	height: 100px;
	border-top: 1px #000 solid;
}
.sms-chat-message-box{
	
}
.sms-chat-message-input{
	width: 100%;
	height: 98px;
	border:none;
	resize: none;
}
.chat-menu-container{
	background: #2C3E50;
	padding-left: 10px;
	padding-top: 70px;
	color: white;
	width: 200px;
	float: right;
	border-left: #000 solid 2px;
}
.chat-menu-title{
	font-size: 1.2em;
	color: white;
	text-align: center;
}
.chat-menu-user-list{
	list-style: none;
	padding: 5px;
	width: 100%;
}
.chat-menu-user-list li:hover{
	background: #4d5e70;
	cursor: pointer;
}