.paging_full_numbers {
	width: 100%;
}
.dataTables_paginate span.paginate_button a,
.dataTables_paginate span.paginate_active a {
	font-size: 11px;
	font-weight: 700;
	display: block;
	padding: 2px 10px;
}

.dataTables_paginate span.paginate_button a:hover,
.dataTables_paginate span.paginate_active a:hover {
	text-decoration: none;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
	padding: 0;
	margin: 0;
}

#searchbox {
	border: none;
}

/* CHAT */
div.chatWindow {
	display: none;
}

.unreadMessages {
	position: absolute;
	right: -22px;
	top: -4px;
}

.archWindow {
	color: #666;
	border-bottom: 1px solid #aaa;
	background-color: #eaeaea;
	margin-bottom: 10px;
}

.archWindow .breaker {
	font-size: 11px;
	padding: 10px;
	text-align: center;
}

ul.chatMessages, ul.archMessages{
	max-height: 450px;
	overflow: auto;
}

input[disabled=disabled] {
	opacity: 0.5;
}

a.status_available {
	color: green;
}

a.status_off {
	color: red;
}

ul#users {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#users li {
	margin: 2px 0;
}

ul.chatMessages {
	list-style: none;
}

ul.chatMessages li, ul.archMessages li {
	margin: 0;
	clear: both;
}

.messageArea {
	background-color: #fefefe;
	padding: 1em 2em;
	margin: 0 5px 5px 5px;
}

li.by_user {
	float: right;
}
li.by_user .messageArea {
	float: left;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
}
li.by_me {
	float: left;
}
li.by_me .messageArea {
	float: right;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

#logo {
  padding: 0;
  background: transparent;
  text-indent: 0;
}

#logo a {
  text-indent: 0;
}


tbody#users th, table.userList thead, tbody#archives th {
	background-color: #dedede;
}

tbody#users td , #archivesSearch {
	background-color: #fff;
}

#archivesSearch {
	border-radius: 0 0 4px 4px;
}

#chats .sm_button {
	border-radius: 3px; color: white; bottom: 8px; right: 8px;
	cursor: pointer;
}

#chats .mr {
	margin-right: 15px;
}

#chats ul.leftmenu {
}

#chats ul.leftmenu li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 20px;
	border-left: 1px solid #ddd;
}
#chats ul.leftmenu li:first-child {
	padding-left: 5px;
	border-left:0px;
}

/*----------------------------------------------------------------------*/
/* Form Elements
/*----------------------------------------------------------------------*/

fieldset{
	padding:15px;
}

pre, code{
	font-size:11px;
	padding:1px 2px;
	border:1px solid;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
pre code{
	display:block;
	border:0;
}


input.g1,input.g2,input.g3,input.g4,input.g5,input.g6,input.g7,input.g8,input.g9,input.g10,input.g11,input.g12,
textarea.g1,textarea.g2,textarea.g3,textarea.g4,textarea.g5,textarea.g6,textarea.g7,textarea.g8,textarea.g9,textarea.g10,textarea.g11,textarea.g12 {
	margin-left:0;
	padding:6px 2px;
	min-height:auto;
}
input.placeholder,textarea.placeholder{
	font-style:italic;
}
input:focus,textarea:focus{
	outline:none;
}

textarea.chatInputBox {
/*	float: left;*/
	width: 100%;
	height: 60px;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #dedede;
/*	margin: 3px; */
}

form.chatForm {
	background-color: #ddd;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 8px;
}

div.archiverDiv {
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	padding: 8px;
}

.customersArchive, .archiveConversation {
	padding: 5px;
	float: right;
	color: red;
	font-size: 12px !important;
}

.archiveConversation,  .archiveCategoryId, .archiveQueueId {
	float: left !important;	
}

 .archiveCategoryId, .archiveQueueId {
	margin: 3px;
 }

.widget form{
	border:0;
}
form .wl_formstatus{
	padding-left:18px;
}

div.passwordstrength{
	font-size:12px;
	padding:5px 3px;
	text-align:center;
	width:150px;
	margin:3px 1px;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
}
div.passwordstrength.s_1{}
div.passwordstrength.s_2{}
div.passwordstrength.s_3{}
div.passwordstrength.s_4{}
div.passwordstrength.s_5{}

input.time{
	width:35px;
	text-align:center;
}
span.timeformat{
	font-size:11px;
	padding-left:1px;
}
input.integer, input.decimal{
	width:60px;
	text-align:right;
}
