@font-face{
  font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

@font-face{
  font-family: 'MyHelveticaNeue',
  src: url(../fonts/HelveticaNeue.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: MyHelveticaNeue, Helvetica Neue, Helvetica, Arial, Sans-serif !important;
}

.text-gly {
  font-family: MyHelveticaNeue, Helvetica Neue, Helvetica, Arial, Sans-serif;
  font-weight: 700;
}

.cs-dropdown.priorities .dropdown-menu {
	margin: 0;
	min-width: 130px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cs-dropdown.priorities .dropdown-menu li a {
	padding: 5px 8px 6px 7px
}

.cs-dropdown ul {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

.zd-organization .dropdown-menu {
  margin: 0;
  width:200px;
}

.search-ticket-time .dropdown-menu {
  /*top: -150px;*/
}

.cs-ellipsis {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.add-contact .dropdown-menu.pull-right {
  right: 38px;
}

.app-30460 {
	/* Override default top bar popover styles */
	/* Override default nav bar styles */
	/* override default opacity value to look brighter and sharper*/
}
.app-30460 header .logo {
	background-image: url("/api/v2/apps/30460/assets/logo-small.png");
}
.app-30460.apps.apps_top_bar {
	padding: 0px;
	border: none;
	min-width: 620px;
	min-height: 500px;
}
.app-30460.apps.apps_top_bar .arrow {
	border-bottom: 5px solid #303030 !important;
	margin-top: -5px;
}
.app-30460.apps.apps_top_bar .popover-inner {
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.app-30460.apps.apps_top_bar .fullframe[data-main] {
	border-radius: 5px;
}
.app-30460.apps.apps_top_bar h3 {
	font-size: 12px;
}
.app-30460.apps_nav_bar.app_pane.main_panes {
	margin-top: 0;
	padding: 0;
}
.app-30460.app_view > img {
	opacity: 1 !important;
}
.app-30460 iframe {
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.app-30460 iframe::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.app-30460 .fullframe[data-main] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 0;
}

.top_bar {
  min-width: 620px;
  min-height: 300px;
  background: #f8f8f8;
}

.top_bar .title_bar {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  padding: 6px;
  z-index: 1000;
  color: #fff;
  background: #303030;
}

.top_bar .min_button {
  position: absolute;
  top: 8px;
  right: 10px;
  background: url(../images/icon-minimised.png) no-repeat;
  background-size: 12px 2px;
  background-position: center;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.top_bar .call_buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 180px;
  min-height: 470px;
  top: 0px;
  padding: 30px 0px;
  background-color: #ebebeb;
  border: 1px solid #C2C2C2;
  border-right: none;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.call-status {
	left:10px;
	width: 160px;
}

.notavailable {
	opacity: 0.5;
}

#phone_box .dropdown-menu {
	margin: 4px -5px 0 0;
}

#phone_box .dropdown-menu .tick-status {
	position: absolute;
  top: 6px;
  right: 12px;
  font-size: 20px;
}

.cs-modal {
  position: fixed;
  top: 40%;
  left: 46%;
  z-index: 1050;
  overflow: auto;
}

.cs-modal.fade {
  transition: opacity 0.3s linear,top 0.3s ease-out;
  top: -25%;
}

.cs-modal.fade.in {
  top: 50%;
}

.showHide {
  padding: 1px;
  height: 22px;
  width: 27px;
  text-align: center;
}

#username,
#user_password,
#user_ipphone,
input[type="submit"],
.service {
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 42px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#username,
#user_password, #user_ipphone {
  border-color: #CCC;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  margin-bottom: 10px;
  padding: 12px;
}
#username:focus,
#user_password:focus, #user_ipphone:focus {
  outline: none;
  border-color: #999;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

input[type="submit"] {
  background: #444;
  color: #FFF;
  font-weight: bold;
  margin-top: 20px;
}

html.turbolinks-progress-bar::before {
  background-color: #c2c2c2 !important;
  height: 5px !important;
}

.title {
  color: #333333;
  font-size: 16px;
  margin: -5px 0 25px;
  text-align: center;
}

.email-frame, .sms-frame {
  position: absolute;
  width: 100%;
  top: 0px;
  padding: 30px 0 0px;
  overflow: hidden;
}
.email-label {
  float: left;
  width: 90px;
  line-height: 30px;
}

.email-title {
  color: #333333;
  margin: 10px 0 0 18px;
}

.email-title input {
  width: 65%;
}

.btn-email {
  padding: 5px 0px;
  border-radius: 3px;
  margin-left: 12px;
  width: 75px;
  border: 1px solid #D3D3D3;
}

.btn-sms {
  position: absolute;
  width: 50px;
  right: 23px;
  top: 40px;
  padding: 5px 0px;
  border-radius: 3px;
  margin-left: 12px;
  width: 75px;
  border: 1px solid #D3D3D3;
}

.sms-label {
  line-height: 30px;
}

.sms-title {
  color: #333333;
  margin-left: 18px;
}

.sms-title input {
  width: 90%;
}

.queue-name {
  cursor: pointer;
  height: 30px;
}

.clear {
  clear: both;
}

.sign_in_link {
  text-align: right;
}
.sign_in_link a {
  color: #999;
  display: inline-block;
  margin: 10px 0 15px;
}

.transfer-agent {
  background: url(../images/transfer_agent.png) 5px no-repeat;
  background-size: 16px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
/*  right: 0;
  position: absolute;
  top: 0;*/
  width: 30px;
}
.transfer-survey {
  background: url(../images/survey.png) 6px no-repeat;
  background-size: 15px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.flash {
  background: #ffeded;
  position: relative;
  min-height: 20px;
  padding: 10px;
  margin: -5% 0 20px;
}
.flash.flash-notice {
  background: #dbf3ff;
}

.modal-si {
  background: #fff;
  padding: 40px;
  position: relative;
  text-align: left;
}
[dir="rtl"] .modal-si {
  text-align: right;
}
@media (min-width: 600px) {
  .modal-si {
    border-radius: 2px;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 5% auto 50px;
    width: 380px;
  }
}
.old-ie .modal-si {
  border-radius: 2px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 5% auto 50px;
  width: 380px;
}
@media (min-width: 880px) {
  .modal-si.signin {
    display: table;
    width: auto;
    max-width: 800px;
  }
}
.old-ie .modal-si.signin {
  display: table;
  width: auto;
  max-width: 800px;
}
.old-ie .modal-si {
  border: 6px solid #e6e6e6;
}

.interface.inner {
  text-align: center;
}

@media (min-width: 880px) {
  .services {
    display: inline-block;
    vertical-align: top;
    width: 280px;
  }
}
.old-ie .services {
  display: inline-block;
  vertical-align: top;
  width: 280px;
}
.services form {
  width: 100%;
}

.credentials input + input {
  margin-top: 20px;
}

.separator {
  background: #ccc;
  height: 1px;
  margin: 35px 0;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 880px) {
  .separator {
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
    width: 1px;
    height: 206px;
  }
}
.old-ie .separator {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px;
  width: 1px;
  height: 206px;
}

.remember {
  margin: 10px 0 15px;
  text-align: left;
}
[dir="rtl"] .remember {
  text-align: right;
}

.login .cancel {
  display: inline-block;
  color: #999;
  font-size: 15px;
  height: 15px;
  margin-top: 5px;
}
.login .secure-disclaimer {
  margin-top: 5px;
  color: #ccc;
  margin-bottom: 4px;
  font-size: 11px;
}

.assistance {
  text-align: center;
}

.separator ~ .assistance {
  float: right;
  text-align: center;
  width: 100%;
}
[dir="rtl"] .separator ~ .assistance {
  float: left;
}

@media (min-width: 880px) {
  .separator ~ .assistance {
    width: 280px;
  }
}
.old-ie .separator ~ .assistance {
  width: 280px;
}

.roles {
  padding-top: 20px;
}

.forgot_password {
  margin: 10px 0 20px;
}
.forgot_password a {
  color: #999;
}

.password_requirements {
  color: #999;
  text-align: left;
  min-width: 200px;
  margin-bottom: 10px;
}
.password_requirements strong {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.password_requirements li:before {
  color: #bfbfbf;
  content: "\23F4";
  display: inline-block;
  font-family: "zendeskauthentypo";
  font-size: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.password_requirements li.valid:before {
  content: "\2713";
  color: #0060af;
}
.password_requirements li.invalid:before {
  content: "\274C";
  color: #bf3026;
}

.change_password {
  min-width: 200px;
}

html[dir=rtl] .password_requirements {
  text-align: right;
}

.service {
  background-color: #EEE;
  border-color: #DDD;
  background-repeat: repeat-x;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 8px;
  text-align: left;
  text-decoration: none;
}
[dir="rtl"] .service {
  text-align: right;
}
.service:hover {
  background: #EEE;
  border-color: #BEBEBE;
}
.service:active {
  background: #e7e7e7;
}

.logo {
  border-right: 1px solid;
  border-color: inherit;
  display: inline-block;
  font-family: "zendeskauthentypo";
  font-size: 28px;
  font-weight: normal;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  padding: 0 8px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
[dir="rtl"] .logo {
  float: right;
  border-left: 1px solid;
  border-right: none;
  border-color: inherit;
  margin-left: 5px;
  margin-right: 0px;
}

.twitter .logo {
  color: #55acee;
}

.facebook .logo {
  color: #3b5998;
}

.google .logo {
  color: #dd4b39;
}

[dir="rtl"] .footnotes .question-text {
  float: right;
}
[dir="rtl"] .footnotes .question-text:after {
  content: "\00a0";
}
.footnotes .question {
  margin-bottom: 5px;
}
.footnotes .question + .question {
  margin-top: 10px;
}
.footnotes .question + .question + p {
  color: #999;
  font-size: 12px;
  max-width: 410px;
}
.footnotes .question + .question + p br {
  display: none;
}

form p {
  margin-bottom: 20px;
  text-align: center;
}

form label {
  color: #999;
  display: inline-block;
  margin-bottom: 5px;
}

form .controls {
  text-align: right;
}
form .controls a {
  color: #999;
  display: inline-block;
  margin: 10px 0 15px;
}

#recaptcha_widget {
  margin: 20px 0;
}
#recaptcha_widget ul {
  color: #999;
  font-size: 11px;
  margin-top: 5px;
}
#recaptcha_widget ul a {
  text-align: underline;
  color: #999;
}

#recaptcha_image {
  background: #f9f9f9;
  min-height: 57px;
  min-width: 300px;
}

html.turbolinks-progress-bar::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #0076ff;
  height: 3px;
  opacity: 1;
  width: 0%;
  transition: width 300ms ease-out, opacity 150ms ease-in;
  transform: translate3d(0,0,0);
}

#country-select .zd-selectmenu-base {
  cursor: none;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  /*display: block; !* For Firefox *!*/
}

#admin_content {
  width:100%;
  height: 100%;
}
.meshim_dashboard_components_widgets_Avatar img {width:100%; height:100%;}
.meshim_dashboard_components_widgets_Avatar {width:44px; height:44px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;overflow:hidden;}
.meshim_dashboard_components_widgets_Avatar.default_avatar img {display:none;}
.meshim_dashboard_components_widgets_Avatar.default_avatar {background:url(../images/avatars.png);background-position:-125px -253px;}.meshim_dashboard_components_mainMenu_ProfileBox .profile_avatar {border:1px solid #bbb;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
.meshim_dashboard_components_ChatList {color:#888;position:absolute;width:100%;top:30px;left:0px;bottom:0px;overflow:auto;}
.meshim_dashboard_components_ChatList .chat_item.active .unread {background:#a5a5a5;}
.meshim_dashboard_components_ChatList .chat_item.active {background-color:#d4d4d4;}
.meshim_dashboard_components_ChatList .chat_item:not(.active):hover {cursor:pointer;background:#dfdfdf;}
.meshim_dashboard_components_ChatList .chat_item {position:relative;color:#797979;margin:0px 10px 4px 10px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;}.meshim_dashboard_components_widgets_CenteredIcon:before {content:' ';display:inline-block;height:100%;width:0;vertical-align:middle;}
.meshim_dashboard_components_widgets_CenteredIcon {width:16px;height:16px;text-align:center;font-size:0;display:inline-block;vertical-align:middle;white-space:nowrap;}.meshim_dashboard_components_widgets_SmallIcon:before {content:' ';display:inline-block;height:100%;width:0;vertical-align:middle;}
.meshim_dashboard_components_widgets_SmallIcon {width:16px;height:16px;text-align:center;font-size:0;display:inline-block;vertical-align:middle;white-space:nowrap;}.meshim_dashboard_components_widgets_SmallIcon {width:14px;height:12px;}.meshim_dashboard_components_mainMenu_NavIcon .active_icon {display:none;}
.meshim_dashboard_components_mainMenu_NavIcon.active .inactive_icon {display:none;}
.meshim_dashboard_components_mainMenu_NavIcon.active .active_icon {display:inline-block;}
.meshim_dashboard_components_mainMenu_NavIcon {display:inline-block;}.meshim_dashboard_components_mainMenu_AgentChatList .agent_count {cursor:pointer;font-size:11px;font-weight:bold;}
.meshim_dashboard_components_mainMenu_AgentChatList .logged_in {margin-left:8px;vertical-align:middle;}
.meshim_dashboard_components_chatPanel_SlimChatStack .page_header {position:absolute;left:10px; right:10px;height:40px;background:#F8F8F8;z-index:300;}
.meshim_dashboard_components_chatPanel_SlimChatStack .break {width:100%;height:0px;clear:both;}
.meshim_dashboard_components_chatPanel_SlimChatStack .chat_stack_divider {position:absolute;top:69px;width:100%;height:1px;background:#e8e8e8;clear:both;}
.meshim_dashboard_components_chatPanel_SlimChatStack .stack {height:100%;}
.meshim_dashboard_components_chatPanel_SlimChatStack .select_container {-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;top:7px;right:75px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .end_button:hover {-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;border-color:#e5782f;background:#fc8a3d;color:#fff;}
.meshim_dashboard_components_chatPanel_SlimChatStack .end_button {font-size:12px;font-weight:normal;background:#f8f8f8;border:1px solid #d4d4d4;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;float:right;margin:7px 0px 0px 20px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .current_chat:hover {background:url(../images/icon-chat.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .current_chat:focus {background:url(../images/icon-chat.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .current_chat {background:url(../images/icon-chat.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .past_chat:hover {background:url(../images/icon-pastchats.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .past_chat:focus {background:url(../images/icon-pastchats.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .past_chat {background:url(../images/icon-pastchats.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .visitor_info:hover {background:url(../images/icon-visitorinfo.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .visitor_info:focus {background:url(../images/icon-visitorinfo.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .visitor_info {background:url(../images/icon-visitorinfo.png) no-repeat;}
.meshim_dashboard_components_chatPanel_SlimChatStack .current_chat:hover {background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .current_chat:focus {background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .current_chat.active {outline:none;border-color:#F2B41C;background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .current_chat {border:0px;background-size:20px 40px;background-position:10px 0px;background-clip:content-box;border-bottom:2px solid transparent;-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:40px;height:30px;margin-top:10px;padding:0px 10px 8px 10px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .past_chat:hover {background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .past_chat:focus {background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .past_chat.active {outline:none;border-color:#F2B41C;background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .past_chat {border:0px;background-size:20px 40px;background-position:10px 0px;background-clip:content-box;border-bottom:2px solid transparent;-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:40px;height:30px;margin-top:10px;padding:0px 10px 8px 10px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .visitor_info:hover {background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .visitor_info:focus {background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .visitor_info.active {outline:none;border-color:#F2B41C;background-size:20px 40px;background-position:10px -20px;background-clip:content-box;}
.meshim_dashboard_components_chatPanel_SlimChatStack .visitor_info {border:0px;background-size:20px 40px;background-position:10px 0px;background-clip:content-box;border-bottom:2px solid transparent;-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:40px;height:30px;margin-top:10px;padding:0px 10px 8px 10px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .chat_log {margin:0px 0px 0px 10px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .chat_controller {padding:10px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .side_chat_profile {background:#f8f8f8 !important;padding:0px 0px 0px 0px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .side_chat_profile .quick_stats .boxie {width:33.3% !important;}
.meshim_dashboard_components_chatPanel_SlimChatStack .translate_header .select_container {top:0; right:0;width:110px;}
.meshim_dashboard_components_chatPanel_SlimChatStack .translate_header {border-bottom:1px solid #DFDFDF;}.meshim_dashboard_components_widgets_Tooltip {padding:5px 10px;font-size:13px;;font-weight:normal;line-height:16px;color:#777;background:#FFF;border:1px solid #DDD;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.05);-webkit-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.05);box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.05);margin:-5px 0 0 0;max-width:250px; max-height:250px;word-wrap:break-word;z-index:9999999;position:absolute;overflow:hidden;}.meshim_dashboard_components_TooltipOverlay {padding:5px 10px;font-size:13px;;font-weight:normal;line-height:16px;color:#777;background:#FFF;border:1px solid #DDD;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.05);-webkit-box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.05);box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.05);margin:-5px 0 0 0;max-width:250px; max-height:250px;word-wrap:break-word;z-index:9999999;position:absolute;overflow:hidden;}.meshim_dashboard_components_TooltipOverlay.transparent {visibility:hidden;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;-webkit-transition:visibility 0s linear 1s, opacity 1s ease;-moz-transition:visibility 0s linear 1s, opacity 1s ease;-o-transition:visibility 0s linear 1s, opacity 1s ease;transition:visibility 0s linear 1s, opacity 1s ease;}.top_bar {min-width:620px;min-height:500px;background:#f8f8f8;}
/*.top_bar .title_bar {position:absolute;height:30px;text-align:center;left:0; right:0;padding:8px;z-index:1000;color:#fff;}
.top_bar .min_button {position:absolute;top:8px;right:10px;background:url(dashboard/sprites/icon-minimised.png) no-repeat;background-size:12px 2px;background-position:center;width:14px;height:14px;cursor:pointer;}*/

.chat_type_wrapper {position:relativeleft:0px;width:100%}
.chat_type_wrapper .current_chat:hover {background:url(../images/icon-chat.png) no-repeat;}
.chat_type_wrapper .current_chat:focus {background:url(../images/icon-chat.png) no-repeat;}
.chat_type_wrapper .current_chat {background:url(../images/icon-chat.png) no-repeat;}
.chat_type_wrapper .facebook_chat:hover {background:url(../images/icon-facebook.png) no-repeat;}
.chat_type_wrapper .facebook_chat:focus {background:url(../images/icon-facebook.png) no-repeat;}
.chat_type_wrapper .facebook_chat {background:url(../images/icon-facebook.png) no-repeat;}
.chat_type_wrapper .zalo_chat:hover {background:url(../images/icon-zalo.png) no-repeat;}
.chat_type_wrapper .zalo_chat:focus {background:url(../images/icon-zalo.png) no-repeat;}
.chat_type_wrapper .zalo_chat {background:url(../images/icon-zalo.png) no-repeat;}
.chat_type_wrapper .current_chat:hover {background-size:15px 30px;background-position:10px -15px;background-clip:content-box;}
.chat_type_wrapper .current_chat:focus {background-size:15px 30px;background-position:10px -15px;background-clip:content-box;}
.chat_type_wrapper .current_chat.active {outline:none;background-size:15px 30px;background-position:10px -15px;background-clip:content-box;}
.chat_type_wrapper .current_chat {border:0px;background-size:15px 30px;background-position:10px 0px;background-clip:content-box;border-bottom:2px solid transparent;-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:30px;height:25px;padding:0px 5px 8px 5px;}
.chat_type_wrapper .facebook_chat:hover {background-size:15px 30px;background-position:5px -15px;background-clip:content-box;}
.chat_type_wrapper .facebook_chat:focus {background-size:15px 30px;background-position:5px -15px;background-clip:content-box;}
.chat_type_wrapper .facebook_chat.active {outline:none;background-size:15px 30px;background-position:5px -15px;background-clip:content-box;}
.chat_type_wrapper .facebook_chat {border:0px;background-size:15px 30px;background-position:5px 0px;background-clip:content-box;border-bottom:2px solid transparent;-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:30px;height:25px;padding:0px 10px 8px 0px;}
.chat_type_wrapper .zalo_chat:hover {background-size:15px 30px;background-position:5px -15px;background-clip:content-box;}
.chat_type_wrapper .zalo_chat:focus {background-size:15px 30px;background-position:5px -15px;background-clip:content-box;}
.chat_type_wrapper .zalo_chat.active {outline:none;background-size:15px 30px;background-position:5px -15px;background-clip:content-box;}
.chat_type_wrapper .zalo_chat {border:0px;background-size:15px 30px;background-position:5px 0px;background-clip:content-box;border-bottom:2px solid transparent;-moz-border-radius-topleft:0px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:30px;height:25px;padding:0px 10px 8px 0px;}

.chat_fb_list_wrapper {position:absolute;top:70px;left:0px;width:100%;bottom: 40px;}
.chat_zalo_list_wrapper {position:absolute;top:70px;left:0px;width:100%;bottom: 40px;}

.top_bar .chat_list {position:absolute;width:250px;min-width:250px;min-height:470px;top:0px;padding:30px 0 0px;background-color:#ebebeb;border:1px solid #C2C2C2;border-right:none;border-bottom-left-radius:5px;overflow:hidden;}
.top_bar .profile_container .new_profile {height:64px;padding:10px;border-bottom:0px;}
.top_bar .profile_container .new_profile_name {color:#303030;cursor:default;}
.top_bar .profile_container .status_menu {width:89%;box-shadow:0px 0px 3px 0px rgba(0,0,0,0.50);}
.top_bar .profile_container .profile_avatar img {border:none;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;cursor:default;}
.top_bar .profile_container .profile_avatar.avatar_big_icon {border:none;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;cursor:default;}
.top_bar .profile_container .profile_avatar.avatar_big_icon {background-position:-124px -253px;}
.top_bar .profile_container .menu_group .non_status:nth-child(1) {display:none;}
.top_bar .chat-separator {height:1px;margin:0px 10px;background-color:#d4d4d4;}
.top_bar .chat_bar .chat_panel .visitor_name {max-width:100%;}
.top_bar .chat_bar .chat_panel .chat_log_holder {border-top:none;}
.top_bar .chat_bar .chat_panel .select_placeholder {font-weight:normal;font-size:12px;}
.top_bar .chat_bar .chat_panel .select_container.actions_menu:hover {-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;color:#d8d8d8;}
.top_bar .chat_bar .chat_panel .select_container.actions_menu {top:auto;right:auto;margin-top:7px;border:1px solid #d4d4d4;color:#797979;background:#f8f8f8;width:75px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;}
.top_bar .chat_bar .chat_panel .transcript_view .scrollable_frame {border-bottom:none;border-left:none;border-right:none;}
.top_bar .chat_bar .chat_panel {top:30px;padding-top:30px;min-width:440px;max-width:none;background:#F8F8F8;}
.top_bar .no_chat_frame {text-align:center;line-height:1.5;}
.top_bar .chat_list_wrapper {position:absolute;top:94px;left:0px;bottom:40px;width:100%;}
.top_bar .top_bar_chat_list {position:relative;height:60%;}
.top_bar .top_bar_agent_list .agent_list_content {position:absolute;top:30px;left:0px;bottom:0px;width:100%;overflow:auto;}
.top_bar .top_bar_agent_list {height:40%;}
.top_bar .last {text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;}
.top_bar .header {font-size:10px;line-height:30px;font-weight:bold;padding-left:10px;text-transform:uppercase;color:#4a4a4a;}
.top_bar .chat_bar.chat_button {padding-top:0px;border:none;}
.top_bar .chat_bar .incoming_button.active {color:#FFF;border-top:none;}
.top_bar .chat_bar .incoming_button {width:100%;border:none;border-top:1px solid #d4d4d4;text-shadow:none;color:#c5c5c5;background-color:#ebebeb;}
.top_bar .chat_bar {top:30px;left:180px;/*padding-top:30px;*/min-width:440px;max-width:none;background:#F8F8F8;border:1px solid #C2C2C2;border-left:none;border-bottom-right-radius:5px;}
.top_bar .group_container .nav {padding:0px 0 0px 18px;border-bottom:none;border-top:none;font-size:11px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;margin-bottom: 0px;}
.top_bar .chat_list .agent_chat_list_row .status_icon {display:inline-block;vertical-align:top;margin-right:8px;}
.top_bar .chat_list .agent_chat_list_row .agent_display_name {display:inline-block;width:115px;}
.top_bar .small_icon {float:left;margin-right:8px;background:none;}
.top_bar .transcript_view .header {border-top:none;border-left:none;border-right:none;}
.top_bar .transcript_view .history_viewer .header {display:none;}
.top_bar .header_bar {padding:0px;}
.top_bar .name {cursor:pointer;}
.top_bar .agent_display_name {cursor:pointer;}
.top_bar .reconnect {position:absolute;}
.top_bar .reconnect_gif {float:left;position:relative;margin-top:-3px;height:20px;}
.top_bar .reconnect_label {float:left;position:relative;margin-left:5px;}
.top_bar {padding:4px;}.meshim_dashboard_components_chatList_Last .unread {background:#fc8a3d;color:#fff;font-weight:bold;border-radius:5px;margin:5px;font-size:11px;padding:2px 6px;}.meshim_dashboard_components_chatList_Renderer .chat_list_name {line-height:28px;width:79%;/*padding-right:35px;*/padding-left:8px;position:absolute;top:0px;left:0px;}
.meshim_dashboard_components_chatList_Renderer {margin-bottom:5px;}.meshim_dashboard_components_widgets_Button.fake_link {background:transparent;border:none;text-decoration:underline;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.meshim_dashboard_components_chatPanel_TranslateHeader .select_container .select_placeholder {display:inline;}
.meshim_dashboard_components_chatPanel_TranslateHeader .select_container {width:150px;font-size:11px;vertical-align:baseline;}
.meshim_dashboard_components_chatPanel_TranslateHeader .lang_text {margin-left:8px;}
.meshim_dashboard_components_chatPanel_TranslateHeader .lang_selector {margin-left:8px;}
.meshim_dashboard_components_chatPanel_TranslateHeader .button {margin-left:8px;}
.meshim_dashboard_components_chatPanel_TranslateHeader .translate_icon {margin-top:-3px;}
.meshim_dashboard_components_chatPanel_TranslateHeader .google_icon {margin-top:4px;float:right;}
.meshim_dashboard_components_chatPanel_TranslateHeader .clearboth {clear:both;}
.meshim_dashboard_components_chatPanel_TranslateHeader {background:#fff;border:1px solid #DFDFDF;border-bottom:none;padding:10px 10px 8px;}.meshim_dashboard_components_chatPanel_RequestRating .controls button {margin:0 5px;}
.meshim_dashboard_components_chatPanel_RequestRating .controls {margin-top:10px;}
.meshim_dashboard_components_chatPanel_RequestRating {color:#333333;;padding:1em;line-height:2em;text-align:center;}
.meshim_dashboard_components_chatPanel_ChatTextArea .confirm_request_rating {position:absolute;z-index:200;right:15px;bottom:40px;}
.meshim_dashboard_components_chatPanel_ChatTextArea .agent_actions .action_label {padding-left:4px;vertical-align:middle;}
.meshim_dashboard_components_chatPanel_ChatTextArea .agent_actions {right:30px;bottom:0px;}
.meshim_dashboard_components_chatPanel_ChatTextArea .file_upload {color:#999999;;display:inline;cursor:pointer;overflow: hidden;display: inline-block;line-height: 14px;position: relative;}
.meshim_dashboard_components_chatPanel_ChatTextArea .file_upload input[type="file"] {  position: absolute;top: 0;right: 0;margin: 0;border: solid transparent;direction: ltr;cursor: pointer;opacity: 0;}
.meshim_dashboard_components_chatPanel_ChatTextArea .request_rating {color:#999999;;display:inline;cursor:pointer;}
.meshim_dashboard_components_chatPanel_ChatTextArea .request_rating {margin-right:1.5em;}
.meshim_dashboard_components_chatPanel_ChatTextArea .file_upload:hover {color:#333333;;}
.meshim_dashboard_components_chatPanel_ChatTextArea .request_rating:hover {color:#333333;;}
.meshim_dashboard_components_widgets_ChatLogRenderer .rating_icon {margin:-3px 5px auto auto;}
.meshim_dashboard_components_widgets_SectionHeader {margin:0 0 10px;padding:0;border-bottom:1px solid #DDD;}
.meshim_dashboard_components_widgets_SectionHeader .title {color:#4a4a4a;;float:left;font-weight:bold;font-size:18px;padding-bottom:5px;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#f2b41c;;position:relative;top:1px;}
.meshim_dashboard_components_widgets_SectionHeader .extra {float:right;}
.meshim_dashboard_components_widgets_SectionHeader .clear {clear:both;}.meshim_dashboard_components_widgets_RoundButton.fake_link {background:transparent;border:none;text-decoration:underline;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.meshim_dashboard_components_widgets_RoundButton.button .icon {position:absolute;width:100%; height:100%;top:0; left:0;}
.meshim_dashboard_components_widgets_RoundButton.button.small {width:20px;height:20px;}
.meshim_dashboard_components_widgets_RoundButton.button.dark {border:1px solid #222;background:#666666;;-moz-box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;box-shadow:rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;}
.meshim_dashboard_components_widgets_RoundButton.button.disabled .icon {opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);-moz-opacity:0.4;-webkit-opacity:0.4;-o-opacity:0.4;}
.meshim_dashboard_components_widgets_RoundButton.button {position:relative;display:inline-block;padding:0;-moz-border-radius-topleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-left-radius:50%;border-bottom-right-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-bottom-right-radius:50%;outline-style:none;vertical-align:middle;width:26px;height:26px;}.meshim_dashboard_components_history_chatMetaData_Row {padding-top:5px;}
.meshim_dashboard_components_history_chatMetaData_Row .label {padding-right:10px;color:#999;max-width:120px;width:20%;display:inline-block;vertical-align:top;}
.meshim_dashboard_components_history_chatMetaData_Row .value_container {color:#555;width:80%;display:inline-block;vertical-align:top;}.meshim_dashboard_components_history_chatMetaData_row_Rating {padding-top:5px;}
.meshim_dashboard_components_history_chatMetaData_row_Rating .label {padding-right:10px;color:#999;max-width:120px;width:20%;display:inline-block;background-color: #fff;vertical-align: top;text-shadow: none;}
.meshim_dashboard_components_history_chatMetaData_row_Rating .value_container {color:#555;width:74%;display:inline-block;vertical-align:top;}.meshim_dashboard_components_history_chatMetaData_row_Rating .rating_icon {margin-right:5px;}
.meshim_dashboard_components_history_chatMetaData_row_Rating .rating_label {vertical-align:middle;margin-left: 0px;}.meshim_dashboard_components_history_chatMetaData_row_Text {padding-top:5px;}
.meshim_dashboard_components_history_chatMetaData_row_Text .label {padding-right:10px;color:#999;max-width:120px;width:20%;display:inline-block;background-color: #fff;vertical-align: top;text-shadow: none;}
.meshim_dashboard_components_history_chatMetaData_row_Text .value_container {color:#555;width:74%;display:inline-block;vertical-align:top;}.meshim_dashboard_components_history_chatMetaData_row_Tags {padding-top:5px;}
.meshim_dashboard_components_history_chatMetaData_row_Tags .label {padding-right:10px;color:#999;max-width:120px;width:20%;display:inline-block;vertical-align:top;}
.meshim_dashboard_components_history_chatMetaData_row_Tags .value_container {color:#555;width:80%;display:inline-block;vertical-align:top;}.meshim_dashboard_components_history_chatMetaData_row_Tags .tag {display:inline-block;}.meshim_dashboard_components_history_ChatMetaData {border-bottom:1px dashed #CCC;padding:8px 0px;display:none;}.meshim_dashboard_components_chatPanel_TranscriptView .header {background:#FFF;;border:1px solid #DFDFDF;border-bottom:none;}
.meshim_dashboard_components_chatPanel_TranscriptView .history_list td {padding-right:10px;}
.meshim_dashboard_components_chatPanel_TranscriptView .history_list .sessions_table {min-width:400px;}
.meshim_dashboard_components_chatPanel_TranscriptView .history_list {overflow:auto;}
.meshim_dashboard_components_chatPanel_TranscriptView .history_viewer .header {padding:10px 0 20px 0;}
.meshim_dashboard_components_chatPanel_TranscriptView .history_viewer .title {padding:0 10px 0 10px;line-height:26px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;overflow:hidden;}
.meshim_dashboard_components_chatPanel_TranscriptView .history_viewer .export_transcript .title {padding:0;}
.meshim_dashboard_components_chatPanel_TranscriptView .log_container {margin:0px 10px;}
.meshim_dashboard_components_chatPanel_TranscriptView tr .rating {width:50px;}
.meshim_dashboard_components_chatPanel_TranscriptView tr .name {width:75px;vertical-align:bottom;}
.meshim_dashboard_components_chatPanel_TranscriptView tr .time {width:100px;}
.meshim_dashboard_components_chatPanel_TranscriptView tr .logs {width:25px;}
.meshim_dashboard_components_chatPanel_TranscriptView tr .department {width:90px;}
.meshim_dashboard_components_chatPanel_TranscriptView.hide_rating .rating {display:none;}
.meshim_dashboard_components_chatPanel_TranscriptView.hide_dept .department {display:none;}
.meshim_dashboard_components_chatPanel_TranscriptView.hide_rating.hide_dept .history_list .sessions_table {min-width:0px;}
.meshim_dashboard_components_chatPanel_TranscriptView.hide_rating.hide_dept .history_list {overflow:hidden;}
.meshim_dashboard_components_chatPanel_TranscriptView {margin-bottom:10px;}

.webpath .icon {position:absolute;width:100%;height:100%;}
.webpath .rotate_135 {-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}
.webpath a.disabled {cursor:default;text-decoration:none !important;}
.webpath {width:14px;height:14px;-moz-border-radius-topleft:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-bottomright:50%;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-left-radius:50%;border-bottom-right-radius:50%;-webkit-border-top-left-radius:50%;-webkit-border-top-right-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-bottom-right-radius:50%;background:#CCC;margin-right:5px;position:relative;}
.button {font-size:11px;font-family:MyHelveticaNeue, Helvetica Neue, Helvetica, Arial, Sans-serif;font-weight:bold;padding:4px 10px 5px;cursor:pointer;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;fill:#666666;color:#666666;border:1px solid #D8D8D8;background:#f4f4f4;background:-webkit-linear-gradient(top, #f8f8f8, #efefef);background:-o-linear-gradient(top, #f8f8f8, #efefef);background:-moz-linear-gradient(top, #f8f8f8, #efefef);background:-ms-linear-gradient(top, #f8f8f8, #efefef);background:-linear-gradient(top, #f8f8f8, #efefef);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);text-shadow:0 1px 0 rgba(255,255,255,.65);outline-style:none;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.big_button {font-size:11px;font-family:MyHelveticaNeue, Helvetica Neue, Helvetica, Arial, Sans-serif;font-weight:bold;padding:4px 10px 5px;cursor:pointer;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;fill:#666666;color:#666666;border:1px solid #D8D8D8;background:#f4f4f4;background:-webkit-linear-gradient(top, #f8f8f8, #efefef);background:-o-linear-gradient(top, #f8f8f8, #efefef);background:-moz-linear-gradient(top, #f8f8f8, #efefef);background:-ms-linear-gradient(top, #f8f8f8, #efefef);background:-linear-gradient(top, #f8f8f8, #efefef);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);text-shadow:0 1px 0 rgba(255,255,255,.65);outline-style:none;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.big_button:focus {-moz-box-shadow:inset 0 0 0 1px #FFF;-webkit-box-shadow:inset 0 0 0 1px #FFF;box-shadow:inset 0 0 0 1px #FFF;border:1px solid #EE7E33;}
.big_button.default:focus {-moz-box-shadow:inset 0 0 0 1px #FFF;-webkit-box-shadow:inset 0 0 0 1px #FFF;box-shadow:inset 0 0 0 1px #FFF;}
.button.default:focus {-moz-box-shadow:inset 0 0 0 1px #FFF;-webkit-box-shadow:inset 0 0 0 1px #FFF;box-shadow:inset 0 0 0 1px #FFF;}
.big_button:disabled {color:#AAAAAA;cursor:default;}
.big_button.disabled {color:#AAAAAA;cursor:default;}
.big_button.disabled:hover {color:#AAAAAA;cursor:default;}
.big_button:disabled:hover {color:#AAAAAA;cursor:default;}
.big_button:disabled:active {color:#AAAAAA;cursor:default;}
.big_button.disabled:active {color:#AAAAAA;cursor:default;}
.big_button.disabled:hover {color:#AAAAAA;cursor:default;}
.big_button:disabled:hover {color:#AAAAAA;cursor:default;}
.button.default.disabled {cursor:default !important;border:solid 1px #E5B493 !important;background:#F1B893 !important;color:#FFF !important;fill:#FFF !important;}
.big_button.default.disabled {cursor:default !important;border:solid 1px #E5B493 !important;background:#F1B893 !important;color:#FFF !important;fill:#FFF !important;}
.big_button.default:disabled .form-button.disabled {cursor:default !important;border:solid 1px #E5B493 !important;background:#F1B893 !important;color:#FFF !important;fill:#FFF !important;}
.button.default.disabled:active {cursor:default !important;border:solid 1px #E5B493 !important;background:#F1B893 !important;color:#FFF !important;fill:#FFF !important;}
.big_button.default.disabled:active {cursor:default !important;border:solid 1px #E5B493 !important;background:#F1B893 !important;color:#FFF !important;fill:#FFF !important;}
.big_button.default:disabled:active .form-button.disabled:active {cursor:default !important;border:solid 1px #E5B493 !important;background:#F1B893 !important;color:#FFF !important;fill:#FFF !important;}
.button.disabled {cursor:default !important;background:-webkit-linear-gradient(top, #f8f8f8, #efefef);background:-o-linear-gradient(top, #f8f8f8, #efefef);background:-moz-linear-gradient(top, #f8f8f8, #efefef);background:-ms-linear-gradient(top, #f8f8f8, #efefef);background:-linear-gradient(top, #f8f8f8, #efefef);color:#888888;}
.button.disabled:hover {cursor:default !important;background:-webkit-linear-gradient(top, #f8f8f8, #efefef);background:-o-linear-gradient(top, #f8f8f8, #efefef);background:-moz-linear-gradient(top, #f8f8f8, #efefef);background:-ms-linear-gradient(top, #f8f8f8, #efefef);background:-linear-gradient(top, #f8f8f8, #efefef);color:#888888;}
.button.disabled:active {cursor:default !important;background:-webkit-linear-gradient(top, #f8f8f8, #efefef);background:-o-linear-gradient(top, #f8f8f8, #efefef);background:-moz-linear-gradient(top, #f8f8f8, #efefef);background:-ms-linear-gradient(top, #f8f8f8, #efefef);background:-linear-gradient(top, #f8f8f8, #efefef);color:#888888;}
.select_container.disabled {cursor:default !important;background:-webkit-linear-gradient(top, #f8f8f8, #efefef);background:-o-linear-gradient(top, #f8f8f8, #efefef);background:-moz-linear-gradient(top, #f8f8f8, #efefef);background:-ms-linear-gradient(top, #f8f8f8, #efefef);background:-linear-gradient(top, #f8f8f8, #efefef);color:#888888;}
.select_container.disabled:hover {cursor:default !important;background:-webkit-linear-gradient(top, #f8f8f8, #efefef);background:-o-linear-gradient(top, #f8f8f8, #efefef);background:-moz-linear-gradient(top, #f8f8f8, #efefef);background:-ms-linear-gradient(top, #f8f8f8, #efefef);background:-linear-gradient(top, #f8f8f8, #efefef);color:#888888;}
.button:hover {background:-webkit-linear-gradient(top, #fafafa, #f4f4f4);background:-o-linear-gradient(top, #fafafa, #f4f4f4);background:-moz-linear-gradient(top, #fafafa, #f4f4f4);background:-ms-linear-gradient(top, #fafafa, #f4f4f4);background:-linear-gradient(top, #fafafa, #f4f4f4);}
.big_button:hover {background:-webkit-linear-gradient(top, #fafafa, #f4f4f4);background:-o-linear-gradient(top, #fafafa, #f4f4f4);background:-moz-linear-gradient(top, #fafafa, #f4f4f4);background:-ms-linear-gradient(top, #fafafa, #f4f4f4);background:-linear-gradient(top, #fafafa, #f4f4f4);}
.form-button:hover {background:-webkit-linear-gradient(top, #fafafa, #f4f4f4);background:-o-linear-gradient(top, #fafafa, #f4f4f4);background:-moz-linear-gradient(top, #fafafa, #f4f4f4);background:-ms-linear-gradient(top, #fafafa, #f4f4f4);background:-linear-gradient(top, #fafafa, #f4f4f4);}
.form-button:focus {background:-webkit-linear-gradient(top, #fafafa, #f4f4f4);background:-o-linear-gradient(top, #fafafa, #f4f4f4);background:-moz-linear-gradient(top, #fafafa, #f4f4f4);background:-ms-linear-gradient(top, #fafafa, #f4f4f4);background:-linear-gradient(top, #fafafa, #f4f4f4);}
.default:hover {background:-webkit-linear-gradient(top, #fafafa, #f4f4f4);background:-o-linear-gradient(top, #fafafa, #f4f4f4);background:-moz-linear-gradient(top, #fafafa, #f4f4f4);background:-ms-linear-gradient(top, #fafafa, #f4f4f4);background:-linear-gradient(top, #fafafa, #f4f4f4);}
.button:active {background:#e8e8e8;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.big_button:active {background:#e8e8e8;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.form-button:active {background:#e8e8e8;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.form-button:focus {background:#e8e8e8;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.default:active {background:#e8e8e8;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.big_button {font-size:12px;padding:5px 10px 5px;height:33px;}
.big_button.dropdown {background:#f0f0f0;background:-o-linear-gradient(top,#f8f8f8,#efefef);background:-moz-linear-gradient(top,#f8f8f8,#efefef);background:-ms-linear-gradient(top,#f8f8f8,#efefef);background:linear-gradient(top,#f8f8f8,#efefef);background:-webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#efefef));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);}
.big_button.dropdown:hover {background:#e0e0e0;background:-o-linear-gradient(top,#dfdfdf,#d7d7d7);background:-moz-linear-gradient(top,#dfdfdf,#d7d7d7);background:-ms-linear-gradient(top,#dfdfdf,#d7d7d7);background:linear-gradient(top,#dfdfdf,#d7d7d7);background:-webkit-gradient(linear,center top,center bottom,from(#dfdfdf),to(#d7d7d7));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#d7d7d7);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#d7d7d7);border:1px solid #d9d9d9;color:#666;}
.big_button.dropdown.active {background:#e0e0e0;background:-o-linear-gradient(top,#dfdfdf,#d7d7d7);background:-moz-linear-gradient(top,#dfdfdf,#d7d7d7);background:-ms-linear-gradient(top,#dfdfdf,#d7d7d7);background:linear-gradient(top,#dfdfdf,#d7d7d7);background:-webkit-gradient(linear,center top,center bottom,from(#dfdfdf),to(#d7d7d7));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#d7d7d7);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#d7d7d7);border:1px solid #d9d9d9;color:#666;}
.big_button.default {fill:#FFF;color:#FFF;border:solid 1px #D57230;text-shadow:0 -1px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1), inset 0 1px rgba(255,255,255,0.35);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1), inset 0 1px rgba(255,255,255,0.35);box-shadow:0 1px 1px rgba(0,0,0,0.1), inset 0 1px rgba(255,255,255,0.35);background:#ee7d32;background:-webkit-linear-gradient(top, #FF9833, #EE7D32);background:-o-linear-gradient(top, #FF9833, #EE7D32);background:-moz-linear-gradient(top, #FF9833, #EE7D32);background:-ms-linear-gradient(top, #FF9833, #EE7D32);background:-linear-gradient(top, #FF9833, #EE7D32);}
.button.default {fill:#FFF;color:#FFF;border:solid 1px #D57230;text-shadow:0 -1px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1), inset 0 1px rgba(255,255,255,0.35);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1), inset 0 1px rgba(255,255,255,0.35);box-shadow:0 1px 1px rgba(0,0,0,0.1), inset 0 1px rgba(255,255,255,0.35);background:#ee7d32;background:-webkit-linear-gradient(top, #FF9833, #EE7D32);background:-o-linear-gradient(top, #FF9833, #EE7D32);background:-moz-linear-gradient(top, #FF9833, #EE7D32);background:-ms-linear-gradient(top, #FF9833, #EE7D32);background:-linear-gradient(top, #FF9833, #EE7D32);}
.big_button.default:hover {background:-webkit-linear-gradient(top, #FD9F47, #F49046);background:-o-linear-gradient(top, #FD9F47, #F49046);background:-moz-linear-gradient(top, #FD9F47, #F49046);background:-ms-linear-gradient(top, #FD9F47, #F49046);background:-linear-gradient(top, #FD9F47, #F49046);}
.button.default:hover {background:-webkit-linear-gradient(top, #FD9F47, #F49046);background:-o-linear-gradient(top, #FD9F47, #F49046);background:-moz-linear-gradient(top, #FD9F47, #F49046);background:-ms-linear-gradient(top, #FD9F47, #F49046);background:-linear-gradient(top, #FD9F47, #F49046);}
.big_button.default:active {background:#EE7D32;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.button.default:active {background:#EE7D32;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.big_button.default.dark {border:1px solid #4A2711;}
.button.default.dark {border:1px solid #4A2711;}
.button.dark {border:1px solid #4A2711;}
.button.dark:hover {background:#888888;}
.button.dark:active {background:-webkit-linear-gradient(top, #555, #555);background:-o-linear-gradient(top, #555, #555);background:-moz-linear-gradient(top, #555, #555);background:-ms-linear-gradient(top, #555, #555);background:-linear-gradient(top, #555, #555);-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.blue_button {color:#FFF;border:solid 1px #4382a8;background:#4d9fd2;text-shadow:0 -1px 0 rgba(0,0,0,.2);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.25);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.25);box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.25);}
.blue_button:hover {background:#5292CA;}
.blue_button:active {background:#5292CA;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.blue_button:focus {border-color:#4382a8;}
.height_toggler {overflow:hidden;height:auto;}
.height_toggler.hidden {height:0;}
.center {text-align:center;vertical-align:middle;}
.headers_container_scrolled {-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);}
.dashboard-chat {background-color:#FFF;min-width:1000px;}
.nav_bar {background-color:#FFF;min-width:1000px;}
.main_screen {background-color:#FFF;}
.hidden_submit {border:0 none;height:0;width:0;padding:0;margin:0;overflow:hidden;}
.copy_transcript_panel .fake_h3 {font-weight:300;padding-top:10px;text-align:center;}
.copy_transcript_panel .textarea_wrapper {top:40px;left:80px;right:80px;bottom:60px;position:absolute;}
.copy_transcript_panel textarea {width:100%;height:100%;border:1px dashed #AAAAAA;padding:5px;font-size:12px;}
.copy_transcript_panel .button_wrapper button.big_button {margin:auto;}
.copy_transcript_panel .button_wrapper {position:absolute;bottom:20px;text-align:center;width:100%;}
.search_field tbody tr td {vertical-align:middle;}
.search_field tbody tr .search input {border:none;margin-left:7px;padding:2px 4px 1px 0;font-size:12px;width:100%;}
.search_field tbody tr .clear .crosses {width:100%;}
.search_field tbody tr .clear {width:20px;height:18px;cursor:pointer;}
.search_field tbody tr .search {padding:2px;}
.search_field tbody tr .dropdown .dropdown_button {margin-top:-1px;margin-left:4px;}
.search_field tbody tr .dropdown {-moz-border-radius-topleft:24px;-moz-border-radius-topright:0px;-moz-border-radius-bottomleft:24px;-moz-border-radius-bottomright:0px;border-top-left-radius:24px;border-top-right-radius:0px;border-bottom-left-radius:24px;border-bottom-right-radius:0px;-webkit-border-top-left-radius:24px;-webkit-border-top-right-radius:0px;-webkit-border-bottom-left-radius:24px;-webkit-border-bottom-right-radius:0px;width:26px;padding:4px 6px 5px;border-left:0px solid;border-bottom:0px solid;border-top:0px solid;}
.search_field tbody tr .dropdown.active {background:#E8E8E8;cursor:default;color:#666;-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);}
.search_field tbody tr {width:100%;}
.search_field tbody {width:100%;}
.search_field {border:1px solid #d8d8d8;color:#333333;font-size:12px;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-border-radius-topleft:24px;-moz-border-radius-topright:24px;-moz-border-radius-bottomleft:24px;-moz-border-radius-bottomright:24px;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;-webkit-border-top-left-radius:24px;-webkit-border-top-right-radius:24px;-webkit-border-bottom-left-radius:24px;-webkit-border-bottom-right-radius:24px;width:310px;border-spacing:0px;}
.search_field.empty .clear div {display:none;}
.popup_mask {overflow:hidden;z-index:1001;background-color:#333;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);-moz-opacity:0.8;-webkit-opacity:0.8;-o-opacity:0.8;}
.mask {overflow:hidden;z-index:1001;background-color:#333;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);-moz-opacity:0.8;-webkit-opacity:0.8;-o-opacity:0.8;}
.popup_mask {position:fixed;width:100%;height:100%;top:0;left:0;}
.mask.transparent {opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;}
.ellipsis {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;}
.list_placeholder >button {margin-left:10px;}
.list_placeholder >span {vertical-align:middle;}
.list_placeholder >a {border-top:none;margin-left:4px;vertical-align:middle;font-size:16px;}
.list_placeholder {border-top:1px solid #f5f5f5;padding:15px 0;text-align:center;font-weight:300;font-size:16px;color:#555;}
.hover_panel .page_header {padding-top:35px;padding-right:8px;}
.hover_panel .close_indicator {position:absolute;top:6px;right:6px;}
.hover_panel {border:1px solid #888888;-moz-box-shadow:2px 2px 2px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1);box-shadow:2px 2px 2px rgba(0,0,0,.1);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;position:absolute;overflow:auto;-moz-border-radius-topleft:0px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:5px;border-top-left-radius:0px;border-top-right-radius:5px;border-bottom-left-radius:0px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:5px;margin-left:-325px;border-left:none;height:100%;width:500px;z-index:12;}
.hover_panel.active {margin-left:180px;position:relative;}
.webpath_renderer .search_engine {float:left;margin-right:5px;width:16px;height:16px;text-indent:-1000px;}
.webpath_renderer .path_title {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;}
.webpath_renderer {clear:left;margin-bottom:4px;}
.side_chat_profile .quick_stats .boxie .boxie_label {margin-bottom:0;margin-top:0;}
.side_chat_profile .quick_stats .boxie {-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;float:left;border-left:0px;width:33%;margin-top:0;}
.side_chat_profile .quick_stats .boxie:last-child {width:34%;-moz-border-radius-topleft:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:3px;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:3px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:3px;}
.side_chat_profile .quick_stats .boxie:first-child {border-left:1px solid #e5e5e5;-moz-border-radius-topleft:3px;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:0;border-top-left-radius:3px;border-top-right-radius:0;border-bottom-left-radius:3px;border-bottom-right-radius:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:0;}
.side_chat_profile .boxie {margin-top:10px;}
.side_chat_profile .section .setting_section_table td:first-child {min-width:0;padding:0 10px 0 0;}
.side_chat_profile .section .setting_section_table {margin-bottom:10px;}
.side_chat_profile .section {font-size:14px;padding:10px 0;}
.side_chat_profile .err_text {color:#CC3333;font-size:10px;padding:0 7px;height:0;-webkit-transition:height 0.2s;-moz-transition:height 0.2s;-o-transition:height 0.2s;transition:height 0.2s;overflow:hidden;}
.side_chat_profile .err_text.active {height:14px;}
.side_chat_profile .visitorlist_tags .tag {border:1px solid #ddd;}
.side_chat_profile .visitorlist_tags {padding-bottom:10px;}
.side_chat_profile .tab_container .tab_content td {padding-bottom:10px;}
.side_chat_profile .tab_container .tab_content .label {color:#666666;font-size:10px;text-transform:uppercase;width:75px;padding-top:1px;display:block;}
.side_chat_profile .tab_container .tab_content .detail_field {width:100%;word-wrap:break-word;}
.side_chat_profile .tab_container .web_path a {color:#444;}
.side_chat_profile .tab_container .integrations {position:relative;}
.side_chat_profile .tab_container .integrations>.button.refresh {position:absolute;right:10px;top:10px;display:none;}
.side_chat_profile .tab_container .integrations>.button.refresh.disabled {display:block;}
.side_chat_profile .tab_container .integrations:hover>.button.refresh {display:block;}
.side_chat_profile .tab_container .integrations>.container >div {border-top:1px solid #e5e5e5;margin-top:10px;padding-top:10px;}
.side_chat_profile .tab_container .integrations>.container >div:first-child {border-top:none;margin-top:0;padding-top:0;}
.side_chat_profile .tab_container .integrations>.container >.form .row .name {margin-bottom:0;}
.side_chat_profile .tab_container .integrations>.container >.form .row .value {font-size:13px;min-height:16px;}
.side_chat_profile .tab_container .integrations>.container >.form .row {margin-top:10px;}
.side_chat_profile .tab_container .integrations>.container >.form .row:first-child {margin-top:0;}
.side_chat_profile .tab_container .integrations>.container >.table >.empty_message {font-size:13px;min-height:16px;}
.side_chat_profile .tab_container .integrations>.container >.table >.row :first-child {display:inline-block;width:50px;background:#CCC;text-align:center;margin-left:0;padding:0;font-size:11px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;position:absolute;}
.side_chat_profile .tab_container .integrations>.container >.table >.row label {margin-left:5px;font-size:13px;color:#444;line-height:20px;padding-left:55px;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;margin-top:5px;width:100%;overflow:hidden;display:inline-block;vertical-align:bottom;white-space:nowrap;cursor:pointer;}
.side_chat_profile .tab_container .integrations>.container >.table >.row {display:inline-block;width:100%;}
.side_chat_profile .tab_container .integrations>.container >.table >.row:first-child label {margin-top:0;}
.side_chat_profile .tab_container .integrations>.container >.table >.row.important :first-child {color:white;background:#FF5F68;}
.side_chat_profile .tab_container .integrations>.container >.table >.row:hover label {text-decoration:underline;}
.side_chat_profile .tab_container .integrations>.container >.table >.row:hover label:first-child {text-decoration:none;}
.side_chat_profile .tab_container .integrations>.container >.table >.overflow {display:block;}
.side_chat_profile .tab_container .integrations>.container >.table >.overflow:before {display:block;content:"\25CF\25CF\25CF";font-size:16px;width:46px;height:18px;color:#CCCCCC;background:#EBEBEB;margin:5px auto 0;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;text-align:center;line-height:16px;text-shadow:0px 1px #FFF;letter-spacing:1px;}
.side_chat_profile .tab_container .integrations>.container >.table >.overflow:hover {color:#888888;text-decoration:none;}
.side_chat_profile .tab_container .integrations>.container >.table >.overflow:hover:before {color:#888888;text-decoration:none;}
.side_chat_profile .tab_container .integrations>.container >.buttons >.button_container >a >button {width:100%;}
.side_chat_profile .tab_container .integrations>.container >.buttons >.button_container >a {display:inline-block;text-align:center;width:100%;}
.side_chat_profile .tab_container .integrations>.container >.buttons >.button_container {display:inline-block;width:50%;padding:0 5px;}
.side_chat_profile .tab_container .integrations>.container >.buttons >.button_container:first-child {padding-left:0;}
.side_chat_profile .tab_container .integrations>.container >.buttons >.button_container:last-child {padding-right:0;}
.side_chat_profile .tab_container .integrations>.container >.buttons .button:hover {text-decoration:none;}
.side_chat_profile .tab_container .integrations>.container >.buttons {border-top:none;padding-top:0;}
.side_chat_profile .tab_container {-moz-box-shadow:inset 0 1px rgba(255,255,255,.65);-webkit-box-shadow:inset 0 1px rgba(255,255,255,.65);box-shadow:inset 0 1px rgba(255,255,255,.65);}
.side_chat_profile .big_button {padding:2px 5px;margin:0 auto;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;font-weight:normal;font-size:12px;}
.side_chat_profile table {border-collapse:collapse;}
.side_chat_profile .proxy_container {background:#646464;background:rgba(100,100,100,0.2);}
.side_chat_profile .proxy_scrollbar {background:#acacac;-moz-border-radius-topleft:0 !important;-moz-border-radius-topright:0 !important;-moz-border-radius-bottomleft:0 !important;-moz-border-radius-bottomright:0 !important;border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;-webkit-border-top-left-radius:0 !important;-webkit-border-top-right-radius:0 !important;-webkit-border-bottom-left-radius:0 !important;-webkit-border-bottom-right-radius:0 !important;}
.side_chat_profile .darken {background:#9b9b9b;border:1px solid #888;}
.side_chat_profile {background:#f0f0f0 !important;border:0 !important;margin:0 !important;padding:0px 10px;font-size:12px;color:#222;}
.agent_detail_view .quick_stats .boxie .boxie_label {margin-bottom:0;margin-top:0;}
.agent_detail_view .quick_stats .boxie {-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;float:left;border-left:0px;width:33%;margin-top:0;}
.agent_detail_view .quick_stats .boxie:last-child {width:34%;-moz-border-radius-topleft:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:3px;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:3px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:3px;}
.agent_detail_view .quick_stats .boxie:first-child {border-left:1px solid #e5e5e5;-moz-border-radius-topleft:3px;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:0;border-top-left-radius:3px;border-top-right-radius:0;border-bottom-left-radius:3px;border-bottom-right-radius:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:0;}
.agent_detail_view .boxie {margin-top:10px;}
.agent_detail_view .section .setting_section_table td:first-child {min-width:0;padding:0 10px 0 0;}
.agent_detail_view .section .setting_section_table {margin-bottom:10px;}
.agent_detail_view .section {font-size:14px;padding:10px 0;}
.agent_detail_view .err_text {color:#CC3333;font-size:10px;padding:0 7px;height:0;-webkit-transition:height 0.2s;-moz-transition:height 0.2s;-o-transition:height 0.2s;transition:height 0.2s;overflow:hidden;}
.agent_detail_view .err_text.active {height:14px;}
.agent_detail_view .visitorlist_tags .tag {border:1px solid #ddd;}
.agent_detail_view .visitorlist_tags {padding-bottom:10px;}
.agent_detail_view .tab_container .tab_content td {padding-bottom:10px;}
.agent_detail_view .tab_container .tab_content .label {color:#666666;font-size:10px;text-transform:uppercase;width:75px;padding-top:1px;display:block;}
.agent_detail_view .tab_container .tab_content .detail_field {width:100%;word-wrap:break-word;}
.agent_detail_view .tab_container .web_path a {color:#444;}
.agent_detail_view .tab_container .integrations {position:relative;}
.agent_detail_view .tab_container .integrations>.button.refresh {position:absolute;right:10px;top:10px;display:none;}
.agent_detail_view .tab_container .integrations>.button.refresh.disabled {display:block;}
.agent_detail_view .tab_container .integrations:hover>.button.refresh {display:block;}
.agent_detail_view .tab_container .integrations>.container >div {border-top:1px solid #e5e5e5;margin-top:10px;padding-top:10px;}
.agent_detail_view .tab_container .integrations>.container >div:first-child {border-top:none;margin-top:0;padding-top:0;}
.agent_detail_view .tab_container .integrations>.container >.form .row .name {margin-bottom:0;}
.agent_detail_view .tab_container .integrations>.container >.form .row .value {font-size:13px;min-height:16px;}
.agent_detail_view .tab_container .integrations>.container >.form .row {margin-top:10px;}
.agent_detail_view .tab_container .integrations>.container >.form .row:first-child {margin-top:0;}
.agent_detail_view .tab_container .integrations>.container >.table >.empty_message {font-size:13px;min-height:16px;}
.agent_detail_view .tab_container .integrations>.container >.table >.row :first-child {display:inline-block;width:50px;background:#CCC;text-align:center;margin-left:0;padding:0;font-size:11px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;position:absolute;}
.agent_detail_view .tab_container .integrations>.container >.table >.row label {margin-left:5px;font-size:13px;color:#444;line-height:20px;padding-left:55px;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;margin-top:5px;width:100%;overflow:hidden;display:inline-block;vertical-align:bottom;white-space:nowrap;cursor:pointer;}
.agent_detail_view .tab_container .integrations>.container >.table >.row {display:inline-block;width:100%;}
.agent_detail_view .tab_container .integrations>.container >.table >.row:first-child label {margin-top:0;}
.agent_detail_view .tab_container .integrations>.container >.table >.row.important :first-child {color:white;background:#FF5F68;}
.agent_detail_view .tab_container .integrations>.container >.table >.row:hover label {text-decoration:underline;}
.agent_detail_view .tab_container .integrations>.container >.table >.row:hover label:first-child {text-decoration:none;}
.agent_detail_view .tab_container .integrations>.container >.table >.overflow {display:block;}
.agent_detail_view .tab_container .integrations>.container >.table >.overflow:before {display:block;content:"\25CF\25CF\25CF";font-size:16px;width:46px;height:18px;color:#CCCCCC;background:#EBEBEB;margin:5px auto 0;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;text-align:center;line-height:16px;text-shadow:0px 1px #FFF;letter-spacing:1px;}
.agent_detail_view .tab_container .integrations>.container >.table >.overflow:hover {color:#888888;text-decoration:none;}
.agent_detail_view .tab_container .integrations>.container >.table >.overflow:hover:before {color:#888888;text-decoration:none;}
.agent_detail_view .tab_container .integrations>.container >.buttons >.button_container >a >button {width:100%;}
.agent_detail_view .tab_container .integrations>.container >.buttons >.button_container >a {display:inline-block;text-align:center;width:100%;}
.agent_detail_view .tab_container .integrations>.container >.buttons >.button_container {display:inline-block;width:50%;padding:0 5px;}
.agent_detail_view .tab_container .integrations>.container >.buttons >.button_container:first-child {padding-left:0;}
.agent_detail_view .tab_container .integrations>.container >.buttons >.button_container:last-child {padding-right:0;}
.agent_detail_view .tab_container .integrations>.container >.buttons .button:hover {text-decoration:none;}
.agent_detail_view .tab_container .integrations>.container >.buttons {border-top:none;padding-top:0;}
.agent_detail_view .tab_container {padding:10px 0;border-top:1px solid #e5e5e5;-moz-box-shadow:inset 0 1px rgba(255,255,255,.65);-webkit-box-shadow:inset 0 1px rgba(255,255,255,.65);box-shadow:inset 0 1px rgba(255,255,255,.65);}
.agent_detail_view .big_button {padding:2px 5px;margin:0 auto;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;font-weight:normal;font-size:12px;}
.agent_detail_view table {border-collapse:collapse;}
.agent_detail_view .proxy_container {background:#646464;background:rgba(100,100,100,0.2);}
.agent_detail_view .proxy_scrollbar {background:#acacac;-moz-border-radius-topleft:0 !important;-moz-border-radius-topright:0 !important;-moz-border-radius-bottomleft:0 !important;-moz-border-radius-bottomright:0 !important;border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;-webkit-border-top-left-radius:0 !important;-webkit-border-top-right-radius:0 !important;-webkit-border-bottom-left-radius:0 !important;-webkit-border-bottom-right-radius:0 !important;}
.agent_detail_view .darken {background:#9b9b9b;border:1px solid #888;}
.agent_detail_view {background:#f0f0f0 !important;border:0 !important;margin:0 !important;padding:0px 10px;font-size:12px;color:#222;}
.agent_detail_view .section {padding-bottom:0;}
.agent_detail_view .setting_section td:first-child {padding-right:10px;}
.agent_detail_view .setting_section {margin:10px 0;}
.agent_detail_view .setting_section_table td:first-child {max-width:60px;}
.agent_detail_view .boxie {margin-top:0;}
.close_indicator:hover {color:#FFF;background:#000;}
.close_indicator {-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;font-size:26px;color:#000;cursor:pointer;width:20px;height:20px;line-height:11px;padding:2px;top:10px;right:10px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;}
.chat_action_panel {background:#EBEBEA;}
.chat_log_line .time {float:right;padding:0 15px;color:#777777;background:#FFF;}
.chat_log_line .header_container .name {display:inline-block;font-weight:bold;margin-bottom:5px;max-width:300px;}
.chat_log_line .header_container {position:relative;display:none;}
.chat_log_line .message_container .message ul li input {margin-right:10px;vertical-align:top;}
.chat_log_line .message_container .message ul li {margin-bottom:4px;}
.chat_log_line .message_container .message ul {margin-top:6px;list-style:none;}
.chat_log_line .message_container .message {display:inline;width:100%;}
.chat_log_line .message_container .message.translated {display:none;font-style:italic;}
.chat_log_line .message_container .translate_switch {display:none;color:#CCCCCC;cursor:pointer;padding-left:5px;}
.chat_log_line .message_container .options_above {padding-left:0 !important;}
.chat_log_line .message_container .webpath_icon {margin-right:5px;width:22px;height:14px;position:relative;vertical-align:bottom;}
.chat_log_line .message_container .email {margin-top:10px;padding-top:10px;border-top:1px dashed #CCC;}
.chat_log_line .message_container .time {display:none;}
.chat_log_line .message_container {position:relative;color:#333333;word-wrap:break-word;margin-bottom:2px;padding-right:5px;}
.chat_log_line .message_container:hover .time {display:inline;}
.chat_log_line .spinner {display:none;}
.chat_log_line .cross {display:none;}
.chat_log_line .retry_text {display:none;}
.chat_log_line .file_renderer a {vertical-align:middle;color:inherit;text-decoration:none;cursor:pointer;}
.chat_log_line .file_renderer .progress_text {font-size:12px;color:#999999;font-style:italic;}
.chat_log_line .file_renderer .progress_container .progress_bar {position:absolute;top:0px;left:0px;height:100%;}
.chat_log_line .file_renderer .progress_container {position:relative;height:8px;margin-top:3px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;background-color:#ee7d32;background:-webkit-linear-gradient(top, #FF9833, #EE7D32);background:-o-linear-gradient(top, #FF9833, #EE7D32);background:-moz-linear-gradient(top, #FF9833, #EE7D32);background:-ms-linear-gradient(top, #FF9833, #EE7D32);background:-linear-gradient(top, #FF9833, #EE7D32);overflow:hidden;}
.chat_log_line .file_renderer .file_details_container {overflow:hidden;margin-top:5px;}
.chat_log_line .file_renderer .file_image_container .file_image {width:100%;height:100%;}
.chat_log_line .file_renderer .file_image_container .file_other_type {display:table-cell;vertical-align:middle;font-size:14px;font-weight:bold;color:#999999;max-width:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;}
.chat_log_line .file_renderer .file_image_container {float:left;display:table;margin:0 10px 2px 2px;width:50px;height:40px;border-width:1px;border-style:solid;border-color:#999999;text-align:center;background:#f0f0f0;}
.chat_log_line .file_renderer .file_info_container .file_name {font-size:12px;color:#999999;font-style:italic;text-decoration:underline;}
.chat_log_line .file_renderer .file_info_container .file_size {margin-top:2px;font-size:12px;color:#999999;}
.chat_log_line .file_renderer .file_info_container {float:left;padding:0px;}
.chat_log_line .file_renderer .file_status.fail {color:#CC0000;margin-top:0;}
.chat_log_line .file_renderer .file_status {margin-top:5px;text-align:center;font-size:12px;color:#999999;}
.chat_log_line .file_renderer {width:100%;}
.chat_log_line {width:100%;}
.chat_log_line.unverified .spinner {display:inline-block;float:right;width:15px;height:15px;background:url(/dashboard/images/spinner.gif);background-repeat:no-repeat;background-position:center center;}
.chat_log_line.failed .retry_text {display:inline;visibility:hidden;color:#999999;cursor:pointer;padding-left:5px;}
.chat_log_line.failed .cross {display:inline-block;float:right;margin-top:2px;}
.chat_log_line.failed:hover .retry_text {visibility:visible;}
.chat_log_line.new_block .header_container {display:block;}
.chat_log_line.new_block {padding-top:8px;margin-top:8px;border-top:1px dashed #CCC;}
.chat_log_line.new_block:first-child {margin-top:0px;border-top:0px none;}
.chat_log_line.system .header_container {display:none;}
.chat_log_line.system .message_container .message a {white-space:normal;}
.chat_log_line.system .message_container .message {font-style:italic;color:#999999;}
.chat_log_line.system .message_container {text-align:center;margin-top:6px;padding:0 15%;}
.chat_log_line.member_change .header_container .name {display:none;}
.chat_log_line.member_change .header_container {display:block;}
.chat_log_line.new_block.system .message_container {margin-top:0;}
.chat_log_line.translated .translate_switch {display:inline;}
.chat_log_line.foreign .message {display:none;}
.chat_log_line.foreign .message.translated {display:inline;}
.chat_log_line:last-child {padding-bottom:7px;}
.no_translate .chat_log_line .translate_switch {display:none;}
.no_translate .chat_log_line .message {display:inline;}
.no_translate .chat_log_line .message.translated {display:none;}
.chat_log {-webkit-transition:bottom 0.1s ease;-moz-transition:bottom 0.1s ease;-o-transition:bottom 0.1s ease;transition:bottom 0.1s ease;}
.chat_controller {-webkit-transition:height 0.1s ease;-moz-transition:height 0.1s ease;-o-transition:height 0.1s ease;transition:height 0.1s ease;padding:10px 0;}
.search_engine {background:url(/dashboard/sprites/search.png) no-repeat;width:16px;height:16px;margin-right:6px;}
.search_engine.google {background-position:-16px 0;}
.search_engine.bing {background-position:-32px 0;}
.search_engine.live {background-position:-32px 0;}
.search_engine.yahoo {background-position:-48px 0;}
.search_engine.yandex {background-position:-64px 0;}
.search_engine.baidu {background-position:-80px 0;}
.main_menu .agent_chat_list_row .status_icon {display:inline-block;width:14px;height:12px;font-size:16px;line-height:12px;padding-left:2px;margin-right:8px;}
.main_menu .agent_chat_list_row .agent_display_name {display:inline-block;width:130px;}
.main_menu .header .toggler {cursor:pointer;position:absolute;right:10px;top:6px;font-size:8px;visibility:hidden;}
.main_menu .header {color:#000;text-shadow:0 1px 0 #454545;font-size:11px;font-weight:bold;padding:5px 12px;cursor:pointer;position:relative;}
.main_menu .header:hover .toggler {visibility:visible;}
.main_menu .header:hover {color:#BBB;text-shadow:0 -1px 0 #000;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.main_menu .group_container >div {-webkit-transition:margin 0.2s ease-in-out;-moz-transition:margin 0.2s ease-in-out;-o-transition:margin 0.2s ease-in-out;transition:margin 0.2s ease-in-out;}
.main_menu .group_container .nav {padding:0px 0 0px 18px;border-bottom:none;border-top:none;font-size:11px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;margin-bottom: 0px;}
.main_menu .group_container .nav.selected {border-bottom:none;border-top:none;}
.main_menu .group_container .small_icon {margin-top:0;}
.main_menu .group_container {overflow:hidden;}
.main_menu .group_container.collapse div {opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;height:0;padding:0;}
.main_menu .group_container.collapse label {opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;height:0;padding:0;}
.main_menu .group_container.collapse span {opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;height:0;padding:0;}
.main_menu .group_container.collapse {height:0;padding:0;}
.main_menu .small_icon {margin-bottom:-1px;}
.main_menu .nav label {cursor:pointer;}
.main_menu .nav .small_icon {float:left;margin-right:8px;}
.main_menu .nav {font-size:11px;padding:11px 0 10px 18px;font-weight:bold;cursor:pointer;border-bottom:1px solid #151515;-moz-box-shadow:0 1px rgba(255, 255, 255, 0.1);-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.1);box-shadow:0 1px rgba(255, 255, 255, 0.1);text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.main_menu .nav:hover {color:#FFF;background:#222;}
.main_menu .nav.selected .badge {background:#C67232;text-shadow:0 -1px rgba(0,0,0,0.2);}
.main_menu .nav.selected {background:#F78E3F;-moz-box-shadow:inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(255, 255, 255, 0.1);-webkit-box-shadow:inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(255, 255, 255, 0.1);color:#FFF;}
.main_menu .nav.disabled .badge {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.main_menu .nav.disabled .small_icon {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.main_menu .nav.disabled {background:#2a2a2a;color:#575757;cursor:default;}
.main_menu .nav.disabled:hover {background:#2a2a2a;color:#575757;}
.main_menu .badge {display:inline-block;background:#111;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;text-shadow:0 1px rgba(0,0,0,0.65);-moz-box-shadow:0 1px rgba(255,255,255,.1);-webkit-box-shadow:0 1px rgba(255,255,255,.1);box-shadow:0 1px rgba(255,255,255,.1);padding:1px 4px 2px;margin-right:5px;font-weight:normal;font-size:10px;float:right;}
.main_menu .badge.special {background:#F78E3F;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;color:#FFF;}
.main_menu .proxy_container {background:#969696;background:rgba(150,150,150,0.3);}
.main_menu .proxy_scrollbar {background:#353535 !important;border:1px solid #2a2a2a !important;}
.main_menu .darken {background:#454545 !important;border:1px solid #2f2f2f !important;}
.main_menu {font-size:11px;color:#bbb;overflow-x:hidden;-moz-box-shadow:2px 2px 2px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1);box-shadow:2px 2px 2px rgba(0,0,0,.1);-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;background:#333;padding-bottom:5px;z-index:20;border-right:1px solid #222222;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:3px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:3px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:3px;}
.select_container .select_placeholder {font-size:11px;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;margin-right:17px;overflow:hidden;}
.select_container .select_button {float:right;background:url(../images/jx_ui_v1@2x.png) top left no-repeat;background-size:48px 38px;background-position:-0px -32px;width:8px;height:6px;margin-top:4px;}
.select_container select {-webkit-appearance:menulist-button;-moz-appearance:menulist-button;appearance:menulist-button;cursor:pointer;}
.select_container {display:inline-block;position:relative;background:-webkit-linear-gradient(top, #f8f8f8, #efefef);background:-o-linear-gradient(top, #f8f8f8, #efefef);background:-moz-linear-gradient(top, #f8f8f8, #efefef);background:-ms-linear-gradient(top, #f8f8f8, #efefef);background:-linear-gradient(top, #f8f8f8, #efefef);font-size:12px;color:#666666;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;padding:4px 5px 2px 10px;cursor:pointer;border:1px solid #D8D8D8;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.75);-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;text-shadow:0 1px 0 rgba(255,255,255,.65);outline-style:none;text-align:left;vertical-align:middle;}
.select_container.disabled .select_button {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.select_container:hover {background:-webkit-linear-gradient(top, #fafafa, #f4f4f4);background:-o-linear-gradient(top, #fafafa, #f4f4f4);background:-moz-linear-gradient(top, #fafafa, #f4f4f4);background:-ms-linear-gradient(top, #fafafa, #f4f4f4);background:-linear-gradient(top, #fafafa, #f4f4f4);}
.select_container:active {background:#e8e8e8;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.select_container.focus {border:1px solid #EE7E33;}
.menu {z-index:99;font-weight:normal;text-shadow:none;margin:1px 0 0;-moz-box-shadow:0 2px 2px rgba(0,0,0,.1);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 2px 2px rgba(0,0,0,.1);background:#FFF;min-width:170px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;padding:2px 0;border:1px solid #D8D8D8;}
.menu_group {padding:5px 0;}
.menu_option {color:#AAAAAA;text-decoration:none;padding:5px 10px;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
a.menu_option {color:#AAAAAA;}
.menu_option.status span {font-size:24px;padding-left:2px;padding-right:10px;position:relative;top:2px;}
.menu_option.status {padding:0 10px;}
.menu_option:disabled {cursor:default !important;background:#FFF !important;color:#D8D8D8 !important;}
.menu_option.disabled {cursor:default !important;background:#FFF !important;color:#D8D8D8 !important;}
.menu_option:hover {cursor:pointer;color:#555;background:#F1F1F1;}
.menu_option.hover {cursor:pointer;color:#555;background:#F1F1F1;}
.menu_option.selected {color:#555;font-weight:bold;}
.menu_divider {border-bottom:1px solid #D8D8D8;margin:1px 0;}
.logoimg {width:70px;height:30px;display:block;}
.signal_strength >span {display:inline-block;width:20%;padding-right:1px;background-clip:content-box;}
.signal_strength >span.inactive {background-color:#D8D8D8 !important;}
.signal_strength {display:none !important;width:35px;}
.signal_strength.on1 > span {background-color:#CC3333;}
.signal_strength.on2 > span {background-color:#E2610A;}
.signal_strength.on3 > span {background-color:#F47E20;}
.signal_strength.on4 > span {background-color:#A8D82A;}
.signal_strength.on5 > span {background-color:#9ED711;}
.signal_strength.disconnected {display:none !important;background:url(/dashboard/sprites/white.png) no-repeat;background-position:-50px -2px;height:15px;width:30px;}
.tab-chat {color:#FFF;line-height:2em;cursor:pointer;text-align:center;font-size:14px;position:relative;top:12px;opacity:0.85;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";filter:alpha(opacity=85);-moz-opacity:0.85;-webkit-opacity:0.85;-o-opacity:0.85;-webkit-transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;transition:opacity 0.25s ease;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.tab-chat:hover {color:#FFF;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.tab-chat.active {color:#FFF;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.active .top_icon {fill:#FFF;}
.tab-chat:hover .top_icon {fill:#FFF;}
.contents .rightCol {padding:30px 20px;}
.contents {-webkit-transition:bottom 0.25s;-moz-transition:bottom 0.25s;-o-transition:bottom 0.25s;transition:bottom 0.25s;overflow:hidden;background:transparent;}
.main_screen .contents {-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;transition:all 1s;}
.main_screen .progress_bar_text {position:relative;}
.nav_bar .contents {-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;transition:all 1s;}
.nav_bar .progress_bar_text {position:relative;}
.indentedList {width:100%;font-weight:regular;}
.feature_holder .cb_cell {width:30px;}
.feature_holder {background:#FFF;color:#333333;}
.docked .feature_holder {min-width:900px;}
.docked .feature_holder.widgetsettings2 {min-width:1100px;}
.feature_holder_with_tips .content_column {overflow:hidden;}
.feature_holder_with_tips .tips_column strong {color:#777;font-style:italic;font-weight:normal;}
.feature_holder_with_tips .tips_column {float:right;width:220px;}
.feature_holder_with_tips .tip_section {margin:20px 0;}
.feature_holder_with_tips .tip_header {font-size:13px;font-weight:bold;color:#4a4a4a;margin-top:15px;}
.feature_holder_with_tips .tip_header:first-of-type {margin-top:0;}
.feature_holder_with_tips .tip_content {margin-top:3px;color:#999999;line-height:16px;}
.feature_holder_with_tips {min-width:650px;max-width:900px;}
.limit_tip .tip_header {font-size:16px;font-weight:500;}
.limit_tip .tip_content {margin-top:10px;color:#666666;}
.limit_tip .chatman_orange {position:relative;margin-right:5px;top:2px;}
.limit_tip {background:#FFF8CE;padding:10px;}
.conv_status_online {color:#93CC60;}
.conv_status_idle {color:#2E6FB8;}
.conv_status_away {color:#FFB24D;}
.conv_status_offline {color:#666666;}
.conv_status_invisible {color:#919191;}
.conv_unread_msg {padding:0 0 0 10px;font-weight:bold;}
.conv_unread_count {-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;border:1px solid #A00000;background-color:#CC3333;font-size:11px;font-weight:bold;padding:2px 6px 2px 4px;margin-top:-3px;text-align:center;color:#FFF;letter-spacing:-1px;}
.alert .logs .message {display:block;border-top:1px dotted #CFD8DA;padding-top:10px;margin:10px;}
.alert .logs {margin:0px 5px 0px -3px;padding-right:5px !important;border-right:1px solid #CFD8DA;}
.alert .header .city {font-weight:bold;}
.alert .header .browser {margin-left:5px;vertical-align:text-top;}
.alert .header .platform {vertical-align:middle;}
.alert .header {margin:2px 0px 0px 8px;}
.alert .tags {margin:10px 10px 8px 0px;}
.alert .url table tr td {padding:0px;}
.alert .url table tr .label {font-weight:bold;padding-right:10px;}
.alert .url table tr {padding:0px;}
.alert .url table .history {margin-right:5px;white-space:nowrap;}
.alert .url table {margin:1px 4px 0px -2px;}
.alert .url .path tr th {border-bottom:1px solid #CFD8DA;border-top:1px solid #CFD8DA;font-weight:bold;}
.alert .url .path tr td {border-bottom:1px dotted #CFD8DA;}
.alert .url .path tr .page {text-align:left;padding:2px 20px 2px 0px;}
.alert .url .path tr .time {text-align:right;padding:2px 0px;}
.alert .url .path {margin:10px 8px 0px 0px;border-collapse:collapse;}
.alert .url {padding-left:6px !important;}
.alert .x {font-weight:bold;border:0px none;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;font-size:10px;background:#CFD8DA;color:#FFF;position:absolute;padding:1px 3px;cursor:pointer;right:2px;top:2px;}
.alert a {font-size:12px !important;font-weight:bold;}
.alert {z-index:11;position:absolute;background:#FFF;border:1px solid #AAAAAA;padding:5px;white-space:normal;overflow:auto;}
.highlight {-webkit-animation:highlight_bg 2s linear 0 1 normal;-moz-animation:highlight_bg 2s linear 0 1 normal;-ms-animation:highlight_bg 2s linear 0 1 normal;-o-animation:highlight_bg 2s linear 0 1 normal;animation:highlight_bg 2s linear 0 1 normal;}
.row_renderer ul input {margin-right:15px;}
.row_renderer ul {margin-left:1px;list-style:none;}
.row_renderer .status span {font-size:16px;line-height:10px;}
.row_renderer .name {color:#555;text-transform:uppercase;font-weight:bold;font-size:11px;line-height:17px;}
.row_renderer .page_title {text-align:left;overflow:hidden;}
.row_renderer a {text-decoration:none;font-size:90%;}
.row_renderer .links .via {font-style:italic;}
.row_renderer .shortcut_msg {white-space:normal;width:100%;}
.row_renderer .detail_container {border-spacing:0px;table-layout:fixed;}
.row_renderer .fluid {padding-top:4px;padding-bottom:4px;}
.row_renderer {white-space:nowrap;padding:4px 15px;overflow:hidden;color:#777777;border:1px solid #F2F2F2;border-width:1px 0 1px;margin-bottom:-1px;}
.fake_link:hover {cursor:pointer;text-decoration:underline;}
.fake_link_reverse {cursor:pointer;text-decoration:underline;}
.fake_link_reverse:hover {text-decoration:none;}
.row_renderer:hover .name {color:#111;}
.row_renderer:hover {cursor:pointer;background:#f5f5f5;border-color:#DDD;border-width:1px 0 1px;color:#111;position:relative;z-index:1;margin-bottom:-1px;}
.row_renderer.active .name {color:#111;}
.row_renderer.active {cursor:pointer;background:#f5f5f5;border-color:#DDD;border-width:1px 0 1px;color:#111;position:relative;z-index:1;margin-bottom:-1px;}
p.chat_msg {font-weight:normal;margin:0;padding:2px 0 0 20px;}
p.chat_msg:hover span.msg_time {visibility:visible;}
p.system_msg {font-style:italic;color:#AAAAAA;}
.visitor_details .visitor_name {width:100%;margin-bottom:-1px;}
.visitor_details .visitor_email {width:94%;margin-bottom:-1px;}
.visitor_details .visitor_name:focus {border:1px solid #EE7E33 !important;}
.visitor_details .visitor_email:focus {border:1px solid #EE7E33 !important;}
.visitor_details .visitor_name:not(.placeholder) {background:transparent;border:none;padding:0;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.visitor_details .visitor_email:not(.placeholder) {background:transparent;border:none;padding:0;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.visitor_details .visitor_name:not(.placeholder) {font-size:18px;color:#333333;}
.visitor_details .visitor_email:not(.placeholder) {color:#576263;margin-top:2px;}
.visitor_details .visitor_name.editing {background:#FFF;font-size:12px;width:100%;padding:5px;z-index:1;position:relative;}
.visitor_details .visitor_email.editing {background:#FFF;font-size:12px;width:100%;padding:5px;z-index:1;position:relative;}
.visitor_details .visitor_email.editing {margin-top:0;}
.visitor_details .setting_section_table .label {text-align:initial;color:#AAAAAA;font-size:13px;}
.visitor_details .setting_section_table .detail_field {font-size:13px;color:#576263;}
.visitor_details {background:#f0f0f0;}
.visitor_details_preview {border-left:1px solid #D8D8D8;border-bottom:1px solid #D8D8D8;}
.visitor_details_maximized {border-left:1px solid #D8D8D8;background:#ecf4f7;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.visitor_details_maximized .visitor_details_preview {border-left:0;}
.visitor_details_maximizedi {border-top:1px solid #D8D8D8;background:#f0f0100;background:-o-linear-gradient(left,#F5FAFB,#ECF4F7);background:-moz-linear-gradient(left,#F5FAFB,#ECF4F7);background:-ms-linear-gradient(left,#F5FAFB,#ECF4F7);background:linear-gradient(left,#F5FAFB,#ECF4F7);background:-webkit-gradient(linear,left center,right center,from(#F5FAFB),to(#ECF4F7));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F5FAFB, endColorstr=#ECF4F7, GradientType=1);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F5FAFB, endColorstr=#ECF4F7, GradientType=1);border-bottom:0;padding:0;}
.v_details_img {vertical-align:top !important;}
.visitor_details .error {border:1px solid #EE5F5B;}
.note {color:#999;font-size:12px;margin-bottom:5px;}
.tag {background:#ddd;border:1px solid #fff;color:#666666;padding:3px 6px;margin-right:2px;font-size:11px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;}
.tag_special .tag_close {display:none;}
.tag_special {background:-webkit-linear-gradient(top, #FF9833, #EE7D32);background:-o-linear-gradient(top, #FF9833, #EE7D32);background:-moz-linear-gradient(top, #FF9833, #EE7D32);background:-ms-linear-gradient(top, #FF9833, #EE7D32);background:-linear-gradient(top, #FF9833, #EE7D32);color:#FFF;}
.tag_special_red {border:1px solid #A00000;background-color:#CC3333;}
.whisper_box {background:#f2b41c;color:#C98432;padding:5px 12px 0;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;bottom:0px;left:20px;}
.fake_h3 {white-space:nowrap;padding-top:5px;font-weight:300;font-size:16px;margin:0 auto;}
.placeholder_text {white-space:nowrap;padding-top:5px;font-weight:300;font-size:16px;margin:0 auto;}
.textfield input {padding:5px;border:1px solid #E5E5E5;-moz-box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);color:#333333;font-size:12px;}
.textfield textarea {padding:5px;border:1px solid #E5E5E5;-moz-box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);color:#333333;font-size:12px;}
.textfieldlist_container {display:inline-block;position:relative;}
.textfieldlist_list_container {background:#FFF;border:1px solid #E5E5E5;overflow-x:hidden;overflow-y:auto;max-height:90px;}
.textfieldlist_list_option {color:#232628;padding:2px 0 2px 6px;cursor:default;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;overflow:hidden;}
.textfieldlist_list_option.active {background:#D8D8D8;}
.textfieldlist_list_option:hover {background:#fffaca;}
button:first-child {margin-left:0;}
.login_table .label {color:#555;vertical-align:middle;margin-left:5px;cursor:pointer;}
.login_table .input_text {width:300px;padding:9px;position:relative;display:inline;margin:0 auto 10px;font-size:13px;}
.login_table .error_message {color:#B94A48;line-height:36px;padding-left:10px;position:absolute;width:150px;text-align:left;}
.login_table .error {border:1px solid #EE5F5B;}
.login_table .select_container .select_placeholder {font-size:12px;font-weight:normal;}
.login_table .select_container {padding-top:8px;padding-bottom:8px;outline-style:none;}
.login_table .menu {width:200px;font-size:13px;}
.login_table .logout_message {color:#555;margin-bottom:10px;display:block;}
.login_table .login_options .checkbox_wrapper {margin-top:10px;line-height:20px;display:inline-block;vertical-align:top;}
.login_table .login_options .forgot_wrapper {margin-top:10px;line-height:20px;display:inline-block;vertical-align:top;}
.login_table .login_options .checkbox_wrapper .label {display:inline-block;max-width:160px;vertical-align:top;text-align:left;}
.login_table .login_options .checkbox_wrapper {float:left;}
.login_table .login_options .forgot_wrapper span {color:#555;}
.login_table .login_options .forgot_wrapper span:hover {text-decoration:underline;cursor:pointer;}
.login_table .login_options .forgot_wrapper {float:right;max-width:110px;text-align:right;}
.login_table .login_options {width:300px;margin:0 auto;}
.login-form {-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;background-color:#D8D8D8;background:#f0f0f0;background:-o-linear-gradient(top,rgba(255,255,255,1),rgba(228,233,235,1));background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(228,233,235,1));background:-ms-linear-gradient(top,rgba(255,255,255,1),rgba(228,233,235,1));background:linear-gradient(top,rgba(255,255,255,1),rgba(228,233,235,1));background:-webkit-gradient(linear,center top,center bottom,from(rgba(255,255,255,1)),to(rgba(228,233,235,1)));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe4e9eb);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffe4e9eb);text-align:center;-moz-box-shadow:0 0 12px #222;-webkit-box-shadow:0 0 12px #222;box-shadow:0 0 12px #222;border:undefined#FFF;}
.search_field.focus {border:1px solid #EE7E33;}
.login-form select:focus {border:1px solid #EE7E33;}
.textfield input:focus {border:1px solid #EE7E33;}
.textfield {border:1px solid #EE7E33;}
.search_field.error {border:1px solid #EE5F5B;}
.textfield input.error {border:1px solid #EE5F5B;}
.textfield {border:1px solid #EE5F5B;}
.language_bar >div >span {color:#333333;cursor:pointer;padding:1px 3px;margin:0 5px;display:inline-block;}
.language_bar >div >span:hover {text-decoration:underline;}
.language_bar >div {margin:0 auto;border-top:1px solid #D8D8D8;padding:5px 0 20px;display:inline-block;}
.language_bar >div.browsers >span {text-decoration:none;cursor:default;}
.language_bar >div.browsers >span:hover {text-decoration:none;cursor:default;}
.language_bar {text-align:center;}
.notice {padding:4px 5px 5px;font-size:12px;font-weight:bold;text-align:center;background:#F9DAA3;color:#333333;border:1px solid #CC9901;border-top:none;min-width:300px;max-width:500px;z-index:500;-moz-box-shadow:0 2px 4px 1px rgba(0,0,0,.15);-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.15);box-shadow:0 2px 4px 1px rgba(0,0,0,.15);top:0;}
.meshim_dashboard_components_themeEditor_Notice {padding:4px 5px 5px;font-size:12px;font-weight:bold;text-align:center;background:#F9DAA3;color:#333333;border:1px solid #CC9901;border-top:none;min-width:300px;max-width:500px;z-index:500;-moz-box-shadow:0 2px 4px 1px rgba(0,0,0,.15);-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.15);box-shadow:0 2px 4px 1px rgba(0,0,0,.15);top:0;}
.connection_status .connection_status_bar .progress_bar_outer .progress_bar_inner {background:#E76C6C;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;height:24px;}
.connection_status .connection_status_bar .progress_bar_outer {color:#333333;border:1px solid #CC0101;border-top:none;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;background:#F9A3A3;height:25px;-moz-box-shadow:0 2px 4px 1px rgba(0,0,0,.15);-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.15);box-shadow:0 2px 4px 1px rgba(0,0,0,.15);}
.connection_status .connection_status_bar .progress_bar_text {font-weight:bold;font-size:12px;margin-top:4px;color:#333333;position:absolute;top:0px;left:0px;width:100%;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;padding:0 10px;}
.connection_status .connection_status_bar {position:absolute;top:0;left:50%;width:400px;margin-left:-200px;text-align:center;z-index:501;}
.connection_status .connection_status_dialog .header {padding:5px 0;}
.progress_bar .progress_bar_outer .progress_bar_inner {background:#ee7d32;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;height:8px;float:left;}
.progress_bar .progress_bar_outer {border:1px solid #e5e5e5;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;background:#f5f5f5;height:10px;overflow:initial;}
.progress_bar .progress_bar_text {font-size:13px;color:#555;width:100%;margin-top:20px;text-align:center;}
.connection_monitor .setting_section {padding:0 !important;}
.connection_monitor .content .top {padding-bottom:20px;}
.connection_monitor .content .bottom .button {float:right;}
.connection_monitor .status_title {font-size:14px;font-weight:bold;margin:5px 0;}
.connection_monitor th {vertical-align:middle;line-height:20px;}
.connection_monitor td {vertical-align:middle;line-height:20px;}
.connection_monitor summary:focus {outline:none;}
.connection_monitor {font-size:12px;width:400px;}
.header_bar * {font-size:10px;color:#999;}
.header_bar .header_trigger {visibility:hidden;}
.header_bar .header_sortable:hover .header_trigger {visibility:visible;}
.header_bar .header_active .header_trigger {visibility:visible;}
.header_bar .icons_cell {visibility:hidden;}
.header_bar td {float:none !important;}
.header_bar {border-spacing:0px;padding:10px 15px 6px 15px;color:#AAAAAA;font-weight:bold;font-size:10px;text-transform:uppercase;}
.header_bar.visitor_table {padding:5px 15px 6px 15px;}
.title_bar .h3 {color:#FFF;}
.title_bar {padding:10px;background:#303030;}
.border-left {border-left:1px solid #FFF;-moz-box-shadow:-1px 0 #D8D8D8;-webkit-box-shadow:-1px 0 #D8D8D8;box-shadow:-1px 0 #D8D8D8;}
.page_header .package {margin-top:3px;}
.page_header .new_row {clear:both;margin-top:10px;}
.page_header .h3 {margin-top:6px;font-weight:300;text-rendering:optimizeLegibility;display:inline;}
.page_header .h4 {margin-top:6px;font-weight:300;text-rendering:optimizeLegibility;display:inline;}
.page_header .big_icon {margin-right:5px;}
.page_header .search_field {background:#FFF;}
.page_header .group_count.border-left {padding-left:10px;margin-left:10px;}
.page_header {padding:10px 15px;border-bottom:1px solid #D8D8D8;background:#f0f0f0;}
.arrow_badge .arrow_background {right:100%;top:50%;border:0px solid transparent;height:0;width:0;position:absolute;pointer-events:none;}
.arrow_badge .arrow_border {right:100%;top:50%;border:0px solid transparent;height:0;width:0;position:absolute;pointer-events:none;}
.arrow_badge .arrow_background {border-right-color:#A2B7C0;border-width:10px;margin-top:-10px;}
.arrow_badge .arrow_border {border-right-color:#F47E20;border-width:11px;margin-top:-11px;}
.arrow_badge {position:relative;background:#A2B7C0;border:1px solid #F47E20;border-left:0px none;margin-left:12px;padding:5px 10px;}
.limit_badge .chatman_icon {margin-top:1px;margin-right:3px;}
.limit_badge .arrow_background {border-right-color:#37a0bf;}
.limit_badge .arrow_border {border-right-color:#398597;}
.limit_badge {color:#FFF;font-weight:bold;font-size:11px;line-height:16px;background:#37a0bf;background:-webkit-linear-gradient(top, #32a0d1, #37a0bf);background:-o-linear-gradient(top, #32a0d1, #37a0bf);background:-moz-linear-gradient(top, #32a0d1, #37a0bf);background:-ms-linear-gradient(top, #32a0d1, #37a0bf);background:-linear-gradient(top, #32a0d1, #37a0bf);border-color:#398597;padding:2px 8px 2px 2px;margin-top:-2px;margin-left:20px;-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.1);box-shadow:0 1px 0 rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.1);-moz-border-radius-topleft:0px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:2px;border-top-left-radius:0px;border-top-right-radius:2px;border-bottom-left-radius:0px;border-bottom-right-radius:2px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:2px;}
.table_header span {font-size:11px;font-weight:bold;text-transform:uppercase;color:#bbb !important;}
.table_header {-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:default;padding:8px 10px;border-left:1px solid transparent;border-right:1px solid transparent;border-top:none !important;font-size:11px;color:#CCCCCC !important;}
.table_header_active {background:#EBEBEB;}
.overview_panel .section {border-bottom:1px solid #e5e5e5;margin-bottom:10px;}
.overview_panel .section:last-child {border-bottom:0px none;}
.overview_panel .page_header .big_icon {margin-left:15px;}
.overview_panel .page_header {padding:12px 0 10px;}
.overview_panel .h4 {margin-top:3px;font-size:14px;font-weight:300;padding:0 10px;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:pointer;}
.overview_panel .right_column {width:25%;}
.overview_panel .package .h4 {padding-right:0;}
.overview_panel .package .h4:hover {text-decoration:underline;}
.overview_panel .package {text-transform:capitalize;width:25%;}
.overview_panel .content {margin:10px 0;}
.overview_panel .graphs .title .big_icon {margin-right:5px;margin-left:4px;}
.overview_panel .graphs .title {color:#666666;font-size:16px;}
.overview_panel .graphs {border-right:1px solid #D8D8D8;padding:0 10px;width:75%;}
.overview_panel .feeds .header {font-size:14px;font-weight:300;margin-bottom:10px;padding:0;cursor:pointer;}
.overview_panel .feeds .header:hover {text-decoration:underline;}
.overview_panel .feeds .feed {margin-bottom:8px;}
.overview_panel .feeds .rss .header a {font-size:14px;}
.overview_panel .feeds .rss a {color:#666666;}
.overview_panel .feeds .rss .feed label {cursor:pointer;}
.overview_panel .feeds .rss .feed {cursor:pointer;}
.overview_panel .feeds .rss {border-bottom:1px solid #e5e5e5;margin-bottom:10px;}
.overview_panel .feeds .activity .agent_status div {margin-left:2px;margin-right:12px;display:inline-block;}
.overview_panel .feeds .activity .agent_status {margin-top:-2px;}
.overview_panel .feeds .icon {float:left;margin-right:10px;}
.overview_panel .feeds .ellipsis {display:inline-block;width:80%;}
.overview_panel .feeds {width:25%;padding:0 10px;color:#666666;}
.overview_panel .statistics .header {font-size:10px;padding-bottom:10px;text-transform:uppercase;color:#AAAAAA;border-bottom:1px solid #D8D8D8;}
.overview_panel .statistics .status_cell b {font-size:12px;}
.overview_panel .statistics .status_cell div {margin-top:-1px;margin-right:3px;}
.overview_panel .statistics .status_cell {font-size:10px;padding-top:10px;}
.overview_panel .statistics {width:200px;padding-right:50px;color:#666666;}
.whats_happening .graph {max-height:200px;width:600px;}
.history_panel .header_bar * {line-height:20px;}
.history_panel .header_bar {cursor:pointer;padding:4px 15px 3px 15px;border-bottom:1px solid #e5e5e5;}
.banned_panel .header_bar * {line-height:20px;}
.banned_panel .header_bar {cursor:pointer;padding:4px 15px 3px 15px;border-bottom:1px solid #e5e5e5;}
.banned_panel .row_renderer:hover {cursor:default;border:1px solid #F2F2F2;border-width:1px 0 1px;margin-bottom:-1px;background:transparent;color:#777777;}
.banned_panel .row_renderer.active {cursor:default;border:1px solid #F2F2F2;border-width:1px 0 1px;margin-bottom:-1px;background:transparent;color:#777777;}
.shortcuts_panel .header_bar {cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.shortcuts_panel .data_table .name {width:15%;}
.history_panel .search_field.advanced .search input {font-style:italic;}
.history_panel .global_select {text-align:center;padding:7px 15px;}
.history_panel .perma_link * {cursor:pointer;}
.history_panel .perma_link {text-decoration:underline;cursor:pointer;}
.history_panel .strong {font-weight:bold;}
.history_panel .export_body {padding:10px;}
.history_panel .export_footer error {color:#B94A48;}
.history_panel .export_footer {text-align:right;border-top:1px solid #DDD;background:#EBEBEB;padding:10px;}
.history_panel .action_button {margin-left:10px;}
.history_panel .search_term_holder span {max-width:50px;display:inline;vertical-align:text-top;}
.history_panel .minimized .hideable {display:none;}
.history_panel .history_viewer .toolbar_top {padding:10px 0 10px 10px;border-bottom:1px solid #e5e5e5;}
.history_panel .history_viewer .scrollable_frame {padding:0 10px 20px;}
.history_panel .history_viewer .offline_panel {padding:0 10px 20px;}
.history_panel .history_viewer {border-left:1px solid #EBEBEB;}
.color_palette .color_swatch {border:1px solid white;cursor:pointer;display:inline-block;width:10px;height:10px;}
.color_palette .active {border:1px solid orange;}
.color_palette .color_mask {background:#FFF;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.color_palette {border:1px solid #e5e5e5;background:#999999;}
.boxie {padding:10px;background:#fafafa;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border:1px solid #e5e5e5;}
.boxie_label {text-transform:uppercase;font-size:10px;margin-bottom:5px;margin-top:10px;color:#888;}
.boxie_label:first-child {margin-top:0;}
.big_num {font-size:15px;font-weight:bold;height:18px;}
.button_bar .option {padding:0 12px;cursor:pointer;background:#f0f0f0;background:-o-linear-gradient(top,#f8f8f8,#efefef);background:-moz-linear-gradient(top,#f8f8f8,#efefef);background:-ms-linear-gradient(top,#f8f8f8,#efefef);background:linear-gradient(top,#f8f8f8,#efefef);background:-webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#efefef));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);color:#666666;border:1px solid #d9d9d9;border-left-width:0;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;line-height:22px;font-size:11px;font-weight:bold;text-shadow:0 1px 1px rgba(255,255,255,.5);-moz-box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);-webkit-box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);display:inline-block;}
.button_bar .option.enabled_button.active {background:#1009040;background:-o-linear-gradient(top,#fc8a3d,#fc8a3d);background:-moz-linear-gradient(top,#fc8a3d,#fc8a3d);background:-ms-linear-gradient(top,#fc8a3d,#fc8a3d);background:linear-gradient(top,#fc8a3d,#fc8a3d);background:-webkit-gradient(linear,center top,center bottom,from(#fc8a3d),to(#fc8a3d));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc8a3d, endColorstr=#fc8a3d);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fc8a3d, endColorstr=#fc8a3d);border-color:#fc8a3d;-moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.15), inset -1px 0px 1px rgba(0, 0, 0, 0.1);-webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.15), inset -1px 0px 1px rgba(0, 0, 0, 0.1);box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.15), inset -1px 0px 1px rgba(0, 0, 0, 0.1);color:#FFF;text-shadow:none;}
.button_bar .option.disabled >span {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.button_bar .option.disabled {color:#aaa;cursor:default;}
.button_bar .option.disabled:hover {background:#f0f0f0;background:-o-linear-gradient(top,#f8f8f8,#efefef);background:-moz-linear-gradient(top,#f8f8f8,#efefef);background:-ms-linear-gradient(top,#f8f8f8,#efefef);background:linear-gradient(top,#f8f8f8,#efefef);background:-webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#efefef));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);border:1px solid #d9d9d9;-moz-box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);-webkit-box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);}
.button_bar .option.disabled:active {background:#f0f0f0;background:-o-linear-gradient(top,#f8f8f8,#efefef);background:-moz-linear-gradient(top,#f8f8f8,#efefef);background:-ms-linear-gradient(top,#f8f8f8,#efefef);background:linear-gradient(top,#f8f8f8,#efefef);background:-webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#efefef));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);border:1px solid #d9d9d9;-moz-box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);-webkit-box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);}
.button_bar.scrollable {white-space:nowrap;overflow-x:auto;}
.button_bar.disabled .option {background:#f0f0f0;background:-o-linear-gradient(top,#f8f8f8,#efefef);background:-moz-linear-gradient(top,#f8f8f8,#efefef);background:-ms-linear-gradient(top,#f8f8f8,#efefef);background:linear-gradient(top,#f8f8f8,#efefef);background:-webkit-gradient(linear,center top,center bottom,from(#f8f8f8),to(#efefef));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#efefef);border:1px solid #d9d9d9;-moz-box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);-webkit-box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);box-shadow:inset 1px 0 rgba(255,255,255,1),0 1px 0px rgba(0,0,0,0.05);}
.button_bar.disabled .option.active {background:#e0e0e0;background:-o-linear-gradient(top,#dfdfdf,#d7d7d7);background:-moz-linear-gradient(top,#dfdfdf,#d7d7d7);background:-ms-linear-gradient(top,#dfdfdf,#d7d7d7);background:linear-gradient(top,#dfdfdf,#d7d7d7);background:-webkit-gradient(linear,center top,center bottom,from(#dfdfdf),to(#d7d7d7));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#d7d7d7);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#d7d7d7);border:1px solid #BBB;cursor:default;color:#666;-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);}
.button_bar .option:first-child {border-left:1px solid #d9d9d9;-moz-border-radius-topleft:3px;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:0;border-top-left-radius:3px;border-top-right-radius:0;border-bottom-left-radius:3px;border-bottom-right-radius:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:0;}
.button_bar .option:last-child {-moz-border-radius-topleft:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:3px;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:3px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:3px;}
.button_bar .option.active {background:#e0e0e0;background:-o-linear-gradient(top,#dfdfdf,#d7d7d7);background:-moz-linear-gradient(top,#dfdfdf,#d7d7d7);background:-ms-linear-gradient(top,#dfdfdf,#d7d7d7);background:linear-gradient(top,#dfdfdf,#d7d7d7);background:-webkit-gradient(linear,center top,center bottom,from(#dfdfdf),to(#d7d7d7));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#d7d7d7);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#d7d7d7);border-top:1px solid #bbb;cursor:default;color:#666;-moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);-webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);box-shadow:inset 0px 1px 1px rgba(0,0,0,.1),inset 0px 1px 0 rgba(255,255,255,.2),0 1px 0px rgba(255,255,255,0.5);}
.button_bar .option:not(.active):not(.disabled):hover {background:-webkit-linear-gradient(top, #fafafa, #f4f4f4);background:-o-linear-gradient(top, #fafafa, #f4f4f4);background:-moz-linear-gradient(top, #fafafa, #f4f4f4);background:-ms-linear-gradient(top, #fafafa, #f4f4f4);background:-linear-gradient(top, #fafafa, #f4f4f4);}
.button_bar .option:not(.active):not(.disabled):active {background:#e8e8e8;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.shortcut_delete {cursor:pointer;margin-left:5px;}
.shortcut_add {font-size:12px;text-decoration:underline;cursor:pointer;}
.code_holder {font-family:monospace;line-height:1.3em;border:1px solid #E5E5E5;padding:10px;margin-top:10px;width:100%;background:#FFF;color:#333333;}
.code_holder:focus {border:1px solid #EE7E33;}
.setting_window input[type='radio'] {margin-bottom:5px;}
.setting_section {margin:20px;padding-top:20px;border-top:1px solid #EBEBEB;}
.setting_section_no_border {border-top:0px;padding-top:0px;}
.setting_section:first-child {border-top:0px none;min-width:180px;padding-top:0;}
.setting_window {padding-bottom:20px;}
.feature_holder {padding-bottom:20px;}
.setting_section.subsection {padding:20px 0;margin:0 20px;}
.setting_section_header span {text-transform:capitalize;}
.setting_section_header {padding:0 0 10px;font-size:15px;}
.setting_section_table td {padding:0 0 20px;vertical-align:middle;}
.setting_section_table td.align_top {vertical-align:top;padding-top:6px;}
.setting_section_table td:first-child {padding-right:20px;text-align:left;min-width:150px;}
.setting_section_table tr:last-child td {padding-bottom:0px;}
.setting_section_table .setting_input {padding:5px;outline:none;border:1px solid #E5E5E5;-moz-box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.1);color:#333333;}
.setting_section_table .setting_input.slider {border:1px solid transparent;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.setting_section_table select.setting_input {padding:0 0 0 5px;}
.setting_section_table textarea.setting_input {min-width:400px;min-height:85px;}
.setting_section_table input[type=text].setting_input {min-width:250px;}
.setting_section_table input[type=password].setting_input {min-width:250px;}
.setting_section_table select.setting_input {min-width:250px;}
.setting_section_table input[type=range].setting_input {padding-left:0px;padding-right:0px;height:auto;}
.setting_section_table input[type=number].setting_input {padding-left:0px;padding-right:0px;height:auto;}
.setting_section_table .input_focus {border:1px solid #EE7E33;}
.setting_section_table .setting_input:focus {border:1px solid #EE7E33;}
.setting_section_table .error {background:#fff;border:1px solid #EE5F5B;}
.setting_section_table .invalid {background:#fff;border:1px solid #EE5F5B;}
.setting_section_table .error_text {color:#B94A48;padding:0 10px;}
.setting_section_table .error_message {color:#B94A48;padding:0 10px;}
.setting_section_table tr.error .note {color:#B94A48;}
.setting_section_table tr.error label {font-weight:bold;}
.setting_section_table tr.error td {background:#fff;}
.setting_section_table tr.error td:first-of-type {-moz-border-radius-topleft:4px;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:0;border-top-left-radius:4px;border-top-right-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:0;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:0;}
.setting_section_table tr.error td:last-of-type {-moz-border-radius-topleft:0;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:4px;border-top-left-radius:0;border-top-right-radius:4px;border-bottom-left-radius:0;border-bottom-right-radius:4px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:4px;}
.setting_section_table tr.error .textfield input {border:1px solid #EE5F5B;}
.setting_section_table tr.error .setting_input {border:1px solid #EE5F5B;}
.setting_section_table tr.error .invisible {padding:0px;outline:none;border:0px none;}
.setting_section_table tr.error {color:#9d261d;}
.setting_section_table .invisible {padding:0px;outline:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:0px none !important;}
.setting_section_table {border-spacing:0px;}
.setting_section_table.options td:first-child {min-width:0px;width:initial;padding-left:0px;padding-right:15px;}
.setting_input.color {font-weight:bold;text-align:center;-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,1);-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,1);box-shadow:inset 0 0 0 1px rgba(255,255,255,1);}
.footer {margin-top:20px;margin-right:20px;padding-top:20px;padding-bottom:20px;border-top:1px solid #EBEBEB;}
.volume .slider {min-width:200px;}
.volume .volume_soft {margin-top:2px;}
.volume .volume_loud {margin-left:10px;}
.h1 {font-size:48px;font-weight:bold;color:#666666;}
.h2 {font-size:36px;font-weight:bold;color:#666666;}
.h3 {font-size:20px;color:#666666;}
.h4 {color:#666666;}
.checkbox_container:before {content:' ';display:inline-block;height:100%;width:0;vertical-align:middle;}
.checkbox_container:after {content:' ';background:url(/dashboard/sprites/built/jx_ui_v1@2x.png) top left no-repeat;background-size:48px 38px;display:inline-block;*display:inline;zoom:1;vertical-align:middle;background-position:-15px -17px;width:14px;height:14px;}
.checkbox_container {width:20px;height:20px;cursor:default;text-align:center;font-size:0;display:inline-block;vertical-align:middle;white-space:nowrap;}
.checkbox_container.focus:after {background-position:-0px -0px;width:16px;height:16px;}
.checkbox_container.checked:after {background-position:-0px -17px;width:14px;height:14px;}
.checkbox_container.checked.focus:after {background-position:-17px -0px;width:16px;height:16px;}
.checkbox_container.disabled:after {background-position:-34px -0px;width:14px;height:14px;}
.checkbox_container.disabled.focus:after {background-position:-34px -0px;width:14px;height:14px;}
.checkbox_container.checked.disabled:after {background-position:-34px -15px;width:14px;height:14px;}
.checkbox_container.checked.disabled.focus:after {background-position:-34px -15px;width:14px;height:14px;}
.camera.white {background-position:-2px -324px;}
.feedback_tab span {font-size:11px !important;text-transform:uppercase !important;}
.feedback_tab {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;color:#FFF;border:none;background:#FF5F68;font-weight:bold;z-index:299;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;text-align:center;padding:3px 12px;bottom:0;}
.feedback_tab:hover {padding-bottom:13px;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.feedback_tab.shooting {fill:#FFF;border:solid 1px #D57230;background:#EE7E33;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;bottom:-5px;}
.popup .content .link {cursor:pointer;text-decoration:underline;}
.popup .content .top {padding:20px 40px;}
.popup .content .bottom .button {min-width:80px;outline-style:none;}
.popup .content .bottom {padding:10px;border-top:1px solid #DBDBDB;background:#F4F4F4;}
.popup .content .success {background:#FFF;}
.popup .content .setting_section {padding:10px 10px 20px;}
.popup .content .header {font-size:16px;font-weight:bold;line-height:20px;color:#555;}
.popup .content .status_title {font-size:16px;font-weight:bold;line-height:20px;color:#555;}
.popup .content .message span {font-weight:normal;font-size:12px;line-height:1.5em;color:#666666;}
.popup .content .message {padding:5px 0px;}
.popup .content .details span a {font-size:9px;}
.popup .content .details span {font-weight:normal;color:#777777;font-size:10px;}
.popup .content {color:#333333;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;overflow:hidden;}
.popup {z-index:919;background:#FFF;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3);overflow:hidden;}
.feedback_form .content .link {cursor:pointer;text-decoration:underline;}
.feedback_form .content .top {padding:20px 40px;}
.feedback_form .content .bottom .button {min-width:80px;outline-style:none;}
.feedback_form .content .bottom {padding:10px;border-top:1px solid #DBDBDB;background:#F4F4F4;}
.feedback_form .content .success {background:#FFF;}
.feedback_form .content .setting_section {padding:10px 10px 20px;}
.feedback_form .content .header {font-size:16px;font-weight:bold;line-height:20px;color:#555;}
.feedback_form .content .status_title {font-size:16px;font-weight:bold;line-height:20px;color:#555;}
.feedback_form .content .message span {font-weight:normal;font-size:12px;line-height:1.5em;color:#666666;}
.feedback_form .content .message {padding:5px 0px;}
.feedback_form .content .details span a {font-size:9px;}
.feedback_form .content .details span {font-weight:normal;color:#777777;font-size:10px;}
.feedback_form .content {color:#333333;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;overflow:hidden;}
.feedback_form {z-index:919;background:#FFF;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3);overflow:hidden;}
.confirmation .content .bottom .button {float:none;margin:0 auto;}
.confirmation .description {color:#555;margin:0 10px 10px;}
.feedback_form table td {cursor:pointer;}
.feedback_form table {margin:20px;}
.feedback_form .content .top {padding:20px 20px 5px 20px;}
.feedback_form .content .header {text-align:center;}
.feedback_form .help_container .help_item .label {font-size:14px;padding:5px;}
.feedback_form .help_container .help_item .help_icon_chat {float:left;width:50px;height:50px;margin-right:10px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
.feedback_form .help_container .help_item .help_icon_bug {float:left;width:50px;height:50px;margin-right:10px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
.feedback_form .help_container .help_item .help_icon_survey {float:left;width:50px;height:50px;margin-right:10px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
.feedback_form .help_container .help_item .help_icon_feature {float:left;width:50px;height:50px;margin-right:10px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
.feedback_form .help_container .help_item .help_icon_chat {background-color:#F78E3F;}
.feedback_form .help_container .help_item .help_icon_bug {background-color:#FF5F68;}
.feedback_form .help_container .help_item .help_icon_survey {background-color:#4AB5EF;}
.feedback_form .help_container .help_item .help_icon_feature {background-color:#A3CF3C;}
.feedback_form .help_container .help_item {float:left;width:50%;height:70px;padding:10px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;cursor:pointer;}
.feedback_form .help_container .help_item:hover {background-color:#f4f4f4;}
.feedback_form .help_container .help_item.disabled .label {color:#D9D9D9;}
.feedback_form .help_container .help_item.disabled .help_icon_chat {background-color:#D9D9D9;}
.feedback_form .help_container .help_item.disabled .help_icon_bug {background-color:#D9D9D9;}
.feedback_form .help_container .help_item.disabled .help_icon_survey {background-color:#D9D9D9;}
.feedback_form .help_container .help_item.disabled .help_icon_feature {background-color:#D9D9D9;}
.feedback_form .help_container .help_item.disabled {background-color:transparent;cursor:default;}
.feedback_form .help_container {overflow:hidden;margin:15px 0;}
.feedback_form .attachments {margin-bottom:10px;color:#555;}
.feedback_form .error_message {position:absolute;bottom:5px;left:0px;width:100%;text-align:center;color:#B94A48;}
.feedback_form {width:420px;}
.upload .progress {background:#9ED711;}
.upload {width:100px;height:15px;padding:1px;display:inline-block;vertical-align:text-bottom;border:1px solid #AAAAAA;}
div.btn {width:150px;height:50px;font-size:110%;font-weight:bold;padding:16px 12px;cursor:pointer;color:#AAAAAA;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:2px;-moz-border-radius-bottomright:2px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;border:1px solid #AAAAAA;background:#EBEBEB;text-align:center;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;margin-right:10px;margin-bottom:10px;}
.chat_bar.docked .chat_panel .title_bar {-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;}
.chat_bar.docked .chat_panel .search_field {width:120px;}
.chat_bar.docked .chat_panel {top:0;bottom:40px;right:0;left:auto;width:600px;height:auto;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;}
.chat_bar.docked .mask {display:none !important;}
.chat_bar .mask {top:0;right:0;bottom:0;left:0;position:fixed;z-index:100;display:none;}
.chat_bar .incoming_button {width:180px;height:30px;margin-top:-30px;background:#888888;border:1px solid #666666;border-bottom:none;border-left:none;-moz-border-radius-topleft:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;text-transform:uppercase;font-size:11px;font-weight:bold;color:#FFF;text-align:center;padding-top:8px;text-shadow:0px -1px 1px rgba(0,0,0,.2);cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.chat_bar .incoming_button.active {background:#F78E3F;border-color:#804500;-webkit-animation:bouncy_left 8s linear 0s 3 normal;-moz-animation:bouncy_left 8s linear 0s 3 normal;-ms-animation:bouncy_left 8s linear 0s 3 normal;-o-animation:bouncy_left 8s linear 0s 3 normal;animation:bouncy_left 8s linear 0s 3 normal;}
.chat_bar .chat_panel .h3 {font-size:14px;text-transform:uppercase;font-weight:bold;margin-top:4px;}
.chat_bar .chat_panel .visitor_name {overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;white-space:nowrap;max-width:300px;}
.chat_bar .chat_panel .icon_holder {margin:3px 8px;}
.chat_bar .chat_panel .title_bar .avatar_icon {margin:2px 8px 0 0;}
.chat_bar .chat_panel .title_bar .big_button {height:24px;}
.chat_bar .chat_panel .title_bar .flag {-moz-box-shadow:0 1px rgba(0,0,0,0.65);-webkit-box-shadow:0 1px rgba(0,0,0,0.65);box-shadow:0 1px rgba(0,0,0,0.65);}
.chat_bar .chat_panel .title_bar .button.round {width:22px;height:22px;}
.chat_bar .chat_panel .title_bar .button.round .minimize {background-position:-4px -693px;}
.chat_bar .chat_panel .title_bar .button.round.active {background-color:#ee7d32;background:-webkit-linear-gradient(top, #FF9833, #EE7D32);background:-o-linear-gradient(top, #FF9833, #EE7D32);background:-moz-linear-gradient(top, #FF9833, #EE7D32);background:-ms-linear-gradient(top, #FF9833, #EE7D32);background:-linear-gradient(top, #FF9833, #EE7D32);}
.chat_bar .chat_panel .title_bar .button.round.active:hover {background-color:#FD9F47;background:-webkit-linear-gradient(top, #FD9F47, #F49046);background:-o-linear-gradient(top, #FD9F47, #F49046);background:-moz-linear-gradient(top, #FD9F47, #F49046);background:-ms-linear-gradient(top, #FD9F47, #F49046);background:-linear-gradient(top, #FD9F47, #F49046);}
.chat_bar .chat_panel .title_bar .button.round.active:active {background:#EE7D32;}
.chat_bar .chat_panel .title_bar {-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;}
.chat_bar .chat_panel .big_button {padding:5px 8px;}
.chat_bar .chat_panel .page_header {padding:0;border-bottom:none;}
.chat_bar .chat_panel .chat_log_holder .typing .chat_log_line:first-child {margin-top:0;border-top:1px dashed #CCC;}
.chat_bar .chat_panel .chat_log_holder {padding:0 0 0 10px;}
.chat_bar .chat_panel .scrollable_frame {background:#fff;border:1px solid #DFDFDF;}
.chat_bar .chat_panel .chat_actions_container .chat_action_panel {background:#fff;}
.chat_bar .chat_panel .chat_actions_container .offline_message_panel {background-color:rgba(255, 255, 255, 0.8);}
.chat_bar .chat_panel .chat_actions_container .no_matches >:first-child {font-weight:bold;color:red;}
.chat_bar .chat_panel .chat_actions_container .no_matches {position:absolute;white-space:pre;top:36px;left:0;width:100%;background:#EBEBEB;border:2px solid white;border-top:none;padding:2px 0 2px 6px;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container .textfieldlist_list_container {border:none;max-height:400px;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container .textfieldlist_list_option .shortcut {font-weight:bold;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container .textfieldlist_list_option .highlight {color:#E2610A;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container .textfieldlist_list_option {background:#EBEBEB;margin:0 2px;border-bottom:2px solid white;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container .textfieldlist_list_option:hover {background:#fffaca;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container .textfieldlist_list_option.active {background:#D8D8D8;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container .chat_input {color:black;font-size:13px;line-height:16px;font-family:MyHelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;width:95%;height:100%;border:none;padding:10px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container .chat_input:focus {border:none; box-shadow: none !important;}
.chat_bar .chat_panel .chat_actions_container .textfieldlist_container {width:100%;height:100%;color:#232628;border:none;overflow:hidden;}
.chat_bar .chat_panel .chat_actions_container .file_upload_input {position:absolute;top:0px;right:0px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;width:0px;height:25px;}
.chat_bar .chat_panel .chat_actions_container .drop_label .container {border:none;background:transparent;}
.chat_bar .chat_panel .chat_actions_container .drop_label {position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;background:#eee;border:1px dashed #444;display:none;}
.chat_bar .chat_panel .chat_actions_container {background:#fff;width:100%;height:100%;cursor:text;border:1px solid #DFDFDF;}
.chat_bar .chat_panel .chat_actions_container.focus {border:1px solid #EE7E33;}
.chat_bar .chat_panel .chat_actions_container.focus.dragover {border:none;}
.chat_bar .chat_panel .chat_actions_container.dragover .drop_label {display:block;}
.chat_bar .chat_panel .select_container.actions_menu .select_button {background-position:-9px -32px;width:8px;height:6px;}
.chat_bar .chat_panel .select_container.actions_menu {width:120px;border:1px solid #222;background-color:#666666;background:-webkit-linear-gradient(top, #686868, #5F5F5F);background:-o-linear-gradient(top, #686868, #5F5F5F);background:-moz-linear-gradient(top, #686868, #5F5F5F);background:-ms-linear-gradient(top, #686868, #5F5F5F);background:-linear-gradient(top, #686868, #5F5F5F);-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;font-size:11px;font-weight:bold;color:#FFF;text-shadow:0 -1px 0 rgba(0,0,0,.65);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.05), inset 0 1px rgba(255,255,255,0.1);}
.chat_bar .chat_panel .select_container.actions_menu.focus {-moz-box-shadow:inset 0 0 0 1px #FFF !important;-webkit-box-shadow:inset 0 0 0 1px #FFF !important;box-shadow:inset 0 0 0 1px #FFF !important;}
.chat_bar .chat_panel .select_container.actions_menu:hover {background:-webkit-linear-gradient(top, #787878, #6F6F6F);background:-o-linear-gradient(top, #787878, #6F6F6F);background:-moz-linear-gradient(top, #787878, #6F6F6F);background:-ms-linear-gradient(top, #787878, #6F6F6F);background:-linear-gradient(top, #787878, #6F6F6F);}
.chat_bar .chat_panel .select_container.actions_menu:active {background:-webkit-linear-gradient(top, #555, #555);background:-o-linear-gradient(top, #555, #555);background:-moz-linear-gradient(top, #555, #555);background:-ms-linear-gradient(top, #555, #555);background:-linear-gradient(top, #555, #555);}
.chat_bar .chat_panel .chat_content {-moz-border-radius-topleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;}
.chat_bar .chat_panel .search_field {width:200px;}
.chat_bar .chat_panel {position:absolute;height:90%;min-width:600px;max-width:1200px;width:90%;top:4%;left:5%;right:5%;margin:0 auto;-moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-box-shadow:0 0 4px rgba(0,0,0,.3);-webkit-box-shadow:0 0 4px rgba(0,0,0,.3);box-shadow:0 0 4px rgba(0,0,0,.3);background:#f0f0f0;z-index:100;overflow:hidden;}
.chat_bar.active .mask {display:block;}
.round_close_button {background:#666666;height:16px;width:16px;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomleft:8px;-moz-border-radius-bottomright:8px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;cursor:pointer;}
.round_close_button:hover {background:#777777;}
.round_close_button.active {background-color:#ee7d32;background:-webkit-linear-gradient(top, #FF9833, #EE7D32);background:-o-linear-gradient(top, #FF9833, #EE7D32);background:-moz-linear-gradient(top, #FF9833, #EE7D32);background:-ms-linear-gradient(top, #FF9833, #EE7D32);background:-linear-gradient(top, #FF9833, #EE7D32);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 0px 2px rgba(0,0,0,0.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 0px 2px rgba(0,0,0,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 0px 2px rgba(0,0,0,0.5);}
.round_close_button.active:hover {background-color:#FD9F47;background:-webkit-linear-gradient(top, #FD9F47, #F49046);background:-o-linear-gradient(top, #FD9F47, #F49046);background:-moz-linear-gradient(top, #FD9F47, #F49046);background:-ms-linear-gradient(top, #FD9F47, #F49046);background:-linear-gradient(top, #FD9F47, #F49046);}
.round_close_button.active:active {background:#EE7D32;}
.chat_bar_renderer .wrapper {padding:5px 5px 15px;background:#333333;-webkit-transition:margin 0.15s ease-in-out;-moz-transition:margin 0.15s ease-in-out;-o-transition:margin 0.15s ease-in-out;transition:margin 0.15s ease-in-out;border:1px solid #232628;border-bottom:none;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;height:40px;}
.chat_bar_renderer .text_container {position:relative;display:list-item;height:20px;}
.chat_bar_renderer .unread_count {color:#FFF;font-weight:bold;font-size:10px;width:20px;height:15px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;padding:0;display:none;top:2px;right:0;padding-top:1px;-moz-box-shadow:0 1px 1px rgba(255,255,255,.05);-webkit-box-shadow:0 1px 1px rgba(255,255,255,.05);box-shadow:0 1px 1px rgba(255,255,255,.05);}
.chat_bar_renderer .unread_count.unread {background:#222222;display:block;}
.chat_bar_renderer .round_close_button {display:none;top:2px;right:2px;-moz-border-radius-topleft:9px;-moz-border-radius-topright:9px;-moz-border-radius-bottomleft:9px;-moz-border-radius-bottomright:9px;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;-webkit-border-top-left-radius:9px;-webkit-border-top-right-radius:9px;-webkit-border-bottom-left-radius:9px;-webkit-border-bottom-right-radius:9px;}
.chat_bar_renderer .name {-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;top:-30px;position:absolute;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;width:100%;text-shadow:0px -1px 1px rgba(0,0,0,.2);line-height:20px;}
.chat_bar_renderer .msg {-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;top:-30px;position:absolute;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;-o-opacity:0;width:100%;text-shadow:0px -1px 1px rgba(0,0,0,.2);line-height:20px;}
.chat_bar_renderer .msg {font-size:90%;text-shadow:0px -1px 1px rgba(0,0,0,.2);}
.chat_bar_renderer .name.active {top:0;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.chat_bar_renderer .msg.active {top:0;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.chat_bar_renderer .avatar_icon {margin-right:5px;}
.chat_bar_renderer {margin-top:10px;height:30px;width:180px;display:inline-block;margin-right:3px;color:#FFF;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;overflow:hidden;}
.chat_bar_renderer.active .wrapper {margin-top:0px !important;}
.chat_bar_renderer.active {height:40px;margin-top:0;padding-top:0 !important;}
.chat_bar_renderer.unread .wrapper .unread_count {background:#C56B2F;display:block;}
.chat_bar_renderer.unread .wrapper {background:#F78E3F;border-color:#804500;}
.chat_bar_renderer.unread .text_container {margin-right:20px;}
.chat_bar_renderer.unread:hover .wrapper {background:#EB873D;border-color:#804500;}
.chat_bar_renderer.leave {padding-top:20px;}
.chat_bar_renderer.leave:hover {padding-top:0;}
.chat_bar_renderer:hover .wrapper {background:#222;}
.chat_bar_renderer:hover .text_container {margin-right:20px;}
.chat_bar_renderer:hover .round_close_button {display:block;}
.chat_bar_renderer:hover .unread_count {display:none;}
.chat_bar_renderer:hover .unread_count.unread {display:none;}
.history_viewer .panel_wrapper {background:#FFF;width:100%;height:100%;display:block;z-index:2;position:absolute;border:1px solid #DFDFDF;border-top:none;}
.history_viewer .side_chat_profile .boxie {background:#fff !important;}
.history_viewer .side_chat_profile .quick_stats .boxie {border:1px solid #e5e5e5;margin-right:10px !important;-moz-border-radius-topleft:3px !important;-moz-border-radius-topright:3px !important;-moz-border-radius-bottomleft:3px !important;-moz-border-radius-bottomright:3px !important;border-top-left-radius:3px !important;border-top-right-radius:3px !important;border-bottom-left-radius:3px !important;border-bottom-right-radius:3px !important;-webkit-border-top-left-radius:3px !important;-webkit-border-top-right-radius:3px !important;-webkit-border-bottom-left-radius:3px !important;-webkit-border-bottom-right-radius:3px !important;}
.history_viewer .side_chat_profile .tab_container {background:#fff !important;border:0 !important;padding:0 !important;}
.history_viewer .side_chat_profile {background:#fff !important;}
.history_viewer .title {font-size:13px;color:#656565;}
.chat_controller .offline_message {font-size:15px;font-weight:300;color:#656565;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.number_tag {-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;color:#FFF;background:#bbb;font-weight:bold;font-size:11px;display:inline-block;width:22px;height:17px;line-height:17px;text-align:center;}
.avatar_icon {background:url(../images/avatars.png);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 0px 2px rgba(0,0,0,0.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 0px 2px rgba(0,0,0,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 0px 2px rgba(0,0,0,0.5);width:20px;height:20px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;}
.avatar_icon.avatar_0 {background-position:0 0px;}
.avatar_icon.avatar_1 {background-position:0 -20px;}
.avatar_icon.avatar_2 {background-position:0 -40px;}
.avatar_icon.avatar_3 {background-position:0 -60px;}
.avatar_icon.avatar_4 {background-position:0 -80px;}
.avatar_icon.avatar_5 {background-position:0 -100px;}
.avatar_icon.avatar_6 {background-position:0 -120px;}
.avatar_icon.avatar_7 {background-position:0 -140px;}
.avatar_icon.avatar_8 {background-position:0 -160px;}
.avatar_icon.avatar_9 {background-position:0 -180px;}
.avatar_icon.avatar_10 {background-position:0 -200px;}
.avatar_icon.avatar_11 {background-position:0 -220px;}
.avatar_icon.avatar_12 {background-position:0 -240px;}
.avatar_icon.avatar_13 {background-position:0 -260px;}
.avatar_icon.avatar_14 {background-position:0 -280px;}
.avatar_icon.avatar_15 {background-position:0 -300px;}
.avatar_icon.avatar_16 {background-position:0 -320px;}
.avatar_icon.avatar_17 {background-position:0 -340px;}
.avatar_icon.avatar_18 {background-position:0 -360px;}
.avatar_icon.avatar_19 {background-position:0 -380px;}
.avatar_icon.avatar_20 {background-position:0 -400px;}
.gravatar {border:none !important;}
.avatar_big_icon {background:url(../images/avatars.png);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,.4);box-shadow:0 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,.4);width:50px;height:50px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;margin:1px 0;}
.avatar_big_icon.avatar_0 {background-position:-22px -1px;}
.avatar_big_icon.avatar_1 {background-position:-22px -51px;}
.avatar_big_icon.avatar_2 {background-position:-22px -101px;}
.avatar_big_icon.avatar_3 {background-position:-22px -151px;}
.avatar_big_icon.avatar_4 {background-position:-22px -201px;}
.avatar_big_icon.avatar_5 {background-position:-22px -251px;}
.avatar_big_icon.avatar_6 {background-position:-22px -301px;}
.avatar_big_icon.avatar_7 {background-position:-22px -351px;}
.avatar_big_icon.avatar_8 {background-position:-71px -1px;}
.avatar_big_icon.avatar_9 {background-position:-71px -51px;}
.avatar_big_icon.avatar_10 {background-position:-71px -101px;}
.avatar_big_icon.avatar_11 {background-position:-71px -151px;}
.avatar_big_icon.avatar_12 {background-position:-71px -201px;}
.avatar_big_icon.avatar_13 {background-position:-71px -251px;}
.avatar_big_icon.avatar_14 {background-position:-71px -301px;}
.avatar_big_icon.avatar_15 {background-position:-71px -351px;}
.avatar_big_icon.avatar_16 {background-position:-122px -1px;}
.avatar_big_icon.avatar_17 {background-position:-122px -51px;}
.avatar_big_icon.avatar_18 {background-position:-122px -101px;}
.avatar_big_icon.avatar_19 {background-position:-122px -151px;}
.avatar_big_icon.avatar_20 {background-position:-122px -201px;}
.visitor_color_0 {color:#7C1E23;}
.visitor_color_1 {color:#AB1722;}
.visitor_color_2 {color:#DA0021;}
.visitor_color_3 {color:#D9464B;}
.visitor_color_4 {color:#F45C95;}
.visitor_color_5 {color:#A74CA5;}
.visitor_color_6 {color:#764EA5;}
.visitor_color_7 {color:#444FA5;}
.visitor_color_8 {color:#007BD2;}
.visitor_color_9 {color:#00A6D2;}
.visitor_color_10 {color:#53CCCB;}
.visitor_color_11 {color:#83D147;}
.visitor_color_12 {color:#77A31B;}
.visitor_color_13 {color:#4B7720;}
.visitor_color_14 {color:#7A761F;}
.visitor_color_15 {color:#A7A219;}
.visitor_color_16 {color:#D5CF47;}
.visitor_color_17 {color:#FFCE46;}
.visitor_color_18 {color:#D9744A;}
.visitor_color_19 {color:#A9754B;}
.visitor_color_20 {color:#666;}
.scrollable_list {padding-bottom:40px;}
.activity_list .active_container.empty.visitor_list_container .active_list_header {border-bottom:1px solid #EBEBEB;}
.activity_list .active_container.empty.visitor_list_container {border-bottom:none;padding-bottom:0;min-height:200px;}
.activity_list .visitor_list_container .active {background:#EBEBEB;}
.activity_list .visitor_list_container .menu {margin-top:5px;margin-right:20px;}
.activity_list .visitor_list_container {border-bottom:1px solid #E5E5E5;padding-bottom:4px;}
.activity_list .visitorlist_row {padding:5px 0 5px 5px;margin:0 15px 0 10px;border:1px solid #F5F5F5;border-width:1px 0 0;cursor:pointer;}
.activity_list .visitor_list_title_header span {font-size:14px;color:#444;}
.activity_list .visitor_list_title_header .group_count {font-size:14px;}
.activity_list .visitor_list_title_header .group_count_text {font-size:14px;}
.activity_list .visitor_list_title_header {padding:10px 20px 7px 15px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.activity_list .visitor_table .table_header {line-height:10px!important;}
.activity_list .visitor_table >div {padding:0 0 0 10px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;line-height:18px;min-height:18px;}
.activity_list .visitor_table .status_cell {width:18px;text-align:center;padding-left:0;}
.activity_list .visitor_table .name_cell {width:145px;font-weight:bold;font-size:11px;text-transform:uppercase;color:#555;}
.activity_list .visitor_table .icons_cell {width:70px;}
.activity_list .visitor_table .viewing_cell {width:150px;}
.activity_list .visitor_table .page_cell {width:150px;}
.activity_list .visitor_table .numbers_cell {width:70px;text-align:left;}
.activity_list .visitor_table .time_cell {width:70px;text-align:left;}
.activity_list .visitor_table .message_cell {display:none;text-align:left;}
.activity_list .visitor_table .served_cell {width:90px;text-align:left;display:none;}
.activity_list .visitorlist_row:hover .visitor_table >div {color:#111;}
.activity_list .visitorlist_row:hover {background:#f5f5f5;border:1px solid #DDD;border-width:1px 0 1px;position:relative;margin-bottom:-1px;z-index:1;}
.activity_list .visitorlist_tags {padding:0px 0px 0px 28px;}
.activity_list .number_tag {margin-right:8px;float:left;line-height:17px;padding-top:0;}
.activity_list {padding-bottom:40px;}
.incoming_table .message_cell {display:block !important;}
.incoming_table .title_cell {float:right;width:150px;}
.served_table .served_cell {display:block !important;}
.grouped_list .served_cell {display:block !important;}
.search_list .served_cell {display:block !important;}
.grouped_list {min-height:200px;}
.served_list {min-height:200px;}
.orange {color:#F47E20;}
.disabled_input {color:#AAAAAA;}
.group_count_text {font-size:16px;font-weight:300;color:#656565;text-align:right;display:inline-block;margin-right:5px;}
.group_count {color:#444;font-weight:300;font-size:16px;display:inline-block;}
.legend .row:xxhover .label {color:#666666;}
.legend .row:xxhover .count {color:#666666;}
.legend .row:xxhover {background:#EBEBEB;}
.legend .row div {float:left;}
.legend .row .disabled {color:#EBEBEB;}
.legend .row .label {line-height:19px;color:#AAAAAA;width:85px;height:19px;font-size:11px;margin-left:5px;}
.legend .row .count {line-height:19px;color:#AAAAAA;font-weight:bold;height:19px;width:30px;text-align:right;}
.legend .row {clear:both;padding:5px;height:25px;}
.legend {background-color:rgba(255, 255, 255, .3);}
.clear_both {clear:both;height:0px;overflow:hidden;}
.themeEditor .page_header .h3 {margin:0;}
.themeEditor .page_header .h4 {margin-top:0px;}
.themeEditor .page_header .package {margin-top:6px;}
.themeEditor .clear-both {clear:both;height:0px;overflow:hidden;}
.themeEditor .border-left {border-left:1px solid #FFF;-moz-box-shadow:-1px 0 #D8D8D8;-webkit-box-shadow:-1px 0 #D8D8D8;box-shadow:-1px 0 #D8D8D8;padding-left:10px;margin-left:10px;}
.themeEditor .feature_holder {padding:0;}
.themeEditor .splash_screen {min-width:400px;max-width:600px;}
.themeEditor .error_box_content {border:5px solid white;background:white;}
.themeEditor .themeEditor_panel {-moz-box-shadow:0 0 12px #666;-webkit-box-shadow:0 0 12px #666;box-shadow:0 0 12px #666;}
.themeEditor .dock {-webkit-transition:top 0.3s ease;-moz-transition:top 0.3s ease;-o-transition:top 0.3s ease;transition:top 0.3s ease;border-left:1px solid #D8D8D8;border-right:1px solid #D8D8D8;}
.themeEditor .invisible {border:0px none;}
.themeEditor .big_button.default {background:#ee7d32;}
.themeEditor .toggler {cursor:pointer;background:#fdfdfd;border:1px solid #D8D8D8;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;color:#CCC;}
.themeEditor .toggler:hover {color:#AAAAAA;background:#f4f4f4;}
.themeEditor .button {background:#EBEBEB;}
.themeEditor .big_button {background:#EBEBEB;}
.themeEditor .button.disabled {background:#EBEBEB;}
.themeEditor .button:hover {background:#D8D8D8;}
.themeEditor .big_button:hover {background:#D8D8D8;}
.themeEditor .form-button:hover {background:#D8D8D8;}
.themeEditor .form-button:focus {background:#D8D8D8;}
.themeEditor .default:hover {background:#D8D8D8;}
.themeEditor .big_button.default {background:#ee7d32;}
.themeEditor .button.default {background:#ee7d32;}
.themeEditor .big_button.default:hover {background:#E2610A;}
.themeEditor .button.default:hover {background:#E2610A;}
.themeEditor .setting_input {width:250px;}
.themeEditor textarea.setting_input {width:400px;}
.themeEditor .color_palette {line-height:10px;}
.themeEditor .tooltip .tooltip_text {color:#FFF;background:#232628;padding:4px 8px;margin-top:-7px;}
.themeEditor .tooltip .arrow {position:relative;color:#232628;font-size:18px;margin-left:5px;line-height:1em;}
.themeEditor .tooltip {-webkit-transition:opacity 0.5s;-moz-transition:opacity 0.5s;-o-transition:opacity 0.5s;transition:opacity 0.5s;margin:0;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;font-size:12px;font-weight:bold;z-index:9999999;background:transparent;}
.themeEditor .feature_holder_with_tips {max-width:100%;min-width:0%;}
.themeEditor .disabled_make {position:absolute;left:0;top:0;width:100%;height:100%;background:#333333;opacity:0.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20);-moz-opacity:0.2;-webkit-opacity:0.2;-o-opacity:0.2;}
.limit_panel >span {vertical-align:middle;}
.limit_panel >a {margin-left:4px;vertical-align:middle;font-size:16px;}
.limit_panel {margin-top:15px;text-align:center;font-weight:300;font-size:16px;color:#555;}
.onboard_panel >a {font-size:16px;}
.onboard_panel {text-align:center;font-weight:300;font-size:16px;color:#555;}
.placeholder {color:#555;}
.proxy_container {background:#efefef;background:rgba(239,239,239,0.5);}
.proxy_scrollbar {background:#bcbcbc;-moz-border-radius-topleft:0 !important;-moz-border-radius-topright:0 !important;-moz-border-radius-bottomleft:0 !important;-moz-border-radius-bottomright:0 !important;border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important;-webkit-border-top-left-radius:0 !important;-webkit-border-top-right-radius:0 !important;-webkit-border-bottom-left-radius:0 !important;-webkit-border-bottom-right-radius:0 !important;}
.darken {background:#ababab;border:1px solid #999;}
.zopim_status_spinner {background:url(/dashboard/images/spinner.gif);background-repeat:no-repeat;background-position:center center;background-color:#fff;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;filter:alpha(opacity=50);}
.keyboard_shortcut_overlay .kbs_overlay {background:#000000;background:rgba(0,0,0,0.2);}
.keyboard_shortcut_overlay #extra {position:absolute;top:50%;left:50%;width:450px;height:300px;margin:-150px 0 0 -300px;}
.keyboard_shortcut_overlay .message_panel {background:#fff;padding:10px;color:#333333;font-size:16px;font-weight:300;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3);}
.shortcut_overlay {opacity:1.0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1.0;-webkit-opacity:1.0;-o-opacity:1.0;background:#F6F6F6;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;color:#555;padding:2px 6px 3px;text-align:center;font-family:Menlo, Consolas, Lucida, Courier New, Courier, monospace;font-size:15px;-moz-box-shadow:inset 0 -2px #aaa, 0 2px 4px rgba(0,0,0,0.4), inset 0 0 1px #aaa, inset 1px 0 #aaa, inset -1px 0 #aaa;-webkit-box-shadow:inset 0 -2px #aaa, 0 2px 4px rgba(0,0,0,0.4), inset 0 0 1px #aaa, inset 1px 0 #aaa, inset -1px 0 #aaa;box-shadow:inset 0 -2px #aaa, 0 2px 4px rgba(0,0,0,0.4), inset 0 0 1px #aaa, inset 1px 0 #aaa, inset -1px 0 #aaa;}
.global_overlay {display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:400;background:#646464;opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.global_overlay.wizard {opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);-moz-opacity:0.8;-webkit-opacity:0.8;-o-opacity:0.8;}
.chat_actions .fake_h3 {text-align:center;margin-bottom:15px !important;}
.chat_actions .tips {color:#aaa;margin-bottom:10px;text-align:center;}
.chat_actions .input_expand_label {float:left;line-height:27px;}
.chat_actions .input_expand_container {overflow:hidden;padding-left:10px;}
.chat_actions .input_expand {width:100%;}
.chat_actions .settings label.checkbox {margin-left:10px;}
.chat_actions {color:#555;}
.actions_controls button {margin:0 5px;}
.actions_controls button:first-child {margin-left:0;}
.actions_controls button:last-child {margin-right:0;}
.actions_controls {text-align:right;margin-top:10px;padding-top:10px;border-top:1px solid #fff;-moz-box-shadow:0 -1px #ddd;-webkit-box-shadow:0 -1px #ddd;box-shadow:0 -1px #ddd;}
.chat_actions.create_ticket_action .settings input {width:350px;}
.chat_actions.create_ticket_action .settings textarea {width:350px;}
.chat_actions.create_ticket_action .settings .select_container {width:350px;}
.chat_actions.create_ticket_action .settings textarea {height:120px;}
.chat_actions.create_ticket_action .settings textarea[name=notes] {height:60px;}
.chat_actions.create_ticket_action .settings .error_message {position:absolute;}
.chat_actions.create_ticket_action .settings .label.select {float:left;width:150px;}
.chat_actions.create_ticket_action .settings .select_container {margin-bottom:20px;}
.dashboard_introduction .subtitle {font-size:13px;color:#999;margin:5px 0 10px 35px;}
.dashboard_introduction table {margin-left:33px;width:90%;}
.dashboard_index_table td {width:50%;}
.dashboard_index_table .giant_icon {margin:0 10px 10px 0;}
.dashboard_index_table .intro_icon {margin:0 10px 10px 0;float:left;}
.dashboard_index_table .page {font-weight:bold;}
.dashboard_index_table .description {word-wrap:break-word;}
.dashboard_index_table {color:#656565;}
.easy_switch_form .description {margin-top:10px;color:#AAAAAA;}
.easy_switch_form textarea {margin-top:10px;width:100%;}
.diagnostics * {font-size:10px;font-family:consolas,menlo,courier,mono;font-weight:bold;}
.welcome_wizard .profile .text .label {float:left;width:150px;line-height:27px;}
.welcome_wizard .profile .text .error_message {float:right;width:180px;line-height:25px;color:#ff0000;}
.welcome_wizard .profile .cb label {margin:0 0 15px 15px;position:relative;line-height:20px;display:inline-block;vertical-align:top;}
.welcome_wizard .profile hr {border:none;border-top:1px solid #ebebeb;height:1px;margin:0 0 20px 0;}
.welcome_wizard .password .text .label {float:left;width:150px;line-height:25px;}
.welcome_wizard .password .text .error_message {float:right;width:180px;line-height:25px;color:#ff0000;}
.welcome_wizard .widget span {font-weight:bolder;font-style:italic;}
.welcome_wizard input[type=text] {display:inline;margin:0 0 20px 0;left:150px;width:180px;}
.welcome_wizard input[type=password] {display:inline;margin:0 0 20px 0;left:150px;width:180px;}
.welcome_wizard input[type=email] {display:inline;margin:0 0 20px 0;left:150px;width:180px;}
.welcome_wizard .tab_bar .tab .tab_index {display:inline-block;vertical-align:middle;width:20px;height:20px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;line-height:20px;background:#CCCCCC;text-align:center;color:#ffffff;font-weight:bold;margin:0 5px 0 0;}
.welcome_wizard .tab_bar .tab .tab_label {display:inline-block;vertical-align:middle;color:#cccccc;font-size:16px;margin:0;}
.welcome_wizard .tab_bar .tab .tab_index.active {background:#f98f33;}
.welcome_wizard .tab_bar .tab .tab_label.active {color:#333333;}
.welcome_wizard .tab_bar .tab {display:inline;margin:0 10px;cursor:default;}
.welcome_wizard .tab_bar {width:100%;border-bottom:1px solid #ebebeb;height:50px;text-align:center;background:#ffffff;}
.welcome_wizard .button_container .button {height:25px;text-align:center;margin-left:10px;min-width:65px;}
.welcome_wizard .button_container {padding:10px;height:45px;border-top:1px solid #dddddd;background:#f4f4f4;text-align:right;}
.welcome_wizard {color:#333333;-moz-box-shadow:0 0 7px #777777;-webkit-box-shadow:0 0 7px #777777;box-shadow:0 0 7px #777777;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;}
.widget2_switch_dialog .profile .text .label {float:left;width:150px;line-height:27px;}
.widget2_switch_dialog .profile .text .error_message {float:right;width:180px;line-height:25px;color:#ff0000;}
.widget2_switch_dialog .profile .cb label {margin:0 0 15px 15px;position:relative;line-height:20px;display:inline-block;vertical-align:top;}
.widget2_switch_dialog .profile hr {border:none;border-top:1px solid #ebebeb;height:1px;margin:0 0 20px 0;}
.widget2_switch_dialog .password .text .label {float:left;width:150px;line-height:25px;}
.widget2_switch_dialog .password .text .error_message {float:right;width:180px;line-height:25px;color:#ff0000;}
.widget2_switch_dialog .widget span {font-weight:bolder;font-style:italic;}
.widget2_switch_dialog input[type=text] {display:inline;margin:0 0 20px 0;left:150px;width:180px;}
.widget2_switch_dialog input[type=password] {display:inline;margin:0 0 20px 0;left:150px;width:180px;}
.widget2_switch_dialog input[type=email] {display:inline;margin:0 0 20px 0;left:150px;width:180px;}
.widget2_switch_dialog .tab_bar .tab .tab_index {display:inline-block;vertical-align:middle;width:20px;height:20px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;line-height:20px;background:#CCCCCC;text-align:center;color:#ffffff;font-weight:bold;margin:0 5px 0 0;}
.widget2_switch_dialog .tab_bar .tab .tab_label {display:inline-block;vertical-align:middle;color:#cccccc;font-size:16px;margin:0;}
.widget2_switch_dialog .tab_bar .tab .tab_index.active {background:#f98f33;}
.widget2_switch_dialog .tab_bar .tab .tab_label.active {color:#333333;}
.widget2_switch_dialog .tab_bar .tab {display:inline;margin:0 10px;cursor:default;}
.widget2_switch_dialog .tab_bar {width:100%;border-bottom:1px solid #ebebeb;height:50px;text-align:center;background:#ffffff;}
.widget2_switch_dialog .button_container .button {height:25px;text-align:center;margin-left:10px;min-width:65px;}
.widget2_switch_dialog .button_container {padding:10px;height:45px;border-top:1px solid #dddddd;background:#f4f4f4;text-align:right;}
.widget2_switch_dialog {color:#333333;-moz-box-shadow:0 0 7px #777777;-webkit-box-shadow:0 0 7px #777777;box-shadow:0 0 7px #777777;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;}
.settings h3 {padding:0 0 20px;font-size:15px;font-weight:normal;}
.settings input[type=text] {width:180px;}
.settings input[type=email] {width:180px;}
.settings input[type=password] {width:180px;}
.settings input[type=number] {height:27px;}
.settings input {margin-bottom:20px;}
.settings hr {margin-bottom:20px;}
.settings textarea {margin-bottom:20px;}
.settings .checkbox_container {margin-bottom:20px;}
.settings label {display:inline-block;clear:both;}
.settings .label.text {float:left;width:150px;line-height:27px;}
.settings .label.email {float:left;width:150px;line-height:27px;}
.settings .label.password {float:left;width:150px;line-height:27px;}
.settings .label.textarea {float:left;width:150px;line-height:27px;}
.settings .label.number {float:left;width:150px;line-height:27px;}
.settings .label.select {line-height:25px;width:150px;}
.settings .label.checkbox {margin-left:15px;vertical-align:top;line-height:20px;}
.settings .label.radio {vertical-align:top;}
.settings input[type=radio] {margin-bottom:0;margin-right:5px;}
.settings .error_message {width:200px;line-height:27px;color:#B94A48;margin-left:20px;}
.settings hr {border:none;border-top:1px solid #EBEBEB;height:1px;clear:both;}
.settings .tips hr {margin:20px 0;}
.settings .tips .text {color:#999999;margin-bottom:10px;}
.settings .tips {float:right;width:220px;margin-left:20px;margin-right:10px;}
.settings .header {font-size:15px;margin:20px 0 10px;}
.settings .header:first-child {margin-top:0;}
.settings .content {margin:20px;overflow:hidden;}
.settings .note.absolute {position:absolute;left:200px;}
.settings .note.inline {margin-left:10px;}
.settings .note.standalone {margin-bottom:20px;}
.settings .note.inline.checkbox {line-height:20px;vertical-align:top;}
.settings.tips {min-width:650px;max-width:900px;}
.agentBlock .agentBlock_name {line-height:24px;}
.agentBlock .agentBlock_x {font-size:18px;vertical-align:middle;color:#AAAAAA;margin-left:10px;line-height:24px;}
.agentBlock {display:inline-block;background-color:#D8D8D8;margin-right:5px;margin-top:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;font-weight:bold;cursor:pointer;color:#666666;padding:0 10px;height:24px;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.edit_agent_link {text-decoration:underline;margin-top:10px;cursor:pointer;display:inline-block;}
.inactiveAgents {color:#AAAAAA;display:inline-block;}
.data_table td {padding-left:10px;}
.data_table .cb_cell {padding-left:0;}
.data_table .list_header {white-space:nowrap;}
.data_table .header_bar {line-height:20px;padding:4px 15px 3px 15px;}
.data_table .row_renderer table {height:28px;}
.data_table .row_renderer {padding:0px 15px;}
.data_table .header_sortable {cursor:pointer;}
.departments_panel .name {width:15%;}
.departments_panel .descp {width:30%;}
.departments_panel .agents .agents_list {padding-left:10px;}
.departments_panel .agents {width:40%;}
.departments_panel .dialog {z-index:99998;background-color:white;}
.setting_section.bottom .cancel_button {display:none;}
.dialog .chat_request .setting_section.bottom .reset_button {display:none;}
.dialog .chat_request .setting_section.bottom .cancel_button {display:inline;}
.dialog .chat_request .setting_section.bottom {text-align:right;}
.features_limit_enabled .button.default {border-top-right-radius:0px;border-bottom-right-radius:0px;padding-right:12px;padding-left:12px;line-height:13px;vertical-align:top;}
.features_limit_enabled .note {margin-top:5px;max-width:400px;}
.collection_tag .outside_link {text-decoration:underline;margin-top:10px;cursor:pointer;display:inline-block;}
.collection_tag .tag_plus {cursor:pointer;}
.collection_tag .tag_cross {cursor:pointer;}
.collection_tag .tagBlock .tag_value {line-height:24px;}
.collection_tag .tagBlock .tag_value.tag_plus:before {content:"+ ";}
.collection_tag .tagBlock .icon {display:none;}
.collection_tag .tagBlock {display:inline-block;background-color:#D8D8D8;margin-right:5px;margin-top:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;font-weight:bold;color:#444;padding:0 10px;height:24px;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}
.collection_tag .tag_cross .icon {display:inline-block;margin-top:-1px;margin-left:5px;}
.collection_tag .inactiveTag .icon {opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-moz-opacity:0.6;-webkit-opacity:0.6;-o-opacity:0.6;}
.collection_tag .inactiveTag .tag_value {opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-moz-opacity:0.6;-webkit-opacity:0.6;-o-opacity:0.6;}
.collection_tag {min-width:600px;}
.ios_scroll {-webkit-overflow-scrolling:touch;overflow:auto;}
.ios_addon {display:webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;-webkit-box-flex:1;}
.agents_panel .data_table .status {width:30px;}
.agents_panel .data_table .name {width:15%;}
.agents_panel .data_table .first_name {width:15%;}
.agents_panel .data_table .last_name {width:15%;}
.agents_panel .data_table .email {width:20%;}
.agents_panel .data_table .admin {width:10%;}
.agents_panel .data_table .enabled {width:10%;}
.agents_panel .email_note {min-width:500px;}
.agents_panel .reset_password {margin-top:-10px;display:inline-block;margin-bottom:20px;}
.agents_panel .data_table .detail_container.disabled {color:#AAAAAA;cursor:default;}
.agents_panel td.name.disabled {color:#AAAAAA;cursor:default;}
.triggers_edit .setting_section_table .disabled {color:#999;}
.triggers_edit .settings .error_message {width:150px;display:inline-block;vertical-align:top;}
.triggers_edit .feature_holder_with_tips {min-width:900px;}
.triggers_panel .list_header {white-space:nowrap;}
.triggers_panel .header_bar {line-height:20px;padding:4px 15px 3px 15px;}
.triggers_panel .row_renderer {padding:0px 15px;}
.triggers_panel .header_sortable {cursor:pointer;}
.triggers_panel .name {width:35%;padding-left:10px;}
.triggers_panel .description {width:55%;padding-left:10px;}
.triggers_panel .enabled {padding-left:10px;}
.trigger_block .top span {display:inline-block;width:150px;line-height:25px;vertical-align:top;}
.trigger_block {margin-top:10px;}
.trigger_rule_box .select_container {width:180px;margin-right:10px;}
.trigger_rule_box .select_container:last-child {margin-right:0px;}
.trigger_rule_box input {width:180px;margin-right:10px;margin-bottom:0;}
.trigger_rule_box textarea {width:180px;height:50px;margin-bottom:0;}
.trigger_rule_box input:last-child {margin-right:0;}
.trigger_rule_box label.condition_hint {color:#8F8F8F;font-size:11px;font-style:italic;margin-top:2px;margin-left:10px;}
.trigger_rule_box label.error {color:red;}
.trigger_rule_box {background-color:rgb(241, 247, 251);margin-top:10px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;padding:10px;}
.trigger_rule_inner {margin:5px;}
textarea.setting_input.shortcut_msg {resize:vertical;}
.below.error_message {display:block;margin-top:10px;padding-left:0;}
.email_preview {width:300px;padding:5px;margin:5px;border:1px solid #EBEBEB;}
.profile_profile .select_container {margin-bottom:20px;width:180px;}
.profile_profile .label.select {float:left;}
.profile_profile .agent_avatar .label_cell {width:150px;}
.profile_profile .agent_avatar .note_file {margin-top:5px;}
.profile_profile .agent_avatar input {margin-bottom:0;}
.profile_profile .agent_avatar .img_container {border:1px solid #E5E5E5;}
.profile_profile .agent_avatar .img_container.disabled img {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.profile_profile .agent_avatar .error_message.note_file {margin:5px 0;line-height:1;}
.profile_profile .agent_avatar {border-spacing:0;margin-bottom:20px;}
.idle_settings .label.checkbox {width:120px;}
.widgetsettings2 .mockup_widget_component {border-left:4px solid #EEE;}
.widgetsettings2 .setting_section .content_container.disabled {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.widgetsettings2 .setting_section {border-top:none;margin:30px;}
.widgetsettings2 .setting_section_subtitle {color:#999999;padding:0;font-style:italic;}
.widgetsettings2 .note_standalone {color:#999999;padding:0;font-style:italic;}
.widgetsettings2 .note_standalone {margin-bottom:20px;}
.widgetsettings2 .setting_section_subtitle {margin:10px 0 20px;}
.widgetsettings2 .mockup_container_outer {-moz-box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);-webkit-box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);-webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(255,255,255,0.2)));}
.widgetsettings2 option.disabled {color:#D8D8D8;}
.widgetsettings2 .intro .tip_header {color:#4a4a4a;}
.widgetsettings2 .intro .tip_subtitle {color:#4a4a4a;}
.widgetsettings2 .intro .note {color:#4a4a4a;}
.widgetsettings2 .intro .tip_header {font-weight:bold;}
.widgetsettings2 .intro .tip_subtitle {font-size:13px;font-weight:bold;margin-top:15px;}
.widgetsettings2 .intro .tip_section {margin-top:30px;}
.widgetsettings2 .intro .tip_content {margin-top:3px;color:#999999;}
.widgetsettings2 .intro .note {margin-bottom:5px;}
.widgetsettings2 .intro td {padding-bottom:0;}
.widgetsettings2 .setting_page .feature_holder {min-width:650px;max-width:650px;}
.widgetsettings2 .setting textarea {width:360px;height:50px;}
.widgetsettings2 .setting .setting_label {position:relative;margin-top:5px;width:130px;padding-right:5px;}
.widgetsettings2 .setting .label_cell {width:130px;}
.widgetsettings2 .setting input[type=text] {width:200px;}
.widgetsettings2 .setting .image_button .sprite {margin:0 auto;}
.widgetsettings2 .setting .image_button .label {display:block;margin-top:5px;line-height:1;}
.widgetsettings2 .setting .image_button {display:inline-block;margin-right:15px;padding:10px 0 5px;width:95px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;text-align:center;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.widgetsettings2 .setting .image_button:hover .sprite {margin:0 auto;}
.widgetsettings2 .setting .image_button:hover .label {display:block;margin-top:5px;line-height:1;}
.widgetsettings2 .setting .image_button:hover {display:inline-block;margin-right:15px;padding:10px 0 5px;width:95px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;text-align:center;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.widgetsettings2 .setting .image_button {background:transparent;border:1px solid transparent;filter:none;}
.widgetsettings2 .setting .image_button.disabled {background:transparent;border:1px solid transparent;filter:none;}
.widgetsettings2 .setting .image_button.active {background:#EBEBEB;border:1px solid #CCC;}
.widgetsettings2 .setting .button_bar .image_button.disabled {opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:0.7;-webkit-opacity:0.7;-o-opacity:0.7;}
.widgetsettings2 .setting .button_bar.disabled * {cursor:default;}
.widgetsettings2 .setting .button_bar.disabled .image_button {opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:0.7;-webkit-opacity:0.7;-o-opacity:0.7;}
.widgetsettings2 .setting .button_bar.disabled .image_button:hover {background:none;}
.widgetsettings2 .setting .button_bar.disabled .image_button.active {opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.widgetsettings2 .setting .button_bar.disabled .image_button.active:hover {background:#EBEBEB;}
.widgetsettings2 .setting .button_bar.disabled .option {color:#AAA;}
.widgetsettings2 .setting .button_bar.disabled .option.active {color:#666;}
.widgetsettings2 .setting .select_container {width:200px;}
.widgetsettings2 .setting .toggle_picker .sample {width:100%;height:100%;}
.widgetsettings2 .setting .toggle_picker {display:inline-block;position:absolute;left:0;top:0;width:26px;height:27px;vertical-align:top;border:1px solid transparent;border-right:1px solid #E5E5E5;padding:3px;cursor:pointer;}
.widgetsettings2 .setting .picker_container {position:absolute;top:100%;margin-top:10px;left:-20px;background:#FFF;padding:10px;border:1px solid #E5E5E5;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;z-index:10;}
.widgetsettings2 .setting .picker_container:before {position:absolute;width:0;height:0;left:22px;top:-8px;border:8px solid transparent;border-top-width:0;content:'';}
.widgetsettings2 .setting .picker_container:after {position:absolute;width:0;height:0;left:22px;top:-8px;border:8px solid transparent;border-top-width:0;content:'';}
.widgetsettings2 .setting .picker_container:before {border-bottom-color:#E5E5E5;}
.widgetsettings2 .setting .picker_container:after {border-bottom-color:#FFF;margin-top:1px;}
.widgetsettings2 .setting .picker_textfield {padding-left:31px;}
.widgetsettings2 .setting .picker_discrete table {position:relative;border-collapse:collapse;border-spacing:0;cursor:pointer;}
.widgetsettings2 .setting .picker_discrete td {position:relative;width:12px;height:12px;padding-bottom:0;}
.widgetsettings2 .setting .picker_discrete td .selected_outline {border:1px solid black;position:absolute;width:13px;height:13px;top:0px;left:0px;}
.widgetsettings2 .setting .picker_discrete td.selected .selected_outline {border:1px solid white;z-index:1;}
.widgetsettings2 .setting .picker_discrete {display:inline-block;border:1px solid #E5E5E5;padding:10px;}
.widgetsettings2 .setting .icon_upload_image {border:1px solid #E5E5E5;}
.widgetsettings2 .setting .checkbox_container {vertical-align:top;margin-top:2px;}
.widgetsettings2 .setting .note {white-space:pre-wrap;}
.widgetsettings2 .setting .note_checkbox {display:inline-block;position:relative;padding-top:5px;vertical-align:middle;margin-left:10px;max-width:400px;}
.widgetsettings2 .setting .note_file {margin-top:5px;}
.widgetsettings2 .setting .note_text {margin-top:5px;margin-bottom:0;}
.widgetsettings2 .setting .img_container {border:1px solid #E5E5E5;}
.widgetsettings2 .setting .img_container.disabled img {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.widgetsettings2 .setting {width:100%;border-spacing:0;margin-bottom:20px;}
.widgetsettings2 .footer {margin-left:30px;margin-bottom:30px;}
.widgetsettings2 .error_message {display:inline-block;margin-left:10px;vertical-align:top;margin-top:5px;color:#B94A48;}
.widgetsettings2 .error_message.note_file {margin-left:0;margin-top:0;}
.widgetsettings2 .limit_preview {padding:30px 30px 0;}
.widgetsettings2 .limit_tip .button {position:absolute;top:10px;right:10px;}
.widgetsettings2 .limit_tip {position:relative;height:80px;}
.widgetsettings2 .limit_tip_grey {background:#f0f0f0;}
.widgetsettings2 .note.standalone.banner.pointer {cursor:pointer;}
.widgetsettings2 .note.standalone.banner.pointer * {cursor:pointer;}
.widgetsettings2 .note.standalone.banner .strong {font-weight:bold;}
.widgetsettings2 .note.standalone.banner {color:#777777;padding:5px;background:#EEE;text-align:center;border-left:2px solid #999999;}
.widgetsettings2 .inline_checkbox label {display:inline-block;margin-top:4px;vertical-align:middle;}
.widgetsettings2 .inline_checkbox .icon_font {display:inline-block;margin-top:4px;vertical-align:middle;}
.widgetsettings2 .inline_checkbox {margin-right:20px;margin-bottom:0;}
.widgetsettings2 .icon_font.facebook:before {content:'\E008';color:#3B5998;}
.widgetsettings2 .icon_font.google:before {position:relative;top:1px;content:'\E00A';color:#DD4B39;}
.widgetsettings2 .icon_font {font-family:zopim, "Segoe UI Symbol", "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;speak:none;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;display:inline-block;font-size:16px;vertical-align:middle;margin-right:5px;}
.operating_hours .mockup_widget_component {border-left:4px solid #EEE;}
.operating_hours .setting_section .content_container.disabled {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.operating_hours .setting_section {border-top:none;margin:30px;}
.operating_hours .setting_section_subtitle {color:#999999;padding:0;font-style:italic;}
.operating_hours .note_standalone {color:#999999;padding:0;font-style:italic;}
.operating_hours .note_standalone {margin-bottom:20px;}
.operating_hours .setting_section_subtitle {margin:10px 0 20px;}
.operating_hours .mockup_container_outer {-moz-box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);-webkit-box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);-webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(255,255,255,0.2)));}
.operating_hours option.disabled {color:#D8D8D8;}
.operating_hours .intro .tip_header {color:#4a4a4a;}
.operating_hours .intro .tip_subtitle {color:#4a4a4a;}
.operating_hours .intro .note {color:#4a4a4a;}
.operating_hours .intro .tip_header {font-weight:bold;}
.operating_hours .intro .tip_subtitle {font-size:13px;font-weight:bold;margin-top:15px;}
.operating_hours .intro .tip_section {margin-top:30px;}
.operating_hours .intro .tip_content {margin-top:3px;color:#999999;}
.operating_hours .intro .note {margin-bottom:5px;}
.operating_hours .intro td {padding-bottom:0;}
.operating_hours .setting_page .feature_holder {min-width:650px;max-width:650px;}
.operating_hours .setting textarea {width:360px;height:50px;}
.operating_hours .setting .setting_label {position:relative;margin-top:5px;width:130px;padding-right:5px;}
.operating_hours .setting .label_cell {width:130px;}
.operating_hours .setting input[type=text] {width:200px;}
.operating_hours .setting .image_button .sprite {margin:0 auto;}
.operating_hours .setting .image_button .label {display:block;margin-top:5px;line-height:1;}
.operating_hours .setting .image_button {display:inline-block;margin-right:15px;padding:10px 0 5px;width:95px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;text-align:center;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.operating_hours .setting .image_button:hover .sprite {margin:0 auto;}
.operating_hours .setting .image_button:hover .label {display:block;margin-top:5px;line-height:1;}
.operating_hours .setting .image_button:hover {display:inline-block;margin-right:15px;padding:10px 0 5px;width:95px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;text-align:center;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.operating_hours .setting .image_button {background:transparent;border:1px solid transparent;filter:none;}
.operating_hours .setting .image_button.disabled {background:transparent;border:1px solid transparent;filter:none;}
.operating_hours .setting .image_button.active {background:#EBEBEB;border:1px solid #CCC;}
.operating_hours .setting .button_bar .image_button.disabled {opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:0.7;-webkit-opacity:0.7;-o-opacity:0.7;}
.operating_hours .setting .button_bar.disabled * {cursor:default;}
.operating_hours .setting .button_bar.disabled .image_button {opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:0.7;-webkit-opacity:0.7;-o-opacity:0.7;}
.operating_hours .setting .button_bar.disabled .image_button:hover {background:none;}
.operating_hours .setting .button_bar.disabled .image_button.active {opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.operating_hours .setting .button_bar.disabled .image_button.active:hover {background:#EBEBEB;}
.operating_hours .setting .button_bar.disabled .option {color:#AAA;}
.operating_hours .setting .button_bar.disabled .option.active {color:#666;}
.operating_hours .setting .select_container {width:200px;}
.operating_hours .setting .toggle_picker .sample {width:100%;height:100%;}
.operating_hours .setting .toggle_picker {display:inline-block;position:absolute;left:0;top:0;width:26px;height:27px;vertical-align:top;border:1px solid transparent;border-right:1px solid #E5E5E5;padding:3px;cursor:pointer;}
.operating_hours .setting .picker_container {position:absolute;top:100%;margin-top:10px;left:-20px;background:#FFF;padding:10px;border:1px solid #E5E5E5;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;z-index:10;}
.operating_hours .setting .picker_container:before {position:absolute;width:0;height:0;left:22px;top:-8px;border:8px solid transparent;border-top-width:0;content:'';}
.operating_hours .setting .picker_container:after {position:absolute;width:0;height:0;left:22px;top:-8px;border:8px solid transparent;border-top-width:0;content:'';}
.operating_hours .setting .picker_container:before {border-bottom-color:#E5E5E5;}
.operating_hours .setting .picker_container:after {border-bottom-color:#FFF;margin-top:1px;}
.operating_hours .setting .picker_textfield {padding-left:31px;}
.operating_hours .setting .picker_discrete table {position:relative;border-collapse:collapse;border-spacing:0;cursor:pointer;}
.operating_hours .setting .picker_discrete td {position:relative;width:12px;height:12px;padding-bottom:0;}
.operating_hours .setting .picker_discrete td .selected_outline {border:1px solid black;position:absolute;width:13px;height:13px;top:0px;left:0px;}
.operating_hours .setting .picker_discrete td.selected .selected_outline {border:1px solid white;z-index:1;}
.operating_hours .setting .picker_discrete {display:inline-block;border:1px solid #E5E5E5;padding:10px;}
.operating_hours .setting .icon_upload_image {border:1px solid #E5E5E5;}
.operating_hours .setting .checkbox_container {vertical-align:top;margin-top:2px;}
.operating_hours .setting .note {white-space:pre-wrap;}
.operating_hours .setting .note_checkbox {display:inline-block;position:relative;padding-top:5px;vertical-align:middle;margin-left:10px;max-width:400px;}
.operating_hours .setting .note_file {margin-top:5px;}
.operating_hours .setting .note_text {margin-top:5px;margin-bottom:0;}
.operating_hours .setting .img_container {border:1px solid #E5E5E5;}
.operating_hours .setting .img_container.disabled img {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.operating_hours .setting {width:100%;border-spacing:0;margin-bottom:20px;}
.operating_hours .footer {margin-left:30px;margin-bottom:30px;}
.operating_hours .error_message {display:inline-block;margin-left:10px;vertical-align:top;margin-top:5px;color:#B94A48;}
.operating_hours .error_message.note_file {margin-left:0;margin-top:0;}
.operating_hours .limit_preview {padding:30px 30px 0;}
.operating_hours .limit_tip .button {position:absolute;top:10px;right:10px;}
.operating_hours .limit_tip {position:relative;height:80px;}
.operating_hours .limit_tip_grey {background:#f0f0f0;}
.operating_hours .note.standalone.banner.pointer {cursor:pointer;}
.operating_hours .note.standalone.banner.pointer * {cursor:pointer;}
.operating_hours .note.standalone.banner .strong {font-weight:bold;}
.operating_hours .note.standalone.banner {color:#777777;padding:5px;background:#EEE;text-align:center;border-left:2px solid #999999;}
.operating_hours .inline_checkbox label {display:inline-block;margin-top:4px;vertical-align:middle;}
.operating_hours .inline_checkbox .icon_font {display:inline-block;margin-top:4px;vertical-align:middle;}
.operating_hours .inline_checkbox {margin-right:20px;margin-bottom:0;}
.operating_hours .icon_font.facebook:before {content:'\E008';color:#3B5998;}
.operating_hours .icon_font.google:before {position:relative;top:1px;content:'\E00A';color:#DD4B39;}
.operating_hours .icon_font {font-family:zopim, "Segoe UI Symbol", "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;speak:none;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;display:inline-block;font-size:16px;vertical-align:middle;margin-right:5px;}
.account_analytics .mockup_widget_component {border-left:4px solid #EEE;}
.account_analytics .setting_section .content_container.disabled {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.account_analytics .setting_section {border-top:none;margin:30px;}
.account_analytics .setting_section_subtitle {color:#999999;padding:0;font-style:italic;}
.account_analytics .note_standalone {color:#999999;padding:0;font-style:italic;}
.account_analytics .note_standalone {margin-bottom:20px;}
.account_analytics .setting_section_subtitle {margin:10px 0 20px;}
.account_analytics .mockup_container_outer {-moz-box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);-webkit-box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);box-shadow:0 120px 80px -80px rgba(0,0,0,0.05);-webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(255,255,255,0.2)));}
.account_analytics option.disabled {color:#D8D8D8;}
.account_analytics .intro .tip_header {color:#4a4a4a;}
.account_analytics .intro .tip_subtitle {color:#4a4a4a;}
.account_analytics .intro .note {color:#4a4a4a;}
.account_analytics .intro .tip_header {font-weight:bold;}
.account_analytics .intro .tip_subtitle {font-size:13px;font-weight:bold;margin-top:15px;}
.account_analytics .intro .tip_section {margin-top:30px;}
.account_analytics .intro .tip_content {margin-top:3px;color:#999999;}
.account_analytics .intro .note {margin-bottom:5px;}
.account_analytics .intro td {padding-bottom:0;}
.account_analytics .setting_page .feature_holder {min-width:650px;max-width:650px;}
.account_analytics .setting textarea {width:360px;height:50px;}
.account_analytics .setting .setting_label {position:relative;margin-top:5px;width:130px;padding-right:5px;}
.account_analytics .setting .label_cell {width:130px;}
.account_analytics .setting input[type=text] {width:200px;}
.account_analytics .setting .image_button .sprite {margin:0 auto;}
.account_analytics .setting .image_button .label {display:block;margin-top:5px;line-height:1;}
.account_analytics .setting .image_button {display:inline-block;margin-right:15px;padding:10px 0 5px;width:95px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;text-align:center;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.account_analytics .setting .image_button:hover .sprite {margin:0 auto;}
.account_analytics .setting .image_button:hover .label {display:block;margin-top:5px;line-height:1;}
.account_analytics .setting .image_button:hover {display:inline-block;margin-right:15px;padding:10px 0 5px;width:95px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;text-align:center;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.account_analytics .setting .image_button {background:transparent;border:1px solid transparent;filter:none;}
.account_analytics .setting .image_button.disabled {background:transparent;border:1px solid transparent;filter:none;}
.account_analytics .setting .image_button.active {background:#EBEBEB;border:1px solid #CCC;}
.account_analytics .setting .button_bar .image_button.disabled {opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:0.7;-webkit-opacity:0.7;-o-opacity:0.7;}
.account_analytics .setting .button_bar.disabled * {cursor:default;}
.account_analytics .setting .button_bar.disabled .image_button {opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:0.7;-webkit-opacity:0.7;-o-opacity:0.7;}
.account_analytics .setting .button_bar.disabled .image_button:hover {background:none;}
.account_analytics .setting .button_bar.disabled .image_button.active {opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.account_analytics .setting .button_bar.disabled .image_button.active:hover {background:#EBEBEB;}
.account_analytics .setting .button_bar.disabled .option {color:#AAA;}
.account_analytics .setting .button_bar.disabled .option.active {color:#666;}
.account_analytics .setting .select_container {width:200px;}
.account_analytics .setting .toggle_picker .sample {width:100%;height:100%;}
.account_analytics .setting .toggle_picker {display:inline-block;position:absolute;left:0;top:0;width:26px;height:27px;vertical-align:top;border:1px solid transparent;border-right:1px solid #E5E5E5;padding:3px;cursor:pointer;}
.account_analytics .setting .picker_container {position:absolute;top:100%;margin-top:10px;left:-20px;background:#FFF;padding:10px;border:1px solid #E5E5E5;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;z-index:10;}
.account_analytics .setting .picker_container:before {position:absolute;width:0;height:0;left:22px;top:-8px;border:8px solid transparent;border-top-width:0;content:'';}
.account_analytics .setting .picker_container:after {position:absolute;width:0;height:0;left:22px;top:-8px;border:8px solid transparent;border-top-width:0;content:'';}
.account_analytics .setting .picker_container:before {border-bottom-color:#E5E5E5;}
.account_analytics .setting .picker_container:after {border-bottom-color:#FFF;margin-top:1px;}
.account_analytics .setting .picker_textfield {padding-left:31px;}
.account_analytics .setting .picker_discrete table {position:relative;border-collapse:collapse;border-spacing:0;cursor:pointer;}
.account_analytics .setting .picker_discrete td {position:relative;width:12px;height:12px;padding-bottom:0;}
.account_analytics .setting .picker_discrete td .selected_outline {border:1px solid black;position:absolute;width:13px;height:13px;top:0px;left:0px;}
.account_analytics .setting .picker_discrete td.selected .selected_outline {border:1px solid white;z-index:1;}
.account_analytics .setting .picker_discrete {display:inline-block;border:1px solid #E5E5E5;padding:10px;}
.account_analytics .setting .icon_upload_image {border:1px solid #E5E5E5;}
.account_analytics .setting .checkbox_container {vertical-align:top;margin-top:2px;}
.account_analytics .setting .note {white-space:pre-wrap;}
.account_analytics .setting .note_checkbox {display:inline-block;position:relative;padding-top:5px;vertical-align:middle;margin-left:10px;max-width:400px;}
.account_analytics .setting .note_file {margin-top:5px;}
.account_analytics .setting .note_text {margin-top:5px;margin-bottom:0;}
.account_analytics .setting .img_container {border:1px solid #E5E5E5;}
.account_analytics .setting .img_container.disabled img {opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5;}
.account_analytics .setting {width:100%;border-spacing:0;margin-bottom:20px;}
.account_analytics .footer {margin-left:30px;margin-bottom:30px;}
.account_analytics .error_message {display:inline-block;margin-left:10px;vertical-align:top;margin-top:5px;color:#B94A48;}
.account_analytics .error_message.note_file {margin-left:0;margin-top:0;}
.account_analytics .limit_preview {padding:30px 30px 0;}
.account_analytics .limit_tip .button {position:absolute;top:10px;right:10px;}
.account_analytics .limit_tip {position:relative;height:80px;}
.account_analytics .limit_tip_grey {background:#f0f0f0;}
.account_analytics .note.standalone.banner.pointer {cursor:pointer;}
.account_analytics .note.standalone.banner.pointer * {cursor:pointer;}
.account_analytics .note.standalone.banner .strong {font-weight:bold;}
.account_analytics .note.standalone.banner {color:#777777;padding:5px;background:#EEE;text-align:center;border-left:2px solid #999999;}
.account_analytics .inline_checkbox label {display:inline-block;margin-top:4px;vertical-align:middle;}
.account_analytics .inline_checkbox .icon_font {display:inline-block;margin-top:4px;vertical-align:middle;}
.account_analytics .inline_checkbox {margin-right:20px;margin-bottom:0;}
.account_analytics .icon_font.facebook:before {content:'\E008';color:#3B5998;}
.account_analytics .icon_font.google:before {position:relative;top:1px;content:'\E00A';color:#DD4B39;}
.account_analytics .icon_font {font-family:zopim, "Segoe UI Symbol", "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;speak:none;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;display:inline-block;font-size:16px;vertical-align:middle;margin-right:5px;}
.profile_container .new_profile {height:70px;padding:10px;padding-left:18px;border-bottom:1px solid #151515;-moz-box-shadow:0 1px rgba(255, 255, 255, 0.1);-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.1);box-shadow:0 1px rgba(255, 255, 255, 0.1);}
.profile_container .profile_avatar.avatar_big_icon {border:1px solid #bbb;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;}
.profile_container .profile_avatar {width:44px;height:44px;float:left;background-position:-125px -253px;margin:0px 10px 0px 0px;cursor:pointer;}
.profile_container .new_profile_name {overflow:hidden;font-size:13px;font-weight:bold;color:#f5f5f5;cursor:pointer;}
.profile_container .profile_status .status {font-size:11px;width:130px;}
.profile_container .profile_status .select_button {margin-right:7px;margin-top:4px;float:right;}
.profile_container .profile_status {margin-top:7px;padding-left:5px;line-height:15px;overflow:hidden;background:transparent;border:1px solid #bbb;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;cursor:pointer;}
.profile_container .conv_status {font-size:15px;margin:0px 5px 0px 0px;}
.profile_container .menu_group {padding:0px;cursor:pointer;}
.profile_container .status_menu .choice {line-height:22px;padding:0px 5px 0px 10px;}
.profile_container .status_menu .choice:hover {background-color:#EDEDED;}
.profile_container .status_menu .choice.selected {font-weight:bold;}
.profile_container .status_menu {z-index:10;overflow:hidden;margin-top:5px;width:115px;top:55px;right:10px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;background-color:white;color:black;}
.account_panel .note div:first-child {margin:7px 0 5px;}
.account_panel .note .big_icon {margin:0 !important;}
.account_panel .note .big_icon_used {margin:0 !important;}
.account_panel .setting_window {padding-bottom:0px;max-width:700px;}
.account_panel .setting_section_no_border {border-top:0px;padding-top:0px;}
.account_panel .float_left {float:left;}
.account_panel .float_right {float:right;}
.account_panel .pipe_email_list > div > * {margin-right:5px;}
.account_panel .add_pipe_email {cursor:pointer;display:inline-block;}
.account_panel .no_remove .remove_pipe_email {display:none;}
.account_panel .pipe_email_list .pipe_email_entry {margin:5px 0px;}
.account_panel .pipe_email_error {cursor:pointer;display:none;}
.account_panel .entry_error span.pipe_email_error {display:inline-block;color:#B94A48;}
.account_panel button.disabled .icon {opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);-moz-opacity:0.4;-webkit-opacity:0.4;-o-opacity:0.4;}
.account_panel input[type='email'][disabled] {color:#aaaaaa;}
.account_panel .betaText {font-weight:normal;}
.top_notice_container {position:absolute;top:0px;left:0px;right:0px;}
.top_notice_bar .text {position:absolute;top:0px;left:0px;width:100%;height:30px;line-height:30px;text-align:center;font-size:12px;color:#333;}
.top_notice_bar .link {text-decoration:underline;color:#333;}
.top_notice_bar .dismiss {position:absolute;top:10px;right:20px;cursor:pointer;}
.top_notice_bar {position:absolute;top:-30px;left:0px;right:0px;height:30px;-webkit-transition:top 1s;-moz-transition:top 1s;-o-transition:top 1s;transition:top 1s;}
.limit_dialog .limit_title {color:#666666;margin-bottom:10px;font-size:16px;}
.limit_dialog .limit_desc {line-height:15px;}
.limit_dialog .separator {border:none;border-top:1px solid #c2c2c2;margin:10px 0;}
.limit_dialog .limit_item {overflow:hidden;margin:10px 0;line-height:25px;}
.limit_dialog .limit_label {float:left;width:145px;color:#666666;text-align:left;}
.limit_dialog .limit_text {margin-left:155px;text-align:left;}
.limit_dialog .button_container .button {height:25px;text-align:center;margin-left:10px;min-width:65px;}
.limit_dialog .button_container {padding:10px;height:auto;border-top:1px solid #dddddd;background:#f4f4f4;text-align:right;}
.limit_dialog .error_message {color:#B94A48;padding-top:5px;}
.limit_dialog {-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3);}
.file_upload_dialog .button_container .button {height:25px;text-align:center;margin-left:10px;min-width:65px;}
.file_upload_dialog .button_container {padding:10px;height:45px;border-top:1px solid #dddddd;background:#f4f4f4;text-align:right;}
.new_feature_popup {-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;overflow:visible;}
.about_dialog .break_top {padding:15px 0;border-top:1px solid #CFD8DA;}
.about_dialog .content p {color:#999;margin-bottom:8px;}
.about_dialog .content .text {color:#999;margin-bottom:8px;}
.about_dialog .content .heading {color:#666;font-size:15px;font-weight:bold;margin-bottom:15px;}
.about_dialog .content .header span {padding-bottom:5px;border-bottom:2px solid #f2b41c;}
.about_dialog .content .header {padding-bottom:5px;}
.about_dialog .content .top {margin:0 20px;padding:0;border-bottom:1px solid #CFD8DA;}
.about_dialog .content .bottom {padding:10px 20px;}
.survey_dialog .body .header {padding-bottom:30px;}
.survey_dialog .body .grey_label {color:#9b9b9b;font-size:11px;font-weight:bold;}
.survey_dialog .body .error_message {position:absolute;bottom:5px;left:0px;width:100%;text-align:center;color:#B94A48;}
.survey_dialog .body .textarea_input {width:100%;border:1px solid undefined;}
.survey_dialog .body .rating_container .rating_button {margin:3px;width:30px;height:30px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;color:#4a4a4a;border:1px solid #CCCCCC;background-color:#f4f4f4;font-size:13px;cursor:pointer;}
.survey_dialog .body .rating_container .rating_button:hover {background-color:#EBEBEB;}
.survey_dialog .body .rating_container .rating_button.active {color:#FFF;background-color:#ED904F;border:1px solid transparent;}
.survey_dialog .body .rating_container .rating_button:focus {-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;}
.survey_dialog .body .rating_container {margin:15px 0;}
.survey_dialog .body {position:relative;padding:0 16px 40px;}
.survey_dialog .bottom .progress {float:left;margin-top:5px;font-size:12px;color:#AAAAAA;}
.survey_notice .body .background {position:absolute;top:0px;left:0px;width:100%;height:100%;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;background-color:#232628;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);-moz-opacity:0.8;-webkit-opacity:0.8;-o-opacity:0.8;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;}
.survey_notice .body .text {position:relative;}
.survey_notice .body .minimize {position:absolute;top:-15px;right:5px;padding:5px;font-size:20px;cursor:pointer;}
.survey_notice .body {position:absolute;right:0px;bottom:12px;color:#FFF;padding:20px 10px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;overflow:hidden;}
.survey_notice .arrow {position:absolute;right:50px;bottom:0px;width:0px;height:0px;border:6px solid transparent;border-top-color:#232628;opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);-moz-opacity:0.8;-webkit-opacity:0.8;-o-opacity:0.8;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;}
.survey_notice {-webkit-transition:top 0.5s;-moz-transition:top 0.5s;-o-transition:top 0.5s;transition:top 0.5s;}
.survey_notice:hover .body .background {opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}
.survey_notice:hover .arrow {opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-webkit-opacity:1;-o-opacity:1;}

.meshim_dashboard_components_chatPanel_SideBar .field_container.thin {
    margin-bottom: 4px;
}

input.visitor_email.info:focus, input.visitor_name.info:focus {
    background: #FFF;
    font-size: 14px;
    width: 93%;
    padding: 2px 5px;
    z-index: 1;
    position: relative;
    box-shadow: none !important;
}

input.visitor_phone.info {
    -moz-box-shadow: inset 0 1px 1px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px -1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px -1px rgba(0,0,0,0.1);
    font-size: 12px;
    resize: none;
    border: 1px solid #E5E5E5;
    text-align: start;
    padding: 2px 5px;
}
input.visitor_phone.info:focus {
    border: 1px solid #EE7E33;
    box-shadow: none !important;
}

div.call-stats-category {
  background: #F4F4F4;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.call-stats-category h3 {
  margin-top: 0;
}
div.call-stats-category div.call-stats-group {
  background: white;
  overflow: auto;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
div.call-stats-category div.call-stats-group div.stats-block {
  min-width: 160px;
  height: 69px;
  float: left;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-right: 5px;
}
div.call-stats-category div.call-stats-group div span.stat {
  background: #F4F4F4;
  display: block;
  font-weight: bold;
  color: #555;
  font-size: 28px;
  line-height: 28px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 4px;
  overflow: hidden;
  min-width: 140px;
}
div.call-stats-category div.call-stats-group div span.stat span.val {
  display: block;
  float: left;
}
div.call-stats-category div.call-stats-group div span.stat span.indicator {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 10px;
}
div.call-stats-category div.call-stats-group div span.stat span.indicator.up {
  background: url(..//images/call_activity_up_down_arrow_sprite.png) no-repeat 0 0;
}
div.call-stats-category div.call-stats-group div span.stat span.indicator.down {
  background: url(../images/call_activity_up_down_arrow_sprite.png) no-repeat -36px 0;
}


.call-stats-updated-at {
  float: right;
  margin: 6px; }

.last-updated-at-label {
  float: left;
  margin-right: 5px; }

.last-updated-at-value {
  float: right; }

table.tickets {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
  clear: left;
  position: relative; }
  table.tickets thead {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #C2C2C2;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, #dbd7db), color-stop(0.6, #e8e8e8)); }
  table.tickets thead th {
    font-weight: bold; }
  table.tickets thead th a {
    color: #333;
    text-shadow: white -0.5px 1px; }
  table.tickets thead th.arrow a {
    display: block;
    background: url(/images/table-arrow.png) no-repeat 85px 6px; }
  table.tickets td, table.tickets th {
    padding: 7px;
    color: #333;
    text-align: left;
    white-space: wrap;
    line-height: 15px; }
  table.tickets td {
    border-bottom: 1px solid #E6E6E6; }
  table.tickets tbody tr.closed td {
    color: #999; }
  table.tickets tr.group_by td {
    background-color: #ebebeb;
    text-shadow: white -0.4px 1px;
    border-bottom: 2px solid #DDD;
    padding-bottom: 5px; }
  table.tickets tr.linked {
    cursor: pointer;
    font-size: 12px; }
  table.tickets tr.linked:nth-child(2n+1), table.tickets tr.zebra:nth-child(2n+1) {
    background-color: #F6F6F6; }
  table.tickets tr.linked:hover > td, table.tickets tr.linked:active > td {
    color: #1a6690;
    background-color: #eaf9ff; }
  table.tickets td.description span {
    overflow: hidden;
    display: block;
    height: 15px;
    white-space: normal; }
  table.tickets th.checkbox {
    padding-right: 7px;
    width: 12px; }

table.tickets td.description span {
  max-width: 300px; }

.agent-name {}

.agent-status {}
  .agent-status span, .agent-status select {
    display: block;
    margin-top: -4px;
    margin-bottom: -4px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
    margin-right: 20px; }
  .agent-status span {
    width: 142px;
    padding: 6px 4px; }
  .agent-status select {
    width: 150px; }
  .agent-status .status-0, .agent-status .status-available, .agent-status .status-available_via_client, .agent-status .status-available_via_phone {
    background-color: #008e00;
    border-color: #008e00; }
  .agent-status .status-1, .agent-status .status-on_call, .agent-status .status-2, .agent-status .status-wrap_up {
    background-color: #ffd478;
    border-color: #ffd478; }
  .agent-status .status-3, .agent-status .status-not_available {
    background-color: #bbb;
    border-color: #bbb; }


/*! ngTable v1.0.0-beta.9 by Vitalii Savchuk(esvit666@gmail.com) - https://github.com/esvit/ng-table - New BSD License */

.ng-table th{text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ng-table th.sortable{cursor:pointer}.ng-table th.sortable .sort-indicator{padding-right:18px;position:relative}.ng-table th.sortable .sort-indicator:after,.ng-table th.sortable .sort-indicator:before{content:"";border-width:0 4px 4px;border-style:solid;border-color:#000 transparent;visibility:visible;right:5px;top:50%;position:absolute;opacity:.3;margin-top:-4px}.ng-table th.sortable .sort-indicator:before{margin-top:2px;border-bottom:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000}.ng-table th.sortable .sort-indicator:hover:after,.ng-table th.sortable .sort-indicator:hover:before{opacity:1;visibility:visible}.ng-table th.sortable.sort-desc,.ng-table th.sortable.sort-asc{text-shadow:0 1px 1px rgba(255,255,255,.75)}.ng-table th.sortable.sort-desc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:after{margin-top:-2px}.ng-table th.sortable.sort-desc .sort-indicator:before,.ng-table th.sortable.sort-asc .sort-indicator:before{visibility:hidden}.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:hover:after{visibility:visible;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.sortable.sort-desc .sort-indicator:after{border-bottom:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;visibility:visible;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ng-table .ng-table-group-header th{text-align:left}.ng-table .ng-table-group-selector{display:block}.ng-table .ng-table-group-close,.ng-table .ng-table-group-toggle{float:right}.ng-table .ng-table-group-toggle{margin-right:5px}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid #999}.ng-table-responsive tr{border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:0;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}.ng-table-responsive td:before{content:attr(data-title-text)}.ng-table-responsive,.ng-table-responsive thead,.ng-table-responsive tbody,.ng-table-responsive th,.ng-table-responsive td,.ng-table-responsive tr{display:block}}.ng-table-pagination{margin-top:0}.ng-table-group-selector:before,.ng-table-group-selector:after,.filter:before,.filter:after{display:table;content:" "}.ng-table-group-selector:after,.filter:after{clear:both}.filter>.filter-cell{float:left;box-sizing:border-box}.filter-horizontal>.filter-cell{padding:0 2px}.filter-horizontal>.filter-cell:first-child{padding-left:0}.filter-horizontal>.filter-cell:last-child,.filter-horizontal>.filter-cell.last{padding-right:0}.s12{width:100%}.s11{width:91.66666666666666%}.s10{width:83.33333333333334%}.s9{width:75%}.s8{width:66.66666666666666%}.s7{width:58.333333333333336%}.s6{width:50%}.s5{width:41.66666666666667%}.s4{width:33.33333333333333%}.s3{width:25%}.s2{width:16.666666666666664%}.s1{width:8.333333333333332%}@media all and (max-width:468px){.s12,.s11,.s10,.s9,.s8,.s7,.s6,.s5,.s4,.s3,.s2,.s1{width:100%}.filter>.filter-cell{padding:0}}

.showHide {
    padding: 3px 1px;
    height: 22px;
    text-align: center;
    background: #ffffff;
}

.showHideDiv {
  float:right;
  cursor: pointer;
}
.eye-icon {
  padding-top: 5px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 98%;
    margin-bottom: 0;
}
.input-group-sm>.form-control {
    height: 22px;
}
.input-group .form-control {
    display: table-cell;
}

.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon {
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}
.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-sm>.input-group-addon {
    height: 12px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.glyphicon {
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-datetimepicker-widget table td.separator {
  display: table-cell;
  margin: 0;
  font-size: 12px;
  background: transparent;
}

#chat-overlay {
    position: absolute;
    top: 26px;
    left: 0;
    height: 95%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    opacity: 0.85;
}
.disconnect-message, .connecting-message {
    width: 66%;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 14%;
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    line-height: 16px;
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    font-weight: 700;
}
.reconnecting-image {
    float:left;
    margin-top: -2px;
    padding-right: 10px;
}
.dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.disconnect-message {
    cursor: pointer;
}

.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}

.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}

.help_widget {
  position: absolute;
  z-index: 1000;
  bottom: 250px;
  right: -4px;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  background-color: #ffa100;
  padding: 5px 10px 10px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  transform: rotate(-90deg);
  transform-origin: bottom right;
  border-radius: 6px 6px 0px 0px;
  transition: all 0.25s ease-in-out; }
  .help_widget .help_icon, .help_widget .help_icon_chat, .help_widget .help_icon_mail {
    display: inline-block;
    font-family: entypo;
    color: #fff;
    font-size: 26px;
    line-height: 10px;
    position: relative; }
  .help_widget .help_icon_chat {
    top: 5px; }
  .help_widget .help_icon_mail {
    top: 3px; }
  .help_widget .help_button {
    font-size: 12px;
    color: #fff;
    display: inline-block; }
  .help_widget:hover {
    right: 0px;
    opacity: 1; }

  /*tam bo*/
/*.help-widget-modal {
  width:900px;
 margin: -250px 0 0 -425px
}*/
.help-widget-modal {
  width:595px;
}
.help-widget-modal .modal-body {
  padding: 15px;
  font-size: 14px;
  font-color: #555;
  font-weight: normal; }
  .help-widget-modal .modal-body div {
    vertical-align: middle; }
  .help-widget-modal .modal-body a {
    color: #555; }
  .help-widget-modal .modal-body .green {
    color: #0060af; }
  .help-widget-modal .modal-body .online-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 3px;
    display: inline-block;
    background-color: #0060af; }
  .help-widget-modal .modal-body .float-right {
    float: right; }
  .help-widget-modal .modal-body .float-left {
    float: left; }
  .help-widget-modal .modal-body .widget-tile {
    padding: 15px;
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
    min-width: 250px;
    max-width: 45%; }
  .help-widget-modal .modal-body div.widget-tile:hover {
    background-color: #f8f8f8; }
  .help-widget-modal .modal-body .help-subject {
    margin-left: 15px;
    display: inline-block;
    max-width: 65%; }
    .help-widget-modal .modal-body .help-subject p {
      padding: 0px;
      line-height: 14px; }
    .help-widget-modal .modal-body .help-subject .help-hint {
      font-size: 12px; }
  .help-widget-modal .modal-body .chat-with-us-large {
    background: #4bbae6 url(/images/chat_with_us.png) no-repeat center center;
    width: 70px;
    height: 70px;
    background-size: 60%;
    display: inline-block;
    border-radius: 50%; }
  .help-widget-modal .modal-body .call-us-large {
        background: transparent url(/images/call_us.png) no-repeat center center;
    width: 70px;
    height: 70px;
    background-size: 100%;
    display: inline-block;
    border-radius: 50%; }
  
  .help-widget-modal .modal-body .help-center-large {
    background: #ffd12a url(/images/kb.png) no-repeat center center;
    width: 70px;
    height: 70px;
    background-size: 50%;
    display: inline-block;
    border-radius: 50%; }


.emoji {
    width: 16px;
    margin-bottom: -2px;
}

.history-chat-time {position: relative;top: 23px;text-align:center;border-top: 1px solid #CCC;}
.history-chat-time span {position:relative; top: -7px; padding: 2px 15px;border: 1px solid #D8D8D8;background: #f8f8f8;border-radius: 10px;}

.chat-icon {
  background: url(../images/tabs.png) no-repeat;
  display: inline-block;
  float: left;
}
.chat-icon.internal {
  margin: 8px 5px 0 0;
  width: 12px;
  height: 12px;
  background-position: 0px -17px;
}
.chat-icon.web {
  margin: 8px 5px 0 0;
  width: 13px;
  height: 12px;
  background-position: -2px -75px;
}
.chat-icon.facebook {
  margin: 8px 5px 0 0;
  width: 12px;
  height: 12px;
  background-position: -2px -387px;
}
.chat-icon.ott {
  background: url(../images/cloud-icon.png) no-repeat;
  width: 12px;
  height: 12px;
  margin: 8px 5px 0 0;
  background-size: 12px;
}
.chat-icon.zalo {
  background: url(../images/icon_zalo.png) no-repeat;
  width: 12px;
  height: 12px;
  margin: 8px 5px 0 0;
  background-size: 12px;
}
.hide-comment {
  color: #bbb;
}
.hide-comment-cps {
    color: #bbb;
}


/* Facebook */
.top_bar .fb_list {position:absolute;width:300px;min-width:300px;min-height:475px;top:0px;padding:25px 0 0px;background-color:#ebebeb;border:1px solid #C2C2C2;border-right:none;border-bottom-left-radius:5px;overflow:hidden;}
.top_bar .fb_list_wrapper {position:absolute;top:25px;left:0px;bottom:0px;width:100%;}
.meshim_dashboard_components_FbList {color:#888;position:absolute;width:100%;top:0px;left:0px;bottom:0px;overflow:auto;}
.meshim_dashboard_components_FbList .fb_item.active .unread {background:#a5a5a5;}
.meshim_dashboard_components_FbList .fb_item.active {background-color:#d4d4d4;}
.meshim_dashboard_components_FbList .fb_item:not(.active):hover {cursor:pointer;background:#dfdfdf;}
.meshim_dashboard_components_FbList .fb_item {position:relative;color:#797979;padding:10px;}
.meshim_dashboard_components_FbList .fb_item .fb_avatar {display:inline-block;}
.meshim_dashboard_components_FbList .fb_item .fb_avatar img {border-radius: 50%;}
.meshim_dashboard_components_FbList .fb_item .fb_info {display:inline-block;width: 175px;padding-left: 10px;position: relative;}
.meshim_dashboard_components_FbList .fb_item .fb_info .name {width: 165px;display: block;font-weight: 700;font-size: 14px;position: absolute;top: -36px;}
.meshim_dashboard_components_FbList .fb_item .fb_info .content {width:165px;position: absolute;top: -15px;}
.meshim_dashboard_components_FbList .fb_item .fb_time {display: inline-block;position: relative;}
.top_bar .fb_bar {top:25px;left:300px;min-width:440px;max-width:none;background:#F8F8F8;border:1px solid #C2C2C2;border-left:none;border-bottom-right-radius:5px;}
.top_bar .fb_bar .fb_panel {top:25px;padding-top:25px;min-width:440px;max-width:none;background:#F8F8F8;}
.fb_bar .fb_panel .fb_content {-moz-border-radius-topleft:0;-moz-border-radius-topright:2px;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:2px;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;}

.meshim_dashboard_components_fbPanel_SlimFbStack .page_header {position:absolute;left:0px; right:0px;background:#F8F8F8;z-index:300;}
.meshim_dashboard_components_fbPanel_SlimFbStack .page_header .fb_avatar {display: inline-block;}
.meshim_dashboard_components_fbPanel_SlimFbStack .page_header .fb_info {display: inline-block;position: absolute;top: 17px;left: 55px;font-weight: 700;font-size: 14px;}
.meshim_dashboard_components_fbPanel_SlimFbStack .page_header .fb_avatar img {border-radius: 50%}
.meshim_dashboard_components_fbPanel_SlimFbStack .page_header .fb_button{border-radius: 50%;color: rgba(18,119,207,.8);width: 30px;height: 30px;background-color: #fff;border: 1px solid;vertical-align: top;}
.meshim_dashboard_components_fbPanel_SlimFbStack .page_header .fb_button span {padding-top: 3px;}
.meshim_dashboard_components_fbPanel_SlimFbStack .page_header .fb_button[disabled]{color:#787878;cursor: not-allowed;background-color: transparent}

.meshim_dashboard_components_fbPanel_SlimFbStack .break {width:100%;height:0px;clear:both;}
.meshim_dashboard_components_fbPanel_SlimFbStack .chat_stack_divider {position:absolute;top:69px;width:100%;height:1px;background:#e8e8e8;clear:both;}
.meshim_dashboard_components_fbPanel_SlimFbStack .stack {height:100%;}
.meshim_dashboard_components_fbPanel_SlimFbStack .fb_controller {padding:10px;}
.meshim_dashboard_components_fbPanel_FbTextArea .agent_actions .action_label {padding-left:4px;vertical-align:middle;}
.meshim_dashboard_components_fbPanel_FbTextArea .agent_actions {right:28px;bottom:0px;}
.meshim_dashboard_components_fbPanel_FbTextArea .file_upload {color:#999999;;display:inline;cursor:pointer;overflow: hidden;display: inline-block;line-height: 10px;position: relative;}
.meshim_dashboard_components_fbPanel_FbTextArea .file_upload input[type="file"] {  position: absolute;top: 0;right: 0;margin: 0;border: solid transparent;direction: ltr;cursor: pointer;opacity: 0;}
.meshim_dashboard_components_fbPanel_FbTextArea .file_upload:hover {color:#333333;;}

.fb_bar .fb_panel .fb_actions_container .textfieldlist_container .fb_input {color:black;font-size:13px;line-height:16px;font-family:MyHelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;width:95%;height:100%;border:none;padding:10px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.fb_bar .fb_panel .fb_actions_container .textfieldlist_container .fb_input:focus {border:none; box-shadow: none !important;}
.fb_bar .fb_panel .fb_actions_container .textfieldlist_container {width:100%;height:100%;color:#232628;border:none;overflow:hidden;}
.fb_bar .fb_panel .fb_actions_container {background:#fff;width:100%;height:100%;cursor:text;border:1px solid #DFDFDF;}
.fb_bar .fb_panel .chat_log_holder {padding: 10px;}
.devider_comment{margin: 20px auto 10px;border-bottom: 1px solid #787878;width: 50%;}
.fb_log_line {text-align: left;padding: 15px 0;};
.fb_log_line .sender_face {height: 0px;}
.fb_log_line .message_holder {padding:0 0 0 60px;}
.fb_log_line .message_holder .message_text {vertical-align: middle;font-weight: 400;font-size: 13px;background: #FFF;border-radius: 3px;background-clip: padding-box;padding: 5px;display: inline-block;margin: 1px 0px;max-width:80%;position: relative;text-align: left;word-break: break-word;box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);}
.fb_log_line .message_holder .message_text.has-arrow::before {content: ' ';border-right: 5px solid #FFF;border-left: 5px solid transparent;border-top: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;top: 12px;left: -10px;}
.fb_log_line .message_holder .message_text .message_action {padding-top: 5px;}
.fb_log_line .message_holder .message_text .message_action .action_button{padding: 0 5px;vertical-align: middle;margin-top: 2px;color: #999;display: inline-block;margin-right: 0}
.fb_log_line .message_holder .message_text .message_action .action_button.active {color: #288be1;}

.fb_log_line.mine .sender_face, .fb_log_line.mine .message_holder {text-align:right;}
.fb_log_line.mine .message_holder {padding:0 60px 0 0px;}
.fb_log_line.mine .message_holder .message_text.has-arrow::before {content: ' ';border-left: 5px solid #FFF;border-right: 5px solid transparent;border-top: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;top: 12px;left: 100%;}
.fb_log_line.mine .message_holder .message_text {margin: 1px 0px;}
.fb_log_line .message_holder .message_text.is_hidden {opacity: 0.7;border: 1px dashed #D8D8D8;box-shadow: none;}
.fb_log_line .message_holder .message_text.removed {opacity: 0.3}

.fb_log_line .message_holder .addition_info {display: inline-block; vertical-align: bottom; opacity: 0; padding-left: 10px; color: #999;width: 75px;}
.fb_log_line.mine .message_holder .addition_info {padding-right: 10px;}

.fb_log_line .message_holder:hover .addition_info {opacity: 1}


/*Chat FB */
.meshim_dashboard_components_ChatFbList {color:#888;position:absolute;width:100%;top:62px;left:0px;bottom:0px;overflow:auto;}
.meshim_dashboard_components_ChatFbList .fb_item.active .unread {background:#a5a5a5;}
.meshim_dashboard_components_ChatFbList .fb_item.active {background-color:#d4d4d4;}
.meshim_dashboard_components_ChatFbList .fb_item:not(.active):hover {cursor:pointer;background:#dfdfdf;}
.meshim_dashboard_components_ChatFbList .fb_item {position:relative;color:#797979;padding:5px;}
.meshim_dashboard_components_ChatFbList .fb_item .fb_avatar {display:inline-block;}
.meshim_dashboard_components_ChatFbList .fb_item .fb_avatar img {border-radius: 50%;}
.meshim_dashboard_components_ChatFbList .fb_item .fb_info {display:inline-block;width: 155px;padding-left: 5px;position: relative;}
.meshim_dashboard_components_ChatFbList .fb_item .fb_info .name {width: 140px;display: block;font-weight: 700;font-size: 14px;position: absolute;top: -36px;}
.meshim_dashboard_components_ChatFbList .fb_item .fb_info .content {width:140px;position: absolute;top: -15px;}
.meshim_dashboard_components_ChatFbList .fb_item .fb_time {display: inline-block;position: relative;}

/*Chat Zalo */
.meshim_dashboard_components_zaloPanel_SlimZaloStack .page_header {position:absolute;left:0px; right:0px;background:#F8F8F8;z-index:300;}
.meshim_dashboard_components_zaloPanel_SlimZaloStack .page_header .zalo_avatar {display: inline-block;}
.meshim_dashboard_components_zaloPanel_SlimZaloStack .page_header .zalo_info {display: inline-block;position: absolute;top: 17px;left: 55px;font-weight: 700;font-size: 14px;}
.meshim_dashboard_components_zaloPanel_SlimZaloStack .page_header .zalo_avatar img {border-radius: 50%}
.meshim_dashboard_components_zaloPanel_SlimZaloStack .page_header .zalo_button{border-radius: 50%;color: rgba(18,119,207,.8);width: 30px;height: 30px;background-color: #fff;border: 1px solid;vertical-align: top;}
.meshim_dashboard_components_zaloPanel_SlimZaloStack .page_header .zalo_button span {padding-top: 3px;}
.meshim_dashboard_components_zaloPanel_SlimZaloStack .page_header .zalo_button[disabled]{color:#787878;cursor: not-allowed;background-color: transparent}

.meshim_dashboard_components_zaloPanel_SlimZaloStack .break {width:100%;height:0px;clear:both;}
.meshim_dashboard_components_zaloPanel_SlimZaloStack .chat_stack_divider {position:absolute;top:69px;width:100%;height:1px;background:#e8e8e8;clear:both;}
.meshim_dashboard_components_zaloPanel_SlimZaloStack .stack {height:100%;}

.zalo_log_line {text-align: left;padding: 15px 0;};
.zalo_log_line .sender_face {height: 0px;}
.zalo_log_line .message_holder {padding:0 0 0 60px;}
.zalo_log_line .message_holder .message_text {vertical-align: middle;font-weight: 400;font-size: 13px;background: #FFF;border-radius: 3px;background-clip: padding-box;padding: 5px;display: inline-block;margin: 1px 0px;max-width:80%;position: relative;text-align: left;word-break: break-word;box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);}
.zalo_log_line .message_holder .message_text.has-arrow::before {content: ' ';border-right: 5px solid #FFF;border-left: 5px solid transparent;border-top: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;top: 12px;left: -10px;}
.zalo_log_line .message_holder .message_text .message_action {padding-top: 5px;}
.zalo_log_line .message_holder .message_text .message_action .action_button{padding: 0 5px;vertical-align: middle;margin-top: 2px;color: #999;display: inline-block;margin-right: 0}
.zalo_log_line .message_holder .message_text .message_action .action_button.active {color: #288be1;}

.zalo_log_line.mine .sender_face, .zalo_log_line.mine .message_holder {text-align:right;}
.zalo_log_line.mine .message_holder {padding:0 60px 0 0px;}
.zalo_log_line.mine .message_holder .message_text.has-arrow::before {content: ' ';border-left: 5px solid #FFF;border-right: 5px solid transparent;border-top: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;top: 12px;left: 100%;}
.zalo_log_line.mine .message_holder .message_text {margin: 1px 0px;}
.zalo_log_line .message_holder .message_text.is_hidden {opacity: 0.7;border: 1px dashed #D8D8D8;box-shadow: none;}
.zalo_log_line .message_holder .message_text.removed {opacity: 0.3}

.zalo_log_line .message_holder .addition_info {display: inline-block; vertical-align: bottom; opacity: 0; padding-left: 10px; color: #999;width: 75px;}
.zalo_log_line.mine .message_holder .addition_info {padding-right: 10px;}

.zalo_log_line .message_holder:hover .addition_info {opacity: 1}

.meshim_dashboard_components_ChatZaloList {color:#888;position:absolute;width:100%;top:62px;left:0px;bottom:0px;overflow:auto;}
.meshim_dashboard_components_ChatZaloList .zalo_item.active .unread {background:#a5a5a5;}
.meshim_dashboard_components_ChatZaloList .zalo_item.active {background-color:#d4d4d4;}
.meshim_dashboard_components_ChatZaloList .zalo_item:not(.active):hover {cursor:pointer;background:#dfdfdf;}
.meshim_dashboard_components_ChatZaloList .zalo_item {position:relative;color:#797979;padding:5px;}
.meshim_dashboard_components_ChatZaloList .zalo_item .zalo_avatar {display:inline-block;}
.meshim_dashboard_components_ChatZaloList .zalo_item .zalo_avatar img {border-radius: 50%;}
.meshim_dashboard_components_ChatZaloList .zalo_item .zalo_info {display:inline-block;width: 155px;padding-left: 5px;position: relative;}
.meshim_dashboard_components_ChatZaloList .zalo_item .zalo_info .name {width: 140px;display: block;font-weight: 700;font-size: 14px;position: absolute;top: -36px;}
.meshim_dashboard_components_ChatZaloList .zalo_item .zalo_info .content {width:140px;position: absolute;top: -15px;}
.meshim_dashboard_components_ChatZaloList .zalo_item .zalo_time {display: inline-block;position: relative;}

.ticket-query-section {
    overflow:auto;
    max-height:450px;
}

.merge_window {
  background-color: #F6F6F6;
  color: #444;
}

.user_loser {
    padding: 12px 20px 20px 20px;
}

.merge_window .user_loser .user_card {
    margin: 0 auto;
}

.merge_window .user_card, .merge_window .ticket_card {
    border: 5px solid #fff;
    padding: 12px;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.merge_window .user_card {
    width: 245px;
    height: 51px;
    margin: 0 20px 20px 0;
}

.merge_window .user_card img, .merge_window .ticket_card img {
    float: left;
    margin-right: 10px;
    height: 48px;
    width: 48px;
}

.user_card h3, .user_card span {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
    white-space: nowrap;
}

.merge_window .user_card a, .merge_window .user_card h3, .merge_window .ticket_card a, .merge_window .ticket_card h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
}

.merge_window .user_winner {
    padding: 0px 0 20px 20px;
}

.merge_window label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.user_winner .dropdown-menu {
  overflow: auto;
  max-height: 250px;
  margin: 2px 0 0px;
}

.user_winner .dropdown-menu li a {
  padding: 3px 15px;
}

.merge_window .review {
    background-color: #FFFDDE;
    border: 1px solid #EBE695;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
}

.merge_window .review p {
    margin: 7px;
    padding: 0;
    text-align: center;
    color: #666;
}

.user_winner .user_card {
    float: none;
    margin: 0 auto;
    border: 3px solid #9BC300;
    padding: 14px;
    box-shadow: none;
}

#dashboard {
    padding: 20px 30px;
}

#db-news {
  clear:both;
  padding: 40px 0 10px 0;
}

.dashboard-box {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
}

.dashboard-title {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #f4f4f4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dashboard-title span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.channel-tile {
  width: 23%;
  margin: 1%;
  float: left;
  min-width: 200px;
}

.channel-box {
  border-radius: 10px;
  position: relative;
}

.channel-box .channel-container {
  height: 120px;
  border-radius: 10px;
  color: white;
}

.channel-box .channel-container.voice {
  background-color: #E82A2A;
}

.channel-box .channel-container.chat {
  background-color: #ffa100;
}

.channel-box .channel-container.facebook {
  background-color: #3b5998;
}

.channel-box .channel-container.ticket {
  background-color: #0060af;
}

.channel-box .channel-container .channel-icon {
  font-size: 18px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.channel-box .channel-container .channel-icon.facebook {
  background: url(../images/facebook-512.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 18px;
}

.channel-box .channel-container .channel-icon.ticket {
  background: url(../images/ticket_on.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.channel-box .channel-container .quantity {
  font-size: 55px;
  right: 10px;
  position: absolute;
}

.channel-box .channel-container span {
  cursor: default;
}

.channel-box .channel-container .other-info{
  position: absolute;
  height: 25px;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#db-news .filter_tickets td.subject, .filter_tickets td.description, .filter_tickets td.custom_field {
    max-width: 100px;
}

#db-news .center {
  text-align: center;
}

.scroll_content .mast {
  padding:0;
  border-bottom:none;
}

.scroll_content .mast .profile.ticket {
  border:none;
  background-color: inherit;
  margin: 0 auto;
}

.scroll_content .mast .profile {
  float:none;
  height: inherit;
}

.scroll_content .mast .channel {
  margin-top: 0px;
  margin-left: 0px;
}

.report_title_position {
  position: relative; top:-12px;display: inline-block;
}

.property_box .requester .dropdown-menu, .property_box .parent_ticket .dropdown-menu {
  margin: 0;
}

.property_box .parent_ticket .dropdown-menu li a {
  padding-right: 20px;
}

.button-spy {
      background: url(../images/spy.png);
      background-size: 24px;
      width: 24px;
      height: 24px;
  }

  .button-terminate {
      background: url(../images/terminate.png);
      background-size: 24px;
      width: 24px;
      height: 24px;
  }

  .button-intercept {
      background: url(../images/intercept.png);
      background-size: 24px;
      width: 24px;
      height: 24px;
  }

  .button-transfer {
      background: url(../images/transfer.png);
      background-size: 24px;
      width: 24px;
      height: 24px;
  }

  .button-join-conversation {
      background: url(../images/join_conversation.png);
      background-size: 24px;
      width: 24px;
      height: 24px;
  }

  .nya-bs-select.btn-group .dropdown-menu {
    margin: 0;
  }

  .nya-bs-select.btn-group .dropdown-menu li.selected .check-mark {
    margin-top: -20px !important;
  }

  .nya-bs-select .dropdown-toggle {
    font-size: 12px !important;
  }

  .macro-selector .zd-menu-root {
    border-color: #CCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2.5px 2.5px 10px rgba(0, 0, 0, 0.2);
    height: 340px !important;
    width: 400px !important;
}

.period-view {
  max-width: 95%;
}

.comment_desc {
  display: block;
  padding-top: 15px;
  color: #999;
}

.scroll_content.segment {
  top:42px;
  padding:15px;
}

.seg-operator-list {
  margin-top: 5px;
  background-color: #ebebeb;
  border-radius: 5px;
  position: relative;;
}

.segment .seg-operator {
  padding-left: 25px;
}

.segment .seg-operator-list .seg-seperate {
  display: block;
}

.segment .seg-operator-list .seg-seperate.last {
  display: none;
}

.seg-seperate {
  position: relative;
  text-align: center;
  top: 4px;
}

.seg-seperate .seg-seperate-text {
    position: absolute;
    left: 45%;
    background: #fff;
    padding: 1px 6px;
    border-radius: 5px;
    z-index: 100;
}

.segment .seg-operator .seg-value {
  padding: 5px 0 5px 25px;
  width: 210px;
}
.seg-add-condition {
  width: 100%;
    background: #fff;
    padding: 7px 18px 7px;
    border: 1px solid #e5e5e5;
    margin: 8px 0;
}
.seg-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.scroll_content.segment {
  top:41px !important;
  bottom: 60px !important;
}
.seg-cond-text {
  padding-bottom: 5px;
  font-weight: 700;
}
.seg-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 40px;
    border-top: solid 1px #c5c5c5;
}

.nya-bs-select button[disabled], .details.property_box .disabled {
  background: #eee !important;
  color: #bbb !important;
}

.app_view .nya-bs-select button[disabled], .details.property_box .disabled {
  background: #fff !important;
  color: #bbb !important;
}

.app_view .form_field select[disabled] {
  background-color: #fff;
  border-color: #d3d3d3;
  color: #bbb;
}

.form_field select[disabled] {
  background-color: #eee;
  border-color: #d3d3d3;
  color: #bbb;
}
.ticket .form_field input[disabled] {
    cursor: default;
    border-color: #d3d3d3;
    background: #eee;
    background-image: none !important;
}

.ticket .app_view .form_field input[disabled] {
    cursor: default;
    border-color: #d3d3d3;
    background: #fff;
    background-image: none !important;
}
.fb_chat_miss {
  position: absolute;
  right: -60px;
  width: 10px;
  height: 10px;
  background-color: red;
  top: -35px;
  border-radius: 50%;
}

.fb_chatting {
  position: absolute;
  right: -60px;
  width: 10px;
  height: 10px;
  background-color: #0060af;
  top: -35px;
  border-radius: 50%;
}

.star-rating {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.star-rating .star {
  padding: 1px;
  color: #ddd;
  font-size: 20px;
  text-shadow: .05em .05em #aaa;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
}

.star-rating .star.filled {
  color: #fd0;
}

.star-rating .readonly .star.filled {
  color: #666;
}

#branding_header:not(.button_fix) .btn-group .btn.btn-facebook {
  border: none;
}

#branding_header:not(.button_fix) .btn-group .btn.btn-facebook:hover {
  background: transparent;
  color: #333;
}
.app_group {
  padding: 20px 0 5px 0 ;
}
.app-title {
  width: 100px;
  display: inline-block;
  padding:2px 0;
}
.order_panel {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.app_user_code {
    color: #30aabc;
    font-weight: 700;
}
.app_user_code:hover {
  color: #30aabc;
  text-decoration: underline;
}
.order_panel .order_code {
  color: #30aabc;
  font-weight: 700;
  font-size: 13px;
}
.panel_heading {
  cursor: pointer;
  padding-bottom: 5px;
}
.order_panel .order_code:hover {
  text-decoration: underline;
}
.order_panel .order_status {
  font-size: 13px;
}
.order_panel .order_status.success {
  color: #0060af;
}
.order_panel .order_status.cancel {
  color: red;
}
.order_panel .order_status.process {
  color: #edbe0e;
}
.delimited_item {
  background: url(../images/globals.png) no-repeat;
  background-position: 0 -837px;
  margin-left: 5px;
  padding-left: 16px;
}
.g-recaptcha {
    transform:scale(0.93);
    transform-origin:0 0;
}
input.button.primary.login:disabled {
    background: #b9b9b9;
    color: #564c4c;
}



.hide{display:none}



/** Add Boostrap 3 visible
Rico nguyen
 */

.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1299px){
  .hidden-md-lg {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}


.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
form.nolabelcolor label{
         color: black; 
     display: inline-block; 
}
form.nolabelcolor p{
   text-align: initial;
}
