@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Framework variables */
/* 
  Colors used by this Theme
  Redefining these variables will redefine all colors
 */
/* 
  Fonts used by this Theme
  Redefining these variables will redefine all fonts
 */
/* 
  UI Colors usage (this section allows fine tune override in the _overrides.scss
  by changing only the appropriate item
*/
/* Animations */
@-webkit-keyframes fadeIn {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #B6B6B6;
  background: #ffffff;
  color: #4F4F4F; }

.ui-widget-content a, .ui-widget-content .icon-add.checklist-new-only {
  color: #4F4F4F; }

.ui-widget-header {
  border: 1px solid #B6B6B6;
  color: #4F4F4F;
  font-weight: bold; }

.ui-widget-header {
  background: #ededed url(images/bg_fallback.png) 0 0 repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* IE10+ */
  background: linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* W3C */ }

.ui-widget-header a, .ui-widget-header .icon-add.checklist-new-only {
  color: #4F4F4F; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #B6B6B6;
  font-weight: normal;
  color: #4F4F4F; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #ededed url(images/bg_fallback.png) 0 0 repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #c4c4c4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* IE10+ */
  background: linear-gradient(top, #ededed 0%, #c4c4c4 100%);
  /* W3C */
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset; }

.ui-state-default a, .ui-state-default .icon-add.checklist-new-only, .ui-state-default a:link, .ui-state-default .icon-add.checklist-new-only:link, .ui-state-default a:visited, .ui-state-default .icon-add.checklist-new-only:visited {
  color: #4F4F4F;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #9D9D9D;
  font-weight: normal;
  color: #313131; }

.ui-state-hover a, .ui-state-hover .icon-add.checklist-new-only, .ui-state-hover a:hover, .ui-state-hover .icon-add.checklist-new-only:hover {
  color: #313131;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  outline: none;
  color: #1c4257;
  border: 1px solid #7096ab;
  background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e0f5), color-stop(100%, #92bdd6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* IE10+ */
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* W3C */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ui-state-active a, .ui-state-active .icon-add.checklist-new-only, .ui-state-active a:link, .ui-state-active .icon-add.checklist-new-only:link, .ui-state-active a:visited, .ui-state-active .icon-add.checklist-new-only:visited {
  color: #313131;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #d2dbf4;
  background: #f4f8fd;
  color: #0d2054;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.ui-state-highlight a, .ui-state-highlight .icon-add.checklist-new-only, .ui-widget-content .ui-state-highlight a, .ui-widget-content .ui-state-highlight .icon-add.checklist-new-only, .ui-widget-header .ui-state-highlight a, .ui-widget-header .ui-state-highlight .icon-add.checklist-new-only {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #e2d0d0;
  background: #fcf0f0;
  color: #280b0b;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.ui-state-error a, .ui-state-error .icon-add.checklist-new-only, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error .icon-add.checklist-new-only, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error .icon-add.checklist-new-only {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../images/ui-icons_454545_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../images/ui-icons_454545_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background: url(../images/ui-icons_cd0a0a_256x240.png) -16px 0 no-repeat !important; }

.ui-state-highlight .ui-icon, .ui-state-error .ui-icon {
  margin-top: -1px; }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background: url(images/icon_sprite.png) 0 0 no-repeat !important; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px; }

.ui-corner-tr {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.ui-corner-top {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.ui-corner-right {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.ui-corner-left {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.ui-corner-all {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #262b33;
  opacity: .70;
  filter: Alpha(Opacity=70); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #000000;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

                                                                                                                                                                                              /*
* jQuery UI Resizable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

                                                                                      /*
* jQuery UI Selectable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a, .ui-accordion .ui-accordion-header .icon-add.checklist-new-only {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a, .ui-accordion-icons .ui-accordion-header .icon-add.checklist-new-only {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

                                                             /*
* jQuery UI Autocomplete 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 10;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a, .ui-menu .ui-menu-item .icon-add.checklist-new-only {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item .ui-state-hover.icon-add.checklist-new-only,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item .ui-state-active.icon-add.checklist-new-only {
  font-weight: normal;
  margin: -1px;
  background: #5f83b9;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px #234386;
  border-color: #466086;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button animation properties */
.ui-button {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

/*states*/
.ui-button.ui-state-hover {
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset; }

.ui-button.ui-state-focus {
  outline: none;
  color: #1c4257;
  border-color: #7096ab;
  background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e0f5), color-stop(100%, #92bdd6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* IE10+ */
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* W3C */
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button, .ui-widget-content input.ui-button {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  padding: 0 1em !important;
  height: 33px; }

/*remove submit button internal padding in Firefox*/
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* fix webkits handling of the box model */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.ui-button {
    height: 31px !important; } }
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

.ui-buttonset .ui-button.ui-state-active {
  color: #1c4257;
  border-color: #7096ab; }

.ui-buttonset .ui-button.ui-state-active {
  background: #ededed url(images/bg_fallback.png) 0 -50px repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e0f5), color-stop(100%, #92bdd6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* IE10+ */
  background: linear-gradient(top, #b9e0f5 0%, #92bdd6 100%);
  /* W3C */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0;
  width: 300px;
  overflow: hidden; }

.ui-dialog {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6); }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.7em 1em 0.6em 1em;
  position: relative;
  border: none;
  border-bottom: 1px solid #979797;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .8em;
  top: 55%;
  width: 16px;
  margin: -10px 0 0 0;
  padding: 0;
  height: 16px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  background: url(images/icon_sprite.png) 0 -16px no-repeat; }

.ui-dialog .ui-dialog-titlebar-close:hover span {
  background-position: -16px -16px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
  border: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
  background: #d7d7d7;
  z-index: 1; }

.ui-slider {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset; }

.ui-slider .ui-slider-handle {
  background: url(images/slider_handles.png) 0px -23px no-repeat;
  position: absolute;
  z-index: 2;
  width: 23px;
  height: 23px;
  cursor: default;
  border: none;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui-slider .ui-state-hover, .ui-slider .ui-state-active {
  background-position: 0 0; }

.ui-slider .ui-slider-range {
  background: #a3cae0;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider .ui-slider-range {
  -moz-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
  -webkit-box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset;
  box-shadow: 0 1px 2px rgba(17, 35, 45, 0.6) inset; }

.ui-slider-horizontal {
  height: 5px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -13px; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 5px;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -8px;
  margin-left: 0;
  margin-bottom: -13px; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

                                                   /*
* jQuery UI Tabs 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs {
  position: relative;
  zoom: 1;
  border: 0;
  background: transparent; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  background: transparent;
  border-width: 0 0 1px 0; }

.ui-tabs .ui-tabs-nav {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li .icon-add.checklist-new-only {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
  background: #fff;
  border-color: #B6B6B6; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected .icon-add.checklist-new-only, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-disabled .icon-add.checklist-new-only, .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav li.ui-state-processing .icon-add.checklist-new-only {
  cursor: text;
  outline: none; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li .icon-add.checklist-new-only, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected .icon-add.checklist-new-only {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0 1px 1px 1px;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-panel {
  background: #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0;
  display: none;
  border-color: #DDDDDD; }

.ui-datepicker {
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .35em 0;
  border: none;
  border-bottom: 1px solid #B6B6B6;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  border: 1px none; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span {
  background-position: 0px -32px !important; }

.ui-datepicker .ui-datepicker-next span {
  background-position: -16px -32px !important; }

.ui-datepicker .ui-datepicker-prev-hover span {
  background-position: 0px -48px !important; }

.ui-datepicker .ui-datepicker-next-hover span {
  background-position: -16px -48px !important; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  background: url(images/icon_sprite.png) no-repeat; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker td .icon-add.checklist-new-only {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker table .ui-state-highlight {
  border-color: #5F83B9; }

.ui-datepicker table .ui-state-hover {
  background: #5F83B9;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 1px #234386;
  -webkit-box-shadow: 0 0px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 0px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0px 0 rgba(255, 255, 255, 0.6) inset;
  border-color: #5F83B9; }

.ui-datepicker-calendar .ui-state-default {
  background: transparent;
  border-color: #FFF; }

.ui-datepicker-calendar .ui-state-active {
  background: #5F83B9;
  border-color: #5F83B9;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 1px #234386; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
* jQuery UI Progressbar 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar {
  height: 12px;
  text-align: left;
  background: #FFF; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* Extra Input Field Styling */
.ui-form textarea, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]) {
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #cecece;
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

.ui-form textarea:hover, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):hover {
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2); }

.ui-form textarea:focus, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):focus {
  border: 1px solid #95bdd4;
  -webkit-box-shadow: 0 2px 3px rgba(161, 202, 226, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(161, 202, 226, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 3px rgba(161, 202, 226, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.2); }

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: left; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 2.3em;
  padding: .2em 0 .2em .7em;
  overflow: hidden;
  position: relative;
  border: 1px solid #CCCCCC;
  white-space: nowrap;
  line-height: 1.8;
  color: #333333;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white; }

html[dir="rtl"] .select2-container .select2-choice {
  padding: .2em .7em .2em 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  padding-top: .3em;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #CCCCCC;
  border-radius: 0 4px 4px 0; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../images/select2.png") no-repeat 100% -22px;
  background: url("../images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../images/select2.png") no-repeat -37px -22px;
  background: url("../images/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../images/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("../images/select2-spinner.gif") no-repeat 100%;
  background: url("../images/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../images/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #66AFE9;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(102, 175, 233, 0.3);
  box-shadow: 0 0 5px rgba(102, 175, 233, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("../images/select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../images/select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../images/select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("../images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa, #context-menu li a.submenu:before, .jstElements button[type="button"]:before, #top-menu a:before, #top-menu .icon-add.checklist-new-only:before, #top-menu #account .login:before, #top-menu #account .register:before, #admin-menu a:before, #admin-menu .icon-add.checklist-new-only:before, tr.project [id^="favorite_project"], tr span.expander:before, tr.open span.expander:before, table.boards a.board:before, table.boards .board.icon-add.checklist-new-only:before, h3.comments:before, h3.version:before, div.issues h3:before, div.members h3:before, div.news h3:before, div.projects h3:before, #watchers a.delete:before, #watchers .delete.icon-add.checklist-new-only:before, span.search_for_watchers a:before, span.search_for_watchers .icon-add.checklist-new-only:before, span.add_attachment a:before, span.add_attachment .icon-add.checklist-new-only:before, fieldset.collapsible > legend:before, .my-project:before, span.icon-search:before, table.cal .starting a:before, table.cal .starting .icon-add.checklist-new-only:before, p.cal.legend .starting:before, table.cal .ending a:before, table.cal .ending .icon-add.checklist-new-only:before, p.cal.legend .ending:before, table.cal .starting.ending a:before, p.cal.legend .starting.ending:before, button.tab-left:before, button.tab-right:before, a.close-icon:before, .close-icon.icon-add.checklist-new-only:before, .icon:before, #impersonate:before, .tweaks:before, .login-audit:before, [class*="icon-"]:before, .sort-handle:before, #context-menu li a:before, #context-menu li .icon-add.checklist-new-only:before, tr.project.idnt td.name span:before, tr.issue.idnt td.subject a:before, tr.issue.idnt td.subject .icon-add.checklist-new-only:before, dt.time-entry:before, dt.attachment:before, dt.issue-closed:before, dt.issue:before, dt.changeset:before, dt.issue-note:before, dt.dmsf-file-revision:before, dt.issue-edit:before, .icon-contact:before, .icon-invoice:before, .jstEditor:not(.zen) button.jstb_zenedit:before, #invoice_contact_id_add_link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .jstElements button.fa-pull-left[type="button"]:before, #top-menu a.fa-pull-left:before, #top-menu .fa-pull-left.icon-add.checklist-new-only:before, #top-menu #account .fa-pull-left.login:before, #top-menu #account .fa-pull-left.register:before, #admin-menu a.fa-pull-left:before, #admin-menu .fa-pull-left.icon-add.checklist-new-only:before, tr.project .fa-pull-left[id^="favorite_project"], tr span.fa-pull-left.expander:before, table.boards a.fa-pull-left.board:before, table.boards .fa-pull-left.board.icon-add.checklist-new-only:before, h3.fa-pull-left.comments:before, h3.fa-pull-left.version:before, div.issues h3.fa-pull-left:before, div.members h3.fa-pull-left:before, div.news h3.fa-pull-left:before, div.projects h3.fa-pull-left:before, #watchers a.fa-pull-left.delete:before, #watchers .fa-pull-left.delete.icon-add.checklist-new-only:before, span.search_for_watchers a.fa-pull-left:before, span.search_for_watchers .fa-pull-left.icon-add.checklist-new-only:before, span.add_attachment a.fa-pull-left:before, span.add_attachment .fa-pull-left.icon-add.checklist-new-only:before, fieldset.collapsible > legend.fa-pull-left:before, .fa-pull-left.my-project:before, span.fa-pull-left.icon-search:before, table.cal .starting a.fa-pull-left:before, table.cal .starting .fa-pull-left.icon-add.checklist-new-only:before, p.cal.legend .fa-pull-left.starting:before, table.cal .ending a.fa-pull-left:before, table.cal .ending .fa-pull-left.icon-add.checklist-new-only:before, p.cal.legend .fa-pull-left.ending:before, button.fa-pull-left.tab-left:before, button.fa-pull-left.tab-right:before, a.fa-pull-left.close-icon:before, .fa-pull-left.close-icon.icon-add.checklist-new-only:before, .fa-pull-left.icon:before, .fa-pull-left#impersonate:before, .fa-pull-left.tweaks:before, .fa-pull-left.login-audit:before, .fa-pull-left[class*="icon-"]:before, .fa-pull-left.sort-handle:before, #context-menu li a.fa-pull-left:before, #context-menu li .fa-pull-left.icon-add.checklist-new-only:before, tr.project.idnt td.name span.fa-pull-left:before, tr.issue.idnt td.subject a.fa-pull-left:before, tr.issue.idnt td.subject .fa-pull-left.icon-add.checklist-new-only:before, dt.fa-pull-left.time-entry:before, dt.fa-pull-left.attachment:before, dt.fa-pull-left.issue-closed:before, .fa-pull-left.icon-contact:before, .fa-pull-left.icon-invoice:before, .jstEditor:not(.zen) button.fa-pull-left.jstb_zenedit:before, .fa-pull-left#invoice_contact_id_add_link:before {
  margin-right: .3em; }

.fa.fa-pull-right, .jstElements button.fa-pull-right[type="button"]:before, #top-menu a.fa-pull-right:before, #top-menu .fa-pull-right.icon-add.checklist-new-only:before, #top-menu #account .fa-pull-right.login:before, #top-menu #account .fa-pull-right.register:before, #admin-menu a.fa-pull-right:before, #admin-menu .fa-pull-right.icon-add.checklist-new-only:before, tr.project .fa-pull-right[id^="favorite_project"], tr span.fa-pull-right.expander:before, table.boards a.fa-pull-right.board:before, table.boards .fa-pull-right.board.icon-add.checklist-new-only:before, h3.fa-pull-right.comments:before, h3.fa-pull-right.version:before, div.issues h3.fa-pull-right:before, div.members h3.fa-pull-right:before, div.news h3.fa-pull-right:before, div.projects h3.fa-pull-right:before, #watchers a.fa-pull-right.delete:before, #watchers .fa-pull-right.delete.icon-add.checklist-new-only:before, span.search_for_watchers a.fa-pull-right:before, span.search_for_watchers .fa-pull-right.icon-add.checklist-new-only:before, span.add_attachment a.fa-pull-right:before, span.add_attachment .fa-pull-right.icon-add.checklist-new-only:before, fieldset.collapsible > legend.fa-pull-right:before, .fa-pull-right.my-project:before, span.fa-pull-right.icon-search:before, table.cal .starting a.fa-pull-right:before, table.cal .starting .fa-pull-right.icon-add.checklist-new-only:before, p.cal.legend .fa-pull-right.starting:before, table.cal .ending a.fa-pull-right:before, table.cal .ending .fa-pull-right.icon-add.checklist-new-only:before, p.cal.legend .fa-pull-right.ending:before, button.fa-pull-right.tab-left:before, button.fa-pull-right.tab-right:before, a.fa-pull-right.close-icon:before, .fa-pull-right.close-icon.icon-add.checklist-new-only:before, .fa-pull-right.icon:before, .fa-pull-right#impersonate:before, .fa-pull-right.tweaks:before, .fa-pull-right.login-audit:before, .fa-pull-right[class*="icon-"]:before, .fa-pull-right.sort-handle:before, #context-menu li a.fa-pull-right:before, #context-menu li .fa-pull-right.icon-add.checklist-new-only:before, tr.project.idnt td.name span.fa-pull-right:before, tr.issue.idnt td.subject a.fa-pull-right:before, tr.issue.idnt td.subject .fa-pull-right.icon-add.checklist-new-only:before, dt.fa-pull-right.time-entry:before, dt.fa-pull-right.attachment:before, dt.fa-pull-right.issue-closed:before, .fa-pull-right.icon-contact:before, .fa-pull-right.icon-invoice:before, .jstEditor:not(.zen) button.fa-pull-right.jstb_zenedit:before, .fa-pull-right#invoice_contact_id_add_link:before {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .jstElements button.pull-left[type="button"]:before, #top-menu a.pull-left:before, #top-menu .pull-left.icon-add.checklist-new-only:before, #top-menu #account .pull-left.login:before, #top-menu #account .pull-left.register:before, #admin-menu a.pull-left:before, #admin-menu .pull-left.icon-add.checklist-new-only:before, tr.project .pull-left[id^="favorite_project"], tr span.pull-left.expander:before, table.boards a.pull-left.board:before, table.boards .pull-left.board.icon-add.checklist-new-only:before, h3.pull-left.comments:before, h3.pull-left.version:before, div.issues h3.pull-left:before, div.members h3.pull-left:before, div.news h3.pull-left:before, div.projects h3.pull-left:before, #watchers a.pull-left.delete:before, #watchers .pull-left.delete.icon-add.checklist-new-only:before, span.search_for_watchers a.pull-left:before, span.search_for_watchers .pull-left.icon-add.checklist-new-only:before, span.add_attachment a.pull-left:before, span.add_attachment .pull-left.icon-add.checklist-new-only:before, fieldset.collapsible > legend.pull-left:before, .pull-left.my-project:before, span.pull-left.icon-search:before, table.cal .starting a.pull-left:before, table.cal .starting .pull-left.icon-add.checklist-new-only:before, p.cal.legend .pull-left.starting:before, table.cal .ending a.pull-left:before, table.cal .ending .pull-left.icon-add.checklist-new-only:before, p.cal.legend .pull-left.ending:before, button.pull-left.tab-left:before, button.pull-left.tab-right:before, a.pull-left.close-icon:before, .pull-left.close-icon.icon-add.checklist-new-only:before, .pull-left.icon:before, .pull-left#impersonate:before, .pull-left.tweaks:before, .pull-left.login-audit:before, .pull-left[class*="icon-"]:before, .pull-left.sort-handle:before, #context-menu li a.pull-left:before, #context-menu li .pull-left.icon-add.checklist-new-only:before, tr.project.idnt td.name span.pull-left:before, tr.issue.idnt td.subject a.pull-left:before, tr.issue.idnt td.subject .pull-left.icon-add.checklist-new-only:before, dt.pull-left.time-entry:before, dt.pull-left.attachment:before, dt.pull-left.issue-closed:before, .pull-left.icon-contact:before, .pull-left.icon-invoice:before, .jstEditor:not(.zen) button.pull-left.jstb_zenedit:before, .pull-left#invoice_contact_id_add_link:before {
  margin-right: .3em; }

.fa.pull-right, .jstElements button.pull-right[type="button"]:before, #top-menu a.pull-right:before, #top-menu .pull-right.icon-add.checklist-new-only:before, #top-menu #account .pull-right.login:before, #top-menu #account .pull-right.register:before, #admin-menu a.pull-right:before, #admin-menu .pull-right.icon-add.checklist-new-only:before, tr.project .pull-right[id^="favorite_project"], tr span.pull-right.expander:before, table.boards a.pull-right.board:before, table.boards .pull-right.board.icon-add.checklist-new-only:before, h3.pull-right.comments:before, h3.pull-right.version:before, div.issues h3.pull-right:before, div.members h3.pull-right:before, div.news h3.pull-right:before, div.projects h3.pull-right:before, #watchers a.pull-right.delete:before, #watchers .pull-right.delete.icon-add.checklist-new-only:before, span.search_for_watchers a.pull-right:before, span.search_for_watchers .pull-right.icon-add.checklist-new-only:before, span.add_attachment a.pull-right:before, span.add_attachment .pull-right.icon-add.checklist-new-only:before, fieldset.collapsible > legend.pull-right:before, .pull-right.my-project:before, span.pull-right.icon-search:before, table.cal .starting a.pull-right:before, table.cal .starting .pull-right.icon-add.checklist-new-only:before, p.cal.legend .pull-right.starting:before, table.cal .ending a.pull-right:before, table.cal .ending .pull-right.icon-add.checklist-new-only:before, p.cal.legend .pull-right.ending:before, button.pull-right.tab-left:before, button.pull-right.tab-right:before, a.pull-right.close-icon:before, .pull-right.close-icon.icon-add.checklist-new-only:before, .pull-right.icon:before, .pull-right#impersonate:before, .pull-right.tweaks:before, .pull-right.login-audit:before, .pull-right[class*="icon-"]:before, .pull-right.sort-handle:before, #context-menu li a.pull-right:before, #context-menu li .pull-right.icon-add.checklist-new-only:before, tr.project.idnt td.name span.pull-right:before, tr.issue.idnt td.subject a.pull-right:before, tr.issue.idnt td.subject .pull-right.icon-add.checklist-new-only:before, dt.pull-right.time-entry:before, dt.pull-right.attachment:before, dt.pull-right.issue-closed:before, .pull-right.icon-contact:before, .pull-right.icon-invoice:before, .jstEditor:not(.zen) button.pull-right.jstb_zenedit:before, .pull-right#invoice_contact_id_add_link:before {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before, span.icon-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before, tr.project [id^="favorite_project"]:before, .my-project:before, .icon-fav:before {
  content: "\f005"; }

.fa-star-o:before, .icon-fav-off:before {
  content: "\f006"; }

.fa-user:before, #top-menu a.my-account:before, #top-menu .my-account.icon-add.checklist-new-only:before, #top-menu a.adm-users:before, #top-menu .adm-users.icon-add.checklist-new-only:before, #admin-menu a.users:before, #admin-menu .users.icon-add.checklist-new-only:before, #admin-menu .icon-user:before, .icon-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before, #top-menu a.adm-workflows:before, #top-menu .adm-workflows.icon-add.checklist-new-only:before, #admin-menu a.workflows:before, #admin-menu .workflows.icon-add.checklist-new-only:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
a.close-icon:before,
.close-icon.icon-add.checklist-new-only:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before, .icon-details:before, .icon-zoom-in:before {
  content: "\f00e"; }

.fa-search-minus:before, .icon-zoom-out:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before, .icon-file:before {
  content: "\f016"; }

.fa-clock-o:before, #top-menu a.time-tracker-main-menu:before, #top-menu .time-tracker-main-menu.icon-add.checklist-new-only:before, .icon-time-add:before, dt.time-entry:before, .icon-time:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before, .icon-reload:before {
  content: "\f021"; }

.fa-list-alt:before, .login-audit:before, #top-menu a.orders:before, #top-menu .orders.icon-add.checklist-new-only:before, #admin-menu a.orders:before, #admin-menu .orders.icon-add.checklist-new-only:before {
  content: "\f022"; }

.fa-lock:before, .icon-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before, #top-menu a.contacts:before, #top-menu .contacts.icon-add.checklist-new-only:before, #admin-menu a.contacts:before, #admin-menu .contacts.icon-add.checklist-new-only:before, .icon-contact:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before, .jstElements .jstb_strong:before {
  content: "\f032"; }

.fa-italic:before, .jstElements .jstb_em:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before, #top-menu a.adm-enumerations:before, #top-menu .adm-enumerations.icon-add.checklist-new-only:before, #admin-menu a.enumerations:before, #admin-menu .enumerations.icon-add.checklist-new-only:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before,
.jstElements .jstb_unbq:before {
  content: "\f03b"; }

.fa-indent:before, .jstElements .jstb_bq:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.jstElements .jstb_img:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before, .icon-edit:before {
  content: "\f040"; }
  
.icon-dmsf-lock:before {
	content: "\f023";
}

.icon-dmsf-unlock:before {
	content: "\f09c";
}

.icon-notification-on:before {
	content: "\f0f3";
}

.icon-notification-off:before {
	content: "\f1f6";
}

.icon-dmsf-file-details:before {
	content: "\f022";
}

.icon-dmsf-rev-downloads:before {
	content: "\f233";
}

.icon-dmsf-rev-download:before {
	content: "\f019";
}

.icon-dmsf-rev-delete:before {
	content: "\f014";
}

.icon-link:before {
	content: "\f08e";
}

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, #top-menu a.adm-custom-fields:before, #top-menu .adm-custom-fields.icon-add.checklist-new-only:before, #admin-menu a.custom_fields:before, #admin-menu .custom_fields.icon-add.checklist-new-only:before,
.fa-pencil-square-o:before,
#top-menu #account .register:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before, div.contextual a.icon.icon-accept:before, div.contextual a.icon-accept#impersonate:before, div.contextual .icon-accept#impersonate.icon-add.checklist-new-only:before, div.contextual a.icon-accept.tweaks:before, div.contextual .icon-accept.tweaks.icon-add.checklist-new-only:before, div.contextual a.icon-accept.login-audit:before, div.contextual .icon-accept.login-audit.icon-add.checklist-new-only:before, div.contextual .icon.icon-accept.icon-add.checklist-new-only:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before, .icon-start:before, .tt_start:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before, .icon-stop:before, .tt_stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before, button.tab-left:before {
  content: "\f053"; }

.fa-chevron-right:before, button.tab-right:before {
  content: "\f054"; }

.fa-plus-circle:before, tr span.expander:before, span.search_for_watchers a:before, span.search_for_watchers .icon-add.checklist-new-only:before, span.add_attachment a:before, span.add_attachment .icon-add.checklist-new-only:before, .icon-add:before, .icon-add-payment:before, .icon-multiple:before, .icon-test:before, #invoice_contact_id_add_link:before {
  content: "\f055"; }

.fa-minus-circle:before, tr.open span.expander:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before, .jstElements .jstb_help:before, #top-menu a.help:before, #top-menu .help.icon-add.checklist-new-only:before {
  content: "\f059"; }

.fa-info-circle:before, #top-menu a.adm-info:before, #top-menu .adm-info.icon-add.checklist-new-only:before, #admin-menu a.info:before, #admin-menu .info.icon-add.checklist-new-only:before, #admin-menu .icon-help:before {
  content: "\f05a"; }

.fa-crosshairs:before, .icon-move:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before, .icon-cancel:before {
  content: "\f05e"; }

.fa-arrow-left:before, table.cal .ending a:before, table.cal .ending .icon-add.checklist-new-only:before, p.cal.legend .ending:before {
  content: "\f060"; }

.fa-arrow-right:before, table.cal .starting a:before, table.cal .starting .icon-add.checklist-new-only:before, p.cal.legend .starting:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before, .icon-passwd:before {
  content: "\f069"; }

.fa-exclamation-circle:before, table.sprint-board tbody td.sprint-board table.post-it a.icon.icon-major-deviation:before, table.sprint-board tbody td.sprint-board table.post-it a.icon-major-deviation#impersonate:before, table.sprint-board tbody td.sprint-board table.post-it .icon-major-deviation#impersonate.icon-add.checklist-new-only:before, table.sprint-board tbody td.sprint-board table.post-it a.icon-major-deviation.tweaks:before, table.sprint-board tbody td.sprint-board table.post-it .icon-major-deviation.tweaks.icon-add.checklist-new-only:before, table.sprint-board tbody td.sprint-board table.post-it a.icon-major-deviation.login-audit:before, table.sprint-board tbody td.sprint-board table.post-it .icon-major-deviation.login-audit.icon-add.checklist-new-only:before, table.sprint-board tbody td.sprint-board table.post-it .icon.icon-major-deviation.icon-add.checklist-new-only:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before, div.contextual.scrum-menu a.icon.icon-burndown:before, div.contextual.scrum-menu a.icon-burndown#impersonate:before, div.contextual.scrum-menu .icon-burndown#impersonate.icon-add.checklist-new-only:before, div.contextual.scrum-menu a.icon-burndown.tweaks:before, div.contextual.scrum-menu .icon-burndown.tweaks.icon-add.checklist-new-only:before, div.contextual.scrum-menu a.icon-burndown.login-audit:before, div.contextual.scrum-menu .icon-burndown.login-audit.icon-add.checklist-new-only:before, div.contextual.scrum-menu .icon.icon-burndown.icon-add.checklist-new-only:before {
  content: "\f06d"; }

.fa-eye:before, #top-menu a.adm-roles:before, #top-menu .adm-roles.icon-add.checklist-new-only:before, #admin-menu a.roles:before, #admin-menu .roles.icon-add.checklist-new-only:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .icon-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before, .icon-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before, #top-menu a.products:before, #top-menu .products.icon-add.checklist-new-only:before, #admin-menu a.products:before, #admin-menu .products.icon-add.checklist-new-only:before {
  content: "\f07a"; }

.fa-folder:before, .icon-folder:before {
  content: "\f07b"; }

.fa-folder-open:before, .open .icon-folder:before {
  content: "\f07c"; }

.fa-arrows-v:before, .sort-handle:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before, #top-menu a.pgpkeys:before, #top-menu .pgpkeys.icon-add.checklist-new-only:before, #top-menu a.adm-ldap-authentication:before, #top-menu .adm-ldap-authentication.icon-add.checklist-new-only:before, #admin-menu a.server_authentication:before, #admin-menu .server_authentication.icon-add.checklist-new-only:before, #admin-menu .icon-server-authentication:before {
  content: "\f084"; }

.fa-gears:before, #top-menu a.administration:before, #top-menu .administration.icon-add.checklist-new-only:before, #top-menu a.adm-settings:before, #top-menu .adm-settings.icon-add.checklist-new-only:before, #admin-menu a.settings:before, #admin-menu .settings.icon-add.checklist-new-only:before, #admin-menu dt.changeset:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before, table.boards a.board:before, table.boards .board.icon-add.checklist-new-only:before, h3.comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before, #top-menu a.logout:before, #top-menu .logout.icon-add.checklist-new-only:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before, #top-menu #account .login:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before, .icon-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before, .icon-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before, div.news h3:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before, .tweaks:before {
  content: "\f0ad"; }

.fa-tasks:before, div.contextual.scrum-menu a.icon.icon-sprint-board:before, div.contextual.scrum-menu a.icon-sprint-board#impersonate:before, div.contextual.scrum-menu .icon-sprint-board#impersonate.icon-add.checklist-new-only:before, div.contextual.scrum-menu a.icon-sprint-board.tweaks:before, div.contextual.scrum-menu .icon-sprint-board.tweaks.icon-add.checklist-new-only:before, div.contextual.scrum-menu a.icon-sprint-board.login-audit:before, div.contextual.scrum-menu .icon-sprint-board.login-audit.icon-add.checklist-new-only:before, div.contextual.scrum-menu .icon.icon-sprint-board.icon-add.checklist-new-only:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before, .jstEditor:not(.zen) button.jstb_zenedit:before {
  content: "\f0b2"; }

.fa-group:before, #top-menu a.adm-groups:before, #top-menu .adm-groups.icon-add.checklist-new-only:before, #admin-menu a.groups:before, #admin-menu .groups.icon-add.checklist-new-only:before,
.fa-users:before,
#top-menu a.people:before,
#top-menu .people.icon-add.checklist-new-only:before,
#admin-menu a.people:before,
#admin-menu .people.icon-add.checklist-new-only:before,
div.members h3:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before,
.jstElements .jstb_link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .icon-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before, dt.attachment:before, .icon-attachment:before {
  content: "\f0c6"; }

.fa-save:before, .icon-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before, #top-menu a.adm-trackers:before, #top-menu .adm-trackers.icon-add.checklist-new-only:before, #admin-menu a.trackers:before, #admin-menu .trackers.icon-add.checklist-new-only:before, #admin-menu dt.issue:before, #admin-menu .icon-issue:before, div.issues h3:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before, .jstElements .jstb_ul:before {
  content: "\f0ca"; }

.fa-list-ol:before, .jstElements .jstb_ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before, .jstElements .jstb_del:before {
  content: "\f0cc"; }

.fa-underline:before, .jstElements .jstb_ins:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before, #top-menu a.expenses:before, #top-menu .expenses.icon-add.checklist-new-only:before {
  content: "\f0d6"; }

.fa-caret-down:before, fieldset.collapsible.collapsed > legend:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before, fieldset.collapsible > legend:before, tr.project.idnt td.name span:before, tr.issue.idnt td.subject a:before, tr.issue.idnt td.subject .icon-add.checklist-new-only:before {
  content: "\f0da"; }

.fa-columns:before, .jstElements .jstb_pre:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before, .icon-email:before {
  content: "\f0e0"; }

.fa-linkedin:before, .icon-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before,
#admin-menu a.agile:before,
#admin-menu .agile.icon-add.checklist-new-only:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, #top-menu a.my-page:before, #top-menu .my-page.icon-add.checklist-new-only:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before, #top-menu a.cms:before, #top-menu .cms.icon-add.checklist-new-only:before, #admin-menu a.cms:before, #admin-menu .cms.icon-add.checklist-new-only:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before,
.icon-duplicate:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before, .icon-file.text-plain:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before, #context-menu li a.submenu:before, #context-menu li .submenu.icon-add.checklist-new-only:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before, .jstElements .jstb_code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before, #top-menu a.adm-plugins:before, #top-menu .adm-plugins.icon-add.checklist-new-only:before, #admin-menu a.plugins:before, #admin-menu .plugins.icon-add.checklist-new-only:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before, table.cal .starting.ending a:before, table.cal .starting.ending .icon-add.checklist-new-only:before, p.cal.legend .starting.ending:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before, dt.issue-closed:before, #search-results dt.issue.closed:before {
  content: "\f145"; }

 dt.issue:before {
	 content: "\f145";
 }
 
 dt.issue-note:before {
	 content: "\f24a";
 }

dt.dmsf-file-revision:before {
	content: "\f15b";
}
	
 dt.changeset:before {
	 content: "\f085";
 }
 
 dt.issue-edit:before {
	 content: "\f145";
 }
 
.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before, .icon-merge:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before, .icon-checked:before {
  content: "\f14a"; }

.fa-pencil-square:before, #top-menu a.adm-issue-statuses:before, #top-menu .adm-issue-statuses.icon-add.checklist-new-only:before, #admin-menu a.issue_statuses:before, #admin-menu .issue_statuses.icon-add.checklist-new-only:before, #admin-menu dt.issue-edit:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before, .icon-summary:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before, #top-menu a.deals:before, #top-menu .deals.icon-add.checklist-new-only:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before, .icon-email-add:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
#top-menu a.finance:before,
#top-menu .finance.icon-add.checklist-new-only:before,
#admin-menu a.finance:before,
#admin-menu .finance.icon-add.checklist-new-only:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before, div.contextual.scrum-menu a.icon.icon-release-plan:before, div.contextual.scrum-menu a.icon-release-plan#impersonate:before, div.contextual.scrum-menu .icon-release-plan#impersonate.icon-add.checklist-new-only:before, div.contextual.scrum-menu a.icon-release-plan.tweaks:before, div.contextual.scrum-menu .icon-release-plan.tweaks.icon-add.checklist-new-only:before, div.contextual.scrum-menu a.icon-release-plan.login-audit:before, div.contextual.scrum-menu .icon-release-plan.login-audit.icon-add.checklist-new-only:before, div.contextual.scrum-menu .icon.icon-release-plan.icon-add.checklist-new-only:before, h3.version:before, .icon-package:before {
  content: "\f1b2"; }

.fa-cubes:before, div.contextual.scrum-menu a.icon.icon-product-backlog:before, div.contextual.scrum-menu a.icon-product-backlog#impersonate:before, div.contextual.scrum-menu .icon-product-backlog#impersonate.icon-add.checklist-new-only:before, div.contextual.scrum-menu a.icon-product-backlog.tweaks:before, div.contextual.scrum-menu .icon-product-backlog.tweaks.icon-add.checklist-new-only:before, div.contextual.scrum-menu a.icon-product-backlog.login-audit:before, div.contextual.scrum-menu .icon-product-backlog.login-audit.icon-add.checklist-new-only:before, div.contextual.scrum-menu .icon.icon-product-backlog.icon-add.checklist-new-only:before, #top-menu a.projects:before, #top-menu .projects.icon-add.checklist-new-only:before, #top-menu a.adm-projects:before, #top-menu .adm-projects.icon-add.checklist-new-only:before, #admin-menu a.projects:before, #admin-menu .projects.icon-add.checklist-new-only:before, #admin-menu dt.project:before, #admin-menu .icon-projects:before, div.projects h3:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before, .icon-file.application-pdf:before, .icon-pdf:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before, #top-menu a.invoices:before, #top-menu .invoices.icon-add.checklist-new-only:before, #admin-menu a.invoices:before, #admin-menu .invoices.icon-add.checklist-new-only:before, .icon-invoice:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before, .icon-file.text-x-c:before, .icon-file.text-x-csharp:before, .icon-file.text-x-java:before, .icon-file.text-x-javascript:before, .icon-file.text-x-php:before, .icon-file.text-x-ruby:before, .icon-file.text-xml:before, .icon-file.text-css:before, .icon-file.text-html:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
#top-menu a.questions:before,
#top-menu .questions.icon-add.checklist-new-only:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before, .icon-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before, .jstElements .jstb_h1:before, .jstElements .jstb_h2:before, .jstElements .jstb_h3:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before, #watchers a.delete:before, #watchers .delete.icon-add.checklist-new-only:before, .icon-del:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before, .icon-report:before {
  content: "\f200"; }

.fa-line-chart:before, .icon-stats:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before, #impersonate:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
li.change {
  background-image: url(../images/bullet_black.png); }

li.change.folder {
  background-image: url(../images/folder_open.png); }

li.change.folder.change-A {
  background-image: url(../images/folder_open_add.png); }

li.change.folder.change-M {
  background-image: url(../images/folder_open_orange.png); }

li.change.change-A {
  background-image: url(../images/bullet_add.png); }

li.change.change-M {
  background-image: url(../images/bullet_orange.png); }

li.change.change-C {
  background-image: url(../images/bullet_blue.png); }

li.change.change-R {
  background-image: url(../images/bullet_purple.png); }

li.change.change-D {
  background-image: url(../images/bullet_delete.png); }

#context-menu {
  margin-top: -13em;
  margin-left: -37em;
  padding-bottom: 4em; }
  #context-menu ul {
    border-color: #CCCCCC !important;
    border-radius: 4px !important;
    padding: 0 !important; }
  #context-menu li {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0.2em; }
    #context-menu li:first-child {
      border-radius: 3px 3px 0 0 !important; }
    #context-menu li:last-child {
      border-radius: 0 0 3px 3px !important; }
    #context-menu li a, #context-menu li .icon-add.checklist-new-only {
      position: relative;
      padding: 0.2em 0.2em 0.2em 2em; }
      #context-menu li a.submenu:before, #context-menu li .submenu.icon-add.checklist-new-only:before {
        margin-right: 0.5em; }
      #context-menu li a.submenu + ul, #context-menu li .submenu.icon-add.checklist-new-only + ul {
        margin-left: -1em; }

#context-menu a.icon-checked, #context-menu .icon-checked.icon-add.checklist-new-only {
  background: url(../images/toggle_check.png) no-repeat 3px 40%; }

/* selected element */
.context-menu-selection, tr:nth-child(2n+2).context-menu-selection {
  background-color: #507AAA !important;
  color: #f8f8f8 !important; }

.context-menu-selection a, .context-menu-selection .icon-add.checklist-new-only, .context-menu-selection a:hover, .context-menu-selection .icon-add.checklist-new-only:hover {
  color: #f8f8f8 !important; }

.context-menu-selection:hover {
  background-color: #507AAA !important;
  color: #f8f8f8 !important; }

.jstElements button[type="button"] {
  background: white;
  color: inherit;
  width: 1.8em;
  height: 1.8em;
  border-radius: 4px;
  padding: 0;
  font-size: 0.9em;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .jstElements button[type="button"]:before {
    text-align: center; }
.jstElements .jstb_h2:before {
  font-size: 0.9em !important; }
.jstElements .jstb_h3:before {
  font-size: 0.8em !important; }

.pagination-wrapper {
  clear: both; }

.pagination .pages {
  padding: 0; }
  .pagination .pages li {
    display: inline-block; }
    .pagination .pages li span, .pagination .pages li a, .pagination .pages li .icon-add.checklist-new-only {
      padding: 5px;
      display: inline-block; }
      @media screen and (max-width: 899px) {
        .pagination .pages li span, .pagination .pages li a, .pagination .pages li .icon-add.checklist-new-only {
          padding: 5px 10px; } }

#main #sidebar .watchers li img.gravatar {
  margin: 0.5em;
  float: left; }
#main #sidebar .watchers li a.user, #main #sidebar .watchers li .user.icon-add.checklist-new-only {
  width: 80%;
  display: block;
  float: left; }
#main #sidebar .watchers li a.delete, #main #sidebar .watchers li .delete.icon-add.checklist-new-only {
  width: 10%;
  text-align: center;
  display: block;
  float: left; }
#main #sidebar .watchers li a.delete:before, #main #sidebar .watchers li .delete.icon-add.checklist-new-only:before {
  margin: 0; }

div.issue div.attributes .attribute {
  overflow: hidden; }
  div.issue div.attributes .attribute .label, div.issue div.attributes .attribute .value {
    display: inline-block; }
  div.issue div.attributes .attribute .label {
    font-weight: bold;
    margin-right: 1em; }
div.issue div.attributes .attribute.progress .value {
  min-width: 200px; }
  div.issue div.attributes .attribute.progress .value p {
    margin: 3px 0; }

table.sprint-board {
  background-color: #F9F9F9;
  width: 100%;
  border: 5px solid #979DA7 !important; }
  table.sprint-board th {
    text-align: center;
    color: black;
    padding-bottom: 0.5em;
    border-right: 5px solid #979DA7 !important;
    border-bottom: 5px solid #979DA7 !important; }
    table.sprint-board th:last {
      border-right: none; }
  table.sprint-board tbody td.sprint-board {
    border: none !important;
    border-bottom: 1px solid #CCCCCC !important;
    border-right: 5px solid #979DA7 !important; }
    table.sprint-board tbody td.sprint-board:last {
      border-right: none; }
    table.sprint-board tbody td.sprint-board table.post-it tr {
      background: transparent !important; }
    table.sprint-board tbody td.sprint-board table.post-it td.estimation span {
      font-style: italic; }
      table.sprint-board tbody td.sprint-board table.post-it td.estimation span:before {
        content: "("; }
      table.sprint-board tbody td.sprint-board table.post-it td.estimation span:after {
        content: ")"; }
    table.sprint-board tbody td.sprint-board table.post-it td.spent span {
      font-weight: bold; }
    table.sprint-board tbody td.sprint-board table.post-it td.estimation, table.sprint-board tbody td.sprint-board table.post-it td.spent, table.sprint-board tbody td.sprint-board table.post-it td.pending {
      width: 33%;
      vertical-align: middle;
      text-align: center;
      padding-top: 0.5em; }
      table.sprint-board tbody td.sprint-board table.post-it td.estimation input[type="text"], table.sprint-board tbody td.sprint-board table.post-it td.spent input[type="text"], table.sprint-board tbody td.sprint-board table.post-it td.pending input[type="text"] {
        width: 80%; }
    table.sprint-board tbody td.sprint-board table.post-it a.float-icon, table.sprint-board tbody td.sprint-board table.post-it .float-icon.icon-add.checklist-new-only {
      padding-left: 0px; }
    table.sprint-board tbody td.sprint-board table.post-it a.icon.icon-major-deviation:before, table.sprint-board tbody td.sprint-board table.post-it a.icon-major-deviation#impersonate:before, table.sprint-board tbody td.sprint-board table.post-it .icon-major-deviation#impersonate.icon-add.checklist-new-only:before, table.sprint-board tbody td.sprint-board table.post-it a.icon-major-deviation.tweaks:before, table.sprint-board tbody td.sprint-board table.post-it .icon-major-deviation.tweaks.icon-add.checklist-new-only:before, table.sprint-board tbody td.sprint-board table.post-it a.icon-major-deviation.login-audit:before, table.sprint-board tbody td.sprint-board table.post-it .icon-major-deviation.login-audit.icon-add.checklist-new-only:before, table.sprint-board tbody td.sprint-board table.post-it .icon.icon-major-deviation.icon-add.checklist-new-only:before {
      color: #e74c3c; }
    table.sprint-board tbody td.sprint-board table.post-it a.issue, table.sprint-board tbody td.sprint-board table.post-it .issue.icon-add.checklist-new-only {
      display: block; }

/* Common */
html {
  overflow-y: scroll; }

body {
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  min-height: 100%; }

h2, .wiki h1 {
  font-size: 1.5em; }

h3, .wiki h2 {
  font-size: 1.2em; }

h4, .wiki h3 {
  font-size: 0.9em; }

h4 {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1em; }

a, .icon-add.checklist-new-only {
  color: #446E9B;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  font-size: 1em; }
  a:hover, .icon-add.checklist-new-only:hover, a:active, .icon-add.checklist-new-only:active, a:focus, .icon-add.checklist-new-only:focus {
    color: #474D57; }
  a.issue.closed, .issue.closed.icon-add.checklist-new-only, a.issue.closed:link, .issue.closed.icon-add.checklist-new-only:link, a.issue.closed:visited, .issue.closed.icon-add.checklist-new-only:visited {
    color: #777777;
    text-decoration: line-through; }
  a.collapsible, .collapsible.icon-add.checklist-new-only {
    padding-left: 1em;
    background: url(../images/arrow_expanded.png) no-repeat -3px 40%; }
  a.collapsible.collapsed, .collapsible.collapsed.icon-add.checklist-new-only {
    background: url(../images/arrow_collapsed.png) no-repeat -5px 40%; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover, textarea, textarea:hover, select, select:hover {
  padding: 0.5em;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: white;
  vertical-align: middle;
  max-width: 100%;
  text-align: left;
  font-size: 1em; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled, input[type="color"]:hover:disabled, input[type="date"]:hover:disabled, input[type="datetime"]:hover:disabled, input[type="datetime-local"]:hover:disabled, input[type="email"]:hover:disabled, input[type="month"]:hover:disabled, input[type="number"]:hover:disabled, input[type="password"]:hover:disabled, input[type="search"]:hover:disabled, input[type="tel"]:hover:disabled, input[type="text"]:hover:disabled, input[type="time"]:hover:disabled, input[type="url"]:hover:disabled, input[type="week"]:hover:disabled, input:not([type]):hover:disabled, textarea:hover:disabled, textarea:disabled, textarea:hover:disabled, select:disabled, select:hover:disabled {
    background: #F2F2F2; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, textarea:focus {
  border-color: #66AFE9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6); }

select {
  min-width: 6em; }
  select:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(119, 119, 119, 0.6); }

button, input[type="button"], input[type="reset"], input[type="submit"], button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button, button + a, button + .icon-add.checklist-new-only, input[type="button"] + a, input[type="button"] + .icon-add.checklist-new-only, input[type="reset"] + a, input[type="reset"] + .icon-add.checklist-new-only, input[type="submit"] + a, input[type="submit"] + .icon-add.checklist-new-only, button:hover + a, input[type="button"]:hover + a, input[type="reset"]:hover + a, input[type="submit"]:hover + a, .button + a, .button + .icon-add.checklist-new-only, .button:hover + a, #activity + a, #activity + .icon-add.checklist-new-only, #comments + p > a, #comments + p > .icon-add.checklist-new-only, .add-link a, .add-link .icon-add.checklist-new-only, .button:hover, button + a:hover, button + .icon-add.checklist-new-only:hover, input[type="button"] + a:hover, input[type="button"] + .icon-add.checklist-new-only:hover, input[type="reset"] + a:hover, input[type="reset"] + .icon-add.checklist-new-only:hover, input[type="submit"] + a:hover, input[type="submit"] + .icon-add.checklist-new-only:hover, .button + a:hover, .button + .icon-add.checklist-new-only:hover, #activity + a:hover, #activity + .icon-add.checklist-new-only:hover, #comments + p > a:hover, #comments + p > .icon-add.checklist-new-only:hover, .add-link a:hover, .add-link .icon-add.checklist-new-only:hover {
  border: 1px solid #019875;
  background: #019875;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1em; }
  button + a, button + .icon-add.checklist-new-only, input[type="button"] + a, input[type="button"] + .icon-add.checklist-new-only, input[type="reset"] + a, input[type="reset"] + .icon-add.checklist-new-only, input[type="submit"] + a, input[type="submit"] + .icon-add.checklist-new-only, button:hover + a, button:hover + .icon-add.checklist-new-only, input[type="button"]:hover + a, input[type="button"]:hover + .icon-add.checklist-new-only, input[type="reset"]:hover + a, input[type="reset"]:hover + .icon-add.checklist-new-only, input[type="submit"]:hover + a, input[type="submit"]:hover + .icon-add.checklist-new-only, .button + a, button + a + a, button + .icon-add.checklist-new-only + a, input[type="button"] + a + a, input[type="button"] + .icon-add.checklist-new-only + a, input[type="reset"] + a + a, input[type="reset"] + .icon-add.checklist-new-only + a, input[type="submit"] + a + a, input[type="submit"] + .icon-add.checklist-new-only + a, button:hover + a + a, input[type="button"]:hover + a + a, input[type="reset"]:hover + a + a, input[type="submit"]:hover + a + a, .button + a + a, .button + .icon-add.checklist-new-only + a, .button:hover + a + a, #activity + a + a, #activity + .icon-add.checklist-new-only + a, #comments + p > a + a, #comments + p > .icon-add.checklist-new-only + a, .add-link a + a, .add-link .icon-add.checklist-new-only + a, .button + .icon-add.checklist-new-only, button + a + .icon-add.checklist-new-only, button + .icon-add.checklist-new-only + .icon-add.checklist-new-only, input[type="button"] + a + .icon-add.checklist-new-only, input[type="button"] + .icon-add.checklist-new-only + .icon-add.checklist-new-only, input[type="reset"] + a + .icon-add.checklist-new-only, input[type="reset"] + .icon-add.checklist-new-only + .icon-add.checklist-new-only, input[type="submit"] + a + .icon-add.checklist-new-only, input[type="submit"] + .icon-add.checklist-new-only + .icon-add.checklist-new-only, .button + a + .icon-add.checklist-new-only, .button + .icon-add.checklist-new-only + .icon-add.checklist-new-only, #activity + a + .icon-add.checklist-new-only, #activity + .icon-add.checklist-new-only + .icon-add.checklist-new-only, #comments + p > a + .icon-add.checklist-new-only, #comments + p > .icon-add.checklist-new-only + .icon-add.checklist-new-only, .add-link a + .icon-add.checklist-new-only, .add-link .icon-add.checklist-new-only + .icon-add.checklist-new-only, .button:hover + a, button + a:hover + a, button + .icon-add.checklist-new-only:hover + a, input[type="button"] + a:hover + a, input[type="button"] + .icon-add.checklist-new-only:hover + a, input[type="reset"] + a:hover + a, input[type="reset"] + .icon-add.checklist-new-only:hover + a, input[type="submit"] + a:hover + a, input[type="submit"] + .icon-add.checklist-new-only:hover + a, button:hover + a:hover + a, .button + a:hover + a, .button + .icon-add.checklist-new-only:hover + a, #activity + a:hover + a, #activity + .icon-add.checklist-new-only:hover + a, #comments + p > a:hover + a, #comments + p > .icon-add.checklist-new-only:hover + a, .add-link a:hover + a, .add-link .icon-add.checklist-new-only:hover + a, .button:hover + .icon-add.checklist-new-only, button + a:hover + .icon-add.checklist-new-only, button + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, input[type="button"] + a:hover + .icon-add.checklist-new-only, input[type="button"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, input[type="reset"] + a:hover + .icon-add.checklist-new-only, input[type="reset"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, input[type="submit"] + a:hover + .icon-add.checklist-new-only, input[type="submit"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, .button + a:hover + .icon-add.checklist-new-only, .button + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, #activity + a:hover + .icon-add.checklist-new-only, #activity + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, #comments + p > a:hover + .icon-add.checklist-new-only, #comments + p > .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, .add-link a:hover + .icon-add.checklist-new-only, .add-link .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only {
    font-size: 1em; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, button + a:hover, button + .icon-add.checklist-new-only:hover, input[type="button"] + a:hover, input[type="button"] + .icon-add.checklist-new-only:hover, input[type="reset"] + a:hover, input[type="reset"] + .icon-add.checklist-new-only:hover, input[type="submit"] + a:hover, input[type="submit"] + .icon-add.checklist-new-only:hover, .button + a:hover, .button + .icon-add.checklist-new-only:hover, #activity + a:hover, #activity + .icon-add.checklist-new-only:hover, #comments + p > a:hover, #comments + p > .icon-add.checklist-new-only:hover, .add-link a:hover, .add-link .icon-add.checklist-new-only:hover {
  background: #019875;
  color: #fff; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:focus, button + a:focus, button + .icon-add.checklist-new-only:focus, input[type="button"] + a:focus, input[type="button"] + .icon-add.checklist-new-only:focus, input[type="reset"] + a:focus, input[type="reset"] + .icon-add.checklist-new-only:focus, input[type="submit"] + a:focus, input[type="submit"] + .icon-add.checklist-new-only:focus, .button + a:focus, .button + .icon-add.checklist-new-only:focus, #activity + a:focus, #activity + .icon-add.checklist-new-only:focus, #comments + p > a:focus, #comments + p > .icon-add.checklist-new-only:focus, .add-link a:focus, .add-link .icon-add.checklist-new-only:focus, .button:active, button + a:active, button + .icon-add.checklist-new-only:active, input[type="button"] + a:active, input[type="button"] + .icon-add.checklist-new-only:active, input[type="reset"] + a:active, input[type="reset"] + .icon-add.checklist-new-only:active, input[type="submit"] + a:active, input[type="submit"] + .icon-add.checklist-new-only:active, button:hover + a:active, button:hover + .icon-add.checklist-new-only:active, input[type="button"]:hover + a:active, input[type="button"]:hover + .icon-add.checklist-new-only:active, input[type="reset"]:hover + a:active, input[type="reset"]:hover + .icon-add.checklist-new-only:active, input[type="submit"]:hover + a:active, input[type="submit"]:hover + .icon-add.checklist-new-only:active, .button + a:active, .button + .icon-add.checklist-new-only:active, .button:hover + a:active, .button:hover + .icon-add.checklist-new-only:active, button:focus + a:active, button:focus + .icon-add.checklist-new-only:active, button:focus a:focus, button:focus .icon-add.checklist-new-only:focus, input[type="button"]:focus + a:active, input[type="button"]:focus + .icon-add.checklist-new-only:active, input[type="button"]:focus a:focus, input[type="button"]:focus .icon-add.checklist-new-only:focus, input[type="reset"]:focus + a:active, input[type="reset"]:focus + .icon-add.checklist-new-only:active, input[type="reset"]:focus a:focus, input[type="reset"]:focus .icon-add.checklist-new-only:focus, input[type="submit"]:focus + a:active, input[type="submit"]:focus + .icon-add.checklist-new-only:active, input[type="submit"]:focus a:focus, input[type="submit"]:focus .icon-add.checklist-new-only:focus, button:active + a:active, button:active + .icon-add.checklist-new-only:active, button:active a:focus, button:active .icon-add.checklist-new-only:focus, input[type="button"]:active + a:active, input[type="button"]:active + .icon-add.checklist-new-only:active, input[type="button"]:active a:focus, input[type="button"]:active .icon-add.checklist-new-only:focus, input[type="reset"]:active + a:active, input[type="reset"]:active + .icon-add.checklist-new-only:active, input[type="reset"]:active a:focus, input[type="reset"]:active .icon-add.checklist-new-only:focus, input[type="submit"]:active + a:active, input[type="submit"]:active + .icon-add.checklist-new-only:active, input[type="submit"]:active a:focus, input[type="submit"]:active .icon-add.checklist-new-only:focus, .button:focus + a:active, button + a:focus + a:active, button + .icon-add.checklist-new-only:focus + a:active, input[type="button"] + a:focus + a:active, input[type="button"] + .icon-add.checklist-new-only:focus + a:active, input[type="reset"] + a:focus + a:active, input[type="reset"] + .icon-add.checklist-new-only:focus + a:active, input[type="submit"] + a:focus + a:active, input[type="submit"] + .icon-add.checklist-new-only:focus + a:active, button:hover + a:focus + a:active, .button + a:focus + a:active, .button + .icon-add.checklist-new-only:focus + a:active, #activity + a:focus + a:active, #activity + .icon-add.checklist-new-only:focus + a:active, #comments + p > a:focus + a:active, #comments + p > .icon-add.checklist-new-only:focus + a:active, .add-link a:focus + a:active, .add-link .icon-add.checklist-new-only:focus + a:active, .button:focus + .icon-add.checklist-new-only:active, button + a:focus + .icon-add.checklist-new-only:active, button + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, input[type="button"] + a:focus + .icon-add.checklist-new-only:active, input[type="button"] + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, input[type="reset"] + a:focus + .icon-add.checklist-new-only:active, input[type="reset"] + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, input[type="submit"] + a:focus + .icon-add.checklist-new-only:active, input[type="submit"] + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, .button + a:focus + .icon-add.checklist-new-only:active, .button + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, #activity + a:focus + .icon-add.checklist-new-only:active, #activity + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, #comments + p > a:focus + .icon-add.checklist-new-only:active, #comments + p > .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, .add-link a:focus + .icon-add.checklist-new-only:active, .add-link .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, .button:focus a:focus, button + a:focus a:focus, button + .icon-add.checklist-new-only:focus a:focus, input[type="button"] + a:focus a:focus, input[type="button"] + .icon-add.checklist-new-only:focus a:focus, input[type="reset"] + a:focus a:focus, input[type="reset"] + .icon-add.checklist-new-only:focus a:focus, input[type="submit"] + a:focus a:focus, input[type="submit"] + .icon-add.checklist-new-only:focus a:focus, button:hover + a:focus a:focus, .button + a:focus a:focus, .button + .icon-add.checklist-new-only:focus a:focus, #activity + a:focus a:focus, #activity + .icon-add.checklist-new-only:focus a:focus, #comments + p > a:focus a:focus, #comments + p > .icon-add.checklist-new-only:focus a:focus, .add-link a:focus a:focus, .add-link .icon-add.checklist-new-only:focus a:focus, .button:focus .icon-add.checklist-new-only:focus, button + a:focus .icon-add.checklist-new-only:focus, button + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, input[type="button"] + a:focus .icon-add.checklist-new-only:focus, input[type="button"] + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, input[type="reset"] + a:focus .icon-add.checklist-new-only:focus, input[type="reset"] + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, input[type="submit"] + a:focus .icon-add.checklist-new-only:focus, input[type="submit"] + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, .button + a:focus .icon-add.checklist-new-only:focus, .button + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, #activity + a:focus .icon-add.checklist-new-only:focus, #activity + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, #comments + p > a:focus .icon-add.checklist-new-only:focus, #comments + p > .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, .add-link a:focus .icon-add.checklist-new-only:focus, .add-link .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, .button:active + a:active, button + a:active + a:active, button + .icon-add.checklist-new-only:active + a:active, input[type="button"] + a:active + a:active, input[type="button"] + .icon-add.checklist-new-only:active + a:active, input[type="reset"] + a:active + a:active, input[type="reset"] + .icon-add.checklist-new-only:active + a:active, input[type="submit"] + a:active + a:active, input[type="submit"] + .icon-add.checklist-new-only:active + a:active, button:hover + a:active + a:active, .button + a:active + a:active, .button + .icon-add.checklist-new-only:active + a:active, #activity + a:active + a:active, #activity + .icon-add.checklist-new-only:active + a:active, #comments + p > a:active + a:active, #comments + p > .icon-add.checklist-new-only:active + a:active, .add-link a:active + a:active, .add-link .icon-add.checklist-new-only:active + a:active, .button:active + .icon-add.checklist-new-only:active, button + a:active + .icon-add.checklist-new-only:active, button + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, input[type="button"] + a:active + .icon-add.checklist-new-only:active, input[type="button"] + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, input[type="reset"] + a:active + .icon-add.checklist-new-only:active, input[type="reset"] + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, input[type="submit"] + a:active + .icon-add.checklist-new-only:active, input[type="submit"] + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, .button + a:active + .icon-add.checklist-new-only:active, .button + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, #activity + a:active + .icon-add.checklist-new-only:active, #activity + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, #comments + p > a:active + .icon-add.checklist-new-only:active, #comments + p > .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, .add-link a:active + .icon-add.checklist-new-only:active, .add-link .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, .button:active a:focus, button + a:active a:focus, button + .icon-add.checklist-new-only:active a:focus, input[type="button"] + a:active a:focus, input[type="button"] + .icon-add.checklist-new-only:active a:focus, input[type="reset"] + a:active a:focus, input[type="reset"] + .icon-add.checklist-new-only:active a:focus, input[type="submit"] + a:active a:focus, input[type="submit"] + .icon-add.checklist-new-only:active a:focus, button:hover + a:active a:focus, .button + a:active a:focus, .button + .icon-add.checklist-new-only:active a:focus, #activity + a:active a:focus, #activity + .icon-add.checklist-new-only:active a:focus, #comments + p > a:active a:focus, #comments + p > .icon-add.checklist-new-only:active a:focus, .add-link a:active a:focus, .add-link .icon-add.checklist-new-only:active a:focus, .button:active .icon-add.checklist-new-only:focus, button + a:active .icon-add.checklist-new-only:focus, button + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, input[type="button"] + a:active .icon-add.checklist-new-only:focus, input[type="button"] + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, input[type="reset"] + a:active .icon-add.checklist-new-only:focus, input[type="reset"] + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, input[type="submit"] + a:active .icon-add.checklist-new-only:focus, input[type="submit"] + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, .button + a:active .icon-add.checklist-new-only:focus, .button + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, #activity + a:active .icon-add.checklist-new-only:focus, #activity + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, #comments + p > a:active .icon-add.checklist-new-only:focus, #comments + p > .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, .add-link a:active .icon-add.checklist-new-only:focus, .add-link .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, #activity + a:active, #activity + .icon-add.checklist-new-only:active, #activity + a:focus, #activity + .icon-add.checklist-new-only:focus, #comments + p > a:active, #comments + p > .icon-add.checklist-new-only:active, #comments + p > a:focus, #comments + p > .icon-add.checklist-new-only:focus, .add-link a:active, .add-link .icon-add.checklist-new-only:active, .add-link a:focus, .add-link .icon-add.checklist-new-only:focus {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset; }

/* Layout */
#wrapper {
  display: block;
  background: white; }
  #wrapper::after {
    clear: both;
    content: "";
    display: table; }

#top-menu {
  display: block;
  background: #474D57;
  color: white;
  padding: 0 1.5em;
  cursor: default;
  position: relative;
  z-index: 999;
  height: 3.15em; }
  #top-menu::after {
    clear: both;
    content: "";
    display: table; }
  #top-menu ul.menu-children {
    width: 26em;
    top: 99%;
    border: 0;
    background: #474D57;
    border-radius: 0 0 4px 4px;
    padding: 0.5em 1em 0.6em; }
    #top-menu ul.menu-children > li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding: 0; }
      #top-menu ul.menu-children > li:last-child {
        margin-right: 0; }
      #top-menu ul.menu-children > li:nth-child(2n) {
        margin-right: 0; }
      #top-menu ul.menu-children > li:nth-child(2n+1) {
        clear: left; }
      #top-menu ul.menu-children > li a, #top-menu ul.menu-children > li .icon-add.checklist-new-only {
        color: #979DA7;
        padding: 0.4em;
        width: 95%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #top-menu ul.menu-children > li a:hover, #top-menu ul.menu-children > li .icon-add.checklist-new-only:hover, #top-menu ul.menu-children > li a:active, #top-menu ul.menu-children > li .icon-add.checklist-new-only:active, #top-menu ul.menu-children > li a:focus, #top-menu ul.menu-children > li .icon-add.checklist-new-only:focus {
          color: white; }
        #top-menu ul.menu-children > li a:before, #top-menu ul.menu-children > li .icon-add.checklist-new-only:before {
          margin-right: 0.5em !important; }
  #top-menu li {
    float: left;
    list-style-type: none;
    white-space: nowrap;
    margin-right: 1em;
    padding: 0; }
    #top-menu li:last-child {
      margin-right: 0.2em; }
  #top-menu a, #top-menu .icon-add.checklist-new-only {
    color: #979DA7;
    font-size: 0.9em;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block; }
    #top-menu a:hover, #top-menu .icon-add.checklist-new-only:hover, #top-menu a:focus, #top-menu .icon-add.checklist-new-only:focus, #top-menu a:active, #top-menu .icon-add.checklist-new-only:active {
      color: white; }
    #top-menu a:before, #top-menu .icon-add.checklist-new-only:before {
      margin-right: 0.5em;
      vertical-align: middle; }
    #top-menu a.tt_start:before, #top-menu .tt_start.icon-add.checklist-new-only:before, #top-menu a.tt_stop:before, #top-menu .tt_stop.icon-add.checklist-new-only:before {
      position: relative;
      top: 0; }
  #top-menu #loggedas {
    float: right;
    margin-right: 1em;
    color: #979DA7;
    font-size: 0.9em; }
    #top-menu #loggedas a, #top-menu #loggedas .icon-add.checklist-new-only {
      font-size: 1em; }
  #top-menu #account.cms ul li {
    height: auto !important; }
    #top-menu #account.cms ul li img.gravatar {
      top: 0;
      margin-right: 0.5em; }
  #top-menu #account a:before, #top-menu #account .icon-add.checklist-new-only:before {
    margin-right: 0; }
  #top-menu #account .menu-children {
    width: 18em; }
  #top-menu #account .login, #top-menu #account .register {
    font-size: 0.9em; }
    #top-menu #account .login:before, #top-menu #account .register:before {
      margin-right: 0.5em;
      font-size: 1.2em;
      vertical-align: middle; }
  #top-menu #account .login:before {
    font-size: 1.35em; }

#header {
  display: block;
  background: #446E9B;
  color: white;
  padding: 0 1.5em; }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  #header h1 {
    margin: 0;
    font-size: 1.5em;
    color: white;
    font-weight: 400;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    padding-left: 72px;
    z-index: 0; }
  #header .home {
    display: block;
    width: 6;
    height: 100%;
    border-right: 1px solid #395c82;
    border-left: 1px solid #395c82;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15), -1px 0 0 rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0.2em;
    padding-left: 0.1em;
    text-align: center; }
    #header .home:before {
      content: url("../images/logo.svg"); }
    #header .home:hover, #header .home:active {
      background: rgba(71, 77, 87, 0.5); }
  #header #quick-search {
    position: relative;
    top: 0.65em;
    z-index: 5; }
    #header #quick-search .icon-search:before {
      z-index: 5;
      position: absolute;
      left: 1.6em;
      top: 0.15em;
      color: #474D57; }
    #header #quick-search #q {
      margin-left: 1em;
      padding-left: 2em !important;
      border-color: rgba(71, 77, 87, 0.5);
      padding: 0.4em;
      width: 10em;
      background: rgba(71, 77, 87, 0.3);
      box-shadow: none !important;
      position: relative;
      z-index: 0;
      color: rgba(255, 255, 255, 0.8); }
      #header #quick-search #q:active, #header #quick-search #q:focus {
        color: #333333;
        background: white;
        width: 15em; }
  #header a, #header .icon-add.checklist-new-only, #header a:hover, #header .icon-add.checklist-new-only:hover, #header a:active, #header .icon-add.checklist-new-only:active, #header a:focus, #header .icon-add.checklist-new-only:focus {
    color: white; }
  #header .select2-container {
    margin-left: 1em; }
    #header .select2-container .select2-chosen {
      font-size: 0.9em;
      color: rgba(255, 255, 255, 0.8); }
    #header .select2-container .select2-choice {
      background: rgba(71, 77, 87, 0.3);
      border-color: rgba(71, 77, 87, 0.5);
      box-shadow: none !important;
      height: 2.2em; }
    #header .select2-container .select2-arrow {
      border-color: rgba(71, 77, 87, 0.5); }

#main-menu {
  display: block;
  background: #F2F2F2;
  cursor: default;
  box-shadow: inset 0 -1px 0 #CCCCCC;
  margin: 0 -1.5em;
  padding: 0 1.5em; }
  #main-menu::after {
    clear: both;
    content: "";
    display: table; }
  #main-menu.tabs {
    position: relative; }
    #main-menu.tabs > ul {
      padding-right: 3em; }
  #main-menu ul.menu-children {
    background: #CCCCCC;
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    left: 0;
    padding: 0 1.5em; }
    #main-menu ul.menu-children.visible {
      display: block; }
  #main-menu li {
    display: table-cell;
    width: 1%; }
    #main-menu li a, #main-menu li .icon-add.checklist-new-only {
      display: block;
      color: #777777;
      margin: 0;
      padding: 1em;
      white-space: nowrap;
      text-align: center; }
      #main-menu li a:hover, #main-menu li .icon-add.checklist-new-only:hover, #main-menu li a:focus, #main-menu li .icon-add.checklist-new-only:focus {
        color: #474D57;
        box-shadow: inset 0 -3px 0 #474D57; }
      #main-menu li a.selected, #main-menu li .selected.icon-add.checklist-new-only, #main-menu li a.selected:hover, #main-menu li .selected.icon-add.checklist-new-only:hover {
        font-weight: 600;
        color: #446E9B;
        box-shadow: inset 0 -3px 0 #446E9B; }
  #main-menu .tabs-buttons {
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
    right: 1.5em;
    display: block !important; }
    #main-menu .tabs-buttons button {
      background: none;
      background: none !important;
      box-shadow: none !important;
      border: 0 !important; }
  #main-menu .new-object-item {
    width: 62px;
    float: left; }
    #main-menu .new-object-item .menu-children:before {
      content: "-";
      width: 62px;
      display: table-cell;
      float: left;
      opacity: 0; }
  #main-menu #new-object {
    width: 62px; }
    #main-menu #new-object .icon-add {
      position: relative;
      top: 2px; }
      #main-menu #new-object .icon-add:before {
        margin: 0; }

#admin-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#admin-menu a, #admin-menu .icon-add.checklist-new-only {
  background-image: none !important;
  margin-bottom: 0.2em; }
  #admin-menu a:before, #admin-menu .icon-add.checklist-new-only:before {
    margin-right: 0.5em;
    width: 1.5em;
    text-align: center;
    position: relative;
    top: -1px; }

.sidebar-collapsed #content {
  width: 100% !important; }
.sidebar-collapsed #sidebar {
  display: none !important; }

#main {
  display: block;
  padding: 0 1.5em 6em;
  position: relative; }
  #main::after {
    clear: both;
    content: "";
    display: table; }
  #main.nosidebar #content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #main.nosidebar #content:last-child {
      margin-right: 0; }
  #main #hide-sidebar-button {
    position: absolute;
    z-index: 20;
    bottom: 0;
    padding: .5em .7em;
    cursor: pointer;
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-bottom: 0; }
    #main #hide-sidebar-button i:before {
      margin: 0; }
  #main #sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    padding-top: 1em; }
    #main #sidebar:last-child {
      margin-right: 0; }
    #main #sidebar h3 {
      margin-top: 1em;
      color: #333333;
      padding-bottom: 0.3em;
      text-indent: 0.2em;
      border-bottom: 1px solid #CCCCCC;
      font-weight: 400; }
    #main #sidebar hr {
      width: 100%;
      height: 1px;
      background: #CCCCCC;
      border: 0;
      margin: 0 auto; }
    #main #sidebar p > label {
      color: #777777; }
      #main #sidebar p > label input {
        margin-right: 0.7em; }
    #main #sidebar .contextual {
      margin-right: 1em;
      float: right; }
    #main #sidebar ul {
      list-style-type: none;
      padding: 0; }
      #main #sidebar ul li input + label {
        max-width: 90%;
        display: inline-block; }
      #main #sidebar ul li label input {
        margin-right: 0.7em; }
    #main #sidebar ul a, #main #sidebar ul .icon-add.checklist-new-only, #main #sidebar a[href$="agile/board"], #main #sidebar [href$="agile/board"].icon-add.checklist-new-only, #main #sidebar a[href$="agile_versions"], #main #sidebar [href$="agile_versions"].icon-add.checklist-new-only {
      display: inline-block;
      width: 100%;
      border-radius: 4px;
      padding: 0.5em;
      color: #777777;
      margin-bottom: 0.2em; }
      #main #sidebar ul a:hover, #main #sidebar ul .icon-add.checklist-new-only:hover, #main #sidebar a[href$="agile/board"]:hover, #main #sidebar [href$="agile/board"].icon-add.checklist-new-only:hover, #main #sidebar a[href$="agile_versions"]:hover, #main #sidebar [href$="agile_versions"].icon-add.checklist-new-only:hover {
        background: #F2F2F2; }
      #main #sidebar ul a.selected, #main #sidebar ul .selected.icon-add.checklist-new-only, #main #sidebar a[href$="agile/board"].selected, #main #sidebar [href$="agile/board"].selected.icon-add.checklist-new-only, #main #sidebar a[href$="agile_versions"].selected, #main #sidebar [href$="agile_versions"].selected.icon-add.checklist-new-only {
        background: #446E9B;
        color: white; }
    #main #sidebar table tr {
      background: none !important; }
    #main #sidebar .icon-time {
      font-size: 2em; }
  #main #content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0;
    z-index: 10;
    position: relative; }
    #main #content > .contextual {
      top: 1.6em; }
    #main #content:last-child {
      margin-right: 0; }
    #main #content .contextual {
      float: right;
      position: relative;
      z-index: 10; }
      #main #content .contextual + .breadcrumb {
        position: relative;
        top: 0.8em;
        margin-right: 0.1em; }
      #main #content .contextual a:before, #main #content .contextual .icon-add.checklist-new-only:before {
        margin-left: 1em; }
    #main #content h2:first-of-type {
      font-weight: 400;
      border-bottom: 1px solid #CCCCCC;
      margin: 0 0 1.2em;
      padding: 0.7em 0; }
      #main #content h2:first-of-type .live_search {
        margin-left: 1em; }
    #main #content form .contextual {
      top: 0.4em;
      margin: 0; }
      #main #content form .contextual a:before, #main #content form .contextual .icon-add.checklist-new-only:before {
        margin-left: 1em; }
    #main #content table h2 {
      margin: inherit !important;
      padding: 0 !important;
      border: 0 !important;
      font-weight: inherit !important; }

#footer {
  display: block;
  border-top: 1px solid #CCCCCC;
  font-size: 0.9em;
  color: #777777;
  text-align: center;
  padding: 1em; }
  #footer::after {
    clear: both;
    content: "";
    display: table; }

/* Admin index */
#admin-index #admin-menu li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-bottom: 0.5em;
  padding: 0; }
  #admin-index #admin-menu li:last-child {
    margin-right: 0; }
  #admin-index #admin-menu li:nth-child(4n) {
    margin-right: 0; }
  #admin-index #admin-menu li:nth-child(4n+1) {
    clear: left; }
  #admin-index #admin-menu li a, #admin-index #admin-menu li .icon-add.checklist-new-only {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    padding: 1em;
    color: #777777; }
    #admin-index #admin-menu li a:hover, #admin-index #admin-menu li .icon-add.checklist-new-only:hover {
      background: #F2F2F2; }
    #admin-index #admin-menu li a.selected, #admin-index #admin-menu li .selected.icon-add.checklist-new-only {
      background: #446E9B;
      color: white; }

/* Login */
#login-form input#username, #login-form #login-form input#password {
  width: 20em; }
#login-form table {
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em; }
#login-form td {
  padding: 0.5em;
  text-align: right; }
#login-form tr {
  background: none !important; }
#login-form #username, #login-form #password {
  width: 100%; }

div.modal {
  border-radius: 4px;
  background: white;
  z-index: 50;
  padding: 0.5em; }
  div.modal p.buttons {
    text-align: right;
    margin-bottom: 0; }

input#openid_url {
  background: url(../images/openid-bg.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  padding-left: 18px; }

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

table {
  text-align: left;
  color: #777777;
  border: 0 !important; }
  table.list {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.5em; }
    table.list th {
      background: none;
      white-space: nowrap;
      padding: 0.5em;
      font-size: 1.2em;
      border-bottom: 1px solid #CCCCCC;
      font-weight: 500;
      color: #333333; }
      table.list th.checkbox {
        padding-left: 0; }
    table.list td {
      vertical-align: top;
      padding: 0.7em;
      border-bottom: 1px solid #F2F2F2;
      text-align: left !important; }
      table.list td.name {
        font-weight: 600; }
      table.list td.id {
        width: 2%;
        text-align: center; }
      table.list td.tick {
        width: 15%; }
      table.list td.checkbox {
        width: 15px;
        padding: 2px 0 0;
        vertical-align: middle; }
      table.list td.buttons {
        width: 15%;
        white-space: nowrap;
        text-align: right; }
      table.list td.buttons a, table.list td.buttons .icon-add.checklist-new-only {
        padding-right: 0.6em; }
      table.list td.reorder {
        width: 15%;
        white-space: nowrap;
        text-align: center; }
    table.list caption {
      text-align: left;
      padding: 0.5em 0.5em 0.5em 0; }
    table.list small {
      font-size: 0.9em; }

tr.issue td.done_ratio table.progress {
  margin-left: auto;
  margin-right: auto; }

table.issues td.description {
  color: #777777;
  font-size: 90%;
  text-align: left;
  white-space: normal;
  padding: 4px 4px 4px 24px; }

table.issue-report {
  table-layout: fixed; }

tr.project [id^="favorite_project"] {
  color: #f39c12; }
  tr.project [id^="favorite_project"] img {
    display: none !important; }

tr.entry {
  border: 1px solid #F9F9F9; }

tr.entry td.filename {
  width: 30%;
  text-align: left; }

tr.entry td.filename_no_report {
  width: 70%;
  text-align: left; }

tr.entry td.size {
  text-align: right;
  font-size: 90%; }

tr span.expander {
  cursor: pointer; }
  tr span.expander:before {
    margin-right: 0.5em; }

tr.open span.expander {
  cursor: pointer; }
  tr.open span.expander:before {
    margin-right: 0.5em; }

tr.changeset {
  height: 20px; }

tr.changeset ul, ol {
  margin-top: 0;
  margin-bottom: 0; }

tr.changeset td.revision_graph {
  width: 15%;
  background-color: #fff; }

table.files tr.file td.filename {
  text-align: left;
  padding-left: 24px; }

table.members td.roles, table.memberships td.roles {
  width: 45%; }

tr.message {
  height: 2.6em; }

tr.message td.last_message {
  font-size: 80%;
  white-space: nowrap; }

tr.message.locked td.subject {
  background: url(../images/locked.png) no-repeat 0 1px; }

tr.message.sticky td.subject {
  background: url(../images/bullet_go.png) no-repeat 0 1px;
  font-weight: 700; }

tr.version.shared td.name {
  background: url(../images/link.png) no-repeat 0 70%; }

tr.user td {
  width: 13%;
  white-space: nowrap; }

tr.user td.email {
  width: 18%; }

table.permissions td.role {
  color: #777777;
  font-size: 90%;
  font-weight: 400 !important;
  text-align: center;
  vertical-align: bottom; }

tr.time-entry td.issue, tr.time-entry td.comments {
  text-align: left;
  white-space: normal; }

td.hours {
  text-align: right;
  font-weight: 700;
  padding-right: 0.5em; }

table.plugins td.configure {
  text-align: right;
  padding-right: 1em; }

table.plugins span.name {
  font-weight: 700;
  display: block;
  margin-bottom: 6px; }

table.list tbody tr.group td {
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  padding: 0.8em 0 0.5em 0.3em; }

table.list tbody tr.group span.count {
  position: relative;
  color: white;
  background: #2ecc71;
  border-radius: 4px;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  font-size: 0.85em;
  display: inline-block; }

tr.group a.toggle-all, tr.group .toggle-all.icon-add.checklist-new-only {
  font-weight: 400;
  display: none;
  margin-left: 0.5em;
  font-size: 0.85em; }

table.list tbody tr:hover {
  background-color: rgba(243, 156, 18, 0.1); }

table.list tbody tr.group:hover {
  background-color: inherit; }

table td {
  padding: 0.5em; }

table p {
  margin: 0; }

.even, tr:nth-child(2n+2) {
  background-color: #F9F9F9 !important; }

a.sort, .sort.icon-add.checklist-new-only {
  padding-right: 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat; }

a.sort.asc, .sort.asc.icon-add.checklist-new-only {
  background-image: url(../images/sort_asc.png); }

a.sort.desc, .sort.desc.icon-add.checklist-new-only {
  background-image: url(../images/sort_desc.png); }

table.attributes th {
  vertical-align: top;
  text-align: left; }

table.attributes td {
  vertical-align: top; }

table.boards a.board:before, table.boards .board.icon-add.checklist-new-only:before, h3.comments:before {
  margin-right: 0.5em; }

table.boards td.last-message {
  text-align: left;
  font-size: 80%; }

table.query-columns {
  border-collapse: collapse;
  border: 0; }

table.query-columns td.buttons {
  vertical-align: middle;
  text-align: center; }

table.query-columns td.buttons input[type=button] {
  width: 2.5em;
  padding: 0.5em; }

h3.version {
  margin-top: 0; }
  h3.version:before {
    margin-right: 0.5em; }

div.issues h3 {
  margin-top: 0; }
  div.issues h3:before {
    margin-right: 0.5em; }

div.members h3 {
  margin-top: 0; }
  div.members h3:before {
    margin-right: 0.5em; }

div.news h3 {
  margin-top: 0; }
  div.news h3:before {
    margin-right: 0.5em; }

div.projects h3 {
  margin-top: 0; }
  div.projects h3:before {
    margin-right: 0.5em; }

#watchers select {
  width: 95%;
  display: block; }

#watchers a.delete, #watchers .delete.icon-add.checklist-new-only {
  opacity: 0.4;
  vertical-align: middle; }
  #watchers a.delete:before, #watchers .delete.icon-add.checklist-new-only:before {
    margin-right: 0.5em;
    font-size: 1.2em; }
  #watchers a.delete img, #watchers .delete.icon-add.checklist-new-only img {
    display: none !important; }

#watchers img.gravatar {
  margin: 0 4px 2px 0; }

span#watchers_inputs {
  overflow: auto;
  display: block; }

span.search_for_watchers, span.add_attachment {
  font-size: 0.9em;
  line-height: 2.5em; }

span.search_for_watchers a:before, span.search_for_watchers .icon-add.checklist-new-only:before, span.add_attachment a:before, span.add_attachment .icon-add.checklist-new-only:before {
  margin-right: 0.5em;
  margin-left: 0.5em; }

.highlight {
  background-color: #FCFD8D; }

.highlight.token-1 {
  background-color: #faa; }

.highlight.token-2 {
  background-color: #afa; }

.highlight.token-3 {
  background-color: #aaf; }

.box {
  display: inline-block;
  width: 100%;
  padding: 2em 2em 1em;
  background: #F9F9F9;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin: 1em 0; }

div.square {
  border: 1px solid #777777;
  float: left;
  overflow: hidden;
  width: 0.6em;
  height: 0.6em;
  margin: 0.3em 0.4em 0; }

.splitcontentleft ul, .splitcontentright ul {
  padding-left: 0;
  list-style-type: none; }
  .splitcontentleft ul li, .splitcontentright ul li {
    padding: 0.3em 0; }

.splitcontentleft {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .splitcontentleft:last-child {
    margin-right: 0; }

.splitcontentright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0 !important; }
  .splitcontentright:last-child {
    margin-right: 0; }

input, select {
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px; }

fieldset, fieldset.box {
  border: 0;
  padding-top: 3em;
  position: relative;
  background: none;
  margin-bottom: 1em; }
  fieldset legend, fieldset.box legend {
    font-size: 1.2em;
    width: 100%;
    border-bottom: 1px solid #CCCCCC; }

hr {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  border: 0; }

blockquote {
  font-style: italic;
  border-left: 3px solid #e0e0e0;
  padding-left: 0.6em;
  margin-left: 2.4em; }

blockquote blockquote {
  margin-left: 0; }

abbr {
  border-bottom: 1px dotted;
  cursor: help; }

textarea.wiki-edit {
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 99% !important;
  resize: vertical;
  margin-bottom: 1em; }

div.issue {
  background: #F9F9F9 !important;
  margin-bottom: 1em;
  border: 1px solid #CCCCCC;
  padding: 2em;
  border-radius: 4px; }
  div.issue div.subject {
    padding-left: 4.5em; }
  div.issue .author {
    margin: 0.3em 0 0;
    padding-left: 4.5em; }
  div.issue .attributes {
    margin-top: 2em; }
  div.issue .contextual {
    top: 0 !important; }
  div.issue table.issues tr:last-child td {
    border-bottom: 0 !important; }

p.breadcrumb {
  font-size: 0.9em;
  margin: 1em 0; }

p.subtitle {
  font-size: 0.9em;
  font-style: italic;
  margin: -6px 0 12px; }

p.footnote {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0; }

div.issue div.subject p {
  font-size: 90%;
  margin: 0 0 0.3em; }

div.issue div.subject h3 {
  margin: 0 0 0.1em; }

div.issue span.private {
  position: relative;
  bottom: 2px;
  text-transform: uppercase;
  background: #d22;
  color: #fff;
  font-weight: 700;
  font-size: 60%;
  margin-right: 2px;
  border-radius: 2px;
  padding: 0 2px; }

div.issue table.attributes td {
  width: 28%; }

fieldset.collapsible > legend {
  cursor: pointer; }
  fieldset.collapsible > legend:before {
    margin-right: 0.5em; }

fieldset#date-range p {
  margin: 2px 0; }

fieldset.collapsible.collapsed {
  padding-top: 0; }

fieldset#filters {
  padding-left: 0;
  padding-right: 0; }
  fieldset#filters table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fcfcfc;
    margin-top: -1em; }
    fieldset#filters table td {
      vertical-align: middle;
      padding: 0; }
    fieldset#filters table tr.filter {
      height: 2.1em; }
    fieldset#filters table td.field {
      width: 230px; }
    fieldset#filters table td.operator {
      width: 180px; }
    fieldset#filters table td.operator select {
      max-width: 170px;
      min-width: 170px; }
    fieldset#filters table td.values select {
      min-width: 170px; }
    fieldset#filters table td.values input[type=text] {
      width: 99.9%; }
  fieldset#filters div.add-filter {
    margin-top: 0.5em;
    text-align: right;
    vertical-align: top; }

fieldset#options {
  padding-left: 0;
  padding-right: 0; }

.toggle-multiselect {
  background: url(../images/bullet_toggle_plus.png) no-repeat 0 40%;
  padding-left: 8px;
  margin-left: 0;
  cursor: pointer;
  padding-right: 8px;
  margin-right: 0.5em; }

.buttons {
  margin-bottom: 1.4em;
  margin-top: 1em;
  padding-left: 1em; }
  .buttons a:before, .buttons .icon-add.checklist-new-only:before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5em; }
  .buttons a + a:before, .buttons .icon-add.checklist-new-only + a:before, .buttons a + .icon-add.checklist-new-only:before, .buttons .icon-add.checklist-new-only + .icon-add.checklist-new-only:before {
    margin-left: 1em; }

div#issue-changesets {
  float: right;
  width: 45%;
  margin-left: 1em;
  margin-bottom: 1em;
  background: #fff;
  padding-left: 1em;
  font-size: 90%; }

div#issue-changesets div.changeset {
  border-bottom: 1px solid #ddd;
  padding: 4px; }

div#issue-changesets p {
  margin-top: 0;
  margin-bottom: 1em; }

.journal {
  padding-left: 34px;
  border-left: 1px solid #CCCCCC; }
  .journal div.thumbnails {
    padding: 0.5em 1em 0.5em 1em;
    background-color: #fafafa;
    border: 1px solid #F2F2F2; }
  .journal ul.details {
    list-style-type: none;
    padding: 0.5em 1em 0.5em 1em;
    color: #777777;
    background-color: #fafafa;
    margin-top: 0em;
    border: 1px solid #F2F2F2; }
    .journal ul.details + div.thumbnails {
      border-top: 0;
      margin-top: -1.05em; }
    .journal ul.details img {
      margin: 0 0 -3px 4px; }
  .journal h4 {
    border: 9px;
    padding: 0px;
    margin-left: -20px; }
    .journal h4::before {
      content: "";
      width: 13px;
      height: 13px;
      background: #CCCCCC;
      display: block;
      border-radius: 50%;
      position: absolute;
      left: -5px; }

div.journal.private-notes {
  border-left: 2px solid #F2F2F2;
  padding-left: 4px;
  margin-left: -6px; }

div#activity dl, #search-results {
  margin-left: 0; }

div#activity dd, #search-results dd {
  margin-bottom: 1em;
  padding-left: 2.8em;
  font-size: 0.9em; }

div#activity dt, #search-results dt {
  margin-bottom: 0;
  line-height: 18px; }

div#activity dt.me .time {
  border-bottom: 1px solid #CCCCCC; }

div#activity dt .time {
  color: #CCCCCC;
  font-size: 80%; }

div#activity span.project:after, #search-results span.project:after {
  content: " -"; }

div#activity dd span.description, #search-results dd span.description {
  display: block;
  color: #777777; }

div#activity dt.grouped {
  margin-left: 2.8em; }

div#activity dd.grouped {
  margin-left: 9em; }

#search-results dd {
  margin-bottom: 1em;
  padding-left: 20px;
  margin-left: 0; }

div#search-results-counts li {
  list-style-type: none;
  float: left;
  margin-left: 1em; }

dt.issue-note {
  background-image: url(../images/ticket_note.png) no-repeat; }

dt.news {
  background-image: url(../images/news.png) no-repeat; }

dt.message {
  background-image: url(../images/message.png) no-repeat; }

dt.reply {
  background-image: url(../images/comments.png) no-repeat; }

dt.wiki-page {
  background-image: url(../images/wiki_edit.png) no-repeat; }

dt.document {
  background-image: url(../images/document.png) no-repeat; }

div#roadmap .wiki h2 {
  font-size: 110%; }

body.controller-versions.action-show div#roadmap .related-issues {
  width: 70%; }

div#version-summary {
  float: right;
  width: 28%;
  margin-left: 16px;
  margin-bottom: 16px;
  background-color: #fff; }

table#time-report td.hours, table#time-report th.period, table#time-report th.total {
  text-align: right;
  padding-right: 0.5em; }

table#time-report tbody tr.subtotal {
  font-style: italic;
  color: #777; }

table#time-report tbody tr.subtotal td.hours {
  color: #b0b0b0; }

table#time-report tbody tr.total {
  font-weight: 700;
  background-color: #EEEEEE;
  border-top: 1px solid #e4e4e4; }

div.wiki-page .contextual a, div.wiki-page .contextual .icon-add.checklist-new-only {
  opacity: 0.4; }

form .attributes select {
  width: 60%; }

select#issue_done_ratio {
  width: 95px; }

ul.projects {
  padding-left: 1em;
  margin: 0; }

ul.projects ul {
  padding-left: 1.6em; }

#projects-index ul.projects ul.projects {
  border-left: 3px solid #e0e0e0;
  padding-left: 1em; }

#projects-index ul.projects li.child {
  margin-top: 1em; }

#projects-index ul.projects div.root a.project, #projects-index ul.projects div.root .project.icon-add.checklist-new-only {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px; }

.my-project {
  color: #777777; }
  .my-project:before {
    margin-right: 0.5em;
    color: #f39c12; }

#notified-projects > ul, #tracker_project_ids > ul, #custom_field_project_ids > ul {
  max-height: 250px;
  overflow-y: auto; }

ul.properties {
  font-size: 0.9em;
  color: #777;
  padding: 0; }

.total-hours {
  font-size: 110%;
  font-weight: 700; }

.autoscroll {
  overflow-x: auto;
  margin-bottom: 1.2em;
  padding: 1px; }

#workflow_copy_form select {
  width: 200px; }

table.transitions td.enabled {
  background: #bfb; }

table.fields_permissions select {
  font-size: 90%; }

table.fields_permissions td.readonly {
  background: #ddd; }

table.fields_permissions td.required {
  background: #d88; }

p.pagination {
  margin-top: 8px;
  font-size: 90%; }

.tabular p {
  min-height: 1.8em;
  clear: left;
  margin: 0;
  padding-left: 15em;
  margin-bottom: 1em; }
  .tabular p.live_search {
    font-size: 1em; }
    .tabular p.live_search:before {
      left: 15.6em;
      top: 0.3em; }
.tabular span[title] {
  border-bottom: 1px dotted #F2F2F2; }
.tabular label {
  font-weight: 600;
  float: left;
  text-align: right;
  margin-left: -15em;
  width: 14em;
  vertical-align: middle; }
  .tabular label.floating {
    font-weight: 400;
    margin-left: 0;
    text-align: left;
    width: 18em; }
  .tabular label.block {
    font-weight: 400;
    margin-left: 0 !important;
    text-align: left;
    float: none;
    display: block;
    width: auto !important; }
  .tabular label.inline {
    font-weight: 400;
    float: none;
    margin-left: 0.5em !important;
    width: auto; }
.tabular .settings p {
  padding-left: 20em; }
.tabular .settings label {
  margin-left: -20em;
  width: 19.5em; }

label.no-css {
  font-weight: inherit;
  float: none;
  text-align: left;
  margin-left: 0;
  width: auto; }

#preview fieldset {
  margin-top: 1em;
  background: url(../images/draft.png); }

span.required {
  color: #bb0000; }

.check_box_group {
  display: block;
  width: 95%;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #9EB1C2;
  border-radius: 2px;
  padding: 2px 4px 4px 2px; }

.check_box_group label {
  font-weight: 400;
  margin-left: 0 !important;
  text-align: left;
  float: none;
  display: block;
  width: auto; }

.check_box_group.bool_cf {
  border: 0;
  background: inherit; }

#attachments_fields input.description {
  margin-left: 4px;
  width: 340px; }

#attachments_fields span {
  display: block;
  white-space: nowrap; }

#attachments_fields input.filename {
  border: 0;
  height: 1.8em;
  width: 250px;
  color: #555;
  background-color: inherit;
  background: url(../images/attachment.png) no-repeat 1px 50%;
  padding-left: 18px; }

#attachments_fields .ajax-waiting input.filename {
  background: url(../images/hourglass.png) no-repeat 0 50%; }

#attachments_fields .ajax-loading input.filename {
  background: url(../images/loading.gif) no-repeat 0 50%; }

#attachments_fields div.ui-progressbar {
  width: 100px;
  height: 14px;
  display: inline-block;
  margin: 2px 0 -5px 8px; }

a.remove-upload, .remove-upload.icon-add.checklist-new-only {
  background: url(../images/delete.png) no-repeat 1px 50%;
  width: 1px;
  display: inline-block;
  padding-left: 16px; }

a.remove-upload:hover, .remove-upload.icon-add.checklist-new-only:hover {
  text-decoration: none !important; }

div.fileover {
  background-color: lavender; }

div.attachments {
  margin-top: 12px; }

div.attachments p {
  margin: 4px 0 2px; }

div.attachments span.author {
  font-size: 0.9em;
  color: #888; }

div.thumbnails {
  margin-top: 0.6em; }

div.thumbnails div {
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  margin-right: 2px; }

div.thumbnails img {
  margin: 3px; }

p.other-formats {
  display: block;
  text-align: right;
  font-size: 0.9em;
  margin-top: 3em; }
  p.other-formats::after {
    clear: both;
    content: "";
    display: table; }

.other-formats span + span:before {
  content: "| "; }

a.atom, .atom.icon-add.checklist-new-only {
  background: url(../images/feed.png) no-repeat 1px 50%;
  padding: 2px 0 3px 16px; }

em.info {
  font-style: normal;
  font-size: 90%;
  color: #888;
  display: block; }

em.info.error {
  padding-left: 20px;
  background: url(../images/exclamation.png) no-repeat 0 50%; }

input.string_cf, input.link_cf {
  width: 95%; }

select.bool_cf {
  width: auto !important; }

#tab-content-modules fieldset p {
  margin: 3px 0 4px; }

#tab-content-members .splitcontentleft, #tab-content-memberships .splitcontentleft, #tab-content-users .splitcontentleft {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  #tab-content-members .splitcontentleft:last-child, #tab-content-memberships .splitcontentleft:last-child, #tab-content-users .splitcontentleft:last-child {
    margin-right: 0; }

#tab-content-members .splitcontentright, #tab-content-memberships .splitcontentright, #tab-content-users .splitcontentright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  #tab-content-members .splitcontentright:last-child, #tab-content-memberships .splitcontentright:last-child, #tab-content-users .splitcontentright:last-child {
    margin-right: 0; }

#tab-content-members fieldset, #tab-content-memberships fieldset, #tab-content-users fieldset {
  margin-bottom: 1em;
  padding: 1em; }

#tab-content-members #principals, #tab-content-users #principals {
  max-height: 400px;
  overflow: auto; }

#users_for_watcher {
  height: 200px;
  overflow: auto; }

table.members td.group {
  padding-left: 20px;
  background: url(../images/group.png) no-repeat 0 50%; }

.live_search {
  position: relative;
  font-size: 0.7em; }
  .live_search.normal {
    font-size: 1em; }

span.icon-search {
  position: relative; }
  span.icon-search:before {
    position: absolute;
    top: 0.2em;
    left: 0.5em;
    color: #CCCCCC;
    z-index: 5; }

th.live_search:before {
  top: 1.1em;
  left: 1em; }

input.autocomplete, input.live_search_field, input.questions-search {
  padding-left: 2em !important;
  padding-right: 1.5em !important;
  font-size: inherit !important;
  -webkit-transition-property: border, box-shadow;
  -moz-transition-property: border, box-shadow;
  transition-property: border, box-shadow;
  position: relative;
  height: auto !important;
  background: white !important;
  z-index: 0; }
  input.autocomplete.ajax-loading, input.live_search_field.ajax-loading, input.questions-search.ajax-loading {
    background: url(../images/loading.gif) no-repeat 97% center !important; }

input.questions-search {
  width: 100% !important; }
  input.questions-search.ajax-loading {
    background-position: 98% center !important; }

#errorExplanation, div.flash, .nodata, .warning, .conflict {
  margin: 2em 0;
  font-size: 1.1em;
  padding: 1em;
  border-radius: 4px; }
  #errorExplanation ul, div.flash ul, .nodata ul, .warning ul, .conflict ul {
    margin: 0;
    padding-left: 1em; }

div.flash.error, #errorExplanation {
  background: red;
  color: white; }

div.flash.notice {
  background-color: #2ecc71;
  color: #176437; }

div.flash.warning, .conflict {
  background-color: #f39c12;
  color: #7f5006;
  text-align: left; }

.nodata, .warning {
  text-align: center;
  background-color: #f39c12;
  color: #7f5006; }

#ajax-indicator {
  position: absolute;
  background-color: #eee;
  border: 1px solid #bbb;
  top: 35%;
  left: 40%;
  width: 20%;
  font-weight: 700;
  text-align: center;
  z-index: 100;
  opacity: 0.5;
  padding: 0.6em; }

html > body #ajax-indicator {
  position: fixed; }

#ajax-indicator span {
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-image: url(../images/loading.gif);
  padding-left: 26px;
  vertical-align: bottom; }

table.cal {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #d7d7d7;
  margin: 0 0 6px; }

table.cal thead th {
  width: 14%;
  background-color: #EEEEEE;
  padding: 4px; }

table.cal thead th.week-number {
  width: auto; }

table.cal tbody tr {
  height: 100px; }

table.cal td {
  border: 1px solid #d7d7d7;
  vertical-align: top;
  font-size: 0.9em; }

table.cal td.week-number {
  background-color: #EEEEEE;
  border: none;
  font-size: 1em;
  padding: 4px; }

table.cal td p.day-num {
  font-size: 1.1em;
  text-align: right; }

table.cal td.odd p.day-num {
  color: #bbb; }

table.cal td.today {
  background: #ffffdd; }

table.cal .starting a:before, table.cal .starting .icon-add.checklist-new-only:before, p.cal.legend .starting:before {
  margin-right: 0.5em;
  color: #2ecc71; }

table.cal .ending a:before, table.cal .ending .icon-add.checklist-new-only:before, p.cal.legend .ending:before {
  margin-right: 0.5em;
  color: #e74c3c; }

table.cal .starting.ending a:before, table.cal .starting.ending .icon-add.checklist-new-only:before, p.cal.legend .starting.ending:before {
  margin-right: 0.5em;
  color: #e74c3c; }

.tooltip {
  position: relative;
  z-index: 24; }

.tooltip:hover {
  z-index: 25;
  color: #000; }

.tooltip span.tip {
  display: none;
  text-align: left; }

div.tooltip:hover span.tip {
  display: block;
  position: absolute;
  top: 12px;
  left: 24px;
  width: 270px;
  border: 1px solid #555;
  background-color: #fff;
  font-size: 0.8em;
  color: #505050;
  padding: 4px; }

img.ui-datepicker-trigger {
  cursor: pointer;
  vertical-align: middle;
  margin-left: 4px; }

table.progress {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: center;
  float: left;
  margin: 1px 6px 1px 0;
  min-width: 80px; }

table.progress td.closed {
  background: #BAE0BA none repeat scroll 0; }

table.progress td.done {
  background: #D3EDD3 none repeat scroll 0; }

table.progress td.todo {
  background: #eee none repeat scroll 0; }

p.progress-info {
  clear: left;
  font-size: 80%;
  margin-top: -4px;
  color: #777; }

#roadmap table.progress td {
  height: 1.2em; }

#content .tabs {
  height: 3.6em;
  margin-bottom: 1.2em;
  position: relative;
  overflow: hidden; }
  #content .tabs ul {
    position: absolute;
    bottom: 0;
    width: 2000px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    padding: 0; }
    #content .tabs ul li {
      float: left;
      list-style-type: none;
      white-space: nowrap;
      margin-right: 0.3em;
      background: white;
      position: relative; }
      #content .tabs ul li a, #content .tabs ul li .icon-add.checklist-new-only {
        display: block;
        text-decoration: none;
        line-height: 1.3em;
        border: 1px solid #F2F2F2;
        border-bottom: 0;
        background-color: white;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 1em;
        color: #777777;
        font-size: 0.9em; }
        #content .tabs ul li a:hover, #content .tabs ul li .icon-add.checklist-new-only:hover {
          background-color: #F2F2F2;
          text-decoration: none; }
        #content .tabs ul li a.selected, #content .tabs ul li .selected.icon-add.checklist-new-only {
          background-color: white;
          border-color: #CCCCCC;
          box-shadow: 0 2px 0 white;
          font-weight: 600;
          color: #333333; }

div.tabs-buttons {
  position: absolute;
  right: 0;
  width: 3em;
  background: white;
  border-bottom: 1px solid #CCCCCC; }

button.tab-left, button.tab-right {
  cursor: pointer;
  position: absolute;
  width: 1.5em;
  bottom: -1px;
  padding: 1em 0;
  text-align: center;
  border: 0 !important;
  color: #CCCCCC;
  background: none !important; }

button.tab-left {
  left: 0; }

button.tab-right {
  right: 0; }

.diff_out {
  background: #fcc; }

.diff_out span {
  background: #faa; }

.diff_in {
  background: #cfc; }

.diff_in span {
  background: #afa; }

.text-diff {
  background-color: #f6f6f6;
  color: #505050;
  border: 1px solid #e4e4e4;
  padding: 1em; }

div.wiki table {
  border-collapse: collapse;
  margin-bottom: 1em; }

div.wiki table, div.wiki td, div.wiki th {
  border: 1px solid #bbb;
  padding: 4px; }

div.wiki .external {
  background-position: 0 60%;
  background-repeat: no-repeat;
  padding-left: 12px;
  background-image: url(../images/external.png); }

div.wiki a.new, div.wiki .new.icon-add.checklist-new-only {
  color: #b73535; }

div.wiki pre {
  background-color: #fafafa;
  border: 1px solid #e2e2e2;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 1em 1em 1em 1.6em;
  padding: 8px; }

div.wiki ul.toc {
  background-color: #ffffdd;
  border: 1px solid #e4e4e4;
  line-height: 1.2em;
  margin-bottom: 12px;
  margin-right: 12px;
  margin-left: 0;
  display: table;
  padding: 4px; }

* html div.wiki ul.toc {
  width: 50%; }

div.wiki ul.toc.right {
  float: right;
  margin-left: 12px;
  margin-right: 0;
  width: auto; }

div.wiki ul.toc.left {
  float: left;
  margin-right: 12px;
  margin-left: 0;
  width: auto; }

div.wiki ul.toc li {
  list-style-type: none;
  font-size: 12px;
  margin: 0; }

div.wiki ul.toc li li {
  margin-left: 1.5em;
  font-size: 10px; }

div.wiki ul.toc a, div.wiki ul.toc .icon-add.checklist-new-only {
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  color: #606060; }

a.wiki-anchor, .wiki-anchor.icon-add.checklist-new-only {
  display: none;
  margin-left: 6px;
  text-decoration: none; }

a.wiki-anchor:hover, .wiki-anchor.icon-add.checklist-new-only:hover {
  color: #aaa !important;
  text-decoration: none; }

h1:hover a.wiki-anchor, h1:hover .wiki-anchor.icon-add.checklist-new-only, h2:hover a.wiki-anchor, h2:hover .wiki-anchor.icon-add.checklist-new-only, h3:hover a.wiki-anchor, h3:hover .wiki-anchor.icon-add.checklist-new-only {
  display: inline;
  color: #ddd; }

div.wiki img {
  vertical-align: middle;
  max-width: 100%; }

.block-receiver {
  border: 2px dashed #CCCCCC;
  margin-bottom: 2em;
  padding: 1em;
  border-radius: 4px; }

.mypage-box {
  color: #505050;
  line-height: 1.5em;
  margin: 0 0 20px;
  border: 0 !important;
  border-radius: 4px;
  background: white;
  padding: 0.5em !important;
  margin: 0 0 1em !important; }

.handle {
  cursor: move; }

a.close-icon, .close-icon.icon-add.checklist-new-only {
  display: block;
  left: 1em;
  position: relative; }

a.close-icon:hover, .close-icon.icon-add.checklist-new-only:hover {
  color: #e74c3c; }

.gantt_hdr {
  position: absolute;
  top: 0;
  height: 16px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  text-align: center;
  overflow: hidden; }

.gantt_hdr.nwday {
  background-color: #f1f1f1; }

.gantt_subjects {
  font-size: 0.8em; }

.gantt_subjects div {
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 1em; }

.task {
  position: absolute;
  height: 8px;
  font-size: 0.8em;
  color: #888;
  line-height: 16px;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.task_late {
  background: #f66 url(../images/task_late.png);
  border: 1px solid #f66; }

.task_done {
  background: #00c600 url(../images/task_done.png);
  border: 1px solid #00c600; }

.task_todo {
  background: #aaa url(../images/task_todo.png);
  border: 1px solid #aaa; }

.task_todo.parent {
  background: #888;
  border: 1px solid #888;
  height: 3px; }

.task_late.parent, .task_done.parent {
  height: 3px; }

.task.parent.marker.starting {
  position: absolute;
  background: url(../images/task_parent_end.png) no-repeat 0 0;
  width: 8px;
  height: 16px;
  margin-left: -4px;
  left: 0;
  top: -1px; }

.task.parent.marker.ending {
  position: absolute;
  background: url(../images/task_parent_end.png) no-repeat 0 0;
  width: 8px;
  height: 16px;
  margin-left: -4px;
  right: 0;
  top: -1px; }

.version.marker {
  background-image: url(../images/version_marker.png);
  background-repeat: no-repeat;
  border: 0;
  margin-left: -4px;
  margin-top: 1px; }

.project.marker {
  background-image: url(../images/project_marker.png);
  background-repeat: no-repeat;
  border: 0;
  margin-left: -4px;
  margin-top: 1px; }

.version-behind-schedule a, .version-behind-schedule .icon-add.checklist-new-only, .issue-behind-schedule a, .issue-behind-schedule .icon-add.checklist-new-only {
  color: #f66914; }

.icon, #impersonate, .tweaks, .login-audit, [class*="icon-"], .sort-handle, #context-menu li a, #context-menu li .icon-add.checklist-new-only {
  background-image: none !important; }
  .icon:before, #impersonate:before, .tweaks:before, .login-audit:before, [class*="icon-"]:before, .sort-handle:before, #context-menu li a:before, #context-menu li .icon-add.checklist-new-only:before {
    margin-right: 0.3em;
    vertical-align: middle;
    position: relative;
    font-size: 1.2em;
    top: -2px; }

#context-menu li a:before, #context-menu li .icon-add.checklist-new-only:before {
  font-size: 1em;
  top: 0.4em;
  left: 0.4em;
  position: absolute; }

.sort-handle {
  cursor: pointer;
  color: #446E9B;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
  margin-right: 0.5em; }
  .sort-handle:hover, .sort-handle:active, .sort-handle:focus {
    color: #474D57; }
  .sort-handle:after {
    content: "Sort"; }
  .sort-handle:before {
    margin-right: 0.5em;
    vertical-align: middle; }

img.gravatar {
  background: white;
  vertical-align: middle;
  border-radius: 4px;
  overflow: hidden; }

div.issue img.gravatar {
  float: left;
  margin: 0; }

div.issue table img.gravatar {
  height: 1em;
  width: 1em;
  float: left;
  margin: 0 0.5em 0 0; }

h2 img.gravatar {
  margin: -2px 4px -4px 0; }

h3 img.gravatar {
  margin: -4px 4px -4px 0; }

h4 img.gravatar {
  margin: -6px 4px -4px 0; }

td.username img.gravatar {
  vertical-align: top;
  margin: 0 0.5em 0 0; }

#activity dt img.gravatar {
  float: left;
  margin: 0 1.2em 1.2em 0; }

.icon-gravatar {
  float: left;
  margin-right: 4px; }

#activity dt, .journal {
  clear: left; }

#activity + a, #activity + .icon-add.checklist-new-only {
  margin-top: 2em; }

.hascontextmenu {
  cursor: context-menu; }

.ui-datepicker-title select {
  width: 70px !important;
  margin-top: -2px !important;
  margin-right: 4px !important; }

.syntaxhl .line-numbers {
  background-color: #eee;
  margin: 0 5px 0 0;
  padding: 2px 4px; }

.syntaxhl .debug {
  color: white !important;
  background: blue !important; }

.syntaxhl .annotation {
  color: #007; }

.syntaxhl .attribute-name {
  color: #b48; }

.syntaxhl .attribute-value {
  color: #700; }

.syntaxhl .binary {
  color: #509; }

.syntaxhl .char .delimiter {
  color: #710; }

.syntaxhl .class-variable {
  color: #369; }

.syntaxhl .color {
  color: #0A0; }

.syntaxhl .complex {
  color: #A08; }

.syntaxhl .decorator {
  color: #B0B; }

.syntaxhl .definition {
  color: #099;
  font-weight: 700; }

.syntaxhl .delimiter {
  color: black; }

.syntaxhl .directive {
  color: #088;
  font-weight: 700; }

.syntaxhl .doc {
  color: #970; }

.syntaxhl .doc-string {
  color: #D42;
  font-weight: 700; }

.syntaxhl .doctype {
  color: #34b; }

.syntaxhl .entity {
  color: #800;
  font-weight: 700; }

.syntaxhl .error {
  color: #F00;
  background-color: #FAA; }

.syntaxhl .escape {
  color: #666; }

.syntaxhl .exception {
  color: #C00;
  font-weight: 700; }

.syntaxhl .function {
  color: #06B;
  font-weight: 700; }

.syntaxhl .global-variable {
  color: #d70; }

.syntaxhl .hex {
  color: #02b; }

.syntaxhl .include {
  color: #B44;
  font-weight: 700; }

.syntaxhl .inline {
  background-color: rgba(0, 0, 0, 0.07);
  color: black; }

.syntaxhl .inline-delimiter {
  font-weight: 700;
  color: #666; }

.syntaxhl .instance-variable {
  color: #33B; }

.syntaxhl .key .char {
  color: #60f; }

.syntaxhl .key {
  color: #606; }

.syntaxhl .keyword {
  color: #939;
  font-weight: 700; }

.syntaxhl .label {
  color: #970;
  font-weight: 700; }

.syntaxhl .local-variable {
  color: #963; }

.syntaxhl .namespace {
  color: #707;
  font-weight: 700; }

.syntaxhl .octal {
  color: #40E; }

.syntaxhl .predefined {
  color: #369;
  font-weight: 700; }

.syntaxhl .predefined-constant {
  color: #069; }

.syntaxhl .predefined-type {
  color: #0a5;
  font-weight: 700; }

.syntaxhl .preprocessor {
  color: #579; }

.syntaxhl .pseudo-class {
  color: #00C;
  font-weight: 700; }

.syntaxhl .regexp .content {
  color: #808; }

.syntaxhl .regexp .modifier {
  color: #C2C; }

.syntaxhl .regexp {
  background-color: rgba(255, 0, 255, 0.06); }

.syntaxhl .reserved {
  color: #080;
  font-weight: 700; }

.syntaxhl .shell .content {
  color: #2B2; }

.syntaxhl .shell .delimiter {
  color: #161; }

.syntaxhl .shell {
  background-color: rgba(0, 255, 0, 0.06); }

.syntaxhl .tag {
  color: #070; }

.syntaxhl .type {
  color: #339;
  font-weight: 700; }

.syntaxhl .value {
  color: #088; }

.syntaxhl .variable {
  color: #037; }

.syntaxhl .insert {
  background: rgba(0, 255, 0, 0.12); }

.syntaxhl .delete {
  background: rgba(255, 0, 0, 0.12); }

.syntaxhl .change {
  color: #bbf;
  background: #007; }

.syntaxhl .head {
  color: #f8f;
  background: #505; }

.syntaxhl .head .filename {
  color: white; }

.syntaxhl .delete .eyecatcher {
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid rgba(230, 0, 0, 0.5);
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -1px; }

.syntaxhl .insert .eyecatcher {
  background-color: rgba(0, 255, 0, 0.2);
  border: 1px solid rgba(0, 128, 0, 0.5);
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: -1px; }

.syntaxhl .insert .insert {
  color: #0c0;
  background: transparent;
  font-weight: 700; }

.syntaxhl .delete .delete {
  color: #c00;
  background: transparent;
  font-weight: 700; }

.syntaxhl .change .change {
  color: #88f; }

.syntaxhl .head .head {
  color: #f4f; }

.hidden-for-sighted {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#top-menu ul, #main-menu ul, #admin-menu ul, #sidebar ul, ul.projects.root, div.wiki ul.toc ul {
  margin: 0;
  padding: 0; }

#account, #quick-search, div#search-results-counts, .journal-link {
  float: right; }

#header h1 a.ancestor, #header h1 .ancestor.icon-add.checklist-new-only, table.files tr.file td.digest, .conflict-details, p.percent {
  font-size: 80%; }

* html #sidebar, div.issue table.attributes th {
  width: 22%; }

#main.nosidebar #sidebar, div.modal h3.title, #issue_tree td.checkbox, #relations td.checkbox, div#roadmap .related-issues td.checkbox, div#roadmap .wiki h1:first-child, #errorExplanation h2, #errorExplanation p {
  display: none; }

#login-form label, .settings.enabled_scm td.scm_name, #tab-content-members fieldset legend, #tab-content-memberships fieldset legend, #tab-content-users fieldset legend, table.cal td.today p.day-num, .task.label.project, .task.label.version {
  font-weight: 700; }

div.wiki ul.toc a:hover, div.wiki ul.toc .icon-add.checklist-new-only:hover {
  color: #c61a1a;
  text-decoration: underline; }

a img, .icon-add.checklist-new-only img, #issue_tree table.issues, #relations table.issues, div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {
  border: 0; }

a.project.closed, .project.closed.icon-add.checklist-new-only, a.project.closed:link, .project.closed.icon-add.checklist-new-only:link, a.project.closed:visited, .project.closed.icon-add.checklist-new-only:visited, a.user.locked, .user.locked.icon-add.checklist-new-only, a.user.locked:link, .user.locked.icon-add.checklist-new-only:link, a.user.locked:visited, .user.locked.icon-add.checklist-new-only:visited, a#toggle-completed-versions, #toggle-completed-versions.icon-add.checklist-new-only, tr.version.closed, tr.version.closed a, tr.version.closed .icon-add.checklist-new-only, div.issue .next-prev-links {
  color: #999; }

#sidebar a.selected:hover, #sidebar .selected.icon-add.checklist-new-only:hover, a.toggle-all:hover, .toggle-all.icon-add.checklist-new-only:hover {
  text-decoration: none; }

table.list td.checkbox input, #relations td.buttons {
  padding: 0; }

tr.project td.name a, tr.project td.name .icon-add.checklist-new-only, tr.issue td.relations span, tr.entry td, tr.message td.created_on, fieldset#filters td.values {
  white-space: nowrap; }

tr.project.closed, tr.project.archived, tr.project.closed a, tr.project.closed .icon-add.checklist-new-only, tr.project.archived a, tr.project.archived .icon-add.checklist-new-only, tr.user.locked, tr.user.registered, tr.user.locked a, tr.user.locked .icon-add.checklist-new-only, tr.user.registered a, tr.user.registered .icon-add.checklist-new-only {
  color: #aaa; }

tr.project.idnt td.name span:before, tr.issue.idnt td.subject a:before, tr.issue.idnt td.subject .icon-add.checklist-new-only:before {
  margin-right: 0.5em; }

tr.project.idnt-1 td.name, tr.issue.idnt-1 td.subject {
  padding-left: 2em; }

tr.project.idnt-2 td.name, tr.issue.idnt-2 td.subject, .role-visibility {
  padding-left: 3em; }

tr.project.idnt-3 td.name, tr.issue.idnt-3 td.subject {
  padding-left: 4em; }

tr.project.idnt-4 td.name, tr.issue.idnt-4 td.subject {
  padding-left: 5em; }

tr.project.idnt-5 td.name, tr.issue.idnt-5 td.subject {
  padding-left: 6em; }

tr.project.idnt-6 td.name, tr.issue.idnt-6 td.subject {
  padding-left: 7em; }

tr.project.idnt-7 td.name, tr.issue.idnt-7 td.subject {
  padding-left: 8em; }

tr.project.idnt-8 td.name, tr.issue.idnt-8 td.subject {
  padding-left: 9em; }

tr.project.idnt-9 td.name, tr.issue.idnt-9 td.subject {
  padding-left: 10em; }

tr.issue, tr.version td.date, tr.version td.status, tr.version td.sharing, tr.time-entry {
  text-align: center;
  white-space: nowrap; }

tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations, table.issues td.description pre {
  white-space: normal; }

tr.entry td.revision, tr.entry td.author, tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author, td.center {
  text-align: center; }

tr.entry td.age, div#version-summary th, div#version-summary td.total-hours {
  text-align: right; }

tr.entry.file td.filename a, tr.entry.file td.filename .icon-add.checklist-new-only, tr.entry.file td.filename_no_report a, tr.entry.file td.filename_no_report .icon-add.checklist-new-only {
  margin-left: 16px; }

tr.changeset td.author, tr.changeset td.committed_on {
  text-align: center;
  width: 15%;
  white-space: nowrap; }

tr.message td.subject, tr.version td.name, fieldset#notified_events .parent {
  padding-left: 20px; }

td.hours .hours-dec, .contextual input, .contextual select, table#time-report .hours-dec {
  font-size: 0.9em; }

table.plugins td, #related-issues li img, div.attachments img, h2 img {
  vertical-align: middle; }

table.plugins span.description, table.plugins span.url {
  display: block;
  font-size: 0.9em; }

tr.group:hover a.toggle-all, tr.group:hover .toggle-all.icon-add.checklist-new-only, form, .check_box_group.bool_cf label, .syntaxhl div {
  display: inline; }

.even, #content .tabs ul li a.selected:hover, #content .tabs ul li .selected.icon-add.checklist-new-only:hover {
  background-color: #fff; }

table.attributes, div#version-summary fieldset.time-tracking table, .settings.enabled_scm table, .task.label {
  width: 100%; }

#watchers a.delete:hover, #watchers .delete.icon-add.checklist-new-only:hover, div.wiki-page .contextual a:hover, div.wiki-page .contextual .icon-add.checklist-new-only:hover {
  opacity: 1; }

span.search_for_watchers, fieldset.settings label, #tab-content-members fieldset label, #tab-content-memberships fieldset label, #tab-content-users fieldset label, #users_for_watcher label, p.cal.legend span {
  display: block; }

.message .contextual, li p {
  margin-top: 0; }

.splitcontent, div.journal, .syntaxhl .code pre {
  padding-top: 5px;
  overflow: auto; }

div#search-results-counts ul {
  margin-top: 0.5em; }

table.progress td {
  height: 1em; }

div#activity dd .description, #search-results dd .description, ul.properties li span, .summary {
  font-style: italic; }

dt.time-entry:before, dt.attachment:before, dt.issue-closed:before, dt.issue:before, dt.changeset:before, dt.issue-note:before, dt.dmsf-file-revision:before, dt.issue-edit:before {
  margin-right: 0.5em; }

div#roadmap .related-issues, div#version-summary fieldset, #projects-index ul.projects li.root, div.wiki ul, div.wiki ol {
  margin-bottom: 1em; }

div#roadmap .wiki h1, .total-hours span.hours-int {
  font-size: 120%; }

input#issue_subject, input#content_comments, .tabular.settings textarea {
  width: 99%; }

ul.projects li, ul.properties li {
  list-style-type: none; }

#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url, input#time_entry_comments, #tab-content-memberships .splitcontentright select, input#principal_search, input#user_search {
  width: 90%; }

textarea#custom_field_possible_values, textarea#custom_field_default_value, .tabular textarea, textarea.text_cf {
  width: 95%;
  resize: vertical; }

.version.task_late, .project.task_late {
  background: #f66 url(../images/milestone_late.png);
  border: 1px solid #f66;
  height: 2px;
  margin-top: 3px; }

.version.task_done, .project.task_done {
  background: #00c600 url(../images/milestone_done.png);
  border: 1px solid #00c600;
  height: 2px;
  margin-top: 3px; }

.version.task_todo, .project.task_todo {
  background: #fff url(../images/milestone_todo.png);
  border: 1px solid #fff;
  height: 2px;
  margin-top: 3px; }

.version-overdue a, .version-overdue .icon-add.checklist-new-only, .issue-overdue a, .issue-overdue .icon-add.checklist-new-only, .project-overdue a, .project-overdue .icon-add.checklist-new-only, .syntaxhl .imaginary {
  color: #f00; }

.icon-file.image-gif, .icon-file.image-jpeg, .icon-file.image-png, .icon-file.image-tiff {
  background-image: url(../images/files/image.png); }

.icon-file.application-zip, .icon-file.application-x-gzip {
  background-image: url(../images/files/zip.png); }

.syntaxhl .char .content, .syntaxhl .char {
  color: #D20; }

.syntaxhl .class, .syntaxhl .constant {
  color: #258;
  font-weight: 700; }

.syntaxhl .comment, .syntaxhl .comment .char, .syntaxhl .comment .delimiter {
  color: #385; }

.syntaxhl .float, .syntaxhl .integer {
  color: #06D; }

.syntaxhl .key .delimiter, .syntaxhl .regexp .delimiter {
  color: #404; }

.syntaxhl .string .char, .syntaxhl .string .content, .syntaxhl .string .delimiter, .syntaxhl .string .modifier {
  color: #46a; }

.syntaxhl .symbol .content, .syntaxhl .symbol .delimiter, .syntaxhl .symbol {
  color: #d33; }

.icon-contact {
  background: none !important; }
  .icon-contact:before {
    margin-right: 0.5em; }

.icon-invoice {
  background: none !important; }
  .icon-invoice:before {
    margin-right: 0.5em; }

.controller-people.action-show #main #sidebar, .controller-contacts.action-show #main #sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .controller-people.action-show #main #sidebar:last-child, .controller-contacts.action-show #main #sidebar:last-child {
    margin-right: 0; }
.controller-people.action-show #main #content, .controller-contacts.action-show #main #content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0 !important; }
  .controller-people.action-show #main #content:last-child, .controller-contacts.action-show #main #content:last-child {
    margin-right: 0; }

#block-form {
  display: inline-block;
  margin-top: -0.5em; }

.jstEditor:not(.zen) {
  margin-bottom: 1em; }
  .jstEditor:not(.zen) textarea {
    width: 99%; }
  .jstEditor:not(.zen) button.jstb_zenedit {
    top: -2em;
    right: 1%;
    font-size: 0.9em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 4px;
    cursor: pointer;
    background: none;
    padding: 0;
    text-align: center; }

div.contact {
  border: 1px solid #CCCCCC !important;
  background: #F9F9F9 !important;
  border-radius: 4px !important; }

div.person.details table.subject_header h1,
div.contact.details table.subject_header h1 {
  margin-top: -0.3em; }

#invoice_contact_id_add_link:before {
  margin-left: 0.5em;
  font-size: 1.2em; }
#invoice_contact_id_add_link img {
  display: none !important; }

#time-logger-menu {
  display: inline-block;
  padding-top: 0.9em; }
  #time-logger-menu, #time-logger-menu:hover,
  #time-logger-menu .icon-time:hover {
    color: #979DA7;
    cursor: default; }
  #time-logger-menu span:hover {
    color: white; }
  #time-logger-menu a, #time-logger-menu .icon-add.checklist-new-only {
    padding-top: 0; }
  #time-logger-menu .icon-action {
    margin: -1em -0.1em 0;
    padding: 1em 10px; }
    #time-logger-menu .icon-action:before {
      padding-top: 0.2em; }
  #time-logger-menu .icon-start:before {
    padding-top: 0.1em;
    padding-right: 0.5em; }
  #time-logger-menu .icon-clock:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2em;
    padding-top: -2px;
    padding-right: 0.5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #time-logger-menu .icon-pause-action {
    margin-left: 1em; }
  #time-logger-menu .icon-start-action:before {
    content: ""; }
  #time-logger-menu .icon-pause-action:before {
    content: ""; }
  #time-logger-menu .icon-stop-action:before {
    content: ""; }
  #time-logger-menu .icon-list-action:before {
    content: ""; }

#comments h4 {
  border: 0;
  border-top: 1px solid #CCCCCC;
  padding: 0;
  padding-top: 1em; }
  #comments h4:first-of-type {
    border: 0; }
#comments + p > a, #comments + p > .icon-add.checklist-new-only {
  margin-top: 2em; }

.add-link a, .add-link .icon-add.checklist-new-only {
  margin-top: 2em; }

.icon-add.checklist-new-only {
  cursor: pointer; }
  .icon-add.checklist-new-only:hover, .icon-add.checklist-new-only:active, .icon-add.checklist-new-only:focus {
    color: #474D57; }

div.agile-board.autoscroll {
  overflow-y: auto !important; }

div.issue.invoice div.subject, div.issue.invoice .author {
  padding-left: 0 !important; }

.controller-gantts.action-show table td {
  padding: 0; }

#tab-content-projects ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  #tab-content-projects ul li {
    padding: 0.3em 0; }

div[style*="clear:both"], div[style*="clear: both"] {
  display: inline-block;
  width: 100%; }

@media print {
  #main {
    background: #fff; }

  #content {
    width: 99%;
    border: 0;
    background: #fff;
    overflow: visible !important;
    margin: 0;
    padding: 0; }

  .autoscroll {
    overflow-x: visible; }

  table.list {
    margin-top: 0.5em; }

  table.list th, table.list td {
    border: 1px solid #aaa; }

  #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats, #wiki_add_attachment, .hide-when-print {
    display: none; } }
