
.toggle-btn {
  width: 60px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  background-color: #a6a5a5;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
}
.toggle-btn.active {
  background-color: #2ecc71;
}
.toggle-btn.active .round-btn {
  left: 32px;
}
.toggle-btn .round-btn {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.themeButton.width150 {
	width: 250px;
	display: inline-block;
}

table.dataTable th {
	text-align: left !important;
	padding-left: 10px !important;
}
.centred {
	text-align: center;
}

table.dashboard td {
	font-size: 1.3em;
	line-height: 1.3;
	vertical-align: top;
}

table.dashboard.hover tbody tr:hover, 
table.dashboard.display tbody tr:hover {
	background-color: #6a4df2 !important;
	color: #fff;
}

table.dashboard.display tbody tr:hover > .sorting_1, 
table.dashboard.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #6a4df2;
}

table.dashboard td .message-dm {
	color: rgb(222, 40, 40);
	vertical-align: super;
	font-size: 0.7em;
	padding-left: 4px;
}

.message-zoom {
	border-radius: 10px;
	padding: 10px;
	color: #000;
	background-color: rgb(242,242,247);
/*	background-color: rgb(223,240,255); */
	border: 1px solid #bbb;
}

table.dashboard.hover tbody tr:hover .message-zoom, 
table.dashboard.display tbody tr:hover .message-zoom,
table.dashboard.display tbody tr:hover > .sorting_1 .message-zoom, 
table.dashboard.order-column.hover tbody tr:hover > .sorting_1 .message-zoom {
	background-color: #c1b4ff;
}


.message-zoom .s {
	font-size: 0.85rem;
}
.message-zoom .l {
	font-size: 1.4rem;
}

.message-zoom h1 {
	font-size: 1.4rem;
	margin: 2px 0;
	padding: 0;
}

.message-zoom h2 {
	font-size: 1.2rem;
	margin: 2px 0;
	padding: 0;
}

.body-container .message-zoom h3 {
	font-size: 0.85rem;
	margin: 2px 0;
	padding: 0;
	color: #000;
}

.message-zoom .message-qt {
	color: rgb(14, 114, 237);
}

.message-zoom ol,
.message-zoom ul {
	margin: 0;
	padding-left: 18px;
}

.avatar-zoom {
	width: 40px;
	height: 40px;
	padding: 4px 0 0;
	border-radius: 6px;
	text-align: center;
}

.avatar2-zoom {
	width: 40px;
	height: 40px;
	border-radius: 33%;
	background-position: center;
	background-size: contain;
}

.avatar-zoom .initials-zoom {
	color: #fff;
	font-size: 1.4em;
}

.input-frame .ui-slider.ui-widget-content {
	border: 1px solid #7af476;
	background-color: #d4f9ba;
}

.input-frame .ui-slider-handle {
	border: 1px solid #7af476;
	background-color: #4db553;
}

.input-frame .ui-slider-handle.ui-state-active {
	background-color: #007fff;
}

table.dataTable td.faicon {
  padding-top: 15px;
  display: inline-block;
}

.zcn-criteria {
	padding-right: 25px;
}

.zcn-help-image {
	text-align: center;
	margin-bottom: 10px;
}

.zcn-help-image img {
	border: 1px solid #666;
	box-shadow: 10px 10px 5px 0px rgba(87,87,87,0.75);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(87,87,87,0.75);
}

.zcn-help-image .zoom-overlay {
	position: relative;
	display: inline-block;
}
.zoom-input-overlay {
	position: absolute;
	left: 20px;
	width: 720px;
	padding: 6px;
	border-radius: 10px;
	border: 1px solid #999;
	font-size: 15px;
	background-color: #87c0f2;
}

.zoom-input-overlay2 {
	position: absolute;
	left: 65px;
	width: 646px;
	padding: 6px 14px;
	border-radius: 8px;
	border: 1px solid #999;
	font-size: 15px;
	background-color: #87c0f2;
}

.zcn-field {
	display: inline-block;
	width: 45%;
}

.zcn-button  {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.15em 0.5em;
	margin-left: 4px !important;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);

}

.zcn-button.red {
	color:#900 !important;
}
.zcn-button.green {
	color:#090 !important;
}

.zcn-button.small {
	min-width: 0.75em;
	padding: 3px;
	text-align: center;
}

.time-small {
	font-size: 14px;
	text-align: center;
}

.badword {
	text-decoration: #900 wavy underline;
	background-color: #ffc5c5;
}

.dashboard .message-zoom.image {
	width:400px;
}

.dashboard .message-zoom img {
	max-width:400px;
	max-height:400px;
}
