.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.border-box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cf,
.clearfix {
  *zoom: 1;
}
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.cf:after,
.clearfix:after {
  clear: both;
}
.flyout {
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  white-space: nowrap;
}
.headerDropDown {
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  z-index: 99999;
  min-width: 110px;
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.headerDropDown li {
  line-height: 100%;
}
.headerDropDown li > a {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0 2px;
}
.headerDropDown li > a:hover {
  color: #fff !important;
}
.unstyle-panel {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.strong {
  font-weight: bold;
}
.ui-helper-hidden-accessible,
.hidden-element {
  display: none !important;
  visibility: hidden !important;
}
.temp-hidden {
  display: none;
}
.disabled-select-element {
  pointer-events: none;
}
.disabled {
  pointer-events: none;
  background: #EFEFEF;
}
.right {
  float: right;
}
.left {
  float: left;
}
.underline {
  text-decoration: underline;
}
html.zurmo,
html.zurmo body {
  min-height: 100%;
  height: 100%;
}
html.zurmo {
  background-color: #ffffff  !important;
  background-repeat: no-repeat  !important;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f6f6f6),color-stop(100px,#ffffff),to(#ffffff))  !important;
  background-image: -webkit-linear-gradient(#f6f6f6,#ffffff 100px,#ffffff)  !important;
  background-image: -ms-linear-gradient(#f6f6f6,#ffffff 100px,#ffffff)  !important;
  background-image: -o-linear-gradient(#f6f6f6,#ffffff 100px,#ffffff)  !important;
  background-image: -moz-linear-gradient(#f6f6f6,#ffffff 100px,#ffffff)  !important;
  background-image: linear-gradient(#f6f6f6,#ffffff 100px,#ffffff)  !important;
}
.zurmo body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #545454;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smooth: always;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}
a:link img,
a:hover img,
a:active img,
a:visited img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:active,
a:visited {
  color: #545454;
  cursor: pointer;
}
a:hover {
  color: #282A76;
}
a:hover i[class^="icon"],
a:hover i[class^="icon"]:after,
a:active i[class^="icon"],
a:active i[class^="icon"]:after {
  color: #7CB830;
}
a,
input,
button {
  -ms-touch-action: none;
  touch-action: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282A76;
  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.ZurmoDefaultPageView,
.ZurmoPageView,
.PageView {
  position: relative;
  z-index: 1;
}
.ErrorView h2 {
  margin: 0 0 100px 0;
  width: 85%;
  line-height: 150%;
}
.login-container {
  height: 100%;
  height: calc(100% - 20px);
  padding: 30px;
}
#LoginView {
  height: 100%;
  -webkit-box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  -moz-box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  -ms-box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  -o-box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 12px 5px rgba(153, 153, 153, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}
#LoginView .form {
  width: 50%;
  float: right;
}
#LoginView .error {
  margin-bottom: 40px !important;
}
#LoginView + #FooterView {
  margin-left: 0;
  padding-left: 0;
}
#login-form {
  padding: 5px 0 5px 15px;
  background: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#login-form > div {
  margin-bottom: 15px;
}
#login-form > div:last-child {
  margin-bottom: 0;
}
#login-form > div.clearfix {
  margin-bottom: 0;
}
#login-form label {
  display: inline-block;
  margin-bottom: 5px;
}
#login-form input[type="password"],
#login-form input[type="text"] {
  background-color: #fff !important;
  margin: 0 !important;
}
#login-form input[type="checkbox"] {
  float: left;
  margin-right: 10px !important;
  margin-top: 1px !important;
  clear: both;
}
#login-form .errorMessage {
  font-size: 11px;
  padding-top: 4px;
}
#Login {
  margin-left: 0;
}
.remember-me label {
  margin: 0 !important;
}
.remember-me .hasCheckBox + label {
  display: inline-block;
  position: relative;
  top: -4px;
  left: 6px;
}
#login-box {
  width: 500px;
  margin: 150px auto 0 -250px;
  height: 200px;
  position: relative;
  left: 50%;
}
#LoginLogo {
  height: 100%;
  width: 50%;
  padding-right: 10px;
  float: left;
  background: url("../images/ZurmoLogo.png") 56px 35px no-repeat;
}
.background-1 {
  background: #fff url("../images/landscape-1.png") left bottom repeat-x;
}
.background-2 {
  background: #fff url("../images/landscape-2.png") left bottom repeat-x;
}
.background-3 {
  background: #fff url("../images/landscape-3.png") left bottom repeat-x;
}
.background-4 {
  background: #fff url("../images/landscape-4.png") left bottom repeat-x;
}
.background-5 {
  background: #fff url("../images/landscape-5.png") left bottom repeat-x;
}
.background-6 {
  background: #fff url("../images/landscape-6.png") left bottom repeat-x;
}
#HeaderLinksView {
  height: 38px;
  max-width: 1600px;
  margin: 0 auto;
}
#HeaderLinksView + div {
  background-color: #323232;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#464646,#323232);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#464646),color-stop(100%,#323232));
  background-image: -webkit-linear-gradient(top,#464646,#323232);
  background-image: -o-linear-gradient(top,#464646,#323232);
  background-image: -moz-linear-gradient(top,#464646,#323232);
  background-image: linear-gradient(top,#464646,#323232);
}
#HeaderLinksView ul ul a:hover {
  color: #fff !important;
  background-color: #537b20;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#7CB830,#537b20);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7CB830),color-stop(100%,#537b20));
  background-image: -webkit-linear-gradient(top,#7CB830,#537b20);
  background-image: -o-linear-gradient(top,#7CB830,#537b20);
  background-image: -moz-linear-gradient(top,#7CB830,#537b20);
  background-image: linear-gradient(top,#7CB830,#537b20);
}
#corp-logo {
  float: left;
  height: 26px;
  position: relative;
  top: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
#corp-logo img {
  max-height: 26px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
#corp-logo span {
  position: relative;
  top: -7px;
  line-height: 26px;
  display: inline-block;
}
#HeaderLinksView > div {
  margin: 0 3% 0 3%;
}
#HeaderLinksView ul {
  list-style: none;
}
#HeaderLinksView li {
  position: relative;
  overflow: visible;
}
#HeaderLinksView li a {
  color: #fff;
  font-weight: bold;
}
#HeaderLinksView li a:hover {
  color: #fff !important;
}
#HeaderLinksView ul ul {
  z-index: 1;
  min-width: 110px;
  display: none;
  position: absolute;
  top: 37px;
  border: 1px solid #444;
  background: #252525;
  -webkit-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -ms-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -o-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
}
#HeaderLinksView ul ul li {
  line-height: 100%;
}
#HeaderLinksView ul ul li:first-child a {
  border-top: none;
}
#HeaderLinksView ul ul li:last-child a {
  border-bottom: none;
}
#HeaderLinksView ul ul a {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #181818;
  color: #EFEFEF;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 6px 10px 6px 10px;
  margin: 0;
}
#HeaderLinksView ul ul a:hover {
  color: #ffffff !important;
  background-color: #45671b !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7CB830),color-stop(100%,#45671b)) !important;
  background-image: -webkit-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -o-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -moz-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: linear-gradient(top,#7CB830,#45671b) !important;
  -webkit-text-shadow: 0px -1px 0 #385316 !important;
  -moz-text-shadow: 0px -1px 0 #385316 !important;
  -ms-text-shadow: 0px -1px 0 #385316 !important;
  -o-text-shadow: 0px -1px 0 #385316 !important;
  text-shadow: 0px -1px 0 #385316 !important;
}
#HeaderLinksView + div {
  -webkit-box-shadow: 0 0 10px 2px rgba(102,102,102,0.5);
  -moz-box-shadow: 0 0 10px 2px rgba(102,102,102,0.5);
  -ms-box-shadow: 0 0 10px 2px rgba(102,102,102,0.5);
  -o-box-shadow: 0 0 10px 2px rgba(102,102,102,0.5);
  box-shadow: 0 0 10px 2px rgba(102,102,102,0.5);
}
.headerDropDownSpecial {
  z-index: 1;
  min-width: 110px;
  display: none;
  position: absolute;
  top: 37px;
  border: 1px solid #444;
  background: #252525;
  -webkit-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -ms-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -o-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
}
.headerDropDownSpecial li {
  line-height: 100%;
}
.headerDropDownSpecial li:first-child a {
  border-top: none;
}
.headerDropDownSpecial li:last-child a {
  border-bottom: none;
}
.headerDropDownSpecial a {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #181818;
  color: #EFEFEF;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 6px 10px 6px 10px;
  margin: 0;
}
.headerDropDownSpecial a:hover {
  color: #ffffff !important;
  background-color: #45671b !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7CB830),color-stop(100%,#45671b)) !important;
  background-image: -webkit-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -o-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -moz-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: linear-gradient(top,#7CB830,#45671b) !important;
  -webkit-text-shadow: 0px -1px 0 #385316 !important;
  -moz-text-shadow: 0px -1px 0 #385316 !important;
  -ms-text-shadow: 0px -1px 0 #385316 !important;
  -o-text-shadow: 0px -1px 0 #385316 !important;
  text-shadow: 0px -1px 0 #385316 !important;
}
#user-toolbar {
  float: right;
  position: static;
  right: 0;
  top: 0;
}
.user-menu-item {
  float: right !important;
}
#notifications-flyout {
  margin: -1px -1px 0 0;
  width: 400px;
  min-height: 35px;
  right: 0;
  position: absolute;
  padding: 5px 10px;
  z-index: 1;
  min-width: 110px;
  display: none;
  top: 38px;
  border: 1px solid #444;
  background: #252525;
  -webkit-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -ms-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -o-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
}
#notifications-flyout .z-spinner {
  left: 50%;
  top: 5px;
  margin-left: -12px;
}
#notifications-flyout .single-notification {
  line-height: 125%;
  padding: 9px 0;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #181818;
  color: #EFEFEF;
  position: relative;
}
#notifications-flyout .single-notification:first-child {
  border-top: none;
}
#notifications-flyout .single-notification:last-child {
  border-bottom: none;
}
#notifications-flyout .single-notification h4 {
  margin-bottom: 2px;
  color: #fff;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
#notifications-flyout .single-notification div {
  padding-right: 40px;
  font-size: 11px;
}
#notifications-flyout .single-notification .remove {
  position: absolute;
  top: 5px;
  right: 0;
  float: right;
  margin-right: 0;
}
#notifications-flyout .single-notification .remove:hover .icon:after {
  color: #fff !important;
}
#notifications-flyout .view-all-notifications {
  display: block;
  border-top: 1px solid #323232;
  color: #EFEFEF;
  font-size: 11px;
  padding: 9px 0;
}
#notifications-flyout a {
  color: #A7A7A7 !important;
  text-decoration: underline;
}
#notifications-flyout a:hover {
  color: #fff !important;
}
#notifications-flyout img {
  margin-left: 182px;
  padding: 5px 0;
}
#user-header-menu,
#settings-header-menu,
#header-calendar-link-wrapper,
#header-game-dashboard-link-wrapper {
  position: relative;
  z-index: 100;
  float: left;
  margin: 0;
}
#user-header-menu:hover > li > a,
#settings-header-menu:hover > li > a,
#header-calendar-link-wrapper:hover > li > a,
#header-game-dashboard-link-wrapper:hover > li > a {
  color: #fff;
  background: rgba(255,255,255,0.05);
}
#user-header-menu:hover > li > a:after,
#settings-header-menu:hover > li > a:after,
#header-calendar-link-wrapper:hover > li > a:after,
#header-game-dashboard-link-wrapper:hover > li > a:after {
  color: #fff;
}
#user-header-menu.nav-open > li > a,
#settings-header-menu.nav-open > li > a,
#header-calendar-link-wrapper.nav-open > li > a,
#header-game-dashboard-link-wrapper.nav-open > li > a {
  color: #fff;
  border-left: 1px solid #444 !important;
  border-right: 1px solid #444 !important;
  background-color: #252525;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#353535,#252525);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#353535),color-stop(100%,#252525));
  background-image: -webkit-linear-gradient(top,#353535,#252525);
  background-image: -o-linear-gradient(top,#353535,#252525);
  background-image: -moz-linear-gradient(top,#353535,#252525);
  background-image: linear-gradient(top,#353535,#252525);
}
#user-header-menu.nav-open > li > a:after,
#settings-header-menu.nav-open > li > a:after,
#header-calendar-link-wrapper.nav-open > li > a:after,
#header-game-dashboard-link-wrapper.nav-open > li > a:after {
  color: #fff;
}
#user-header-menu.nav-open ul,
#settings-header-menu.nav-open ul,
#header-calendar-link-wrapper.nav-open ul,
#header-game-dashboard-link-wrapper.nav-open ul {
  display: block !important;
}
#user-header-menu > li > a,
#settings-header-menu > li > a,
#header-calendar-link-wrapper > li > a,
#header-game-dashboard-link-wrapper > li > a {
  position: relative;
  z-index: 5;
  padding: 0 10px;
  line-height: 38px;
  display: block;
  overflow: visible;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #ddd;
}
#user-header-menu > li > a:hover,
#settings-header-menu > li > a:hover,
#header-calendar-link-wrapper > li > a:hover,
#header-game-dashboard-link-wrapper > li > a:hover {
  color: #fff;
  border-left: 1px solid #1b1c50;
  border-right: 1px solid #1b1c50;
}
#user-header-menu ul,
#settings-header-menu ul,
#header-calendar-link-wrapper ul,
#header-game-dashboard-link-wrapper ul {
  min-width: 110px;
}
#user-header-menu {
  margin-right: -1px;
}
#user-header-menu ul {
  right: 0;
  left: auto;
}
#user-header-menu > li > a:after {
  content: "÷";
  font-weight: normal !important !important;
  font-size: 12px !important;
  font-family: "zurmo_gamification_symbly_rRg" !important;
  color: #ddd;
  position: relative;
  top: 0;
  left: 4px;
  font-size: 10px;
  line-height: 1;
}
.avatar-holder .gravatar {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  top: 8px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  border: none !important;
  background: none;
}
#settings-header-menu {
  margin-left: -1px;
}
#settings-header-menu > li {
  position: relative;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
#settings-header-menu > li a {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
#settings-header-menu > li > a span {
  display: inline-block;
  text-indent: -9999px;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
#settings-header-menu > li > a:after {
  color: #ddd;
  font-weight: normal !important;
  font-size: 26px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  content: 'n';
}
#settings-header-menu ul {
  right: 0;
  display: none;
}
#header-calendar-link,
#header-game-dashboard-link {
  font-weight: normal !important;
  font-size: 28px;
  font-family: "zurmo_gamification_symbly_rRg";
  text-align: center;
  color: #ddd;
  line-height: 18px;
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  top: 10px;
}
#header-calendar-link.highlighted,
#header-game-dashboard-link.highlighted {
  color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(255,255,255,0.9);
  -moz-box-shadow: 0 0 2px 1px rgba(255,255,255,0.9);
  -ms-box-shadow: 0 0 2px 1px rgba(255,255,255,0.9);
  -o-box-shadow: 0 0 2px 1px rgba(255,255,255,0.9);
  box-shadow: 0 0 2px 1px rgba(255,255,255,0.9);
}
#user-switcher-wrapper > a,
#header-calendar-link-wrapper > a,
#header-game-dashboard-link-wrapper > a {
  color: #ddd;
}
#user-switcher-wrapper > a:hover,
#header-calendar-link-wrapper > a:hover,
#header-game-dashboard-link-wrapper > a:hover {
  color: #fff;
}
#user-switcher-wrapper {
  position: relative;
  z-index: 100;
  float: left;
  margin: 0;
}
#user-switcher-wrapper.switcher-open #user-switcher-link {
  color: #fff;
  border-left: 1px solid #444 !important;
  border-right: 1px solid #444 !important;
  background-color: #252525;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#353535,#252525);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#353535),color-stop(100%,#252525));
  background-image: -webkit-linear-gradient(top,#353535,#252525);
  background-image: -o-linear-gradient(top,#353535,#252525);
  background-image: -moz-linear-gradient(top,#353535,#252525);
  background-image: linear-gradient(top,#353535,#252525);
}
#user-switcher-wrapper.switcher-open #user-switcher-link:after {
  color: #fff;
}
#user-switcher-wrapper.switcher-open #user-switcher {
  display: block;
}
#user-switcher-wrapper.switched-user #user-switcher-link {
  color: #fff;
  border-left: 1px solid #1b1c50;
  border-right: 1px solid #1b1c50;
  background-color: #a82d31;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#c43d53,#a82d31);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c43d53),color-stop(100%,#a82d31));
  background-image: -webkit-linear-gradient(top,#c43d53,#a82d31);
  background-image: -o-linear-gradient(top,#c43d53,#a82d31);
  background-image: -moz-linear-gradient(top,#c43d53,#a82d31);
  background-image: linear-gradient(top,#c43d53,#a82d31);
}
#user-switcher-link {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-weight: normal !important;
  font-size: 32px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0 8px;
  line-height: 38px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #ddd;
}
#user-switcher-link:hover {
  color: #fff;
  border-left: 1px solid #1b1c50;
  border-right: 1px solid #1b1c50;
  background: rgba(255,255,255,0.05);
}
#user-switcher {
  z-index: 0;
  display: none;
  position: absolute;
  min-width: 360px;
  padding: 15px;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  -ms-border-radius: 4px 0 4px 4px;
  -o-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
  color: #EFEFEF;
  top: 37px;
  right: 0;
  border: 1px solid #444;
  background: #252525;
  -webkit-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -ms-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -o-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
}
#user-switcher h5 {
  color: #EFEFEF;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  font-size: 14px;
  margin-bottom: 15px;
}
#user-switcher .notification-wrapper {
  float: left;
}
#user-switcher p {
  line-height: 1;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #050505;
}
#user-switcher p a {
  color: #cccccc;
  font-weight: bold;
  text-decoration: underline;
}
#user-switcher p a:hover {
  color: #fff;
}
#user-switcher p + p {
  line-height: 1;
  text-align: right;
  padding-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #353535;
  border-bottom: none;
}
#user-switcher .mini-button {
  top: 7px;
}
#user-switcher .reset-user {
  cursor: pointer;
  float: right;
  text-decoration: none;
  position: relative;
  font-weight: normal;
}
#user-switcher .reset-user i {
  position: absolute;
  left: -18px;
  top: -7px;
  margin-right: 5px;
  color: #7CB830;
}
#GlobalSearchAndShortcutsCreateMenuView {
  height: 40px;
  max-width: 1600px;
  margin: 0 auto;
}
#app-search {
  max-width: 340px;
  display: block;
  position: relative;
  float: left;
  margin-left: 15px;
}
#app-search .z-spinner {
  z-index: 999999;
  position: absolute;
  margin-left: 316px;
  margin-top: 11px;
  float: none;
  display: block !important;
  left: auto;
  right: 2px;
}
body > .ui-autocomplete {
  width: 335px;
}
#globalSearchInput {
  font-style: italic;
  color: #999 !important;
  text-indent: 10px !important;
  line-height: 26px !important;
  height: 25px;
  width: 300px;
  border: 1px solid #d5d4d4;
  border-left: none;
  margin: 7px 0 0 -3px;
  float: left;
  background: url("../images/search-bar-gradient.png") left top repeat-x;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#globalSearchInput:focus {
  outline: 0;
  color: #545454;
  font-style: normal;
  text-indent: 25px !important;
}
#globalSearchInput.overlay {
  display: block;
  position: absolute;
  z-index: 999;
  left: 42px;
}
#globalSearchInput.overlay ~ .z-spinner {
  left: 35px;
}
.autocomplete-icon-AccountsModule:before {
  content: "P";
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
}
.autocomplete-icon-ContactsModule:before {
  content: "y";
  font-weight: normal !important;
  font-size: 22px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
}
.autocomplete-icon-LeadsModule:before {
  content: ".";
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
}
.autocomplete-icon-OpportunitiesModule:before {
  content: "9";
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
}
.autocomplete-icon-TasksModule:before {
  content: "4";
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
}
.autocomplete-icon-NotesModule:before {
  content: "3";
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
}
.autocomplete-icon-MeetingsModule:before {
  content: "U";
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
}
.autocomplete-icon-UsersModule:before {
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
  content: "e";
}
.autocomplete-icon-ProjectsModule:before {
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
  content: '\02C7';
}
.autocomplete-icon-ProductsModule:before {
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
  content: '\003E';
}
.autocomplete-icon-WorkflowsModule:before {
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
  content: '\20AC';
}
.autocomplete-icon-AllResults:before {
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 8px;
  content: "k";
}
.global-search-loopa {
  padding: 0;
  margin: 7px 0 0 0;
  height: 25px;
  float: left;
  line-height: 23px;
  width: 40px;
  border: 1px solid #d5d4d4;
  border-right: none;
  background: url("../images/search-bar-loopa.png") left top no-repeat;
}
#globalSearchInput .ui-multiselect-menu {
  min-width: 225px !important;
}
.ui-multiselect {
  padding: 0;
  text-align: left;
}
.ui-multiselect span.ui-icon {
  float: right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
}
.ui-multiselect-header {
  margin-bottom: 0;
  padding: 0;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 0 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 10000;
}
.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: auto;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  padding-right: 0;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  text-decoration: none;
}
.AppContainer {
  border-top: none;
  z-index: 10;
  position: relative;
}
.HeaderView + .AppContainer {
  height: 100%;
  height: calc(100% - 50px);
}
.HeaderView {
  width: 100%;
  margin: 0 auto 0 auto;
  position: fixed;
  -webkit-transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background-color: #323232;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#464646,#323232);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#464646),color-stop(100%,#323232));
  background-image: -webkit-linear-gradient(top,#464646,#323232);
  background-image: -o-linear-gradient(top,#464646,#323232);
  background-image: -moz-linear-gradient(top,#464646,#323232);
  background-image: linear-gradient(top,#464646,#323232);
  -webkit-box-shadow: 0 0 10px 2px rgba(102,102,102,0.7);
  -moz-box-shadow: 0 0 10px 2px rgba(102,102,102,0.7);
  -ms-box-shadow: 0 0 10px 2px rgba(102,102,102,0.7);
  -o-box-shadow: 0 0 10px 2px rgba(102,102,102,0.7);
  box-shadow: 0 0 10px 2px rgba(102,102,102,0.7);
  padding-bottom: 3px;
}
.HeaderView > .container {
  height: 100%;
  background-color: #222363;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#2e3189,#222363);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2e3189),color-stop(100%,#222363));
  background-image: -webkit-linear-gradient(top,#2e3189,#222363);
  background-image: -o-linear-gradient(top,#2e3189,#222363);
  background-image: -moz-linear-gradient(top,#2e3189,#222363);
  background-image: linear-gradient(top,#2e3189,#222363);
}
.sandbox-notification {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  text-align: center;
  color: #111111;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  box-shadow: 0 0 8px 0 rgba(102,102,102,0.3);
  border-radius: 0 0 2px 2px;
  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
  background-color: #e4b600;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#ffcc00,#e4b600);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcc00),color-stop(100%,#e4b600));
  background-image: -webkit-linear-gradient(top,#ffcc00,#e4b600);
  background-image: -o-linear-gradient(top,#ffcc00,#e4b600);
  background-image: -moz-linear-gradient(top,#ffcc00,#e4b600);
  background-image: linear-gradient(top,#ffcc00,#e4b600);
  border: 1px solid rgba(70,70,70,0.7);
  border-top: none;
}
.logo-and-search {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 999;
  background-color: #222363;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#2e3189,#222363);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2e3189),color-stop(100%,#222363));
  background-image: -webkit-linear-gradient(top,#2e3189,#222363);
  background-image: -o-linear-gradient(top,#2e3189,#222363);
  background-image: -moz-linear-gradient(top,#2e3189,#222363);
  background-image: linear-gradient(top,#2e3189,#222363);
}
.user-actions {
  padding: 0 15px 0 0;
  position: relative;
  float: right;
}
.user-menu-item {
  list-style: none;
  position: relative;
}
.user-menu-item li {
  position: relative;
  overflow: visible;
}
.user-menu-item li a {
  color: #fff;
  font-weight: bold;
}
.user-menu-item li a:hover {
  color: #fff !important;
}
.user-menu-item li ul {
  z-index: 1;
  min-width: 110px;
  display: none;
  position: absolute;
  top: 37px;
  border: 1px solid #444;
  background: #252525;
  -webkit-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -ms-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -o-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  list-style: none;
}
.user-menu-item li ul li {
  line-height: 100%;
}
.user-menu-item li ul li:first-child a {
  border-top: none;
}
.user-menu-item li ul li:last-child a {
  border-bottom: none;
}
.user-menu-item li ul a {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #181818;
  color: #EFEFEF;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 6px 10px 6px 10px;
  margin: 0;
}
.user-menu-item li ul a:hover {
  color: #ffffff !important;
  background-color: #45671b !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7CB830),color-stop(100%,#45671b)) !important;
  background-image: -webkit-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -o-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -moz-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: linear-gradient(top,#7CB830,#45671b) !important;
  -webkit-text-shadow: 0px -1px 0 #385316 !important;
  -moz-text-shadow: 0px -1px 0 #385316 !important;
  -ms-text-shadow: 0px -1px 0 #385316 !important;
  -o-text-shadow: 0px -1px 0 #385316 !important;
  text-shadow: 0px -1px 0 #385316 !important;
}
.TitleBarView {
  margin-bottom: 15px;
}
.GridView {
  position: relative;
}
#ShortcutsMenu {
  position: relative;
  float: right;
  right: 3%;
  top: 7px;
}
#ShortcutsMenu ul {
  list-style: none !important;
  margin-top: -8px;
  margin-left: 0px;
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  z-index: 99999;
  min-width: 110px;
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#ShortcutsMenu ul li {
  line-height: 100%;
}
#ShortcutsMenu ul li > a {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0 2px;
}
#ShortcutsMenu ul li > a:hover {
  color: #fff !important;
}
#ShortcutsMenu ul a:hover {
  background-color: #7CB830 !important;
  color: #fff !important;
}
#ShortcutsMenu > li {
  list-style: none !important;
}
#ShortcutsMenu > li > a {
  padding: 0 10px;
  display: block;
  line-height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  color: #333333;
  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 1px 1px rgba(0,0,0,0.2);
  background-color: #c6c6c6;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#e0e0e0,#c6c6c6);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e0e0e0),color-stop(100%,#c6c6c6));
  background-image: -webkit-linear-gradient(top,#e0e0e0,#c6c6c6);
  background-image: -o-linear-gradient(top,#e0e0e0,#c6c6c6);
  background-image: -moz-linear-gradient(top,#e0e0e0,#c6c6c6);
  background-image: linear-gradient(top,#e0e0e0,#c6c6c6);
}
#ShortcutsMenu > li > a:after {
  content: "÷";
  font-weight: normal !important;
  font-size: 16px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-left: 10px;
}
#ShortcutsMenu > li > a:hover {
  color: #111 !important;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  -moz-text-shadow: 0 1px 0 #ffffff;
  -ms-text-shadow: 0 1px 0 #ffffff;
  -o-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e0e0e0;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#c6c6c6,#e0e0e0);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c6c6c6),color-stop(100%,#e0e0e0));
  background-image: -webkit-linear-gradient(top,#c6c6c6,#e0e0e0);
  background-image: -o-linear-gradient(top,#c6c6c6,#e0e0e0);
  background-image: -moz-linear-gradient(top,#c6c6c6,#e0e0e0);
  background-image: linear-gradient(top,#c6c6c6,#e0e0e0);
}
#nav-trigger {
  display: none;
  float: left;
  text-align: center;
  padding: 0;
  margin-right: 15px;
  line-height: 38px;
  height: 38px;
  width: 44px;
  font-size: 24px;
  font-weight: normal;
  font-weight: normal !important;
  font-size: 30px;
  font-family: "zurmo_gamification_symbly_rRg";
}
.AppNavigation {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  height: 100%;
  display: block;
  overflow: visible;
  width: 170px;
  float: left;
  background-color: #e3e3e3;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dcdcdc),color-stop(100%,#e3e3e3));
  background-image: -webkit-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -o-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -moz-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: linear-gradient(top,#dcdcdc,#e3e3e3);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-transform: translateZ(0);
}
.AppNavigation li {
  list-style: none;
}
.hidden-nav-item {
  display: none;
}
.toggle-hidden-nav-items {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 1px;
}
.toggle-hidden-nav-items:after {
  content: "···";
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  -webkit-text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  -ms-text-shadow: 0 1px 0 #fff;
  -o-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
}
.toggle-hidden-nav-items:hover {
  color: #333 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
@media all and (max-width: 801px) {
  body .AppNavigation {
    z-index: 99;
    width: 40px;
    -webkit-transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
    -moz-transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
    -ms-transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
    -o-transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
    transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
    -ms-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -webkit-transform: translate3d(0px,0,0);
    transform: translate(0px,0);
  }
  body .AppNavigation:hover {
    z-index: 99999;
    width: 170px;
    -webkit-box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
    -moz-box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
    -ms-box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
    -o-box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
    box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
  }
  body .AppNavigation:hover .nav > li > a > span,
  body .AppNavigation:hover #RecentlyViewedView ul > li > a > span {
    display: inline-block !important;
  }
  body .AppNavigation:hover .ui-chooser {
    width: 167px;
    padding: 8px 10px;
    text-align: left;
  }
  body .AppNavigation:hover .device {
    float: right !important;
  }
  body .AppNavigation .nav > li > a > span,
  body .AppNavigation #RecentlyViewedView ul > li > a > span {
    display: none !important;
  }
  body #RecentlyViewedView > h3 {
    display: none;
  }
  body .ui-chooser {
    width: 38px;
    padding: 8px 0;
    text-align: center;
  }
  body .device {
    float: none !important;
  }
  body .AppContent,
  body #FooterView {
    margin-left: 40px !important;
  }
  body .hideme {
    display: none !important;
  }
}
.nav-collapsed .AppNavigation {
  z-index: 99;
  width: 40px;
  -webkit-transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.1s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.nav-collapsed .AppNavigation:hover {
  z-index: 99999;
  width: 170px;
  -webkit-box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
  -moz-box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
  -ms-box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
  -o-box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
  box-shadow: 2px 0 5px 0 rgba(102,102,102,0.3);
}
.nav-collapsed .AppNavigation:hover .nav > li > a > span,
.nav-collapsed .AppNavigation:hover #RecentlyViewedView ul > li > a > span {
  display: inline-block !important;
}
.nav-collapsed .AppNavigation:hover .ui-chooser {
  width: 167px;
  padding: 8px 10px;
  text-align: left;
}
.nav-collapsed .AppNavigation:hover .device {
  float: right !important;
}
.nav-collapsed .AppNavigation .nav > li > a > span,
.nav-collapsed .AppNavigation #RecentlyViewedView ul > li > a > span {
  display: none !important;
}
.nav-collapsed #RecentlyViewedView > h3 {
  display: none;
}
.nav-collapsed .ui-chooser {
  width: 38px;
  padding: 8px 0;
  text-align: center;
}
.nav-collapsed .device {
  float: none !important;
}
.nav-collapsed .AppContent,
.nav-collapsed #FooterView {
  margin-left: 40px !important;
}
.nav-collapsed .hideme {
  display: none !important;
}
#MenuView,
#RecentlyViewedView {
  background-color: #e3e3e3;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dcdcdc),color-stop(100%,#e3e3e3));
  background-image: -webkit-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -o-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -moz-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: linear-gradient(top,#dcdcdc,#e3e3e3);
  border-top: 1px solid #F9F9FA;
  padding: 20px 5px;
}
#MenuView h3,
#RecentlyViewedView h3 {
  color: #666;
  font-size: 10px;
  margin-bottom: 20px;
  text-indent: 10px;
}
#MenuView li,
#RecentlyViewedView li {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  margin: 0 0 5px 0;
  line-height: 1;
}
#MenuView a,
#RecentlyViewedView a {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-text-shadow: rgba(255,255,255,0.8) 0px 1px;
  -moz-text-shadow: rgba(255,255,255,0.8) 0px 1px;
  -ms-text-shadow: rgba(255,255,255,0.8) 0px 1px;
  -o-text-shadow: rgba(255,255,255,0.8) 0px 1px;
  text-shadow: rgba(255,255,255,0.8) 0px 1px;
  width: 100%;
  padding: 2px;
}
#MenuView .over > a,
#MenuView .active > a,
#MenuView a:hover,
#RecentlyViewedView .over > a,
#RecentlyViewedView .active > a,
#RecentlyViewedView a:hover {
  color: #fff !important;
  background-color: #7CB830;
  -webkit-box-shadow: inset 0 0 20px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 20px 5px rgba(0,0,0,0.3);
  -ms-box-shadow: inset 0 0 20px 5px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 20px 5px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 20px 5px rgba(0,0,0,0.3);
  -webkit-text-shadow: 0px 1px 0 #537b20 !important;
  -moz-text-shadow: 0px 1px 0 #537b20 !important;
  -ms-text-shadow: 0px 1px 0 #537b20 !important;
  -o-text-shadow: 0px 1px 0 #537b20 !important;
  text-shadow: 0px 1px 0 #537b20 !important;
}
#MenuView .over > a i,
#MenuView .active > a i,
#MenuView a:hover i,
#RecentlyViewedView .over > a i,
#RecentlyViewedView .active > a i,
#RecentlyViewedView a:hover i {
  color: #1d2a0b !important;
  -webkit-text-shadow: 0px 1px 0 #a1d55f !important;
  -moz-text-shadow: 0px 1px 0 #a1d55f !important;
  -ms-text-shadow: 0px 1px 0 #a1d55f !important;
  -o-text-shadow: 0px 1px 0 #a1d55f !important;
  text-shadow: 0px 1px 0 #a1d55f !important;
}
#MenuView span,
#RecentlyViewedView span {
  display: inline-block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
  position: relative;
  top: 3px;
  left: 8px;
  padding-right: 5px;
  max-width: 80%;
}
#MenuView i,
#RecentlyViewedView i {
  font-style: normal;
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  width: 24px;
  height: 24px;
  line-height: 1;
  background: #FFF;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ffffff);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ffffff));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ffffff);
  background-image: -o-linear-gradient(top,#f5f5f5,#ffffff);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ffffff);
  background-image: linear-gradient(top,#f5f5f5,#ffffff);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  position: relative;
}
#MenuView i:before,
#RecentlyViewedView i:before {
  line-height: 1;
}
#MenuView li i:before,
#RecentlyViewedView li i:before {
  content: "z";
}
#MenuView .type-configuration   i:before,
#RecentlyViewedView .type-configuration   i:before {
  content: '\0060';
}
#MenuView .type-designer        i:before,
#RecentlyViewedView .type-designer        i:before {
  content: '\00D1';
}
#MenuView .type-import          i:before,
#RecentlyViewedView .type-import          i:before {
  content: "N";
}
#MenuView .type-groups          i:before,
#RecentlyViewedView .type-groups          i:before {
  content: '\00DB';
}
#MenuView .type-users           i:before,
#RecentlyViewedView .type-users           i:before {
  content: '\0066';
}
#MenuView .type-roles           i:before,
#RecentlyViewedView .type-roles           i:before {
  content: '\00C9';
}
#MenuView .type-workflows       i:before,
#RecentlyViewedView .type-workflows       i:before {
  content: '\20AC';
}
#MenuView .type-contactWebForms i:before,
#RecentlyViewedView .type-contactWebForms i:before {
  content: '\003C';
}
#MenuView .type-search          i:before,
#RecentlyViewedView .type-search          i:before {
  content: "k";
}
#MenuView .type-shortcuts       i:before,
#RecentlyViewedView .type-shortcuts       i:before {
  content: "Y";
}
#MenuView .type-home            i:before,
#RecentlyViewedView .type-home            i:before {
  content: "A";
}
#MenuView .type-accounts        i:before,
#RecentlyViewedView .type-accounts        i:before {
  content: "P";
}
#MenuView .type-leads           i:before,
#RecentlyViewedView .type-leads           i:before {
  content: ".";
}
#MenuView .type-contacts        i:before,
#RecentlyViewedView .type-contacts        i:before {
  content: "y";
}
#MenuView .type-opportunities   i:before,
#RecentlyViewedView .type-opportunities   i:before {
  content: "9";
}
#MenuView .type-conversations   i:before,
#RecentlyViewedView .type-conversations   i:before {
  content: "b";
}
#MenuView .type-recently-viewed i:before,
#RecentlyViewedView .type-recently-viewed i:before {
  content: "{";
}
#MenuView .type-mashableInbox   i:before,
#RecentlyViewedView .type-mashableInbox   i:before {
  content: "g";
}
#MenuView .type-marketing       i:before,
#RecentlyViewedView .type-marketing       i:before {
  content: '\2021';
}
#MenuView .type-reports         i:before,
#RecentlyViewedView .type-reports         i:before {
  content: "V";
}
#MenuView .type-images          i:before,
#RecentlyViewedView .type-images          i:before {
  content: '\0112';
}
#MenuView .type-UsersModule            i:before,
#RecentlyViewedView .type-UsersModule            i:before {
  content: "e";
}
#MenuView .type-AccountsModule         i:before,
#RecentlyViewedView .type-AccountsModule         i:before {
  content: "P";
}
#MenuView .type-ContactsModule         i:before,
#RecentlyViewedView .type-ContactsModule         i:before {
  content: "y";
}
#MenuView .type-LeadsModule            i:before,
#RecentlyViewedView .type-LeadsModule            i:before {
  content: ".";
}
#MenuView .type-TasksModule            i:before,
#RecentlyViewedView .type-TasksModule            i:before {
  content: "4";
}
#MenuView .type-MeetingsModule         i:before,
#RecentlyViewedView .type-MeetingsModule         i:before {
  content: "U";
}
#MenuView .type-iailMessagiodule       i:before,
#RecentlyViewedView .type-iailMessagiodule       i:before {
  content: "g";
}
#MenuView .type-MissionsModule         i:before,
#RecentlyViewedView .type-MissionsModule         i:before {
  content: "Q";
}
#MenuView .type-ReportsModule          i:before,
#RecentlyViewedView .type-ReportsModule          i:before {
  content: "V";
}
#MenuView .type-iailTiplatesModule     i:before,
#RecentlyViewedView .type-iailTiplatesModule     i:before {
  content: '\00B6';
}
#MenuView .type-MarketingListsModule   i:before,
#RecentlyViewedView .type-MarketingListsModule   i:before {
  content: '\0022';
}
#MenuView .type-WorkflowsModule        i:before,
#RecentlyViewedView .type-WorkflowsModule        i:before {
  content: '\20AC';
}
#MenuView .type-products               i:before,
#RecentlyViewedView .type-products               i:before {
  content: '\003E';
}
#MenuView .type-ProductsModule         i:before,
#RecentlyViewedView .type-ProductsModule         i:before {
  content: '\003E';
}
#MenuView .type-ProductTiplatesModule  i:before,
#RecentlyViewedView .type-ProductTiplatesModule  i:before {
  content: '\00AC';
}
#MenuView .type-ProductsCategoryModule i:before,
#RecentlyViewedView .type-ProductsCategoryModule i:before {
  content: '\00D7';
}
#MenuView .type-EmailTemplatesModule   i:before,
#RecentlyViewedView .type-EmailTemplatesModule   i:before {
  content: '\00B6';
}
#MenuView .type-CampaignsModule        i:before,
#RecentlyViewedView .type-CampaignsModule        i:before {
  content: '\002C';
  font-size: 26px;
}
#MenuView .type-GameRewardsModule      i:before,
#RecentlyViewedView .type-GameRewardsModule      i:before {
  content: '\2205';
  font-size: 30px;
}
#MenuView .type-projects               i:before,
#RecentlyViewedView .type-projects               i:before {
  content: '\02C7';
  font-size: 22px;
}
#MenuView .type-ProjectsModule         i:before,
#RecentlyViewedView .type-ProjectsModule         i:before {
  content: '\02C7';
  font-size: 22px;
}
#MenuView .type-ConversationsModule i,
#RecentlyViewedView .type-ConversationsModule i {
  padding-right: 3px;
}
#MenuView .type-ConversationsModule i:before,
#RecentlyViewedView .type-ConversationsModule i:before {
  content: "b";
  position: relative;
  top: 3px;
}
#MenuView .type-OpportunitiesModule i:before,
#RecentlyViewedView .type-OpportunitiesModule i:before {
  content: "9";
  position: relative;
  top: 2px;
}
#MenuView .type-NotesModule i,
#RecentlyViewedView .type-NotesModule i {
  padding-left: 4px;
}
#MenuView .type-NotesModule i:before,
#RecentlyViewedView .type-NotesModule i:before {
  content: "3";
  position: relative;
  top: 1px;
}
#MenuView .toggle-hidden-nav-items:hover,
#RecentlyViewedView .toggle-hidden-nav-items:hover {
  color: #333 !important;
}
#RecentlyViewedView {
  height: 100%;
}
#RecentlyViewedView a:hover i {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
#MenuView {
  border-bottom: 1px solid #cccccc;
  padding-top: 65px;
  padding-bottom: 0;
  background-color: #f4f4f4 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#f6f6f6,#f4f4f4) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#f4f4f4)) !important;
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f4f4f4) !important;
  background-image: -o-linear-gradient(top,#f6f6f6,#f4f4f4) !important;
  background-image: -moz-linear-gradient(top,#f6f6f6,#f4f4f4) !important;
  background-image: linear-gradient(top,#f6f6f6,#f4f4f4) !important;
}
#MenuView.hasNoHiddenItems {
  padding-bottom: 20px;
}
#MenuView.hasNoHiddenItems .toggle-hidden-nav-items {
  display: none;
}
#MenuView i {
  background: none;
  color: #999;
}
#MenuView.admin-menu .parent ul {
  display: none;
  position: absolute;
  left: 100%;
  margin-top: -28px;
  z-index: 999;
  color: #EFEFEF;
  list-style: none;
  min-width: 100px;
  white-space: nowrap;
  border: 1px solid #444;
  background: #252525;
  -webkit-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -moz-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -ms-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -o-box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  box-shadow: 0 0 10px 2px rgba(53, 53, 53, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#MenuView.admin-menu .parent ul a:hover {
  color: #ffffff !important;
  background-color: #45671b !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7CB830),color-stop(100%,#45671b)) !important;
  background-image: -webkit-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -o-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: -moz-linear-gradient(top,#7CB830,#45671b) !important;
  background-image: linear-gradient(top,#7CB830,#45671b) !important;
  -webkit-text-shadow: 0px -1px 0 #385316 !important;
  -moz-text-shadow: 0px -1px 0 #385316 !important;
  -ms-text-shadow: 0px -1px 0 #385316 !important;
  -o-text-shadow: 0px -1px 0 #385316 !important;
  text-shadow: 0px -1px 0 #385316 !important;
}
#MenuView.admin-menu .parent ul:hover,
#MenuView.admin-menu .parent ul.stayOpen,
#MenuView.admin-menu .parent ul.nav-open {
  display: block;
}
#MenuView.admin-menu .parent ul:before {
  content: "";
  border: 8px solid #252525;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: -16px;
  top: 5px;
}
#MenuView.admin-menu .parent ul li {
  line-height: 1;
  margin: 0;
}
#MenuView.admin-menu .parent ul li:first-child {
  border-top: none;
}
#MenuView.admin-menu .parent ul li:last-child {
  border-bottom: none;
}
#MenuView.admin-menu .parent ul .divider {
  border-top: 1px solid #181818;
  border-bottom: 1px solid #323232;
  margin: 5px 5px;
}
#MenuView.admin-menu .parent ul li > a {
  color: #EFEFEF;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  display: block;
  width: auto;
  padding: 6px 10px 6px 10px;
  margin: 1px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#MenuView.admin-menu .parent ul li > a span {
  width: 100%;
  left: 0;
  top: 0;
}
#MenuView.admin-menu .parent ul label {
  color: #EFEFEF;
}
#MenuView.admin-menu .parent ul i {
  display: none;
}
#mashableInbox .unread-inbox-count {
  overflow: visible;
  position: relative;
  top: -3px;
  margin-left: 4px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 9px;
  width: auto;
  padding: 2px 4px 3px 4px;
  line-height: 1;
  color: #fff !important;
  background-color: #a82d31 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#c43d53,#a82d31) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c43d53),color-stop(100%,#a82d31)) !important;
  background-image: -webkit-linear-gradient(top,#c43d53,#a82d31) !important;
  background-image: -o-linear-gradient(top,#c43d53,#a82d31) !important;
  background-image: -moz-linear-gradient(top,#c43d53,#a82d31) !important;
  background-image: linear-gradient(top,#c43d53,#a82d31) !important;
  -webkit-box-shadow: inset 0 1px 0 0 #c43d53;
  -moz-box-shadow: inset 0 1px 0 0 #c43d53;
  -ms-box-shadow: inset 0 1px 0 0 #c43d53;
  -o-box-shadow: inset 0 1px 0 0 #c43d53;
  box-shadow: inset 0 1px 0 0 #c43d53;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
#RecentlyViewedView i {
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
}
#InstallView,
#ErrorView,
.AppContent {
  *zoom: 1;
  min-height: 100%;
  padding: 65px 20px 0 20px;
  margin-left: 170px;
  background-color: #ffffff ;
  background-repeat: no-repeat ;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f6f6f6),color-stop(50%,#ffffff),to(#ffffff)) ;
  background-image: -webkit-linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-image: -ms-linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-image: -o-linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-image: -moz-linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-image: linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-attachment: fixed;
}
#InstallView:before,
#InstallView:after,
#ErrorView:before,
#ErrorView:after,
.AppContent:before,
.AppContent:after {
  content: " ";
  display: table;
}
#InstallView:after,
#ErrorView:after,
.AppContent:after {
  clear: both;
}
#InstallView .single-column,
#ErrorView .single-column,
.AppContent .single-column {
  padding-right: 0 !important;
}
#InstallView .single-column > .GridView,
#ErrorView .single-column > .GridView,
.AppContent .single-column > .GridView {
  display: block;
  width: 100% !important;
}
#InstallView .single-column .juiportlet-widget,
#InstallView .single-column .details-table,
#ErrorView .single-column .juiportlet-widget,
#ErrorView .single-column .details-table,
.AppContent .single-column .juiportlet-widget,
.AppContent .single-column .details-table {
  margin-right: 0 !important;
  *zoom: 1;
}
#InstallView .single-column .juiportlet-widget:before,
#InstallView .single-column .juiportlet-widget:after,
#InstallView .single-column .details-table:before,
#InstallView .single-column .details-table:after,
#ErrorView .single-column .juiportlet-widget:before,
#ErrorView .single-column .juiportlet-widget:after,
#ErrorView .single-column .details-table:before,
#ErrorView .single-column .details-table:after,
.AppContent .single-column .juiportlet-widget:before,
.AppContent .single-column .juiportlet-widget:after,
.AppContent .single-column .details-table:before,
.AppContent .single-column .details-table:after {
  content: " ";
  display: table;
}
#InstallView .single-column .juiportlet-widget:after,
#InstallView .single-column .details-table:after,
#ErrorView .single-column .juiportlet-widget:after,
#ErrorView .single-column .details-table:after,
.AppContent .single-column .juiportlet-widget:after,
.AppContent .single-column .details-table:after {
  clear: both;
}
#InstallView .single-column .right-side-edit-view-panel,
#ErrorView .single-column .right-side-edit-view-panel,
.AppContent .single-column .right-side-edit-view-panel {
  top: 55px;
}
#InstallView .single-column #inline-edit-form .panel,
#ErrorView .single-column #inline-edit-form .panel,
.AppContent .single-column #inline-edit-form .panel {
  width: 100%;
}
body.sandbox-mode .AppContent {
  padding-top: 85px;
}
#ErrorView {
  margin-left: 0;
  padding: 75px 15% 15px 15%;
}
#ErrorView p {
  font-size: 14px;
  line-height: 1.5;
}
#ErrorView div {
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  color: #a82d31;
}
#ErrorView #ZurmoLogo {
  margin: 0 0 15px 0;
}
#ErrorView + #credit-link {
  position: absolute;
  left: 15%;
  bottom: 10px;
}
.DynamicSearchView {
  position: relative;
  float: left;
  width: 100%;
  display: table;
}
#MashableInboxActionBarForViews > div,
#ActionBarSearchAndListView > div {
  position: relative;
}
#MashableInboxActionBarForViews > :nth-child(1),
#ActionBarSearchAndListView > :nth-child(1) {
  z-index: 10;
}
#MashableInboxActionBarForViews > :nth-child(2),
#ActionBarSearchAndListView > :nth-child(2) {
  z-index: 9;
}
#MashableInboxActionBarForViews > :nth-child(3),
#ActionBarSearchAndListView > :nth-child(3) {
  z-index: 8;
}
#MashableInboxActionBarForViews > :nth-child(4),
#ActionBarSearchAndListView > :nth-child(4) {
  z-index: 7;
}
#MashableInboxActionBarForViews > :nth-child(5),
#ActionBarSearchAndListView > :nth-child(5) {
  z-index: 6;
}
#MashableInboxActionBarForViews > :nth-child(6),
#ActionBarSearchAndListView > :nth-child(6) {
  z-index: 5;
}
#HomeDashboardView {
  float: left;
  width: 100%;
}
#HomeDashboardView .view-toolbar-container {
  position: relative;
  z-index: 10;
}
#HomeDashboardView .juiportlet-columns {
  position: relative;
  z-index: 1;
}
.float-bar {
  width: 100%;
  float: left;
  position: relative;
  height: 40px;
  display: block;
  z-index: 10;
  padding: 0 15px 0 15px;
  margin-bottom: 15px;
}
.float-bar .view-toolbar-container {
  z-index: 222222;
  position: fixed !important;
  width: auto;
  padding-bottom: 10px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff,  0 0 5px 2px rgba(153, 153, 153, 0.3);
  -moz-box-shadow: inset 0 0 0 1px #ffffff,  0 0 5px 2px rgba(153, 153, 153, 0.3);
  -ms-box-shadow: inset 0 0 0 1px #ffffff,  0 0 5px 2px rgba(153, 153, 153, 0.3);
  -o-box-shadow: inset 0 0 0 1px #ffffff,  0 0 5px 2px rgba(153, 153, 153, 0.3);
  box-shadow: inset 0 0 0 1px #ffffff,  0 0 5px 2px rgba(153, 153, 153, 0.3);
  background-color: #f5f5f5 ;
  background-repeat: no-repeat ;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#efefef),color-stop(80%,#efefef),to(#f5f5f5)) ;
  background-image: -webkit-linear-gradient(#efefef,#efefef 80%,#f5f5f5) ;
  background-image: -ms-linear-gradient(#efefef,#efefef 80%,#f5f5f5) ;
  background-image: -o-linear-gradient(#efefef,#efefef 80%,#f5f5f5) ;
  background-image: -moz-linear-gradient(#efefef,#efefef 80%,#f5f5f5) ;
  background-image: linear-gradient(#efefef,#efefef 80%,#f5f5f5) ;
}
.float-bar .view-toolbar-container.dock {
  background: none;
  position: static !important;
  transform: translateX(0);
  left: 0;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-top: 1px solid #CCC;
}
.float-bar .view-toolbar-container.dock .wizard-secondary-action-button {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.view-toolbar-container {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9999;
}
h1 + .view-toolbar-container {
  margin-top: 15px;
}
.widgets-lock {
  z-index: 0;
  position: relative;
  margin-top: -36px;
  margin-bottom: 15px;
  float: right;
}
.widgets-lock .pillbox {
  float: right;
  margin-bottom: 0 !important;
}
.juiportlet-widget-head .view-toolbar-container {
  float: right;
  width: auto;
}
.juiportlet-widget-head .view-toolbar {
  margin-bottom: 0;
}
form .view-toolbar-container,
.ActionBarForSecurityTreeListView .view-toolbar-container,
#ActionBarForDesignerModuleView .view-toolbar-container,
#LeaderboardView .view-toolbar-container,
#UsersPageView .view-toolbar-container {
  float: none;
}
.view-toolbar,
.portlet-view-toolbar {
  font-size: 11px;
  border: 1px solid #b7b7b7;
  border-top-color: #e7e7e7;
  border-left-color: #d7d7d7;
  border-right-color: #d7d7d7;
  border-radius: 4px;
  float: left;
  margin: 0 0 15px 0;
  -webkit-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  -moz-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  -ms-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  -o-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  background: url("../images/view-toolbar-gradient.png") left bottom repeat-x;
}
.view-toolbar .z-label,
.portlet-view-toolbar .z-label {
  float: none;
  padding: 0;
  display: inline;
}
.view-toolbar > a,
.view-toolbar .parent > a,
.portlet-view-toolbar > a,
.portlet-view-toolbar .parent > a {
  color: #656565;
  font-weight: bold;
  text-shadow: #fff 0 -1px 0;
  padding: 0 10px 0 10px;
  line-height: 30px;
  display: inline-block;
  border-left: 1px solid #bababa;
  position: relative;
  border-left: none;
  text-indent: 0 !important;
  vertical-align: middle;
}
.view-toolbar .parent > a:after,
.portlet-view-toolbar .parent > a:after {
  content: "÷";
  font-weight: normal !important;
  font-size: 14px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.view-toolbar ul:first-child .parent > a,
.portlet-view-toolbar ul:first-child .parent > a {
  border-left: none;
}
.view-toolbar > ul,
.view-toolbar > a,
.portlet-view-toolbar > ul,
.portlet-view-toolbar > a {
  display: inline-block;
}
.view-toolbar ul,
.portlet-view-toolbar ul {
  list-style: none;
}
.view-toolbar .parent > ul,
.portlet-view-toolbar .parent > ul {
  margin-top: 0;
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  z-index: 99999;
  min-width: 110px;
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
  left: auto;
}
.view-toolbar .parent > ul li,
.portlet-view-toolbar .parent > ul li {
  line-height: 100%;
}
.view-toolbar .parent > ul li > a,
.portlet-view-toolbar .parent > ul li > a {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0 2px;
}
.view-toolbar .parent > ul li > a:hover,
.portlet-view-toolbar .parent > ul li > a:hover {
  color: #fff !important;
}
.view-toolbar .parent > ul a:hover,
.portlet-view-toolbar .parent > ul a:hover {
  background-color: #7CB830 !important;
  color: #fff !important;
}
.view-toolbar > a:first-child,
.portlet-view-toolbar > a:first-child {
  border-left: none;
}
.view-toolbar > a:hover,
.view-toolbar > a:active,
.view-toolbar > a:hover:before,
.view-toolbar > a:active:before,
.view-toolbar > a:hover span,
.view-toolbar > a:active span,
.view-toolbar .active,
.view-toolbar .active > a span,
.view-toolbar .active > a:before,
.view-toolbar .nav > li > a:hover,
.view-toolbar .nav > li > a:active,
.portlet-view-toolbar > a:hover,
.portlet-view-toolbar > a:active,
.portlet-view-toolbar > a:hover:before,
.portlet-view-toolbar > a:active:before,
.portlet-view-toolbar > a:hover span,
.portlet-view-toolbar > a:active span,
.portlet-view-toolbar .active,
.portlet-view-toolbar .active > a span,
.portlet-view-toolbar .active > a:before,
.portlet-view-toolbar .nav > li > a:hover,
.portlet-view-toolbar .nav > li > a:active {
  color: #7CB830;
}
.view-toolbar + .view-toolbar {
  float: right;
}
.portlet-view-toolbar {
  float: right;
  margin: 0 0 0 0;
}
.portlet-view-toolbar .parent {
  position: relative;
}
.portlet-view-toolbar ul:last-child {
  border-right: 1px solid #d7d7d7;
}
#ActionBarForGroupsTreeListView .view-toolbar,
#ActionBarSearchAndListView .view-toolbar {
  margin-top: 0;
}
.view-toolbar-link {
  color: #656565;
  font-weight: bold;
  text-shadow: #fff 0 -1px 0;
  padding: 0 10px 0 10px;
  line-height: 30px;
  display: inline-block;
  border-left: 1px solid #bababa;
}
.view-toolbar-link:active {
  color: #656565;
  box-shadow: inset 0 10px 10px 4px rgba(153,153,153,0.4), 0 1px 0 0 #FFF;
}
.mini-pillbox label {
  margin-right: 10px;
  font-size: 11px !important;
  line-height: 26px !important;
}
.mini-pillbox .pills {
  display: inline-block;
  font-size: 11px;
  border: 1px solid #b7b7b7;
  border-top-color: #e7e7e7;
  border-left-color: #d7d7d7;
  border-right-color: #d7d7d7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
  background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: linear-gradient(top,#ffffff,#f5f5f5);
  -webkit-box-shadow: inset 0 -2px 0 0 rgb(255, 255, 255), 0 0 5px 2px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 -2px 0 0 rgb(255, 255, 255), 0 0 5px 2px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 -2px 0 0 rgb(255, 255, 255), 0 0 5px 2px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 -2px 0 0 rgb(255, 255, 255), 0 0 5px 2px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 -2px 0 0 rgb(255, 255, 255), 0 0 5px 2px rgba(153, 153, 153, 0.12);
}
.mini-pillbox a {
  font-weight: 700;
  position: relative;
  border-left: 1px solid #bababa;
  color: #656565;
  text-shadow: #fff 0 1px 0;
  padding: 0 6px;
  line-height: 24px;
  display: inline-block;
}
.mini-pillbox a:first-child {
  border-left: none;
}
.mini-pillbox a:active {
  color: #656565;
  box-shadow: inset 0 10px 10px 4px rgba(153,153,153,0.4), 0 1px 0 0 #FFF;
}
.mini-pillbox a:hover,
.mini-pillbox a.active {
  color: #7CB830;
}
.hasDetailsFlyout .DetailsView > div:not(.view-toolbar-container) {
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0 !important;
  margin: 0 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  line-height: 150%;
  margin: 10px 0;
}
.hasDetailsFlyout ul {
  max-width: 50%;
  padding: 10px;
  line-height: 150%;
}
#FooterView {
  float: left;
  z-index: -1;
  margin: 0 0 0 170px;
  padding: 20px 0 10px 20px;
  -webkit-transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.xhtml-validation-info,
.performance-info {
  color: #282A76;
  text-align: left;
  margin: 15px 0;
  padding-right: 15px;
  line-height: 1.4;
  font-size: 11px;
}
#credit-link {
  background: url("../images/Zurmo.png") left top no-repeat;
  line-height: 19px;
  display: inline-block;
  font-size: 11px;
}
#credit-link span {
  margin-left: 70px;
}
.ui-chooser {
  float: right;
  display: block;
  z-index: 999999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 167px;
  padding: 8px 10px;
  margin: 0 1px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 0 0 #F9F9FA;
  -moz-box-shadow: inset 0 1px 0 0 #F9F9FA;
  -ms-box-shadow: inset 0 1px 0 0 #F9F9FA;
  -o-box-shadow: inset 0 1px 0 0 #F9F9FA;
  box-shadow: inset 0 1px 0 0 #F9F9FA;
  background-color: #e3e3e3;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dcdcdc),color-stop(100%,#e3e3e3));
  background-image: -webkit-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -o-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: -moz-linear-gradient(top,#dcdcdc,#e3e3e3);
  background-image: linear-gradient(top,#dcdcdc,#e3e3e3);
}
.ui-chooser span {
  text-indent: -9999px;
  display: none;
}
.ui-chooser a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  margin: 0 5px 0 0;
  color: #656565;
  font-size: 24px;
  line-height: 22px;
  vertical-align: middle;
  padding: 0 0 0 0;
  position: relative;
}
.ui-chooser .active {
  color: #7CB830;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-text-shadow: 0 0 15px #7CB830;
  -moz-text-shadow: 0 0 15px #7CB830;
  -ms-text-shadow: 0 0 15px #7CB830;
  -o-text-shadow: 0 0 15px #7CB830;
  text-shadow: 0 0 15px #7CB830;
}
.ui-chooser .icon-mobile:after,
.ui-chooser .icon-desktop:after {
  font-weight: bold;
}
.ui-chooser .device {
  display: inline-block;
  float: right;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
#list-view {
  overflow-x: hidden;
  position: relative;
  background: #fefefe;
}
#list-view .items-wrapper {
  border: 1px solid #dfdfdf;
}
.items-wrapper {
  width: 100%;
  display: table;
  overflow-x: auto;
  background: -webkit-linear-gradient(left,#fff 30%,rgba(255,255,255,0)), -webkit-linear-gradient(left,rgba(255,255,255,0),#fff 70%) 100%, -webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,0.1),rgba(0,0,0,0)), -webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,0.1),rgba(0,0,0,0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 30px 100%, 30px 100%, 15px 100%, 15px 100%;
  background-attachment: local, local, scroll, scroll;
}
.items {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
}
.items > tbody td,
.items > thead td {
  border: 1px solid #DFDFDF;
  border-right: none;
  border-left: none;
  vertical-align: middle;
  padding: 10px 5px;
  word-wrap: break-word;
  -webkit-transform: translateZ(0);
}
.items > tbody > tr > th,
.items > thead > tr > th {
  font-weight: bold !important;
  height: 35px;
  line-height: 35px;
  background: url("../images/table-items-header.png") left top repeat-x;
  padding: 0 5px;
  white-space: nowrap;
}
.items tr:hover {
  background-color: #eeeeee;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#efefef,#eeeeee);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#eeeeee));
  background-image: -webkit-linear-gradient(top,#efefef,#eeeeee);
  background-image: -o-linear-gradient(top,#efefef,#eeeeee);
  background-image: -moz-linear-gradient(top,#efefef,#eeeeee);
  background-image: linear-gradient(top,#efefef,#eeeeee);
  background-color: transparent !important;
}
.items tr:hover .pencil {
  visibility: visible;
  color: #282A76;
}
.items > thead {
  background-color: #f4f4f4;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#f4f4f4));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: -o-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: -moz-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: linear-gradient(top,#f9f9f9,#f4f4f4);
}
.items > thead tr:hover {
  background-color: #f4f4f4;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f9f9),color-stop(100%,#f4f4f4));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: -o-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: -moz-linear-gradient(top,#f9f9f9,#f4f4f4);
  background-image: linear-gradient(top,#f9f9f9,#f4f4f4);
}
.items > tbody tr:last-child,
.items > tbody tr:last-child td {
  border-bottom: none;
}
.items > tbody tr td:first-child:not(.checkbox-column),
.items > tbody tr th:first-child:not(.checkbox-column) {
  padding-left: 10px;
}
.stacked-list {
  table-layout: fixed;
}
.stacked-list td + td {
  width: 25px;
}
.stacked-list td {
  padding-left: 0;
}
.stacked-list td div.button-column {
  display: none;
  float: right;
  margin: 5px 0 0 0;
  line-height: 100%;
}
.stacked-list td div.checkbox-column {
  float: left;
  margin: -6px 0 0 0 !important;
  width: auto;
}
.stacked-list td div.checkbox-column label {
  margin: 0 5px 0 0;
}
.stacked-list td div.checkbox-column ~ div {
  padding-left: 25px;
}
.stacked-list td > div {
  margin: 0 0 2px 0;
}
.stacked-list td > div:last-child {
  margin-bottom: 0;
}
.stacked-list td input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 2px;
  float: left;
}
.stacked-list .star-column {
  margin: -6px 15px 0 0 !important;
  float: right;
}
.stacked-list tr:first-child > div:first-child {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.juiportlet-widget-content .stacked-list {
  border: none;
}
.juiportlet-widget-content .stacked-list tr:first-child td {
  border-top: none !important;
}
.sort-link:after {
  margin-left: 10px;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.sort-link.asc:after {
  content: "↑";
}
.sort-link.desc:after {
  content: "↓";
}
tr.odd {
  background: none;
  -webkit-transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
tr.even {
  -webkit-transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.05s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.checkbox-column {
  width: 30px;
  text-align: center;
}
.checkbox-column .hasCheckBox {
  margin: -4px auto 0 auto;
}
td.checkbox-column {
  vertical-align: top !important;
}
.button-column {
  width: 35px;
  text-align: center;
  vertical-align: middle !important;
}
.pencil {
  display: block;
  margin-top: -2px;
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  visibility: hidden;
}
.star-column {
  width: 20px;
  text-align: center;
  padding: 0 !important;
}
.icon-star {
  font-weight: normal !important;
  font-size: 26px;
  font-family: "zurmo_gamification_symbly_rRg";
  color: #ccc !important;
  -webkit-text-shadow: 0 0 1px #333;
  -moz-text-shadow: 0 0 1px #333;
  -ms-text-shadow: 0 0 1px #333;
  -o-text-shadow: 0 0 1px #333;
  text-shadow: 0 0 1px #333;
  top: -1px;
  position: relative;
  line-height: 1;
}
.icon-star:hover,
.icon-star.starred {
  color: #ffef42 !important;
}
#list-view_columnStar {
  line-height: 1;
  width: 20px;
  text-align: center;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#list-view_columnStar .icon-star {
  top: 0;
  left: -2px;
}
h1 .icon-star,
.juiportlet-widget-head .icon-star {
  top: 1px;
  margin-left: 5px;
}
.juiportlet-widget .empty {
  padding: 5px 0 10px 0;
  display: block;
}
.juiportlet-widget td.empty > .empty {
  padding: 0 !important;
}
.empty {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.empty .icon-empty {
  display: block;
  line-height: 1;
  margin: 0;
}
.empty .icon-empty:before {
  margin: 0;
  font-size: 40px;
  line-height: 1;
}
td.empty {
  display: table-cell !important;
  border-top: none !important;
}
.icon-notice:before {
  content: "j";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.icon-empty:before {
  content: "z";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  margin: 0 !important;
}
.general-issue-notice {
  text-align: center;
  width: 75%;
  margin: 10px auto 15px auto !important;
  position: relative;
}
.general-issue-notice .icon-notice {
  display: block;
  line-height: 1;
}
.general-issue-notice .icon-notice:before {
  margin: 0;
  font-size: 40px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="number"],
select.multiple,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #666 !important;
  text-indent: 6px;
  line-height: 24px;
  height: 26px;
  -webkit-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -moz-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -ms-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -o-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#bfbfbf,Strength=1,Direction=270);
  width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
select.multiple:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 1px 1px #282A76;
  -moz-box-shadow: 0 0 1px 1px #282A76;
  -ms-box-shadow: 0 0 1px 1px #282A76;
  -o-box-shadow: 0 0 1px 1px #282A76;
  box-shadow: 0 0 1px 1px #282A76;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
select.multiple:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 1px 1px #282A76;
  -moz-box-shadow: 0 0 1px 1px #282A76;
  -ms-box-shadow: 0 0 1px 1px #282A76;
  -o-box-shadow: 0 0 1px 1px #282A76;
  box-shadow: 0 0 1px 1px #282A76;
}
textarea,
select.multiple {
  height: auto;
}
textarea {
  line-height: 135%;
  text-indent: 0;
  padding: 4px;
  word-break: normal;
  min-height: 60px;
}
select.multiple {
  padding: 4px 4px 4px 6px;
}
select.multiple option {
  margin-bottom: 2px;
}
select[disabled="disabled"],
input[type="text"][disabled],
input[type="password"][disabled],
textarea[disabled] {
  background: #EFEFEF;
}
input[type="button"]:hover,
input[type="button"]:hover:before,
input[type="button"]:hover:after {
  color: #7CB830;
}
.form input[type="checkbox"] {
  margin: 0 0 10px 0 !important;
  -webkit-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -moz-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -ms-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -o-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
}
.form form {
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -moz-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -ms-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -o-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  background: #ffffff;
  background-color: #F5F5F5;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#ffffff,#F5F5F5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#F5F5F5));
  background-image: -webkit-linear-gradient(top,#ffffff,#F5F5F5);
  background-image: -o-linear-gradient(top,#ffffff,#F5F5F5);
  background-image: -moz-linear-gradient(top,#ffffff,#F5F5F5);
  background-image: linear-gradient(top,#ffffff,#F5F5F5);
}
.form form thead tr th:first-child,
.form form tbody tr td:first-child {
  padding-left: 15px;
}
.row-description {
  display: inline-block;
  font-style: italic;
  font-size: 11px;
  padding: 0 0 5px 0;
}
.row-description:before {
  content: "T";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 6px;
  font-style: normal;
  position: relative;
  top: 2px;
}
.hasCheckBox + .row-description {
  margin-left: 10px;
}
.AppContent label {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.modal-view-toolbar,
.form-toolbar {
  padding-top: 13px;
  text-align: center;
  border-top: 1px solid #fff;
}
.modal-view-toolbar a,
.form-toolbar a {
  display: inline-block;
  margin: 0 10px;
}
.modal-view-toolbar .simple-link,
.form-toolbar .simple-link {
  display: inline;
}
.modal-view-toolbar .wizard-secondary-action-button,
.form-toolbar .wizard-secondary-action-button {
  margin-left: 45px;
}
.portlet-toolbar {
  float: right;
  margin-right: 10px;
  line-height: 1;
}
.portlet-toolbar .z-label {
  padding: 0 10px 0 10px;
  font-size: 11px;
}
.portlet-toolbar .icon-create:hover {
  color: #7CB830 !important;
}
.portlet-toolbar .portlet-create-button .z-label:before,
.portlet-toolbar .icon-create .z-label:before {
  content: "Y";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  font-size: 22px;
  top: -2px;
  margin: 0 5px 0 0 !important;
}
.portlet-toolbar .icon-delete:before {
  content: "—";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #7CB830;
  margin-left: 0;
}
.portlet-toolbar .icon-edit:before {
  content: "!";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #7CB830;
  margin-left: 0;
}
.juiportlet-widget-head .portlet-toolbar {
  margin-top: 7px;
}
.normal-size {
  font-size: 12px !important;
}
.portlet-toolbar a.simple-link {
  background: none !important;
}
.openingModal {
  -o-animation: growDialog 0.25s;
  -ms-animation: growDialog 0.25s;
  -moz-animation: growDialog 0.25s;
  -webkit-animation: growDialog 0.25s;
  animation: growDialog 0.25s;
}
.ui-dialog {
  min-width: 600px;
  max-width: 50%;
  overflow: visible;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #CCCCCC;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(51,51,51,0.25);
  -moz-box-shadow: 0 0 15px 0 rgba(51,51,51,0.25);
  -ms-box-shadow: 0 0 15px 0 rgba(51,51,51,0.25);
  -o-box-shadow: 0 0 15px 0 rgba(51,51,51,0.25);
  box-shadow: 0 0 15px 0 rgba(51,51,51,0.25);
}
.ui-dialog .wide.form {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  float: none;
}
.ui-dialog .wide.form form {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ui-dialog .wide.form label {
  font-size: 12px !important;
  color: #666;
  font-weight: 400 !important;
  margin-bottom: 4px;
}
.ui-dialog .ui-dialog-title {
  color: #282A76;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 15px;
  font-weight: bold;
  -webkit-text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  -moz-text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  -ms-text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  -o-text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  line-height: 40px;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  border-bottom: 1px solid #dfdfdf;
  text-indent: 15px;
  width: 100%;
  height: 100%;
  display: block;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 !important;
  margin: 0 !important;
  z-index: 11000;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px !important;
  height: 31px !important;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
  z-index: 11000;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  border: none;
  background: none;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  background: transparent url("../images/widget-close-btn.png") left top no-repeat;
  padding: 0 !important;
  margin: 0 !important;
  width: 30px !important;
  height: 31px !important;
  text-indent: -9999px;
  display: block;
  -webkit-transition: all 0.15s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.15s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.15s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.15s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.15s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: transparent url("../images/widget-close-btn.png") left top no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:active {
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
}
.big-spinner {
  margin: 15px 50%;
  display: block;
}
.ui-resizable-handle {
  z-index: 0;
}
.ui-corner-all {
  border-radius: 0;
}
.ui-widget-header {
  border: none !important;
  background: none !important;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
}
.ui-sortable {
  list-style: none;
}
.ui-sortable > .ui-state-highlight {
  min-height: 45px;
  background: #efefef;
}
label.hasCheckBox {
  display: block;
  background: url("../images/checkbox.png") left 4px no-repeat;
  width: 16px;
  height: 20px;
  padding: 0;
  margin: 0;
}
label.hasCheckBox.c_on {
  background: url("../images/checkbox.png") left -21px no-repeat;
}
label.hasCheckBox input {
  position: absolute;
  left: -9999px;
}
label.hasCheckBox.disabled {
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
label.hasCheckBox + label {
  margin-left: 8px;
  margin-top: 6px;
}
div.wide.form {
  position: relative;
  width: 100%;
  float: left;
}
div.wide.form label.hasCheckBox {
  margin-top: 0 !important;
}
.ui-multiselect-checkboxes label {
  padding-left: 25px;
  background: url("../images/checkbox.png") left 4px no-repeat;
  margin-left: 0px;
}
.ui-multiselect-checkboxes label.c_on {
  background: url("../images/checkbox.png") left -21px no-repeat;
}
.ui-multiselect-checkboxes label input {
  position: absolute;
  left: -9999px;
}
.list-item-details {
  display: inline-block;
  float: right;
  font-weight: normal;
  color: #999;
  margin-right: 5px;
  font-size: 11px;
}
.last-comment {
  font-weight: 400;
  color: #666;
  margin-left: 5px;
  font-style: italic;
}
.summary {
  display: none;
}
.list-view-items-summary-clone {
  font-size: 11px;
  float: right;
  position: absolute;
  z-index: 100;
  right: 15px;
  margin: 20px 0 0 0;
  color: #666;
  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.juiportlet-widget-head .list-view-items-summary-clone {
  position: relative;
  margin: 0;
}
.list-preloader {
  z-index: 1000;
  display: none;
  background: rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 30px 0 rgba(100,100,100,0.7);
  -moz-box-shadow: 0 0 30px 0 rgba(100,100,100,0.7);
  -ms-box-shadow: 0 0 30px 0 rgba(100,100,100,0.7);
  -o-box-shadow: 0 0 30px 0 rgba(100,100,100,0.7);
  box-shadow: 0 0 30px 0 rgba(100,100,100,0.7);
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  margin: -15px 0 0 -15px;
}
.list-preloader .z-spinner {
  width: auto;
  height: auto;
  display: block;
  margin: 4px 0 0 4px;
}
.juiportlet-widget .list-preloader {
  top: 50%;
}
.overlay-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
}
.overlay-spinner .big-spinner {
  width: auto;
  height: auto;
  display: block;
}
.loading > .list-preloader {
  display: block;
}
.cgrid-view.loading > .list-preloader {
  display: block;
}
.zero-components-view h2,
.splash-view h2 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  padding: 15px 50px 15px 30px;
}
.zero-components-view i,
.splash-view i {
  font-size: 13px;
  color: #555;
  font-weight: bold;
  display: block;
  margin-left: 30px;
}
.zero-components-view p,
.splash-view p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  font-weight: bold;
  float: left;
  width: 65%;
  margin: 45px 0 0 30px;
}
.zero-components-view a,
.splash-view a {
  margin-left: 30px;
  margin-top: 30px;
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
}
.zero-components-view a span:before,
.splash-view a span:before {
  content: "Y";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  position: relative;
  top: 1px;
  left: -5px;
  margin-right: 3px;
}
.zero-components-view .large-icon,
.splash-view .large-icon {
  width: 25%;
  text-align: center;
  margin-top: 30px;
  border-right: 1px solid #ccc;
  float: left;
}
.zero-components-view .large-icon:after,
.splash-view .large-icon:after {
  content: 'j';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .Contact .large-icon:after,
.splash-view .Contact .large-icon:after {
  content: "y";
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 50%;
}
.zero-components-view .Account .large-icon:after,
.splash-view .Account .large-icon:after {
  content: "P";
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 65%;
}
.zero-components-view .Lead .large-icon:after,
.splash-view .Lead .large-icon:after {
  content: ".";
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 65%;
}
.zero-components-view .Opportunity .large-icon:after,
.splash-view .Opportunity .large-icon:after {
  content: "9";
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 80%;
}
.zero-components-view .Conversation .large-icon:after,
.splash-view .Conversation .large-icon:after {
  content: "b";
  font-weight: normal !important;
  font-size: 230px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 90%;
}
.zero-components-view .Mission .large-icon:after,
.splash-view .Mission .large-icon:after {
  content: "Q";
  font-weight: normal !important;
  font-size: 230px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 80%;
}
.zero-components-view .EmailMessage .large-icon:after,
.splash-view .EmailMessage .large-icon:after {
  content: "g";
  font-weight: normal !important;
  font-size: 325px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .EmailTemplate .large-icon:after,
.splash-view .EmailTemplate .large-icon:after {
  content: '\00B6';
  font-weight: normal !important;
  font-size: 325px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .MarketingList .large-icon:after,
.splash-view .MarketingList .large-icon:after {
  content: '\0022';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .Campaign .large-icon:after,
.splash-view .Campaign .large-icon:after {
  content: '\002C';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .Product .large-icon:after,
.splash-view .Product .large-icon:after {
  content: '\003E';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .ProductTemplate .large-icon:after,
.splash-view .ProductTemplate .large-icon:after {
  content: '\00AC';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .ProductCategory .large-icon:after,
.splash-view .ProductCategory .large-icon:after {
  content: '\00D7';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .ContactWebForm .large-icon:after,
.splash-view .ContactWebForm .large-icon:after {
  content: '\003C';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .GameReward .large-icon:after,
.splash-view .GameReward .large-icon:after {
  content: '\2205';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
.zero-components-view .Task .large-icon:after,
.splash-view .Task .large-icon:after {
  content: '4';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 62%;
}
.zero-components-view .Project .large-icon:after,
.splash-view .Project .large-icon:after {
  content: '\02C7';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 65%;
}
.zero-components-view .QueueModel .large-icon:after,
.splash-view .QueueModel .large-icon:after {
  content: '\00EF';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 52%;
}
#NoUserEmailConfigurationYetView .z-label {
  z-index: auto;
}
.ZurmoSearchView {
  padding: 0;
  -webkit-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -moz-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -ms-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -o-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  float: left;
  width: 100%;
}
#search-form {
  padding: 0 10px 15px 10px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  position: relative;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -moz-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -ms-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  -o-box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  box-shadow: 0 0 20px 5px rgba(153,153,153,0.12);
  font-size: 11px;
  float: left;
  width: 100%;
  *zoom: 1;
}
#search-form:before,
#search-form:after {
  content: " ";
  display: table;
}
#search-form:after {
  clear: both;
}
#search-form .form-toolbar,
#search-form .z-button {
  font-size: 12px;
}
#search-form table {
  border-bottom: none;
  width: 100%;
}
#search-form .filters-bar {
  width: auto;
  top: 20px;
}
#search-form .filters-bar > div {
  float: left;
  padding-left: 15px;
}
.SecuredListView {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#MashableInboxListView,
#NotificationsForUserListView {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.filters-bar {
  font-size: 11px;
  padding-left: 8px;
  border-bottom: 1px solid #DFDFDF;
  width: 100%;
  min-height: 40px;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  position: relative;
  border: none;
  float: left;
  position: absolute;
  z-index: 51;
  left: 250px;
  top: 7px;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.filters-bar label {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 11px !important;
  padding: 3px;
  margin: 0 3px;
  white-space: nowrap;
}
.filters-bar label:hover {
  color: #FFF;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  border: none;
  background-color: #282A76 !important;
}
.filters-bar input[type="radio"],
.filters-bar input[type="checkbox"] {
  visibility: hidden;
  display: none;
}
.filters-bar .ui-state-active {
  color: #FFF;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  border: none;
  background-color: #282A76 !important;
}
.filters-bar .ui-button-text {
  padding: 0;
  margin: 0;
}
.filters-bar > .ui-buttonset {
  padding-top: 14px;
}
.filters-bar > div + div {
  display: inline-block;
  margin-left: 15px;
}
.filters-bar .ui-state-active,
.filters-bar label:hover {
  background-color: #282A76;
}
.cgrid-view {
  position: relative;
}
.juiportlet-widget-content {
  width: 100%;
  height: 100%;
  display: block;
}
.juiportlet-widget-content .cgrid-view {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  overflow-x: hidden;
}
.search-view-0 {
  margin: 15px 0 0 0;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  z-index: 50;
}
.search-view-0 table {
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  border: none;
}
.search-view-0 th {
  display: none;
  width: 0;
}
.search-view-0 .global-search-loopa {
  position: relative;
  top: 0;
  margin-top: 0;
  float: left;
}
.search-view-0 input[type="text"] {
  position: relative;
  left: -1px;
  width: 179px;
  float: right;
  margin: 0 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-style: italic;
  color: #999;
  text-indent: 10px;
  line-height: 25px;
  height: 25px !important;
  border: 1px solid #d5d4d4;
  border-left: none;
  background: url("../images/search-bar-gradient.png") left top repeat-x;
}
.search-view-0 input[type="text"]:focus {
  outline: none !important;
  box-shadow: none !important;
}
.search-form-tools {
  color: #282A76;
  position: absolute;
  z-index: 100;
  top: 16px;
  left: 265px;
  line-height: 25px;
  font-size: 11px;
}
.search-form-tools input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-indent: 0;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  *zoom: 1;
  -webkit-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
  border-top: 1px solid rgba(149,208,75,0.8);
  border-left: 1px solid rgba(124,184,48,0.8);
  border-right: 1px solid rgba(124,184,48,0.8);
  border-bottom: 1px solid rgba(97,144,37,0.8);
}
.search-form-tools input[type="submit"]:before,
.search-form-tools input[type="submit"]:after {
  content: " ";
  display: table;
}
.search-form-tools input[type="submit"]:after {
  clear: both;
}
.search-form-tools input[type="submit"]:hover {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
}
.search-form-tools input[type="submit"].disabled {
  pointer-events: none;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-filter: grayscale(85%);
  -moz-filter: grayscale(85%);
  -ms-filter: grayscale(85%);
  -o-filter: grayscale(85%);
  filter: grayscale(85%);
  filter: gray;
}
.search-form-tools > a {
  margin-right: 25px;
}
#more-search-linkmodal,
#more-search-link {
  margin-left: 0;
}
#more-search-linkmodal,
#more-search-link,
#kanban-board-options-link,
#select-list-attributes-link {
  color: #282A76;
}
#more-search-linkmodal:after,
#more-search-link:after,
#kanban-board-options-link:after,
#select-list-attributes-link:after {
  content: "÷";
  font-weight: normal !important;
  font-size: 14px;
  font-family: "zurmo_gamification_symbly_rRg";
  position: relative;
  top: 1px;
  margin-left: 5px;
}
#more-search-linkmodal:hover,
#more-search-link:hover,
#kanban-board-options-link:hover,
#select-list-attributes-link:hover {
  color: #7CB830;
}
#mixed-models-form-search {
  margin-left: 15px;
  color: #fff;
}
#ModalView .list-view-items-summary-clone {
  margin: 10px 10px 0 0;
}
#ModalView .SearchView {
  position: relative;
  z-index: 5;
}
#ModalView .search-view-0 {
  margin: 5px 0 0 10px !important;
  width: 220px;
  float: left;
  z-index: 10000;
}
#ModalView .search-view-1 {
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  white-space: nowrap;
  z-index: 10000;
  min-width: 400px;
  max-width: 75%;
  height: auto;
  position: absolute;
  left: 250px;
  top: 35px;
  padding: 20px 20px 20px 20px;
  font-size: 11px;
}
#ModalView .search-view-1 input {
  position: relative;
  z-index: 5000;
}
#ModalView .search-view-1 td {
  padding-bottom: 15px;
}
#ModalView .search-view-1 th {
  width: 25%;
}
#ModalView .search-view-1 label {
  padding-top: 0;
}
#ModalView .items {
  border: none;
}
#ModalView .items thead tr:first-child th {
  border-top: none;
}
#clear-search-linkmodal {
  margin-left: 10px;
  color: #fff;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  background: #282A76;
}
.kanban-board-options-view,
.select-list-attributes-view,
.search-view-1 {
  margin-top: 15px;
  z-index: 100;
  min-width: 400px;
  height: auto;
  float: left;
  width: 100%;
}
.kanban-board-options-view #cancel-advanced-search,
.select-list-attributes-view #cancel-advanced-search,
.search-view-1 #cancel-advanced-search {
  color: #656565;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
.kanban-board-options-view #cancel-advanced-search .z-label,
.select-list-attributes-view #cancel-advanced-search .z-label,
.search-view-1 #cancel-advanced-search .z-label {
  background: url("../images/view-toolbar-gradient.png") left bottom repeat-x !important;
}
.kanban-board-options-view .view-toolbar-container,
.select-list-attributes-view .view-toolbar-container,
.search-view-1 .view-toolbar-container {
  border-top: 1px solid #CCCCCC;
  z-index: 1;
}
.kanban-board-options-view > div,
.select-list-attributes-view > div,
.search-view-1 > div {
  display: block;
}
.kanban-board-options-view .view-toolbar-container,
.select-list-attributes-view .view-toolbar-container,
.search-view-1 .view-toolbar-container {
  display: inline-block;
}
.select-list-attributes-view label,
.search-view-1 label {
  padding-top: 7px;
  padding-right: 10px;
  width: 100%;
  display: block;
  text-align: left;
}
.select-list-attributes-view table {
  border-bottom: none;
}
.select-list-attributes-view td {
  padding-left: 0 !important;
}
.select-list-attributes-view .attributesContainer:after {
  display: none !important;
}
.select-list-attributes-view .multiselect-nav-updown {
  display: block;
  position: absolute;
  right: -75px;
  float: right;
  padding: 0 15px;
  width: 75px;
  height: 75px;
  text-align: center;
  left: auto;
}
#clear-search-link {
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
  font-size: 11px;
  background-color: #282A76 !important;
}
#clear-search-link .icon-clear {
  font-weight: normal !important;
  font-size: 16px;
  font-family: "zurmo_gamification_symbly_rRg";
}
.mp-divider {
  padding: 0 2px;
}
#show-dynamic-search-structure-div-search-form {
  display: inline-block;
  width: 100%;
}
.search-view-1 > .hasDropDown {
  margin-bottom: 8px;
}
.dynamic-search-row {
  float: left;
  width: 100%;
  display: block;
  margin: 8px 0;
}
.dynamic-search-row > div {
  float: left;
  width: 100%;
}
.dynamic-search-row > div > span:first-child + div {
  margin-right: 0 !important;
  width: 45%;
  float: left;
}
.dynamic-search-row > div .criteria-value-container {
  margin-right: 30px !important;
  width: 45%;
  float: right;
}
.dynamic-search-row > div .has-model-select {
  float: left;
  width: 100%;
}
.dynamic-search-row label.hasCheckBox {
  margin-left: 0 !important;
}
.dynamic-search-row .remove-extra-dynamic-search-row-link {
  float: right;
  margin: 4px 0 0 -30px !important;
  position: relative;
  display: block;
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  color: #a7a7a7 !important;
}
.dynamic-search-row .remove-extra-dynamic-search-row-link:hover {
  color: #282A76 !important;
}
.dynamic-search-row .dynamic-search-row-number-label {
  float: left;
  line-height: 26px;
  margin-right: 15px;
  font-weight: bold;
  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.add-fields-container,
.search-save-container {
  float: left;
  display: inline-block;
  margin: 8px 3px 10px 0;
}
.dynamic-search-row + .add-fields-container,
.dynamic-search-row + .add-fields-container + .search-save-container {
  margin: 8px 3px 10px 0;
}
.add-fields-container a {
  margin-left: 23px;
  position: relative;
}
.add-fields-container a:hover,
.add-fields-container a:hover .z-label {
  background: none !important;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
  color: #282A76 !important;
}
.add-fields-container .z-spinner {
  display: block !important;
  margin-top: -5px;
  margin-left: -20px;
}
.add-fields-container .z-label {
  font-weight: normal;
  padding: 0;
  line-height: 1;
  float: none;
  background: none;
  color: #282A76;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
#show-dynamic-search-structure-wrapper-search-form {
  display: block;
  width: 100%;
  float: left;
}
#show-dynamic-search-structure-div-link-search-form {
  display: block;
  margin-bottom: 15px;
  margin-left: 23px;
}
#save-search-area {
  width: 45%;
  margin-top: 5px;
  border-top: none;
}
#save-search-area input,
#save-search-area a {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 15px;
}
#save-search-area input {
  width: 50%;
  margin-left: 5px;
}
#save-search-area #removeSavedSearch {
  line-height: 26px;
  float: left;
  margin-left: 20px;
}
#save-search-area #removeSavedSearch .icon:after {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
#save-search-area #save-advanced-search {
  margin: 0;
}
#show-dynamic-search-structure-div-search-form input {
  text-indent: 40px;
}
#show-dynamic-search-structure-div-search-form span {
  width: auto;
  padding: 0 12px;
  font-weight: bold;
}
.ui-multiselect-menu {
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  white-space: nowrap;
  padding: 10px !important;
  overflow: hidden;
  min-width: 150px;
}
.ui-multiselect-menu label {
  padding-top: 0;
}
.ui-multiselect-menu input[type="checkbox"] {
  margin: 0 10px 0 0 !important;
}
.ui-multiselect-menu li {
  list-style: none;
  line-height: 25px;
  display: block;
}
.double-column .panel {
  float: left;
  width: 100% !important;
}
.double-column .panel table {
  width: 100% !important;
}
.double-column .right-side-edit-view-panel {
  margin-bottom: 15px;
  position: relative !important;
  float: left !important;
}
.double-column .right-side-edit-view-panel .buffer {
  padding-left: 5px;
}
.double-column .col-0,
.double-column .col-2 {
  width: 15% !important;
}
.double-column .col-1,
.double-column .col-3 {
  width: 35% !important;
}
.wide.form .col-0 {
  width: 30%;
}
.wide.form .col-1 {
  width: 70%;
}
.attributesContainer {
  padding-bottom: 15px;
  *zoom: 1;
}
.attributesContainer:before,
.attributesContainer:after {
  content: " ";
  display: table;
}
.attributesContainer:after {
  clear: both;
}
.left-column {
  padding: 15px 15px 15px 15px;
  float: left;
  width: 70%;
}
.left-column.full-width {
  width: 100%;
  float: none;
}
.left-column.full-width +.right-column {
  display: none;
}
.left-column .left-column {
  padding: 0 15px 0 0;
}
.left-column .right-column {
  padding: 0 0 15px 0;
}
.right-column {
  float: right;
  width: 30%;
  padding: 15px 15px 15px 15px;
}
.strong-right {
  position: relative;
}
.strong-right > .left-column {
  width: 30%;
  z-index: 100;
  position: relative;
}
.strong-right > .right-column {
  width: 70%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
#modal-edit-form,
#edit-form,
#delete-form,
#select-account-form,
#account-skip-form {
  *zoom: 1;
  position: relative;
}
#modal-edit-form:before,
#modal-edit-form:after,
#edit-form:before,
#edit-form:after,
#delete-form:before,
#delete-form:after,
#select-account-form:before,
#select-account-form:after,
#account-skip-form:before,
#account-skip-form:after {
  content: " ";
  display: table;
}
#modal-edit-form:after,
#edit-form:after,
#delete-form:after,
#select-account-form:after,
#account-skip-form:after {
  clear: both;
}
#modal-edit-form .panel table,
#edit-form .panel table,
#delete-form .panel table,
#select-account-form .panel table,
#account-skip-form .panel table {
  width: 100% !important;
}
#modal-edit-form h3,
#edit-form h3,
#delete-form h3,
#select-account-form h3,
#account-skip-form h3 {
  margin: 0 0 15px 0;
}
#modal-edit-form .panelTitle,
#edit-form .panelTitle,
#delete-form .panelTitle,
#select-account-form .panelTitle,
#account-skip-form .panelTitle {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 12px;
  display: block;
}
#modal-edit-form .view-toolbar-container,
#edit-form .view-toolbar-container,
#delete-form .view-toolbar-container,
#select-account-form .view-toolbar-container,
#account-skip-form .view-toolbar-container {
  border-top: 1px solid #CCCCCC;
}
#modal-edit-form .hasCheckBox,
#edit-form .hasCheckBox,
#delete-form .hasCheckBox,
#select-account-form .hasCheckBox,
#account-skip-form .hasCheckBox {
  display: block;
}
#modal-edit-form .hasCheckBox input[type="checkbox"],
#edit-form .hasCheckBox input[type="checkbox"],
#delete-form .hasCheckBox input[type="checkbox"],
#select-account-form .hasCheckBox input[type="checkbox"],
#account-skip-form .hasCheckBox input[type="checkbox"] {
  margin-bottom: 0 !important;
}
.form-fields {
  width: 100%;
  border-bottom: none;
  table-layout: fixed;
}
.form-fields th {
  vertical-align: top;
}
.form-fields th label {
  line-height: 26px;
}
.form-fields td {
  vertical-align: top;
  position: relative;
}
.form-fields td table {
  width: 100%;
}
.form-fields td {
  padding-bottom: 15px;
}
#modal-edit-form {
  padding: 15px 15px 12px 15px;
}
.more-panels-link {
  color: #282A76;
  font-size: 11px;
  position: relative;
  left: 0;
}
.ui-overlay-block {
  z-index: 250000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff ;
  background-repeat: no-repeat ;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f6f6f6),color-stop(50%,#ffffff),to(#ffffff)) ;
  background-image: -webkit-linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-image: -ms-linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-image: -o-linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-image: -moz-linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  background-image: linear-gradient(#f6f6f6,#ffffff 50%,#ffffff) ;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  display: none;
}
.ui-overlay-block .big-spinner {
  position: relative;
  top: 30%;
  left: 50%;
  margin: 0 0 0 -34px;
}
.address-fields div:last-child {
  padding-bottom: 0;
}
.address-fields .overlay-label-field {
  padding-bottom: 15px;
}
.radio-input {
  clear: left;
  float: left;
  margin-bottom: 5px;
}
.radio-input input {
  float: left;
  margin-top: 1px !important;
}
.radio-input label {
  margin-left: 10px;
}
.right-side-edit-view-panel {
  padding: 8px 10px;
  background: #F4F4F4;
  width: 100%;
  *zoom: 1;
}
.right-side-edit-view-panel:before,
.right-side-edit-view-panel:after {
  content: " ";
  display: table;
}
.right-side-edit-view-panel:after {
  clear: both;
}
.right-side-edit-view-panel p {
  line-height: 140%;
}
.right-side-edit-view-panel h3 {
  margin: 0 0 10px 0 !important;
}
.right-side-edit-view-panel label {
  width: 100%;
  display: block;
  line-height: 100%;
  padding-top: 0;
  margin-bottom: 5px;
}
.right-side-edit-view-panel #owner-box {
  margin-bottom: 15px;
  position: relative;
}
.right-side-edit-view-panel #owner-box label,
.right-side-edit-view-panel #owner-box+label {
  font-size: 12px;
  font-weight: 600;
}
.right-side-edit-view-panel #owner-box input {
  position: relative;
  z-index: 0;
}
.right-side-edit-view-panel .ui-autocomplete {
  width: auto;
}
.right-side-edit-view-panel input[type="text"] {
  margin-bottom: 4px;
}
.right-side-edit-view-panel #owner-box + label {
  margin-bottom: 15px;
}
.right-side-edit-view-panel .radio-input {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  display: block;
}
.right-side-edit-view-panel .radio-input label {
  width: auto;
  float: left;
  vertical-align: middle;
}
.right-side-edit-view-panel .radio-input input[type="radio"] {
  float: left;
  margin: 0 8px 0 10px;
  vertical-align: middle;
}
.right-side-edit-view-panel .radio-input .hasDropDown {
  padding-left: 40px;
}
.right-side-edit-view-panel input[type="text"] {
  margin-top: 6px;
}
.right-side-edit-view-panel .buttons-bar {
  margin-top: 15px;
  text-align: center;
}
.has-date-select,
.has-model-select,
.has-color-picker,
.has-unit-input {
  position: relative;
}
.has-date-select input,
.has-model-select input,
.has-color-picker input,
.has-unit-input input {
  width: 100%;
}
.clear-select {
  float: left;
  margin-top: -22px;
  margin-left: 3px;
  display: inline;
}
.has-model-select {
  clear: left;
  padding: 0 !important;
}
.has-model-select input {
  margin: 0 !important;
}
.has-model-select a {
  background: url("../images/dropdown-general.png") left top no-repeat;
  width: 28px;
  height: 24px;
  display: block;
  float: right;
  z-index: 5000;
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.has-model-select a:hover:before {
  color: #525252 !important;
}
.has-model-select a .model-select-icon {
  width: 100%;
  height: 100%;
  line-height: 24px;
  display: block;
  text-align: center;
  vertical-align: center;
}
.has-model-select a .model-select-icon:before {
  content: "Y";
  font-weight: normal !important;
  font-size: 26px;
  font-family: "zurmo_gamification_symbly_rRg";
  color: #8b8b8b;
  text-align: center;
}
.has-model-select .z-spinner {
  z-index: 999999;
  position: absolute;
  top: 3px;
  left: 5px;
  display: block !important;
}
.has-model-select + .simple-link {
  display: block;
  margin-top: 5px;
}
.has-date-select {
  clear: left;
  padding: 0 !important;
}
.has-date-select input {
  margin: 0 !important;
}
.has-date-select button {
  background: url("../images/dropdown-general.png") left top no-repeat;
  width: 28px;
  height: 24px;
  display: block;
  float: right;
  z-index: 1;
  position: absolute;
  right: 1px;
  bottom: 1px;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10005;
}
.has-date-select button:hover:before {
  color: #525252 !important;
}
.has-date-select button span {
  width: 100%;
  height: 100%;
  line-height: 24px;
  display: block;
  text-align: center;
  vertical-align: center;
}
.has-date-select button span:before {
  content: "U";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  color: #8b8b8b;
  text-align: center;
  vertical-align: bottom;
}
.has-color-picker > span {
  background: url("../images/dropdown-general.png") left top no-repeat;
  width: 28px;
  height: 24px;
  display: block;
  float: right;
  z-index: 5000;
  position: absolute;
  right: 1px;
  bottom: 1px;
  cursor: pointer;
  pointer-events: none;
}
.has-color-picker > span i {
  width: 100%;
  height: 100%;
  line-height: 24px;
  display: block;
  text-align: center;
  vertical-align: center;
  font-size: 26px;
  top: 0;
}
.has-color-picker:hover i {
  color: #525252 !important;
}
.has-color-picker .iris-picker {
  z-index: 99999;
  position: absolute;
}
.has-unit-input > span {
  background: url("../images/dropdown-general.png") left top no-repeat;
  width: 28px;
  height: 24px;
  display: block;
  float: right;
  z-index: 5000;
  position: absolute;
  right: 1px;
  bottom: 1px;
  cursor: pointer;
  pointer-events: none;
}
.has-unit-input > span i {
  width: 100%;
  height: 100%;
  line-height: 24px;
  display: block;
  text-align: center;
  vertical-align: center;
  font-size: 12px;
  font-weight: bold;
  top: 0;
  font-family: inherit;
}
.has-unit-input:hover i {
  color: #525252 !important;
}
.has-unit-input .icon-pixel:after {
  content: "px";
}
.has-unit-input .icon-percentage:after {
  content: "%";
}
.beforeOptOutCheckBox {
  float: left;
  width: 100%;
}
.beforeOptOutCheckBox div {
  margin-right: 80px !important;
  width: auto;
}
.beforeOptOutCheckBox + div {
  float: right;
  margin: 0 0 0 -80px !important;
  position: relative;
  padding-left: 10px;
  width: 80px;
}
.beforeToolTip {
  float: left;
  width: 100%;
}
.beforeToolTip textarea {
  margin-right: 30px !important;
  width: auto;
  float: none;
  width: 95%;
}
.beforeToolTip .hasDropDown {
  margin-right: 30px;
  width: auto;
}
.beforeToolTip + .tooltip {
  float: right;
  margin: 7px 0 0 -30px !important;
  position: relative;
}
.SecuredPortletFrameView .juiportlet-widget-head h3 {
  margin-left: 15px;
  font-size: 15px;
}
.ConfigurableMetadataView .juiportlet-widget-head {
  cursor: default;
}
.juiportlet-widget-content .details-table {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.juiportlet-widget-content .details-table .col-0 {
  width: 30%;
}
.juiportlet-widget-content .details-table .double-column .col-0,
.juiportlet-widget-content .details-table .double-column .col-2 {
  width: 22% !important;
}
.juiportlet-widget-content .details-table .double-column .col-1,
.juiportlet-widget-content .details-table .double-column .col-3 {
  width: 28% !important;
}
.details-table {
  position: relative;
  margin: 0px !important;
}
.details-table table {
  margin: 0 0 10px 0;
}
.details-table td,
.details-table th {
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}
.details-table th {
  vertical-align: top;
  color: #999;
  padding-left: 15px;
  text-align: right;
}
.details-table td {
  vertical-align: top;
  color: #545454;
  word-wrap: break-word;
  word-break: break-all;
}
.details-table td + th {
  padding-left: 15px !important;
}
.details-table p {
  width: 100%;
}
.details-table .panelTitle {
  padding-top: 0;
  padding-left: 10px;
}
.details-table .map-link {
  display: inline-block;
  margin-left: 4px;
  position: relative;
  padding-left: 16px;
}
.details-table .map-link:before {
  content: "K";
  font-weight: normal !important;
  font-size: 26px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}
.details-table .hasCheckBox {
  margin-top: 0;
  margin-left: 0;
}
.details-table h1 + .toolbar-mbmenu {
  top: 6px;
  right: 0px;
  position: absolute;
}
.details-table h1 + .toolbar-mbmenu .parent > ul {
  top: 27px;
}
#AccountContactAffiliationEditAndDetailsView .wrapper,
#AccountAccountAffiliationEditAndDetailsView .wrapper {
  position: relative;
}
#AccountContactAffiliationEditAndDetailsView .toolbar-mbmenu,
#AccountAccountAffiliationEditAndDetailsView .toolbar-mbmenu {
  top: 6px;
  right: 0px;
  position: absolute;
}
.DetailsView .col-0 {
  width: 20%;
}
.after-form-details-content {
  color: #545454 !important;
  float: none;
  clear: left;
  width: 100%;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  padding: 0 10px 10px 10px;
}
.mapcanvas {
  width: 600px;
  height: 400px;
}
.OpenTasksRelatedListView .button-column,
.OpenTasksRelatedListView .checkbox-column {
  height: auto !important;
}
.wrapper {
  float: left;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  background-color: #f5f5f5 ;
  background-repeat: no-repeat ;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),color-stop(80%,#f5f5f5),to(#f5f5f5)) ;
  background-image: -webkit-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -ms-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -o-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -moz-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
}
.wrapper,
.TitleBarAndDetailsView > div:not(.view-toolbar-container),
.ProgressView           > div:not(.view-toolbar-container),
#MetadataViewEditView   > div:not(.view-toolbar-container),
.TableOfContentsView    > div:not(.view-toolbar-container),
.DetailsView            > div:not(.view-toolbar-container),
.EditAndDetailsView     > div:not(.view-toolbar-container),
.CheckServicesView      > div:not(.MetadataView) {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  background-color: #f5f5f5 ;
  background-repeat: no-repeat ;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),color-stop(80%,#f5f5f5),to(#f5f5f5)) ;
  background-image: -webkit-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -ms-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -o-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -moz-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
}
.wrapper .form form,
.TitleBarAndDetailsView > div:not(.view-toolbar-container) .form form,
.ProgressView           > div:not(.view-toolbar-container) .form form,
#MetadataViewEditView   > div:not(.view-toolbar-container) .form form,
.TableOfContentsView    > div:not(.view-toolbar-container) .form form,
.DetailsView            > div:not(.view-toolbar-container) .form form,
.EditAndDetailsView     > div:not(.view-toolbar-container) .form form,
.CheckServicesView      > div:not(.MetadataView) .form form {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.wrapper h1,
.TitleBarAndDetailsView > div:not(.view-toolbar-container) h1,
.ProgressView           > div:not(.view-toolbar-container) h1,
#MetadataViewEditView   > div:not(.view-toolbar-container) h1,
.TableOfContentsView    > div:not(.view-toolbar-container) h1,
.DetailsView            > div:not(.view-toolbar-container) h1,
.EditAndDetailsView     > div:not(.view-toolbar-container) h1,
.CheckServicesView      > div:not(.MetadataView) h1 {
  text-indent: 15px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.wrapper input[type="checkbox"] + label,
.TitleBarAndDetailsView > div:not(.view-toolbar-container) input[type="checkbox"] + label,
.ProgressView           > div:not(.view-toolbar-container) input[type="checkbox"] + label,
#MetadataViewEditView   > div:not(.view-toolbar-container) input[type="checkbox"] + label,
.TableOfContentsView    > div:not(.view-toolbar-container) input[type="checkbox"] + label,
.DetailsView            > div:not(.view-toolbar-container) input[type="checkbox"] + label,
.EditAndDetailsView     > div:not(.view-toolbar-container) input[type="checkbox"] + label,
.CheckServicesView      > div:not(.MetadataView) input[type="checkbox"] + label {
  width: 60px;
  margin-top: 0;
}
.wrapper td + th,
.TitleBarAndDetailsView > div:not(.view-toolbar-container) td + th,
.ProgressView           > div:not(.view-toolbar-container) td + th,
#MetadataViewEditView   > div:not(.view-toolbar-container) td + th,
.TableOfContentsView    > div:not(.view-toolbar-container) td + th,
.DetailsView            > div:not(.view-toolbar-container) td + th,
.EditAndDetailsView     > div:not(.view-toolbar-container) td + th,
.CheckServicesView      > div:not(.MetadataView) td + th {
  padding-left: 30px;
}
.SecuredEditAndDetailsView,
#AccountEditAndDetailsView {
  position: relative;
}
.toolbar-mbmenu {
  margin: 0 10px 0 0 !important;
  float: right;
  width: auto;
}
.toolbar-mbmenu .view-toolbar {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
}
.toolbar-mbmenu ul {
  list-style: none;
}
.toolbar-mbmenu .options-menu > li > a {
  -webkit-transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.28s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
  text-align: center;
  border-top: 1px solid rgba(200,200,200,0.4);
  border-left: 1px solid rgba(185,185,185,0.4) !important;
  border-right: 1px solid rgba(185,185,185,0.4);
  border-bottom: 1px solid rgba(170,170,170,0.4);
  line-height: 1;
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666;
  -webkit-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -moz-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -ms-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -o-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#f5f5f5));
  background-image: -webkit-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -o-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -moz-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: linear-gradient(top,#fefefe,#f5f5f5);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 4px 0 rgba(153, 153, 153, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 4px 0 rgba(153, 153, 153, 0.15);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 4px 0 rgba(153, 153, 153, 0.15);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 4px 0 rgba(153, 153, 153, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 4px 0 rgba(153, 153, 153, 0.15);
}
.toolbar-mbmenu .options-menu > li > a span {
  line-height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
}
.toolbar-mbmenu .options-menu > li > a:hover {
  color: #7CB830 !important;
  background-color: #fefefe !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#fefefe)) !important;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -o-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -moz-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: linear-gradient(top,#f5f5f5,#fefefe) !important;
  -webkit-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -moz-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -ms-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -o-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 rgba(50, 50, 50, 0.3);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 rgba(50, 50, 50, 0.3);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 rgba(50, 50, 50, 0.3);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 8px 0 rgba(50, 50, 50, 0.3);
}
.toolbar-mbmenu .options-menu > li > a:after {
  content: "÷";
  font-weight: normal !important;
  font-size: 14px;
  font-family: "zurmo_gamification_symbly_rRg";
  top: 0;
  margin-left: 5px;
}
.toolbar-mbmenu .options-menu ul {
  white-space: nowrap;
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
  font-weight: normal !important;
  right: 0;
  z-index: 9999;
}
.toolbar-mbmenu .options-menu ul a {
  text-indent: 0;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0 2px;
  line-height: normal;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
.toolbar-mbmenu .options-menu ul a:hover {
  background-color: #7CB830 !important;
  color: #fff !important;
}
.AttributeDetailsView .toolbar-mbmenu {
  top: 8px;
}
.clickable-mbmenu.nav-open ul {
  display: block;
}
.DetailsAndRelationsView,
#AccountDetailsAndRelationsView {
  *zoom: 1;
}
.DetailsAndRelationsView:before,
.DetailsAndRelationsView:after,
#AccountDetailsAndRelationsView:before,
#AccountDetailsAndRelationsView:after {
  content: " ";
  display: table;
}
.DetailsAndRelationsView:after,
#AccountDetailsAndRelationsView:after {
  clear: both;
}
.DetailsAndRelationsView .GridView,
#AccountDetailsAndRelationsView .GridView {
  width: 35%;
  float: left;
}
.DetailsAndRelationsView .GridView .juiportlet-widget,
#AccountDetailsAndRelationsView .GridView .juiportlet-widget {
  margin-right: 0;
}
.DetailsAndRelationsView .GridView:first-child,
#AccountDetailsAndRelationsView .GridView:first-child {
  width: 65%;
}
.DetailsAndRelationsView .GridView:first-child .juiportlet-widget,
#AccountDetailsAndRelationsView .GridView:first-child .juiportlet-widget {
  margin-right: 20px;
}
#UserDetailsAndRelationsView {
  *zoom: 1;
}
#UserDetailsAndRelationsView:before,
#UserDetailsAndRelationsView:after {
  content: " ";
  display: table;
}
#UserDetailsAndRelationsView:after {
  clear: both;
}
#UserDetailsAndRelationsView .GridView {
  z-index: 0;
  width: 65%;
  float: left;
}
#UserDetailsAndRelationsView .GridView .juiportlet-widget {
  margin-right: 0;
}
#UserDetailsAndRelationsView .GridView + .GridView {
  width: 35%;
}
#UserDetailsAndRelationsView .UserLatestActivtiesForPortletView {
  margin-right: 20px !important;
}
#NoteInlineEditView .col-0 {
  width: 100%;
}
#NoteInlineEditView .col-1 {
  width: 0%;
}
#NoteInlineEditView .wide.form {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#NoteInlineEditView td {
  width: 100%;
}
#NoteInlineEditView td div {
  margin-left: 0;
}
#NoteInlineEditView .files {
  float: left;
}
#NoteInlineEditView form {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#NoteInlineEditView form table {
  border-bottom: none;
}
#NoteInlineEditView form table td {
  padding-left: 0 !important;
}
#NoteInlineEditView form #Note_description {
  height: 60px;
  width: 100%;
  margin-bottom: 10px;
  line-height: 130%;
}
#NoteInlineEditView form input[type="submit"] {
  float: right;
  cursor: pointer;
  padding: 0 15px;
  line-height: 23px;
  margin: 0 0 0 0;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  -moz-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  -ms-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  -o-box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  box-shadow: 0 0 9px 5px rgba(153,153,153,0.12);
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #bababa;
  color: #333333;
  background: url("../images/view-toolbar-gradient.png") left bottom repeat-x !important;
  display: inline-block;
  -webkit-text-shadow: rgba(255,255,255,0.8) 0px 1px;
  -moz-text-shadow: rgba(255,255,255,0.8) 0px 1px;
  -ms-text-shadow: rgba(255,255,255,0.8) 0px 1px;
  -o-text-shadow: rgba(255,255,255,0.8) 0px 1px;
  text-shadow: rgba(255,255,255,0.8) 0px 1px;
}
#NoteInlineEditView form input[type="submit"]:active {
  color: #656565;
  -webkit-box-shadow: inset 0 10px 10px 4px rgba(153, 153, 153, 0.4), 0 1px 0 0 #FFF;
  -moz-box-shadow: inset 0 10px 10px 4px rgba(153, 153, 153, 0.4), 0 1px 0 0 #FFF;
  -ms-box-shadow: inset 0 10px 10px 4px rgba(153, 153, 153, 0.4), 0 1px 0 0 #FFF;
  -o-box-shadow: inset 0 10px 10px 4px rgba(153, 153, 153, 0.4), 0 1px 0 0 #FFF;
  box-shadow: inset 0 10px 10px 4px rgba(153, 153, 153, 0.4), 0 1px 0 0 #FFF;
}
#NoteInlineEditView form input[type="submit"]:before {
  content: "Y";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 2px;
}
#NoteInlineEditView .form-toolbar {
  border-top: none;
}
#NoteInlineEditForPortletView .wide.form {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: none;
}
#inline-edit-form {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#inline-edit-form table + table {
  float: left;
}
#inline-edit-form .panel td {
  padding-bottom: 15px;
  padding-left: 0;
}
#inline-edit-form > table td > a {
  color: #282A76;
}
#inline-edit-form > table td > a:after {
  content: "÷";
  font-weight: normal !important;
  font-size: 14px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-left: 5px;
}
#inline-edit-form > table label {
  margin-top: 10px !important;
  margin-bottom: 4px;
}
#inline-edit-form > table input.ui-autocomplete-input {
  float: left;
  width: 100%;
}
#inline-edit-form > table input.ui-autocomplete-input + span {
  float: left;
  width: 80px;
  margin-left: -90px;
  text-align: right;
  margin-top: 6px;
}
#inline-edit-form table {
  border-bottom: none;
}
#inline-edit-form .left-column {
  padding-bottom: 0;
}
#inline-edit-form .view-toolbar-container {
  display: inline-block;
  padding: 0 15px 15px 15px;
}
#inline-edit-form .view-toolbar-container a {
  float: right;
  clear: both;
  margin: 0;
}
#inline-edit-form .form-toolbar {
  border-top: none;
  padding-top: 0;
}
#inline-edit-form textarea {
  line-height: 130%;
}
#inline-edit-form .permissions-box {
  margin-left: 0 !important;
  *zoom: 1;
}
#inline-edit-form .permissions-box:before,
#inline-edit-form .permissions-box:after {
  content: " ";
  display: table;
}
#inline-edit-form .permissions-box:after {
  clear: both;
}
#inline-edit-form .permissions-box > label {
  margin-bottom: 12px !important;
  font-size: 13px;
  font-weight: bold !important;
}
#inline-edit-form .permissions-box label {
  width: 100%;
  display: block;
  line-height: 100%;
  padding-top: 0;
}
#inline-edit-form .permissions-box #owner-box {
  margin-bottom: 15px;
  position: relative;
}
#inline-edit-form .permissions-box #owner-box label,
#inline-edit-form .permissions-box #owner-box+label {
  font-size: 12px;
  font-weight: 600;
}
#inline-edit-form .permissions-box input[type="text"] {
  margin-bottom: 4px;
}
#inline-edit-form .permissions-box #owner-box + label {
  margin-bottom: 15px;
}
#inline-edit-form .permissions-box div.radio-input {
  margin-left: 0 !important;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  display: block;
}
#inline-edit-form .permissions-box div.radio-input input[type="radio"] + label {
  width: auto;
  float: left;
  vertical-align: middle;
  margin: 0 0 0 0 !important;
}
#inline-edit-form .permissions-box div.radio-input input[type="radio"] {
  float: left;
  margin: 0 8px 0 10px;
  vertical-align: middle;
}
#inline-edit-form .permissions-box div.radio-input .hasDropDown {
  padding-left: 30px;
}
#inline-edit-form .permissions-box input[type="text"] {
  margin-top: 6px;
}
div.radio-input .hasDropDown {
  margin-top: 8px;
  padding-left: 24px;
  margin-bottom: 0;
}
.post-to-profile {
  float: right;
  margin-right: 25px;
  margin-top: 5px;
  position: relative;
}
.post-to-profile span {
  float: left;
  position: relative;
  margin-right: 5px;
}
.post-to-profile .tooltip {
  margin-top: -1px;
}
.post-to-profile label.hasCheckBox {
  float: left !important;
  position: relative;
  top: -5px;
  margin: 0;
}
.BreadCrumbView {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.BreadCrumbView+div {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.BreadCrumbView .spinner {
  margin-top: -10px;
  margin-left: 20px;
}
.BreadCrumbView > div {
  display: inline-block;
}
#StickyListMenu {
  list-style: none;
}
#StickyListMenu > li > a > span {
  top: 0;
  position: absolute;
  display: block;
  margin-left: 10px;
  width: 13px;
  padding: 1px;
  text-align: center;
  line-height: 1;
  color: #666;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
  -moz-box-shadow: inset 0 0 0 1px #ddd;
  -ms-box-shadow: inset 0 0 0 1px #ddd;
  -o-box-shadow: inset 0 0 0 1px #ddd;
  box-shadow: inset 0 0 0 1px #ddd;
  -webkit-text-shadow: 0 1px 0 #fff;
  -moz-text-shadow: 0 1px 0 #fff;
  -ms-text-shadow: 0 1px 0 #fff;
  -o-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#e8e8e8,#f5f5f5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#f5f5f5));
  background-image: -webkit-linear-gradient(top,#e8e8e8,#f5f5f5);
  background-image: -o-linear-gradient(top,#e8e8e8,#f5f5f5);
  background-image: -moz-linear-gradient(top,#e8e8e8,#f5f5f5);
  background-image: linear-gradient(top,#e8e8e8,#f5f5f5);
  font-weight: normal !important;
  font-size: 14px;
  font-family: "zurmo_gamification_symbly_rRg";
}
#StickyListMenu ul {
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  white-space: nowrap;
  display: none;
  list-style: none;
  position: absolute;
  margin-top: 3px;
  margin-left: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal !important;
}
#StickyListMenu ul .strong a,
#StickyListMenu ul .strong span {
  font-weight: bold !important;
}
#StickyListMenu ul a {
  text-indent: 0;
  color: #666;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0 2px;
  line-height: normal;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}
#StickyListMenu ul a:hover {
  background-color: #7CB830 !important;
  color: #fff !important;
}
.mad-lib input {
  width: auto !important;
  margin: auto 10px !important;
}
.overlay-label-field {
  position: relative;
  *zoom: 1;
}
.overlay-label-field:before,
.overlay-label-field:after {
  content: " ";
  display: table;
}
.overlay-label-field:after {
  clear: both;
}
.overlay-label-field label {
  position: absolute !important;
  text-indent: 4px;
  top: 6px;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  z-index: 10;
}
.hasParallelFields,
.hasHalfs {
  *zoom: 1;
}
.hasParallelFields:before,
.hasParallelFields:after,
.hasHalfs:before,
.hasHalfs:after {
  content: " ";
  display: table;
}
.hasParallelFields:after,
.hasHalfs:after {
  clear: both;
}
.hasParallelFields > div,
.hasHalfs > div {
  display: block;
  float: left;
  padding-left: 15px;
}
.hasParallelFields > div:first-child,
.hasHalfs > div:first-child {
  padding-left: 0;
}
.hasParallelFields > div input,
.hasHalfs > div input {
  width: 100%;
}
.hasHalfs > div:first-child {
  padding-right: 7.5px;
}
.hasHalfs > div:first-child + div {
  padding-left: 7.5px;
}
.has3 > div {
  width: 33.3%;
}
.seventh {
  width: 14.2%;
}
.sixth {
  width: 16.6%;
}
.fifth {
  width: 20%;
}
.twoFifths {
  width: 40%;
}
.threeFifths {
  width: 60%;
}
.fourFifths {
  width: 80%;
}
.half {
  width: 50%;
}
.quarter {
  width: 25%;
}
.threeQuarters {
  width: 75%;
}
.third {
  width: 33.3%;
}
.twoThirds {
  width: 66.6%;
}
.juiportlet-widget.OpportunitiesForAccountRelatedListView div.button-column,
.juiportlet-widget.ContactsForAccountRelatedListView div.button-column {
  padding-top: 4px;
}
.RelatedListView .items td {
  border-top: none !important;
}
.RelatedListView .items td:first-child {
  padding-left: 15px;
}
.RelatedListView .items tr:hover .edit-row-menu > li > a {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.edit-portlet-menu,
.edit-row-menu {
  float: right;
  margin: 0 10px 0 0;
  list-style: none;
}
.edit-portlet-menu > li,
.edit-row-menu > li {
  position: relative;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
.edit-portlet-menu > li > a,
.edit-row-menu > li > a {
  padding: 0;
  display: block;
  overflow: visible;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  white-space: nowrap;
}
.edit-portlet-menu > li > a span,
.edit-row-menu > li > a span {
  display: inline-block;
  text-indent: -9999px;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
.edit-portlet-menu > li > a:hover,
.edit-row-menu > li > a:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.edit-portlet-menu > li > a:before,
.edit-row-menu > li > a:before {
  content: "n";
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
}
.edit-portlet-menu > li > a:after,
.edit-row-menu > li > a:after {
  content: "÷";
  font-weight: normal !important;
  font-size: 12px;
  font-family: "zurmo_gamification_symbly_rRg";
  position: relative;
  top: -2px;
  left: 2px;
}
.edit-portlet-menu > li a,
.edit-row-menu > li a {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
.edit-portlet-menu ul,
.edit-row-menu ul {
  min-width: 110px;
  margin-left: -85px;
  list-style: none;
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  z-index: 99999;
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  padding-top: 3px;
  padding-bottom: 3px;
  top: 20px;
  font-size: 11px;
}
.edit-portlet-menu ul li,
.edit-row-menu ul li {
  line-height: 100%;
}
.edit-portlet-menu ul li > a,
.edit-row-menu ul li > a {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0 2px;
}
.edit-portlet-menu ul li > a:hover,
.edit-row-menu ul li > a:hover {
  color: #fff !important;
}
.edit-portlet-menu ul a:hover,
.edit-row-menu ul a:hover {
  background-color: #7CB830 !important;
  color: #fff !important;
}
.edit-portlet-menu {
  line-height: 1;
  margin-top: 9px;
  margin-right: 15px;
}
.edit-portlet-menu ul {
  top: 20px;
}
.edit-row-menu {
  white-space: nowrap;
}
.edit-row-menu > li {
  position: relative;
  white-space: nowrap;
}
.edit-row-menu > li > a {
  position: relative;
  z-index: 10;
  white-space: nowrap;
}
.edit-row-menu ul {
  min-width: 0;
  line-height: 1;
  white-space: nowrap;
  left: auto;
  right: -10px;
  margin: 0;
  top: -3px;
  z-index: 1;
  padding-right: 30px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.edit-row-menu ul > li {
  display: inline;
  border-left: 1px solid #d8d8d8;
}
.edit-row-menu ul > li + li {
  margin-left: -3px;
}
.edit-row-menu ul > li a {
  display: inline-block;
}
.edit-row-menu ul > li:first-child {
  border-left: none;
}
.edit-row-menu > li.over > a {
  pointer-event: none;
  opacity: 0.5;
}
.pager {
  width: 100%;
  text-align: center;
  background: #fff url("../images/view-toolbar-gradient.png") left bottom repeat-x;
  -webkit-box-shadow: inset 0 1px 0 #DFDFDF;
  -moz-box-shadow: inset 0 1px 0 #DFDFDF;
  -ms-box-shadow: inset 0 1px 0 #DFDFDF;
  -o-box-shadow: inset 0 1px 0 #DFDFDF;
  box-shadow: inset 0 1px 0 #DFDFDF;
  overflow: hidden;
}
.pager ul {
  display: block;
  width: 50%;
  margin: 0 auto;
  list-style: none;
  border-left: 1px solid #DFDFDF;
  *zoom: 1;
}
.pager ul:before,
.pager ul:after {
  content: " ";
  display: table;
}
.pager ul:after {
  clear: both;
}
.pager .endless-list-pager {
  width: 100%;
  list-style: none;
  border: 1px solid #DFDFDF;
  border-top: none;
}
.pager .endless-list-pager li {
  float: none;
  width: 100%;
  border: none;
}
.pager .endless-list-pager .next a:after,
.pager .endless-list-pager .hidden.next:after {
  content: "6";
  font-weight: normal !important;
  font-size: 18px;
  font-family: "zurmo_gamification_symbly_rRg";
}
.pager .endless-list-pager .hidden {
  display: none;
}
.pager li {
  float: left;
  width: 30%;
  padding: 0;
  border: none;
  border-right: 1px solid #DFDFDF;
  text-align: center;
}
.pager li > a {
  font-weight: bold;
  display: block;
}
.pager li > a span {
  display: none;
}
.pager li > a:active {
  color: #656565;
  -webkit-box-shadow: inset 0 5px 10px 0px rgba(153, 153, 153, 0.45);
  -moz-box-shadow: inset 0 5px 10px 0px rgba(153, 153, 153, 0.45);
  -ms-box-shadow: inset 0 5px 10px 0px rgba(153, 153, 153, 0.45);
  -o-box-shadow: inset 0 5px 10px 0px rgba(153, 153, 153, 0.45);
  box-shadow: inset 0 5px 10px 0px rgba(153, 153, 153, 0.45);
}
.pager .refresh {
  width: 0;
  display: none;
}
.pager .first,
.pager .last {
  width: 20%;
}
.pager .first a:after,
.pager .hidden.first:after {
  content: "«";
}
.pager .next a:after,
.pager .hidden.next:after {
  content: "›";
}
.pager .previous a:after,
.pager .hidden.previous:after {
  content: "‹";
}
.pager .last a:after,
.pager .hidden.last:after {
  content: "»";
}
.pager .next,
.pager .previous,
.pager .first,
.pager .last {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.pager .next span,
.pager .previous span,
.pager .first span,
.pager .last span {
  text-indent: -9999px;
  display: inline-block;
  padding: 2px 0 4px 0 !important;
}
.pager .next.hidden:after,
.pager .previous.hidden:after,
.pager .first.hidden:after,
.pager .last.hidden:after {
  color: #ccc;
}
.pager a:hover:before,
.pager a:hover:after {
  color: #7CB830;
}
.pager:empty {
  display: none;
}
.juiportlet-widget .endless-list-pager {
  border: none;
}
#list-view .pager {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  clear: both;
}
#ModalView #list-view .pager {
  -webkit-box-shadow: inset 0 1px 0 #DFDFDF;
  -moz-box-shadow: inset 0 1px 0 #DFDFDF;
  -ms-box-shadow: inset 0 1px 0 #DFDFDF;
  -o-box-shadow: inset 0 1px 0 #DFDFDF;
  box-shadow: inset 0 1px 0 #DFDFDF;
}
#days-meetings-list-view td {
  padding: 10px;
}
#days-meetings-list-view td div {
  line-height: 150%;
}
#days-meetings-list-view tr:hover {
  background: none;
  color: #545454;
}
#days-meetings-list-view tr:first-child td {
  border-top: none;
}
#days-meetings-list-view h3 {
  color: #545454;
  margin-bottom: 4px;
}
#days-meetings-list-view h3 span {
  font-weight: normal;
  font-size: 11px;
  padding-left: 10px;
}
#days-meetings-list-view h3 span a {
  outline: none;
}
#DaysMeetingsFromCalendarModalListView .view-toolbar-container {
  position: absolute;
  top: 8px;
  right: 0px;
  width: auto;
}
.meeting-summary {
  position: relative;
}
.meeting-details {
  background-color: #dfdfdf;
  float: right;
}
#NoteEditAndDetailsView .details-table,
#TaskEditAndDetailsView .details-table,
#MeetingEditAndDetailsView .details-table {
  margin-right: 0 !important;
}
#NoteEditAndDetailsView .view-toolbar,
#TaskEditAndDetailsView .view-toolbar,
#MeetingEditAndDetailsView .view-toolbar {
  margin-top: 0 !important;
}
.less-pronounced-text {
  font-style: italic;
  color: #999;
}
.latest-activity-icon {
  position: relative;
  top: -3px;
  color: #666 !important;
  font-weight: normal !important;
  font-size: 42px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 28px;
}
.LatestActivitiesForPortletView {
  position: relative;
}
.LatestActivitiesForPortletView > div {
  position: relative;
  z-index: 1;
}
.LatestActivitiesForPortletView .toolbar-mbmenu {
  position: absolute;
  top: -35px;
  z-index: 10;
}
.LatestActivitiesListView form,
.LatestActivitiesView form {
  position: relative;
}
.LatestActivitiesListView .latest-activity-toolbar,
.LatestActivitiesView .latest-activity-toolbar {
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 15px;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
}
.LatestActivitiesListView .latest-activity-toolbar > div:first-child,
.LatestActivitiesView .latest-activity-toolbar > div:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #282A76;
}
.LatestActivitiesListView .latest-activity-toolbar #LatestActivitiesConfigurationForm_ownedByFilter_area,
.LatestActivitiesView .latest-activity-toolbar #LatestActivitiesConfigurationForm_ownedByFilter_area {
  display: inline-block;
}
.LatestActivitiesListView .latest-activity-toolbar #LatestActivitiesConfigurationForm_rollup_area,
.LatestActivitiesView .latest-activity-toolbar #LatestActivitiesConfigurationForm_rollup_area {
  display: inline-block;
}
.LatestActivitiesListView .latest-activity-toolbar #filter-latest-activities-link,
.LatestActivitiesView .latest-activity-toolbar #filter-latest-activities-link {
  margin-left: 20px;
  text-decoration: none;
  -webkit-text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  -moz-text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  -ms-text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  -o-text-shadow: rgba(255,255,255,0.8) 0 1px 0;
  text-shadow: rgba(255,255,255,0.8) 0 1px 0;
}
.LatestActivitiesListView .latest-activity-toolbar #filter-latest-activities-link:after,
.LatestActivitiesView .latest-activity-toolbar #filter-latest-activities-link:after {
  content: "÷";
  font-weight: normal !important;
  font-size: 14px;
  font-family: "zurmo_gamification_symbly_rRg";
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.LatestActivitiesListView .latest-activity-toolbar #filter-latest-activities-link:hover,
.LatestActivitiesView .latest-activity-toolbar #filter-latest-activities-link:hover {
  color: #7CB830 !important;
}
.LatestActivitiesListView .items,
.LatestActivitiesView .items {
  border: none !important;
}
.LatestActivitiesListView td,
.LatestActivitiesListView th,
.LatestActivitiesView td,
.LatestActivitiesView th {
  padding: 10px 0;
  border-bottom: 1px solid #DFDFDF;
}
.LatestActivitiesListView td div,
.LatestActivitiesListView th div,
.LatestActivitiesView td div,
.LatestActivitiesView th div {
  font-weight: 400 !important;
  margin: 0;
}
.LatestActivitiesListView tr:last-child td,
.LatestActivitiesListView tr:last-child th,
.LatestActivitiesView tr:last-child td,
.LatestActivitiesView tr:last-child th {
  border-bottom: none;
}
.LatestActivitiesListView td:first-child,
.LatestActivitiesView td:first-child {
  border-top: none !important;
  padding-left: 15px !important;
  padding-right: 15px;
}
.LatestActivitiesListView .activity-item,
.LatestActivitiesView .activity-item {
  width: 100%;
  padding-left: 40px;
  position: relative;
}
.LatestActivitiesListView .activity-item span,
.LatestActivitiesView .activity-item span {
  line-height: 140%;
  word-break: break-all;
}
.LatestActivitiesListView .activity-item span a,
.LatestActivitiesView .activity-item span a {
  break-word: break-all;
  display: inline-block;
}
.LatestActivitiesListView .items em,
.LatestActivitiesView .items em {
  display: inline-block;
  height: 100%;
  padding-right: 15px;
  float: left;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 2px;
}
.LatestActivitiesListView .Note:after,
.LatestActivitiesView .Note:after {
  content: "3";
  position: relative;
  top: -3px;
  color: #666 !important;
  font-weight: normal !important;
  font-size: 42px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 28px;
}
.LatestActivitiesListView .Task:after,
.LatestActivitiesView .Task:after {
  content: "4";
  position: relative;
  top: -3px;
  color: #666 !important;
  font-weight: normal !important;
  font-size: 42px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 28px;
}
.LatestActivitiesListView .Meeting:after,
.LatestActivitiesView .Meeting:after {
  content: "U";
  position: relative;
  top: -3px;
  color: #666 !important;
  font-weight: normal !important;
  font-size: 42px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 28px;
}
.LatestActivitiesListView .EmailMessage:after,
.LatestActivitiesView .EmailMessage:after {
  content: "g";
  position: relative;
  top: -3px;
  color: #666 !important;
  font-weight: normal !important;
  font-size: 42px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 28px;
}
.LatestActivitiesListView .Conversation,
.LatestActivitiesView .Conversation {
  padding-top: 5px;
}
.LatestActivitiesListView .Conversation:after,
.LatestActivitiesView .Conversation:after {
  content: "b";
  position: relative;
  top: -3px;
  color: #666 !important;
  font-weight: normal !important;
  font-size: 42px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 28px;
}
.LatestActivitiesListView .Mission:after,
.LatestActivitiesView .Mission:after {
  content: "Q";
  position: relative;
  top: -3px;
  color: #666 !important;
  font-weight: normal !important;
  font-size: 42px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 28px;
}
#GameRewardsSearchForm_filteredBy_area,
#MashableInboxForm_filteredBy_area,
#MashableInboxForm_optionForModel_area,
.latest-activity-toolbar,
.filter-portlet-model-bar {
  font-size: 11px;
  padding-left: 8px;
}
#GameRewardsSearchForm_filteredBy_area label,
#MashableInboxForm_filteredBy_area label,
#MashableInboxForm_optionForModel_area label,
.latest-activity-toolbar label,
.filter-portlet-model-bar label {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 11px !important;
  padding: 3px;
  margin: 0 3px;
  white-space: nowrap;
}
#GameRewardsSearchForm_filteredBy_area label:hover,
#MashableInboxForm_filteredBy_area label:hover,
#MashableInboxForm_optionForModel_area label:hover,
.latest-activity-toolbar label:hover,
.filter-portlet-model-bar label:hover {
  color: #FFF;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  border: none;
  background-color: #282A76 !important;
}
#GameRewardsSearchForm_filteredBy_area input[type="radio"],
#GameRewardsSearchForm_filteredBy_area input[type="checkbox"],
#MashableInboxForm_filteredBy_area input[type="radio"],
#MashableInboxForm_filteredBy_area input[type="checkbox"],
#MashableInboxForm_optionForModel_area input[type="radio"],
#MashableInboxForm_optionForModel_area input[type="checkbox"],
.latest-activity-toolbar input[type="radio"],
.latest-activity-toolbar input[type="checkbox"],
.filter-portlet-model-bar input[type="radio"],
.filter-portlet-model-bar input[type="checkbox"] {
  visibility: hidden;
  display: none;
}
#GameRewardsSearchForm_filteredBy_area .ui-state-active,
#MashableInboxForm_filteredBy_area .ui-state-active,
#MashableInboxForm_optionForModel_area .ui-state-active,
.latest-activity-toolbar .ui-state-active,
.filter-portlet-model-bar .ui-state-active {
  color: #FFF;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  border: none;
  background-color: #282A76 !important;
}
#GameRewardsSearchForm_filteredBy_area .ui-button-text,
#MashableInboxForm_filteredBy_area .ui-button-text,
#MashableInboxForm_optionForModel_area .ui-button-text,
.latest-activity-toolbar .ui-button-text,
.filter-portlet-model-bar .ui-button-text {
  padding: 0;
  margin: 0;
}
#GameRewardsSearchForm_filteredBy_area {
  display: inline-block;
  margin-left: 15px;
  left: 420px;
  top: 21px !important;
}
#GameRewardsSearchForm_filteredBy_area label {
  float: none;
}
.filter-portlet-model-bar {
  border-bottom: 1px solid #DFDFDF;
  width: 100%;
  min-height: 40px;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  position: relative;
}
.filter-portlet-model-bar > .ui-buttonset {
  padding-top: 14px;
}
.activity-date {
  font-size: 11px;
  margin-bottom: 3px;
  display: block;
}
.LatestActivtiesForPortletView {
  position: relative;
}
.LatestActivtiesForPortletView .toolbar-mbmenu {
  z-index: 999999;
  top: -34px;
  right: 10px;
}
.LatestActivtiesForPortletView .toolbar-mbmenu .view-toolbar {
  background: none;
  margin: 0;
}
.LatestActivtiesForPortletView .toolbar-mbmenu li {
  padding: 0;
}
.search-view-0 input[type="text"] {
  float: left;
  margin-right: 0;
}
#search-formmodal {
  position: relative;
  padding: 10px 0 10px 0;
  border: 1px solid #DFDFDF;
  border-bottom: none;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  *zoom: 1;
}
#search-formmodal:before,
#search-formmodal:after {
  content: " ";
  display: table;
}
#search-formmodal:after {
  clear: both;
}
#search-formmodal table {
  border-bottom: none;
}
#search-formmodal label {
  line-height: 25px;
}
.ModalListView .items {
  border-top: 1px solid #dfdfdf !important;
}
.ModalListView .items tbody td:first-child,
.ModalListView .items thead th:first-child {
  padding-left: 10px;
}
.ui-autocomplete {
  margin-top: 2px;
  width: auto;
  border: 1px solid #b6b6b6;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#ebebeb));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -o-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: -moz-linear-gradient(top,#f5f5f5,#ebebeb);
  background-image: linear-gradient(top,#f5f5f5,#ebebeb);
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  white-space: nowrap;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  z-index: 9999999 !important;
  position: absolute;
}
.ui-autocomplete li {
  list-style: none;
}
.ui-autocomplete li a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #CCC;
  color: #666;
  font-size: 11px;
  line-height: 100%;
  font-weight: normal;
  display: block;
  padding: 6px 10px 6px 10px;
  margin: 0 2px;
}
.ui-autocomplete li a:hover,
.ui-autocomplete li a#ui-active-menuitem,
.ui-autocomplete li a.ui-state-hover {
  background-color: #7CB830 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.ui-autocomplete li:first-child a {
  border-top: none;
}
.ui-autocomplete li:last-child a {
  border-bottom: none;
}
#FlashMessageView {
  position: fixed;
  top: 100px;
  width: 25%;
  right: 3%;
  z-index: 9999;
}
#FlashMessageView .jnotify-item {
  position: relative;
  margin: 0 20px 20px 0;
  padding: 10px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 1px solid #FFCC00;
  background: #FFFCB5;
  font-weight: bold;
  -webkit-box-shadow: 0 0 20px 5px rgba(153,153,153,0.5);
  -moz-box-shadow: 0 0 20px 5px rgba(153,153,153,0.5);
  -ms-box-shadow: 0 0 20px 5px rgba(153,153,153,0.5);
  -o-box-shadow: 0 0 20px 5px rgba(153,153,153,0.5);
  box-shadow: 0 0 20px 5px rgba(153,153,153,0.5);
}
#FlashMessageView .jnotify-item p,
#FlashMessageView .jnotify-item ul {
  margin-bottom: 5px;
  line-height: 1;
}
#FlashMessageView .jnotify-item ul {
  padding-left: 18px;
}
#FlashMessageView .jnotify-item li {
  margin-bottom: 3px;
}
#FlashMessageView .ui-state-error {
  border: 1px solid #cc0000;
  background: #ffb5b5;
}
#FlashMessageView .ui-icon-circle-close {
  position: absolute;
  top: -17px;
  right: -15px;
  background: transparent url("../images/widget-close-btn.png") left top no-repeat;
  padding: 0 !important;
  margin: 0 !important;
  width: 30px !important;
  height: 31px !important;
  cursor: pointer;
}
.operation-description {
  display: block;
  margin: 0 0 15px 0;
  line-height: 150%;
}
.operation-description strong {
  font-weight: bold;
}
.operation-description em {
  color: #cc0000;
  font-style: normal;
}
.hasDropDown {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.hasDropDown span {
  width: 28px;
  height: 24px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
  pointer-events: none;
  background: url("../images/dropdown-arrow.png") 100% 0 no-repeat;
  padding-left: 6px;
  display: block !important;
  font-weight: normal !important;
  color: #666 !important;
  cursor: pointer;
}
.hasDropDown span:hover,
.hasDropDown .over-dd {
  background-position: 100% 100%;
}
.hasDropDown select {
  z-index: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 3px 0;
  height: 26px;
  line-height: 26px;
  line-height: 1;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #666;
  text-indent: 6px;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -moz-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -ms-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  -o-box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  box-shadow: 0 0 1px 1px rgba(153,153,153,0.3);
  outline: none !important;
  cursor: pointer;
  position: relative;
}
.hasDropDown select:focus,
.hasDropDown select:hover {
  outline: none;
  -webkit-box-shadow: 0 0 1px 1px #282A76;
  -moz-box-shadow: 0 0 1px 1px #282A76;
  -ms-box-shadow: 0 0 1px 1px #282A76;
  -o-box-shadow: 0 0 1px 1px #282A76;
  box-shadow: 0 0 1px 1px #282A76;
}
.hasDropDown:hover select {
  outline: none;
  -webkit-box-shadow: 0 0 1px 1px #282A76;
  -moz-box-shadow: 0 0 1px 1px #282A76;
  -ms-box-shadow: 0 0 1px 1px #282A76;
  -o-box-shadow: 0 0 1px 1px #282A76;
  box-shadow: 0 0 1px 1px #282A76;
}
.hasDropDown + input {
  margin-top: 15px;
}
.isMultiSelect select {
  height: auto;
}
.isMultiSelect span {
  display: none !important;
}
.AppContent.MassEditView #edit-form table {
  width: 100%;
}
.AppContent.MassEditView tr th:first-child {
  padding: 0 !important;
}
.AppContent.MassEditView .ui-state-highlight p {
  color: #282A76;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 30px;
  margin-left: -8px;
}
#LeadConvertView .DetailsView > div {
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#LeadConvertView .panel {
  width: 100% !important;
}
#LeadConvertView #edit-form {
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0 !important;
}
#LeadConvertView #edit-form table {
  width: 100%;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#LeadConvertView form table {
  padding-bottom: 15px !important;
}
#LeadConvertView #account-skip-form th {
  text-align: center !important;
  font-weight: normal;
}
#AccountConvertToView > div {
  margin-bottom: 0;
}
#AccountConvertToView .left-column {
  padding-right: 0;
}
.lead-conversion-actions {
  padding: 15px 15px 5px 15px;
}
.lead-conversion-actions a {
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
  font-size: 11px;
  background-color: #282A76 !important;
}
.ProgressView h3 {
  position: relative;
}
.ProgressView #sequential-process-spinner + #progressBar-msg {
  display: block;
}
.progress-counter {
  padding: 15px 15px 15px 15px;
}
#progressBar-links {
  margin-top: 15px;
}
#progressBar-links a {
  margin-left: 0;
}
.progressbar-wrapper {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
#progress-percent {
  width: 50px;
  display: inline-block;
  font-weight: bold;
}
.ui-progressbar {
  padding-left: 35px;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
}
.ui-widget-header.ui-progressbar-value {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 5px;
  margin: 5px 0 0 0;
  -webkit-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
  background-color: transparent !important;
  background-color: #afafaf !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(0deg,#969696,#afafaf) !important;
  background-image: -webkit-linear-gradient(0deg,#969696,#afafaf) !important;
  background-image: -o-linear-gradient(0deg,#969696,#afafaf) !important;
  background-image: -moz-linear-gradient(0deg,#969696,#afafaf) !important;
  background-image: linear-gradient(0deg,#969696,#afafaf) !important;
}
#AboutView {
  position: relative;
}
#AboutView #ZurmoLogo {
  width: 300px;
}
#AboutView #ZurmoLogo strong {
  float: right;
  margin-top: 26px;
}
#AboutView h1 {
  text-indent: 15px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  border-bottom: 1px solid #ccc;
}
#AboutView > div {
  margin-right: 0;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -moz-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -ms-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  -o-box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  box-shadow: inset 0 0 0 2px #ffffff,  0 0 9px 5px rgba(153, 153, 153, 0.12);
  background-color: #f5f5f5 ;
  background-repeat: no-repeat ;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),color-stop(80%,#f5f5f5),to(#f5f5f5)) ;
  background-image: -webkit-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -ms-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -o-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -moz-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
}
#AboutView #aboutText {
  position: relative;
}
#AboutView #leftCol {
  padding: 15px 0 50px 15px;
  width: 65%;
  float: left;
}
#AboutView #leftCol > div {
  margin-bottom: 20px;
}
#AboutView #rightCol {
  float: right;
  width: 30%;
  margin: 15px 15px 50px 0;
}
#AboutView #rightCol > div {
  padding: 8px 10px;
  background: #F4F4F4;
  margin-bottom: 15px;
  float: left;
}
#AboutView #aboutContactDetails {
  width: 100%;
  float: left;
  padding: 15px 0 5px 0;
  text-align: center;
  font-size: 11px;
  position: absolute;
  bottom: 0;
}
#AboutView #aboutContactDetails span {
  margin: 0 10px;
}
#AboutView p,
#AboutView ul {
  font-size: 12px;
  line-height: 21px;
  font-weight: normal;
}
#AboutView p a,
#AboutView ul a {
  text-decoration: underline !important;
  color: #282A76 !important;
}
#AboutView ul {
  margin-top: 4px;
  padding-left: 20px;
}
.social-links {
  list-style: none;
  padding: 0 !important;
  margin: 15px 0 !important;
  float: right;
}
.social-links li {
  margin: 0 0 0 5px;
  float: left;
}
.social-links a {
  color: #fff;
  font-size: 12px;
  text-indent: 0;
  display: block;
}
.social-links a:hover span {
  background-position-y: 0 !important;
}
.social-links span {
  background: url("../images/sprite-socialicons.png") 0 bottom no-repeat;
  height: 22px;
  width: 22px;
  display: inline-block;
  line-height: 22px;
  text-indent: -9999px;
  margin-right: 5px;
}
.facebook span {
  background-position: -88px bottom !important;
}
.twitter span {
  background-position: -22px bottom !important;
}
.linkedin span {
  background-position: -66px bottom !important;
}
.rss span {
  background-position: 0 bottom !important;
}
.bitbucket span {
  background-position: -132px bottom !important;
}
.pivotal span {
  background-position: 100% bottom !important;
}
.rssBody {
  line-height: 140%;
}
.rssBody ul {
  list-style: none;
}
.rssBody li {
  padding: 10px 15px;
  border-bottom: 1px solid #dfdfdf;
}
.rssBody li:last-child {
  border-bottom: none;
}
#MixedModelsSearchView {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#MixedModelsSearchView h1 {
  margin-bottom: 15px;
}
#MixedModelsSearchView .search-view-0 {
  float: none;
  margin: 15px 0 10px 15px;
}
#MixedModelsMultipleListsView {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
#MixedModelsMultipleListsView h1 {
  margin-bottom: 15px;
}
#MixedModelsSearchAndListView th:first-child {
  padding-left: 10px;
}
#MixedModelsSearchAndListView .pager {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #DFDFDF;
  border-top: none;
}
.TitleBarView.Account h1:before {
  content: "P";
  font-weight: normal !important;
  font-size: 36px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 15px;
  position: relative;
  top: 0;
}
.TitleBarView.Contact h1:before {
  content: "y";
  font-weight: normal !important;
  font-size: 36px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 15px;
  position: relative;
  top: 1px;
}
.TitleBarView.Opportunity h1:before {
  content: "9";
  font-weight: normal !important;
  font-size: 36px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 15px;
  position: relative;
  top: 1px;
}
.TitleBarView.Lead h1:before {
  content: ".";
  font-weight: normal !important;
  font-size: 36px;
  font-family: "zurmo_gamification_symbly_rRg";
  margin-right: 15px;
  position: relative;
  top: 1px;
}
.products-portlet-totals {
  display: block;
  padding: 10px;
  border-top: 1px solid #DFDFDF;
  background: #111 url("../images/dark-texture-table-footer.png") left top repeat-x !important;
  color: #FFF;
  font-weight: bold;
}
.empty + .pager + .products-portlet-totals {
  display: none;
}
.editable-cell {
  border-bottom: 1px dotted #ccc;
  width: auto;
  display: inline-block;
  word-break: break-word;
}
.editable-cell:after {
  content: "!";
  font-weight: normal !important;
  font-size: 20px;
  font-family: "zurmo_gamification_symbly_rRg";
  position: relative;
  right: -10px;
  top: 1px;
  line-height: 1;
  cursor: pointer !important;
}
.editable-cell:after:hover {
  cursor: pointer;
}
#timeout-dialog {
  float: left;
  width: 100% !important;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
}
#timeout-dialog:before {
  content: '\006A';
  font-weight: normal !important;
  font-size: 80px;
  font-family: "zurmo_gamification_symbly_rRg";
  float: left;
  margin-right: 25px;
  line-height: 0.5;
}
#timeout-dialog p {
  line-height: 1.5;
}
#timeout-dialog .float-bar {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
#timeout-dialog .form-toolbar {
  text-align: right;
}
#timeout-dialog .form-toolbar a:last-child {
  margin-right: 0;
}
#timeout-countdown {
  font-weight: bold;
  color: #fff;
  background: #a82d31;
  padding: 0 2px 0 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#timeout-message {
  margin-bottom: 5px;
}
i[class^="icon"] {
  color: #656565;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  vertical-align: middle;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: relative;
  top: -2px;
}
.z-label i[class^="icon"] {
  margin-right: 5px;
}
.icon-general:after,
.icon-edit:after {
  content: "!";
}
.icon-create:after {
  content: "Y";
}
.icon-add:after {
  content: "Y";
}
.icon-lock {
  font-size: 28px !important;
  padding: 0 !important;
}
.icon-lock:after {
  content: "F";
  margin: 0;
}
.icon-unlock {
  font-size: 28px !important;
  padding: 0 !important;
}
.icon-unlock:after {
  content: "E";
  margin: 0;
}
.icon-change-dashboard:after,
.icon-marketing-dashboard:after,
.icon-project-dashboard:after {
  content: "/";
}
.icon-push-dashboard:after {
  content: '\03BC';
}
.icon-export:after {
  content: "(";
}
.icon-details:after {
  content: 'T';
}
.icon-config:after,
.icon-options:after {
  content: "n";
}
#list-view-massAction:after {
  content: "2";
}
#MassDeleteLinkActionElement .parent > a:after,
#ListViewDeleteMassActionMenu .parent > a:after {
  content: '\2014';
  font-size: 22px;
}
#MarketingListMembersSubscribeLinkActionElement:after {
  content: "c";
}
#MarketingListMembersUnsubscribeLinkActionElement:after {
  content: "d";
}
.icon-note:after {
  content: "3";
}
.icon-task:after {
  content: "4";
}
.icon-meeting:after {
  content: "U";
}
.icon-memberships:after {
  content: "y";
}
.icon-permissions:after {
  content: "E";
}
.icon-rights:after {
  content: "u";
}
.icon-policies:after {
  content: "x";
}
.icon-delete:after {
  content: "—";
}
.icon-left-arrow:after {
  content: "8";
}
.icon-right-arrow:after {
  content: "7";
}
.icon-fields:after {
  content: "0";
}
.icon-layout:after {
  content: "C";
}
.icon-user:after,
.icon-user-details:after {
  content: "e";
}
.icon-password:after {
  content: "J";
}
.icon-audit:after {
  content: "I";
}
.icon-user-config:after {
  content: "n";
}
.icon-security:after {
  content: "F";
}
.icon-missions-created:after,
.icon-conversations-created:after {
  content: "w";
}
.icon-conversations-participant:after {
  content: "b";
  top: 0;
}
.icon-conversation:after {
  content: "O";
}
.icon-conversations-closed:after {
  content: "l";
}
.icon-mission:after,
.icon-missions-available:after {
  content: "Q";
}
.icon-missions-taken-but-not-accepted:after {
  content: "e";
}
.icon-notification:after {
  content: '\00A5';
}
.icon-combined:after {
  content: '\00A7';
  font-size: 26px;
}
.icon-workflows:after {
  content: '\20AC';
}
.icon-gamification:after {
  content: '\2202';
}
.icon-by-time-workflow-in-queues:after {
  content: '\0071';
  font-size: 28px;
}
.icon-by-workflow-message-in-queues:after {
  content: '\00A5';
  font-size: 22px;
}
.icon-by-workflow-manage-order:after {
  content: '\2039';
  font-size: 25px;
}
.icon-marketing-lists:after {
  content: '\0022';
}
.icon-email-templates:after {
  content: '\00B6';
  font-size: 25px;
}
.icon-products:after {
  content: '\003E';
}
.icon-catalog-items:after {
  content: '\00AC';
  font-size: 27px;
}
.icon-product-categories:after {
  content: '\00D7';
  font-size: 26px;
}
.icon-mobile:after {
  content: '\2018';
  top: 0;
}
.icon-desktop:after {
  content: '\2019';
  top: 0;
}
.icon-tablet:after {
  content: '\201D';
  top: 0;
}
.icon-kanban-board-view-type:after {
  font-size: 26px;
  content: '\00AE';
}
.icon-grid-view-type:after {
  font-size: 26px;
  content: '\00B0';
}
.icon-marketing-campaigns:after {
  font-size: 28px;
  content: '\002C';
}
.icon-webforms:after {
  content: '\003C';
}
.icon-webforms-entries:after {
  content: '\005E';
}
.icon-projects-list:after {
  content: '\02C7';
}
.icon-permissions:after {
  content: '\00CB';
}
.icon-rights:after {
  content: '\00C8';
}
.icon-policies:after {
  content: '\007D';
}
.icon-opportunity:after {
  content: "9";
}
.icon-contact:after {
  content: "y";
}
.icon-account:after {
  content: "P";
}
.icon-merge:after {
  content: '\00EE';
}
.icon-x:before {
  content: "•";
}
.icon-google:after {
  content: '\221E';
}
.icon-nav-collapse:after {
  content: '\0394';
}
.icon-nav-expand:after {
  content: '\03A9';
}
.icon-elements:after {
  content: '\00C1';
}
.icon-preview:after {
  content: '\00C0';
}
.icon-configuration:after {
  content: '\01CD';
}
.icon-social:after {
  content: '\011A';
}
.icon-image:after {
  content: '\0112';
}
.icon-text:after {
  content: '\01CF';
}
.icon-plaintext:after {
  content: '\00CD';
}
.icon-boxed-text:after {
  content: '\01CF';
}
.icon-title:after {
  content: '\00CC';
}
.icon-buttonwrapper:after,
.icon-button:after {
  content: '\012A';
}
.icon-color-picker:after {
  content: '\00D3';
}
.icon-divider:after {
  content: '\00D2';
}
.icon-fancydivider:after {
  content: '\01D1';
}
.icon-expander:after {
  content: '\014C';
}
.icon-header:after {
  content: '\01D3';
}
.icon-footer:after {
  content: '\00DC';
}
.icon-image-align-left:after {
  content: '\00E1';
}
.icon-image-align-right:after {
  content: '\00E2';
}
.icon-image-align-center:after {
  content: '\01CE';
}
.icon-border-all:after {
  content: '\00E4';
}
.icon-border-left:after {
  content: '\00E0';
}
.icon-border-top:after {
  content: '\0101';
}
.icon-border-right:after {
  content: '\00E5';
}
.icon-border-bottom:after {
  content: '\00E3';
}
.icon-template-0:after {
  content: '\016A';
}
.icon-template-1:after {
  content: '\01D7';
}
.icon-template-2:after {
  content: '\01D9';
}
.icon-template-3:after {
  content: '\01DB';
}
.icon-template-4:after {
  content: '\01D5';
}
.icon-template-5:after {
  content: '\00D9';
}
.icon-user-template:after {
  content: '\00DD';
}
.icon-collapse:after {
  content: '\0394';
}
.icon-expand:after {
  content: '\03A9';
}
.pillbox .icon-projects-list {
  font-size: 22px;
  top: -2px !important;
}
.pillbox .icon-permissions,
.pillbox .icon-rights,
.pillbox .icon-policies {
  top: -2px !important;
}
.z-label {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
  line-height: 24px;
  white-space: nowrap;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-text-shadow: 0px -1px 0 rgba(0,0,0,0.2) !important;
  -moz-text-shadow: 0px -1px 0 rgba(0,0,0,0.2) !important;
  -ms-text-shadow: 0px -1px 0 rgba(0,0,0,0.2) !important;
  -o-text-shadow: 0px -1px 0 rgba(0,0,0,0.2) !important;
  text-shadow: 0px -1px 0 rgba(0,0,0,0.2) !important;
  background-color: #619025;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#7CB830,#619025);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7CB830),color-stop(100%,#619025));
  background-image: -webkit-linear-gradient(top,#7CB830,#619025);
  background-image: -o-linear-gradient(top,#7CB830,#619025);
  background-image: -moz-linear-gradient(top,#7CB830,#619025);
  background-image: linear-gradient(top,#7CB830,#619025);
}
.z-label-smaller {
  padding: 0 15px;
}
a:hover .z-label,
a:active .z-label {
  color: #0f1606 !important;
  background-color: #7CB830;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#619025,#7CB830);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#619025),color-stop(100%,#7CB830));
  background-image: -webkit-linear-gradient(top,#619025,#7CB830);
  background-image: -o-linear-gradient(top,#619025,#7CB830);
  background-image: -moz-linear-gradient(top,#619025,#7CB830);
  background-image: linear-gradient(top,#619025,#7CB830);
  -webkit-text-shadow: 0px 1px 0 #a1d55f !important;
  -moz-text-shadow: 0px 1px 0 #a1d55f !important;
  -ms-text-shadow: 0px 1px 0 #a1d55f !important;
  -o-text-shadow: 0px 1px 0 #a1d55f !important;
  text-shadow: 0px 1px 0 #a1d55f !important;
}
a:active .z-label {
  -webkit-box-shadow: inset 0 5px 12px 0 rgba(0, 0, 0, 0.33), 0 1px 0 0 #FFF;
  -moz-box-shadow: inset 0 5px 12px 0 rgba(0, 0, 0, 0.33), 0 1px 0 0 #FFF;
  -ms-box-shadow: inset 0 5px 12px 0 rgba(0, 0, 0, 0.33), 0 1px 0 0 #FFF;
  -o-box-shadow: inset 0 5px 12px 0 rgba(0, 0, 0, 0.33), 0 1px 0 0 #FFF;
  box-shadow: inset 0 5px 12px 0 rgba(0, 0, 0, 0.33), 0 1px 0 0 #FFF;
}
.button-layout {
  line-height: 1;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-indent: 0;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  *zoom: 1;
  -webkit-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.button-layout:before,
.button-layout:after {
  content: " ";
  display: table;
}
.button-layout:after {
  clear: both;
}
.button-layout:hover {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
}
.button-layout.disabled {
  pointer-events: none;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-filter: grayscale(85%);
  -moz-filter: grayscale(85%);
  -ms-filter: grayscale(85%);
  -o-filter: grayscale(85%);
  filter: grayscale(85%);
  filter: gray;
}
.zButton,
.z-button {
  line-height: 1;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-indent: 0;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  *zoom: 1;
  -webkit-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
  border-top: 1px solid rgba(149,208,75,0.8);
  border-left: 1px solid rgba(124,184,48,0.8);
  border-right: 1px solid rgba(124,184,48,0.8);
  border-bottom: 1px solid rgba(97,144,37,0.8);
}
.zButton:before,
.zButton:after,
.z-button:before,
.z-button:after {
  content: " ";
  display: table;
}
.zButton:after,
.z-button:after {
  clear: both;
}
.zButton:hover,
.z-button:hover {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
}
.zButton.disabled,
.z-button.disabled {
  pointer-events: none;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-filter: grayscale(85%);
  -moz-filter: grayscale(85%);
  -ms-filter: grayscale(85%);
  -o-filter: grayscale(85%);
  filter: grayscale(85%);
  filter: gray;
}
.secondary-button,
.default-btn,
.white-button,
.cancel-button,
.portlet-create-button {
  line-height: 1;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-indent: 0;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  *zoom: 1;
  -webkit-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
  border-top: 1px solid rgba(200,200,200,0.4);
  border-left: 1px solid rgba(185,185,185,0.4);
  border-right: 1px solid rgba(185,185,185,0.4);
  border-bottom: 1px solid rgba(170,170,170,0.4);
}
.secondary-button:before,
.secondary-button:after,
.default-btn:before,
.default-btn:after,
.white-button:before,
.white-button:after,
.cancel-button:before,
.cancel-button:after,
.portlet-create-button:before,
.portlet-create-button:after {
  content: " ";
  display: table;
}
.secondary-button:after,
.default-btn:after,
.white-button:after,
.cancel-button:after,
.portlet-create-button:after {
  clear: both;
}
.secondary-button:hover,
.default-btn:hover,
.white-button:hover,
.cancel-button:hover,
.portlet-create-button:hover {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
}
.secondary-button.disabled,
.default-btn.disabled,
.white-button.disabled,
.cancel-button.disabled,
.portlet-create-button.disabled {
  pointer-events: none;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-filter: grayscale(85%);
  -moz-filter: grayscale(85%);
  -ms-filter: grayscale(85%);
  -o-filter: grayscale(85%);
  filter: grayscale(85%);
  filter: gray;
}
.secondary-button .z-label,
.default-btn .z-label,
.white-button .z-label,
.cancel-button .z-label,
.portlet-create-button .z-label {
  color: #666;
  -webkit-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -moz-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -ms-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -o-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#f5f5f5));
  background-image: -webkit-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -o-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -moz-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: linear-gradient(top,#fefefe,#f5f5f5);
}
.secondary-button:hover .z-label,
.default-btn:hover .z-label,
.white-button:hover .z-label,
.cancel-button:hover .z-label,
.portlet-create-button:hover .z-label {
  color: #7CB830 !important;
  background-image: none;
  background-color: #fefefe !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#fefefe)) !important;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -o-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -moz-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: linear-gradient(top,#f5f5f5,#fefefe) !important;
  -webkit-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -moz-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -ms-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -o-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
}
.wizard-secondary-action-button {
  line-height: 1;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-indent: 0;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), 0 0 2px 0 rgba(153, 153, 153, 0.15);
  *zoom: 1;
  -webkit-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.14s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
  border-top: 1px solid rgba(200,200,200,0.4);
  border-left: 1px solid rgba(185,185,185,0.4);
  border-right: 1px solid rgba(185,185,185,0.4);
  border-bottom: 1px solid rgba(170,170,170,0.4);
}
.wizard-secondary-action-button:before,
.wizard-secondary-action-button:after {
  content: " ";
  display: table;
}
.wizard-secondary-action-button:after {
  clear: both;
}
.wizard-secondary-action-button:hover {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -ms-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  -o-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 0 7px 0 rgba(75, 75, 75, 0.25);
}
.wizard-secondary-action-button.disabled {
  pointer-events: none;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-filter: grayscale(85%);
  -moz-filter: grayscale(85%);
  -ms-filter: grayscale(85%);
  -o-filter: grayscale(85%);
  filter: grayscale(85%);
  filter: gray;
}
.wizard-secondary-action-button .z-label {
  color: #666;
  -webkit-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -moz-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -ms-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -o-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#f5f5f5));
  background-image: -webkit-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -o-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -moz-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: linear-gradient(top,#fefefe,#f5f5f5);
}
.wizard-secondary-action-button:hover .z-label {
  color: #7CB830 !important;
  background-image: none;
  background-color: #fefefe !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#fefefe)) !important;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -o-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: -moz-linear-gradient(top,#f5f5f5,#fefefe) !important;
  background-image: linear-gradient(top,#f5f5f5,#fefefe) !important;
  -webkit-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -moz-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -ms-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -o-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
}
button[type="button"]:focus {
  outline: none;
}
input[type="button"].default-btn,
input[type="button"].white-button,
input[type="button"].cancel-button,
input[type="button"].portlet-create-button {
  color: #666;
  -webkit-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -moz-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -ms-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -o-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#f5f5f5));
  background-image: -webkit-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -o-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: -moz-linear-gradient(top,#fefefe,#f5f5f5);
  background-image: linear-gradient(top,#fefefe,#f5f5f5);
}
input[type="button"].default-btn:hover,
input[type="button"].white-button:hover,
input[type="button"].cancel-button:hover,
input[type="button"].portlet-create-button:hover {
  color: #7CB830 !important;
  background-image: none;
  background-color: #ededed !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#fefefe,#ededed) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#ededed)) !important;
  background-image: -webkit-linear-gradient(top,#fefefe,#ededed) !important;
  background-image: -o-linear-gradient(top,#fefefe,#ededed) !important;
  background-image: -moz-linear-gradient(top,#fefefe,#ededed) !important;
  background-image: linear-gradient(top,#fefefe,#ededed) !important;
  -webkit-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -moz-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -ms-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  -o-text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
  text-shadow: 0px -1px 0 rgba(255,255,255,0.75) !important;
}
input[type="button"].default-btn:focus,
input[type="button"].white-button:focus,
input[type="button"].cancel-button:focus,
input[type="button"].portlet-create-button:focus {
  outline: none;
}
.zButton.loading .z-spinner,
.z-button.loading .z-spinner {
  display: inline-block;
  position: absolute;
  margin: 1px 0 0 4px;
}
.zButton.loading .z-icon,
.z-button.loading .z-icon {
  display: none;
}
.z-spinner {
  z-index: 10;
  width: 23px;
  height: 23px;
  display: none;
  position: absolute;
  left: 0px;
}
.z-spinner.loading {
  display: block !important;
}
.zLink,
.z-link {
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
  font-size: 11px;
  background-color: #282A76 !important;
}
.zLink:hover,
.z-link:hover {
  color: #fff !important;
  text-decoration: underline;
}
.z-action-link {
  font-size: 11px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none;
  color: #282A76;
}
.z-action-link:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
}
.z-action-link-active {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
a.simple-link {
  font-size: 11px;
  color: #282A76;
  border: none !important;
  text-decoration: underline;
  overflow: hidden;
}
a.simple-link:before,
a.simple-link:after {
  display: none !important;
}
a.simple-link:hover {
  color: #7CB830 !important;
}
a.simple-link:hover .z-label {
  color: #7CB830 !important;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}
a.simple-link .z-label {
  font-weight: normal;
  color: #282A76;
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
  text-decoration: underline !important;
}
a.simple-link .icon-x {
  font-weight: normal !important;
  font-size: 21px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 1;
  border: none;
  margin-right: 2px;
  outline: none !important;
  display: inline-block;
  position: relative;
  top: -1px;
  color: #7CB830;
}
.action-type-accept,
.action-accept,
.action-complete {
  border: 1px solid #6fa82d;
}
.action-type-accept .z-label,
.action-accept .z-label,
.action-complete .z-label {
  background-color: #6fa82d !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#97c43d,#6fa82d) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#97c43d),color-stop(100%,#6fa82d)) !important;
  background-image: -webkit-linear-gradient(top,#97c43d,#6fa82d) !important;
  background-image: -o-linear-gradient(top,#97c43d,#6fa82d) !important;
  background-image: -moz-linear-gradient(top,#97c43d,#6fa82d) !important;
  background-image: linear-gradient(top,#97c43d,#6fa82d) !important;
}
.action-type-accept:hover .z-label,
.action-accept:hover .z-label,
.action-complete:hover .z-label {
  color: #1f290c !important;
  background-color: #548022 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#97c43d,#548022) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#97c43d),color-stop(100%,#548022)) !important;
  background-image: -webkit-linear-gradient(top,#97c43d,#548022) !important;
  background-image: -o-linear-gradient(top,#97c43d,#548022) !important;
  background-image: -moz-linear-gradient(top,#97c43d,#548022) !important;
  background-image: linear-gradient(top,#97c43d,#548022) !important;
  -webkit-text-shadow: 0px -1px 0 #88b236 !important;
  -moz-text-shadow: 0px -1px 0 #88b236 !important;
  -ms-text-shadow: 0px -1px 0 #88b236 !important;
  -o-text-shadow: 0px -1px 0 #88b236 !important;
  text-shadow: 0px -1px 0 #88b236 !important;
}
.action-type-accept .button-label,
.action-accept .button-label,
.action-complete .button-label {
  color: #ffffff;
  -webkit-text-shadow: 0px -1px 0 #88b236;
  -moz-text-shadow: 0px -1px 0 #88b236;
  -ms-text-shadow: 0px -1px 0 #88b236;
  -o-text-shadow: 0px -1px 0 #88b236;
  text-shadow: 0px -1px 0 #88b236;
}
.action-type-accept .button-label:before,
.action-accept .button-label:before,
.action-complete .button-label:before {
  background-color: #6fa82d;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#97c43d,#6fa82d);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#97c43d),color-stop(100%,#6fa82d));
  background-image: -webkit-linear-gradient(top,#97c43d,#6fa82d);
  background-image: -o-linear-gradient(top,#97c43d,#6fa82d);
  background-image: -moz-linear-gradient(top,#97c43d,#6fa82d);
  background-image: linear-gradient(top,#97c43d,#6fa82d);
}
.action-type-accept .button-action:hover .button-label,
.action-accept .button-action:hover .button-label,
.action-complete .button-action:hover .button-label {
  color: #344415;
  -webkit-text-shadow: 0px -1px 0 #88b236;
  -moz-text-shadow: 0px -1px 0 #88b236;
  -ms-text-shadow: 0px -1px 0 #88b236;
  -o-text-shadow: 0px -1px 0 #88b236;
  text-shadow: 0px -1px 0 #88b236;
}
.action-type-accept .button-action:hover .button-label:before,
.action-accept .button-action:hover .button-label:before,
.action-complete .button-action:hover .button-label:before {
  background-color: #548022;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#97c43d,#548022);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#97c43d),color-stop(100%,#548022));
  background-image: -webkit-linear-gradient(top,#97c43d,#548022);
  background-image: -o-linear-gradient(top,#97c43d,#548022);
  background-image: -moz-linear-gradient(top,#97c43d,#548022);
  background-image: linear-gradient(top,#97c43d,#548022);
}
.action-type-reject,
.action-reject {
  border: 1px solid #a82d31;
}
.action-type-reject .z-label,
.action-reject .z-label {
  background-color: #a82d31 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#c43d53,#a82d31) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c43d53),color-stop(100%,#a82d31)) !important;
  background-image: -webkit-linear-gradient(top,#c43d53,#a82d31) !important;
  background-image: -o-linear-gradient(top,#c43d53,#a82d31) !important;
  background-image: -moz-linear-gradient(top,#c43d53,#a82d31) !important;
  background-image: linear-gradient(top,#c43d53,#a82d31) !important;
}
.action-type-reject:hover .z-label,
.action-reject:hover .z-label {
  color: #290c11 !important;
  background-color: #802225 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#c43d53,#802225) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c43d53),color-stop(100%,#802225)) !important;
  background-image: -webkit-linear-gradient(top,#c43d53,#802225) !important;
  background-image: -o-linear-gradient(top,#c43d53,#802225) !important;
  background-image: -moz-linear-gradient(top,#c43d53,#802225) !important;
  background-image: linear-gradient(top,#c43d53,#802225) !important;
  -webkit-text-shadow: 0px -1px 0 #b2364a !important;
  -moz-text-shadow: 0px -1px 0 #b2364a !important;
  -ms-text-shadow: 0px -1px 0 #b2364a !important;
  -o-text-shadow: 0px -1px 0 #b2364a !important;
  text-shadow: 0px -1px 0 #b2364a !important;
}
.action-type-reject .button-label,
.action-reject .button-label {
  color: #ffffff;
  -webkit-text-shadow: 0px -1px 0 #b2364a;
  -moz-text-shadow: 0px -1px 0 #b2364a;
  -ms-text-shadow: 0px -1px 0 #b2364a;
  -o-text-shadow: 0px -1px 0 #b2364a;
  text-shadow: 0px -1px 0 #b2364a;
}
.action-type-reject .button-label:before,
.action-reject .button-label:before {
  background-color: #a82d31;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#c43d53,#a82d31);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c43d53),color-stop(100%,#a82d31));
  background-image: -webkit-linear-gradient(top,#c43d53,#a82d31);
  background-image: -o-linear-gradient(top,#c43d53,#a82d31);
  background-image: -moz-linear-gradient(top,#c43d53,#a82d31);
  background-image: linear-gradient(top,#c43d53,#a82d31);
}
.action-type-reject .button-action:hover .button-label,
.action-reject .button-action:hover .button-label {
  color: #44151c;
  -webkit-text-shadow: 0px -1px 0 #b2364a;
  -moz-text-shadow: 0px -1px 0 #b2364a;
  -ms-text-shadow: 0px -1px 0 #b2364a;
  -o-text-shadow: 0px -1px 0 #b2364a;
  text-shadow: 0px -1px 0 #b2364a;
}
.action-type-reject .button-action:hover .button-label:before,
.action-reject .button-action:hover .button-label:before {
  background-color: #802225;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#c43d53,#802225);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#c43d53),color-stop(100%,#802225));
  background-image: -webkit-linear-gradient(top,#c43d53,#802225);
  background-image: -o-linear-gradient(top,#c43d53,#802225);
  background-image: -moz-linear-gradient(top,#c43d53,#802225);
  background-image: linear-gradient(top,#c43d53,#802225);
}
.action-take,
.action-type-finish {
  border: 1px solid #e4b600;
}
.action-take .z-label,
.action-type-finish .z-label {
  background-color: #e4b600 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#ffcc00,#e4b600) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcc00),color-stop(100%,#e4b600)) !important;
  background-image: -webkit-linear-gradient(top,#ffcc00,#e4b600) !important;
  background-image: -o-linear-gradient(top,#ffcc00,#e4b600) !important;
  background-image: -moz-linear-gradient(top,#ffcc00,#e4b600) !important;
  background-image: linear-gradient(top,#ffcc00,#e4b600) !important;
}
.action-take:hover .z-label,
.action-type-finish:hover .z-label {
  color: #332900 !important;
  background-color: #b18d00 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#ffcc00,#b18d00) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcc00),color-stop(100%,#b18d00)) !important;
  background-image: -webkit-linear-gradient(top,#ffcc00,#b18d00) !important;
  background-image: -o-linear-gradient(top,#ffcc00,#b18d00) !important;
  background-image: -moz-linear-gradient(top,#ffcc00,#b18d00) !important;
  background-image: linear-gradient(top,#ffcc00,#b18d00) !important;
  -webkit-text-shadow: 0px -1px 0 #e6b800 !important;
  -moz-text-shadow: 0px -1px 0 #e6b800 !important;
  -ms-text-shadow: 0px -1px 0 #e6b800 !important;
  -o-text-shadow: 0px -1px 0 #e6b800 !important;
  text-shadow: 0px -1px 0 #e6b800 !important;
}
.action-take .button-label,
.action-type-finish .button-label {
  color: #ffffff;
  -webkit-text-shadow: 0px -1px 0 #e6b800;
  -moz-text-shadow: 0px -1px 0 #e6b800;
  -ms-text-shadow: 0px -1px 0 #e6b800;
  -o-text-shadow: 0px -1px 0 #e6b800;
  text-shadow: 0px -1px 0 #e6b800;
}
.action-take .button-label:before,
.action-type-finish .button-label:before {
  background-color: #e4b600;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#ffcc00,#e4b600);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcc00),color-stop(100%,#e4b600));
  background-image: -webkit-linear-gradient(top,#ffcc00,#e4b600);
  background-image: -o-linear-gradient(top,#ffcc00,#e4b600);
  background-image: -moz-linear-gradient(top,#ffcc00,#e4b600);
  background-image: linear-gradient(top,#ffcc00,#e4b600);
}
.action-take .button-action:hover .button-label,
.action-type-finish .button-action:hover .button-label {
  color: #574500;
  -webkit-text-shadow: 0px -1px 0 #e6b800;
  -moz-text-shadow: 0px -1px 0 #e6b800;
  -ms-text-shadow: 0px -1px 0 #e6b800;
  -o-text-shadow: 0px -1px 0 #e6b800;
  text-shadow: 0px -1px 0 #e6b800;
}
.action-take .button-action:hover .button-label:before,
.action-type-finish .button-action:hover .button-label:before {
  background-color: #b18d00;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#ffcc00,#b18d00);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffcc00),color-stop(100%,#b18d00));
  background-image: -webkit-linear-gradient(top,#ffcc00,#b18d00);
  background-image: -o-linear-gradient(top,#ffcc00,#b18d00);
  background-image: -moz-linear-gradient(top,#ffcc00,#b18d00);
  background-image: linear-gradient(top,#ffcc00,#b18d00);
}
.action-type-restart {
  border: 1px solid #4d6c87;
}
.action-type-restart .z-label {
  background-color: #4d6c87 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#4e6d87,#4d6c87) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4e6d87),color-stop(100%,#4d6c87)) !important;
  background-image: -webkit-linear-gradient(top,#4e6d87,#4d6c87) !important;
  background-image: -o-linear-gradient(top,#4e6d87,#4d6c87) !important;
  background-image: -moz-linear-gradient(top,#4e6d87,#4d6c87) !important;
  background-image: linear-gradient(top,#4e6d87,#4d6c87) !important;
}
.action-type-restart:hover .z-label {
  color: #030506 !important;
  background-color: #3a5267 !important;
  background-repeat: repeat-x !important;
  background-image: -ms-linear-gradient(top,#4e6d87,#3a5267) !important;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4e6d87),color-stop(100%,#3a5267)) !important;
  background-image: -webkit-linear-gradient(top,#4e6d87,#3a5267) !important;
  background-image: -o-linear-gradient(top,#4e6d87,#3a5267) !important;
  background-image: -moz-linear-gradient(top,#4e6d87,#3a5267) !important;
  background-image: linear-gradient(top,#4e6d87,#3a5267) !important;
  -webkit-text-shadow: 0px -1px 0 #456077 !important;
  -moz-text-shadow: 0px -1px 0 #456077 !important;
  -ms-text-shadow: 0px -1px 0 #456077 !important;
  -o-text-shadow: 0px -1px 0 #456077 !important;
  text-shadow: 0px -1px 0 #456077 !important;
}
.action-type-restart .button-label {
  color: #ffffff;
  -webkit-text-shadow: 0px -1px 0 #456077;
  -moz-text-shadow: 0px -1px 0 #456077;
  -ms-text-shadow: 0px -1px 0 #456077;
  -o-text-shadow: 0px -1px 0 #456077;
  text-shadow: 0px -1px 0 #456077;
}
.action-type-restart .button-label:before {
  background-color: #4d6c87;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#4e6d87,#4d6c87);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4e6d87),color-stop(100%,#4d6c87));
  background-image: -webkit-linear-gradient(top,#4e6d87,#4d6c87);
  background-image: -o-linear-gradient(top,#4e6d87,#4d6c87);
  background-image: -moz-linear-gradient(top,#4e6d87,#4d6c87);
  background-image: linear-gradient(top,#4e6d87,#4d6c87);
}
.action-type-restart .button-action:hover .button-label {
  color: #10171c;
  -webkit-text-shadow: 0px -1px 0 #456077;
  -moz-text-shadow: 0px -1px 0 #456077;
  -ms-text-shadow: 0px -1px 0 #456077;
  -o-text-shadow: 0px -1px 0 #456077;
  text-shadow: 0px -1px 0 #456077;
}
.action-type-restart .button-action:hover .button-label:before {
  background-color: #3a5267;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#4e6d87,#3a5267);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4e6d87),color-stop(100%,#3a5267));
  background-image: -webkit-linear-gradient(top,#4e6d87,#3a5267);
  background-image: -o-linear-gradient(top,#4e6d87,#3a5267);
  background-image: -moz-linear-gradient(top,#4e6d87,#3a5267);
  background-image: linear-gradient(top,#4e6d87,#3a5267);
}
.juiportlet-columns {
  *zoom: 1;
}
.juiportlet-columns:before,
.juiportlet-columns:after {
  content: " ";
  display: table;
}
.juiportlet-columns:after {
  clear: both;
}
.juiportlet-column {
  float: left;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
.juiportlet-column + .juiportlet-column .juiportlet-widget {
  margin-right: 0;
}
.juiportlet-widget-column1 {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.juiportlet-widget-column2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.juiportlet-column-split-even-2 {
  width: 50%;
}
.juiportlet-column-no-split {
  width: 100%;
}
.juiportlet-column-no-split .juiportlet-widget {
  margin-right: 0;
}
.juiportlet-column-split-left-75 {
  width: 65%;
}
.juiportlet-column-split-right-25 {
  width: 35%;
}
.juiportlet-widget {
  min-width: 265px;
  margin: 0px 20px 20px 0px;
  padding: 0;
  border: 1px solid #CCC;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -ms-box-shadow: inset 0 0 0 2px #ffffff;
  -o-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  background-color: #f5f5f5 ;
  background-repeat: no-repeat ;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),color-stop(80%,#f5f5f5),to(#f5f5f5)) ;
  background-image: -webkit-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -ms-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -o-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: -moz-linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  background-image: linear-gradient(#ffffff,#f5f5f5 80%,#f5f5f5) ;
  -webkit-box-shadow: 0 0 10px 1px rgba(175,175,175,0.15);
  -moz-box-shadow: 0 0 10px 1px rgba(175,175,175,0.15);
  -ms-box-shadow: 0 0 10px 1px rgba(175,175,175,0.15);
  -o-box-shadow: 0 0 10px 1px rgba(175,175,175,0.15);
  box-shadow: 0 0 10px 1px rgba(175,175,175,0.15);
}
.juiportlet-widget-head {
  width: 100%;
  height: 43px;
  line-height: 43px;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  position: relative;
  border-bottom: 1px solid #CCC;
  z-index: 999;
}
.juiportlet-widget-head h3 {
  float: left;
  position: relative;
  margin-left: 15px;
}
.juiportlet-widget-head a.collapse {
  visibility: hidden;
  display: none;
  float: left;
  width: 14px;
  height: 40px;
  text-indent: -9999em;
  margin: 0 8px;
  outline: none;
}
.juiportlet-widget-head a.remove:hover .icon:after,
.juiportlet-widget-head a.edit:hover .icon:after {
  color: #282A76;
}
.portlet-actions-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: 10px;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
}
.juiportlet-widget-placeholder {
  margin: 0 20px 20px 2px;
  border: 2px dashed #282A76;
}
.juiportlet-widget-content {
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
}
.juiportlet-widget-content > li {
  padding: 10px 15px;
  border-bottom: 1px solid #dfdfdf;
  list-style: none;
}
.juiportlet-widget-content > li:last-child {
  border-bottom: none;
}
.juiportlet-widget-content .summary,
.juiportlet-widget-content .rssHeader {
  padding: 10px 15px 0 15px;
}
.juiportlet-widget-coifrntent .items {
  border: none !important;
}
.juiportlet-widget-coifrntent .items thead > tr th,
.juiportlet-widget-coifrntent .items thead > tr td {
  border-top: none;
}
.juiportlet-widget-content table.items tbody tr:last-child > td {
  border-bottom: none;
}
.type-opportunities h3:before {
  content: "9";
}
.type-opportunities .icon-empty:before {
  content: "9";
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-contacts .icon-empty:before {
  content: "e";
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.juiportlet-widget-head.type-contacts h3 {
  padding-left: 30px;
  position: relative;
}
.juiportlet-widget-head.type-contacts h3:before {
  content: "e";
  font-weight: normal !important;
  font-size: 32px;
  font-family: "zurmo_gamification_symbly_rRg";
  color: #7A7A7A;
  line-height: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}
.type-tasks .icon-empty:before {
  content: "4";
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-activities .icon-empty:before {
  content: '\00A5';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-products .icon-empty:before {
  content: '\003E';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-socialItems .icon-empty:before {
  content: 'u';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-missions .icon-empty:before {
  content: 'Q';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-leads .icon-empty:before {
  content: '.';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-accounts .icon-empty:before {
  content: 'P';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-contacts .icon-empty:before {
  content: "e";
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-opportunities h3 {
  padding-left: 30px;
  position: relative;
}
.type-opportunities h3:before {
  font-weight: normal !important;
  font-size: 32px;
  font-family: "zurmo_gamification_symbly_rRg";
  color: #7A7A7A;
  line-height: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}
.type-campaigns .icon-empty:before {
  content: '\002C';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-achievements .icon-empty:before {
  content: ';';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-gameRewards .icon-empty:before {
  content: '\2205';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-queues .icon-empty:before {
  content: 'GG';
  font-weight: normal !important;
  font-size: 38px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
  letter-spacing: -40px;
}
.type-projects .icon-empty:before {
  content: '\02C7';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-accountContactAffiliations .icon-empty:before {
  content: '\00F4';
  font-weight: normal !important;
  font-size: 55px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-accountAccountAffiliations .icon-empty:before {
  content: '\00FB';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-marketingLists .icon-empty:before {
  content: '\0022';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-maps .icon-empty:before {
  content: 'L';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-users .icon-empty:before {
  content: '\0066';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
.type-images .icon-empty:before {
  content: '\0112';
  font-weight: normal !important;
  font-size: 45px;
  font-family: "zurmo_gamification_symbly_rRg";
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
#ReportsSearchView .search-view-1 table {
  border-bottom: none;
  margin-bottom: 15px;
}
#ReportsSearchView .search-view-1 td {
  width: 34%;
  padding-right: 1%;
}
#ReportsSearchView .search-view-1 th {
  width: 15%;
}
#ReportsSearchView .search-view-1 td+th {
  padding-left: 1%;
}
#ReportsSearchView .search-view-1 td:last-child {
  padding-right: 0;
}
.ComponentForWorkflowWizardView .view-toolbar-container,
.ComponentForReportWizardView .view-toolbar-container {
  margin-top: 30px;
}
.ComponentForWorkflowWizardView h3 + div,
.ComponentForReportWizardView h3 + div {
  position: relative;
}
.ComponentForWorkflowWizardView .treeview ul,
.ComponentForReportWizardView .treeview ul {
  background: none;
}
.ComponentForWorkflowWizardView .treeview li:hover,
.ComponentForReportWizardView .treeview li:hover {
  cursor: pointer;
}
.ComponentForWorkflowWizardView .treeview li:active,
.ComponentForReportWizardView .treeview li:active {
  cursor: move;
}
.ComponentForWorkflowWizardView .treeview span:hover,
.ComponentForReportWizardView .treeview span:hover {
  color: #282A76;
}
.ComponentForWorkflowWizardView .treeview .ui-draggable-dragging,
.ComponentForReportWizardView .treeview .ui-draggable-dragging {
  background: none;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  text-indent: 0;
  line-height: 30px;
  min-width: 120px;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#ededed));
  background-image: -webkit-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -o-linear-gradient(top,#f6f6f6,#ededed);
  background-image: -moz-linear-gradient(top,#f6f6f6,#ededed);
  background-image: linear-gradient(top,#f6f6f6,#ededed);
}
.ComponentForWorkflowWizardView .radio-input,
.ComponentForReportWizardView .radio-input {
  margin-bottom: 10px !important;
}
#ModuleForWorkflowWizardView table span,
#ModuleForReportWizardView table span {
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
#ModuleForWorkflowWizardView table td,
#ModuleForReportWizardView table td {
  padding-left: 0;
}
.hasTree {
  width: 25%;
  float: left;
  padding: 8px 0;
  min-height: 500px;
  max-height: 600px;
  overflow: auto;
  z-index: 10;
  -webkit-transition: all 0.5s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.5s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.5s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.5s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.5s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.hasTree .big-spinner {
  margin-left: 45%;
  margin-top: 30%;
}
.dynamic-droppable-area {
  width: 75%;
  float: right;
  padding-left: 15px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}
.droppable-dynamic-rows-container.ui-droppable {
  float: left;
  width: 100%;
  z-index: 0;
  min-height: 600px;
  position: relative;
  margin-bottom: 15px;
}
.droppable-dynamic-rows-container.ui-droppable.ui-state-active .drop-zone {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.droppable-dynamic-rows-container.EmailMessages,
.droppable-dynamic-rows-container.Actions {
  min-height: 0;
}
.activate-drop-zone {
  -webkit-transition: all 0.75s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.75s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.75s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.75s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.75s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.activate-drop-zone .drop-zone {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 100;
}
.drop-zone {
  color: #282A76;
  -webkit-transition: all 0.25s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.25s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.25s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.25s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.25s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  clear: left;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 0;
  background: rgba(255,255,255,0.5);
}
.drop-zone div {
  padding-top: 35%;
  display: block;
  width: 100%;
  height: 100%;
}
.cloned {
  border: 2px solid red !important;
  z-index: 10000;
}
.dynamic-rows {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
}
.dynamic-rows ul,
.dynamic-rows li {
  list-style: none;
}
.dynamic-row {
  *zoom: 1;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
  background: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px 10px 10px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.3) , 1px 1px 1px 0px rgba(153, 153, 153, 0.15);
  -moz-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.3) , 1px 1px 1px 0px rgba(153, 153, 153, 0.15);
  -ms-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.3) , 1px 1px 1px 0px rgba(153, 153, 153, 0.15);
  -o-box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.3) , 1px 1px 1px 0px rgba(153, 153, 153, 0.15);
  box-shadow: inset 0 0 0 1px rgba(204, 204, 204, 0.3) , 1px 1px 1px 0px rgba(153, 153, 153, 0.15);
}
.dynamic-row:before,
.dynamic-row:after {
  content: " ";
  display: table;
}
.dynamic-row:after {
  clear: both;
}
.dynamic-row > div {
  position: relative;
  float: left;
  width: 100%;
  *zoom: 1;
}
.dynamic-row > div:before,
.dynamic-row > div:after {
  content: " ";
  display: table;
}
.dynamic-row > div:after {
  clear: both;
}
.dynamic-row > div > span:first-child + div {
  margin-right: 0 !important;
  width: 45%;
  float: left;
}
.dynamic-row > div .criteria-value-container {
  margin-right: 30px !important;
  width: 45%;
  float: right;
}
.dynamic-row > div .has-model-select {
  float: left;
}
.dynamic-row label.hasCheckBox {
  margin-left: 0 !important;
}
.dynamic-row .edit-dynamic-row-link {
  margin-left: 0;
  cursor: pointer;
}
.dynamic-row .remove-dynamic-row-link {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  color: #a7a7a7 !important;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.dynamic-row .dynamic-row-number-label {
  position: absolute;
  width: 25px;
  text-align: right;
  left: -32px;
  top: 0;
  float: left;
  line-height: 26px;
  margin-right: 15px;
  font-weight: bold;
  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.dynamic-row .errorMessage {
  margin-bottom: 5px;
}
.dynamic-row .hasDropDown {
  width: auto !important;
}
.dynamic-row:hover .remove-dynamic-row-link {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dynamic-row .z-button {
  margin-left: 0;
}
.remove-action-row-link {
  position: relative;
  top: -9px;
  margin-left: 10px;
}
.dynamic-row.clone {
  padding: 15px;
  position: absolute;
  z-index: 10000;
}
.glow {
  background-color: #ffffe0;
  border-color: #e6db55;
}
.dynamic-sub-row {
  *zoom: 1;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
.dynamic-sub-row:before,
.dynamic-sub-row:after {
  content: " ";
  display: table;
}
.dynamic-sub-row:after {
  clear: both;
}
.dynamic-sub-row .dynamic-action-attribute-should-set-value {
  padding: 0;
  width: auto;
  margin-right: 10px;
}
.dynamic-sub-row .dynamic-row-label {
  width: 25%;
}
.dynamic-sub-row .dynamic-action-attribute-type-and-value-wrapper {
  width: 70%;
}
.dynamic-sub-row + h3 {
  margin-top: 15px;
}
.dynamic-action-attribute-type {
  width: 35%;
  float: left;
}
.dynamic-action-attribute-type > span {
  line-height: 26px;
}
.dynamic-action-attribute-type + .value-data {
  width: 65%;
  padding-left: 15px;
}
.Filters .dynamic-row,
.Triggers .dynamic-row,
.Actions .dynamic-row,
.EmailMessages .dynamic-row {
  padding: 10px 30px;
}
.ui-sortable .dynamic-row:hover,
.sortable .dynamic-row:hover {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background: #f0f0f0 url("../images/drag-handle.png") left top repeat-y;
}
.ui-sortable .ui-sortable-helper .dynamic-row,
.sortable .ui-sortable-helper .dynamic-row {
  cursor: move;
  background-color: #f5f5f5;
}
.ui-sortable .expanded-row .dynamic-row:hover,
.sortable .expanded-row .dynamic-row:hover {
  background-image: none !important;
}
.dynamic-row-label {
  float: left;
  line-height: 26px;
  width: 25%;
}
.dynamic-action-attribute-should-set-value,
.dynamic-row-operator {
  float: left;
  width: 20%;
  padding-left: 15px;
}
.dynamic-action-attribute-type-and-value-wrapper,
.dynamic-row-field {
  float: right;
  width: 75%;
}
.value-data {
  float: right;
  width: 80%;
}
.value-data .has-model-select {
  width: 100%;
}
.two-value-areas_ > div {
  width: 45%;
  float: left;
}
.two-value-areas_ > div + div {
  width: 55%;
}
.two-value-areas_ > div + div .dynamic-and-for-mixed {
  padding-left: 15px;
  padding-right: 5px;
  width: 20%;
}
.two-value-areas_ > div + div input {
  width: 80%;
}
.report-runtime-availability {
  min-width: 145px;
  position: relative;
  display: block;
  float: right;
  line-height: 26px;
  font-size: 11px;
  margin: 0 0 0 -160px;
}
.report-runtime-availability label {
  float: right !important;
  margin-right: 5px;
}
.report-runtime-availability .hasCheckBox {
  float: left !important;
  margin-left: 0;
  margin-right: 8px !important;
}
.hasFilter .dynamic-row-label {
  width: 100%;
}
.hasFilter .dynamic-row-operator {
  padding-left: 0;
}
.hasFilter .value-data {
  float: left;
  width: 100%;
  padding-right: 160px;
}
.hasFilter .dynamic-row-operator + .value-data {
  padding-left: 15px;
  width: 80%;
}
.first-date-area {
  display: block;
}
.dynamic-and-for-mixed {
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
}
#show-triggers-structure-wrapper,
#show-filters-structure-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  float: left;
  margin-top: 15px;
}
#show-triggers-structure-wrapper span,
#show-filters-structure-wrapper span {
  width: 120px;
}
#show-triggers-structure-div-link,
#show-filters-structure-div-link {
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
  font-size: 11px;
  background-color: #282A76 !important;
}
#RuntimeFiltersForPortletView {
  float: left;
  width: 100%;
}
#RuntimeFiltersForPortletView .wrapper,
#RuntimeFiltersForPortletView #edit-form,
#RuntimeFiltersForPortletView .dynamic-row {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#RuntimeFiltersForPortletView .dynamic-row {
  padding: 0 0 15px 0;
}
#RuntimeFiltersForPortletView .value-data {
  width: 55%;
  padding-left: 15px;
}
#RuntimeFiltersForPortletView .dynamic-rows {
  float: none;
}
#RuntimeFiltersForPortletView .first-date-area {
  margin-top: 0;
}
#RuntimeFiltersForPortletView .view-toolbar-container {
  width: 100%;
}
.ReportResultsComponentForPortletView {
  position: relative;
  min-height: 60px;
}
.ReportResultsComponentForPortletView .big-spinner {
  display: block;
  float: left;
  position: relative;
  left: 50%;
  margin: 10px 0 0 -21px;
  height: 65px;
}
.ReportResultsGridView #report-results-grid-view {
  overflow-x: auto;
}
.ReportResultsGridView #report-results-grid-view > .items th,
.ReportResultsGridView #report-results-grid-view > .items td {
  border-left: 1px solid #DFDFDF !important;
}
.ReportResultsGridView #report-results-grid-view > .items th {
  border-top: 1px solid #DFDFDF !important;
}
.ReportResultsGridView #report-results-grid-view > .items thead th:first-child {
  border-left: none !important;
}
.ReportResultsGridView #report-results-grid-view > .items thead tr:first-child th,
.ReportResultsGridView #report-results-grid-view > .items thead tr:first-child td {
  border-top: none !important;
}
.ReportResultsGridView #report-results-grid-view > .items tbody th:first-child {
  padding-left: 5px !important;
  border-left: none !important;
}
.ReportResultsGridView #report-results-grid-view > .items tbody td:first-child,
.ReportResultsGridView #report-results-grid-view > .items tfoot td:first-child {
  border-left: none !important;
}
.ReportResultsGridView #report-results-grid-view > .items .total-column,
.ReportResultsGridView #report-results-grid-view > .items tfoot td {
  font-weight: bold;
  display: block;
  padding: 10px;
  border-top: 1px solid #DFDFDF;
  background: #111 url("../images/dark-texture-table-footer.png") left top repeat-x !important;
  color: #FFF;
  background-color: #3d3d3d !important;
  display: table-cell;
  border-color: transparent !important;
  border: none !important;
  border-left: 1px solid #3d3d3d !important;
}
.ReportResultsGridView #report-results-grid-view > .items .expanded-row td,
.ReportResultsGridView #report-results-grid-view > .items .expanded-row th {
  background-color: #333;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#222,#333);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#222),color-stop(100%,#333));
  background-image: -webkit-linear-gradient(top,#222,#333);
  background-image: -o-linear-gradient(top,#222,#333);
  background-image: -moz-linear-gradient(top,#222,#333);
  background-image: linear-gradient(top,#222,#333);
  color: #EFEFEF;
  border: 1px solid #333;
}
.ReportResultsGridView #report-results-grid-view > .items .expanded-row td a,
.ReportResultsGridView #report-results-grid-view > .items .expanded-row th a {
  color: #EFEFEF;
}
.ReportResultsGridView #report-results-grid-view > .items .expanded-row td a:hover,
.ReportResultsGridView #report-results-grid-view > .items .expanded-row th a:hover {
  color: #fff;
  text-decoration: underline;
}
.ReportResultsGridView .items {
  overflow-x: hidden;
}
.ReportResultsGridView .icon-empty:before {
  content: "V";
}
#MatrixReportResultsGridView #report-results-grid-view > .items th,
#MatrixReportResultsGridView #report-results-grid-view td {
  text-align: center !important;
}
#UserCannotRenderReportProperlySplashView {
  float: left;
  margin-bottom: 30px;
}
#ChartForReportWizardView .panel > label {
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
#ChartForReportWizardView .right-side-edit-view-panel label {
  float: none;
}
.hasDrillDownContent {
  padding: 0 5px 5px 5px !important;
  background-color: #555;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top,#333,#555);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#333),color-stop(100%,#555));
  background-image: -webkit-linear-gradient(top,#333,#555);
  background-image: -o-linear-gradient(top,#333,#555);
  background-image: -moz-linear-gradient(top,#333,#555);
  background-image: linear-gradient(top,#333,#555);
}
.hasDrillDownContent .big-spinner {
  margin-top: 10px;
}
.drillDownContent {
  background: #fff;
  min-height: 60px;
  border-top: none;
}
.drillDownContent tbody td,
.drillDownContent tbody th {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.drillDownContent > h4,
.drillDownContent > h5 {
  padding: 5px 5px 0 5px;
}
.hasDrillDownLink {
  padding: 10px 0 !important;
  width: 20px !important;
  text-align: center !important;
}
.drilldown-link {
  cursor: pointer;
  display: block;
  text-align: left;
  font-weight: normal !important;
  font-size: 18px;
  font-family: "zurmo_gamification_symbly_rRg";
  position: relative;
  left: 5px;
  top: -2px;
}
.refreshPortletLink {
  position: absolute;
  top: -28px;
  right: 10px;
}
.first-series-and-range-area > div,
.second-series-and-range-area > div {
  margin-bottom: 15px;
  width: 50%;
  float: left;
  padding-right: 5px;
}
.first-series-and-range-area > div + div,
.second-series-and-range-area > div + div {
  padding-left: 5px;
  padding-right: 0;
}
#series-and-range-areas {
  width: auto;
  float: none;
  clear: left;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin-bottom: 15px;
}
#series-and-range-areas .buffer {
  padding-left: 22px;
}
#CampaignDetailsView .view-toolbar ul:first-child > li > a,
#MarketingListDetailsView .view-toolbar ul:first-child > li > a,
#ReportDetailsView .view-toolbar ul:first-child > li > a {
  border-left: none;
}
.zero-components-view {
  float: left;
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
}
.zero-components-view .large-icon {
  border-right: none;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.zero-components-view h2 {
  padding-top: 10px;
  text-align: center;
  width: 55%;
  margin: 0 auto;
}
.zero-components-view .large-icon:after {
  margin-right: 45px;
}
.zero-components-view.Actions,
.zero-components-view.EmailMessages,
.zero-components-view.WorkflowRulesOrder,
.zero-components-view.TimeTrigger {
  position: relative;
  top: 0;
  left: 0;
  float: none;
}
.related-model-selector {
  float: left;
  width: 75%;
  margin: 10px 0 0 25%;
}
.missing-report:after,
.Warning .large-icon:after {
  content: "j";
  font-weight: normal !important;
  font-size: 250px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 60%;
}
.SavedReport .large-icon:after {
  content: "V";
  font-weight: normal !important;
  font-size: 320px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 55%;
}
.SavedWorkflow .large-icon:after {
  content: '\20AC';
  font-weight: normal !important;
  font-size: 330px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 55%;
}
.FilterIconOrSomethingElse .large-icon:after,
.ZeroFilters .large-icon:after {
  content: '\00A9';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
.ZeroGroupBys .large-icon:after {
  content: '\002A';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
.ZeroDisplayAttributes .large-icon:after {
  content: '\00AB';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
.WorkflowRulesOrder .large-icon:after,
.ZeroOrderBys .large-icon:after {
  content: '\2039';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
.ZeroDrillDownDisplayAttributes .large-icon:after {
  content: '\00BB';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
.ZeroTriggers .large-icon:after {
  content: '\007E';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
.ZeroActions .large-icon:after {
  content: '\00A3';
  font-weight: normal !important;
  font-size: 300px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
.ZeroEmailMessages .large-icon:after {
  content: '\00A5';
  font-weight: normal !important;
  font-size: 235px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
.NoTimeTrigger .large-icon:after,
.ZeroTimeTrigger .large-icon:after {
  content: 'q';
  font-weight: normal !important;
  font-size: 235px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 30%;
}
#ReportResultsSQLView {
  padding: 15px;
  font-family: monospace, monaco, sans-serif;
  line-height: 18px;
  color: #333;
}
#ReportResultsSQLView > div + div {
  margin-top: 15px;
}
.Triggers .value-data {
  padding-right: 0;
}
.EmailMessages .col-0 {
  width: 20% !important;
}
.EmailMessages .col-1 {
  width: 80% !important;
}
.EmailMessages .panel {
  width: 100% !important;
}
.email-message-recipient-rows .hasDropDown {
  float: left;
  min-width: 20%;
}
.email-message-recipient-rows .dynamic-row-label {
  width: 100%;
}
.email-message-recipient-rows .value-data {
  padding-left: 15px;
}
.email-message-recipient-rows .value-data .hasDropDown {
  width: 100% !important;
}
.email-message-recipient-rows .dynamic-sub-row {
  padding: 0 20px;
}
.email-message-recipient-rows .dynamic-sub-row > div {
  position: relative;
}
.email-message-recipient-rows:hover .remove-dynamic-email-message-recipient-row-link {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.remove-dynamic-email-message-recipient-row-link {
  position: absolute;
  right: 0;
  top: 26px;
  display: block;
  font-weight: normal !important;
  font-size: 24px;
  font-family: "zurmo_gamification_symbly_rRg";
  color: #a7a7a7 !important;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -moz-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -o-transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  transition: all 0.2s cubic-bezier(0.390,0.575,0.565,1.000);
  -ms-transform: translate(0px,0);
  -moz-transform: translate(0px,0);
  -webkit-transform: translate3d(0px,0,0);
  transform: translate(0px,0);
}
.email-message-recipient-type-selector-container {
  width: 22%;
  margin: 0 0 15px 0;
}
.operation-duration-fields.twoFields > input,
.operation-duration-fields.twoFields .hasDropDown {
  width: 49% !important;
  float: left;
  margin-left: 2%;
}
.operation-duration-fields.threeFields > input,
.operation-duration-fields.threeFields .hasDropDown {
  width: 32% !important;
  float: left;
  margin-left: 2%;
}
.operation-duration-fields > :first-child {
  margin-left: 0 !important;
}
.all-related-field {
  float: left;
  width: 80%;
  padding-left: 10px;
}
.all-related-field .value-data {
  width: 42.5%;
  float: left;
}
.all-related-field > span {
  width: 15%;
  float: left;
  line-height: 26px;
}
.all-related-field > span + .value-data {
  float: left;
}
.static-address-field {
  float: left;
  width: 80%;
}
.static-address-field .value-data {
  width: 100%;
}
.static-address-field .value-data + .value-data {
  margin-top: 10px;
}
.static-address-field .value-data > span {
  float: left;
  line-height: 26px;
  width: 30%;
}
.static-address-field .value-data > input {
  float: left;
  width: 70%;
}
.zero-components-view.TimeTrigger,
#time-trigger-container {
  float: right !important;
  width: 80% !important;
  padding-left: 15px;
  *zoom: 1;
}
.zero-components-view.TimeTrigger:before,
.zero-components-view.TimeTrigger:after,
#time-trigger-container:before,
#time-trigger-container:after {
  content: " ";
  display: table;
}
.zero-components-view.TimeTrigger:after,
#time-trigger-container:after {
  clear: both;
}
.zero-components-view.TimeTrigger .value-data,
#time-trigger-container .value-data {
  float: left;
  width: 55%;
}
.zero-components-view.TimeTrigger .first-value-area,
#time-trigger-container .first-value-area {
  margin-left: 15px;
}
.time-trigger-attribute-selector-container {
  width: 20%;
  float: left;
  min-height: 300px;
}
.dynamic-row-duration {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-top: 10px;
  padding-left: 15px;
}
.dynamic-row-duration > div {
  margin-top: 0 !important;
}
.operation-duration-fields {
  *zoom: 1;
}
.operation-duration-fields:before,
.operation-duration-fields:after {
  content: " ";
  display: table;
}
.operation-duration-fields:after {
  clear: both;
}
.operation-duration-fields > div:first-child {
  width: 27.5%;
  float: left;
  line-height: 26px;
}
.operation-duration-fields > div:first-child + input {
  float: left;
  width: 28%;
  margin-right: 2%;
}
.operation-duration-fields .hasDropDown {
  float: left;
  width: 42.5% !important;
}
.ComponentForWorkflowWizardView .add-email-message-button-container,
.ComponentForWorkflowWizardView .action-type-selector-container {
  width: 20%;
  float: left !important;
  *zoom: 1;
}
.ComponentForWorkflowWizardView .add-email-message-button-container:before,
.ComponentForWorkflowWizardView .add-email-message-button-container:after,
.ComponentForWorkflowWizardView .action-type-selector-container:before,
.ComponentForWorkflowWizardView .action-type-selector-container:after {
  content: " ";
  display: table;
}
.ComponentForWorkflowWizardView .add-email-message-button-container:after,
.ComponentForWorkflowWizardView .action-type-selector-container:after {
  clear: both;
}
.ComponentForWorkflowWizardView .droppable-dynamic-rows-container,
.ComponentForWorkflowWizardView .zero-components-view {
  float: left !important;
}
.ComponentForWorkflowWizardView .Actions.droppable-dynamic-rows-container,
.ComponentForWorkflowWizardView .Actions.zero-components-view,
.ComponentForWorkflowWizardView .EmailMessages.droppable-dynamic-rows-container,
.ComponentForWorkflowWizardView .EmailMessages.zero-components-view,
.ComponentForWorkflowWizardView .TimeTrigger.droppable-dynamic-rows-container,
.ComponentForWorkflowWizardView .TimeTrigger.zero-components-view {
  width: 80% !important;
  padding-left: 15px;
}
.ComponentForWorkflowWizardView .edit-dynamic-row-link {
  display: none;
}
.ComponentForWorkflowWizardView .ui-sortable {
  min-height: 300px;
  position: relative;
}
.action-type-selector-container > .hasDropDown {
  float: none;
  width: 100%;
}
.action-type-selector-container .related-model-selector {
  margin-left: 0;
  margin-top: 15px;
  width: 100%;
  float: none;
}
#AddEmailMessageLink {
  margin-left: 0;
}
.workflow-order-module-selector-container {
  width: 20%;
  float: left !important;
  *zoom: 1;
  min-height: 300px;
}
.workflow-order-module-selector-container:before,
.workflow-order-module-selector-container:after {
  content: " ";
  display: table;
}
.workflow-order-module-selector-container:after {
  clear: both;
}
#workflow-order-container,
.WorkflowRulesOrder,
.no-workflows-to-order-view {
  float: right !important;
  width: 80% !important;
  padding-left: 15px;
}
#workflow-order-container + .float-bar,
.WorkflowRulesOrder + .float-bar,
.no-workflows-to-order-view + .float-bar {
  margin-top: 15px;
}
.workflow-order-container,
.no-workflows-to-order-view {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.workflow-order-container .large-icon:after,
.no-workflows-to-order-view .large-icon:after {
  content: "j";
  font-weight: normal !important;
  font-size: 200px;
  font-family: "zurmo_gamification_symbly_rRg";
  line-height: 60%;
}
.workflow-order-container p,
.no-workflows-to-order-view p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.StepsAndProgressBarForWizardView .progress {
  width: 100%;
  margin-bottom: 15px;
}
.StepsAndProgressBarForWizardView .progress-back {
  width: 100%;
  height: 13px;
  background: #ededed;
  -webkit-box-shadow: inset 0 0 5px 0 #ccc;
  -moz-box-shadow: inset 0 0 5px 0 #ccc;
  -ms-box-shadow: inset 0 0 5px 0 #ccc;
  -o-box-shadow: inset 0 0 5px 0 #ccc;
  box-shadow: inset 0 0 5px 0 #ccc;
  padding: 3px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.StepsAndProgressBarForWizardView .progress-bar {
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #282A76;
}
.StepsAndProgressBarForWizardView span {
  display: inline-block;
  text-align: center;
}
.StepsAndProgressBarForWizardView .current-step {
  font-weight: bold;
  color: #282A76 !important;
}
.margetags-guide-link {
  margin-bottom: 10px;
}
.margetags-guide-link .simple-link {
  margin-left: 0;
}
