.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*============== Status Elements================*/
/*============== Action With Label================*/
.uiActionWithLabel {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  padding: 3px 8px;
  line-height: 20px;
}
.uiActionWithLabel:hover {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0px #ffffff;
  -moz-box-shadow: 0 1px 2px 0px #ffffff;
  box-shadow: 0 1px 2px 0px #ffffff;
}
.uiActionWithLabel:hover:active, .uiActionWithLabel:hover:focus {
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ececec;
}
.uiActionWithLabel .uiIconMiniArrowDown {
  margin-left: 5px;
}
/*============== actionIcon================*/
.actionContainer {
  white-space: nowrap;
}
.actionIcon, .actionIconSmall {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  padding: 3px 8px;
  line-height: 20px;
  padding: 2px 4px;
  vertical-align: middle;
}
.actionIcon:hover, .actionIconSmall:hover {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0px #ffffff;
  -moz-box-shadow: 0 1px 2px 0px #ffffff;
  box-shadow: 0 1px 2px 0px #ffffff;
}
.actionIcon:hover:active,
.actionIconSmall:hover:active,
.actionIcon:hover:focus,
.actionIconSmall:hover:focus {
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ececec;
}
.actionIcon .uiIconMiniArrowDown, .actionIconSmall .uiIconMiniArrowDown {
  margin-left: 5px;
}
.actionIcon:active,
.actionIconSmall:active,
.actionIcon:focus,
.actionIconSmall:focus,
.actionIcon.active,
.actionIconSmall.active {
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ececec;
}
.actionIconSmall {
  padding: 0px 2px;
}
/*============== error, noticeEmpty ================*/
.error, .noticeEmpty {
  color: #e0233e;
}
.noticeEmpty {
  color: #999999;
}
/*======== Title================*/
.titleWithBorder {
  position: relative;
  overflow: hidden;
}
.titleWithBorder:after {
  border-bottom: 1px solid #dadada;
  height: 11px;
  content: "";
  position: absolute;
  width: 100%;
  margin-left: 10px;
}
/******uibox*****/
.uiBox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
  -moz-box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
  box-shadow: 0px 2px 4px -1px rgba(35, 44, 48, 0.18);
  border: 1px solid #cfcfcf;
  background: #ffffff;
  margin: 0 0 20px 0;
}
.uiBox .title {
  background-color: #f0f0f0;
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
  box-shadow: 0 1px 2px rgba(13, 13, 13, 0.2);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 8px 10px;
  line-height: 20px;
  margin: 0;
  word-wrap: break-word;
}
.uiBox .title + .uiGrid tbody {
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}
.uiBox .uiContentBox {
  padding: 20px;
}
.uiBox .uiContentBox + .title {
  padding: 4px 10px;
  border-top: 1px solid #cfcfcf;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uiBox .uiContentBox + .uiContentBox {
  border-top: 1px solid #cfcfcf;
}
.uiBox .title + .uiGrid.table {
  margin: 0;
  border: none;
  border-top: 1px solid #ececec;
}
.uiBox .title + .uiGrid.table thead tr:first-child {
  -webkit-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}
.uiBox .title + .uiGrid.table th {
  background-color: #f9f9f9;
}
.uiBox .title + .uiGrid.table tr td:first-child, .uiBox .title + .uiGrid.table tr th:first-child {
  border-left: none;
}
.uiBox.roundedBottom {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.uiBox.roundedBottom .title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uiBox.roundedTop {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.uiBox.uiGrayLightBox {
  background: #f0f0f0;
}
.uiBox.noRounded {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uiBox.noRounded .title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*============== Gray Light Box================*/
.uiGrayLightBox {
  padding: 8px 9px;
  border: 1px solid #cfcfcf;
  background: #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
}
.uiGrayLightBox label {
  display: inline-block;
}
.uiGrayLightBox input {
  margin-bottom: 0px;
}
.center {
  text-align: center;
}
/******avatar*****/
.avatarCircle {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  -moz-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  border: 1px solid #b1b1b1;
  padding: 5px;
}
.avatarCircle img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}
.avatarXLarge {
  width: 120px;
  height: 120px;
}
.avatarXLarge img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 120px;
  height: 120px;
}
.avatarLarge {
  width: 100px;
  height: 100px;
}
.avatarLarge img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  height: 100px;
}
.avatarMedium {
  width: 50px;
  height: 50px;
}
.avatarMedium img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  height: 50px;
}
.avatarXSmall {
  width: 36px;
  height: 36px;
}
.avatarXSmall img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 36px;
  height: 36px;
}
.avatarSmall {
  width: 26px;
  height: 26px;
}
.avatarSmall img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 26px;
  height: 26px;
}
.avatarMini {
  width: 20px;
  height: 20px;
}
.avatarMini img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
}
.avatarLargeWithBorder {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  width: 100px;
  height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  -moz-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  border: 1px solid #cccccc;
  padding: 7px;
  display: block;
}
.avatarLargeWithBorder img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  height: 100px;
}
.avatarXLargeWithBorder {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  width: 120px;
  height: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  -moz-box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  box-shadow: 0px 2px 4px rgba(13, 13, 13, 0.27);
  border: 1px solid #cccccc;
  padding: 7px;
  display: block;
}
.avatarXLargeWithBorder img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 120px;
  height: 120px;
}
/*
Round corner box with title
	- border: 1px solid @tableBorder;
	- Title: 
		+ gray background (#f0f0f0)
		+ round corner at left-top and right-top
		+ text title is bold, class name is "titleBox", color is @grayDark
	- content box: 
		+ background: white
		+ round corner at the bottom-left and bottom-right
*/
.roundCornerBoxWithTitle {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}
.roundCornerBoxWithTitle .titleBox {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
  -moz-box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
  box-shadow: 0px 1px 2px rgba(13, 13, 13, 0.08);
  background: #f0f0f0;
  border-bottom: 1px solid #cfcfcf;
  margin: 0px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  padding: 8px 10px;
  word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img, .google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
h1 {
  font-size: 36px;
  color: #333333;
}
h2 {
  font-size: 30px;
  color: #333333;
}
h3 {
  font-size: 24px;
  line-height: 20px;
  color: #333333;
}
h4 {
  font-size: 18px;
  color: #333333;
}
h5 {
  font-size: 14px;
  color: #333333;
}
h6 {
  font-size: 13px;
  color: #333333;
}
.dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.dropdown-menu li > a {
  padding: 5px 10px;
}
.dropdown-menu.dropdownArrowTop:before, .dropdown-menu.dropdownArrowTop:after {
  position: absolute;
  content: '';
  display: inline-block;
}
.dropdown-menu.dropdownArrowTop:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ccc;
  border-bottom-color: #cccccc;
  top: -9px;
  left: 29px;
}
.dropdown-menu.dropdownArrowTop:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  top: -8px;
  left: 30px;
}
.uiDropdownWithIcon .dropdown-menu li > a {
  padding: 5px 20px 5px 9px;
}
.uiDropdownWithIcon .dropdown-menu li > a i {
  margin-right: 9px;
}
.uiDropdownWithIcon .dropdown-submenu > .dropdown-menu {
  border-radius: 3px;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background-color: #517abe;
  background-image: -moz-linear-gradient(top, #628acc, #3763aa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#628acc), to(#3763aa));
  background-image: -webkit-linear-gradient(top, #628acc, #3763aa);
  background-image: -o-linear-gradient(top, #628acc, #3763aa);
  background-image: linear-gradient(to bottom, #628acc, #3763aa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff628acc', endColorstr='#ff3763aa', GradientType=0);
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  background-color: #284f7b;
  background-image: -moz-linear-gradient(top, #2f5e92, #1c3958);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f5e92), to(#1c3958));
  background-image: -webkit-linear-gradient(top, #2f5e92, #1c3958);
  background-image: -o-linear-gradient(top, #2f5e92, #1c3958);
  background-image: linear-gradient(to bottom, #2f5e92, #1c3958);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f5e92', endColorstr='#ff1c3958', GradientType=0);
}
[class^="uiIcon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  *margin-right: .3em;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("../images/icons/uiIconsLightGray.png");
  background-repeat: no-repeat;
}
/* light grey icons with optional class, or on  */
.uiIconDarkGray {
  background-image: url("../images/icons/uiIconsDarkGray.png");
}
/* Blue icons with optional class, or on hover/active states of certain elements */
.uiIconBlue {
  background-image: url("../images/icons/uiIconsBlue.png");
}
/* White icons with optional class, or on hover/active states of Drop down with Icons */
.uiIconWhite {
  background-image: url("../images/icons/uiIconsWhite.png");
}
.uiIconSearch {
  background-position: 0px 0px;
}
.uiIconTrash,
.uiIconDelete,
.uiIconDeleteNode,
.uiIconDeleteDraft,
.uiIconDeletePage,
.uiIconDeleteCategory,
.uiIconRemoveStyle,
.uiIconRemovePermission,
.uiIconRemoveTag,
.uiIconRemoveNodeType,
.uiIconDeleteMembership,
.uiIconDeleteUser {
  background-position: -20px 0px;
}
.uiIconEdit,
.uiIconEditSelectedNode,
.uiIconEditPage,
.uiIconEditTag,
.uiIconViewUserInfo,
.uiIconEditStyle,
.uiIconEditInfo,
.uiIconEditMembership,
.uiIconEditCategory {
  background-position: -40px 0px;
}
.uiIconLock, .uiIconPagePermission {
  background-position: -60px 0px;
}
.uiIconLink, .uiIconPermalink, .uiIconLinkr {
  background-position: -80px 0px;
}
.uiIconWatch,
.uiIconWatchPage,
.uiIconUnWatchPage,
.uiIconUnWatch {
  background-position: -100px 0px;
}
.uiIconMove, .uiIconMovePage, .uiIconMoveCategory {
  background-position: -120px 0px;
}
.uiIconPreview, .uiIconView {
  background-position: -140px 0px;
}
.uiIconRestore {
  background-position: -160px 0px;
}
.uiIconRefresh {
  background-position: -180px 0px;
}
.uiIconCheckin {
  background-position: 0px -20px;
}
.uiIconUpload {
  background-position: -20px -20px;
}
.uiIconDownload {
  background-position: -40px -20px;
}
.uiIconTag {
  background-position: -60px -20px;
}
.uiIconSave, .uiIconPasteNode {
  background-position: -80px -20px;
}
.uiIconExport {
  background-position: -100px -20px;
}
.uiIconImport {
  background-position: -120px -20px;
}
.uiIconComment {
  background-position: -140px -20px;
}
.uiIconAttach {
  background-position: -160px -20px;
}
.uiIconBookmark {
  background-position: -180px -20px;
}
.uiIconSetting {
  background-position: 0px -40px;
}
.uiIconSettings, .uiIconMoreAction {
  background-position: -20px -40px;
}
.uiIconTemplate, .uiIconFromTemplate, .uiIconAddPageFromTemplate {
  background-position: -40px -40px;
}
.uiIconFile {
  background-position: -60px -40px;
}
.uiIconPublish, .uiIconBlankFile, .uiIconAddPage {
  background-position: -80px -40px;
}
.uiIconViewChange, .uiIconViewDraftChange {
  background-position: -100px -40px;
}
.uiIconExportPdf, .uiIconPdfExport, .uiIconExportAsPDF {
  background-position: -120px -40px;
}
.uiIconUser,
.uiIconSelectUser,
.uiIconForumUser,
.uiIconProfile {
  background-position: -140px -40px;
}
.uiIconMembership, .uiIconSelectMember {
  background-position: -160px -40px;
}
.uiIconGroup, .uiIconAddAny {
  background-position: -180px -40px;
}
.uiIconFolder {
  background-position: 0px -60px;
}
.uiIconCategory {
  background-position: -20px -60px;
}
.uiIconNotification {
  background-position: -40px -60px;
}
.uiIconValidate,
.uiIconOpen,
.uiIconAddRootNode,
.uiIconSelectPage,
.uiIconAddAnyPermission {
  background-position: -60px -60px;
}
.uiIconMinus, .uiIconStop {
  background-position: -80px -60px;
}
.uiIconPlus,
.uiIconAddPermission,
.uiIconAddIcon,
.uiIconAddPath,
.uiIconChooseNodeType,
.uiIconAddNode {
  background-position: -100px -60px;
}
.uiIconSimplePlusMini {
  background-position: -140px -140px;
}
.uiIconRemove {
  background-position: -120px -60px;
}
.uiIconInformation, .uiIconPageInfo {
  background-position: -140px -60px;
}
.uiIconMail {
  background-position: -160px -60px;
}
.uiIconRss {
  background-position: -180px -60px;
}
.uiIconReply {
  background-position: 0px -80px;
}
.uiIconThumbUp {
  background-position: -20px -80px;
}
.uiIconPrint {
  background-position: -40px -80px;
}
.uiIconSortUp {
  background-position: -60px -80px;
}
.uiIconSortDown {
  background-position: -80px -80px;
}
.uiIconHome {
  background-position: -100px -80px;
}
.uiIconQuestion {
  background-position: -120px -80px;
}
.uiIconFlags {
  background-position: -140px -80px;
}
.uiIconClock, .uiIconEvent {
  background-position: -160px -80px;
}
.uiIconTree {
  background-position: -180px -80px;
}
.uiIconGeneralDrive {
  background-position: 0px -100px;
}
.uiIconForum, .uiIconUIForms {
  background-position: -20px -100px;
}
.uiIconPoll {
  background-position: -40px -100px;
}
.uiIconTrashMini {
  background-position: -60px -100px;
}
.uiIconEditMini {
  background-position: -80px -100px;
}
.uiIconUnlockMini {
  background-position: -100px -100px;
}
.uiIconLockMini {
  background-position: -120px -100px;
}
.uiIconTick {
  background-position: -140px -100px;
}
.uiIconClose {
  background-position: -160px -100px;
}
.uiIconFileMini {
  background-position: -180px -100px;
}
.uiIconArrowDown {
  background-position: 0px -120px;
}
.uiIconArrowUp {
  background-position: -20px -120px;
}
.uiIconArrowRight, .uiIconNextArrow {
  background-position: -40px -120px;
}
.uiIconArrowLeft, .uiIconPrevArrow {
  background-position: -60px -120px;
}
.uiIconTagMini {
  background-position: -80px -120px;
}
.uiIconUpLevel {
  background-position: -100px -120px;
}
.uiIconExpand, .uiIconResize {
  background-position: -120px -120px;
}
.uiIconUnlockMedium {
  background-position: -140px -120px;
}
.uiIconLockMedium {
  background-position: -160px -120px;
}
.uiIconAddCategory {
  background-position: -180px -120px;
}
.uiIconArrowDownMini, .uiIconMiniArrowDown {
  background-position: 0px -140px;
}
.uiIconArrowUpMini, .uiIconMiniArrowUp {
  background-position: -20px -140px;
}
.uiIconArrowRightMini, .uiIconMiniArrowRight {
  background-position: -40px -140px;
}
.uiIconArrowLeftMini, .uiIconMiniArrowLeft {
  background-position: -60px -140px;
}
.uiIconGoUp {
  background-position: -80px -140px;
}
.uiIconManageCategory {
  background-position: -100px -140px;
}
.uiIconDragDrop {
  background-position: -120px -140px;
  cursor: move;
}
.uiIconSimplePlusMini {
  background-position: -140px -140px;
}
.uiIconMinimize {
  background-position: -160px -140px;
}
.uiIconMaximize {
  background-position: -180px -140px;
}
.uiIconHomeInfo {
  background-position: 0px -160px;
}
.uiIconBusinessInfo {
  background-position: -20px -160px;
}
.uiIconEditLayout {
  background-position: -40px -160px;
}
.uiIconEditNavigation {
  background-position: -60px -160px;
}
.uiIconEditPortalConfig {
  background-position: -80px -160px;
}
.uiIconEditPageNode {
  background-position: -100px -160px;
}
.uiIconCloneNode {
  background-position: -120px -160px;
}
.uiIconCopyNode {
  background-position: -140px -160px;
}
.uiIconCutNode {
  background-position: -160px -160px;
}
.uiIconMoveUp {
  background-position: -180px -160px;
}
.uiIconMoveDown {
  background-position: 0px -180px;
}
.uiIconAddPage {
  background-position: -20px -180px;
}
.uiIconManageApplication {
  background-position: -40px -180px;
}
.uiIconPortlet {
  background-position: -60px -180px;
}
.uiIconGadgets {
  background-position: -80px -180px;
}
.uiIconAddUser {
  background-position: -100px -180px;
}
.uiIconAddRemoteGadget {
  background-position: -120px -180px;
}
.uiIconCreateNewGadget {
  background-position: -140px -180px;
}
.uiIconPortletConfig {
  background-position: -160px -180px;
}
.uiIconContainerConfig {
  background-position: -180px -180px;
}
.uiIconBack {
  background-position: 0px -200px;
}
.uiIconFavoriteDocument {
  background-position: -20px -200px;
}
.uiIconUntag {
  background-position: -40px -200px;
}
/***************Icon of all applications ******************/
[class^="uiIconApp"],
a:hover [class^="uiIconApp"],
[class^="uiIconApp"]:hover,
.active [class^="uiIconApp"]:hover,
.dropdown-menu > li > a > [class^="uiIconApp"] {
  display: inline-block;
  width: 35px;
  height: 35px;
  *margin-right: .3em;
  line-height: 35px;
  vertical-align: middle;
  background-image: url("/eXoResources/skin/images/Icons/AppIcons/uiIconAppGray.png");
  background-repeat: no-repeat;
}
.dropdown-menu > li > a:hover > [class^="uiIconApp"], .uiSpaceMenuPortlet .active [class^="uiIconApp"], .uiUserNavigationPortlet .active [class^="uiIconApp"] {
  background-image: url("/eXoResources/skin/images/Icons/AppIcons/uiIconAppWhite.png");
}
.uiIconAppprofile {
  background-position: 0 0;
}
.uiIconAppactivities, .uiIconAppSpaceActivityStreamPortlet {
  background-position: -35px 0;
}
.uiIconAppconnections {
  background-position: -70px 0;
}
.uiIconAppwiki {
  background-position: -105px 0;
}
.uiIconAppdashboard, .uiIconAppDashboardPortlet {
  background-position: -140px 0;
}
.uiIconAppNotications {
  background-position: -175px 0;
}
.uiIconAppForumPortlet {
  background-position: -210px 0;
}
.uiIconAppWikiPortlet {
  background-position: -245px 0;
}
.uiIconAppCalendarPortlet,
.uiIconAppAgenda,
.uiIconAppCalendar,
.uiIconAppCalendarGadget {
  background-position: -280px 0;
}
.uiIconAppAnswersPortlet {
  background-position: -315px 0;
}
.uiIconAppFAQPortlet {
  background-position: 0px -35px;
}
.uiIconAppFileExplorerPortlet {
  background-position: -35px -35px;
}
.uiIconAppMembersPortlet {
  background-position: -70px -35px;
}
.uiIconAppFeaturedPoll {
  background-position: -105px -35px;
}
.uiIconAppSpaceSettingPortlet {
  background-position: -140px -35px;
}
.uiIconAppMoreButton {
  background-position: -175px -35px;
}
.uiIconBusinessInfo {
  background-position: -20px -160px;
}
.uiIconHomeInfo {
  background-position: 0px -160px;
}
.uiIconMaximize {
  background-position: -180px -140px;
}
.uiIconMinimize {
  background-position: -160px -140px;
}
.uiIconEditLayout {
  background-position: -40px -160px;
}
.uiIconNavigation {
  background-position: -60px -160px;
}
.uiIconEditPortalConfig {
  background-position: -80px -160px;
}
.btn {
  font-size: 13px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  border-color: #f1f1f1 #f1f1f1 #cbcbcb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f1f1f1;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  line-height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #f1f1f1;
  *background-color: #e4e4e4;
}
.btn:active, .btn.active {
  background-color: #d8d8d8 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ebebeb, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ebebeb, #f1f1f1);
  background-image: -o-linear-gradient(top, #ebebeb, #f1f1f1);
  background-image: linear-gradient(to bottom, #ebebeb, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff1f1f1', GradientType=0);
}
.btn.active, .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 5px 12px;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="uiIcon"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 10px;
  font-size: 11.049999999999999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="uiIcon"] {
  margin-top: 0;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn {
  border-color: #c7c7c7;
}
.uiAction .btn:first-child, .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #567ab6;
  background-image: -moz-linear-gradient(top, #638acd, #426393);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#638acd), to(#426393));
  background-image: -webkit-linear-gradient(top, #638acd, #426393);
  background-image: -o-linear-gradient(top, #638acd, #426393);
  background-image: linear-gradient(to bottom, #638acd, #426393);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff638acd', endColorstr='#ff426393', GradientType=0);
  border-color: #426393 #426393 #2a3f5e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #426393;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #224886;
  font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
  font-weight: bold;
}
.uiAction .btn:first-child:hover,
.btn-primary:hover,
.uiAction .btn:first-child:active,
.btn-primary:active,
.uiAction .btn:first-child.active,
.btn-primary.active,
.uiAction .btn:first-child.disabled,
.btn-primary.disabled,
.uiAction .btn:first-child[disabled],
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #426393;
  *background-color: #3a5781;
}
.uiAction .btn:first-child:active,
.btn-primary:active,
.uiAction .btn:first-child.active,
.btn-primary.active {
  background-color: #324b70 \9;
}
.uiAction .btn:first-child:hover, .btn-primary:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #476ba7;
  background-image: -moz-linear-gradient(top, #4b71b3, #426394);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b71b3), to(#426394));
  background-image: -webkit-linear-gradient(top, #4b71b3, #426394);
  background-image: -o-linear-gradient(top, #4b71b3, #426394);
  background-image: linear-gradient(to bottom, #4b71b3, #426394);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b71b3', endColorstr='#ff426394', GradientType=0);
  border-color: #426394 #426394 #2a405f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #426394;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.uiAction .btn:first-child:hover:hover,
.btn-primary:hover:hover,
.uiAction .btn:first-child:hover:active,
.btn-primary:hover:active,
.uiAction .btn:first-child:hover.active,
.btn-primary:hover.active,
.uiAction .btn:first-child:hover.disabled,
.btn-primary:hover.disabled,
.uiAction .btn:first-child:hover[disabled],
.btn-primary:hover[disabled] {
  color: #ffffff;
  background-color: #426394;
  *background-color: #3a5782;
}
.uiAction .btn:first-child:hover:active,
.btn-primary:hover:active,
.uiAction .btn:first-child:hover.active,
.btn-primary:hover.active {
  background-color: #324b71 \9;
}
.uiAction {
  padding: 15px 0 5px;
  text-align: center;
}
.uiAction .btn {
  margin: 0 5px;
}
.uiActionBorder {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 25px 0 5px;
}
.uiBox .uiActionBorder {
  margin: 0px -20px;
}
.uiTabNormal .uiActionBorder {
  margin: 10px -10px;
}
.uiPopup .uiActionBorder {
  margin: 10px -10px;
}
.uiFormWithTitle .uiActionBorder {
  margin: 10px -20px;
}
.uiPortalComposer .uiAction {
  padding: 15px 0;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group > .btn-primary {
  font-size: 13px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 14px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #426393;
}
/******* Trung nq ****/
.btn-group.uiDropdownWithIcon .btn .spiter {
  background: url("../images/split-white.png") no-repeat 0 0;
  display: inline-block;
  height: 27px;
  margin: -3px 5px;
  vertical-align: middle;
  width: 2px;
}
.btn-group.uiDropdownWithIcon .btn.btn-primary .spiter {
  background: url("/eXoResources/skin/images/Dropdown/ButtonGroups/background/split.png") no-repeat;
}
.uiTabSelector .btn-group {
  margin: 5px 0 5px -27%;
  left: 50%;
}
.btn-group > .btn, .btn-group > .dropdown-menu {
  font-size: 13px ;
}
form {
  margin: 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 3px 6px;
  color: #333333;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.075);
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  border: 1px solid #c7c7c7;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #94b0df;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(29,75,159,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(29,75,159,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(29,75,159,.6);
  color: #333333;
}
.input-mini, .inputMini input[type="text"], .inputMini input[type="password"] {
  width: 60px;
}
.input-small, .inputSmall input[type="text"], .inputSmall input[type="password"] {
  width: 90px;
}
.input-medium, .inputMedium input[type="text"], .inputMedium input[type="password"] {
  width: 150px;
}
.input-large, .inputLarge input[type="text"], .inputLarge input[type="password"] {
  width: 210px;
}
.input-xlarge, .inputXlarge input[type="text"], .inputXlarge input[type="password"] {
  width: 270px;
}
.input-xxlarge, .inputXxlarge input[type="text"], .inputXxlarge input[type="password"] {
  width: 350px;
}
.input-xxxlarge, .inputXxxlarge input[type="text"], .inputXxxlarge input[type="password"] {
  width: 530px;
}
.form-horizontal .control-group {
  margin-bottom: 12px;
}
.form-horizontal {
  padding: 20px 0 5px;
}
.form-horizontal .form-horizontal {
  padding: 0;
}
.form-horizontal .control-group {
  margin-bottom: 8px;
}
.form-horizontal .control-group .control-label {
  margin: 0;
  padding-top: 4px;
}
.form-horizontal .control-group .controls {
  line-height: 28px;
}
.form-horizontal .control-group .controls .uiCheckbox {
  margin: 3px 0 0;
}
.form-horizontal .control-group .controls .uiRadio {
  margin: 3px 25px 0px 0;
}
input, select, .uneditable-input {
  width: 270px;
}
textarea {
  width: 270px;
  height: 80px;
}
.uiCheckbox {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  line-height: 20px;
}
.uiCheckbox input[type="checkbox"]:checked, .uiCheckbox input[type="checkbox"]:not(:checked) {
  margin: 4px 0 0;
  /* hack margin-top: 4px to fix problem on chrome in Mac only */

  opacity: 0;
  padding: 0;
  outline: 0 none;
  position: absolute;
  top: 0;
  z-index: 100;
}
.uiCheckbox input {
  margin-left: -18px \0/;
  min-height: 10px \0/;
}
.uiCheckbox > span {
  display: inline-block;
  text-indent: 18px;
}
.uiCheckbox input[type="checkbox"]:checked + span:after {
  border-bottom: 2px solid #466799;
  border-left: 2px solid #466799;
  content: "";
  width: 6px;
  height: 3px;
  -webkit-transform: skew(45deg, -49deg);
  -moz-transform: skew(45deg, -49deg);
  -ms-transform: skewx(30deg) skewy(-35deg);
  -o-transform: skew(45deg, -49deg);
  transform: skew(45deg, -49deg);
  -webkit-backface-visibility: hidden;
  left: 4px;
  position: absolute;
  top: 4px;
  left: 2px \9;
  width: 10px \9;
  height: 4px \9;
  background: transparent \0/;
}
.uiCheckbox input[type="checkbox"] + span:before {
  background: #d2d2d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0px;
  content: " ";
  position: absolute;
  background: transparent \0/;
}
input[type="radio"] + span {
  cursor: pointer;
}
.uiCheckbox input[type="checkbox"]:disabled + span:after {
  border-bottom: 2px solid #999999;
  border-left: 2px solid #999999;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background: #e6e6e6;
}
.uiRadio {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  line-height: 20px;
}
.uiRadio input[type="radio"]:checked, .uiRadio input[type="radio"]:not(:checked) {
  margin: 0;
  opacity: 0;
  padding: 0;
  outline: 0 none;
  position: absolute;
  top: 0;
  z-index: 100;
}
.uiRadio input {
  margin-left: -8px \0/;
  min-height: 10px \0/;
}
.uiRadio > span {
  display: inline-block;
  text-indent: 18px;
}
.uiRadio input[type="radio"]:checked + span:after {
  background-color: rgba(0, 0, 0, 0.10800000000000001);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.27));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.27)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.27));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.27));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.27));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#45000000', GradientType=0);
  background-color: #466799;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 2px;
  position: absolute;
  top: 6px;
  left: 2px \9;
  background: transparent \0/;
}
.uiRadio input[type="radio"] + span:before {
  background: #d2d2d2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.17);
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0px;
  content: " ";
  position: absolute;
  background: transparent \0/;
}
.uiRadio input[type="radio"] + span {
  cursor: pointer;
}
.uiRadio input[type="radio"]:disabled + span:after {
  background-color: #999999;
}
.uiSelectbox {
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 270px;
  line-height: 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  /*margin-bottom: -6px;*/

  background-color: #F9F9F9;
  background-image: url(../images/arrow.png), -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: url(../images/arrow.png), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: url(../images/arrow.png), -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: url(../images/arrow.png), -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: url(../images/arrow.png), linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: no-repeat, repeat-x;
  background-position: right top,0 0;
}
.uiSelectbox:hover, .uiSelectbox:focus {
  background-position: right bottom, 0 0;
}
.uiSelectbox select {
  background: transparent;
  border: none;
  -webkit-box-shadow: 0 0 0 transparent inset;
  -moz-box-shadow: 0 0 0 transparent inset;
  box-shadow: 0 0 0 transparent inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 273px;
  height: 26px;
  /********.size(26px,295px)*********/

  -webkit-appearance: none;
  height: 26px;
  line-height: 18px;
  outline: none;
}
.selectboxMini .uiSelectbox {
  width: 84px;
  vertical-align: middle;
}
.selectboxMini .uiSelectbox .selectbox {
  width: 87px;
}
.selectboxSmall .uiSelectbox {
  width: 100px;
  vertical-align: middle;
}
.selectboxSmall .uiSelectbox .selectbox {
  width: 103px;
}
.selectboxMedium .uiSelectbox {
  width: 178px;
  vertical-align: middle;
}
.selectboxMedium .uiSelectbox .selectbox {
  width: 181px;
}
.uiSelectbox select.selectbox option {
  padding: 7px;
}
.vertical-align input[type="text"],
.vertical-align input[type="password"],
.vertical-align input[type="datetime"],
.vertical-align input[type="datetime-local"],
.vertical-align input[type="date"],
.vertical-align input[type="month"],
.vertical-align input[type="time"],
.vertical-align input[type="week"],
.vertical-align input[type="number"],
.vertical-align input[type="email"],
.vertical-align input[type="url"],
.vertical-align input[type="search"],
.vertical-align input[type="tel"],
.vertical-align input[type="color"],
.vertical-align .uneditable-input {
  margin-bottom: 0px;
}
.vertical-align input[type="text"] + input[type="text"],
.vertical-align input[type="password"] + input[type="password"],
.vertical-align input[type="datetime"] + input[type="datetime"],
.vertical-align input[type="datetime-local"] + input[type="datetime-local"],
.vertical-align input[type="date"] + input[type="date"],
.vertical-align input[type="month"] + input[type="month"],
.vertical-align input[type="time"] + input[type="time"],
.vertical-align input[type="week"] + input[type="week"],
.vertical-align input[type="number"] + input[type="number"],
.vertical-align input[type="email"] + input[type="email"],
.vertical-align input[type="url"] + input[type="url"],
.vertical-align input[type="search"] + input[type="search"],
.vertical-align input[type="tel"] + input[type="tel"],
.vertical-align input[type="color"] + input[type="color"],
.vertical-align .uneditable-input + .uneditable-input {
  margin-top: 10px;
}
.controls .removeFile {
  float: none;
}
.controls .selectFileFrame, .controls .progressBarFrame, .controls .progressBarFrame {
  margin: 0;
}
.controls .selectFileFrame {
  line-height: 29px;
}
.uiGrid.table {
  border: 1px solid #cfcfcf;
}
.uiGrid.table thead tr:first-child {
  -webkit-box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
  -moz-box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
  box-shadow: 0px 1px 2px -1px rgba(13, 13, 13, 0.2);
}
.uiGrid.table td, .uiGrid.table th {
  font-size: 13px;
  border-left: 1px solid #cfcfcf;
  padding: 8px 18px;
  vertical-align: middle;
}
.uiGrid.table td.center, .uiGrid.table th.center {
  text-align: center;
}
.uiGrid.table td.left, .uiGrid.table th.left {
  text-align: left;
}
.uiGrid.table td.right, .uiGrid.table th.right {
  text-align: right;
}
.uiGrid.table td.empty, .uiGrid.table th.empty {
  color: #9a9a9a;
  background-color: #f9f9f9;
}
.uiGrid.table td .text, .uiGrid.table th .text {
  overflow: hidden;
}
.uiGrid.table tr th {
  background-color: #f0f0f0;
  border-bottom: 1px solid #cfcfcf;
}
.uiGrid.table tr td {
  border-top: none;
}
.uiGrid.table tr td .actionIcon:active, .uiGrid.table tr td .actionIcon:focus {
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ececec;
}
.table-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.table-striped tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.table-striped tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.table-striped tr:nth-child(even) td {
  background-color: #ffffff;
}
.uiGrid.border tbody td {
  border-bottom: 1px solid #cfcfcf;
}
.uiGrid.rounded-corners {
  border-collapse: separate;
  -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.uiGrid.rounded-corners thead:first-child tr:first-child th:first-child, .uiGrid.rounded-corners tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.uiGrid.rounded-corners tbody {
  -webkit-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
  -moz-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
  box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
}
.uiGrid.rounded-corners thead:first-child tr:first-child th:last-child, .uiGrid.rounded-corners tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.uiGrid.rounded-corners thead:last-child tr:last-child th:first-child, .uiGrid.rounded-corners tbody:last-child tr:last-child td:first-child, .uiGrid.rounded-corners tfoot:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.uiGrid.rounded-corners thead:last-child tr:last-child th:last-child, .uiGrid.rounded-corners tbody:last-child tr:last-child td:last-child, .uiGrid.rounded-corners tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.uiGrid.rounded-corners thead:first-child tr th:first-child, .uiGrid.rounded-corners tr td:first-child {
  border-left: 0;
}
/*table rounder corners bottom border */.uiGrid.rounded-corners-bottom {
  border-collapse: separate;
  -webkit-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  box-shadow: 0 1px 2px rgba(13, 13, 13, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*call rounded corners table*/

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:first-child, .uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.uiGrid.rounded-corners-bottom tbody {
  -webkit-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
  -moz-box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
  box-shadow: 0 -1px 1px 0px rgba(13, 13, 13, 0.1);
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:last-child, .uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.uiGrid.rounded-corners-bottom thead:last-child tr:last-child th:first-child, .uiGrid.rounded-corners-bottom tbody:last-child tr:last-child td:first-child, .uiGrid.rounded-corners-bottom tfoot:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.uiGrid.rounded-corners-bottom thead:last-child tr:last-child th:last-child, .uiGrid.rounded-corners-bottom tbody:last-child tr:last-child td:last-child, .uiGrid.rounded-corners-bottom tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.uiGrid.rounded-corners-bottom thead:first-child tr th:first-child, .uiGrid.rounded-corners-bottom tr td:first-child {
  border-left: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:first-child, .uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr:first-child th:last-child, .uiGrid.rounded-corners-bottom tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.uiGrid.rounded-corners-bottom thead:first-child tr th:first-child, .uiGrid.rounded-corners-bottom tr td:first-child {
  border-left: 0;
}
/*table clear cell border */
.uiGrid.no-border-cell tr td, .uiGrid.no-border-cell tr th {
  border-left: 0;
}
.uiGrid.table-hover tbody tr:hover td, .uiGrid.table-hover tbody tr:hover th {
  background-color: #e8e8e8;
}
.breadcrumb {
  background: none;
  margin: 0px;
  padding: 0px;
}
.breadcrumb a {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  float: left;
}
.breadcrumb a:hover {
  color: #2f5e92;
  text-decoration: none !important;
}
.breadcrumb .uiIconMiniArrowRight {
  float: left;
  margin-top: 3px;
}
.breadcrumb li {
  vertical-align: middle;
}
.breadcrumb .active {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb .active > a {
  color: #999999;
}
.searchBar .breadcrumb {
  margin: 3px 0 0 325px;
  display:none;
}
.uiSearchInput {
  position: relative;
  overflow: hidden;
}
.uiSearchInput form {
  margin: 0;
}
.uiSearchInput input[type="text"] {
  margin: 0;
  width: 100%;
}
.uiSearchInput .search-button {
  background: url("../images/Search.png") no-repeat scroll right -6px;
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  right: 2px;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
  top: 6px;
}
.uiSearchInput .search-button:hover {
  background-position: right -33px;
}
.root img {
  vertical-align: middle;
  margin-right: 0px;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;

}
.root a {
  color: #333333;
  font-size: 13px;
}
.root .group > div {
  margin: 0px 0;
}
.root .group .group {
  margin: 0 0 0 20px;
}
.root .group .item {
  white-space: nowrap;
}
.leftBar {
  margin: 0 10px;
}
.leftBar .uiBox .uiContentBox {
  padding: 10px;
  overflow: auto;
}
.leftBar .uiSelectbox {
  width: 100%;
  background-image: url(../images/arrow.png), -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: url(../images/arrow.png), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: url(../images/arrow.png), -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: url(../images/arrow.png), -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: url(../images/arrow.png), linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: no-repeat, repeat-x;
  background-position: right top,0 0;
}
.leftBar .uiSelectbox select {
  width: 101%;
  height: 26px;
  font-weight: bold;
}
.leftBar .uiDropdownWithIcon .btn.dropdown-toggle span {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 218px;
  vertical-align: middle;
}
.leftBar .uiDropdownWithIcon .dropdown-menu {
  width: 100%;
}
.searchBar {
  margin: 0 10px;
}
.searchBar .caret {
  vertical-align: 4px;
}
.searchBar .setting {
  margin: 5px 0 0 10px;
}
.mainContent {
  margin-left: 10px;
}
.mainContent .gadient-top {
  width: 98%;
  height: 15px;
  position: fixed;
  top: 1px;
  background-color: rgba(255, 255, 255, 0.44);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#33ffffff', GradientType=0);
  z-index: 10;
  margin: 0 0 0 2px;
}
.mainContent .uiContentBox {
  padding-top: 0;
}
.mainContent .heading {
  padding-bottom: 10px;
  border-bottom: 1px dotted #cfcfcf;
  border-left: 0;
  color: #2f5e92;
}
.mainContent .heading-gray {
  border: 1px solid #cfcfcf;
  background: #ededed url(../images/IconDocs.png) no-repeat;
  padding: 8px 10px 8px 54px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
}
.mainContent .heading-gray.iconNew {
  background-position: 15px  4px;
}
.mainContent .heading-gray.iconOtherSource {
  background-position: 15px -92px;
}
.mainContent .heading-gray.iconHowto {
  background-position: 15px -46px;
}
.mainContent .blog-area {
  margin: 15px 0;
}
.mainContent .blog-area .corner-rounder {
  margin-left: 15px;
}
.mainContent .blog-area .corner-rounder + .theContent {
  padding-left: 30px;
}
.mainContent .blog-area .theContent {
  padding-left: 15px;
}
.mainContent .corner-rounder {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 5px 10px ;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
}
.mainContent ul {
  margin: 0 0 10px 4px;
  padding: 0;
  list-style: none;
}
.mainContent ul li {
  position: relative;
  line-height: 24px;
}
.mainContent ul li:before {
  position: absolute;
  top: 8px;
  margin: 0px 0 0 -12px;
  vertical-align: middle;
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #2f5e92;
  content: "&bull;";
}
.resize a {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
  border: 1px solid #cfcfcf;
  border-right: 0;
  padding: 4px 0;
  display: block;
  cursor: pointer;
  float: left;
  margin-left: 2px;
  outline: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.resize.resizeLt a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #cfcfcf;
  border-left: 0;
  margin-left: 0px;
}
.resize .line {
  width: 2px;
  border-left: 1px solid #cfcfcf;
  margin: auto;
  min-height: 300px;
  /*cursor: col-resize;*/
}
.border-bottom-dottted {
  border-bottom: 1px dotted #cfcfcf;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
}
.article-block {
  margin: 20px 0;
}
.article-block .widgetBar {
  width: 268px;
}
.article-block .widgetBar.pull-left + .theContent {
  margin-left: 298px;
}
.article-block .widgetBar.pull-right + .theContent {
  margin-right: 298px;
}
.article-block .theContent h5.border-bottom-dottted.inline-block {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.litstItem {
  list-style: none;
  margin-left: 10px;
}
.litstItem li, .litstItem li a {
  color: #345f8f;
  font-family: "Helvetica Neue Bold", Helvetica, Lucida, Arial, sans-serif;
  font-weight: 600;
}
.litstItem li {
  padding: 5px 0 5px 16px;
  background: url(../images/icons/list-arrow-right.png) no-repeat 0px 10px;
}
.inline-block {
  display: inline-block;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  background-color: #ffffff;
}
a, a:hover {
  color: #2f5e92;
  text-decoration: none;
}
.OptionItem{
  font-size: 13px;
  color: #333333;
}
.actionBar {
  margin-left: 10px;
}

@media(min-width: 768px) {
  .uiSearchInput {
    max-width: 273px;
  }
}
