@font-face {
  font-family: 'EntypoRegular';
  src: url('../fonts/entypo.eot');
  src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/entypo.woff') format('woff'), url('../fonts/entypo.ttf') format('truetype'), url('../fonts/entypo.svg#EntypoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media print {
  a[href]:after {
    content: none!important;
  }
}
body {
  padding-top: 70px;
}
body.bodymodal {
  padding: 60px 20px 80px 20px;
  min-height: 100%;
  margin-top: 30px;
}
body.bodymodal h3 {
  padding: 10px;
  background-color: #1a5084;
  color: white;
  font-family: Lato, sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
body.bodymodal h4 {
  margin-bottom: 10px;
}
body.bodymodal .well {
  padding: 0 19px 0 19px;
}
body.bodymodal .form-actions.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
body.bodymodal .form-actions.fixed .pull-right {
  position: relative;
  left: -40px;
}
body.bodymodal .input-prepend {
  margin-right: 10px;
}
body.bodymodal .CodeMirror,
body.bodymodal .CodeMirror-scroll {
  width: 600px !important;
  height: 200px !important;
}
body.bodymodal.bodyinline {
  padding: 0;
  margin-top: 0px;
}
body.bodymodal.bodyinline h3 {
  padding: 0;
  background-color: transparent;
  color: black;
  font-family: Lato, sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
  width: 100%;
}
body.withtimezonenotice {
  padding-top: 90px;
}
.btn.pull-right {
  margin-left: 5px;
}
img.dev {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 160 !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Lato, serif;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 24px;
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn {
  float: right;
  font-family: 'Lato', sans-serif;
}
form {
  margin: 0;
  padding: 0;
}
table tr.highlight td {
  background-color: #a7d69d !important;
}
table tr.unavailable td {
  background-color: #fff2f4 !important;
}
table.table-withfooterrow tr:last-child td {
  background-color: gainsboro !important;
  font-weight: bold !important;
  border-top: 2px solid #333333 !important;
}
a.ticketanchor {
  display: block;
  position: absolute;
  top: -100px;
  font-size: 1px;
  height: 1px;
  width: 1px;
}
.table th,
.table td {
  vertical-align: middle;
}
.table .particon {
  width: 31px !important;
  height: 24px;
}
.table p {
  margin-bottom: 0;
}
.activityreports table th {
  line-height: 30px;
  white-space: nowrap;
}
.activityreports table th btn {
  margin-left: 5px;
}
.activityreports table tr.red {
  background-color: #fccfda !important;
}
.activityreports table tr.green {
  background-color: #b8eeb8 !important;
}
.activityreports table th.twoline {
  line-height: auto;
}
.activityreports .actions select {
  position: relative;
  left: 90px;
}
.pagination-right h4 {
  float: left;
  position: relative;
  top: 10px;
}
.span1-5 {
  width: 80px !important;
}
.offset0-25 {
  padding-left: 25px !important;
}
.input-append .btn {
  margin-left: -5px !important;
}
.rights li.token-input-token-mac {
  width: 350px !important;
  position: relative;
}
.rights li.token-input-token-mac .token-input-delete-token-mac {
  position: absolute;
  right: 3px;
  top: 0;
}
.well {
  overflow: visible !important;
}
.well .well {
  border: none;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-bottom: 0 !important;
}
button.selectpicker {
  height: 28px;
}
.fc-cell-text {
  font-size: 11px;
}
.batchgroup {
  font-size: 12px;
  padding-left: 25px;
}
.tabwrapper {
  display: none;
}
.tabwrapper.active {
  display: block;
}
/* Navigation elements */

.navbar-fixed-top {
  overflow: visible;
  z-index: 150;
}
.navbar-fixed-top a.brand {
  display: block;
  width: 135px !important;
  height: 25px !important;
  text-indent: -200px;
  overflow: hidden;
  position: absolute;
  background-image: url("/images/v4/header_logo_v2.png");
  background-size: 133px 19px;
  background-repeat: no-repeat;
  padding: 0;
  margin-left: -17px;
  margin-top: 10px;
}
.navbar-fixed-top ul.nav {
  padding-left: 130px;
}
.navbar-fixed-top ul.nav li.dropdown {
  margin-right: 2px;
}
.navbar-fixed-top ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.navbar-fixed-top .navbar-inner {
  background-image: none;
  background-color: #af2d00;
  border-bottom: 1px solid #666666;
  height: 40px;
}
.navbar-fixed-top .navbar-inner ul.nav a.dropdown-toggle {
  color: white;
  font-family: Lato, serif;
  font-size: 13px;
}
.navbar-fixed-top .navbar-inner ul.nav a.dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar-fixed-top .navbar-inner .dropdown-menu ul.nav li > a {
  color: #1a5084 !important;
  text-shadow: none;
}
.navbar-fixed-top .navbar-inner .caret {
  opacity: 0.8;
}
.navbar-fixed-top .navbar-inner #ctl00_panelTimezone {
  margin-right: 5px;
}
.navbar-fixed-top .navbar-inner .btn.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-fixed-top .navbar-inner .timezones li {
  position: relative;
}
.navbar-fixed-top .navbar-inner .timezones li a {
  padding-left: 30px;
}
.navbar-fixed-top .navbar-inner .timezones li i {
  position: absolute;
  top: 5px;
  left: 5px;
}
.navbar-fixed-top .dropdown-menu li > a:hover,
.navbar-fixed-top .dropdown-menu .active > a,
.navbar-fixed-top .dropdown-menu .active > a:hover {
  color: white !important;
  text-shadow: none !important;
}
.navbar-fixed-top a.dropdown-toggle {
  text-shadow: none !important;
}
.timezonenotice {
  display: none;
  width: 100%;
  background-color: #f2f2f2;
  font-size: 12px;
  text-align: center;
  color: #333333;
  padding: 5px 0 5px 0;
  position: fixed;
  top: 40px;
}
.timezonenotice span {
  width: 940px;
  margin: auto;
}
body.widgetbody {
  overflow: hidden;
}
body.widgetbody a.brand {
  left: 10px;
}
.sidebar-nav {
  padding: 9px 0;
  overflow: visible;
  position: relative;
}
.sidebar-nav h4,
.sidebar-nav .nav-header {
  font-size: 14px;
  font-family: Lato, serif;
  text-transform: none;
  color: #666666;
  margin-bottom: 10px;
}
.sidebar-nav table.services .item {
  color: #222222;
}
.sidebar-nav table.services .item small {
  color: #666666;
  font-size: 11px;
}
.sidebar-nav table.services .item .btn.right {
  float: right;
}
.sidebar-nav .form-inline {
  margin-bottom: 10px;
}
.sidebar-nav .rsslink {
  position: absolute;
  bottom: -30px;
  padding-left: 18px;
  background-image: url("/images/v4/feed-icon-14x14.png");
  background-repeat: no-repeat;
  background-position: center left;
}
ul.nav-tabs {
  position: relative;
}
ul.nav-tabs h3 {
  position: absolute;
  left: 5px;
  top: 0;
  width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb input,
.breadcrumb select {
  height: 20px;
  line-height: 20px;
}
.breadcrumb select {
  float: right;
  margin-left: 10px;
}
.breadcrumb .pull-right {
  margin-left: 10px;
}
/* Forms */

fieldset legend {
  font-family: Lato, serif;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -10px;
}
.well.withlegend {
  overflow: hidden;
  margin-top: -20px;
  padding: 19px 19px 9px 19px;
}
.well.withlegend legend {
  display: block;
  padding: 0 25px 0 15px;
  margin-bottom: 20px;
  background-color: #3a5b98;
  color: white;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: 19px;
  position: relative;
  left: -20px;
  font-size: 16px;
  text-align: left;
}
.well.withlegend.sidebar-nav,
.well.withlegend.kbsidenav {
  top: 20px;
  padding-top: 0;
  position: relative;
}
.well.withlegend.sidebar-nav legend,
.well.withlegend.kbsidenav legend {
  top: 0;
}
.well.withlegend.sidebar-nav ul,
.well.withlegend.kbsidenav ul {
  padding: 0;
  margin: 0 -5px 0 -5px;
  position: relative;
  top: -5px;
}
.form-actions.wide {
  padding-left: 20px;
}
.form-actions.incgroup {
  margin-bottom: 0;
}
.form-actions.incgroup .btn-group {
  display: inline-block;
  margin-top: -10px;
  top: 10px;
}
/* Editor customisations */

.editor {
  position: relative;
}
.editor img.mugshot {
  position: absolute;
  top: 164px;
  right: 0;
  padding: 10px;
  border: 1px solid #cccccc !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* Login form */

.login .well {
  overflow: hidden;
}
.login .well h2 {
  display: block;
  padding: 10px 10px 10px 20px;
  margin: -20px -20px 20px -20px;
  background-color: #3a5b98;
  color: white;
  text-align: center;
}
/* PoI editor */

.poieditor {
  margin-top: 30px;
}
.poieditor #mapLatLong {
  position: fixed;
  left: 0;
  top: 60px;
}
.poieditor .fields {
  position: relative;
  left: 0px;
}
.poieditor .control-label,
.offereditor .control-label {
  width: 110px;
}
.poieditor .controls,
.offereditor .controls {
  margin-left: 130px;
}
/* Block item listings */

ul.blocklist {
  margin-left: 0;
  list-style-type: none;
}
ul.blocklist li {
  height: 98px;
  position: relative;
  background-color: #eeeeee;
  clear: both;
  margin-left: 0;
  margin-bottom: 10px;
  color: #222222;
  list-style-type: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.blocklist li h5 {
  font-size: 13px;
  padding: 5px 0 5px 0;
}
ul.blocklist li h5,
ul.blocklist li a,
ul.blocklist li p {
  margin-left: 40px;
}
ul.blocklist li p {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
ul.blocklist li .num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 93px;
  background-color: #ab7709;
  color: white;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.blocklist li .sid {
  float: right;
  font-size: 0.8em;
}
ul.blocklist li .sid input {
  margin: 5px 5px 0 0;
  background-color: #e2e2e2;
  border: 1px solid #ab7709;
  padding: 3px;
}
ul.blocklist li .col {
  display: inline-block;
  padding: 2px;
  border-bottom: 1px solid #ab7709;
}
ul.blocklist li .logins {
  float: right;
  display: block;
  width: 50%;
  font-size: 11px;
  margin-top: 8px;
}
ul.blocklist li .logins .login {
  display: block;
}
ul.blocklist li .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
ul.blocklist li .actions a.btn {
  margin-left: 10px;
}
ul.blocklist.subscribers li {
  height: 58px;
}
ul.blocklist.subscribers li .num {
  height: 53px;
}
ul.blocklist.subscribers li {
  height: 74px;
}
ul.blocklist.subscribers li .num {
  height: 69px;
}
ul.subscribers p {
  float: left;
  width: 35%;
}
/* Popovers */

.popover-inner {
  width: 530px;
}
.coachservices .popover-inner {
  width: 330px;
}
.buseditor .popover-inner {
  width: 300px;
}
.bar {
  background-color: #36afe2;
  display: block;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table.modaltable {
  margin: 0;
  padding: 0;
}
table.modaltable a.add {
  display: inline-block;
  text-indent: -200px;
  width: 29px;
  height: 24px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background-image: url('/images/v3/column_add.png');
  background-repeat: no-repeat;
  float: right;
}
/* Node editor */

.nodeeditor {
  z-index: 50;
  padding: 20px;
}
.nodeeditor .nodenav {
  border: 1px solid #9c9c9c;
  height: 520px;
  margin-left: 0;
}
.nodeeditor .nodeedit h3 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 10px 0;
}
.nodeeditor .nodeedit .field {
  display: block;
  position: relative;
  margin: 0 5px 10px 0;
  padding: 10px;
  border: 1px solid #dddddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.nodeeditor .nodeedit .field .label {
  display: block;
  float: left;
  width: 150px;
  font-weight: bold;
}
.nodeeditor .nodeedit .field .desc {
  display: block;
  margin-top: 3px;
  clear: both;
  font-size: 11px;
}
.nodeeditor .nodeedit .field .map {
  display: block;
  left: 150px;
}
.nodeeditor .nodeedit .field input,
.nodeeditor .nodeedit .field textarea {
  width: 700px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-color: white;
}
.nodeeditor .nodeedit .field .cke_skin_kama {
  margin-left: 150px;
}
.nodeeditor .nodeedit .field .subfield {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 200px;
}
.nodeeditor .nodeedit .field .subfield .field {
  border: none;
  margin: 0;
  padding: 0 0 10px 0;
}
.nodeeditor .nodeedit .field .subfield .field .label {
  float: none;
  font-size: 11px;
}
.nodeeditor .nodeedit .field .subfield .field input {
  width: 110px;
}
.nodeeditor .nodeedit h4 {
  text-align: center;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  padding: 20px;
  border: 1px solid #dddddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.nodeeditor .nodeedit h4 #countdown {
  color: #858585;
  font-size: 12px;
  margin-top: 10px;
}
.nodeeditor .nodeedit .advanced h5 {
  font-size: 12px;
}
.nodeeditor .nodeadd .buttonbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
}
.nodeeditor .nodeadd .buttonbar a {
  display: block;
  float: right;
  border: 1px solid #3e2e2e;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 10px 5px 10px;
  margin: 0 5px 0 10px;
  width: 80px;
  font-family: 'Cabin', Trebuchet MS, Trebuchet, sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  background-color: whitesmoke;
  text-decoration: none;
  color: #3e2e2e;
}
.nodeeditor .nodeadd .buttonbar a:hover {
  background-color: #3e2e2e;
  color: whitesmoke;
}
.nodeeditor .nodeadd p.intro {
  width: 80%;
}
.nodeeditor .nodeadd .cats {
  display: block;
  width: 250px;
  height: 360px;
  border: 1px solid #dddddd;
  overflow-x: hidden;
  overflow-y: scroll;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: left;
}
.nodeeditor .nodeadd .cats h3 {
  margin: 0;
  padding: 0;
  background-color: #dddddd;
  color: black;
  font-size: 12px;
  padding: 3px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
}
.nodeeditor .nodeadd .cats a {
  display: block;
  border-bottom: 1px solid #dddddd;
  text-decoration: none;
  font-size: 10px;
  padding: 4px;
  color: gray;
}
.nodeeditor .nodeadd .cats a span {
  font-size: 11px;
  font-weight: bold;
}
.nodeeditor .nodeadd .cats a:hover {
  background-color: whitesmoke;
}
.nodeeditor .nodeadd .cats a.sel {
  color: black;
  background-color: whitesmoke;
}
.nodeeditor .nodeadd .items {
  height: 340px;
  width: 560px;
  float: right;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px 0 0 20px;
  border: 1px solid #dddddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.nodeeditor .nodeadd .items a.action {
  display: block;
  position: relative;
  margin: 0 20px 15px 0;
  padding: 8px;
  border: 1px solid #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 500px;
  background-color: whitesmoke;
  color: #3e2e2e;
  text-decoration: none;
}
.nodeeditor .nodeadd .items a.action h4 {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.nodeeditor .nodeadd .items a.action p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.nodeeditor .nodeadd .items a.action:hover {
  border: 2px solid #3e2e2e;
  padding: 7px;
}
.nodeeditor .horizscroll {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 520px;
}
.nodeeditor .horizscroll .nodelists {
  width: 3000px;
}
.nodeeditor .horizscroll .nodelists .grid_4 {
  margin-right: 0;
}
.nodeeditor .horizscroll .nodelists .nodelist {
  border-right: 1px dashed #dddddd;
  list-style: none;
  height: 522px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: 0;
  position: relative;
}
.nodeeditor .horizscroll .nodelists .nodelist .nodetitle {
  min-height: 28px;
  border-bottom: 1px solid #dddddd;
}
.nodeeditor .horizscroll .nodelists .nodelist .nodetitle h3 {
  margin-top: 0;
  padding-top: 3px;
  font-family: 'Lato', sans-serif;
}
.nodeeditor .horizscroll .nodelists .nodelist .nodetitle .btn {
  float: right;
  margin: 6px 6px 0 0;
}
.nodeeditor .horizscroll .nodelists .nodelist .nodetitle .btn.qr {
  width: 25px;
}
.nodeeditor li {
  margin: 0;
  padding: 6px 10px 6px 10px;
  display: block;
  color: #3e2e2e;
  border-top: 1px solid #dddddd;
  position: relative;
}
.nodeeditor li span.navarrow {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 5px;
  top: -2px;
  background-image: url('/images/v2/button_navarrow.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.nodeeditor li .clear {
  clear: both;
  width: 80%;
}
.nodeeditor li .details {
  display: block;
  position: relative;
  margin-left: 35px;
  padding-right: 30px;
}
.nodeeditor li .details small {
  font-size: 10px;
  color: #858585;
}
.nodeeditor li .details img {
  float: left;
  margin: 5px 10px 5px 0;
}
.nodeeditor li .details .label {
  font-size: 11px;
}
.nodeeditor li .details input,
.nodeeditor li .details select {
  display: block;
  width: 70%;
  margin: 5px 0 5px 0;
}
.nodeeditor li .details .foldout {
  display: none;
  border: 1px solid #3e2e2e;
  padding: 5px;
  width: 205px;
  position: absolute;
  left: -6px;
  top: -6px;
  background-color: #f9f9f9;
  padding-right: 30px;
  -moz-box-shadow: 4px 4px 3px #666666;
  -webkit-box-shadow: 4px 4px 3px #666666;
  box-shadow: 4px 4px 3px #666666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.nodeeditor li .details .foldout ul {
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
}
.nodeeditor li .details .foldout ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.nodeeditor li .details .foldout ul li a {
  width: 70px;
  float: left;
  margin: 0 5px 3px 5px;
}
.nodeeditor li .details .foldout ul li a.qr {
  text-indent: 25px;
  overflow: hidden;
  background-image: url('/images/icon_qrcode.gif');
  background-repeat: no-repeat;
  background-position: center left;
}
.nodeeditor li .details .foldout a.navarrow {
  display: block;
  text-indent: -300px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: -3px;
  background-image: url('/images/v2/button_navarrow_active.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.nodeeditor li .details .foldout a.navarrow:hover {
  background-color: none;
}
.nodeeditor li .details:hover .foldout {
  display: block;
}
.nodeeditor li .handle {
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  background-image: url('/images/v2/handle_drag.png');
  background-position: center center;
  cursor: move;
  top: 4px;
  left: 4px;
}
.nodeeditor li a.add {
  color: #858585;
  font-size: 14px;
  padding-bottom: 14px;
  display: block;
  height: 25px;
  text-align: center;
  padding-top: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(1, white));
  background: -moz-linear-gradient(' center top, rgb(230,230,230) 0%, rgb(255,255,255) 100% ');
  text-decoration: none;
}
.nodeeditor li a.add em {
  font-style: normal;
  font-size: 18px;
}
.nodeeditor li a.add:hover {
  color: #3e2e2e;
  background: none;
  /*background-color:@highlight-color;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #86be36), color-stop(1, white));
  background: -moz-linear-gradient(' center top, rgb(134,190,54) 0%, rgb(255,255,255) 100% ');
}
.nodeeditor li.alias {
  background-image: url('/images/corner_alias.png');
  background-position: top right;
  background-repeat: no-repeat;
}
.nodeeditor li.liadd {
  padding: 0;
}
.nodeeditor li.item:hover .menu {
  display: block;
}
.nodeeditor .dragPlaceholder {
  height: 30px;
  background: #dddddd;
  display: block;
}
/* Per-node view */

.nodelists a.edit,
.nodelists a.delete {
  margin: 0 0 3px 0;
  padding: 1px 5px 1px 5px;
  margin: 3px;
  display: block;
  text-decoration: none;
  float: right;
}
.nodelists a.qr {
  text-indent: -200px;
  overflow: hidden;
  width: 25px;
  background-image: url('/images/icon_qrcode.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
.nodelists h3 {
  font-size: 12px;
  margin: 5px 10px 3px 10px;
  padding: 0;
}
.nodelists h4 {
  font-size: 11px;
  margin: 0 10px 10px 10px;
  padding: 0;
  font-weight: normal;
}
.nodelists p {
  font-size: 10px;
  margin: 0 10px 5px 10px;
}
.nodelists ul ul li {
  margin-left: 15px;
  font-size: 10px;
  list-style-type: circle;
  display: block;
}
.nodelists .map {
  display: block;
  border: 1px solid #dddddd;
  margin: 10px;
  width: 250px;
  height: 200px;
}
.nodelists img {
  margin: 10px;
}
/* Workflow editor */

.we-steps .step {
  display: block;
  position: relative;
  margin: 0 15px 10px 10px;
  clear: both;
  padding: 0 0 15px 75px;
  border-bottom: 1px solid #dddddd;
  min-height: 90px;
}
.we-steps .step .num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #dddddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #3e2e2e;
  color: whitesmoke;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  width: 50px;
  height: 40px;
}
.we-steps .step .num strong {
  font-size: 22px;
  font-weight: bold;
}
.we-steps .step .desc {
  display: block;
  border: 1px solid #dddddd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px;
  margin: 0 33px 5px 0;
  position: relative;
}
.we-steps .step .desc .id {
  display: block;
  float: right;
}
.we-steps .step .desc .id .val {
  display: none;
}
.we-steps .step .desc .id .label {
  color: whitesmoke;
}
.we-steps .step .desc .id:hover .val {
  display: inline;
  color: #858585;
}
.we-steps .step .desc .id:hover .label {
  display: none;
}
.we-steps .step .del {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: darkred;
  overflow: hidden;
  font-size: 15px;
  padding-top: 5px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.we-steps .step .del:hover {
  background-color: red;
}
.we-steps .step .move {
  display: block;
  position: absolute;
  top: 70px;
  width: 27px;
  height: 26px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #3e2e2e;
  overflow: hidden;
  text-indent: -200px;
  background-position: center center;
  background-repeat: no-repeat;
}
.we-steps .step .move:hover {
  background-color: #605050;
}
.we-steps .step .up {
  left: 1px;
  background-image: url('/images/arrow_up.png');
}
.we-steps .step .down {
  left: 34px;
  background-image: url('/images/arrow_down.png');
}
.we-steps .step .in {
  display: block;
  position: relative;
  padding: 5px 0 10px 40px;
}
.we-steps .step .in .capt {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px;
  background-color: #3e2e2e;
  color: whitesmoke;
}
.we-steps .step .in .textboxlist-bits {
  padding-bottom: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #cccccc;
  border-radius: 3px 3px 3px 3px;
}
.we-steps .step .in .textboxlist-bit {
  color: #333333;
}
.we-steps .step .out {
  display: block;
  position: relative;
  padding: 5px 0 0 40px;
}
.we-steps .step .out .capt {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px;
  background-color: #3e2e2e;
  color: whitesmoke;
}
.we-steps .step .out .outlabel {
  display: block;
  clear: left;
  margin-bottom: 5px;
  position: relative;
  top: 4px;
  left: 20px;
}
.we-steps .step .stop {
  display: block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  font-weight: bold;
  background-color: darkorange;
  color: white;
  padding: 5px 5px 5px 10px;
  font-size: 13px;
}
/* Property Inspector */

.props .col {
  margin: 0 !important;
  padding: 0 5px 0 0;
}
.props .nav-tabs {
  margin-bottom: 0;
}
.props .row {
  margin-left: 10px;
}
.props .control-label,
.props .span3 {
  width: 180px;
}
.props .toolbox {
  border: 1px solid #dddddd;
  border-top: none;
  overflow: scroll;
  height: 472px;
  padding-top: 10px;
}
.props .toolbox textarea.span4,
.props .toolbox select.span4,
.props .toolbox input.span4 {
  width: 210px !important;
}
.props .toolbox-part {
  overflow: hidden;
}
.props.well {
  padding: 9px 9px;
  margin-left: 0;
}
/* CodeMirror editor */

.CodeMirror {
  /*height:590px;*/
  height: auto !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
}
.CodeMirror-scroll {
  height: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
.cm-header1,
.cm-header2,
.cm-header3,
.cm-header4,
.cm-header5,
.cm-header6 {
  color: #aa00aa;
  font-weight: bold;
}
.cm-header1 {
  text-decoration: underline;
}
.cm-header2 {
  text-decoration: underline;
  color: #990099;
}
.cm-header3 {
  text-decoration: underline;
  color: #880088;
}
.cm-header4,
.cm-header5,
.cm-header6 {
  color: #770077;
}
#flow {
  display: block;
  height: 470px;
  margin: -10px 0 0 0;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  position: relative;
}
#flow .part {
  background-color: #eeeeee;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 26px 3px 28px 3px;
  width: 196px;
  border: 1px solid #cccccc;
  overflow: hidden;
  -moz-box-shadow: 2px 2px 2px #dddddd;
  -webkit-box-shadow: 2px 2px 2px #dddddd;
  box-shadow: 2px 2px 2px #dddddd;
}
#flow .part h2 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 180px;
  line-height: inherit;
  background-color: #dddddd;
  margin: 0;
  padding: 3px 20px 3px 3px;
  font-size: 12px;
  font-family: sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
#flow .part h2 a {
  position: absolute;
  right: 3px;
  top: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #cccccc;
  color: #dddddd;
  text-decoration: none;
  width: 15px;
  height: 15px;
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 1px 1px 0 0;
}
#flow .part h2 a:hover {
  background-color: #999999;
}
#flow .part ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#flow .part ul li {
  font-family: sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  color: #999999;
}
#flow .part .out {
  display: block;
  bottom: 0;
  left: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 191px;
  position: absolute;
  padding: 3px 10px 6px 3px;
  font-size: 11px;
  background-color: #d9d9d9;
  text-align: center;
}
#flow #return {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 150px;
  height: 35px;
  color: white;
  background-color: #445566;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
}
.partlisting {
  background-color: #eeeeee;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 2px 2px 2px;
  margin-bottom: 15px;
  width: 181px;
  border: 1px solid #cccccc;
  margin: 0 0 10px 10px;
}
.partlisting h2 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 175px;
  line-height: inherit;
  background-color: #dddddd;
  margin: 0;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  font-family: sans-serif;
}
.partlisting h2 small {
  font-size: 11px;
  display: block;
  margin-bottom: -2px;
  color: #666666;
}
.partlisting p {
  margin: 0;
  padding: 0 3px 0 3px;
  font-family: sans-serif;
  font-size: 11px;
}
.toolbox-context .partlisting {
  padding: 3px 3px 3px 3px;
}
.toolbox-context .partlisting h2 {
  position: relative;
  background-color: transparent;
}
tr.partcode {
  margin-bottom: 10px;
}
td.partcode {
  font-family: Courier New, Courier, monospace;
}
.scheduleeditor {
  top: 5px;
  position: relative;
}
/* Knowledgebase */

.kbsidenav > a:first-child {
  display: none;
}
.kbsidenav fieldset {
  padding-left: 0;
  border-bottom: 1px solid #999999;
  margin-top: 10px;
  margin-bottom: 10px;
}
.kbsidenav .treewrap .tn {
  display: block;
  margin-bottom: 5px;
  width: 220px;
  padding: 2px;
}
.kbsidenav .treewrap .tn a {
  display: block;
}
.kbsidenav .treewrap .tn .leaf,
.kbsidenav .treewrap .tn .open,
.kbsidenav .treewrap .tn .closed {
  padding-left: 22px;
  background-repeat: no-repeat;
  padding-top: 3px;
  font-size: 12px;
  color: #333333;
}
.kbsidenav .treewrap .tn .leaf {
  background-image: url('/images/v3/tree_leaf.png');
  font-size: 11px;
  color: #555555;
}
.kbsidenav .treewrap .tn .open {
  background-image: url('/images/v3/tree_open.png');
  text-decoration: underline;
}
.kbsidenav .treewrap .tn .closed {
  background-image: url('/images/v3/tree_closed.png');
}
.kbsidenav .treewrap .tn .sel {
  font-weight: bold;
  color: black;
  border: 1px solid #666666;
  padding-bottom: 6px;
}
.kbsidenav .treewrap .tn.dragging {
  background-color: #dddddd;
  padding: 3px;
  opacity: 0.7;
}
.kbsidenav .treewrap .tn.droppable {
  border: 1px solid #666666;
  padding: 1px;
}
.kbsidenav .treewrap .tn.l1 {
  padding-left: 10px;
  width: 210px;
}
.kbsidenav .treewrap .tn.l2 {
  padding-left: 20px;
  width: 200px;
}
.kbsidenav .treewrap .tn.l3 {
  padding-left: 30px;
  width: 190px;
}
.kbsidenav .treewrap .tn.l4 {
  padding-left: 40px;
  width: 180px;
}
.kbsidenav .treewrap .tn.l5 {
  padding-left: 50px;
  width: 170px;
}
.kbsidenav .treewrap .tn.l6 {
  padding-left: 60px;
  width: 160px;
}
.kbedit {
  width: 655px;
  /*.CodeMirror, .CodeMirror-scroll { height:520px !important; }*/

}
.kbedit input.title {
  font-family: 'PT Serif Caption', serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #eeeeee;
  border: none;
  margin-bottom: 5px;
  padding: 5px;
}
.kbedit .span8 {
  width: 645px;
}
.kbedit h2.kbtitle {
  border-bottom: 3px solid #bbbbbb;
  margin-bottom: 10px;
}
.kbedit h3.kbsubtitle {
  border-bottom: 1px solid #dddddd;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}
.kbedit h3.kbsubtitle .date {
  font-size: 11px;
  color: #666666;
  margin-top: 5px;
}
.kbedit .kbmeta {
  font-size: 11px;
  margin: 15px 0 10px 0;
  padding-top: 5px;
  border-top: 2px solid #bbbbbb;
}
.kbedit .kbcontent {
  font-family: sans-serif;
}
.kbedit .kbcontent h1,
.kbedit .kbcontent h2,
.kbedit .kbcontent h3,
.kbedit .kbcontent h4,
.kbedit .kbcontent h5,
.kbedit .kbcontent h6 {
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  clear: both;
}
.kbedit .kbcontent h1 {
  font-size: 22px;
}
.kbedit .kbcontent h2 {
  font-size: 20px;
  color: #333333;
}
.kbedit .kbcontent h3 {
  font-size: 18px;
  color: #444444;
}
.kbedit .kbcontent h4 {
  font-size: 16px;
  color: #555555;
}
.kbedit .kbcontent h5 {
  font-size: 14px;
  color: #666666;
}
.kbedit .kbcontent h6 {
  font-size: 12px;
  color: #777777;
}
.kbedit .kbcontent img {
  float: right;
  padding: 3px;
  margin: 0 0 10px 10px;
  border: 4px solid whiteSmoke;
  -moz-box-shadow: 0px 0px 3px #666666;
  -webkit-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
}
.kbedit .kbcontent ul li {
  list-style-type: disc;
  margin-bottom: 3px;
  margin-left: 20px;
  color: #404040;
}
.kbedit .kbcontent ol li {
  list-style-type: decimal;
  margin-bottom: 3px;
  color: #404040;
}
.kbedit .kbcontent ul,
.kbedit .kbcontent ol {
  margin-bottom: 10px;
  color: #404040;
}
.kbedit .kbcontent code {
  background-color: transparent;
  line-height: 1.5em;
}
.kbedit .kbcontent div.toc {
  display: block;
  border: 10px solid white;
  border-top: 0;
  border-right: 0;
  float: right;
  margin: 0;
}
.kbedit .kbcontent ul.toc {
  display: block;
  background-color: #f9f9f9;
  width: 200px;
  padding: 10px 10px 10px 0;
  font-size: 11px;
  list-style-type: none;
  -moz-box-shadow: 0px 0px 3px #666666;
  -webkit-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
}
.kbedit .kbcontent ul.toc ul {
  margin: 0;
  padding: 0;
}
.kbedit .kbcontent ul.toc li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.kbedit .articles .item {
  background-color: whitesmoke;
  padding: 5px;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
}
.kbedit .articles .item a.title {
  display: inline-block;
  padding: 0 0 7px 0;
  text-decoration: underline;
}
.kbedit .articles .item .path {
  display: inline-block;
  font-size: 11px;
  padding-bottom: 3px;
}
.kbedit .articles .item .row {
  font-size: 11px;
}
.kbedit .articles .item .row a {
  color: #6877c5;
}
.kbedit .articles .item .row strong {
  display: inline-block;
  width: 50px;
}
.kbedit .articles h3 {
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}
.kbbrowse h2.kbtitle {
  border-bottom: 3px solid #bbbbbb;
  margin-bottom: 10px;
}
.kbbrowse h3.kbsubtitle {
  border-bottom: 1px solid #dddddd;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}
.kbbrowse h3.kbsubtitle .date {
  font-size: 11px;
  color: #666666;
  margin-top: 5px;
}
.kbbrowse .kbmeta {
  font-size: 11px;
  margin: 15px 0 10px 0;
  padding-top: 5px;
  border-top: 2px solid #bbbbbb;
}
.kbbrowse .kbcontent {
  font-family: sans-serif;
}
.kbbrowse .kbcontent h1,
.kbbrowse .kbcontent h2,
.kbbrowse .kbcontent h3,
.kbbrowse .kbcontent h4,
.kbbrowse .kbcontent h5,
.kbbrowse .kbcontent h6 {
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  clear: both;
}
.kbbrowse .kbcontent h1 {
  font-size: 22px;
}
.kbbrowse .kbcontent h2 {
  font-size: 20px;
  color: #333333;
}
.kbbrowse .kbcontent h3 {
  font-size: 18px;
  color: #444444;
}
.kbbrowse .kbcontent h4 {
  font-size: 16px;
  color: #555555;
}
.kbbrowse .kbcontent h5 {
  font-size: 14px;
  color: #666666;
}
.kbbrowse .kbcontent h6 {
  font-size: 12px;
  color: #777777;
}
.kbbrowse .kbcontent img {
  float: right;
  padding: 3px;
  margin: 0 0 10px 10px;
  border: 4px solid whiteSmoke;
  -moz-box-shadow: 0px 0px 3px #666666;
  -webkit-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
}
.kbbrowse .kbcontent ul li {
  list-style-type: disc;
  margin-bottom: 3px;
  margin-left: 20px;
  color: #404040;
}
.kbbrowse .kbcontent ol li {
  list-style-type: decimal;
  margin-bottom: 3px;
  color: #404040;
}
.kbbrowse .kbcontent ul,
.kbbrowse .kbcontent ol {
  margin-bottom: 10px;
  color: #404040;
}
.kbbrowse .kbcontent code {
  background-color: transparent;
  line-height: 1.5em;
}
.kbbrowse .kbcontent div.toc {
  display: block;
  border: 10px solid white;
  border-top: 0;
  border-right: 0;
  float: right;
  margin: 0;
}
.kbbrowse .kbcontent ul.toc {
  display: block;
  background-color: #f9f9f9;
  width: 200px;
  padding: 10px 10px 10px 0;
  font-size: 11px;
  list-style-type: none;
  -moz-box-shadow: 0px 0px 3px #666666;
  -webkit-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
}
.kbbrowse .kbcontent ul.toc ul {
  margin: 0;
  padding: 0;
}
.kbbrowse .kbcontent ul.toc li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.kbbrowse .articles .item {
  background-color: whitesmoke;
  padding: 5px;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
}
.kbbrowse .articles .item a.title {
  display: inline-block;
  padding: 0 0 7px 0;
  text-decoration: underline;
}
.kbbrowse .articles .item .path {
  display: inline-block;
  font-size: 11px;
  padding-bottom: 3px;
}
.kbbrowse .articles .item .row {
  font-size: 11px;
}
.kbbrowse .articles .item .row a {
  color: #6877c5;
}
.kbbrowse .articles .item .row strong {
  display: inline-block;
  width: 50px;
}
.kbbrowse .articles .item .row small {
  font-size: 0.8em;
}
.kbbrowse .articles h3 {
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}
/* Task management */

.tasklist .task {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #dddddd;
  padding: 3px;
  position: relative;
  margin-bottom: 5px;
}
.tasklist .task h2 {
  font-size: 14px;
  font-family: sans-serif;
  margin: 0;
  padding: 0 0 0 10px;
}
.tasklist .task input.titleedit {
  padding: 8px;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 14px;
}
.tasklist .task .btns {
  position: absolute;
  top: 6px;
  right: 5px;
}
.tasklist .task .labels {
  position: absolute;
  top: 12px;
  right: 140px;
}
.tasklist .task .labels .label {
  background-color: #3a87ad;
}
.tasklist .l1,
.tasklist .l2,
.tasklist .l3,
.tasklist .l4 {
  background-color: #eeeeee;
}
.tasklist .l1 h2,
.tasklist .l2 h2,
.tasklist .l3 h2,
.tasklist .l4 h2 {
  font-size: 13px;
}
.tasklist .l1 .btn,
.tasklist .l2 .btn,
.tasklist .l3 .btn,
.tasklist .l4 .btn {
  font-size: 12px;
}
.tasklist .l1 {
  margin-left: 20px;
}
.tasklist .l2 {
  margin-left: 40px;
}
.tasklist .l3 {
  margin-left: 60px;
}
.tasklist .l4 {
  margin-left: 80px;
}
/* Add Node listings */

.tab-content a.action {
  display: block;
  position: relative;
  margin: 0 20px 15px 0;
  padding: 8px;
  border: 1px solid #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: whitesmoke;
  color: #3e2e2e;
  text-decoration: none;
}
.tab-content a.action h4 {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.tab-content a.action p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.tab-content a.action:hover {
  border: 2px solid #3e2e2e;
  padding: 7px;
}
/* Dashboard Widgets */

.widgets {
  position: relative;
  height: 600px;
}
.widgets .widget {
  position: absolute;
  border: 3px solid #999999;
  -moz-box-shadow: 2px 2px 3px #999999;
  -webkit-box-shadow: 2px 2px 3px #999999;
  box-shadow: 2px 2px 3px #999999 9;
  overflow: hidden;
  background-color: #999999;
}
.widgets .widget .links {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 0.8em;
  display: block;
  width: 15px;
  overflow: hidden;
  text-indent: -200px;
  background-color: #666666;
}
.widgets .widget .links a {
  color: #dddddd;
  text-decoration: none;
}
.widgets .widget .links a:first-child {
  margin-right: 5px;
  border-right: 1px solid #cccccc;
  padding-right: 5px;
}
.widgets .widget .links a:hover {
  text-decoration: underline;
  color: #eeeeee;
}
.widgets .widget .links:hover {
  border: 1px solid white;
  width: auto;
  text-indent: 0;
  padding: 0 5px 0 5px;
}
.widgets .widget h2 {
  position: absolute;
  top: -3px;
  left: -1px;
  width: 100%;
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 6px 10px;
  border-bottom: 1px solid gray;
  height: 26px;
  color: white;
  cursor: move;
  background: #aaaaaa;
  font-weight: bold;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
}
.widgets .widget .size {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: 0px;
  background-color: #999999;
}
.widgets .widget iframe {
  position: relative;
  top: 30px;
}
/* Dashboard Widget Menu */

.widgetmenu {
  display: block;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 100;
}
.widgetmenu h3 {
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  padding: 5px;
  width: 140px;
  height: 23px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#aaaaaa));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #999999, #aaaaaa);
  /* for firefox 3.6+ */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
}
.widgetmenu ul {
  display: none;
}
.widgetmenu:hover h3 {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
}
.widgetmenu:hover ul {
  display: block;
  position: absolute;
  right: 0px;
  top: 33px;
  width: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 10px 10px 10px;
  background-color: #aaaaaa;
  -moz-box-shadow: 4px 4px 3px #666666;
  -webkit-box-shadow: 4px 4px 3px #666666;
  box-shadow: 4px 4px 3px #666666;
  list-style-type: none;
  margin: 0;
}
.widgetmenu:hover ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.widgetmenu:hover ul li a {
  margin: 10px 0 0 0;
  padding: 3px;
  display: block;
  background-color: #cccccc;
  color: black;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widgetmenu:hover ul li a:hover {
  background-color: #dddddd;
}
.breadcrumb.header {
  font-weight: bold;
}
#log {
  display: block;
  position: relative;
}
#log a.req {
  display: inline-table;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 5px;
  height: 37px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #333333;
}
#log a.req span,
#log a.req span {
  display: block;
  width: 290px;
  height: 20px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
#log a.req span strong,
#log a.req span strong {
  display: inline-block;
  width: 80px;
}
#log a.req span.uri,
#log a.req span.user {
  width: 340px;
}
#log a.req:hover {
  border: 1px solid #aaaaff;
}
.tab-content > .tab-pane#log {
  display: none;
}
.tab-content > .active#log {
  display: block;
}
.logdetail .group {
  font-weight: bold;
}
.logdetail td {
  vertical-align: top;
}
.logdetail .data {
  font-size: 12px;
}
.logdetail pre {
  font-size: 12px;
}
/* Surveys */

.questions {
  margin: 0;
  padding: 0;
}
.questions .question {
  display: block;
  padding: 7px 14px 7px 50px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, white, whitesmoke);
  background-image: -ms-linear-gradient(top, white, whitesmoke);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, white, whitesmoke);
  background-image: -o-linear-gradient(top, white, whitesmoke);
  background-image: linear-gradient(top, white, whitesmoke);
  background-repeat: repeat-x;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  position: relative;
  /*.editquestion { position: absolute; top:10px; right:10px; }*/

}
.questions .question .btn-group {
  position: absolute;
  top: 10px;
  right: 10px;
}
.questions .question .btn-group .deleteaction {
  color: #b94a48;
}
.questions .question .title {
  font-weight: bold;
  display: block;
}
.questions .question .section {
  font-size: 11px;
  display: block;
}
.questions .question .handle {
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  background-image: url('/images/v2/handle_drag.png');
  background-position: center center;
  cursor: move;
  top: 10px;
  left: 10px;
}
.control-group.points input.success {
  color: #468847;
  border-color: #468847;
}
.control-group.points input.warning {
  color: #c09853;
  border-color: #c09853;
}
.control-group.points input.error {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.points .help-inline {
  padding-right: 20px;
}
body .modal#modalEditAction {
  width: 650px;
  margin: -295px 0 0 -325px;
}
.help-block small {
  font-size: 12px;
  color: #888888;
}
.table.survey,
.table.survey tr,
.table.survey tr td {
  border: none;
}
.table.surveyquestion {
  margin-top: 10px;
}
.table.surveyquestion th {
  background-color: #fafafa;
  font-size: 14px;
  border-top: none;
  border-bottom-width: 3px;
  text-decoration: underline;
}
.groupgraphborder {
  display: block;
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 10px;
}
.groupgraphborder .groupgraph {
  height: 300px;
  display: block;
}
.groupgraphborder .groupgraph .tickLabel {
  font-size: 13px;
}
.nodeforms h3 {
  border-bottom: 1px solid #dddddd;
  display: block;
}
.nodeforms legend {
  display: block;
  padding-bottom: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.nodeforms .btn.navrow {
  width: 96.8%;
  height: auto;
  display: block;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
}
.nodeforms .btn.navrow i {
  position: absolute;
  right: 10px;
  top: 5px;
}
.nodeforms .btn.navrow.withsub i {
  top: 15px;
}
.blogpost {
  margin-bottom: 30px;
}
.blogpost h3 {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
  font-size: 15px;
}
.blogpost h3 .label {
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.blogpost h5 {
  font-family: 'Lato', sans-serif;
}
.blogpost h5 .label {
  margin-left: 5px;
  float: right;
  position: relative;
  display: block;
}
.blogpost p {
  width: 80%;
}
.blogpost a.postlink,
.blogpost a.editlink {
  padding: 4px 8px 4px 8px;
  background-color: #eeeeee;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.form-actions .status {
  display: block;
  margin-left: 20px;
}
.CodeMirror,
.CodeMirror-scroll {
  min-height: 40px;
}
.errorline {
  background-color: #ffcccc;
}
.blogform .CodeMirror,
.blogform .CodeMirror-scroll {
  width: 460px !important;
}
.notesform .CodeMirror,
.notesform .CodeMirror-scroll {
  width: 770px !important;
}
.notes .alert-info {
  background-color: #f3fafd;
  border-color: #e4e4e4;
}
.notes small {
  font-size: 85%;
}
#addCommentPopup .CodeMirror,
#addCommentPopup .CodeMirror-scroll {
  width: 525px !important;
}
/* Data compression suite */

.compressionresults tr.inprogress td {
  background-color: #fcf8e3 !important;
  margin-bottom: 10px;
}
.compressionresults tr.complete td {
  background-color: #dff0d8 !important;
}
.compressionresults tr.error td {
  background-color: #dff0d8 !important;
  margin-bottom: 10px;
}
/* Popup progress */

.popupprogress {
  width: 75%;
  display: block;
  margin: auto;
  text-align: center;
}
.popupprogress h3 {
  margin-bottom: 15px;
}
/* Bus ticket admin */

.ticketlisting .lock,
.ticketlisting .delivered {
  width: 20px;
  text-align: center;
  font-family: "EntypoRegular";
  font-size: 50px;
}
.ticketlisting td {
  vertical-align: top;
}
.ticketlisting td .ticketid {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-size: 11px;
}
.ticketlisting td .ticketid.solo {
  padding-top: 0;
}
.ticketoptions legend {
  margin-bottom: 10px;
}
.ticketoptions label {
  display: inline-block;
  margin-left: 10px;
}
/* Bus company admin */

.staticnodes .staticnode {
  display: block;
  margin-bottom: 5px;
  background-color: whitesmoke;
  border: 1px solid #dddddd;
  padding: 12px;
  border-radius: 4px;
}
.staticnodes .staticnode .btn {
  margin-left: 5px;
  margin-top: -4px;
}
.productheader {
  display: block;
  margin-bottom: 5px;
  background-color: whitesmoke;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 4px;
}
.productheader span {
  display: inline-block;
  font-weight: bold;
}
.productheader .c1 {
  width: 60px;
}
.productheader .c2 {
  width: 170px;
}
.productheader .c3 {
  width: 128px;
}
.productheader .c4 {
  width: 125px;
}
.product {
  display: block;
  margin-bottom: 5px;
  background-color: white;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 4px;
}
.product span {
  display: inline-block;
}
.product .c1 {
  width: 60px;
}
.product .c1 img {
  width: 50px;
  height: 50px;
}
.product .c2 {
  width: 170px;
}
.product .c3 {
  width: 128px;
}
.product .c4 {
  width: 115px;
}
.product .c5 {
  width: 68px;
}
.product .c6 {
  width: 110px;
}
.productoptionitemheader {
  display: block;
  margin-bottom: 5px;
  background-color: whitesmoke;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 4px;
}
.productoptionitemheader span {
  display: inline-block;
  font-weight: bold;
}
.productoptionitemheader .c1 {
  width: 120px;
}
.productoptionitemheader .c2 {
  width: 170px;
}
.productoptionitemheader .c3 {
  width: 120px;
}
.productoptionitem {
  display: block;
  margin-bottom: 5px;
  background-color: white;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 4px;
}
.productoptionitem span {
  display: inline-block;
}
.productoptionitem .c1 {
  width: 120px;
}
.productoptionitem .c2 {
  width: 170px;
}
.productoptionitem .c3 {
  width: 120px;
}
.productoptionitem .c4 {
  width: 150px;
}
.productoptionitem .c5 {
  width: 100px;
  text-align: right;
}
.categoryheader {
  display: block;
  margin-bottom: 5px;
  background-color: whitesmoke;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 4px;
}
.categoryheader span {
  display: inline-block;
  font-weight: bold;
}
.categoryheader .c1 {
  width: 60px;
}
.categoryheader .c2 {
  width: 390px;
}
.categoryitem {
  display: block;
  margin-bottom: 5px;
  background-color: white;
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 4px;
}
.categoryitem span {
  display: inline-block;
}
.categoryitem .c1 {
  width: 50px;
}
.categoryitem .c2 {
  width: 390px;
  padding-left: 10px;
  vertical-align: middle;
}
.categoryitem .c3 {
  width: 100px;
}
.categoryitem .c4 {
  width: 110px;
  text-align: right;
}
/* Part editor (full width) */

.parteditor .row-fluid {
  margin-left: 0;
}
.parteditor .props {
  width: 220px;
}
/* Coach service editor */

.popover {
  max-width: none!important;
}
.serviceedit .control-label {
  width: 50px;
}
.serviceedit .controls {
  margin-left: 70px;
}
/* Compact popup editor */

.form-compact .control-label {
  width: 70px;
}
.form-compact .controls {
  margin-left: 90px;
}
#fancybox-content {
  border: 0px !important;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.fancybox-close {
  top: 5px!important;
  right: 0px!important;
}
/* Custom reports */

h1.titleelement,
h2.titleelement,
h3.titleelement {
  clear: both;
  margin-bottom: 10px;
}
.valueelement {
  border: 1px solid #bbbbbb;
  padding-top: 20px;
  margin: 0 10px 20px 5px;
}
.valueelement h2 {
  font-family: "PT Sans", sans-serif;
  text-align: center;
  font-size: 26px;
  display: block;
  position: relative;
}
.valueelement h3 {
  font-size: 40px;
  text-align: center;
  display: block;
  position: relative;
  line-height: 100px;
}
.valueelement .variance {
  text-align: center;
  font-size: 24px;
  padding-left: 30px;
}
.valueelement .variance .up {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #32c932 transparent;
  line-height: 0px;
  _border-color: black black #32c932 black;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: relative;
  top: 18px;
  left: 20px;
}
.valueelement .variance .down {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #c93232 transparent transparent transparent;
  line-height: 0px;
  _border-color: #c93232 black black black;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: relative;
  top: 18px;
  left: 20px;
}
.valueelement .variance .h4 {
  font-size: 15px;
}
