/*
-------------------------------------------------------------------------------------------
Theme:			Bootstrap WordFrame
Author:         	ITBrix
Updated:        	Nov 11, 2011
Updated by:    	Boz
CSS adapted:  	Bootstrap v.1.4.0
						Copyright 2011 Twitter, Inc
						Licensed under the Apache License v2.0
						http://www.apache.org/licenses/LICENSE-2.0
						Designed and built with all the love in the world @twitter by @mdo and @fat.
Icon packs:   	TWG Retina Icons (http://blog.twg.ca/2010/11/retina-display-icon-set/twg_retina_icons/) 
						FamFamFam Silk(http://www.famfamfam.com/lab/icons/silk/)
						Thanks guys, you are amazing!
License:        	Apache License v2.0
                http://www.apache.org/licenses/LICENSE-2.0
-------------------------------------------------------------------------------------------
*//*
-------------------------------------------------------------------------------------------
    0.0 Variables  - as it is in bootstrap variables.less
-------------------------------------------------------------------------------------------
*//*
-------------------------------------------------------------------------------------------
    1.0 CSS Reset - as it is in bootstrap - reset.less
-------------------------------------------------------------------------------------------
*/
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
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;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*
-------------------------------------------------------------------------------------------
    2.0 Reusable snippets - as it is in Bootstrap mixins.less
-------------------------------------------------------------------------------------------
*//*
-------------------------------------------------------------------------------------------
    3.0 Building the Grid  - as it is in Bootstrap scaffolding.less
-------------------------------------------------------------------------------------------
*/
body {
  background-color: white;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #404040;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  zoom: 1;
}
.container:after {
  clear: both;
}
.container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  zoom: 1;
}
.container-fluid:after {
  clear: both;
}
.container-fluid > .sidebar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 220px;
}
.container-fluid > .content {
  margin-left: 240px;
}
a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #fd5000;
  text-decoration: underline;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after {
  clear: both;
}
.row > [class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 20px;
}
.span2 {
  width: 60px;
}
.span3 {
  width: 100px;
}
.span4 {
  width: 140px;
}
.span5 {
  width: 180px;
}
.span6 {
  width: 220px;
}
.span7 {
  width: 260px;
}
.span8 {
  width: 300px;
}
.span9 {
  width: 340px;
}
.span10 {
  width: 380px;
}
.span11 {
  width: 420px;
}
.span12 {
  width: 460px;
}
.span13 {
  width: 500px;
}
.span14 {
  width: 540px;
}
.span15 {
  width: 580px;
}
.span16 {
  width: 620px;
}
.span17 {
  width: 660px;
}
.span18 {
  width: 700px;
}
.span19 {
  width: 740px;
}
.span20 {
  width: 780px;
}
.span21 {
  width: 820px;
}
.span22 {
  width: 860px;
}
.span23 {
  width: 900px;
}
.span24 {
  width: 940px;
}
.row > .offset1 {
  margin-left: 60px;
}
.row > .offset2 {
  margin-left: 100px;
}
.row > .offset3 {
  margin-left: 140px;
}
.row > .offset4 {
  margin-left: 180px;
}
.row > .offset5 {
  margin-left: 220px;
}
.row > .offset6 {
  margin-left: 260px;
}
.row > .offset7 {
  margin-left: 300px;
}
.row > .offset8 {
  margin-left: 340px;
}
.row > .offset9 {
  margin-left: 380px;
}
.row > .offset10 {
  margin-left: 420px;
}
.row > .offset11 {
  margin-left: 460px;
}
.row > .offset12 {
  margin-left: 500px;
}
.span-one-third {
  width: 300px;
}
.span-two-thirds {
  width: 620px;
}
.offset-one-third {
  margin-left: 340px;
}
.offset-two-thirds {
  margin-left: 660px;
}
/*
-------------------------------------------------------------------------------------------
    4.0 Typegraphy  - as it is in Bootstrap typography.less
-------------------------------------------------------------------------------------------
*/
p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px;
}
p small {
  font-size: 11px;
  color: #bfbfbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #404040;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
}
h1 {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
ul, ol {
  margin: 0 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
  color: gray;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
-------------------------------------------------------------------------------------------
    5.0 Forms  - as it is in Bootstrap forms.less
-------------------------------------------------------------------------------------------
*/
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */
  *line-height: 1.5;
  /* IE6-7 */

}
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
form .clearfix:before, form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
form .clearfix:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: gray;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: initial;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: white;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: white;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: white;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
  color: #b94a48;
}
form .clearfix.error input, form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .clearfix.error input:focus, form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
form .clearfix.warning > label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline {
  color: #c09853;
}
form .clearfix.warning input, form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .clearfix.warning input:focus, form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
form .clearfix.success > label, form .clearfix.success .help-block, form .clearfix.success .help-inline {
  color: #468847;
}
form .clearfix.success input, form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
form .clearfix.success input:focus, form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input.span1, textarea.span1 {
  display: inline-block;
  float: none;
  width: 10px;
  margin-left: 0;
}
input.span2, textarea.span2 {
  display: inline-block;
  float: none;
  width: 50px;
  margin-left: 0;
}
input.span3, textarea.span3 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}
input.span4, textarea.span4 {
  display: inline-block;
  float: none;
  width: 130px;
  margin-left: 0;
}
input.span5, textarea.span5 {
  display: inline-block;
  float: none;
  width: 170px;
  margin-left: 0;
}
input.span6, textarea.span6 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}
input.span7, textarea.span7 {
  display: inline-block;
  float: none;
  width: 250px;
  margin-left: 0;
}
input.span8, textarea.span8 {
  display: inline-block;
  float: none;
  width: 290px;
  margin-left: 0;
}
input.span9, textarea.span9 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}
input.span10, textarea.span10 {
  display: inline-block;
  float: none;
  width: 370px;
  margin-left: 0;
}
input.span11, textarea.span11 {
  display: inline-block;
  float: none;
  width: 410px;
  margin-left: 0;
}
input.span12, textarea.span12 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}
input.span13, textarea.span13 {
  display: inline-block;
  float: none;
  width: 490px;
  margin-left: 0;
}
input.span14, textarea.span14 {
  display: inline-block;
  float: none;
  width: 530px;
  margin-left: 0;
}
input.span15, textarea.span15 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
input.span16, textarea.span16 {
  display: inline-block;
  float: none;
  width: 610px;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: gray;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 white;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: gray;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/*
-------------------------------------------------------------------------------------------
    6.0 Tables  - as it is in Bootstrap tables.less
-------------------------------------------------------------------------------------------
*/
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th, .condensed-table td {
  padding: 5px 5px 4px;
}
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th + th, .bordered-table td + td, .bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table .span1 {
  width: 0px;
}
table .span2 {
  width: 0px;
}
table .span3 {
  width: 0px;
}
table .span4 {
  width: 0px;
}
table .span5 {
  width: 0px;
}
table .span6 {
  width: 0px;
}
table .span7 {
  width: 0px;
}
table .span8 {
  width: 0px;
}
table .span9 {
  width: 0px;
}
table .span10 {
  width: 0px;
}
table .span11 {
  width: 0px;
}
table .span12 {
  width: 0px;
}
table .span13 {
  width: 0px;
}
table .span14 {
  width: 0px;
}
table .span15 {
  width: 0px;
}
table .span16 {
  width: 0px;
}
.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .blue {
  color: #049cdb;
  border-bottom-color: #049cdb;
}
table .headerSortUp.blue, table .headerSortDown.blue {
  background-color: #ade6fe;
}
table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}
table .headerSortUp.green, table .headerSortDown.green {
  background-color: #cdeacd;
}
table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}
table .headerSortUp.red, table .headerSortDown.red {
  background-color: #f4c8c5;
}
table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow, table .headerSortDown.yellow {
  background-color: #fff6d9;
}
table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}
table .headerSortUp.orange, table .headerSortDown.orange {
  background-color: #fee9cc;
}
table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}
table .headerSortUp.purple, table .headerSortDown.purple {
  background-color: #e2d5f0;
}
/*
-------------------------------------------------------------------------------------------
    5.0 Patterns  - as it is in Bootstrap patterns.less
-------------------------------------------------------------------------------------------
*/
.topbar {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
}
.topbar a {
  color: #bfbfbf;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  text-decoration: none;
}
.topbar h3 {
  position: relative;
}
.topbar h3 a, .topbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  color: white;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}
.topbar p {
  margin: 0;
  line-height: 40px;
}
.topbar p a:hover {
  background-color: transparent;
  color: white;
}
.topbar form {
  float: left;
  margin: 5px 0 0 0;
  position: relative;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.topbar form.pull-right {
  float: right;
}
.topbar input {
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 1;
  padding: 4px 9px;
  color: white;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.topbar input:-moz-placeholder {
  color: #e6e6e6;
}
.topbar input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.topbar input:hover {
  background-color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.topbar input:focus, .topbar input.focused {
  outline: 0;
  background-color: white;
  color: #404040;
  text-shadow: 0 1px 0 white;
  border: 0;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.topbar-inner, .topbar .fill {
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.topbar div > ul, .nav {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  left: 0;
}
.topbar div > ul > li, .nav > li {
  display: block;
  float: left;
}
.topbar div > ul a, .nav a {
  display: block;
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  text-decoration: none;
}
.topbar div > ul a:hover, .nav a:hover {
  color: white;
  text-decoration: none;
}
.topbar div > ul .active > a, .nav .active > a {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
.topbar div > ul.secondary-nav, .nav.secondary-nav {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.topbar div > ul.secondary-nav .menu-dropdown,
.nav.secondary-nav .menu-dropdown,
.topbar div > ul.secondary-nav .dropdown-menu,
.nav.secondary-nav .dropdown-menu {
  right: 0;
  border: 0;
}
.topbar div > ul a.menu:hover,
.nav a.menu:hover,
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
  background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
  color: white;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
  color: #999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
  color: white;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
  color: white;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
  background-color: #222;
  border-color: #444;
}
.topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
  padding: 4px 15px;
}
li.menu, .dropdown {
  position: relative;
}
a.menu:after, .dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.menu-dropdown, .dropdown-menu {
  background-color: white;
  float: left;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 900;
  min-width: 160px;
  max-width: 220px;
  _width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-dropdown li, .dropdown-menu li {
  float: none;
  display: block;
  background-color: none;
}
.menu-dropdown .divider, .dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid white;
}
.topbar .dropdown-menu a, .dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: gray;
  text-shadow: 0 1px 0 white;
}
.topbar .dropdown-menu a:hover,
.dropdown-menu a:hover,
.topbar .dropdown-menu a.hover,
.dropdown-menu a.hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  color: #404040;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.open .menu,
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
  color: white;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
.tabs, .pills {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
  float: left;
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs .active > a, .tabs .active > a:hover {
  color: gray;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  color: white;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #fd5000;
}
.pills .active a {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.pills-vertical > li {
  float: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane,
.tab-content > div,
.pill-content > div {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, white, #f5f5f5);
  background-image: -ms-linear-gradient(top, white, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, white, #f5f5f5);
  background-image: -o-linear-gradient(top, white, #f5f5f5);
  background-image: linear-gradient(top, white, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 white;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb .active a {
  color: #404040;
}
.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
footer {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #eee;
}
.page-header {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-header h1 {
  margin-bottom: 8px;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: white;
}
.btn .close, .alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(white, white 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, white 25%, #e6e6e6);
  background-image: -ms-linear-gradient(white, white 25%, #e6e6e6);
  background-image: -o-linear-gradient(white, white 25%, #e6e6e6);
  background-image: linear-gradient(white, white 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: white;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn :active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.close {
  float: right;
  color: black;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: black;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 1px;
  *margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
}
.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
  color: white;
}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
.alert-message.block-message.danger p a,
.alert-message.block-message.error p a,
.alert-message.block-message.success p a,
.alert-message.block-message.info p a {
  color: #404040;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  /* IE6-7 */
  text-decoration: none;
}
.pagination a:hover, .pagination .active a {
  background-color: #c7eefe;
}
.pagination .disabled a, .pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.pagination .next a {
  border: 0;
}
.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.modal-backdrop {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal .popover, .modal .twipsy {
  z-index: 12000;
}
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: black;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
}
.popover .content {
  background-color: white;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
  margin-bottom: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.media-grid:before, .media-grid:after {
  display: table;
  content: "";
  zoom: 1;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/*
-------------------------------------------------------------------------------------------
WordFrame.com styles  - implementation of the wordframe theme
-------------------------------------------------------------------------------------------
*/
/*
-------------------------------------------------------------------------------------------
    6.0 Forms
-------------------------------------------------------------------------------------------
*/
input.text {
  width: 100%;
}
textarea.text {
  width: 99%;
}
table tr td, table tr th {
  border: none;
}
table.grid tr td, table.grid tr th {
  border-top: 1px solid #ddd;
}
.fb {
  margin: 0.5em 0 1.5em 0;
  padding: 5px;
  background: #f5f5f5;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #cccccc;
  clear: both;
}
.fb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fb ul li {
  margin: 5px 0;
}
.fb ul.level-2 {
  padding-left: 25px;
}
.fb ul.level-3 {
  padding-left: 45px;
}
.fb-form {
  position: relative;
  min-height: 0;
  _zoom: 1;
  zoom: 1;
}
.fb-form:before, .fb-form:after {
  display: table;
  content: "";
  zoom: 1;
}
.fb-form:after {
  clear: both;
}
.fb-form table {
  width: 100%;
}
.fb-control {
  margin: 0 0 5px 0;
  padding: 5px 5px 5px 195px;
  min-height: 0;
  _zoom: 1;
}
.fb-control:last-child {
  margin-bottom: 0;
}
.fb-label {
  margin: 0 0 0 -190px;
  width: 180px;
  float: left;
  text-transform: capitalize;
}
.fb-label.no-transform label {
  text-transform: none;
}
.fb-required {
  color: #9d261d;
  font-weight: bold;
}
.fb-control.no-label {
  padding-left: 0;
}
.fb-field-wrap {
  padding: 0 8px 0 0;
  min-height: 24px;
  display: block;
  _zoom: 1;
  zoom: 1;
}
.fb-field-wrap:before, .fb-field-wrap:after {
  display: table;
  content: "";
  zoom: 1;
}
.fb-field-wrap:after {
  clear: both;
}
.fbc-button.fb-field-wrap, .fbc-htmlbox.fb-field-wrap, .fbc-dropdown.fb-field-wrap {
  padding-right: 0;
}
.fbc-datetime .fb-field-wrap {
  padding-right: 26px;
}
.fb-field .text {
  width: 100%;
}
.fb-description {
  color: gray;
  font-size: 95%;
  padding: 5px 3px;
}
.fb-error {
  color: #9d261d;
}
.fbc-datetime .fb-field {
  width: 180px;
  white-space: nowrap;
}
.fbc-htmlbox {
  padding-left: 5px;
}
.fbc-htmlbox .fb-label {
  margin-left: 0;
  float: none;
  display: block;
}
.fbc-captcha .fb-field {
  position: relative;
}
.fbc-captcha .fb-field img {
  margin: 0 10px 10px 0;
  float: left;
}
.fbc-captcha .fb-field input {
  width: 80px;
}
.fbc-captcha .fb-field-wrap {
  min-height: 0;
}
.fbc-captcha .text {
  width: 140px;
  clear: both;
  display: block;
}
.fbc-image-upload .thumb {
  float: left;
}
.fbc-image-upload .thumb img {
  margin-right: 10px;
  max-width: 100px;
  max-height: 100px;
}
.fbc-button {
  padding: 5px;
  text-align: center;
}
.fbc-buttons, .buttons {
  padding: 15px 5px 5px 5px;
  text-align: center;
}
.fbc-buttons a ~ a, .buttons a ~ a {
  margin-left: 20px;
}
.fb-form .compact {
  margin-right: 10px;
  float: left;
}
.fb-form .compact:last-child {
  margin-right: 0;
}
.fb-form .fb-field.compact {
  margin-bottom: 10px;
  *white-space: nowrap;
}
.compact-labels .fb-control {
  padding-left: 135px;
}
.compact-labels .fb-label {
  margin-left: -130px;
  width: 120px;
}
.drop {
  padding-left: 5px !important;
}
.drop .fb-label {
  margin-left: 0;
  float: none;
  display: block;
  padding-left: 2px;
  width: auto;
}
/*
-------------------------------------------------------------------------------------------
    6.0 Global overrides
-------------------------------------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  line-height: 1.5em;
}
html body h1 {
  font-size: 26px;
}
html body h1 span {
  color: #BFBFBF;
  font-weight: normal;
}
html body h2 {
  font-size: 20px;
}
html body h3 {
  font-size: 16px;
}
html body h4 {
  font-size: 14px;
}
input,
textarea,
select,
.uneditable-input {
  color: #404040;
}
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
}
label {
  float: none;
}
input ~ label {
  margin-left: 3px;
}
.clearforce, .clear {
  clear: both !important;
}
.clearforce:after, .clear:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
html, body {
  background: #f5f5f5;
}
html body h1 {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
html body h1 h1 {
  margin-bottom: 8px;
}
html body p, html body div {
  line-height: 1.5em;
}
footer {
  margin: 0;
  padding: 0;
  border: none;
}
.text-blue {
  color: #049cdb;
}
.text-green {
  color: #46a546;
}
.text-orange {
  color: #f89406;
}
.text-gray {
  color: #bfbfbf;
}
.text-red, .text-negative {
  color: #9d261d;
}
.command-item {
  text-align: right;
}
.command-item a ~ a {
  margin-left: 10px;
}
.wf-button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(white, white 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, white 25%, #e6e6e6);
  background-image: -ms-linear-gradient(white, white 25%, #e6e6e6);
  background-image: -o-linear-gradient(white, white 25%, #e6e6e6);
  background-image: linear-gradient(white, white 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.wf-button.danger,
.wf-button.danger:hover,
.wf-button.error,
.wf-button.error:hover,
.wf-button.success,
.wf-button.success:hover,
.wf-button.info,
.wf-button.info:hover {
  color: white;
}
.wf-button .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.wf-button.danger, .wf-button.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.wf-button.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.wf-button.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.wf-button:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.wf-button:focus {
  outline: 1px dotted #666;
}
.wf-button.primary {
  color: white;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.wf-button.active, .wf-button :active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.wf-button.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wf-button[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wf-button.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.wf-button.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.wf-button.active span.image-icon, .wf-button:active span.image-icon {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.wf-button .image-icon.icon-throbber {
  background-image: url("../icons/loader-black.gif");
}
.wf-button.primary .image-icon.icon-throbber {
  background-image: url("../icons/loader-blue.gif");
}
.wf-button.secondary .image-icon.icon-throbber {
  background-image: url("../icons/loader-black.gif");
}
.wf-button.info .image-icon.icon-throbber {
  background-image: url("../icons/loader-info.gif");
}
.wf-button.success .image-icon.icon-throbber {
  background-image: url("../icons/loader-success.gif");
}
.wf-button.danger .image-icon.icon-throbber {
  background-image: url("../icons/loader-danger.gif");
}
.wf-button .wrap-left, .wf-button .wrap-right {
  display: none;
}
.wf-button .wrap-right {
  background-image: url("../icons/loader-black.gif");
}
.wf-button.primary .wrap-right {
  background-image: url("../icons/loader-blue.gif");
}
.wf-button.secondary .wrap-right {
  background-image: url("../icons/loader-black.gif");
}
.wf-button.info .wrap-right {
  background-image: url("../icons/loader-info.gif");
}
.wf-button.success .wrap-right {
  background-image: url("../icons/loader-success.gif");
}
.wf-button.danger .wrap-right {
  background-image: url("../icons/loader-danger.gif");
}
.wf-button a.image-icon {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: white;
}
.wf-button a.image-icon:hover {
  text-decoration: none;
}
.wf-button a.image-icon:active, .wf-button a.image-icon:focus {
  box-shadow: none;
}
.wf-button span.image-icon:active, .wf-button span.image-icon:focus {
  box-shadow: none;
}
.all-btns-secondary .wf-button.primary {
  color: #333 !important;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(white, white 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, white 25%, #e6e6e6);
  background-image: -ms-linear-gradient(white, white 25%, #e6e6e6);
  background-image: -o-linear-gradient(white, white 25%, #e6e6e6);
  background-image: linear-gradient(white, white 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.all-btns-secondary .wf-button.primary .image-icon.icon-throbber {
  background-image: url("../icons/loader-black.gif");
}
.ui-box {
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  margin: 1em 0;
  padding: .75em .75em .75em 3em;
  background-position: 1em center;
  background-repeat: no-repeat;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.ui-box p {
  margin: .5em 0;
}
.ui-box ul {
  margin: .2em 2em;
}
.ui-box table th {
  padding-right: 20px;
  width: 100px;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  text-transform: lowercase;
}
.ui-box h2.title, .ui-box h3.title {
  margin-top: 0;
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  color: #444444;
  font-weight: normal;
  font-style: italic;
}
.ui-box.box-feedback {
  background-color: #fffac2;
  border-color: #ffd400;
  background-image: url("../icons/bell.png");
}
.ui-box.box-warning, .ui-box.box-important {
  background-color: #fffac2;
  border-color: #ffd400;
  background-image: url("../icons/error.png");
}
.ui-box.box-error, .ui-box.box-critical, .ui-box.box-failure {
  background-color: #fde8e5;
  border-color: #f48587;
  background-image: url("../icons/exclamation.png");
}
.ui-box.box-tip, .ui-box.box-success {
  background-color: #e4f1de;
  border-color: #70bf54;
}
.ui-box.box-tip {
  background-image: url("../icons/lightbulb.png");
}
.ui-box.box-success {
  background-image: url("../icons/accept.png");
}
.ui-box.box-note, .ui-box.box-info {
  background-color: #f0f0f0;
  border-color: #b1c3d5;
  background-image: url("../icons/information.png");
}
.validation-error {
  color: #f44c4f !important;
  white-space: nowrap !important;
}
.required {
  color: #9d261d;
}
table.grid {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: none;
}
table.grid tbody tr:nth-child(odd) td, table.grid tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
table.grid tbody tr:hover td, table.grid tbody tr:hover th {
  background-color: #f5f5f5;
}
table.grid th + th, table.grid td + td, table.grid th + td {
  border-left: 1px solid #ddd;
}
table.grid thead tr:first-child th:first-child, table.grid tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
table.grid thead tr:first-child th:last-child, table.grid tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
table.grid tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
table.grid tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table.grid th, table.grid td {
  padding: 5px 10px 5px 10px;
}
table.grid thead th {
  text-transform: lowercase;
}
.holder-chart table {
  width: auto;
}
table .row:before, table .row:after {
  content: none;
}
table.grid td.pager {
  padding: 2px 5px;
}
.pager {
  margin: 0;
  padding: 0;
  font-size: 0.95em;
  text-align: right;
}
.pager .pagination {
  margin: 0;
  padding: 0;
  line-height: 32px;
  height: 32px;
}
.pager .pagination a, .pager .pagination span {
  float: none;
  padding: 3px 8px;
  line-height: 34px;
  border: 1px solid #e6e6e6;
  *border-color: #ddd;
  /* IE6-7 */
  text-decoration: none;
  color: gray;
}
.pager .pagination a:hover {
  color: #404040;
  border: 1px solid gray;
  background: none;
}
.pager .pagination span:hover {
  color: gray;
  border: 1px solid #cccccc;
}
.pager .pagination span.disabled {
  color: #bfbfbf;
}
.pager .pagination span.disabled:hover {
  border: 1px solid gray;
}
.pager .pagination span.current {
  background: #ccc;
  color: #404040;
}
.pager .pagination span.current:hover {
  border: 1px solid gray;
}
.pager .page-size {
  float: left;
  display: block;
  padding-top: 3px;
  height: 30px;
}
.pager .page-size select {
  font-size: 1em;
  width: 50px;
  height: 25px;
  margin-right: 5px;
}
.wf-ui-window-title-bar h6 {
  line-height: 16px;
  font-weight: normal;
}
.tabs {
  border-color: #cccccc;
}
.tabs li span {
  display: block;
  color: #404040;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs li span:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs li span.image-icon {
  padding-left: 35px;
  background-position: 15px center;
}
.tabs li a {
  color: #404040;
}
.tabs li a.image-icon {
  padding-left: 35px;
  background-position: 15px center;
}
.tabs li.current a, .tabs li.current span {
  background-color: #FFFFFF;
  border-color: #cccccc #cccccc transparent;
  border-style: solid;
  border-width: 1px;
  color: black;
  cursor: pointer;
}
.tabs li.aux {
  float: right;
}
.tabs-wrap ul, .tab-nav ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #cccccc;
}
.tabs-wrap ul:before,
.tab-nav ul:before,
.tabs-wrap ul:after,
.tab-nav ul:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs-wrap ul:after, .tab-nav ul:after {
  clear: both;
}
.tabs-wrap ul > li, .tab-nav ul > li {
  float: left;
}
.tabs-wrap ul > li > a, .tab-nav ul > li > a {
  display: block;
}
.tabs-wrap ul > li, .tab-nav ul > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs-wrap ul > li > a, .tab-nav ul > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs-wrap ul > li > a:hover, .tab-nav ul > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs-wrap ul .active > a,
.tab-nav ul .active > a,
.tabs-wrap ul .active > a:hover,
.tab-nav ul .active > a:hover {
  color: gray;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs-wrap ul .menu-dropdown,
.tab-nav ul .menu-dropdown,
.tabs-wrap ul .dropdown-menu,
.tab-nav ul .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs-wrap ul a.menu:after,
.tab-nav ul a.menu:after,
.tabs-wrap ul .dropdown-toggle:after,
.tab-nav ul .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs-wrap ul li.open.menu .menu,
.tab-nav ul li.open.menu .menu,
.tabs-wrap ul .open.dropdown .dropdown-toggle,
.tab-nav ul .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs-wrap ul li.open a.menu:after,
.tab-nav ul li.open a.menu:after,
.tabs-wrap ul .dropdown.open .dropdown-toggle:after,
.tab-nav ul .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.tabs-wrap ul li span, .tab-nav ul li span {
  display: block;
  color: #404040;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs-wrap ul li span:hover, .tab-nav ul li span:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs-wrap ul li span.image-icon, .tab-nav ul li span.image-icon {
  padding-left: 35px;
  background-position: 15px center;
}
.tabs-wrap ul li a, .tab-nav ul li a {
  color: #404040;
}
.tabs-wrap ul li a.image-icon, .tab-nav ul li a.image-icon {
  padding-left: 35px;
  background-position: 15px center;
}
.tabs-wrap ul li.current a,
.tab-nav ul li.current a,
.tabs-wrap ul li.current span,
.tab-nav ul li.current span {
  background-color: #FFFFFF;
  border-color: #cccccc #cccccc transparent;
  border-style: solid;
  border-width: 1px;
  color: black;
  cursor: pointer;
}
.tabs-wrap ul li.aux, .tab-nav ul li.aux {
  float: right;
}
.tab-content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
}
.tabs ~ .tab-content {
  margin-top: -18px;
}
.pills li a {
  text-shadow: none;
}
.pills li a:hover {
  background: #eee;
  color: #0069d6;
  text-shadow: none;
}
.pills li.current a {
  color: white;
  text-shadow: none;
  background-color: #0069d6;
}
.tab-nav-simple ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tab-nav-simple ul:before, .tab-nav-simple ul:after {
  display: table;
  content: "";
  zoom: 1;
}
.tab-nav-simple ul:after {
  clear: both;
}
.tab-nav-simple ul > li {
  float: left;
}
.tab-nav-simple ul > li > a {
  display: block;
}
.tab-nav-simple ul a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.tab-nav-simple ul a:hover {
  color: white;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #fd5000;
}
.tab-nav-simple ul .active a {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.tab-nav-simple ul li a {
  text-shadow: none;
}
.tab-nav-simple ul li a:hover {
  background: #eee;
  color: #0069d6;
  text-shadow: none;
}
.tab-nav-simple ul li.current a {
  color: white;
  text-shadow: none;
  background-color: #0069d6;
}
.bc-nav {
  zoom: 1;
}
.bc-nav:before, .bc-nav:after {
  display: table;
  content: "";
  zoom: 1;
}
.bc-nav:after {
  clear: both;
}
.bc-nav ul {
  display: inline-block;
  margin-left: 5px;
}
.bc-nav ul.level-1 {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, white, #f5f5f5);
  background-image: -ms-linear-gradient(top, white, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, white, #f5f5f5);
  background-image: -o-linear-gradient(top, white, #f5f5f5);
  background-image: linear-gradient(top, white, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  padding: 0;
  width: 100%;
  margin: 0;
  background: none;
  border: none;
}
.bc-nav ul.level-1 li {
  display: inline;
  text-shadow: 0 1px 0 white;
}
.bc-nav ul.level-1 .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.bc-nav ul.level-1 .active a {
  color: #404040;
}
.bc-nav ul li a:hover {
  text-decoration: none;
}
.bc-nav ul li a:after {
  content: "/";
  padding: 0 0 0 8px;
  color: gray;
}
h1 ~ .bc-nav, .wf-title ~ .bc-nav {
  margin-top: -15px;
}
.steps li strong {
  color: #1a1a1a;
}
img.media {
  padding: 4px;
  margin: 5px 0 18px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
}
/*
-------------------------------------------------------------------------------------------
    7.0 Top navigation
-------------------------------------------------------------------------------------------
*/
#top-nav {
  height: 20px;
  line-height: 20px;
  background: #2d2d2d;
}
#top-nav .primary {
  float: right;
  font-size: 11px;
}
#top-nav .primary a {
  color: #bfbfbf;
}
#top-nav .primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-nav .primary ul li {
  color: gray;
  font-weight: bold;
  display: inline;
  padding: 0 5px;
  line-height: 40px;
  height: 40px;
}
#top-nav .primary ul li.user {
  padding-left: 23px;
  background: url("../icons/man_16.png") left center no-repeat;
}
#top-nav .primary ul li.logout a {
  width: 20px;
  background: url("../icons/logout.gif") left center no-repeat;
  text-indent: -99999px;
  display: block;
  float: right;
  line-height: 40px;
}
/*
-------------------------------------------------------------------------------------------
    7.0 Header
-------------------------------------------------------------------------------------------
*/
#header {
  height: 35px;
  line-height: 35px;
  background: #2d2d2d;
}
#header #logo {
  position: relative;
  width: 170px;
  font-size: 14px;
  float: left;
}
#header #logo:hover {
  text-decoration: none;
  background: #333333;
}
#header #logo a {
  display: block;
  width: 175px;
  height: 24px;
  background: url("../images/logo_dark_24.png");
  text-indent: -99999px;
  margin-top: -3px;
}
/*
-------------------------------------------------------------------------------------------
    8.0 Horizontal navigation
-------------------------------------------------------------------------------------------
*/
#nav {
  background: #f5f5f5;
  height: 70px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.024) inset;
  border-bottom: 1px solid #cccccc;
}
#nav.home {
  border: none;
  height: 15px;
}
#nav .primary {
  top: -10px;
  position: relative;
  zoom: 1;
}
#nav .primary:before, #nav .primary:after {
  display: table;
  content: "";
  zoom: 1;
}
#nav .primary:after {
  clear: both;
}
#nav .primary ul {
  background: #2d2d2d;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0 15px 0 5px;
}
#nav .primary ul li {
  background-color: #91B7D4;
  border-radius: 3px 3px 0 0;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 10px;
  padding: 0;
  text-transform: uppercase;
}
#nav .primary ul li a {
  color: white;
  display: block;
  border-radius: 3px 3px 0 0;
  padding: 3px 7px;
}
#nav .primary ul li a:hover {
  text-decoration: none;
}
#nav .primary ul li.current a {
  color: #404040;
  background: #f5f5f5;
  padding-top: 0;
  margin-top: 3px;
}
#nav .primary ul li.current.pinned a {
  background-color: transparent;
  padding-top: 3px;
  margin-top: 0;
}
#nav .primary ul li.spacer {
  background: transparent;
  width: 5px;
  text-indent: -9999px;
  padding: 0;
}
#nav .primary ul li.pinned {
  position: relative;
}
#nav .primary ul li.pinned a {
  width: 16px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
#nav .primary ul li.site {
  background: #91B7D4;
}
#nav .primary ul li.site a {
  background-image: url("../icons/nav_site_12.png");
}
#nav .primary ul li.support {
  background: #F38630;
}
#nav .primary ul li.support a {
  background-image: url("../icons/nav_support_12.png");
}
#nav .primary ul li.docs {
  background: #79C940;
}
#nav .primary ul li.docs a {
  background-image: url("../icons/nav_docs_12.png");
}
#nav .primary ul li.search {
  background: #BE80FF;
}
#nav .primary ul li.search a {
  background-image: url("../icons/nav_search_12.png");
}
#nav .primary.support li {
  background: #F38630;
}
#nav .primary.support li.current {
  border-color: #F38630;
}
#nav .primary.docs li {
  background: #79C940;
}
#nav .primary.docs li.current {
  border-color: #79C940;
}
#nav .primary.search li {
  background: #BE80FF;
}
#nav .primary.search li.current {
  border-color: #BE80FF;
}
#nav .primary ul.level-2 {
  display: none;
  position: absolute;
  left: -40px;
  top: 24px;
  background: transparent;
  z-index: 99;
}
#nav .primary ul.level-2 li {
  width: auto;
  border-radius: 0;
}
#nav .primary ul.level-2 li a {
  background: none;
  text-indent: 0;
  border-radius: 0;
  width: auto;
  min-width: 100px;
  text-transform: none;
  padding: 7px 15px;
  border-bottom: 1px solid #ccc;
}
#nav .primary li.pinned:hover ul.level-2 {
  display: block;
}
#nav .primary li.pinned ul.level-2 li {
  overflow: hidden;
}
#nav .primary li.pinned ul.level-2 li:first-child {
  border-radius: 3px 3px 0 0;
}
#nav .primary li.pinned ul.level-2 li:last-child {
  border-radius: 0 0 3px 3px;
}
#nav .primary li.pinned ul.level-2 li:only-child {
  border-radius: 3px;
}
#nav .primary li.pinned.site ul.level-2 li {
  background: #91B7D4;
}
#nav .primary li.pinned.site ul.level-2 li a {
  border-color: #7fabcd;
}
#nav .primary li.pinned.site ul.level-2 li:hover {
  background: #7fabcd;
}
#nav .primary li.pinned.support ul.level-2 li {
  background: #F38630;
}
#nav .primary li.pinned.support ul.level-2 li a {
  border-color: #f27818;
}
#nav .primary li.pinned.support ul.level-2 li:hover {
  background: #f27818;
}
#nav .primary li.pinned.docs ul.level-2 li {
  background: #79C940;
}
#nav .primary li.pinned.docs ul.level-2 li a {
  border-color: #6dbb35;
}
#nav .primary li.pinned.docs ul.level-2 li:hover {
  background: #6dbb35;
}
#nav .primary li.pinned.search ul.level-2 li {
  background: #BE80FF;
}
#nav .primary li.pinned.search ul.level-2 li a {
  border-color: #b166ff;
}
#nav .primary li.pinned.search ul.level-2 li:hover {
  background: #b166ff;
}
#nav .secondary {
  margin-top: 11px;
}
#nav .secondary ul {
  margin-bottom: 0;
}
#nav .secondary .image-icon.icon-search {
  background-image: url("../icons/magnifier_hover_12.png");
}
#nav .secondary .image-icon.icon-add {
  background-image: url("../icons/plus_hover_12.png");
}
/*
-------------------------------------------------------------------------------------------
    8.0 Splash
-------------------------------------------------------------------------------------------
*/
#splash {
  background: #f5f5f5;
  height: 300px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
#splash h1 {
  border: none;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  font-size: 27px;
  height: 200px;
  letter-spacing: 2px;
  line-height: 1.5em;
  margin: 0;
  padding: 45px 0 0;
  text-transform: uppercase;
  width: 500px;
  font-weight: normal;
}
#splash h1 em {
  font-style: normal;
}
#home-tiles ul {
  list-style: none;
  margin: 30px 5px 20px 0;
  padding: 0;
  float: right;
}
#home-tiles ul li {
  box-shadow: 0 1px 4px rgba(100, 100, 100, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  height: 69px;
  width: 358px;
  margin-bottom: 15px;
  background: url("../images/home-tiles.png") no-repeat 0 0;
  cursor: pointer;
  position: relative;
}
#home-tiles ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}
#home-tiles ul li h3 {
  color: white;
  margin: 0;
  padding: 4px 0 0 15px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 27px;
}
#home-tiles ul li p {
  color: white;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.3em;
  width: 260px;
}
#home-tiles li#tile-download:hover {
  background-position: 0 -70px;
}
#home-tiles li#tile-download:focus, #home-tiles li#tile-download:active {
  background-position: 0 -140px;
}
#home-tiles li#tile-discover {
  background-position: 0 -210px;
}
#home-tiles li#tile-discover:hover {
  background-position: 0 -280px;
}
#home-tiles li#tile-discover:focus, #home-tiles li#tile-discover:active {
  background-position: 0 -350px;
}
#home-tiles li#tile-license {
  background-position: 0 -420px;
}
#home-tiles li#tile-license:hover {
  background-position: 0 -490px;
}
#home-tiles li#tile-license:focus, #home-tiles li#tile-license:active {
  background-position: 0 -560px;
}
/*
-------------------------------------------------------------------------------------------
    9.0 Project Header
-------------------------------------------------------------------------------------------
*/
#proj-head .wf {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: none;
  position: relative;
}
#proj-head .wf h1 {
  margin-bottom: 8px;
}
#proj-head .wf h1 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 17px;
}
#proj-head .wf .bc-nav {
  position: absolute;
  top: -17px;
  left: 0;
}
#proj-head .wf .bc-nav ul {
  background: white;
  border: none;
  margin: 0;
  padding: 0;
}
#proj-head .wf.back-project {
  text-align: right;
  top: -5px;
}
#proj-head .wf.header {
  margin-top: -25px;
}
/*
-------------------------------------------------------------------------------------------
    9.0 Content
-------------------------------------------------------------------------------------------
*/
#content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
  min-height: 400px;
}
#content-wrapper.layout-home {
  min-height: 100px;
}
#content-wrapper ~ h1 {
  margin-top: -10px;
}
#content-tiles {
  padding: 0;
}
#content-tiles .tile {
  position: relative;
  padding: 5px 5px 5px 10px;
  height: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content-tiles .tile:hover {
  background: #f5f5f5;
}
#content-tiles .tile:hover h3 {
  color: #0069d6;
}
#content-tiles .tile a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content h1 {
  clear: both;
  font-weight: normal;
  line-height: 1.2em;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  clear: both;
  font-weight: normal;
  line-height: 1.5em;
  margin: 15px 0 5px 0;
}
#content li {
  color: #404040;
}
#content .thickbox {
  float: right;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
#content .thickbox img {
  display: block;
}
#content .thickbox:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/*
-------------------------------------------------------------------------------------------
    10.0 Sidebar
-------------------------------------------------------------------------------------------
*/
.sidebar {
  position: relative;
}
.sidebar .wf {
  margin-bottom: 20px;
  clear: both;
}
.sidebar .wf-title h6 {
  font-weight: normal;
  color: gray;
  border-bottom: double #ddd;
  line-height: 24px;
  margin-bottom: 10px;
}
.sidebar a {
  color: #404040;
}
.sidebar a.image-icon {
  color: #404040;
}
.sidebar a.image-icon:hover {
  color: #1a1a1a;
  text-decoration: none;
}
.sidebar a.wf-button.primary,
.sidebar a.wf-button.info,
.sidebar a.wf-button.success,
.sidebar a.wf-button.danger {
  color: white;
}
.sidebar a.wf-button.primary:hover,
.sidebar a.wf-button.info:hover,
.sidebar a.wf-button.success:hover,
.sidebar a.wf-button.danger:hover {
  color: white;
}
.sidebar .image-icon.image-icon {
  padding-left: 16px;
  font-size: 12px;
  line-height: 16px;
  min-height: 16px;
}
.sidebar .image-icon.icon-chosen {
  background-image: url("../icons/favorites_add_12.png");
}
.sidebar .image-icon.icon-chosen:hover {
  background-image: url("../icons/favorites_add_12_hover.png");
}
.sidebar .image-icon.icon-not-chosen {
  background-image: url("../icons/favorites_remove_12.png");
}
.sidebar .image-icon.icon-not-chosen:hover {
  background-image: url("../icons/favorites_remove_12_hover.png");
}
.sidebar .image-icon.icon-edit {
  background-image: url("../icons/pencil_12.png");
}
.sidebar .image-icon.icon-edit:hover {
  background-image: url("../icons/pencil_hover_12.png");
}
.sidebar .image-icon.icon-cross {
  background-image: url("../icons/cross_12.png");
}
.sidebar .image-icon.icon-cross:hover {
  background-image: url("../icons/cross_12_hover.png");
}
.sidebar .image-icon.icon-tick {
  background-image: url("../icons/tick_12.png");
}
.sidebar .image-icon.icon-tick:hover {
  background-image: url("../icons/tick_12_hover.png");
}
.sidebar .image-icon.icon-delete {
  background-image: url("../icons/delete_12.png");
}
.sidebar .image-icon.icon-delete:hover {
  background-image: url("../icons/delete_hover_12.png");
  color: #9d261d;
}
.sidebar .image-icon.icon-select {
  background-image: url("../icons/star_blank_12.png");
}
.sidebar .image-icon.icon-select:hover {
  background-image: url("../icons/star_blank_hover_12.png");
}
.sidebar .image-icon.icon-selected {
  background-image: url("../icons/star_12.png");
}
.sidebar .image-icon.icon-selected:hover {
  background-image: url("../icons/star_hover_12.png");
}
.sidebar .image-icon.icon-email {
  background-image: url("../icons/mail_12.png");
}
.sidebar .image-icon.icon-email:hover {
  background-image: url("../icons/mail_hover_12.png");
}
.sidebar .image-icon.icon-user {
  background-image: url("../icons/man_12.png");
}
.sidebar .image-icon.icon-user:hover {
  background-image: url("../icons/man_12_hover.png");
}
.sidebar .image-icon.icon-email {
  background-image: url("../icons/mail_12.png");
}
.sidebar .image-icon.icon-email:hover {
  background-image: url("../icons/mail_hover_12.png");
}
.sidebar .image-icon.icon-comment {
  background-image: url("../icons/comment_12.png");
}
.sidebar .image-icon.icon-comment:hover {
  background-image: url("../icons/comment_hover_12.png");
}
.sidebar .image-icon.icon-comment-add {
  background-image: url("../icons/comment_add_12.png");
}
.sidebar .image-icon.icon-comment-add:hover {
  background-image: url("../icons/comment_add_hover_12.png");
}
.sidebar .image-icon.icon-time {
  background-image: url("../icons/clock_12.png");
}
.sidebar .image-icon.icon-time:hover {
  background-image: url("../icons/clock_hover_12.png");
}
.sidebar .image-icon.icon-link-add {
  background-image: url("../icons/link_12.png");
}
.sidebar .image-icon.icon-link-add:hover {
  background-image: url("../icons/link_hover_12.png");
}
.sidebar .image-icon.icon-refresh {
  background-image: url("../icons/reload_12.png");
}
.sidebar .image-icon.icon-refresh:hover {
  background-image: url("../icons/reload_hover_12.png");
}
.sidebar .image-icon.icon-sitemap {
  background-image: url("../icons/inbox_12.png");
}
.sidebar .image-icon.icon-sitemap:hover {
  background-image: url("../icons/inbox_hover_12.png");
}
.sidebar .image-icon.icon-view {
  background-image: url("../icons/magnifier_12.png");
}
.sidebar .image-icon.icon-view:hover {
  background-image: url("../icons/magnifier_hover_12.png");
}
.sidebar .image-icon.icon-ticket-add {
  background-image: url("../icons/tag_12.png");
}
.sidebar .image-icon.icon-ticket-add:hover {
  background-image: url("../icons/tag_hover_12.png");
}
.sidebar .image-icon.icon-alert-unsubscribe {
  background-image: url("../icons/alarm_off_12.png");
}
.sidebar .image-icon.icon-alert-unsubscribe:hover {
  background-image: url("../icons/alarm_off_hover_12.png");
}
.sidebar .image-icon.icon-alert-subscribe {
  background-image: url("../icons/alarm_check_12.png");
}
.sidebar .image-icon.icon-alert-subscribe:hover {
  background-image: url("../icons/alarm_check_hover_12.png");
}
.sidebar .image-icon.icon-milestone-add {
  background-image: url("../icons/calendar_12.png");
}
.sidebar .image-icon.icon-milestone-add:hover {
  background-image: url("../icons/calendar_hover_12.png");
}
.sidebar .image-icon.icon-file-code {
  background-image: url("../icons/gear_12.png");
}
.sidebar .image-icon.icon-file-code:hover {
  background-image: url("../icons/gear_hover_12.png");
}
.sidebar .image-icon.icon-lock, .sidebar .image-icon.icon-lock.gray {
  background-image: url("../icons/lock_12.png");
}
.sidebar .image-icon.icon-lock:hover, .sidebar .image-icon.icon-lock.gray:hover {
  background-image: url("../icons/lock_hover_12.png");
}
.sidebar:before {
  height: 30px;
  position: absolute;
  top: -30px;
  width: 100%;
  content: "";
}
.sidebar:after {
  height: 30px;
  position: absolute;
  bottom: -30px;
  width: 100%;
  content: "";
}
.sidebar, .layout-cs #sb-1, .layout-scs #sb-2 {
  background: url("../images/r-sidebar.png") 0 0 repeat-y;
}
.sidebar:before, .layout-cs #sb-1:before, .layout-scs #sb-2:before {
  background: url("../images/r-sidebar-before.png") 0 0 no-repeat;
  left: 0;
}
.sidebar:after, .layout-cs #sb-1:after, .layout-scs #sb-2:after {
  background: url("../images/r-sidebar-after.png") 0 0 no-repeat;
  left: 0;
}
.sidebar .wf, .layout-cs #sb-1 .wf, .layout-scs #sb-2 .wf {
  margin-left: 15px;
}
.layout-sc #sb-1, .layout-scs #sb-1 {
  background: url("../images/l-sidebar.png") right 0 repeat-y;
}
.layout-sc #sb-1:before, .layout-scs #sb-1:before {
  background: url("../images/l-sidebar-before.png") right 0 no-repeat;
  right: 0;
}
.layout-sc #sb-1:after, .layout-scs #sb-1:after {
  background: url("../images/l-sidebar-after.png") right 0 no-repeat;
  right: 0;
}
.layout-sc #sb-1 .wf, .layout-scs #sb-1 .wf {
  margin-right: 15px;
}
.sidebar .wf ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .wf ul li {
  line-height: 1.8em;
}
.sidebar .wf ul ~ strong {
  margin-top: 10px;
  display: block;
}
.sidebar .wf strong ~ ul {
  margin-top: 10px;
}
#content-wrapper .sidebar#sb-1 .sidenav, #content-wrapper .sidebar#sb-2 .sidenav {
  margin-left: 1px;
}
#content-wrapper .sidebar#sb-1 .sidenav ul, #content-wrapper .sidebar#sb-2 .sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #eeeeee;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li, #content-wrapper .sidebar#sb-2 .sidenav ul li {
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 0 #FFFFFF inset;
  margin: -1px 0;
  padding: 3px 8px;
  position: relative;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li.current,
#content-wrapper .sidebar#sb-2 .sidenav ul li.current,
#content-wrapper .sidebar#sb-1 .sidenav ul li.current-parent,
#content-wrapper .sidebar#sb-2 .sidenav ul li.current-parent {
  background: white;
  border-left: none;
  margin-left: -1px;
  margin-bottom: 1px;
  padding: 3px 8px 2px 10px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li.current a strong,
#content-wrapper .sidebar#sb-2 .sidenav ul li.current a strong,
#content-wrapper .sidebar#sb-1 .sidenav ul li.current-parent a strong,
#content-wrapper .sidebar#sb-2 .sidenav ul li.current-parent a strong {
  font-weight: bold;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li:hover, #content-wrapper .sidebar#sb-2 .sidenav ul li:hover {
  background-color: #ededed;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li.current:hover,
#content-wrapper .sidebar#sb-2 .sidenav ul li.current:hover,
#content-wrapper .sidebar#sb-1 .sidenav ul li.current-parent:hover,
#content-wrapper .sidebar#sb-2 .sidenav ul li.current-parent:hover {
  background-color: #fff;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li:hover a, #content-wrapper .sidebar#sb-2 .sidenav ul li:hover a {
  color: black;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li a:not(.wf-button), #content-wrapper .sidebar#sb-2 .sidenav ul li a:not(.wf-button) {
  display: block;
  min-height: 23px;
  line-height: 23px;
  color: #404040;
  font-weight: none;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li a:not(.wf-button) strong, #content-wrapper .sidebar#sb-2 .sidenav ul li a:not(.wf-button) strong {
  font-weight: normal;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li a:not(.wf-button) em, #content-wrapper .sidebar#sb-2 .sidenav ul li a:not(.wf-button) em {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li.current-parent, #content-wrapper .sidebar#sb-2 .sidenav ul li.current-parent {
  padding-right: 0;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li.current-parent a, #content-wrapper .sidebar#sb-2 .sidenav ul li.current-parent a {
  color: gray;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li.current-parent a:hover, #content-wrapper .sidebar#sb-2 .sidenav ul li.current-parent a:hover {
  text-decoration: none;
  cursor: default;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li ul.level-2, #content-wrapper .sidebar#sb-2 .sidenav ul li ul.level-2 {
  border: none;
  list-style: circle;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li ul.level-2 li, #content-wrapper .sidebar#sb-2 .sidenav ul li ul.level-2 li {
  background: none;
  border: none;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li ul.level-2 li.current, #content-wrapper .sidebar#sb-2 .sidenav ul li ul.level-2 li.current {
  box-shadow: none;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li ul.level-2 li.current a, #content-wrapper .sidebar#sb-2 .sidenav ul li ul.level-2 li.current a {
  font-weight: bold;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li ul.level-2 li:hover, #content-wrapper .sidebar#sb-2 .sidenav ul li ul.level-2 li:hover {
  background-color: #f2f2f2;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li ul.level-2 li a, #content-wrapper .sidebar#sb-2 .sidenav ul li ul.level-2 li a {
  color: #404040;
  text-transform: lowercase;
  font-size: 0.9em;
}
#content-wrapper .sidebar#sb-1 .sidenav ul li ul.level-2 li a:hover, #content-wrapper .sidebar#sb-2 .sidenav ul li ul.level-2 li a:hover {
  cursor: pointer;
}
.layout-sc #sb-1 .sidenav ul, .layout-scs #sb-1 .sidenav ul {
  border-left: none;
  border-right: 3px solid #cccccc;
}
/*
-------------------------------------------------------------------------------------------
    11.0 Footer
-------------------------------------------------------------------------------------------
*/
#footer {
  height: 40px;
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  color: gray;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
#footer li {
  display: inline;
  margin-left: 5px;
  padding-left: 5px;
}
#footer a {
  color: #1a1a1a;
}
/*
-------------------------------------------------------------------------------------------
    12.0 General application elements
-------------------------------------------------------------------------------------------
*/.comment .wrapper {
  width: 642px;
}
.comment.thread-level-2 .wrapper {
  width: 566px;
}
.comment.thread-level-3 .wrapper {
  width: 490px;
}
.layout-scs .comment .wrapper {
  width: 442px;
}
.layout-scs .comment.thread-level-2 .wrapper {
  width: 366px;
}
.layout-scs .comment.thread-level-3 .wrapper {
  width: 290px;
}
.layout-c .comment .wrapper {
  width: 842px;
}
.layout-c .comment.thread-level-2 .wrapper {
  width: 766px;
}
.layout-c .comment.thread-level-3 .wrapper {
  width: 690px;
}
#content .comment {
  clear: both !important;
  margin-bottom: 15px;
}
#content .comment:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
#content .comment .avatar {
  width: 50px;
  border: 1px solid #ddd;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  float: left;
}
#content .comment .avatar img {
  width: 50px;
}
#content .comment .arrow {
  background: transparent url("../images/arrow-box.png") 0 0 no-repeat;
  width: 14px;
  height: 10px;
  float: left;
  position: relative;
  left: 5px;
  top: 20px;
}
#content .comment .wrapper {
  float: left;
  border: 1px solid #ddd;
  padding: 10px;
}
#content .comment .wrapper .meta {
  font-size: 11px;
  color: gray;
  line-height: 12px;
  min-height: 12px;
}
#content .comment .wrapper .meta .date {
  float: right;
  background: url("../icons/calendar_12.png") 0 0 no-repeat;
  padding-left: 16px;
  line-height: 12px;
}
#content .comment .wrapper .meta .commands {
  float: right;
}
#content .comment .wrapper .meta .commands a.image-icon {
  padding-left: 16px;
  margin-left: 10px;
  line-height: 12px;
  min-height: 12px;
  color: #404040;
}
#content .comment .wrapper .meta .commands a.image-icon:hover {
  color: #1a1a1a;
  text-decoration: none;
}
#content .comment .wrapper .meta .commands a.image-icon.icon-comment-reply {
  background-image: url("../icons/reply_12.png");
}
#content .comment .wrapper .meta .commands a.image-icon.icon-comment-reply:hover {
  background-image: url("../icons/reply_hover_12.png");
}
#content .comment .wrapper .meta .commands a.image-icon.icon-comment-delete {
  background-image: url("../icons/delete_12.png");
}
#content .comment .wrapper .meta .commands a.image-icon.icon-comment-delete:hover {
  background-image: url("../icons/delete_hover_12.png");
  color: #9d261d;
}
#content .comment .wrapper .meta .commands a.image-icon.icon-comment-edit {
  background-image: url("../icons/pencil_12.png");
}
#content .comment .wrapper .meta .commands a.image-icon.icon-comment-edit:hover {
  background-image: url("../icons/pencil_hover_12.png");
}
#content .comment .wrapper .meta h5 {
  line-height: 12px;
  float: left;
  margin-top: 0;
  font-weight: bold;
  font-size: 11px;
}
#content .comment .wrapper .content {
  padding: 10px 0;
}
#content .comment.new-comment .arrow {
  background-image: url("../images/arrow-box-new.png");
}
#content .comment.new-comment .wrapper {
  border: 1px solid gray;
}
#content .comment.by-post-author .arrow {
  background-image: url("../images/arrow-box-author.png");
}
#content .comment.by-post-author .wrapper {
  border: 1px solid #ccc;
  background: #f5f5f5;
}
#content .comment.thread-level-2 {
  padding-left: 76px;
}
#content .comment.thread-level-3 {
  padding-left: 152px;
}
.tags {
  clear: both !important;
}
.tags .item {
  float: left;
  margin-right: 5px;
  line-height: 18px;
}
.tags:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.item span {
  color: #bfbfbf;
}
/*
-------------------------------------------------------------------------------------------
    11.0 CMS
-------------------------------------------------------------------------------------------
*/
.wf-search-results td {
  padding: 0;
}
.wf-search-results cite {
  color: #46a546;
}
/*
-------------------------------------------------------------------------------------------
    12.0 Support system
-------------------------------------------------------------------------------------------
*/
#content .ticket-descr {
  border-left: 2px solid #049cdb;
  padding-left: 10px;
  margin-top: 20px;
}
#content .supp-sum {
  margin: 40px 0 15px 0;
}
#content .supp-sum dl {
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
  background: #f5f5f5;
  list-style: none;
  margin: 0;
  padding: 10px;
  zoom: 1;
}
#content .supp-sum dl:before, #content .supp-sum dl:after {
  display: table;
  content: "";
  zoom: 1;
}
#content .supp-sum dl:after {
  clear: both;
}
#content .supp-sum dl dt, #content .supp-sum dl dd {
  float: left;
  padding: 5px 0;
}
#content .supp-sum dl dt {
  width: 14%;
}
#content .supp-sum dl dd {
  width: 30%;
}
#content .supp-sum dl dd .text-blue {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #62cffc;
}
#content .supp-sum dl dd .text-blue.important {
  background-color: #c43c35;
}
#content .supp-sum dl dd .text-blue.warning {
  background-color: #f89406;
}
#content .supp-sum dl dd .text-blue.success {
  background-color: #46a546;
}
#content .supp-sum dl dd .text-blue.notice {
  background-color: #62cffc;
}
#content .supp-sum dl dd .text-red {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c43c35;
}
#content .supp-sum dl dd .text-red.important {
  background-color: #c43c35;
}
#content .supp-sum dl dd .text-red.warning {
  background-color: #f89406;
}
#content .supp-sum dl dd .text-red.success {
  background-color: #46a546;
}
#content .supp-sum dl dd .text-red.notice {
  background-color: #62cffc;
}
#content .supp-sum dl dd .text-orange {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f89406;
}
#content .supp-sum dl dd .text-orange.important {
  background-color: #c43c35;
}
#content .supp-sum dl dd .text-orange.warning {
  background-color: #f89406;
}
#content .supp-sum dl dd .text-orange.success {
  background-color: #46a546;
}
#content .supp-sum dl dd .text-orange.notice {
  background-color: #62cffc;
}
#content .supp-sum dl dd .text-gray {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#content .supp-sum dl dd .text-gray.important {
  background-color: #c43c35;
}
#content .supp-sum dl dd .text-gray.warning {
  background-color: #f89406;
}
#content .supp-sum dl dd .text-gray.success {
  background-color: #46a546;
}
#content .supp-sum dl dd .text-gray.notice {
  background-color: #62cffc;
}
#content .ticket-comments .comment {
  zoom: 1;
  margin: 0;
  padding: 11px 0pt 11px 152px;
}
#content .ticket-comments .comment:before, #content .ticket-comments .comment:after {
  display: table;
  content: "";
  zoom: 1;
}
#content .ticket-comments .comment:after {
  clear: both;
}
#content .ticket-comments .comment:hover {
  background: #f5f5f5;
  border-bottom: 1px dotted #cccccc;
  border-top: 1px dotted #cccccc;
  padding-bottom: 10px;
  padding-top: 10px;
}
#content .ticket-comments .comment-meta {
  color: gray;
  float: left;
  font-size: 0.95%;
  line-height: 1.5;
  margin-left: -152px;
  width: 120px;
}
#content .ticket-comments .comment-meta p {
  margin: 0;
  text-align: right;
}
#content .ticket-comments .comment-meta p.feedback-request {
  color: #f89406;
  font-weight: bold;
}
#content .ticket-comments .comment-content {
  border-left: 2px solid #f89406;
  float: right;
  min-height: 2.5em;
  padding-left: 20px;
  width: 100%;
}
#content .ticket-comments .private .comment-content {
  border-left: 2px solid #46a546;
}
#content .ticket-comments .sort-link {
  zoom: 1;
  font-size: 12px;
  text-align: right;
  padding: 5px 0;
}
#content .ticket-comments .sort-link:before, #content .ticket-comments .sort-link:after {
  display: table;
  content: "";
  zoom: 1;
}
#content .ticket-comments .sort-link:after {
  clear: both;
}
#content .ticket-comments .comment-actions {
  text-align: right;
  clear: both !important;
  display: block;
}
#content .ticket-comments .comment-actions:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
#content .project-descr {
  border-left: 2px solid #049cdb;
  padding-left: 10px;
  margin-top: 20px;
}
/* Forms */
.fb-form-id-ss-activity-list .fb-control {
  padding-left: 5px;
  float: left;
}
.fb-form-id-ss-activity-list .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-activity-list .fbc-id-search-term {
  margin-right: 630px;
  float: none;
}
.fb-form-id-ss-activity-list .fbc-id-ticket-summary, .fb-form-id-ss-activity-list .fbc-id-sort-by, .fb-form-id-ss-activity-list .fbc-id-submit {
  position: absolute;
  top: 0;
  left: auto;
}
.fb-form-id-ss-activity-list .fbc-id-ticket-summary {
  width: 300px;
  right: 320px;
}
.fb-form-id-ss-activity-list .fbc-id-sort-by {
  width: 180px;
  right: 130px;
}
.fb-form-id-ss-activity-list .fbc-id-submit {
  padding-top: 20px;
  width: 120px;
  text-align: left;
  right: 0;
}
.fb-form-id-ss-activity-list .fbc-id-start-date, .fb-form-id-ss-activity-list .fbc-id-end-date {
  width: 180px;
}
.fb-form-id-ss-activity-list .fbc-id-project, .fb-form-id-ss-activity-list .fbc-id-milestone, .fb-form-id-ss-activity-list .fbc-id-username {
  *width: 160px;
}
.fb-form-id-ss-comment-form .fb-control {
  padding-left: 5px;
}
.fb-form-id-ss-comment-form .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-comment-form .fbc-id-attachment {
  float: left;
  width: 50%;
}
.fb-form-id-ss-comment-form .fbc-id-feedback {
  width: 40%;
  text-align: rigth;
  float: right;
}
.fb-form-id-ss-comment-form .fbc-id-submit {
  zoom: 1;
}
.fb-form-id-ss-comment-form .fbc-id-submit:before, .fb-form-id-ss-comment-form .fbc-id-submit:after {
  display: table;
  content: "";
  zoom: 1;
}
.fb-form-id-ss-comment-form .fbc-id-submit:after {
  clear: both;
}
.fb-form-id-ss-comment-form textarea {
  width: 99%;
}
.fbc-id-content .fb-label {
  display: none;
}
.fb-form-id-ss-project-activity .fb-control {
  padding-left: 5px;
}
.fb-form-id-ss-project-activity .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-project-activity .fbc-id-search-term {
  margin-right: 330px;
  float: none;
}
.fb-form-id-ss-project-activity .fbc-id-sort-by, .fb-form-id-ss-project-activity .fbc-id-type, .fb-form-id-ss-project-activity .fbc-id-submit {
  position: absolute;
  top: 0;
  left: auto;
}
.fb-form-id-ss-project-activity .fbc-id-sort-by {
  width: 110px;
  right: 210px;
}
.fb-form-id-ss-project-activity .fbc-id-type {
  width: 100px;
  right: 110px;
}
.fb-form-id-ss-project-activity .fbc-id-submit {
  padding-top: 20px;
  width: 100px;
  text-align: left;
  right: 0;
}
.fb-form-id-ss-project-activity .fbc-id-start-date, .fb-form-id-ss-project-activity .fbc-id-end-date {
  width: 180px;
  float: left;
}
.fb-form-id-ss-project-activity .fbc-id-username, .fb-form-id-ss-project-activity .fbc-id-milestone {
  width: 140px;
  float: left;
}
.fb-form-id-ss-project-attachments {
  margin: auto;
  width: 670px;
}
.fb-form-id-ss-project-attachments .fb-control {
  padding-left: 5px;
  float: left;
}
.fb-form-id-ss-project-attachments .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-project-attachments .fbc-id-start-date, .fb-form-id-ss-project-attachments .fbc-id-end-date {
  width: 180px;
}
.fb-form-id-ss-project-attachments .fbc-id-assigned-to-me {
  padding-top: 25px;
  width: 160px;
}
.fb-form-id-ss-project-attachments .fbc-id-submit {
  padding-top: 20px;
  float: right;
}
.fb-form-id-ss-project-list .fb-control {
  padding-left: 5px;
}
.fb-form-id-ss-project-list .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-project-list .fbc-id-search-term {
  margin-right: 700px;
}
.fb-form-id-ss-project-list .fbc-id-role,
.fb-form-id-ss-project-list .fbc-id-state,
.fb-form-id-ss-project-list .fbc-id-sort-by,
.fb-form-id-ss-project-list .fbc-id-submit {
  width: 180px;
  position: absolute;
  top: 0;
}
.fb-form-id-ss-project-list .fbc-id-role {
  right: 510px;
}
.fb-form-id-ss-project-list .fbc-id-state {
  right: 320px;
}
.fb-form-id-ss-project-list .fbc-id-sort-by {
  right: 130px;
}
.fb-form-id-ss-project-list .fbc-id-submit {
  padding-top: 20px;
  width: 120px;
  text-align: left;
  right: 0;
}
.fb-form-id-ss-milestone-manage .fb-field table {
  margin: 0;
}
.fb-form-id-ss-milestone-manage .fb-field table td {
  border: none;
}
.fb-form-id-ss-ticket-activity .fb-control {
  padding-left: 5px;
  float: left;
}
.fb-form-id-ss-ticket-activity .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-ticket-activity .fbc-id-search-term {
  padding-right: 325px;
  float: none;
}
.fb-form-id-ss-ticket-activity .fbc-id-submit {
  position: absolute;
  top: 7px;
  left: auto;
}
.fb-form-id-ss-ticket-activity .fbc-id-sort-by {
  width: 180px;
  right: 130px;
  top: 0px;
  position: absolute;
  left: auto;
}
.fb-form-id-ss-ticket-activity .fbc-id-submit {
  padding-top: 14px;
  width: 120px;
  text-align: left;
  right: 0;
}
.fb-form-id-ss-ticket-activity .fbc-id-start-date, .fb-form-id-ss-ticket-activity .fbc-id-end-date {
  width: 180px;
}
.fb-form-id-ss-ticket-attachments {
  margin: auto;
  width: 600px;
}
.fb-form-id-ss-ticket-attachments .fb-control {
  padding-left: 5px;
  float: left;
}
.fb-form-id-ss-ticket-attachments .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-ticket-attachments .fbc-id-start-date, .fb-form-id-ss-ticket-attachments .fbc-id-end-date {
  width: 180px;
}
.fb-form-id-ss-ticket-attachments .fbc-id-submit {
  padding-top: 20px;
  float: right;
}
.fb-form-id-ss-ticket-form .fb-control {
  padding-left: 5px;
}
.fb-form-id-ss-ticket-form .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-ticket-form .fbc-id-ticket-type,
.fb-form-id-ss-ticket-form .fbc-id-ticket-priority,
.fb-form-id-ss-ticket-form .fbc-id-parent-project,
.fb-form-id-ss-ticket-form .fbc-id-project-milestone,
.fb-form-id-ss-ticket-form .fbc-id-attachment,
.fb-form-id-ss-ticket-form .fbc-id-ticket-privacy {
  width: 40%;
}
.fb-form-id-ss-ticket-form .fbc-id-ticket-type, .fb-form-id-ss-ticket-form .fbc-id-parent-project, .fb-form-id-ss-ticket-form .fbc-id-attachment {
  float: left;
  clear: left;
}
.fb-form-id-ss-ticket-form .fbc-id-ticket-priority, .fb-form-id-ss-ticket-form .fbc-id-project-milestone, .fb-form-id-ss-ticket-form .fbc-id-ticket-privacy {
  float: right;
}
.fb-form-id-ss-ticket-form .fbc-buttons {
  clear: both;
}
.fb-form-id-ss-ticket-list .fb-control {
  padding-left: 5px;
  float: left;
}
.fb-form-id-ss-ticket-list .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-ticket-list .fbc-id-search-term {
  margin-right: 410px;
  float: none;
}
.fb-form-id-ss-ticket-list .fbc-id-sort-by, .fb-form-id-ss-ticket-list .fbc-id-type, .fb-form-id-ss-ticket-list .fbc-id-submit {
  position: absolute;
  top: 0;
  left: auto;
}
.fb-form-id-ss-ticket-list .fbc-id-sort-by {
  width: 180px;
  right: 220px;
}
.fb-form-id-ss-ticket-list .fbc-id-type {
  width: 120px;
  right: 100px;
}
.fb-form-id-ss-ticket-list .fbc-id-submit {
  padding-top: 20px;
  width: 100px;
  text-align: left;
  right: 0;
  text-align: right;
}
.fb-form-id-ss-ticket-list .fbc-id-project,
.fb-form-id-ss-ticket-list .fbc-id-milestone,
.fb-form-id-ss-ticket-list .fbc-id-assignee,
.fb-form-id-ss-ticket-list .fbc-id-status,
.fb-form-id-ss-ticket-list .fbc-id-state {
  *width: 180px;
}
.fb-form-id-ss-ticket-list .fbc-id-milestone {
  width: 160px;
}
.fb-form-id-ss-time-log .fb-control {
  padding-left: 5px;
}
.fb-form-id-ss-time-log .fb-label {
  margin-left: 0;
  float: none;
}
.fb-form-id-ss-time-log .fbc-id-time-spent .fb-label {
  float: left;
}
.fb-form-id-ss-time-log .fbc-id-time-left {
  width: 60%;
  float: left;
}
.fb-form-id-ss-time-log .fbc-id-cost-type {
  width: 30%;
  float: right;
}
.fb-form-id-ss-time-log .fbc-id-submit {
  clear: both;
}
/* Popups in support - Always last */
#content-wrapper .wf-ui-window-title-bar h6 {
  margin: 0;
}
.wf-ui-window-content .fb {
  margin: 0;
}
.fb-form-id-popup-form .fb-control {
  padding-left: 105px;
}
.fb-form-id-popup-form .fb-label {
  margin: 0 0 0 -100px;
  width: 90px;
  float: left;
}
.fb-form-id-popup-form .fbc-button {
  padding: 5px;
  text-align: left;
}
.fb-form-id-popup-form .fbc-id-search-term {
  width: 250px;
  float: left;
}
.fb-form-id-popup-form .fbc-id-search-submit {
  float: left;
}
.fb-form-id-popup-form .fbc-id-search-submit .wf-button {
  top: -3px;
}
.related-tickets ul li {
  clear: both !important;
}
.related-tickets ul li:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.related-tickets ul li a {
  float: left;
}
.h-complimentary {
  position: absolute;
  top: .5em;
  right: 5px;
  font-size: 13px;
}
.h-complimentary a {
  margin-left: 10px;
}
.text-estimation {
  color: #049cdb;
}
.text-forecast {
  color: #46a546;
}
.priority.critical {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c43c35;
}
.priority.critical.important {
  background-color: #c43c35;
}
.priority.critical.warning {
  background-color: #f89406;
}
.priority.critical.success {
  background-color: #46a546;
}
.priority.critical.notice {
  background-color: #62cffc;
}
.priority.high {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f89406;
}
.priority.high.important {
  background-color: #c43c35;
}
.priority.high.warning {
  background-color: #f89406;
}
.priority.high.success {
  background-color: #46a546;
}
.priority.high.notice {
  background-color: #62cffc;
}
.priority.normal {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.priority.normal.important {
  background-color: #c43c35;
}
.priority.normal.warning {
  background-color: #f89406;
}
.priority.normal.success {
  background-color: #46a546;
}
.priority.normal.notice {
  background-color: #62cffc;
}
.priority.low {
  color: gray;
}
.due.passed {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c43c35;
}
.due.passed.important {
  background-color: #c43c35;
}
.due.passed.warning {
  background-color: #f89406;
}
.due.passed.success {
  background-color: #46a546;
}
.due.passed.notice {
  background-color: #62cffc;
}
.due.today {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f89406;
}
.due.today.important {
  background-color: #c43c35;
}
.due.today.warning {
  background-color: #f89406;
}
.due.today.success {
  background-color: #46a546;
}
.due.today.notice {
  background-color: #62cffc;
}
.holder-chart {
  margin: 0.5em 0 1.5em 0;
  padding: 5px;
  background: #f5f5f5;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #cccccc;
  clear: both;
  margin-bottom: 15px;
  padding-top: 20px;
}
.holder-chart ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.holder-chart ul li {
  margin: 5px 0;
}
.holder-chart ul.level-2 {
  padding-left: 25px;
}
.holder-chart ul.level-3 {
  padding-left: 45px;
}
.holder-chart table td {
  border: none;
}
.holder-chart table td.legendColorBox {
  padding-right: 0;
}
.fbc-id-search-term .fb-label {
  padding-top: 5px;
}
/*
-------------------------------------------------------------------------------------------
    12.0 Blog
-------------------------------------------------------------------------------------------
*/
.post .image img {
  width: 722px;
}
.post .content img {
  max-width: 722px;
}
.layout-scs .post .image img {
  width: 722px;
}
.layout-scs .post .content img {
  max-width: 722px;
}
.layout-c .post .image img {
  width: 722px;
}
.layout-c .post .content img {
  max-width: 722px;
}
.post {
  margin: 0 0 30px 0;
}
.post .header h1, .post .header h2 {
  border: none;
}
.post .header h1 a, .post .header h2 a {
  color: #404040;
}
.post .image {
  margin: 5px 0;
  height: 180px;
  overflow: hidden;
}
.post .rating {
  float: right;
  width: 130px;
}
.post .rating .actions {
  background: none;
  border: none;
  border-radius: 0;
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
}
.post .rating .actions .image-icon {
  text-indent: -9999px;
  display: block;
  float: left;
}
.post .details {
  margin: 0.5em 0 1.5em 0;
  padding: 5px;
  background: #f5f5f5;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #cccccc;
  clear: both;
  color: #999;
  font-size: 11px;
  font-style: italic;
  padding: 3px 8px;
  word-spacing: 1px;
  margin-bottom: 20px;
  line-height: 20px;
}
.post .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post .details ul li {
  margin: 5px 0;
}
.post .details ul.level-2 {
  padding-left: 25px;
}
.post .details ul.level-3 {
  padding-left: 45px;
}
.post .details a {
  color: #555;
  font-style: normal;
}
.post .details ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.post .details ul li {
  display: inline-block;
  list-style: none;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.post .details .author {
  margin-right: 5px;
}
.post .details .category {
  display: inline;
}
.post .details .comments {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #CCC;
}
.post .photo {
  padding: 5px;
  background: #FAFAFA;
  border: 1px solid #DDD;
  float: left;
  margin-right: 10px;
}
.post .photo a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.post .photo img {
  width: 60px;
}
.post .content {
  text-align: justify;
}
.post .read-more {
  display: block;
  text-align: right;
}
.post .read-more a {
  color: #404040;
  display: block;
  width: 75px;
  float: right;
  padding: 2px 5px;
  text-transform: none;
  font-weight: none !important;
}
.post .footer .actions {
  text-align: right;
  font-size: 11px;
  padding: 5px 0 5px 10px;
}
.post .footer .actions a, .post .footer .actions a:visited {
  line-height: 12px;
  min-height: 12px;
  color: gray;
  margin-right: 10px;
}
.post .footer .actions a:hover,
.post .footer .actions a:visited:hover,
.post .footer .actions a:active,
.post .footer .actions a:visited:active,
.post .footer .actions a:focus,
.post .footer .actions a:visited:focus {
  color: #404040;
  text-decoration: none;
}
.post .footer .actions a.image-icon, .post .footer .actions a:visited.image-icon {
  padding-left: 16px;
}
.post .footer .actions a.icon-chosen, .post .footer .actions a:visited.icon-chosen {
  background-image: url("../icons/favorites_add_12.png");
}
.post .footer .actions a.icon-chosen:hover, .post .footer .actions a:visited.icon-chosen:hover {
  background-image: url("../icons/favorites_add_12_hover.png");
}
.post .footer .actions a.icon-not-chosen, .post .footer .actions a:visited.icon-not-chosen {
  background-image: url("../icons/favorites_remove_12.png");
}
.post .footer .actions a.icon-not-chosen:hover, .post .footer .actions a:visited.icon-not-chosen:hover {
  background-image: url("../icons/favorites_remove_12_hover.png");
}
.post .footer .actions a.icon-edit, .post .footer .actions a:visited.icon-edit {
  background-image: url("../icons/pencil_12.png");
}
.post .footer .actions a.icon-edit:hover, .post .footer .actions a:visited.icon-edit:hover {
  background-image: url("../icons/pencil_hover_12.png");
}
.post .footer .actions a.icon-cross, .post .footer .actions a:visited.icon-cross {
  background-image: url("../icons/cross_12.png");
}
.post .footer .actions a.icon-cross:hover, .post .footer .actions a:visited.icon-cross:hover {
  background-image: url("../icons/cross_12_hover.png");
}
.post .footer .actions a.icon-tick, .post .footer .actions a:visited.icon-tick {
  background-image: url("../icons/tick_12.png");
}
.post .footer .actions a.icon-tick:hover, .post .footer .actions a:visited.icon-tick:hover {
  background-image: url("../icons/tick_12_hover.png");
}
.post .footer .actions a.icon-delete, .post .footer .actions a:visited.icon-delete {
  background-image: url("../icons/delete_12.png");
}
.post .footer .actions a.icon-delete:hover, .post .footer .actions a:visited.icon-delete:hover {
  background-image: url("../icons/delete_hover_12.png");
  color: #9d261d;
}
.post .footer .actions a.icon-select, .post .footer .actions a:visited.icon-select {
  background-image: url("../icons/star_blank_12.png");
}
.post .footer .actions a.icon-select:hover, .post .footer .actions a:visited.icon-select:hover {
  background-image: url("../icons/star_blank_hover_12.png");
}
.post .footer .actions a.icon-selected, .post .footer .actions a:visited.icon-selected {
  background-image: url("../icons/star_12.png");
}
.post .footer .actions a.icon-selected:hover, .post .footer .actions a:visited.icon-selected:hover {
  background-image: url("../icons/star_hover_12.png");
}
.post .footer .actions a.icon-email, .post .footer .actions a:visited.icon-email {
  background-image: url("../icons/mail_12.png");
}
.post .footer .actions a.icon-email:hover, .post .footer .actions a:visited.icon-email:hover {
  background-image: url("../icons/mail_hover_12.png");
}
.category-commands {
  float: right;
}
.category-commands a {
  margin-left: 10px;
}
.category-commands a.icon-move-down {
  margin-left: 0;
}
/*
-------------------------------------------------------------------------------------------
    12.0 Forum
-------------------------------------------------------------------------------------------
*/
.forum-actions {
  clear: both !important;
  width: 100%;
  padding-bottom: 10px;
}
.forum-actions:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.forum-actions strong {
  float: left;
}
.forum-actions h3 {
  float: left;
}
.forum-actions .buttons {
  float: right;
  margin: 0;
  padding: 0;
}
.forum-actions .buttons .wf-button {
  float: right;
  margin-left: 10px;
}
.forum-actions .buttons .wf-button.disabled {
  display: block;
}
.forum-actions .buttons .wf-button.disabled.locked {
  display: block;
}
.forum-actions .buttons .wf-button.locked {
  display: none;
}
.forum-actions ul.pills {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.parent-forum {
  margin-top: -15px;
  clear: both !important;
}
.parent-forum ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.parent-forum li {
  float: left;
  margin-right: 10px;
}
.parent-forum:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.parent-forum ul ul li:after {
  content: " »";
}
ul ul li .parent-forum:last-child:after {
  content: "";
}
#content .forum-categories .grid thead th {
  text-align: center;
  font-weight: normal;
}
#content .forum-categories .grid tbody td {
  vertical-align: middle;
}
#content .forum-categories .grid tbody td.forum-details .title {
  position: relative;
}
#content .forum-categories .grid tbody td.forum-details .title em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .forum-categories .grid tbody td.forum-details .title a.link:hover h4 {
  color: #fd5000;
}
#content .forum-categories .grid tbody td.forum-details .title h4 {
  margin-top: 0;
  font-weight: bold;
}
#content .forum-categories .grid tbody td.forum-details .title .desc {
  margin-bottom: 0px;
}
#content .forum-categories .grid tbody td.forum-details .subforums {
  line-height: 11px;
  height: 11px;
  padding: 5px 0;
  font-size: 11px;
}
#content .forum-categories .grid tbody td.forum-details .subforums strong {
  float: left;
  margin-right: 8px;
  display: block;
}
#content .forum-categories .grid tbody td.forum-details .subforums ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .forum-categories .grid tbody td.forum-details .subforums li {
  margin: 0 10px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px dotted #bfbfbf;
  float: left;
  line-height: 15px;
}
#content .forum-categories .grid tbody td.forum-details .subforums li:last-child {
  border: none;
}
#content .forum-categories .grid tbody td.forum-details .subforums a {
  color: #404040;
}
#content .forum-categories .grid tbody td.forum-details .subforums a:hover {
  color: #1a1a1a;
}
#content .forum-categories .grid tbody td.icon {
  width: 25px;
  text-align: center;
}
#content .forum-categories .grid tbody td.icon span {
  display: block;
  text-indent: -99999px;
  width: 25px;
  height: 23px;
  line-height: 23px;
  background: url("../icons/document_empty_24.png") left center no-repeat;
}
#content .forum-categories .grid tbody td.icon span.unread {
  background-image: url("../icons/document_24.png");
}
#content .forum-categories .grid tbody td.icon span.read {
  background-image: url("../icons/document_empty_fade_24.png");
}
#content .forum-categories .grid tbody td.topics, #content .forum-categories .grid tbody td.posts {
  text-align: center;
}
#content .forum-categories .grid tbody td.latest {
  font-size: 11px;
  color: gray;
}
#content .forum-categories .grid tbody td.latest p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.forum-topics .grid thead th {
  text-align: center;
}
.forum-topics .grid tbody td {
  vertical-align: middle;
}
.forum-topics .grid tbody td.icon {
  width: 18px;
  text-align: center;
}
.forum-topics .grid tbody td.icon span {
  display: block;
  text-indent: -99999px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: url("../icons/document_empty_fade_16.png") left center no-repeat;
}
.forum-topics .grid tbody td.icon span.unread {
  background-image: url("../icons/document_16.png");
}
.forum-topics .grid tbody td.icon span.new-post {
  background-image: url("../icons/document_16.png");
}
.forum-topics .grid tbody td.icon span.read {
  background-image: url("../icons/document_empty_fade_16.png");
}
.forum-topics .grid tbody td.icon span.unread.locked {
  background-image: url("../icons/document_locked_16.png");
}
.forum-topics .grid tbody td.icon span.read.locked {
  background-image: url("../icons/document_empty_fade_locked_16.png");
}
.forum-topics .grid tbody td.latest {
  font-size: 11px;
  color: gray;
}
.forum-topics .grid tbody td.latest p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.forum-topics .grid tbody td.replies, .forum-topics .grid tbody td.views {
  text-align: center;
}
.forum-topic .grid {
  border-color: #ccc;
}
.forum-topic .grid tr.topic td {
  background: #fafafa;
}
.forum-topic-posts tbody tr.meta:first-child td {
  border-top: none;
}
.forum-topic .grid thead th, .forum-topic-posts .grid thead th {
  text-align: center;
}
.forum-topic .grid tbody tr.meta td, .forum-topic-posts .grid tbody tr.meta td {
  background: #fafafa;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}
.forum-topic .grid tbody tr.spacer td, .forum-topic-posts .grid tbody tr.spacer td {
  margin: 0;
  padding: 0;
  height: 10px;
  background: #fff;
}
.forum-topic .grid tbody tr.meta .content, .forum-topic-posts .grid tbody tr.meta .content {
  padding-right: 2px;
  font-size: 11px;
}
.forum-topic .grid tbody tr.meta .content .posted, .forum-topic-posts .grid tbody tr.meta .content .posted {
  float: right;
}
.forum-topic .grid tbody tr.meta .content .image-icon, .forum-topic-posts .grid tbody tr.meta .content .image-icon {
  margin-left: 5px;
  text-indent: -99999px;
  padding: 0;
  width: 20px;
}
.forum-topic .grid tbody tr.meta .content .image-icon.unread, .forum-topic-posts .grid tbody tr.meta .content .image-icon.unread {
  background-image: url("../icons/document_16.png");
}
.forum-topic .grid tbody tr.meta .content .image-icon.read, .forum-topic-posts .grid tbody tr.meta .content .image-icon.read {
  background-image: url("../icons/document_empty_fade_16.png");
}
.forum-topic .grid tbody tr.meta .content .image-icon.unread.locked, .forum-topic-posts .grid tbody tr.meta .content .image-icon.unread.locked {
  background-image: url("../icons/document_locked_16.png");
}
.forum-topic .grid tbody tr.meta .content .image-icon.read.locked, .forum-topic-posts .grid tbody tr.meta .content .image-icon.read.locked {
  background-image: url("../icons/document_empty_fade_locked_16.png");
}
.forum-topic .grid tbody td, .forum-topic-posts .grid tbody td {
  vertical-align: middle;
}
.forum-topic .grid tbody td.author, .forum-topic-posts .grid tbody td.author {
  font-weight: bold;
  width: 100px;
  overflow: hidden;
}
.forum-topic .grid tbody td.profile p.details, .forum-topic-posts .grid tbody td.profile p.details {
  font-size: 11px;
  color: #404040;
}
.forum-topic .grid tbody tr.topic td, .forum-topic-posts .grid tbody tr.topic td {
  vertical-align: top;
}
.forum-topic .grid tbody .content .commands, .forum-topic-posts .grid tbody .content .commands {
  text-align: right;
}
.forum-topic .grid tbody .content .commands a, .forum-topic-posts .grid tbody .content .commands a {
  margin-left: 10px;
}
.forum-topic .grid tbody .postbody, .forum-topic-posts .grid tbody .postbody {
  padding: 5px 0;
}
/*
-------------------------------------------------------------------------------------------
    12.0 E-commerce
-------------------------------------------------------------------------------------------
*/
.add-credits-wrapper {
  margin: 0.5em 0 1.5em 0;
  padding: 5px;
  background: #f5f5f5;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #cccccc;
  clear: both;
  clear: both !important;
}
.add-credits-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.add-credits-wrapper ul li {
  margin: 5px 0;
}
.add-credits-wrapper ul.level-2 {
  padding-left: 25px;
}
.add-credits-wrapper ul.level-3 {
  padding-left: 45px;
}
.add-credits-wrapper:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.add-credits-wrapper .wf-button {
  float: right;
}
.add-credits-wrapper div span strong {
  margin-left: 10px;
  color: #76C33F;
}
/*
-------------------------------------------------------------------------------------------
    13.0 WIKI
-------------------------------------------------------------------------------------------
*/.wiki-page {
  position: relative;
  margin-top: -56px;
}
.wiki-page h1 .image-icon {
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 0 5px;
}
.wiki-page h1 .image-icon.icon-public {
  background-image: url("../icons/globe_16.png");
}
.wiki-page h1 .image-icon.icon-private {
  background-image: url("../icons/lock_orange_16.png");
}
.wiki-page .wiki-actions {
  margin-bottom: 20px;
}
.wiki-page .wiki-toc {
  margin: 0.5em 0 1.5em 0;
  padding: 5px;
  background: #f5f5f5;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #cccccc;
  clear: both;
  padding: 3px 8px;
  margin-top: -18px;
}
.wiki-page .wiki-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wiki-page .wiki-toc ul li {
  margin: 5px 0;
}
.wiki-page .wiki-toc ul.level-2 {
  padding-left: 25px;
}
.wiki-page .wiki-toc ul.level-3 {
  padding-left: 45px;
}
.wiki-page .wiki-toc-title {
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
}
.wiki-page .wiki-toc-title small {
  margin-left: 10px;
}
.wiki-page .wiki-toc-list {
  display: none;
}
.wiki-page .wiki-toc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wiki-page .wiki-toc-list ul li {
  line-height: 22px;
}
.wiki-page .wiki-toc-list ul li a {
  color: #336699;
}
.wiki-page .wiki-toc-list ul.level-1 {
  padding-left: 1em;
  padding-bottom: 10px;
}
.wiki-page .wiki-toc-list ul.level-2 {
  padding-left: 2em;
}
.wiki-page .wiki-toc-list ul.level-3 {
  padding-left: 3em;
}
.wiki-page .wiki-toc-list ul.level-4 {
  padding-left: 4em;
}
.wiki-page .actions {
  text-align: left;
  font-size: 11px;
  padding: 5px 0 5px 10px;
}
.wiki-page .actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.wiki-page .actions ul li {
  display: inline;
  margin-right: 3px;
}
.wiki-page a.new {
  color: #9d261d;
}
.wiki-page table td input[type="radio"] ~ input[type="radio"] {
  margin-left: 10px;
}
.wiki-actions ~ .tab-content {
  margin-top: -18px;
  padding: 15px 0 0 0;
}
.wiki-actions ~ .tab-content .grid {
  border-width: 0;
  margin-bottom: 0;
}
.wiki-actions ~ .tab-content .grid th, .wiki-actions ~ .tab-content .grid td {
  border-radius: 0 !important;
}
.wiki-actions ~ .tab-content > div {
  display: block;
}
.wiki-attachments td > p {
  margin-bottom: 4px;
}
.wiki-attachments td ~ td {
  width: 300px;
}
.wiki-attachments .file-name .file-type {
  display: block;
  float: left;
}
.wiki-attachments .file-description {
  color: gray;
  font-size: 11px;
}
.wiki-attachments .file-meta {
  color: gray;
  font-size: 11px;
  text-align: right;
}
.wiki-attachments .file-actions {
  font-size: 11px;
  text-align: right;
}
.wiki-attachments .file-actions a, .wiki-attachments .file-actions a:visited {
  line-height: 12px;
  min-height: 12px;
  color: gray;
  margin-left: 10px;
}
.wiki-attachments .file-actions a:hover,
.wiki-attachments .file-actions a:visited:hover,
.wiki-attachments .file-actions a:active,
.wiki-attachments .file-actions a:visited:active,
.wiki-attachments .file-actions a:focus,
.wiki-attachments .file-actions a:visited:focus {
  color: #404040;
  text-decoration: none;
}
.wiki-attachments .file-actions a.image-icon, .wiki-attachments .file-actions a:visited.image-icon {
  padding-left: 16px;
}
.wiki-attachments .file-actions a.icon-edit, .wiki-attachments .file-actions a:visited.icon-edit {
  background-image: url("../icons/pencil_12.png");
}
.wiki-attachments .file-actions a.icon-edit:hover, .wiki-attachments .file-actions a:visited.icon-edit:hover {
  background-image: url("../icons/pencil_hover_12.png");
}
.wiki-attachments .file-actions a.icon-delete, .wiki-attachments .file-actions a:visited.icon-delete {
  background-image: url("../icons/delete_12.png");
}
.wiki-attachments .file-actions a.icon-delete:hover, .wiki-attachments .file-actions a:visited.icon-delete:hover {
  background-image: url("../icons/delete_hover_12.png");
  color: #9d261d;
}
.wiki-pages .subspaces {
  clear: both !important;
  margin: 1.5em 0;
}
.wiki-pages .subspaces:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.wiki-pages .wiki-actions .float-right {
  float: right;
}
.wiki-pages .wiki-actions .float-right input.text {
  width: 200px;
}
.mod {
  background: #e4f2fd;
}
.diffdel {
  background: #ffdddd;
}
.diffins {
  background: #ddffdd;
}
.revision-legend {
  text-align: right;
}
.wiki-index ul.level-3 {
  clear: both !important;
}
.wiki-index ul.level-3:after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.wiki-index ul.level-3 li {
  float: left;
  width: 33%;
}
.wiki-index ul.level-3 li:nth-child(3n+1) {
  clear: both !important;
}
.wiki-index ul.level-3 li:nth-child(3n+1):after {
  clear: both;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
  display: block;
  font-size: xx-large;
  height: 0 !important;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
/*
-------------------------------------------------------------------------------------------
    12.0 Plugins
-------------------------------------------------------------------------------------------
*/
#TB_window {
  background: white;
  border: 3px solid #DDD;
  border-radius: 5px;
}
