html {
  box-sizing: border-box;
}

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

/* Framework variables */
/* Color variables */
/* 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: fixed;
  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 {
  color: #4F4F4F;
  font-weight: bold;
  background: #DADADA;
  border-bottom: 1px solid #bbb;
}

.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/icon_sprite.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 { 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: 3;
  -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;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .8em;
  top: 43%;
  width: 25px;
  margin: -10px 0 0 0;
  padding: 0;
  height: 25px;
  background: #eaeaea;
  border: 1px solid #bbb;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
  border: 1px solid #bbb;
  background: #efefef;
}

.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-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;
  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 url(../images/progress_bar.gif) 0 -14px repeat-x;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  background: url(../images/progress_bar.gif) 0 0 repeat-x;
}

/* 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.2.0 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.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, #context-menu li a.submenu:before, #context-menu li .submenu.icon-add.checklist-new-only:before, .jstElements button[type="button"]:before, #top-menu a:before, #top-menu .icon-add.checklist-new-only: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, table.cal .starting.ending .icon-add.checklist-new-only: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, #header #quick-search .icon-search: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, #admin-menu a.users:before, #admin-menu .users.icon-add.checklist-new-only:before, #admin-menu .icon-user: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, #admin-menu a.issue_statuses:before, #admin-menu .issue_statuses.icon-add.checklist-new-only:before, #admin-menu dt.issue-edit:before, #admin-menu a.settings:before, #admin-menu .settings.icon-add.checklist-new-only:before, #admin-menu dt.changeset:before, #admin-menu a.info:before, #admin-menu .info.icon-add.checklist-new-only:before, #admin-menu .icon-help:before, #admin-menu a.server_authentication:before, #admin-menu .server_authentication.icon-add.checklist-new-only:before, #admin-menu .icon-server-authentication:before, .icon-add:before, .icon-add-payment:before, .icon-edit:before, .icon-copy:before, .icon-duplicate:before, .icon-del:before, .icon-move:before, .icon-save:before, .icon-cancel:before, .icon-multiple:before, .icon-folder:before, .open .icon-folder:before, .icon-history:before, .icon-time-add:before, .icon-stats:before, .icon-warning:before, .icon-fav:before, .icon-fav-off:before, .icon-reload:before, .icon-lock:before, .icon-unlock:before, .icon-checked:before, .icon-report:before, .icon-comment:before, .icon-summary:before, .icon-zoom-out:before, .icon-passwd:before, .icon-test:before, .icon-file:before, .icon-file.text-plain: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, .icon-file.application-pdf:before, .icon-pdf:before, .icon-start:before, .tt_start:before, .icon-stop:before, .tt_stop:before, dt.attachment:before, .icon-attachment:before, dt.time-entry:before, .icon-time:before, .icon-details:before, .icon-zoom-in:before, .icon-contact:before, .icon-invoice:before, .icon-phone:before, .icon-email:before, .icon-linkedin:before, .icon-merge:before, .icon-add.checklist-new-only:before, [class*="icon-"]: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.issue-closed: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;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, #context-menu li a.pull-left.submenu:before, #context-menu li .pull-left.submenu.icon-add.checklist-new-only:before, .jstElements button.pull-left[type="button"]:before, #top-menu a.pull-left:before, #top-menu .pull-left.icon-add.checklist-new-only: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, tr.open 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, table.cal .starting.ending a.pull-left:before, table.cal .starting.ending .pull-left.icon-add.checklist-new-only:before, p.cal.legend .pull-left.starting.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, #header #quick-search .pull-left.icon-search:before, #admin-menu a.pull-left.projects:before, #admin-menu .pull-left.projects.icon-add.checklist-new-only:before, #admin-menu dt.pull-left.project:before, #admin-menu .pull-left.icon-projects:before, #admin-menu a.pull-left.users:before, #admin-menu .pull-left.users.icon-add.checklist-new-only:before, #admin-menu .pull-left.icon-user:before, #admin-menu a.pull-left.trackers:before, #admin-menu .pull-left.trackers.icon-add.checklist-new-only:before, #admin-menu dt.pull-left.issue:before, #admin-menu .pull-left.icon-issue:before, #admin-menu a.pull-left.issue_statuses:before, #admin-menu .pull-left.issue_statuses.icon-add.checklist-new-only:before, #admin-menu dt.pull-left.issue-edit:before, #admin-menu a.pull-left.settings:before, #admin-menu .pull-left.settings.icon-add.checklist-new-only:before, #admin-menu dt.pull-left.changeset:before, #admin-menu a.pull-left.info:before, #admin-menu .pull-left.info.icon-add.checklist-new-only:before, #admin-menu .pull-left.icon-help:before, #admin-menu a.pull-left.server_authentication:before, #admin-menu .pull-left.server_authentication.icon-add.checklist-new-only:before, #admin-menu .pull-left.icon-server-authentication:before, .pull-left.icon-add:before, .pull-left.icon-add-payment:before, .pull-left.icon-edit:before, .pull-left.icon-copy:before, .pull-left.icon-duplicate:before, .pull-left.icon-del:before, .pull-left.icon-move:before, .pull-left.icon-save:before, .pull-left.icon-cancel:before, .pull-left.icon-multiple:before, .pull-left.icon-folder:before, .pull-left.icon-history:before, .pull-left.icon-time-add:before, .pull-left.icon-stats:before, .pull-left.icon-warning:before, .pull-left.icon-fav:before, .pull-left.icon-fav-off:before, .pull-left.icon-reload:before, .pull-left.icon-lock:before, .pull-left.icon-unlock:before, .pull-left.icon-checked:before, .pull-left.icon-report:before, .pull-left.icon-comment:before, .pull-left.icon-summary:before, .pull-left.icon-zoom-out:before, .pull-left.icon-passwd:before, .pull-left.icon-test:before, .pull-left.icon-file:before, .pull-left.icon-pdf:before, .pull-left.icon-start:before, .pull-left.tt_start:before, .pull-left.icon-stop:before, .pull-left.tt_stop:before, dt.pull-left.attachment:before, .pull-left.icon-attachment:before, dt.pull-left.time-entry:before, .pull-left.icon-time:before, .pull-left.icon-details:before, .pull-left.icon-zoom-in:before, .pull-left.icon-contact:before, .pull-left.icon-invoice:before, .pull-left.icon-phone:before, .pull-left.icon-email:before, .pull-left.icon-linkedin:before, .pull-left.icon-merge:before, .pull-left[class*="icon-"]: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.issue-closed:before, .jstEditor:not(.zen) button.pull-left.jstb_zenedit:before, .pull-left#invoice_contact_id_add_link:before {
  margin-right: .3em;
}

.fa.pull-right, #context-menu li a.pull-right.submenu:before, #context-menu li .pull-right.submenu.icon-add.checklist-new-only:before, .jstElements button.pull-right[type="button"]:before, #top-menu a.pull-right:before, #top-menu .pull-right.icon-add.checklist-new-only: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, tr.open 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, table.cal .starting.ending a.pull-right:before, table.cal .starting.ending .pull-right.icon-add.checklist-new-only:before, p.cal.legend .pull-right.starting.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, #header #quick-search .pull-right.icon-search:before, #admin-menu a.pull-right.projects:before, #admin-menu .pull-right.projects.icon-add.checklist-new-only:before, #admin-menu dt.pull-right.project:before, #admin-menu .pull-right.icon-projects:before, #admin-menu a.pull-right.users:before, #admin-menu .pull-right.users.icon-add.checklist-new-only:before, #admin-menu .pull-right.icon-user:before, #admin-menu a.pull-right.trackers:before, #admin-menu .pull-right.trackers.icon-add.checklist-new-only:before, #admin-menu dt.pull-right.issue:before, #admin-menu .pull-right.icon-issue:before, #admin-menu a.pull-right.issue_statuses:before, #admin-menu .pull-right.issue_statuses.icon-add.checklist-new-only:before, #admin-menu dt.pull-right.issue-edit:before, #admin-menu a.pull-right.settings:before, #admin-menu .pull-right.settings.icon-add.checklist-new-only:before, #admin-menu dt.pull-right.changeset:before, #admin-menu a.pull-right.info:before, #admin-menu .pull-right.info.icon-add.checklist-new-only:before, #admin-menu .pull-right.icon-help:before, #admin-menu a.pull-right.server_authentication:before, #admin-menu .pull-right.server_authentication.icon-add.checklist-new-only:before, #admin-menu .pull-right.icon-server-authentication:before, .pull-right.icon-add:before, .pull-right.icon-add-payment:before, .pull-right.icon-edit:before, .pull-right.icon-copy:before, .pull-right.icon-duplicate:before, .pull-right.icon-del:before, .pull-right.icon-move:before, .pull-right.icon-save:before, .pull-right.icon-cancel:before, .pull-right.icon-multiple:before, .pull-right.icon-folder:before, .pull-right.icon-history:before, .pull-right.icon-time-add:before, .pull-right.icon-stats:before, .pull-right.icon-warning:before, .pull-right.icon-fav:before, .pull-right.icon-fav-off:before, .pull-right.icon-reload:before, .pull-right.icon-lock:before, .pull-right.icon-unlock:before, .pull-right.icon-checked:before, .pull-right.icon-report:before, .pull-right.icon-comment:before, .pull-right.icon-summary:before, .pull-right.icon-zoom-out:before, .pull-right.icon-passwd:before, .pull-right.icon-test:before, .pull-right.icon-file:before, .pull-right.icon-pdf:before, .pull-right.icon-start:before, .pull-right.tt_start:before, .pull-right.icon-stop:before, .pull-right.tt_stop:before, dt.pull-right.attachment:before, .pull-right.icon-attachment:before, dt.pull-right.time-entry:before, .pull-right.icon-time:before, .pull-right.icon-details:before, .pull-right.icon-zoom-in:before, .pull-right.icon-contact:before, .pull-right.icon-invoice:before, .pull-right.icon-phone:before, .pull-right.icon-email:before, .pull-right.icon-linkedin:before, .pull-right.icon-merge:before, .pull-right[class*="icon-"]: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.issue-closed: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;
}

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  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 {
  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 {
  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, #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.gantt:before, #top-menu .gantt.icon-add.checklist-new-only: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";
}

.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 {
  content: "\f044";
}

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

.fa-check-square-o: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 {
  content: "\f06a";
}

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

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

.fa-fire: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, #top-menu a.calendar:before, #top-menu .calendar.icon-add.checklist-new-only: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 {
  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.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 {
  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:before {
  content: "\f09a";
}

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

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

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

.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 {
  content: "\f0ad";
}

.fa-tasks:before, #top-menu a.issues:before, #top-menu .issues.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.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 {
  content: "\f0d6";
}

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

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

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

.fa-caret-right:before, fieldset.collapsible.collapsed > 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";
}

.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 {
  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 {
  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 {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank: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: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, h3.version:before, .icon-package:before {
  content: "\f1b2";
}

.fa-cubes: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-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.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, #top-menu a.all-activities:before, #top-menu .all-activities.icon-add.checklist-new-only:before, #top-menu a .acitvities:before, #top-menu .icon-add.checklist-new-only .acitvities: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";
}

.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 {
  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: #fff;
  color: #333;
  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;
}

/* Common */
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"], 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, 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, 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, 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, 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, button + a:hover, input[type="button"] + a, input[type="button"] + .icon-add.checklist-new-only, input[type="button"] + a:hover, input[type="reset"] + a, input[type="reset"] + .icon-add.checklist-new-only, input[type="reset"] + a:hover, input[type="submit"] + a, input[type="submit"] + .icon-add.checklist-new-only, input[type="submit"] + a:hover, button:hover + a, button:hover + a:hover, button:hover + .icon-add.checklist-new-only:hover, input[type="button"]:hover + a, input[type="button"]:hover + a:hover, input[type="button"]:hover + .icon-add.checklist-new-only:hover, input[type="reset"]:hover + a, input[type="reset"]:hover + a:hover, input[type="reset"]:hover + .icon-add.checklist-new-only:hover, input[type="submit"]:hover + a, input[type="submit"]:hover + a:hover, input[type="submit"]:hover + .icon-add.checklist-new-only:hover, .button + a, .button + .icon-add.checklist-new-only, .button + a:hover, .button:hover + a, .button:hover + a:hover, .button:hover + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + a + a, #issue-form input[type=submit] + .icon-add.checklist-new-only + a, #issue-form input[type=submit] + a + .icon-add.checklist-new-only, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only, #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, #issue-form input[type=submit] + a + a:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:hover, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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 #01694f;
  background: #019875;
  color: white;
  padding: 0.5em 1.5em;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
  height: 35px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover:hover, input[type="button"]:hover:hover, input[type="reset"]:hover:hover, input[type="submit"]:hover: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, #issue-form input[type=submit] + a + a:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:hover, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, .button:hover:hover, button + a:hover:hover, button + .icon-add.checklist-new-only:hover:hover, input[type="button"] + a:hover:hover, input[type="button"] + .icon-add.checklist-new-only:hover:hover, input[type="reset"] + a:hover:hover, input[type="reset"] + .icon-add.checklist-new-only:hover:hover, input[type="submit"] + a:hover:hover, input[type="submit"] + .icon-add.checklist-new-only:hover:hover, .button + a:hover:hover, .button + .icon-add.checklist-new-only:hover:hover, #issue-form input[type=submit] + a + a:hover:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:hover:hover, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:hover:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover:hover, #activity + a:hover:hover, #activity + .icon-add.checklist-new-only:hover:hover, #comments + p > a:hover:hover, #comments + p > .icon-add.checklist-new-only:hover:hover, .add-link a:hover:hover, .add-link .icon-add.checklist-new-only:hover:hover {
  background: #01694f;
  border-color: #01694f;
}
button + a, button + .icon-add.checklist-new-only, button + a:hover, button + .icon-add.checklist-new-only:hover, input[type="button"] + a, input[type="button"] + .icon-add.checklist-new-only, input[type="button"] + a:hover, input[type="button"] + .icon-add.checklist-new-only:hover, input[type="reset"] + a, input[type="reset"] + .icon-add.checklist-new-only, input[type="reset"] + a:hover, input[type="reset"] + .icon-add.checklist-new-only:hover, input[type="submit"] + a, input[type="submit"] + .icon-add.checklist-new-only, input[type="submit"] + a:hover, input[type="submit"] + .icon-add.checklist-new-only:hover, button:hover + a, button:hover + .icon-add.checklist-new-only, button:hover + a:hover, button:hover + .icon-add.checklist-new-only:hover, input[type="button"]:hover + a, input[type="button"]:hover + .icon-add.checklist-new-only, input[type="button"]:hover + a:hover, input[type="button"]:hover + .icon-add.checklist-new-only:hover, input[type="reset"]:hover + a, input[type="reset"]:hover + .icon-add.checklist-new-only, input[type="reset"]:hover + a:hover, input[type="reset"]:hover + .icon-add.checklist-new-only:hover, input[type="submit"]:hover + a, input[type="submit"]:hover + .icon-add.checklist-new-only, input[type="submit"]:hover + a:hover, input[type="submit"]:hover + .icon-add.checklist-new-only:hover, .button + a, button + a + a, button + .icon-add.checklist-new-only + a, button + a:hover + a, button + .icon-add.checklist-new-only:hover + a, input[type="button"] + a + a, input[type="button"] + .icon-add.checklist-new-only + a, input[type="button"] + a:hover + a, input[type="button"] + .icon-add.checklist-new-only:hover + a, input[type="reset"] + a + a, input[type="reset"] + .icon-add.checklist-new-only + a, input[type="reset"] + a:hover + a, input[type="reset"] + .icon-add.checklist-new-only:hover + a, input[type="submit"] + a + a, input[type="submit"] + .icon-add.checklist-new-only + a, input[type="submit"] + a:hover + a, input[type="submit"] + .icon-add.checklist-new-only:hover + a, button:hover + a + a, button:hover + .icon-add.checklist-new-only + a, button:hover + a:hover + a, button:hover + .icon-add.checklist-new-only:hover + a, input[type="button"]:hover + a + a, input[type="button"]:hover + .icon-add.checklist-new-only + a, input[type="button"]:hover + a:hover + a, input[type="button"]:hover + .icon-add.checklist-new-only:hover + a, input[type="reset"]:hover + a + a, input[type="reset"]:hover + .icon-add.checklist-new-only + a, input[type="reset"]:hover + a:hover + a, input[type="reset"]:hover + .icon-add.checklist-new-only:hover + a, input[type="submit"]:hover + a + a, input[type="submit"]:hover + .icon-add.checklist-new-only + a, input[type="submit"]:hover + a:hover + a, input[type="submit"]:hover + .icon-add.checklist-new-only:hover + a, .button + a + a, .button + .icon-add.checklist-new-only + a, .button + a:hover + a, .button + .icon-add.checklist-new-only:hover + a, .button:hover + a + a, .button:hover + .icon-add.checklist-new-only + a, .button:hover + a:hover + a, .button:hover + .icon-add.checklist-new-only:hover + a, #issue-form input[type=submit] + a + a + a, #issue-form input[type=submit] + .icon-add.checklist-new-only + a + a, #issue-form input[type=submit] + a + .icon-add.checklist-new-only + a, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only + 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, button + a:hover + .icon-add.checklist-new-only, button + .icon-add.checklist-new-only:hover + .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="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 + .icon-add.checklist-new-only, input[type="reset"] + .icon-add.checklist-new-only + .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 + .icon-add.checklist-new-only, input[type="submit"] + .icon-add.checklist-new-only + .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:hover + a + .icon-add.checklist-new-only, button:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only, button:hover + a:hover + .icon-add.checklist-new-only, button:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, input[type="button"]:hover + a + .icon-add.checklist-new-only, input[type="button"]:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only, input[type="button"]:hover + a:hover + .icon-add.checklist-new-only, input[type="button"]:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, input[type="reset"]:hover + a + .icon-add.checklist-new-only, input[type="reset"]:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only, input[type="reset"]:hover + a:hover + .icon-add.checklist-new-only, input[type="reset"]:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, input[type="submit"]:hover + a + .icon-add.checklist-new-only, input[type="submit"]:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only, input[type="submit"]:hover + a:hover + .icon-add.checklist-new-only, input[type="submit"]:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, .button + a + .icon-add.checklist-new-only, .button + .icon-add.checklist-new-only + .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, .button:hover + a + .icon-add.checklist-new-only, .button:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only, .button:hover + a:hover + .icon-add.checklist-new-only, .button:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, #issue-form input[type=submit] + a + a + .icon-add.checklist-new-only, #issue-form input[type=submit] + .icon-add.checklist-new-only + a + .icon-add.checklist-new-only, #issue-form input[type=submit] + a + .icon-add.checklist-new-only + .icon-add.checklist-new-only, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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 + a:hover, button + a + a:hover, button + .icon-add.checklist-new-only + a:hover, button + a:hover + a:hover, button + .icon-add.checklist-new-only:hover + a:hover, input[type="button"] + a + a:hover, input[type="button"] + .icon-add.checklist-new-only + a:hover, input[type="button"] + a:hover + a:hover, input[type="button"] + .icon-add.checklist-new-only:hover + a:hover, input[type="reset"] + a + a:hover, input[type="reset"] + .icon-add.checklist-new-only + a:hover, input[type="reset"] + a:hover + a:hover, input[type="reset"] + .icon-add.checklist-new-only:hover + a:hover, input[type="submit"] + a + a:hover, input[type="submit"] + .icon-add.checklist-new-only + a:hover, input[type="submit"] + a:hover + a:hover, input[type="submit"] + .icon-add.checklist-new-only:hover + a:hover, button:hover + a + a:hover, button:hover + .icon-add.checklist-new-only + a:hover, button:hover + a:hover + a:hover, button:hover + .icon-add.checklist-new-only:hover + a:hover, input[type="button"]:hover + a + a:hover, input[type="button"]:hover + .icon-add.checklist-new-only + a:hover, input[type="button"]:hover + a:hover + a:hover, input[type="button"]:hover + .icon-add.checklist-new-only:hover + a:hover, input[type="reset"]:hover + a + a:hover, input[type="reset"]:hover + .icon-add.checklist-new-only + a:hover, input[type="reset"]:hover + a:hover + a:hover, input[type="reset"]:hover + .icon-add.checklist-new-only:hover + a:hover, input[type="submit"]:hover + a + a:hover, input[type="submit"]:hover + .icon-add.checklist-new-only + a:hover, input[type="submit"]:hover + a:hover + a:hover, input[type="submit"]:hover + .icon-add.checklist-new-only:hover + a:hover, .button + a + a:hover, .button + .icon-add.checklist-new-only + a:hover, .button + a:hover + a:hover, .button + .icon-add.checklist-new-only:hover + a:hover, .button:hover + a + a:hover, .button:hover + .icon-add.checklist-new-only + a:hover, .button:hover + a:hover + a:hover, .button:hover + .icon-add.checklist-new-only:hover + a:hover, #issue-form input[type=submit] + a + a + a:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + a + a:hover, #issue-form input[type=submit] + a + .icon-add.checklist-new-only + a:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only + a:hover, #activity + a + a:hover, #activity + .icon-add.checklist-new-only + a:hover, #comments + p > a + a:hover, #comments + p > .icon-add.checklist-new-only + a:hover, .add-link a + a:hover, .add-link .icon-add.checklist-new-only + a:hover, .button + .icon-add.checklist-new-only:hover, button + a + .icon-add.checklist-new-only:hover, button + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, button + a:hover + .icon-add.checklist-new-only:hover, button + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="button"] + a + .icon-add.checklist-new-only:hover, input[type="button"] + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, input[type="button"] + a:hover + .icon-add.checklist-new-only:hover, input[type="button"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="reset"] + a + .icon-add.checklist-new-only:hover, input[type="reset"] + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, input[type="reset"] + a:hover + .icon-add.checklist-new-only:hover, input[type="reset"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="submit"] + a + .icon-add.checklist-new-only:hover, input[type="submit"] + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, input[type="submit"] + a:hover + .icon-add.checklist-new-only:hover, input[type="submit"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, button:hover + a + .icon-add.checklist-new-only:hover, button:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, button:hover + a:hover + .icon-add.checklist-new-only:hover, button:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="button"]:hover + a + .icon-add.checklist-new-only:hover, input[type="button"]:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, input[type="button"]:hover + a:hover + .icon-add.checklist-new-only:hover, input[type="button"]:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="reset"]:hover + a + .icon-add.checklist-new-only:hover, input[type="reset"]:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, input[type="reset"]:hover + a:hover + .icon-add.checklist-new-only:hover, input[type="reset"]:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="submit"]:hover + a + .icon-add.checklist-new-only:hover, input[type="submit"]:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, input[type="submit"]:hover + a:hover + .icon-add.checklist-new-only:hover, input[type="submit"]:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, .button + a + .icon-add.checklist-new-only:hover, .button + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, .button + a:hover + .icon-add.checklist-new-only:hover, .button + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, .button:hover + a + .icon-add.checklist-new-only:hover, .button:hover + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, .button:hover + a:hover + .icon-add.checklist-new-only:hover, .button:hover + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + a + a + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + a + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + a + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, #activity + a + .icon-add.checklist-new-only:hover, #activity + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, #comments + p > a + .icon-add.checklist-new-only:hover, #comments + p > .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, .add-link a + .icon-add.checklist-new-only:hover, .add-link .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover, .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, #issue-form input[type=submit] + a + a:hover + a, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:hover + a, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:hover + a, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, #issue-form input[type=submit] + a + a:hover + .icon-add.checklist-new-only, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:hover + .icon-add.checklist-new-only, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, .button:hover + a:hover, button + a:hover + a:hover, button + .icon-add.checklist-new-only:hover + a:hover, input[type="button"] + a:hover + a:hover, input[type="button"] + .icon-add.checklist-new-only:hover + a:hover, input[type="reset"] + a:hover + a:hover, input[type="reset"] + .icon-add.checklist-new-only:hover + a:hover, input[type="submit"] + a:hover + a:hover, input[type="submit"] + .icon-add.checklist-new-only:hover + a:hover, button:hover + a:hover + a:hover, .button + a:hover + a:hover, .button + .icon-add.checklist-new-only:hover + a:hover, #issue-form input[type=submit] + a + a:hover + a:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:hover + a:hover, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:hover + a:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover + a:hover, #activity + a:hover + a:hover, #activity + .icon-add.checklist-new-only:hover + a:hover, #comments + p > a:hover + a:hover, #comments + p > .icon-add.checklist-new-only:hover + a:hover, .add-link a:hover + a:hover, .add-link .icon-add.checklist-new-only:hover + a:hover, .button:hover + .icon-add.checklist-new-only:hover, button + a:hover + .icon-add.checklist-new-only:hover, button + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="button"] + a:hover + .icon-add.checklist-new-only:hover, input[type="button"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="reset"] + a:hover + .icon-add.checklist-new-only:hover, input[type="reset"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, input[type="submit"] + a:hover + .icon-add.checklist-new-only:hover, input[type="submit"] + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, .button + a:hover + .icon-add.checklist-new-only:hover, .button + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + a + a:hover + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:hover + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, #activity + a:hover + .icon-add.checklist-new-only:hover, #activity + .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, #comments + p > a:hover + .icon-add.checklist-new-only:hover, #comments + p > .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover, .add-link a:hover + .icon-add.checklist-new-only:hover, .add-link .icon-add.checklist-new-only:hover + .icon-add.checklist-new-only:hover {
  font-size: 1em;
  padding: 8px 1.5em;
}

#issue-form input[type=submit] + a + a, #issue-form input[type=submit] + .icon-add.checklist-new-only + a, #issue-form input[type=submit] + a + .icon-add.checklist-new-only, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#issue-form input[type=submit] + a + a:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:hover, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:hover, #issue-form input[type=submit] + .icon-add.checklist-new-only + .icon-add.checklist-new-only:hover {
  color: #333;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

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:hover + a:focus:hover, input[type="button"]:hover + a:focus:hover, input[type="reset"]:hover + a:focus:hover, input[type="submit"]:hover + a:focus:hover, .button + a:focus, .button + .icon-add.checklist-new-only:focus, .button:hover + a:focus:hover, #issue-form input[type=submit] + a + a:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:focus, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:active:hover, button + .icon-add.checklist-new-only:active:hover, input[type="button"] + a:active, input[type="button"] + .icon-add.checklist-new-only:active, input[type="button"] + a:active:hover, input[type="button"] + .icon-add.checklist-new-only:active:hover, input[type="reset"] + a:active, input[type="reset"] + .icon-add.checklist-new-only:active, input[type="reset"] + a:active:hover, input[type="reset"] + .icon-add.checklist-new-only:active:hover, input[type="submit"] + a:active, input[type="submit"] + .icon-add.checklist-new-only:active, input[type="submit"] + a:active:hover, input[type="submit"] + .icon-add.checklist-new-only:active:hover, button:hover + a:active, button:hover + .icon-add.checklist-new-only:active, button:hover + a:active:hover, button:hover + .icon-add.checklist-new-only:active:hover, input[type="button"]:hover + a:active, input[type="button"]:hover + .icon-add.checklist-new-only:active, input[type="button"]:hover + a:active:hover, input[type="button"]:hover + .icon-add.checklist-new-only:active:hover, input[type="reset"]:hover + a:active, input[type="reset"]:hover + .icon-add.checklist-new-only:active, input[type="reset"]:hover + a:active:hover, input[type="reset"]:hover + .icon-add.checklist-new-only:active:hover, input[type="submit"]:hover + a:active, input[type="submit"]:hover + .icon-add.checklist-new-only:active, input[type="submit"]:hover + a:active:hover, input[type="submit"]:hover + .icon-add.checklist-new-only:active:hover, .button + a:active, .button + .icon-add.checklist-new-only:active, .button + a:active:hover, .button + .icon-add.checklist-new-only:active:hover, .button:hover + a:active, .button:hover + .icon-add.checklist-new-only:active, .button:hover + a:active:hover, .button:hover + .icon-add.checklist-new-only:active:hover, #issue-form input[type=submit] + a + a:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:active, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:focus:hover + a:active, button + .icon-add.checklist-new-only:focus:hover + a:active, input[type="button"] + a:focus + a:active, input[type="button"] + .icon-add.checklist-new-only:focus + a:active, input[type="button"] + a:focus:hover + a:active, input[type="button"] + .icon-add.checklist-new-only:focus:hover + a:active, input[type="reset"] + a:focus + a:active, input[type="reset"] + .icon-add.checklist-new-only:focus + a:active, input[type="reset"] + a:focus:hover + a:active, input[type="reset"] + .icon-add.checklist-new-only:focus:hover + a:active, input[type="submit"] + a:focus + a:active, input[type="submit"] + .icon-add.checklist-new-only:focus + a:active, input[type="submit"] + a:focus:hover + a:active, input[type="submit"] + .icon-add.checklist-new-only:focus:hover + a:active, button:hover + a:focus + a:active, button:hover + .icon-add.checklist-new-only:focus + a:active, button:hover + a:focus:hover + a:active, button:hover + .icon-add.checklist-new-only:focus:hover + a:active, input[type="button"]:hover + a:focus + a:active, input[type="button"]:hover + .icon-add.checklist-new-only:focus + a:active, input[type="button"]:hover + a:focus:hover + a:active, input[type="button"]:hover + .icon-add.checklist-new-only:focus:hover + a:active, input[type="reset"]:hover + a:focus + a:active, input[type="reset"]:hover + .icon-add.checklist-new-only:focus + a:active, input[type="reset"]:hover + a:focus:hover + a:active, input[type="reset"]:hover + .icon-add.checklist-new-only:focus:hover + a:active, input[type="submit"]:hover + a:focus + a:active, input[type="submit"]:hover + .icon-add.checklist-new-only:focus + a:active, input[type="submit"]:hover + a:focus:hover + a:active, input[type="submit"]:hover + .icon-add.checklist-new-only:focus:hover + a:active, .button + a:focus + a:active, .button + .icon-add.checklist-new-only:focus + a:active, .button + a:focus:hover + a:active, .button + .icon-add.checklist-new-only:focus:hover + a:active, .button:hover + a:focus + a:active, .button:hover + .icon-add.checklist-new-only:focus + a:active, .button:hover + a:focus:hover + a:active, .button:hover + .icon-add.checklist-new-only:focus:hover + a:active, #issue-form input[type=submit] + a + a:focus + a:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:focus + a:active, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:focus + a:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:focus:hover + .icon-add.checklist-new-only:active, button + .icon-add.checklist-new-only:focus:hover + .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="button"] + a:focus:hover + .icon-add.checklist-new-only:active, input[type="button"] + .icon-add.checklist-new-only:focus:hover + .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="reset"] + a:focus:hover + .icon-add.checklist-new-only:active, input[type="reset"] + .icon-add.checklist-new-only:focus:hover + .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, input[type="submit"] + a:focus:hover + .icon-add.checklist-new-only:active, input[type="submit"] + .icon-add.checklist-new-only:focus:hover + .icon-add.checklist-new-only:active, button:hover + a:focus + .icon-add.checklist-new-only:active, button:hover + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, button:hover + a:focus:hover + .icon-add.checklist-new-only:active, button:hover + .icon-add.checklist-new-only:focus:hover + .icon-add.checklist-new-only:active, input[type="button"]:hover + a:focus + .icon-add.checklist-new-only:active, input[type="button"]:hover + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, input[type="button"]:hover + a:focus:hover + .icon-add.checklist-new-only:active, input[type="button"]:hover + .icon-add.checklist-new-only:focus:hover + .icon-add.checklist-new-only:active, input[type="reset"]:hover + a:focus + .icon-add.checklist-new-only:active, input[type="reset"]:hover + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, input[type="reset"]:hover + a:focus:hover + .icon-add.checklist-new-only:active, input[type="reset"]:hover + .icon-add.checklist-new-only:focus:hover + .icon-add.checklist-new-only:active, input[type="submit"]:hover + a:focus + .icon-add.checklist-new-only:active, input[type="submit"]:hover + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, input[type="submit"]:hover + a:focus:hover + .icon-add.checklist-new-only:active, input[type="submit"]:hover + .icon-add.checklist-new-only:focus:hover + .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, .button + a:focus:hover + .icon-add.checklist-new-only:active, .button + .icon-add.checklist-new-only:focus:hover + .icon-add.checklist-new-only:active, .button:hover + a:focus + .icon-add.checklist-new-only:active, .button:hover + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, .button:hover + a:focus:hover + .icon-add.checklist-new-only:active, .button:hover + .icon-add.checklist-new-only:focus:hover + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + a + a:focus + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:focus + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:focus + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:focus:hover a:focus, button + .icon-add.checklist-new-only:focus:hover a:focus, input[type="button"] + a:focus a:focus, input[type="button"] + .icon-add.checklist-new-only:focus a:focus, input[type="button"] + a:focus:hover a:focus, input[type="button"] + .icon-add.checklist-new-only:focus:hover a:focus, input[type="reset"] + a:focus a:focus, input[type="reset"] + .icon-add.checklist-new-only:focus a:focus, input[type="reset"] + a:focus:hover a:focus, input[type="reset"] + .icon-add.checklist-new-only:focus:hover a:focus, input[type="submit"] + a:focus a:focus, input[type="submit"] + .icon-add.checklist-new-only:focus a:focus, input[type="submit"] + a:focus:hover a:focus, input[type="submit"] + .icon-add.checklist-new-only:focus:hover a:focus, button:hover + a:focus a:focus, button:hover + .icon-add.checklist-new-only:focus a:focus, button:hover + a:focus:hover a:focus, button:hover + .icon-add.checklist-new-only:focus:hover a:focus, input[type="button"]:hover + a:focus a:focus, input[type="button"]:hover + .icon-add.checklist-new-only:focus a:focus, input[type="button"]:hover + a:focus:hover a:focus, input[type="button"]:hover + .icon-add.checklist-new-only:focus:hover a:focus, input[type="reset"]:hover + a:focus a:focus, input[type="reset"]:hover + .icon-add.checklist-new-only:focus a:focus, input[type="reset"]:hover + a:focus:hover a:focus, input[type="reset"]:hover + .icon-add.checklist-new-only:focus:hover a:focus, input[type="submit"]:hover + a:focus a:focus, input[type="submit"]:hover + .icon-add.checklist-new-only:focus a:focus, input[type="submit"]:hover + a:focus:hover a:focus, input[type="submit"]:hover + .icon-add.checklist-new-only:focus:hover a:focus, .button + a:focus a:focus, .button + .icon-add.checklist-new-only:focus a:focus, .button + a:focus:hover a:focus, .button + .icon-add.checklist-new-only:focus:hover a:focus, .button:hover + a:focus a:focus, .button:hover + .icon-add.checklist-new-only:focus a:focus, .button:hover + a:focus:hover a:focus, .button:hover + .icon-add.checklist-new-only:focus:hover a:focus, #issue-form input[type=submit] + a + a:focus a:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:focus a:focus, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:focus a:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:focus:hover .icon-add.checklist-new-only:focus, button + .icon-add.checklist-new-only:focus:hover .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="button"] + a:focus:hover .icon-add.checklist-new-only:focus, input[type="button"] + .icon-add.checklist-new-only:focus:hover .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="reset"] + a:focus:hover .icon-add.checklist-new-only:focus, input[type="reset"] + .icon-add.checklist-new-only:focus:hover .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, input[type="submit"] + a:focus:hover .icon-add.checklist-new-only:focus, input[type="submit"] + .icon-add.checklist-new-only:focus:hover .icon-add.checklist-new-only:focus, button:hover + a:focus .icon-add.checklist-new-only:focus, button:hover + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, button:hover + a:focus:hover .icon-add.checklist-new-only:focus, button:hover + .icon-add.checklist-new-only:focus:hover .icon-add.checklist-new-only:focus, input[type="button"]:hover + a:focus .icon-add.checklist-new-only:focus, input[type="button"]:hover + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, input[type="button"]:hover + a:focus:hover .icon-add.checklist-new-only:focus, input[type="button"]:hover + .icon-add.checklist-new-only:focus:hover .icon-add.checklist-new-only:focus, input[type="reset"]:hover + a:focus .icon-add.checklist-new-only:focus, input[type="reset"]:hover + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, input[type="reset"]:hover + a:focus:hover .icon-add.checklist-new-only:focus, input[type="reset"]:hover + .icon-add.checklist-new-only:focus:hover .icon-add.checklist-new-only:focus, input[type="submit"]:hover + a:focus .icon-add.checklist-new-only:focus, input[type="submit"]:hover + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, input[type="submit"]:hover + a:focus:hover .icon-add.checklist-new-only:focus, input[type="submit"]:hover + .icon-add.checklist-new-only:focus:hover .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, .button + a:focus:hover .icon-add.checklist-new-only:focus, .button + .icon-add.checklist-new-only:focus:hover .icon-add.checklist-new-only:focus, .button:hover + a:focus .icon-add.checklist-new-only:focus, .button:hover + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, .button:hover + a:focus:hover .icon-add.checklist-new-only:focus, .button:hover + .icon-add.checklist-new-only:focus:hover .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + a + a:focus .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:focus .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:focus .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:active:hover + a:active, button + .icon-add.checklist-new-only:active:hover + a:active, input[type="button"] + a:active + a:active, input[type="button"] + .icon-add.checklist-new-only:active + a:active, input[type="button"] + a:active:hover + a:active, input[type="button"] + .icon-add.checklist-new-only:active:hover + a:active, input[type="reset"] + a:active + a:active, input[type="reset"] + .icon-add.checklist-new-only:active + a:active, input[type="reset"] + a:active:hover + a:active, input[type="reset"] + .icon-add.checklist-new-only:active:hover + a:active, input[type="submit"] + a:active + a:active, input[type="submit"] + .icon-add.checklist-new-only:active + a:active, input[type="submit"] + a:active:hover + a:active, input[type="submit"] + .icon-add.checklist-new-only:active:hover + a:active, button:hover + a:active + a:active, button:hover + .icon-add.checklist-new-only:active + a:active, button:hover + a:active:hover + a:active, button:hover + .icon-add.checklist-new-only:active:hover + a:active, input[type="button"]:hover + a:active + a:active, input[type="button"]:hover + .icon-add.checklist-new-only:active + a:active, input[type="button"]:hover + a:active:hover + a:active, input[type="button"]:hover + .icon-add.checklist-new-only:active:hover + a:active, input[type="reset"]:hover + a:active + a:active, input[type="reset"]:hover + .icon-add.checklist-new-only:active + a:active, input[type="reset"]:hover + a:active:hover + a:active, input[type="reset"]:hover + .icon-add.checklist-new-only:active:hover + a:active, input[type="submit"]:hover + a:active + a:active, input[type="submit"]:hover + .icon-add.checklist-new-only:active + a:active, input[type="submit"]:hover + a:active:hover + a:active, input[type="submit"]:hover + .icon-add.checklist-new-only:active:hover + a:active, .button + a:active + a:active, .button + .icon-add.checklist-new-only:active + a:active, .button + a:active:hover + a:active, .button + .icon-add.checklist-new-only:active:hover + a:active, .button:hover + a:active + a:active, .button:hover + .icon-add.checklist-new-only:active + a:active, .button:hover + a:active:hover + a:active, .button:hover + .icon-add.checklist-new-only:active:hover + a:active, #issue-form input[type=submit] + a + a:active + a:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:active + a:active, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:active + a:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:active:hover + .icon-add.checklist-new-only:active, button + .icon-add.checklist-new-only:active:hover + .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="button"] + a:active:hover + .icon-add.checklist-new-only:active, input[type="button"] + .icon-add.checklist-new-only:active:hover + .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="reset"] + a:active:hover + .icon-add.checklist-new-only:active, input[type="reset"] + .icon-add.checklist-new-only:active:hover + .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, input[type="submit"] + a:active:hover + .icon-add.checklist-new-only:active, input[type="submit"] + .icon-add.checklist-new-only:active:hover + .icon-add.checklist-new-only:active, button:hover + a:active + .icon-add.checklist-new-only:active, button:hover + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, button:hover + a:active:hover + .icon-add.checklist-new-only:active, button:hover + .icon-add.checklist-new-only:active:hover + .icon-add.checklist-new-only:active, input[type="button"]:hover + a:active + .icon-add.checklist-new-only:active, input[type="button"]:hover + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, input[type="button"]:hover + a:active:hover + .icon-add.checklist-new-only:active, input[type="button"]:hover + .icon-add.checklist-new-only:active:hover + .icon-add.checklist-new-only:active, input[type="reset"]:hover + a:active + .icon-add.checklist-new-only:active, input[type="reset"]:hover + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, input[type="reset"]:hover + a:active:hover + .icon-add.checklist-new-only:active, input[type="reset"]:hover + .icon-add.checklist-new-only:active:hover + .icon-add.checklist-new-only:active, input[type="submit"]:hover + a:active + .icon-add.checklist-new-only:active, input[type="submit"]:hover + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, input[type="submit"]:hover + a:active:hover + .icon-add.checklist-new-only:active, input[type="submit"]:hover + .icon-add.checklist-new-only:active:hover + .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, .button + a:active:hover + .icon-add.checklist-new-only:active, .button + .icon-add.checklist-new-only:active:hover + .icon-add.checklist-new-only:active, .button:hover + a:active + .icon-add.checklist-new-only:active, .button:hover + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, .button:hover + a:active:hover + .icon-add.checklist-new-only:active, .button:hover + .icon-add.checklist-new-only:active:hover + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + a + a:active + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:active + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:active + .icon-add.checklist-new-only:active, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:active:hover a:focus, button + .icon-add.checklist-new-only:active:hover a:focus, input[type="button"] + a:active a:focus, input[type="button"] + .icon-add.checklist-new-only:active a:focus, input[type="button"] + a:active:hover a:focus, input[type="button"] + .icon-add.checklist-new-only:active:hover a:focus, input[type="reset"] + a:active a:focus, input[type="reset"] + .icon-add.checklist-new-only:active a:focus, input[type="reset"] + a:active:hover a:focus, input[type="reset"] + .icon-add.checklist-new-only:active:hover a:focus, input[type="submit"] + a:active a:focus, input[type="submit"] + .icon-add.checklist-new-only:active a:focus, input[type="submit"] + a:active:hover a:focus, input[type="submit"] + .icon-add.checklist-new-only:active:hover a:focus, button:hover + a:active a:focus, button:hover + .icon-add.checklist-new-only:active a:focus, button:hover + a:active:hover a:focus, button:hover + .icon-add.checklist-new-only:active:hover a:focus, input[type="button"]:hover + a:active a:focus, input[type="button"]:hover + .icon-add.checklist-new-only:active a:focus, input[type="button"]:hover + a:active:hover a:focus, input[type="button"]:hover + .icon-add.checklist-new-only:active:hover a:focus, input[type="reset"]:hover + a:active a:focus, input[type="reset"]:hover + .icon-add.checklist-new-only:active a:focus, input[type="reset"]:hover + a:active:hover a:focus, input[type="reset"]:hover + .icon-add.checklist-new-only:active:hover a:focus, input[type="submit"]:hover + a:active a:focus, input[type="submit"]:hover + .icon-add.checklist-new-only:active a:focus, input[type="submit"]:hover + a:active:hover a:focus, input[type="submit"]:hover + .icon-add.checklist-new-only:active:hover a:focus, .button + a:active a:focus, .button + .icon-add.checklist-new-only:active a:focus, .button + a:active:hover a:focus, .button + .icon-add.checklist-new-only:active:hover a:focus, .button:hover + a:active a:focus, .button:hover + .icon-add.checklist-new-only:active a:focus, .button:hover + a:active:hover a:focus, .button:hover + .icon-add.checklist-new-only:active:hover a:focus, #issue-form input[type=submit] + a + a:active a:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:active a:focus, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:active a:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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, button + a:active:hover .icon-add.checklist-new-only:focus, button + .icon-add.checklist-new-only:active:hover .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="button"] + a:active:hover .icon-add.checklist-new-only:focus, input[type="button"] + .icon-add.checklist-new-only:active:hover .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="reset"] + a:active:hover .icon-add.checklist-new-only:focus, input[type="reset"] + .icon-add.checklist-new-only:active:hover .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, input[type="submit"] + a:active:hover .icon-add.checklist-new-only:focus, input[type="submit"] + .icon-add.checklist-new-only:active:hover .icon-add.checklist-new-only:focus, button:hover + a:active .icon-add.checklist-new-only:focus, button:hover + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, button:hover + a:active:hover .icon-add.checklist-new-only:focus, button:hover + .icon-add.checklist-new-only:active:hover .icon-add.checklist-new-only:focus, input[type="button"]:hover + a:active .icon-add.checklist-new-only:focus, input[type="button"]:hover + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, input[type="button"]:hover + a:active:hover .icon-add.checklist-new-only:focus, input[type="button"]:hover + .icon-add.checklist-new-only:active:hover .icon-add.checklist-new-only:focus, input[type="reset"]:hover + a:active .icon-add.checklist-new-only:focus, input[type="reset"]:hover + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, input[type="reset"]:hover + a:active:hover .icon-add.checklist-new-only:focus, input[type="reset"]:hover + .icon-add.checklist-new-only:active:hover .icon-add.checklist-new-only:focus, input[type="submit"]:hover + a:active .icon-add.checklist-new-only:focus, input[type="submit"]:hover + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, input[type="submit"]:hover + a:active:hover .icon-add.checklist-new-only:focus, input[type="submit"]:hover + .icon-add.checklist-new-only:active:hover .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, .button + a:active:hover .icon-add.checklist-new-only:focus, .button + .icon-add.checklist-new-only:active:hover .icon-add.checklist-new-only:focus, .button:hover + a:active .icon-add.checklist-new-only:focus, .button:hover + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, .button:hover + a:active:hover .icon-add.checklist-new-only:focus, .button:hover + .icon-add.checklist-new-only:active:hover .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + a + a:active .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + a:active .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + a + .icon-add.checklist-new-only:active .icon-add.checklist-new-only:focus, #issue-form input[type=submit] + .icon-add.checklist-new-only + .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 */
.outer-container {
  margin-left: auto;
  margin-right: auto;
}
.outer-container::after {
  clear: both;
  content: "";
  display: table;
}

#wrapper {
  display: block;
  background: white;
}
#wrapper::after {
  clear: both;
  content: "";
  display: table;
}

#top-menu {
  display: block;
  background: #474d57;
  color: white;
  padding: 0 1em;
  cursor: default;
  position: relative;
  z-index: 999;
  height: 3.15em;
}
#top-menu::after {
  clear: both;
  content: "";
  display: table;
}
#top-menu .outer-container 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 .outer-container ul.menu-children > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 0;
}
#top-menu .outer-container ul.menu-children > li:last-child {
  margin-right: 0;
}
#top-menu .outer-container ul.menu-children > li:nth-child(2n) {
  margin-right: 0;
}
#top-menu .outer-container ul.menu-children > li:nth-child(2n+1) {
  clear: left;
}
#top-menu .outer-container ul.menu-children > li a, #top-menu .outer-container 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 .outer-container ul.menu-children > li a:hover, #top-menu .outer-container ul.menu-children > li .icon-add.checklist-new-only:hover, #top-menu .outer-container ul.menu-children > li a:active, #top-menu .outer-container ul.menu-children > li .icon-add.checklist-new-only:active, #top-menu .outer-container ul.menu-children > li a:focus, #top-menu .outer-container ul.menu-children > li .icon-add.checklist-new-only:focus {
  color: white;
}
#top-menu .outer-container ul.menu-children > li a:before, #top-menu .outer-container ul.menu-children > li .icon-add.checklist-new-only:before {
  margin-right: 0.5em !important;
}
#top-menu ul {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#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;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#top-menu #loggedas a, #top-menu #loggedas .icon-add.checklist-new-only {
  font-size: 1em;
}
#top-menu #account {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#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;
}

#header {
  display: block;
  background: #446e9b;
  color: white;
}
#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: 3.8em;
  z-index: 0;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#header .home {
  display: block;
  width: 3em;
  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: 1px;
  padding: 0.2em;
  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;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#header #quick-search .icon-search:before {
  z-index: 5;
  position: absolute;
  left: 2.4em;
  top: 0.2em;
  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;
}
#main-menu::after {
  clear: both;
  content: "";
  display: table;
}
#main-menu ul {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#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: 14px;
  white-space: nowrap;
  text-align: center;
  padding-bottom: 12px;
}
#main-menu li a:hover, #main-menu li .icon-add.checklist-new-only:hover {
  color: #506486;
  border-bottom: 3px solid #506486;
}
#main-menu li a:hover:not(.selected), #main-menu li .icon-add.checklist-new-only:hover:not(.selected) {
  padding-bottom: 12px;
}
#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 {
  color: #446e9b;
  border-bottom: 3px solid #446e9b;
  padding-bottom: 12px;
}

#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;
}

#top-menu .outer-container,
#header .outer-container {
  padding: 0 20px;
}

#main {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 10px;
  position: relative;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#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 #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:last-child {
  margin-right: 0;
}
#main #content .contextual {
  float: right;
  top: 1.6em;
  position: relative;
}
#main #content .contextual + .breadcrumb {
  position: relative;
  top: 0.8em;
  float: right;
  margin-right: 2em;
}
#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: 1.86em 0 0.26em;
  font-size: 1.2em;
}
#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;
  display: none !important;
}
#footer::after {
  clear: both;
  content: "";
  display: table;
}

/* Admin index */
#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: 0;
  background: white;
  z-index: 50;
}
div.modal p.buttons {
  text-align: right;
  margin-bottom: 0;
}

input#openid_url {
  background: url(../images/openid-bg.gif) no-repeat;
  background-color: white;
  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 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 #f8f8f8;
}

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: #fffffb;
}

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: #999999;
  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) !important;
}
table.list tbody tr:hover.context-menu-selection {
  background-color: #5180b1 !important;
  color: #f8f8f8;
}

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;
}

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: 35px;
}

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 {
  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;
}
#watchers ul.watchers {
  padding: 0 10px !important;
}
#watchers ul.watchers a, #watchers ul.watchers .icon-add.checklist-new-only {
  width: auto !important;
}

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: #ffaaaa;
}

.highlight.token-2 {
  background-color: #aaffaa;
}

.highlight.token-3 {
  background-color: #aaaaff;
}

.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 #999999;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  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 {
  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: #dd2222;
  color: white;
  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#filters table {
  border-collapse: collapse;
}

fieldset#filters table td {
  vertical-align: middle;
  padding: 0;
}

fieldset#filters tr.filter {
  height: 2.1em;
}

fieldset#filters td.field {
  width: 230px;
}

fieldset#filters td.operator {
  width: 180px;
}

fieldset#filters td.operator select {
  max-width: 170px;
}

fieldset#filters td.values select {
  min-width: 130px;
}

fieldset#filters td.add-filter {
  text-align: right;
  vertical-align: top;
}

.toggle-multiselect {
  background: url(../images/bullet_toggle_plus.png) no-repeat 0 40%;
  padding-left: 8px;
  margin-left: 0;
  cursor: pointer;
}

.buttons {
  margin-bottom: 1.4em;
  margin-top: 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: white;
  padding-left: 1em;
  font-size: 90%;
}

div#issue-changesets div.changeset {
  border-bottom: 1px solid #dddddd;
  padding: 4px;
}

div#issue-changesets p {
  margin-top: 0;
  margin-bottom: 1em;
}

.journal ul.details {
  list-style-type: none;
  padding-left: 0;
  color: #777777;
}
.journal ul.details img {
  margin: 0 0 -3px 4px;
}

div.journal.private-notes {
  border-color: #186797;
}

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);
}

dt.news {
  background-image: url(../images/news.png);
}

dt.message {
  background-image: url(../images/message.png);
}

dt.reply {
  background-image: url(../images/comments.png);
}

dt.wiki-page {
  background-image: url(../images/wiki_edit.png);
}

#search-results dt.wiki-page {
  background-image: none;
}

dt.document {
  background-image: url(../images/document.png);
}

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: white;
}

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: #777777;
}

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: #777777;
  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: #bbffbb;
}

table.fields_permissions select {
  font-size: 90%;
}

table.fields_permissions td.readonly {
  background: #dddddd;
}

table.fields_permissions td.required {
  background: #dd8888;
}

p.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 20px 10px;
}
p.pagination .page, p.pagination .next, p.pagination .previous {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-right: 5px;
}
p.pagination .page:hover, p.pagination .page:focus, p.pagination .next:hover, p.pagination .next:focus, p.pagination .previous:hover, p.pagination .previous:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
p.pagination .page:first-child, p.pagination .next:first-child, p.pagination .previous:first-child {
  margin-left: 0;
}
p.pagination .page.current, p.pagination .page.current:hover, p.pagination .page.current:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
p.pagination .items, p.pagination .per-page {
  display: inline-block;
  margin-top: 10px;
  color: #7d7d7d;
  float: left;
}
p.pagination .per-page a, p.pagination .per-page .icon-add.checklist-new-only {
  color: #337ab7;
}
p.pagination .per-page span {
  color: #545454;
  font-weight: bold;
}
p.pagination .items {
  clear: left;
  margin-right: 15px;
}

.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: white;
  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: #555555;
  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: #888888;
}

div.thumbnails {
  margin-top: 0.6em;
}

div.thumbnails div {
  background: white;
  border: 2px solid #dddddd;
  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: #888888;
  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: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}

div.flash.notice {
  background: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}

div.flash.warning, .conflict {
  text-align: left;
  background: #fcf8e3;
  color: #8a6d3b;
  border: 1px solid #faebcc;
}

.nodata, .warning {
  text-align: center;
  background: #fcf8e3;
  color: #8a6d3b;
  border: 1px solid #faebcc;
}

#ajax-indicator {
  position: absolute;
  background-color: #eeeeee;
  border: 1px solid #bbbbbb;
  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: #bbbbbb;
}

table.cal td.today {
  background: #d3f1ff !important;
}
table.cal td.today div.issue {
  border-color: #4293ba;
}

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;
}

table.cal div.issue {
  padding: 10px !important;
}

.tooltip {
  position: relative;
  z-index: 24;
}

.tooltip:hover {
  z-index: 25;
  color: black;
}

.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 #555555;
  background-color: white;
  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;
}

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: #eeeeee none repeat scroll 0;
}

p.progress-info {
  clear: left;
  font-size: 80%;
  margin-top: -4px;
  color: #777777;
}

#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;
  bottom: 0;
  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: #ffcccc;
}

.diff_out span {
  background: #ffaaaa;
}

.diff_in {
  background: #ccffcc;
}

.diff_in span {
  background: #aaffaa;
}

.text-diff {
  background-color: #f6f6f6;
  color: #505050;
  border: 1px solid #e4e4e4;
  padding: 1em;
}

div.wiki h2:first-of-type {
  margin: auto !important;
  border-bottom: none !important;
  padding: 0 !important;
  font-weight: bold !important;
}
div.wiki table {
  border-collapse: collapse;
  margin-bottom: 1em;
}

div.wiki table, div.wiki td, div.wiki th {
  border: 1px solid #bbbbbb;
  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: #fdfdfd;
  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: #aaaaaa !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: #dddddd;
}

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 silver;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  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: #888888;
  line-height: 16px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.task_late {
  background: #ff6666 url(../images/task_late.png);
  border: 1px solid #ff6666;
}

.task_done {
  background: #00c600 url(../images/task_done.png);
  border: 1px solid #00c600;
}

.task_todo {
  background: #aaaaaa url(../images/task_todo.png);
  border: 1px solid #aaaaaa;
}

.task_todo.parent {
  background: #888888;
  border: 1px solid #888888;
  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:before, #header #quick-search .icon-search: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, #admin-menu a.users:before, #admin-menu .users.icon-add.checklist-new-only:before, #admin-menu .icon-user: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, #admin-menu a.issue_statuses:before, #admin-menu .issue_statuses.icon-add.checklist-new-only:before, #admin-menu dt.issue-edit:before, #admin-menu a.settings:before, #admin-menu .settings.icon-add.checklist-new-only:before, #admin-menu dt.changeset:before, #admin-menu a.info:before, #admin-menu .info.icon-add.checklist-new-only:before, #admin-menu .icon-help:before, #admin-menu a.server_authentication:before, #admin-menu .server_authentication.icon-add.checklist-new-only:before, #admin-menu .icon-server-authentication:before, .icon-add:before, .icon-add-payment:before, .icon-edit:before, .icon-copy:before, .icon-duplicate:before, .icon-del:before, .icon-move:before, .icon-save:before, .icon-cancel:before, .icon-multiple:before, .icon-folder:before, .open .icon-folder:before, .icon-history:before, .icon-time-add:before, .icon-stats:before, .icon-warning:before, .icon-fav:before, .icon-fav-off:before, .icon-reload:before, .icon-lock:before, .icon-unlock:before, .icon-checked:before, .icon-report:before, .icon-comment:before, .icon-summary:before, .icon-zoom-out:before, .icon-passwd:before, .icon-test:before, .icon-file:before, .icon-file.text-plain: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, .icon-file.application-pdf:before, .icon-pdf:before, .icon-start:before, .tt_start:before, .icon-stop:before, .tt_stop:before, dt.attachment:before, .icon-attachment:before, dt.time-entry:before, .icon-time:before, .icon-details:before, .icon-zoom-in:before, .icon-contact:before, .icon-invoice:before, .icon-phone:before, .icon-email:before, .icon-linkedin:before, .icon-merge:before, .icon-add.checklist-new-only:before, [class*="icon-"]: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;
}

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: #eeeeee;
  margin: 0 5px 0 0;
  padding: 2px 4px;
}

.syntaxhl .debug {
  color: white !important;
  background: blue !important;
}

.syntaxhl .annotation {
  color: #000077;
}

.syntaxhl .attribute-name {
  color: #bb4488;
}

.syntaxhl .attribute-value {
  color: #770000;
}

.syntaxhl .binary {
  color: #550099;
}

.syntaxhl .char .delimiter {
  color: #771100;
}

.syntaxhl .class-variable {
  color: #336699;
}

.syntaxhl .color {
  color: #00aa00;
}

.syntaxhl .complex {
  color: #aa0088;
}

.syntaxhl .decorator {
  color: #bb00bb;
}

.syntaxhl .definition {
  color: #009999;
  font-weight: 700;
}

.syntaxhl .delimiter {
  color: black;
}

.syntaxhl .directive {
  color: #008888;
  font-weight: 700;
}

.syntaxhl .doc {
  color: #997700;
}

.syntaxhl .doc-string {
  color: #dd4422;
  font-weight: 700;
}

.syntaxhl .doctype {
  color: #3344bb;
}

.syntaxhl .entity {
  color: #880000;
  font-weight: 700;
}

.syntaxhl .error {
  color: red;
  background-color: #ffaaaa;
}

.syntaxhl .escape {
  color: #666666;
}

.syntaxhl .exception {
  color: #cc0000;
  font-weight: 700;
}

.syntaxhl .function {
  color: #0066bb;
  font-weight: 700;
}

.syntaxhl .global-variable {
  color: #dd7700;
}

.syntaxhl .hex {
  color: #0022bb;
}

.syntaxhl .include {
  color: #bb4444;
  font-weight: 700;
}

.syntaxhl .inline {
  background-color: rgba(0, 0, 0, 0.07);
  color: black;
}

.syntaxhl .inline-delimiter {
  font-weight: 700;
  color: #666666;
}

.syntaxhl .instance-variable {
  color: #3333bb;
}

.syntaxhl .key .char {
  color: #6600ff;
}

.syntaxhl .key {
  color: #660066;
}

.syntaxhl .keyword {
  color: #993399;
  font-weight: 700;
}

.syntaxhl .label {
  color: #997700;
  font-weight: 700;
}

.syntaxhl .local-variable {
  color: #996633;
}

.syntaxhl .namespace {
  color: #770077;
  font-weight: 700;
}

.syntaxhl .octal {
  color: #4400ee;
}

.syntaxhl .predefined {
  color: #336699;
  font-weight: 700;
}

.syntaxhl .predefined-constant {
  color: #006699;
}

.syntaxhl .predefined-type {
  color: #00aa55;
  font-weight: 700;
}

.syntaxhl .preprocessor {
  color: #557799;
}

.syntaxhl .pseudo-class {
  color: #0000cc;
  font-weight: 700;
}

.syntaxhl .regexp .content {
  color: #880088;
}

.syntaxhl .regexp .modifier {
  color: #cc22cc;
}

.syntaxhl .regexp {
  background-color: rgba(255, 0, 255, 0.06);
}

.syntaxhl .reserved {
  color: #008800;
  font-weight: 700;
}

.syntaxhl .shell .content {
  color: #22bb22;
}

.syntaxhl .shell .delimiter {
  color: #116611;
}

.syntaxhl .shell {
  background-color: rgba(0, 255, 0, 0.06);
}

.syntaxhl .tag {
  color: #007700;
}

.syntaxhl .type {
  color: #333399;
  font-weight: 700;
}

.syntaxhl .value {
  color: #008888;
}

.syntaxhl .variable {
  color: #003377;
}

.syntaxhl .insert {
  background: rgba(0, 255, 0, 0.12);
}

.syntaxhl .delete {
  background: rgba(255, 0, 0, 0.12);
}

.syntaxhl .change {
  color: #bbbbff;
  background: #000077;
}

.syntaxhl .head {
  color: #ff88ff;
  background: #550055;
}

.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: #00cc00;
  background: transparent;
  font-weight: 700;
}

.syntaxhl .delete .delete {
  color: #cc0000;
  background: transparent;
  font-weight: 700;
}

.syntaxhl .change .change {
  color: #8888ff;
}

.syntaxhl .head .head {
  color: #ff44ff;
}

.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: #999999;
}

#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: #aaaaaa;
}

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: white;
}

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 {
  overflow: auto;
}

div.journal {
  height: auto;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px 30px;
  border-radius: 4px;
  background: #f9f9f9;
  position: relative;
}

#main #content div.journal .contextual {
  bottom: 10px;
  position: absolute;
  right: 10px;
  float: none;
  top: initial !important;
}

#activity dt.issue-note, #activity dt.wiki-page {
  background-image: none !important;
}

div#search-results-counts ul {
  margin-top: 0.5em;
}

table.progress td {
  height: 1em;
}

fieldset#filters td.values input {
  height: auto !important;
  padding: 5px;
  min-width: 75px;
}

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 {
  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: #ff6666 url(../images/milestone_late.png);
  border: 1px solid #ff6666;
  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: white url(../images/milestone_todo.png);
  border: 1px solid white;
  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: red;
}

.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: #dd2200;
}

.syntaxhl .class, .syntaxhl .constant {
  color: #225588;
  font-weight: 700;
}

.syntaxhl .comment, .syntaxhl .comment .char, .syntaxhl .comment .delimiter {
  color: #338855;
}

.syntaxhl .float, .syntaxhl .integer {
  color: #0066dd;
}

.syntaxhl .key .delimiter, .syntaxhl .regexp .delimiter {
  color: #440044;
}

.syntaxhl .string .char, .syntaxhl .string .content, .syntaxhl .string .delimiter, .syntaxhl .string .modifier {
  color: #4466aa;
}

.syntaxhl .symbol .content, .syntaxhl .symbol .delimiter, .syntaxhl .symbol {
  color: #dd3333;
}

.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;
}

#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: white;
  }

  #content {
    width: 99%;
    border: 0;
    background: white;
    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 #aaaaaa;
  }

  #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats, #wiki_add_attachment, .hide-when-print {
    display: none;
  }
}
p > code, div > code, span > code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  border: 1px solid rgba(255, 0, 0, 0.1);
}

#issue-form .attributes .splitcontent .splitcontentleft {
  float: right;
}
#issue-form .attributes .splitcontent .splitcontentright {
  float: left;
}

.ui-autocomplete {
  z-index: 1000;
}

#principals > label {
  display: inline-block;
  width: 40%;
}

/*# sourceMappingURL=application.css.map */
